MCP READY Model Context Protocol Server for SEC EDGAR Financial Data
Add the following configuration to your MCP client (e.g., Claude Desktop):
Use the URL above to connect to this MCP Server.
Click on any tool below to expand and test it directly!
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_company",
"arguments": {
"company_name": "Microsoft"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "advanced_search_company",
"arguments": {
"company_input": "MSFT"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_company_info",
"arguments": {
"cik": "0000789019"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_company_filings",
"arguments": {
"cik": "0000789019",
"form_types": ["10-K", "10-Q"]
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_latest_financial_data",
"arguments": {
"cik": "0000789019"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_financial_data",
"arguments": {
"cik": "0000789019",
"period": "2024"
}
}
}
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "extract_financial_metrics",
"arguments": {
"cik": "0000789019",
"years": 3
}
}
}
Visit /tools to see all available tools in JSON format.
Powered by Model Context Protocol | SEC EDGAR Data | v2.3.1