check_token
Request the current token-risk decision and supporting evidence.
Open source · MCP
Release 0.2.1 · Published August 3, 2026.
Tool surface
Request the current token-risk decision and supporting evidence.
Estimate intended-size exit behavior where the underlying capability is supported.
Read current tool and payment information from the service.
The MCP package is a stateless wrapper. It sends requests to the external VerdictSwarm API; it does not run token intelligence locally. Integrators should follow the current API documentation for support boundaries and decision semantics.
Run it yourself
Choose the package when you want the runtime in your own environment and control its version, secrets, process lifecycle, and client configuration.
pip install verdictswarm-mcpView the package on PyPI →Hosted discovery
Choose Smithery when your client supports its hosted connection flow and you prefer a managed discovery and connection surface over running a local wrapper process.
Open the Smithery server →Source and trust
The source repository includes client examples, tests, a contribution guide, and a private security-reporting path. Keep API keys in the client's secret configuration; never paste them into prompts or commit them to a repository.
Compare the direct API, a self-run MCP server, Smithery, and the OpenClaw-native skill before deciding who should own the runtime and credentials.
Compare integration paths →