Drillr — the financial MCP for AI agents. Standardized financial data, SEC filings semantic search, live signals, and 24 alt-data categories.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"drillr-mcp-server": {
"command": "npx",
"args": [
"-y",
"Little-Grebe-Inc/drillr-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add drillr-mcp-server npx -y Little-Grebe-Inc/drillr-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"drillr-mcp-server": {
"command": "npx",
"args": [
"-y",
"Little-Grebe-Inc/drillr-mcp-server"
]
}
}
}