Verbaterm Policy Intelligence
io.github.tensorswillflow/verbatermJudged, citation-checked policy corpus over MCP. Keyless public reads; API key for AI tools.
Tools · 7
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 published public-library policy reviews available in the corpus.
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 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…
Poll progress of a private review started with start_private_review.
Get the completed private review (findings + citations) for a session started with start_private_review. Raw source text is not returned.
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).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"verbaterm_policy_intelligence": {
"url": "https://verbaterm.com/mcp",
"transport": "streamable-http"
}
}
}