Kaleido MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Kaleido MCP or direct API to launch blockchain networks, deploy smart contracts, manage participants, and monitor on-chain transactions through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Kaleido Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Kaleido 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
Add Organization Identity ProofAdd an x509 identity proof to a Kaleido organization.
Create API KeyCreates a new API key for the specified Kaleido organization.
Delete API KeyPermanently deletes an API key by its ID.
Delete Organization Identity ProofRemove an x509 identity proof from a Kaleido organization.
Get API KeyTool to retrieve details of a specific API key by its ID.
Get API KeysTool to retrieve all API keys associated with the organization.
Get Application CredentialsTool to retrieve application credentials for a specific environment.
Get Billing SummaryRetrieves a summary of billing data for the specified organization for the current month.
Get ConsortiaTool to retrieve all consortia associated with the organization.
Get Event StreamsList all event streams configured on a Kaleido blockchain node's Ethconnect REST API Gateway.
Get Organization Identity ProofTool to retrieve a specific identity proof for a Kaleido organization.
Get InvitationsTool to retrieve all invitations for the current user where they are the target.
Get MembershipsTool to retrieve all memberships for the current user.
Get OrganizationTool to retrieve details of a specific Kaleido organization by its ID.
Get Organization PlanRetrieve the subscription plan details for a Kaleido organization.
Get OrganizationsRetrieves all organizations that the authenticated user has access to in Kaleido.
Get Organization Billing ProviderRetrieves billing provider information for a specific organization in Kaleido.
Get PlansRetrieve all available Kaleido subscription plans.
Get RegionsRetrieve all available Kaleido deployment regions and their deployment zones.
Get ReleasesRetrieve all available blockchain node software releases from the Kaleido platform.
Get Role By IDRetrieve a specific user role assignment within a Kaleido organization.
Get RolesRetrieve all user role assignments for a Kaleido organization.
Get ServicesTool to retrieve all services the current user owns or can see.
Get Token Factory TokensRetrieves all token contracts from a Kaleido Token Factory service.
Get Wallet Account NonceRetrieve the current nonce (transaction count) of a specific HD wallet account.
Get WalletsTool to retrieve HD wallet IDs hosted in the service.
Update OrganizationTool to update a specific organization in Kaleido.
Update Organization RoleUpdate the role assignment for a user in a Kaleido organization.
Upsert Organization RoleUpsert (create or update) a role assignment for a user in a Kaleido organization.
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 Kaleido tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List all organizations I have access to in Kaleido')
        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 Kaleido Integration

  • Supports both Kaleido MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for launching networks, deploying contracts, and managing on-chain data

Managed Auth

  • Centralized API key management for Kaleido—no hard-coding secrets
  • Per user and environment config for secure, granular access
  • Seamless credential rotation for enterprise compliance

Agent Optimized Design

  • Tools tuned for high reliability with Kaleido's blockchain APIs
  • Full execution logs to track network, contract, and participant actions

Enterprise Grade Security

  • Granular RBAC to restrict Kaleido network operations per user and agent
  • Least privilege access to your organization's blockchain resources
  • Comprehensive audit trails for all automated agent actions

Frequently Asked Questions

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

Yes, Kaleido requires you to configure your own API key credentials. 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.