{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_7q9s6aqyps7u","handle":"zoho-books-mcp","url":"https://wellknown.network/agents/zoho-books-mcp","links":{"self":"https://wellknown.network/agents/zoho-books-mcp/record.json","html":"https://wellknown.network/agents/zoho-books-mcp","markdown":"https://wellknown.network/agents/zoho-books-mcp/record.md","api":"https://wellknown.network/api/v1/agents/zoho-books-mcp","status":"https://wellknown.network/api/v1/agents/zoho-books-mcp/status","claim":"https://wellknown.network/agents/zoho-books-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/zoho-books-mcp/claim.json","badge":"https://wellknown.network/agents/zoho-books-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:zoho-books-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"zoho-books-mcp","summary":"Connect your Zoho Books account to AI assistants like Claude Desktop through the Model Context Protocol (MCP)","description":"# Zoho Books MCP Server\n\nConnect your Zoho Books account to AI assistants like Claude Desktop through the Model Context Protocol (MCP).\n\n## Quick Start\n\n### 1. Get Zoho API Credentials\n\n1. Go to [Zoho API Console](https://api-console.zoho.com/)\n2. Create a \"Server-based Application\"\n3. Add redirect URI: `http://localhost:8099/callback`\n4. Select scope: `ZohoBooks.fullaccess.all`\n5. Save your Client ID, Client Secret, and Organization ID\n\n### 2. Install via uvx\n\nAdd to your Claude Desktop configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"zoho-books\": {\n      \"command\": \"uvx\",\n      \"args\": [\"zoho-books-mcp\"],\n      \"env\": {\n        \"ZOHO_CLIENT_ID\": \"your_client_id\",\n        \"ZOHO_CLIENT_SECRET\": \"your_client_secret\",\n        \"ZOHO_REFRESH_TOKEN\": \"your_refresh_token\",\n        \"ZOHO_ORGANIZATION_ID\": \"your_organization_id\",\n        \"ZOHO_REGION\": \"US\"\n      }\n    }\n  }\n}\n```\n\nTo get a refresh token: `uvx zoho-books-mcp --setup-oauth`\n\n### 3. Restart Claude Desktop\n\nLook for the 🔌 icon to verify connection.\n\n## Local Development\n\n```bash\n# Clone and setup\ngit clone https://github.com/kkeeling/zoho-mcp.git\ncd zoho-mcp\npython -m venv venv\nsource venv/bin/activate  # Windows: venv\\Scripts\\activate\npip install -r requirements.txt\n\n# Run tests\npytest\n\n# Run server\npython server.py\n```\n\nFor local development in Claude Desktop:\n```json\n{\n  \"mcpServers\": {\n    \"zoho-books\": {\n      \"command\": \"/path/to/venv/bin/python\",\n      \"args\": [\"/path/to/zoho-mcp/server.py\"],\n      \"env\": {\n        \"ZOHO_CLIENT_ID\": \"your_client_id\",\n        \"ZOHO_CLIENT_SECRET\": \"your_client_secret\",\n        \"ZOHO_REFRESH_TOKEN\": \"your_refresh_token\",\n        \"ZOHO_ORGANIZATION_ID\": \"your_organization_id\",\n        \"ZOHO_REGION\": \"US\"\n      }\n    }\n  }\n}\n```\n\n## Available Features\n\n### Tools\n\n**Invoices**: create_invoice, email_invoice, record_payment, send_payment_reminder, void_invoice, list_invoices, get_invoice, mark_invoice_as_sent\n\n**Contacts**: create_customer, create_vendor, update_contact, de…","publisher":null,"homepage":"https://github.com/kkeeling/zoho-mcp#readme","repository":"https://github.com/kkeeling/zoho-mcp/blob/main/CHANGELOG.md","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["ai","books","claude","mcp","model-context-protocol","zoho"],"pricing":null,"endpoints":[{"url":"pypi:zoho-books-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"documents.invoice-processing","name":"Invoice Processing","confidence":0.814,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","documents"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"zoho-books-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:37.535Z","publishedAt":"2025-08-02T14:13:04.874841Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"zoho-books-mcp","url":"https://pypi.org/project/zoho-books-mcp/","firstSeenAt":"2026-09-10T16:24:01.634Z","fetchedAt":"2026-09-10T16:24:01.634Z","normalizedAt":"2026-09-10T16:24:01.634Z"}]},"firstSeenAt":"2026-09-10T16:24:01.634Z","updatedAt":"2026-09-10T16:24:37.535Z"}