We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34a52d commit d6e2d11Copy full SHA for d6e2d11
servers/sec-edgar/server.yaml
@@ -0,0 +1,22 @@
1
+name: sec-edgar
2
+image: mcp/sec-edgar
3
+type: server
4
+meta:
5
+ category: finance
6
+ tags:
7
+ - sec
8
+ - edgar
9
+ - finance
10
+ - data
11
+ highlighted: true
12
+about:
13
+ title: SEC EDGAR
14
+ description: MCP server to interact with the US SEC EDGAR database, developed by the community and maintained by Stefano Amorelli.
15
+ icon: https://raw.githubusercontent.com/stefanoamorelli/sec-edgar-mcp/refs/heads/main/sec-edgar-mcp-logo.png
16
+source:
17
+ project: https://github.com/stefanoamorelli/sec-edgar-mcp
18
+config:
19
+ secrets:
20
+ - name: sec_edgar_user_agent
21
+ env: SEC_EDGAR_USER_AGENT
22
+ example: "Your Name ([email protected])"
0 commit comments