pocketsmith.com
PocketSmith is a personal finance and budgeting service for tracking accounts, transactions, budgets, forecasts, and related financial data. It lets users analyze spending and manage financial information across connected accounts and scenarios.
PocketSmith exposes a REST API at https://api.pocketsmith.com/v2 plus two OAuth-protected MCP endpoints for full-access and read-only AI assistant connections.
- PocketSmith APIdiscovered
In your PocketSmith account, go to Settings > Security and create a developer key. Use it in the X-Developer-Key header for API requests. The developer docs say developer keys are for tools you build just for your own account and can be managed under the Security section in PocketSmith.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing