INDIVIDUAL MCP TOOL
list_jurisdictions
The taxonomy for building queries: countries with regions (and cities when a country+region is given), industries, statuses, and total company count.
LIVE ENDPOINT
https://netstate.co/mcp
Connect to this endpoint to inspect the live schema for list_jurisdictions and invoke it with your own arguments.
Indexed 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 server
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.netstate]
url = "https://netstate.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"netstate": {
"type": "http",
"url": "https://netstate.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: netstate
Remote MCP URL: https://netstate.co/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": {
"netstate": {
"url": "https://netstate.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"netstate": {
"type": "http",
"url": "https://netstate.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "netstate",
"transport": "streamable-http",
"url": "https://netstate.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_companies— Full-text search across 128 million registered companies in official US and Canadian state registers — by legal name, officer or director name, phone number, email or website.get_site_info— What Netstate is, its pricing plans, API endpoints, FAQ and usage restrictions.register_agent— Self-register as an agent and receive a working Netstate API key in the response — no human step.