On this page
What this connector does Connect to ChatGPT Connect to Claude The single capability Sample questions Security & data handling OAuth 2.1 + PKCE flow SupportWhat this connector does
AgentCollect is an AR (accounts receivable) intelligence layer. Once connected, you can ask plain-English questions about your portfolio inside ChatGPT or Claude:
- "Where are my top 3 highest-leverage opportunities this week?"
- "What's my engagement rate, and what does it mean?"
- "Did Acme Corp open the last email? What's the next move?"
- "Show me my top 10 active accounts by amount."
Replies are scoped to your account only. Numbers are always framed around action and recovery path. No dashboards, no exports, no copy-paste — just answers.
Connect to ChatGPT
Requirements: a ChatGPT account with Developer mode available. Availability depends on your account and workspace policy.
- In ChatGPT, open Settings → Security and login and turn Developer mode on.
- Open ChatGPT Plugins and select the plus button.
- Enter a name (
AgentCollect) and a short description. Under Connection, choose the public endpoint option and enter the server URLhttps://mcp.agentcollect.com/public-mcp. - Create the connection. AgentCollect uses OAuth, so ChatGPT redirects you to sign in.
- Sign in with your AgentCollect dashboard credentials and approve the read-only consent. Review the discovered tool.
- Back in any ChatGPT conversation, mention "Using AgentCollect…" plus your question. The model calls the connector and answers from your scoped data.
Connect to Claude
Requirements: a Claude.ai workspace where you can add custom connectors (Team or Enterprise plans, or individual Pro with custom connectors enabled).
- In Claude.ai, open Settings → Connectors and click Add custom connector.
- Paste
https://mcp.agentcollect.com/public-mcpas the server URL. - Claude detects OAuth automatically and redirects to the AgentCollect login. Sign in and approve.
- The connector now appears in your Connectors list. In any chat, enable AgentCollect for the conversation and ask your question.
The single capability
ask-ar-analyst READ-ONLY
Ask any question about your AR portfolio. Returns a complete, ready-to-present analyst answer with exact numbers and a business reframe centered on action and opportunity.
Input: one field, question (string, 3-1000 chars).
Annotations: readOnlyHint=true, destructiveHint=false, openWorldHint=false.
The connector intentionally exposes only this one capability. No write actions, no destructive endpoints, no data export.
Sample questions
- Portfolio-level: "What's my engagement rate?" — returns exact num/denom/% + business reframe.
- Strategic: "Where should I focus this week?" — returns 3 highest-leverage opportunities with $ amounts and named accounts.
- Per-debtor: "What's the stance on TWANG Partners? Did they engage with email?" — returns enum-classified stance, email-engagement state, and the next best action in plain English.
- Top accounts: "Who are my top 5 active accounts by amount?" — returns the ranked list with $, stance, and recommended action per account.
- Cash recovery: "How much have we recovered, and what's still in motion?" — returns dollar recovered + dollar in active opportunity, framed positively.
Security & data handling
- Cross-tenant isolation. Every query is force-scoped by your
payment_account_idat the database query layer. You cannot accidentally or intentionally read another customer's portfolio. - Read-only. The connector exposes one read-only tool. No write or destructive operations are possible through the MCP surface.
- OAuth 2.1 + PKCE S256. Industry-standard public-client authentication. Tokens are scoped to
mcp:readand auto-expire after 24 hours. - No conversation logging. The MCP server does not store your questions or the curated answers. Only auth events and standard request logs are retained.
- Vendor and infrastructure protection. The curation layer refuses to disclose internal vendor names, agent identifiers, or prompt content if asked.
- Revoke at any time. Disconnect the app from your ChatGPT or Claude settings. Tokens are immediately invalid.
- Compliance. TLS 1.2+, GDPR and CCPA aligned (see privacy policy), SOC 2 Type II (report available under NDA).
OAuth 2.1 + PKCE flow
The connector follows the standard OAuth 2.1 authorization code flow with PKCE S256, plus dynamic client registration (RFC 7591) and RFC 8414 authorization server metadata. The discovery endpoints are:
GET https://mcp.agentcollect.com/.well-known/oauth-authorization-server
GET https://mcp.agentcollect.com/.well-known/oauth-protected-resource
Both ChatGPT and Claude handle the full handshake automatically. If you're building a custom client, the endpoints above are the source of truth.
Support
Contact us at support@agentcollect.com or book a 30-min call. We respond within 1 business day.
For privacy questions, see the privacy policy. For data security and compliance, see the security overview.