← metricduck.com

INDIVIDUAL MCP TOOL

search_companies

Resolve a company name or ticker to the exact ticker symbol via fuzzy name/ticker match.

metricduck.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

metricduck.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.metricduck-com]
url = "https://mcp.metricduck.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "metricduck-com": {
      "type": "http",
      "url": "https://mcp.metricduck.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: metricduck-com
Remote MCP URL: https://mcp.metricduck.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "metricduck-com": {
      "url": "https://mcp.metricduck.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "metricduck-com": {
      "type": "http",
      "url": "https://mcp.metricduck.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "metricduck-com",
  "transport": "streamable-http",
  "url": "https://mcp.metricduck.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • browse_company — Entity-axis navigation primitive — the front door for company research.
  • browse_signal — Signal-axis navigation primitive — descend into a single signal's payload + see-also accessions.
  • get_company_overview — Get comprehensive financial overview for a company in a single call.
  • get_stock_price — Daily end-of-day stock prices (open/high/low, close, split- & dividend-adjusted adj_close, volume) for US exchange-listed companies.
  • get_financials — Get multi-period financial statements: income statement, balance sheet, and cash flow in one call.
  • compare_companies — Compare a company against peers across ~70 curated fundamental metrics (TTM), with percentile rankings and relative strengths/weaknesses.
  • screen_companies — Screen 5,500+ US companies by financial metrics.
  • list_filings — Browse Sources inventory and the section catalog for a single company.