Agenty MCP for AI Agents



Agenty is a web scraping and automation platform for extracting data and automating browser tasks—no coding needed. It streamlines data collection, monitoring, and repetitive online actions.
Connect Agenty without Auth hassles
We manage OAuth, API Key, token refresh, and scopes, you just build.
Try for FreeTry Agenty 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
Install Composio
pip install composio claude-agent-sdkCreate Tool Router Session
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.urlConnect to AI Agent
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 Agenty tools.',
max_turns=10
)
async def main():
async with ClaudeSDKClient(options=options) as client:
await client.query('Fetch all agents 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())Why Use Composio?
AI Native Agenty Integration
- Supports both Agenty MCP and direct API based integrations
- Structured, LLM-friendly schemas for reliable tool execution
- Rich coverage for reading, writing, and querying your Agenty data
Managed Auth
- Built-in API key management with auto-scoping
- Central dashboard to manage and revoke Agenty credentials
- No hard-coding keys—per user and per environment authentication
Agent Optimized Design
- Tools tuned for LLMs—reduced errors, improved reliability
- Comprehensive execution logs for every scrape and automation
Enterprise Grade Security
- RBAC controls for which agents can access Agenty
- Scoped, least privilege access to your web data
- Full audit trail for compliance and review
Use Agenty with any AI Agent Framework
Choose a Framework you want to connect Agenty with
ChatGPT
Use Agenty MCP with ChatGPT
OpenAI Agents SDK
Use Agenty MCP with OpenAI Agents SDK
Claude Agents SDK
Use Agenty MCP with Claude Agents SDK
Claude Code
Use Agenty MCP with Claude Code
Claude Cowork
Use Agenty MCP with Claude Cowork
Codex
Use Agenty MCP with Codex
Cursor
Use Agenty MCP with Cursor

VS Code
Use Agenty MCP with VS Code

OpenCode
Use Agenty MCP with OpenCode

OpenClaw
Use Agenty MCP with OpenClaw

Hermes
Use Agenty MCP with Hermes
CLI
Use Agenty MCP with CLI
Google ADK
Use Agenty MCP with Google ADK
Langchain
Use Agenty MCP with Langchain
AI SDK
Use Agenty MCP with AI SDK
Mastra AI
Use Agenty MCP with Mastra AI
LlamaIndex
Use Agenty MCP with LlamaIndex
CrewAI
Use Agenty MCP with CrewAI
Pydantic AI
Use Agenty MCP with Pydantic AI
Autogen
Use Agenty MCP with Autogen
Explore Other Toolkits
Excel
Microsoft Excel is a robust spreadsheet application for organizing, analyzing, and visualizing data. It's the go-to tool for calculations, reporting, and flexible data management.
21risk
21RISK is a web app built for easy checklist, audit, and compliance management. It streamlines risk processes so teams can focus on what matters.
Abstract
Abstract provides a suite of APIs for automating data validation and enrichment tasks. It helps developers streamline workflows and ensure data quality with minimal effort.
Frequently Asked Questions
Do I need my own developer credentials to use Agenty with Composio?
Can I use multiple toolkits together?
Is Composio secure?
What if the API changes?

Used by agents from



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





