MCP Server
The CyoGate MCP (Model Context Protocol) Server enables AI assistants and LLM-based applications to query gateway data, access documentation, and assist with integration tasks using natural language.
The MCP Server provides read-only access to documentation and limited transactional query capabilities. It is designed for AI-powered developer tools and intelligent support applications.
What the MCP Server Provides
- Documentation access — AI can query any page in this developer portal
- Transaction queries — AI can look up transaction history and status (read-only)
- API reference — AI can look up parameters, response codes, and examples
- Integration assistance — AI can generate code samples and answer technical questions
Connecting
{
"mcpServers": {
"cyogate": {
"url": "https://mcp.cyogate.net/v1",
"apiKey": "YOUR_PRIVATE_KEY",
"capabilities": ["documentation", "query"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
search_docs | Search and retrieve documentation pages |
query_transactions | Query transaction history (read-only) |
get_api_reference | Retrieve API parameter details |
get_response_codes | Look up gateway response codes |