INDIVIDUAL MCP TOOL
find_ccc_standard_references
Find occurrences of a recorded standard number in CCC reference metadata.
LIVE ENDPOINT
https://mcp.agentdatacore.com/mcp/products/market-access
Connect to this endpoint to inspect the live schema for find_ccc_standard_references 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.agentdata-market-access]
url = "https://mcp.agentdatacore.com/mcp/products/market-access"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentdata-market-access": {
"type": "http",
"url": "https://mcp.agentdatacore.com/mcp/products/market-access"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentdata-market-access
Remote MCP URL: https://mcp.agentdatacore.com/mcp/products/market-access
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-market-access": {
"url": "https://mcp.agentdatacore.com/mcp/products/market-access"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentdata-market-access": {
"type": "http",
"url": "https://mcp.agentdatacore.com/mcp/products/market-access"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentdata-market-access",
"transport": "streamable-http",
"url": "https://mcp.agentdatacore.com/mcp/products/market-access"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_ccc_products— Find CCC catalog product entries by product or category text.get_ccc_rule_versions— Find recorded versions and dates for a CCC rule number.get_standard_metadata— Retrieve standard metadata when its recorded standard number is known.search_standard_metadata— Find standard metadata by title text, optionally filtered by its recorded status.get_information_standard— Retrieve definitions of information formation classes, provenance fields and snapshot/version metadata.