com.verisgov.api/data-access
Official6 toolsVerified federal funding intelligence with sealed provenance; verify any figure at no charge.
Access verified federal funding data with provenance verification at no charge.
Captured live from the server via tools/list.
search_programs
Search the verified federal-funding corpus (states, initiatives, sub-initiatives, programs) by keywords. Returns ranked stubs with refs for follow-up tools. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
Parameters (3)
- querystringrequired
keywords, e.g. 'maternal remote monitoring'
- kindstring
- cursorstring
get_state_profile
A state's RHTP profile: award, lead agency, initiative summaries. response_format 'detailed' adds officials and the primary-document shelf. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
Parameters (2)
- statestringrequired
state slug, e.g. 'oklahoma'
- response_formatstring
get_subinitiative_ledger
The funded sub-initiative ledger for a state: who is funded, for what, with dollars and RFA timing. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
Parameters (3)
- statestringrequired
- tagstring
filter by keyword in name/description
- cursorstring
list_live_deadlines
Open/closing solicitations and key dates across your entitled states and programs. tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
Parameters (2)
- beforestring
YYYY-MM-DD upper bound
- statesarray
get_document
Primary-document shelf metadata for a state or program ref (title, kind, publication date, source URL, sealed hash where held). tier 'golden' = fidelity-verified; tier 'abstract' = integrity-verified but preliminary, attribute as such.
Parameters (1)
- refstringrequired
a ref from search_programs, e.g. 'rhtp/states/oklahoma'
verify_seal
Cryptographically verify an artifact: recomputes its SHA3-256, checks the signed manifest entry and the Ed25519 manifest signature. Pass sha3_256 to attest a copy you hold. Verification is free of charge.
Parameters (2)
- refstringrequired
artifact ref, e.g. 'rhtp/states/oklahoma'
- sha3_256string
optional: your copy's hash to compare
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"data-access": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.verisgov.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.