← Back to search
50
Partial
Agentic Readiness Score
data mlnotificationsllms-txtapiai-friendlyfintechanalytics

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 50/100

            

llms.txt Content

# MetricDuck — SEC Filing Intelligence > SEC filing intelligence for AI agents — investment research, due diligence, and financial analysis with full audit trails. Structured financials, AI-scored risk/accounting analysis, sector-normalized peer comparisons, stock screening, and raw XBRL facts for 5,500+ US public companies. Updated daily from SEC EDGAR. --- ## Quick Links - **MCP Server:** https://mcp.metricduck.com/mcp (remote, streamable HTTP) - **Setup Guide:** https://metricduck.com/mcp/auth - **Tool Reference:** https://metricduck.com/docs/ai-stream/tools - **API Documentation:** https://metricduck.com/docs - **OpenAPI Specification:** https://api.metricduck.com/openapi.json - **Complete API Docs (AI-friendly):** https://metricduck.com/llms-full.txt - **Pricing:** https://metricduck.com/ai --- ## MCP Server (Primary Product) MetricDuck provides a **Model Context Protocol (MCP) server** for Claude Code, Claude Desktop, Cursor, Windsurf, and any MCP-compatible AI client. Connect once, then ask financial questions in natural language. ### Quick Start **Remote MCP Server (recommended)** — paste this URL into your AI client's MCP settings: ``` https://mcp.metricduck.com/mcp ``` **Claude Code** (`.mcp.json` in project root): ```json { "mcpServers": { "metricduck": { "type": "http", "url": "https://mcp.metricduck.com/mcp" } } } ``` Or via CLI: `claude mcp add --transport http -s project metricduck https://mcp.metricduck.com/mcp` **Claude Desktop** (`claude_desktop_config.json`): ```json { "mcpServers": { "metricduck": { "command": "npx", "args": ["mcp-remote", "https://mcp.metricduck.com/mcp"] } } } ``` **Cursor / Windsurf:** Add `https://mcp.metricduck.com/mcp` as a remote MCP server URL in settings. **Headless agents & CI** (API key instead of OAuth): ```json { "mcpServers": { "metricduck": { "type": "http", "url": "https://mcp.metricduck.com/mcp", "headers": { "Aut