search_programs — data access MCP Tool Read-only
search_programs
(search programs) is one of 6 tools on the
data access
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call search_programs from your client
- Claude Code data access search_programs run in your project directory
- Claude Desktop data access search_programs ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor data access search_programs ~/.cursor/mcp.json
- VS Code data access search_programs .vscode/mcp.json
- Zed data access search_programs ~/.config/zed/settings.json
- Windsurf data access search_programs ~/.codeium/windsurf/mcp_config.json
- Cline data access search_programs ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI data access search_programs ~/.gemini/settings.json
- Grok data access search_programs .mcp.json (in your project root)
- ChatGPT data access search_programs Settings → Connectors → Advanced → Developer mode
- Claude.ai data access search_programs Settings → Connectors → Add custom connector
- LangChain data access search_programs pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http data-access https://api.verisgov.com/mcp
Other tools on this server
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.