← readyapis.com

INDIVIDUAL MCP TOOL

company_lookup_batch

Resolve up to 50 mixed identifiers (domain, LEI, ticker, name) in a single POST.

readyapis.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

readyapis.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.readyapis]
url = "https://readyapis.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: readyapis
Remote MCP URL: https://readyapis.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": {
    "readyapis": {
      "url": "https://readyapis.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • meta_catalog — List public-safe dataset coverage, status, and endpoint counts.
  • meta_dataset — Return public-safe coverage, limitations, and endpoint references for one dataset slug.
  • geo_zip_lookup — Look up a ZIP profile.
  • geo_zip_batch — Look up multiple ZIP profiles in one bounded request.
  • geo_enrich — Return the enriched ZIP profile shape used by production enrichment workflows.
  • geo_city_search — Return ZIP profiles for a city and state.
  • geo_county_lookup — Return ZIP profiles in a county by county FIPS.
  • geo_timezone — Resolve a timezone using nearest ZIP centroid logic.