{
  "schema_version": "2026-05-01",
  "name": "VerifyPDF",
  "description": "MCP server for VerifyPDF. Two public knowledge-bank tools (search_blog, read_blog_post) cover document fraud detection, AI-generated forgeries, KYC/AML, tenant screening and related verification topics — no API key needed. Four customer tools (auth_status, submit_document, get_document, delete_document) drive the paid pipeline and require a VerifyPDF API key on every request.",
  "endpoint": "https://mcp.verifypdf.com/mcp",
  "transport": "streamable-http",
  "auth": {
    "type": "bearer",
    "schemes": [
      {
        "type": "bearer",
        "header": "Authorization",
        "required": false,
        "description": "Customer tools (auth_status, submit_document, get_document, delete_document) require your VerifyPDF API key sent as 'Authorization: Bearer <api_key>' on every request. Generate keys in the Developers section at https://secure.verifypdf.com. Public knowledge-bank tools (search_blog, read_blog_post) accept calls without a key and are rate-limited per IP (60 requests / minute).",
        "credential_url": "https://secure.verifypdf.com"
      }
    ]
  },
  "documentation_url": "https://verifypdf.com/agents/",
  "tools_url": "https://mcp.verifypdf.com/mcp",
  "contact": "support@verifypdf.com",
  "publisher": { "name": "VerifyPDF", "url": "https://verifypdf.com" }
}
