From b807cf436269398a3c1f6c92b88256f2e89eec3c Mon Sep 17 00:00:00 2001 From: ghanshyam-merufintech Date: Thu, 14 May 2026 15:56:45 +0530 Subject: [PATCH] Add community.hellobooks-mcp Added a new server definition for HelloBooks MCP including schema, metadata, and authentication details. --- servers/community.hellobooks-mcp.json | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 servers/community.hellobooks-mcp.json diff --git a/servers/community.hellobooks-mcp.json b/servers/community.hellobooks-mcp.json new file mode 100644 index 0000000..35816b7 --- /dev/null +++ b/servers/community.hellobooks-mcp.json @@ -0,0 +1,47 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.hellobooks-mcp", + "name": "HelloBooks MCP", + "alias": "hellobooks", + "description": "Accounting and bookkeeping agent for syncing clients, hours, invoices, and payroll.", + "logo": "https://avatars.githubusercontent.com/u/7734982?v=4", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "accounting", + "bookkeeping", + "invoices", + "payroll", + "finance" + ], + "transport": { + "type": "http", + "url": "https://agents.hellobooks.ai/", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "api_key", + "instructions": "Sign in at https://hellobooks.ai to obtain your API key." + }, + "contributor": { + "name": "HelloBooks", + "github": "hellobooks", + "url": "https://hellobooks.ai" + }, + "links": { + "homepage": "https://hellobooks.ai" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}