Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions servers/community.hellobooks-mcp.json
Original file line number Diff line number Diff line change
@@ -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",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be you are missing input configuration? How would this api key should be provided?

"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
}
}