Customgpt MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Customgpt MCP or direct API to run chatbot queries, fetch contextual answers, generate custom content, and automate customer responses through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Customgpt Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Customgpt now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Activate Persona VersionRestore a previous persona version for a CustomGPT agent.
Add Source to ProjectAdd a data source to a CustomGPT agent's knowledge base.
Clone CustomGPT ProjectTool to clone a CustomGPT agent (project).
Create ConversationTool to create a new conversation session for a CustomGPT agent.
Create CustomGPT ProjectTool to create a new CustomGPT agent from a sitemap URL or file upload.
Delete Page from AgentTool to delete a document from a CustomGPT agent's knowledge base.
Delete CustomGPT ProjectTool to delete a CustomGPT project by ID.
Delete CustomGPT Project LicenseDeletes a license from a CustomGPT project/agent.
Delete CustomGPT SourceTool to delete a data source from a CustomGPT agent.
Export LeadsExport leads from a CustomGPT project.
Get MessageTool to get message details from a CustomGPT conversation.
Get Message Trust ScoreTool to retrieve verification trust score for a message in a CustomGPT conversation.
Get Page MetadataTool to get document metadata including title, source URL, word count, and custom metadata fields.
Get Agent PluginsTool to retrieve plugin details for a specific CustomGPT agent (project).
Get CustomGPT ProjectTool to get agent details.
Get Project LicenseTool to retrieve a license for a specific project.
Get Project SettingsRetrieve configuration settings for a specific CustomGPT agent/project.
Get Analytics Chart DataTool to retrieve analytics chart data for a CustomGPT project.
Get Conversation AnalyticsTool to get conversation analytics for a CustomGPT project.
Get Customer Intelligence ReportTool to get customer intelligence for a CustomGPT project.
Get Traffic Analytics ReportTool to retrieve traffic analytics for a CustomGPT agent/project.
Get Agent StatisticsTool to get agent statistics.
Get Usage LimitsGet account usage limits showing current usage vs.
Get Current User ProfileTool to retrieve the current user's profile information.
List Conversation MessagesRetrieves all messages from a CustomGPT conversation, including both user queries and AI responses.
List Agent DocumentsLists all documents in a CustomGPT agent's knowledge base.
List Persona VersionsTool to list persona versions for a CustomGPT agent.
List CustomGPT Project LicensesList all licenses for a CustomGPT project/agent.
List CustomGPT ProjectsLists all CustomGPT projects (agents) for the authenticated user.
List Agent SourcesTool to list all data sources connected to an agent.
Reindex PageTool to reindex a document in CustomGPT knowledge base.
Search Team MembersTool to search for team members by email address or user ID.
Submit Message FeedbackTool to submit feedback (thumbs up/down) for a message in a CustomGPT conversation.
Update Page MetadataUpdate document metadata for a specific page in a CustomGPT project.
Update ProjectUpdates an existing CustomGPT agent's name or configuration settings.
Update Project LicenseUpdates the name of an existing license for a CustomGPT project/agent.
Update Project SettingsUpdate CustomGPT agent configuration settings.
Update Source SettingsUpdate source settings for a CustomGPT agent data source.
Update User ProfileUpdates the authenticated user's profile information in CustomGPT.
Verify Message AccuracyTool to verify message accuracy by triggering a fact-checking verification process.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Customgpt tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List all CustomGPT projects for my account')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Customgpt Integration

  • Supports both Customgpt MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for querying, managing, and interacting with your Customgpt bots

Managed Auth

  • Built-in API key management—no manual credential handling
  • Central place to manage, scope, and revoke Customgpt access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Customgpt
  • Scoped, least privilege access to Customgpt resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Customgpt with Composio?

Yes, Customgpt requires you to configure your own API key. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.