MCP Import

๐Ÿš€ Import MCP Endpoints into Akto

Akto now supports direct import of API endpoints from MCP servers via Quick Start. With just your SSE endpoint URL, you can auto-discover all active MCP tools, resources, and prompts โ€” no manual setup required. ๐Ÿ”ง What You Need

MCP SSE Endpoint URL (e.g., ends with /sse)

(Optional) Authorization headers, only if your MCP server requires them:

    Header Key (e.g., Authorization)

    Header Value (e.g., Bearer <your-token>)

โœ… Steps to Import

  1. Open Akto Dashboard โ†’ Go to Quick Start

  2. Select โ€œImport from MCPโ€

  3. Fill in SSE Details

    SSE Endpoint URL: e.g., https://mcp.example.com/sse

    (Optional) Add Auth Headers:

     Header Key: Authorization
    
     Header Value: Bearer your-token

    If your MCP server is not secured, leave the auth fields blank.

  4. Click Import

Akto will start listening to the SSE stream, scan events like tool_call, resource_call, and prompt_response, and auto-register all observed API endpoints. ๐Ÿงช Example Inputs With Authorization

SSE Endpoint URL: https://mcp.example.com/sse Header Key: Authorization Header Value: Bearer abc123

Without Authorization

SSE Endpoint URL: https://mcp.example.com/sse

๐Ÿ” What Gets Imported?

Akto will detect and add:

All tool endpoints (/v1/tools/...) โ†’ tagged as mcp-tools

All resource endpoints (/v1/resources/...) โ†’ tagged as mcp-resources

All prompt endpoints (/v1/prompts/...) โ†’ tagged as mcp-prompts

These will appear in API Inventory, ready for monitoring and testing. ๐Ÿ” Security

Auth headers (if any) are used once, only during import, and are not stored

Akto uses read-only access to your SSE stream

๐Ÿ“˜ Learn More

See detailed setup guide here: ๐Ÿ‘‰ Get Started with MCP Security

Get Support for your Akto setup

There are multiple ways to request support from Akto. We are 24X7 available on the following:

  1. In-app intercom support. Message us with your query on intercom in Akto dashboard and someone will reply.

  2. Join our discord channel for community support.

  3. Contact [email protected] for email support.

  4. Contact us here.

Last updated

Was this helpful?