MCP Server
MCP
io.github.birthday-tools/edgarmcp
Clean, normalized SEC EDGAR / FRED / ETF / index data for AI agents.
Install
uvx mcp-edgar
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-edgar",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the SEC User-Agent contact string",
"format": "string",
"name": "EDGAR_USER_AGENT"
},
{
"description": "Free FRED API key for get_macro_series and index levels",
"format": "string",
"isSecret": true,
"name": "FRED_API_KEY"
},
{
"description": "Optional OpenFIGI key for a higher CUSIP/ISIN rate limit",
"format": "string",
"isSecret": true,
"name": "OPENFIGI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment