Sign inSign up

mcp/api-gateway

Verified Publisher

By mcp

Updated over 1 year ago

A universal MCP (Model Context Protocol) server to integrate any API with Claude Desktop using on...

Image
Machine learning & AI
6

50K+

mcp/api-gateway repository overview

API Gateway MCP Server

A universal MCP (Model Context Protocol) server to integrate any API with Claude Desktop using only Docker configurations.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/rflpazini/mcp-api-gateway/blob/f197f8db4f4990d76148342e27f005d9022df417/Dockerfile
Commitf197f8db4f4990d76148342e27f005d9022df417
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/api-gateway --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (2)

Tools provided by this ServerShort Description
execute_apiExecute any API endpoint with custom parameters
get_api_infoGet information about available APIs and their endpoints

Tools Details

Tool: execute_api

Execute any API endpoint with custom parameters

ParametersTypeDescription
api_namestringName of the API
methodstring
pathstringAPI endpoint path
dataobject optionalRequest body data
headersobject optionalAdditional headers
paramsobject optionalQuery parameters

Tool: get_api_info

Get information about available APIs and their endpoints

ParametersTypeDescription
api_namestring optionalName of the API (optional, shows all if not provided)

Use this MCP Server

{
  "mcpServers": {
    "mcp-api-gateway": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "API_1_NAME",
        "-e",
        "API_1_SWAGGER_URL",
        "-e",
        "API_1_HEADER_AUTHORIZATION",
        "mcp/api-gateway"
      ],
      "env": {
        "API_1_NAME": "name",
        "API_1_SWAGGER_URL": "https://api.github.com/swagger.json",
        "API_1_HEADER_AUTHORIZATION": "token"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:9cc67b4a0

Size

55.2 MB

Last updated

over 1 year ago

docker pull mcp/api-gateway

This week's pulls

Pulls:

573

Last week