Connect Perplexity to Crane Ledger
Perplexity can call Crane Ledger tools through a custom remote connector (MCP). Available on Pro, Max, and Enterprise plans.
Prerequisites
- Perplexity Pro, Max, or Enterprise (custom connectors).
- A Crane Ledger account — OAuth recommended; API key as fallback.
- On organization plans, an admin may need to allow custom connectors.
MCP endpoint
| Setting | Value |
|---|---|
| URL | https://api.craneledger.ai/mcp |
| Transport | Streamable HTTP |
| Auth (OAuth) | Sign in at consent UI — no key in the client |
| Auth (API key) | Authorization: Bearer ha_live_… |
| Consent | https://craneledger.ai/oauth/consent |
Organization scope comes from your OAuth token or API key — you do not pass organization_id separately.
Scopes: ledger:read, ledger:write, and optionally ledger:admin.
See Authentication and MCP tools.
Connect via OAuth (recommended)
- Open Account Settings → Connectors (or + Custom connector).
- Choose a remote connector.
- Name:
Crane Ledger. - URL:
https://api.craneledger.ai/mcp. - Transport: Streamable HTTP (if shown).
- Auth: OAuth 2.0.
- Acknowledge any risk prompts and add the connector.
- Complete sign-in at
https://craneledger.ai/oauth/consent, pick an organization, and approve scopes. - In a thread, enable the connector so Perplexity can call tools.
Connect via API key
Same flow, but choose API Key auth and supply:
Authorization: Bearer ha_live_…
(or paste the key if the UI has a dedicated API key field).
Example prompts
Once connected, try:
- "Set up a basic chart of accounts for a small service business"
- "Create an invoice for $2,500 to Acme Corp for consulting"
- "What's our cash position right now?"
- "Show me profit and loss for last quarter"
- "How many credits do I have left?"
Troubleshooting
| Issue | What to try |
|---|---|
| Connector option missing | Confirm plan; ask org admin to enable custom connectors |
| Registration / metadata errors | Use the public HTTPS MCP URL; prefer OAuth discovery |
| No tool calls in-thread | Manually enable the connector for that conversation |
| 401 | Re-run OAuth or rotate the API key |
Related
Need help?
Create a free account (GitHub, Google, Apple, or email) to access our support portal. Once signed in, use the Support tab in your dashboard to submit a support ticket — no GitHub account required. Our team typically responds within 24 hours.
- ✨ For LLMs/AI assistants: Read our structured API reference
- Legal: Terms of Service · Privacy Policy