Skip to content
Cursor

Verify API for Cursor

io.github.mgdsn/verify-api-mcp

Evidence-backed verification for citations, packages, repos, cases, filings, drugs, x402 sellers.

client:Cursor transport:stdio runtime:pypi

Install Verify API in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "verify-api-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verify-api-mcp"
      ],
      "env": {
        "VERIFY_API_KEY": "<VERIFY_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Verify API in other clients