INDIVIDUAL MCP TOOL
my_library
List every skill you own on Agensi - both direct purchases and skills installed with credits.
LIVE ENDPOINT
https://mcp.agensi.io/mcp
Connect to this endpoint to inspect the live schema for my_library and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agensi]
url = "https://mcp.agensi.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agensi": {
"type": "http",
"url": "https://mcp.agensi.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agensi
Remote MCP URL: https://mcp.agensi.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agensi": {
"url": "https://mcp.agensi.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agensi": {
"type": "http",
"url": "https://mcp.agensi.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agensi",
"transport": "streamable-http",
"url": "https://mcp.agensi.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_skills— Search the Agensi marketplace for skills that match the user's request.get_skill— Get full details about a product.my_purchases— List products you've acquired on Agensi - direct purchases AND skills installed with credits.list_categories— List all skill categories on the Agensi marketplace with counts.get_popular— Get the most popular skills on Agensi right now.get_creator— Get a creator's profile and their published skills on Agensi.get_skill_requests— Get community-requested skills that haven't been built yet - opportunities for creators.submit_skill_request— Post a skill request to the Agensi community board when no existing skill matches what you need.