INDIVIDUAL MCP TOOL
list_official_sources
List synchronized official source scopes, their matched importer, discovery state, and materialized dataset coverage.
LIVE ENDPOINT
https://agentnative.cazimedia.com/mcp
Connect to this endpoint to inspect the live schema for list_official_sources 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.agentnative-data-exchange]
url = "https://agentnative.cazimedia.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentnative-data-exchange": {
"type": "http",
"url": "https://agentnative.cazimedia.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentnative-data-exchange
Remote MCP URL: https://agentnative.cazimedia.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": {
"agentnative-data-exchange": {
"url": "https://agentnative.cazimedia.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentnative-data-exchange": {
"type": "http",
"url": "https://agentnative.cazimedia.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentnative-data-exchange",
"transport": "streamable-http",
"url": "https://agentnative.cazimedia.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_public_datasets— Search normalized metadata for US federal public datasets before choosing a paid data adapter.search_discovered_datasets— Search the durable cross-source catalog, including candidates still moving through detached materialization.get_coverage_status— Get current official-source discovery, materialization, queryable-row, queue, failure, and freshness coverage.list_imported_datasets— List warehouse datasets that have a fully published current snapshot, with row counts and provenance fields.sample_imported_dataset— Get three free normalized rows plus deterministic summaries and provenance from an imported dataset.sample_us_federal_register— Get a free regulatory briefing: three current records plus aggregates over the latest 25 documents, with provenance and no payment token.query_imported_dataset— Paid bounded query over the current published snapshot of an imported official dataset.aggregate_imported_dataset— Compute a bounded count, sum, average, minimum, or maximum grouped by a dataset field.