INDIVIDUAL MCP TOOL
ask_question
Ask a citation-grounded follow-up question about a public library review or a private session (requires a Verbaterm API key; debits the caller's plan Q&A allowance).
LIVE ENDPOINT
https://verbaterm.com/mcp
Connect to this endpoint to inspect the live schema for ask_question and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.verbaterm]
url = "https://verbaterm.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verbaterm": {
"type": "http",
"url": "https://verbaterm.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verbaterm
Remote MCP URL: https://verbaterm.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": {
"verbaterm": {
"url": "https://verbaterm.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verbaterm": {
"type": "http",
"url": "https://verbaterm.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verbaterm",
"transport": "streamable-http",
"url": "https://verbaterm.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_policies— Search Verbaterm's judged, citation-checked public policy corpus (companies, products, policy kinds).list_policies— List published public-library policy reviews available in the corpus.get_policy_review— Get the full judged review for one published policy: findings with verbatim citation excerpts, scores, summary, and provenance.start_private_review— Start a private Verbaterm review of pasted policy text (requires a Verbaterm API key; debits the caller's plan allowance, not API credits).get_private_review_progress— Poll progress of a private review started with start_private_review.get_private_review_result— Get the completed private review (findings + citations) for a session started with start_private_review.