streamable-httpupdated 8d ago
The official personal finance package for Candor. It gives the AI agent you already use an organized view of accounts, spending, budgets, goals, investments, notes, and the decisions you approve.
What can you do with Candor Finance?
Candor Finance
The official personal finance package for Candor. It gives the AI agent you already use an organized view of accounts, spending, budgets, goals, investments, notes, and the decisions you approve.
Paste https://candor.money/START.md?v=0.1.45 into your agent. It will inspect its own installation capabilities, choose or assemble a complete setup from Candor's official materials, request the normal installation and account-access approvals, and handle the rest.
This package includes the candor-finance Agent Skill and the secure Candor
connection used by OpenAI/ChatGPT, Codex, Claude, and Gemini CLI. Standard
plugin.json, skills/, and mcp.json files support clients that follow
the Agent Plugins 1.0.0 format, and
server.json identifies the remote service in the official MCP Registry.
Agent-specific configuration is included where needed. OpenClaw's manual route
uses the CLI-managed skill under ~/.agents/skills; its future ClawHub route
uses the dedicated CLI-backed skill under openclaw/skills/. The Candor CLI
keeps its managed copy for release preflight in both cases, and OpenClaw's
documented skill precedence makes the same-named CLI projections deterministic.
Hermes can install the root MCP-native skill with its remote MCP client; a
future Hermes ClawHub install instead uses the CLI-backed projection. Do not
mix skill and tool projections. Candor continues to enforce sign-in, access,
and every financial-data permission.
Manage your Candor account and subscription at app.candor.money. When Candor gives the agent a secure account link, it explains the required step and opens that exact page.
Except for the scoped MIT-0 OpenClaw skill subtree, Copyright 2026 Candor Systems, Inc. All rights reserved. See LICENSE.
Install
Add Candor Finance to your client. Pick the one you use.
claude mcp add --transport http candor-finance https://api.candor.money/mcpcodex mcp add candor-finance --url https://api.candor.money/mcp{
"mcpServers": {
"candor-finance": {
"url": "https://api.candor.money/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"candor-finance": {
"type": "http",
"url": "https://api.candor.money/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"candor-finance": {
"url": "https://api.candor.money/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"candor-finance": {
"serverUrl": "https://api.candor.money/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation16/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.19Latest | Aug 11, 2026 |