Model Context Protocol (MCP)

The Model Context Protocol (MCP) is an open standard developed by Anthropic that enables AI assistants to securely connect to data sources and tools. Azion’s MCP server allows code assistants like Claude, Cursor, and Windsurf to access Azion Platform capabilities directly, providing intelligent assistance for your development workflow.


How it works

MCP acts as a standardized interface between AI assistants and external services. When you configure your code assistant with Azion’s MCP server:

  1. The assistant connects to the MCP server using your Personal Token
  2. The server exposes Azion’s documentation, tools, and capabilities
  3. You interact with the assistant using natural language
  4. The assistant uses MCP tools to search documentation, generate configurations, and provide deployment guides

API endpoint

The Azion MCP server is available at:

Production URL: https://mcp.azion.com


Capabilities

The Azion MCP server provides nine specialized tools:

ToolPurpose
search_azion_docs_and_siteSearch Azion Platform documentation and features
search_azion_code_samplesRetrieve code libraries and implementation examples
search_azion_cli_commandsGet Azion CLI commands and usage information
search_azion_api_v3_commandsAccess API v3 documentation (legacy)
search_azion_api_v4_commandsAccess API v4 documentation (current)
search_azion_terraformSearch Terraform provider documentation
create_rules_engineGenerate Rules Engine configurations
create_graphql_queryBuild GraphQL queries for analytics
deploy_azion_static_siteGet guides for deploying static sites

Requirements

  • Azion Personal Token: Create one at Azion Console
  • MCP-compatible code assistant: Claude, Cursor, Windsurf, or VS Code
  • Node.js 18+ (for some configurations using mcp-remote)