← Back to search
50
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
ai-tools llms-txtapiai-friendlyanalyticsaiautomation

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 > Audit-grade SEC data for your AI agent — free, self-serve, every fact clickable to the source filing. Structured financials, filing text, qualitative signals, peer comparisons, screening, and raw XBRL facts for 5,500+ US public companies. Fundamentals updated daily from SEC EDGAR; daily end-of-day prices from a market-data feed. --- ## Quick Links - **MCP Server:** https://mcp.metricduck.com/mcp (remote, streamable HTTP) - **Setup Guide:** https://metricduck.com/mcp/setup - **Tool Reference:** https://metricduck.com/docs/mcp/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 - **AI agent landing:** https://metricduck.com/agents - **Pricing:** https://metricduck.com/pricing --- ## 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 user 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. **ChatGPT:** Add `https://mcp.metricduck.com/mcp` as a custom connector (remote MCP server). Requires a ChatGPT plan with connectors /