From 1c5b4b3053b438d0f86264ba60f6cd55c23bef3d Mon Sep 17 00:00:00 2001 From: ghanshyam-merufintech Date: Thu, 14 May 2026 16:51:03 +0530 Subject: [PATCH] Create server definition for HelloBooks MCP agent Added a new server definition for HelloBooks MCP agent, including metadata, authentication, and links. --- servers/ai.hellobooks-mcp-http.json | 49 +++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 servers/ai.hellobooks-mcp-http.json diff --git a/servers/ai.hellobooks-mcp-http.json b/servers/ai.hellobooks-mcp-http.json new file mode 100644 index 0000000..1a412fa --- /dev/null +++ b/servers/ai.hellobooks-mcp-http.json @@ -0,0 +1,49 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "ai.hellobooks-mcp-http", + "name": "HelloBooks MCP", + "alias": "hellobooks", + "description": "HelloBooks MCP agent server for accounting and bookkeeping — syncing clients, hours, invoices and payroll.", + "logo": "https://hellobooks.ai/favicon.ico", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "accounting", + "bookkeeping", + "invoices", + "payroll", + "clients", + "finance" + ], + "transport": { + "type": "http", + "url": "https://agents.hellobooks.ai/", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "api_key", + "instructions": "Provide your HelloBooks API key to authenticate." + }, + "contributor": { + "name": "Meru-Fin-Tech", + "github": "Meru-Fin-Tech", + "url": "https://hellobooks.ai" + }, + "links": { + "repository": "https://github.com/Meru-Fin-Tech/HelloBooks-MCP-Public", + "homepage": "https://hellobooks.ai" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}