Data Collection
verisgov.com
Provides access to federal funding information including programs, state profiles, deadlines, and documents.
ENDPOINT 1
https://api.verisgov.com/mcp
MCP server metadata
- Name
- verisgov-data-access
- Version
- 1.0.0
Verified, sealed federal-funding intelligence. Results carry tier labels: 'golden' is fidelity-verified, 'abstract' is integrity-verified and must be attributed as preliminary. verify_seal re-derives any artifact's hash at no charge.
Known tools 6
search_programsSearch the verified federal-funding corpus (states, initiatives, sub-initiatives, programs) by keywords.
Inferred read-onlyget_state_profileA state's RHTP profile: award, lead agency, initiative summaries.
Inferred read-onlyget_subinitiative_ledgerThe funded sub-initiative ledger for a state: who is funded, for what, with dollars and RFA timing.
Inferred read-onlylist_live_deadlinesOpen/closing solicitations and key dates across your entitled states and programs.
Inferred read-onlyget_documentPrimary-document shelf metadata for a state or program ref (title, kind, publication date, source URL, sealed hash where held).
Inferred read-onlyverify_sealCryptographically verify an artifact: recomputes its SHA3-256, checks the signed manifest entry and the Ed25519 manifest signature.
Inferred read-onlyCONNECT 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.verisgov-data-access]
url = "https://api.verisgov.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verisgov-data-access": {
"type": "http",
"url": "https://api.verisgov.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verisgov-data-access
Remote MCP URL: https://api.verisgov.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": {
"verisgov-data-access": {
"url": "https://api.verisgov.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verisgov-data-access": {
"type": "http",
"url": "https://api.verisgov.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verisgov-data-access",
"transport": "streamable-http",
"url": "https://api.verisgov.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.