6 days ago
MCP server that bridges Torna API documentation system with AI assistants (Cursor, Claude Desktop, etc.). Query, search, and explore your Torna API docs through natural language.
Overview
what is Torna Mcp?
Torna Mcp is a server that bridges the Torna API documentation system with AI assistants, allowing users to query, search, and explore Torna API docs using natural language.
how to use Torna Mcp?
To use Torna Mcp, set up the server using the command npx mcp-remote http://localhost:3000/mcp, and configure it with your Torna credentials. You can then interact with the API documentation through your AI assistant.
key features of Torna Mcp?
- Search APIs by keyword or natural language requirements
- Retrieve detailed API definitions
- Generate curl command examples
- Switch between different projects
- Access project metadata
use cases of Torna Mcp?
- Developers can quickly find API endpoints and their usage.
- AI assistants can provide real-time API documentation support.
- Teams can collaborate on API usage across different projects.
FAQ from Torna Mcp?
- Can I use Torna Mcp with any AI assistant?
Yes! Torna Mcp is designed to work with various AI assistants like Cursor and Claude Desktop.
- Is there a cost associated with using Torna Mcp?
No, Torna Mcp is free to use as long as you have access to the Torna API.
- What do I need to set up Torna Mcp?
You need your Torna username, password, and project ID to configure the server.
Server Config
{
"mcpServers": {
"torna": {
"transport": "http",
"url": "http://localhost:3000/mcp",
"heartbeat": true,
"headers": {
"username": "your_torna_username",
"password": "your_torna_password",
"projectid": "your_project_id",
"torna-base-url": "http://your-torna-server:7700"
}
}
}
}