← verisgov.com
INDIVIDUAL MCP TOOL
list_live_deadlines
Open/closing solicitations and key dates across your entitled states and programs.
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 endpoint
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.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.
Related tools
search_programs— Search the verified federal-funding corpus (states, initiatives, sub-initiatives, programs) by keywords.get_state_profile— A state's RHTP profile: award, lead agency, initiative summaries.get_subinitiative_ledger— The funded sub-initiative ledger for a state: who is funded, for what, with dollars and RFA timing.get_document— Primary-document shelf metadata for a state or program ref (title, kind, publication date, source URL, sealed hash where held).verify_seal— Cryptographically verify an artifact: recomputes its SHA3-256, checks the signed manifest entry and the Ed25519 manifest signature.