INDIVIDUAL MCP TOOL
search_public_datasets
Use this free tool first when an agent needs official US federal data but does not yet know the dataset ID.
LIVE ENDPOINT
https://agentnative.cazimedia.com/mcp/government-data
Connect to this endpoint to inspect the live schema for search_public_datasets 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/government-data"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentnative-data-exchange": {
"type": "http",
"url": "https://agentnative.cazimedia.com/mcp/government-data"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentnative-data-exchange
Remote MCP URL: https://agentnative.cazimedia.com/mcp/government-data
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/government-data"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentnative-data-exchange": {
"type": "http",
"url": "https://agentnative.cazimedia.com/mcp/government-data"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentnative-data-exchange",
"transport": "streamable-http",
"url": "https://agentnative.cazimedia.com/mcp/government-data"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_official_sources— Use this free tool to inspect which federal, state, city, police, education, and other official source scopes AgentNative currently covers.search_discovered_datasets— Use this free tool to find datasets across all discovered official sources, including candidates not yet queryable.get_coverage_status— Use this free operational tool to decide whether available public-data coverage is sufficient or whether to request a missing capability.list_imported_datasets— Use this free tool when an agent needs only datasets that can be sampled or queried now.sample_imported_dataset— Use this free tool to evaluate a query-ready official dataset before paying.sample_us_federal_register— Use this free no-auth tool for current US regulatory activity or to evaluate AgentNative before paying.query_imported_dataset— Use this paid read-only tool after sample_imported_dataset confirms the data is suitable.aggregate_imported_dataset— Use this paid read-only tool for deterministic grouped statistics instead of downloading rows and calculating locally.