← readyapis.com

INDIVIDUAL MCP TOOL

intel_role_profiles

List supported role profiles for /intel/location-score and how each weights the six sub-scores (talent_pool, cost_pressure, tax_burden, connectivity, climate_resilience, quality_of_life).

readyapis.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

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.