wealthbox-mcp (rhyeal/wealthbox-mcp) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 51 tools. No publisher has claimed this listing.
Exposes the Wealthbox CRM API to MCP-enabled clients, enabling operations on contacts, tasks, events, notes, opportunities, projects, workflows, and more.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
rhyeal
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
wealthbox.healthHealth check that hits /v1/me to verify token and connectivity
wealthbox.contacts.listList contacts. Query params: name, email, phone, contact_type, id, active, tags[], type (person|household|organization|trust), page, per_page. Example: {"query":{"name":"John","per_page":10}}
wealthbox.contacts.getGet contact by id
wealthbox.contacts.createCreate contact. Example: {"first_name":"Ada","last_name":"Lovelace"}. You can also provide a raw body.
wealthbox.contacts.updateUpdate contact. Provide id and changed fields. You can also pass raw body.
wealthbox.contacts.deleteDelete contact
wealthbox.tasks.listList tasks. Query params: title, assigned_to_user_id, assigned_to_team_id, category_id, completed (boolean), due_date (YYYY-MM-DD), updated_since, updated_before, page, per_page.
wealthbox.tasks.getGet task by id
wealthbox.tasks.createCreate task. Example: {"title":"Call client","due_date":"2025-10-04"}. You can also provide a raw body.
wealthbox.tasks.updateUpdate task by id. You can also pass raw body.
wealthbox.tasks.deleteDelete task
wealthbox.events.listList events. Query params: title, category_id, starts_after, starts_before, ends_after, ends_before, updated_since, updated_before, page, per_page.
wealthbox.events.getGet event by id
wealthbox.events.createCreate event. Example: {"title":"Review","starts_at":"2025-10-04 10:00","ends_at":"2025-10-04 11:00"}
wealthbox.events.updateUpdate event by id. You can also pass raw body.
wealthbox.events.deleteDelete event
wealthbox.notes.listList notes. Query params: updated_since, updated_before, page, per_page.
wealthbox.notes.getGet note by id
wealthbox.notes.createCreate note. Example: {"content": "Note text", "linked_to": [{"id": 12345, "type": "Contact"}]}
wealthbox.notes.updateUpdate note content by id. You can pass {content} directly, or a raw body.
wealthbox.opportunities.listList opportunities. Query params: name, pipeline_id, stage_id, amount_min, amount_max, close_after, close_before, updated_since, updated_before, page, per_page.
wealthbox.opportunities.getGet opportunity by id
wealthbox.opportunities.createCreate opportunity. Example: {"name":"New deal","pipeline_id":1,"stage_id":2,"amount":10000}
wealthbox.opportunities.updateUpdate opportunity by id. You can also pass raw body.
wealthbox.opportunities.deleteDelete opportunity
wealthbox.projects.listList projects. Query params: name, status, due_after, due_before, updated_since, updated_before, page, per_page.
wealthbox.projects.getGet project by id
wealthbox.projects.createCreate project. Example: {"name":"Onboarding","description":"..."}
wealthbox.projects.updateUpdate project by id. You can also pass raw body.
wealthbox.projects.deleteDelete project
wealthbox.comments.listList comments (optionally by resource). Query params: resource_id, resource_type, updated_since, updated_before, page, per_page.
wealthbox.userGroups.listList user groups
wealthbox.categories.listList members of a customizable category
wealthbox.tags.listList tags (optionally by document_type)
wealthbox.customFields.listList custom fields
wealthbox.contactRoles.listList contact roles
wealthbox.workflows.listList workflows. Query params: status, template_id, updated_since, updated_before, page, per_page.
wealthbox.workflows.getGet workflow by id
wealthbox.workflows.createCreate workflow
wealthbox.workflows.deleteDelete workflow
wealthbox.workflowTemplates.listList workflow templates. Query params: page, per_page.
wealthbox.workflowTemplates.getGet workflow template by id
wealthbox.workflowSteps.completeComplete a workflow step
wealthbox.workflowSteps.revertRevert a workflow step
wealthbox.activityStream.listRetrieve activity stream. Query params: updated_since, updated_before, page, per_page.
wealthbox.households.addMemberAdd member to a household. Provide household_id and either id+title or raw body.
wealthbox.households.deleteMemberDelete member from a household
wealthbox.getMeRetrieve login profile information for the authenticated user
wealthbox.listUsersList all users accessible to the authenticated account
wealthbox.listTeamsList all teams in the authenticated account
wealthbox.requestGeneric Wealthbox API request tool supporting method, path, body, and query
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
WEALTHBOX_API_BASE_URL(optional): defaults to https://api.crmworkspace.comWEALTHBOX_TOKEN(required): your Wealthbox API access token; sent as ACCESS_TOKEN header per docsTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
51/51 tools missing one or more hints — wealthbox.health (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); wealthbox.contacts.list (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); wealthbox.contacts.get (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +48 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.19.1 (high), @modelcontextprotocol/sdk@1.19.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/rhyeal/wealthbox-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check