← agentdatacore.com

INDIVIDUAL MCP TOOL

find_license_catalog_items

Find licence catalog entries by recorded product or commodity text.

agentdatacore.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.agentdatacore.com/mcp/products/policy

No auth detected

Connect to this endpoint to inspect the live schema for find_license_catalog_items 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

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

.mcp.json

{
  "mcpServers": {
    "agentdata-policy": {
      "type": "http",
      "url": "https://mcp.agentdatacore.com/mcp/products/policy"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentdata-policy
Remote MCP URL: https://mcp.agentdatacore.com/mcp/products/policy

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": {
    "agentdata-policy": {
      "url": "https://mcp.agentdatacore.com/mcp/products/policy"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "agentdata-policy",
  "transport": "streamable-http",
  "url": "https://mcp.agentdatacore.com/mcp/products/policy"
}
MCP Inspector

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

Related tools

  • find_country_institutions — Find recorded institutions and roles for a country, optionally filtered by institution text.
  • get_gazette_items — Find entries in a gazette issue, optionally filtered by document number.
  • search_policy_facts — Find policy and document facts by title or document-number text.
  • get_information_standard — Retrieve definitions of information formation classes, provenance fields and snapshot/version metadata.