Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Verbaterm Policy Intelligence

io.github.tensorswillflow/verbaterm

Judged, citation-checked policy corpus over MCP. Keyless public reads; API key for AI tools.

Uptime
100.0%
1 direct probes · 30d
Response
687ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_policies

Search Verbaterm's judged, citation-checked public policy corpus (companies, products, policy kinds). Returns derived review metadata — findings counts, scores, freshness — never raw policy text.

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. Cite the source URLs back to the user.

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). Returns a sessionId to poll with get_private_review_progress…

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. Raw source text is not returned.

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).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "verbaterm_policy_intelligence": {
      "url": "https://verbaterm.com/mcp",
      "transport": "streamable-http"
    }
  }
}