Acme

Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright © 2025 Acme. All rights reserved.·Terms of Service·Privacy Policy·Cookies
  1. Home
  2. Mcp Middleware & Orchestration
  3. gateway-mcp-timandes

gateway-mcp-timandes

A server that translates Model Context Protocol (MCP) tool calls to traditional HTTP API requests, allowing for the integration of existing HTTP APIs into MCP environments via configurable mappings.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Mcp Middleware & Orchestration

Tags

4 Items
#mcp
#api-integration
#gateway
#tool-discovery

Similar Products

6 result(s)
gateway-mcp

A unified gateway MCP server that connects AI assistants to multiple specialized services, enabling seamless interaction and dynamic tool discovery across various MCP servers and HTTP APIs within a conversational context.

dify-workflow-mcp

A Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems, enabling dynamic tool discovery and execution across multiple Dify AI applications.

gateway

An MCP and MCP SSE server that auto-generates APIs based on database schema and data. Supports multiple databases including PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, and Supabase.

http-4-mcp

A configuration tool and middleware server for quickly setting up MCP servers that bridge HTTP APIs, making it easy to convert HTTP endpoints into MCP-compatible tools. Highly relevant as an MCP server toolkit.

hub-mcp

Centralizes multiple MCP servers into one hub, simplifying tool discovery and routing for complex workflows. A core utility for managing and orchestrating multiple MCP servers.

Pipedream

An aggregator MCP server that connects with over 2,500 APIs and thousands of prebuilt tools, enabling integration and management of servers and workflows within your own app through the MCP protocol. Includes official repositories and integrations for large-scale MCP server solutions.

gateway-mcp-timandes

Category: mcp-middleware-orchestration
Tags: mcp, api-integration, gateway, tool-discovery

Description

gateway-mcp-timandes is a server that translates Model Context Protocol (MCP) tool calls into traditional HTTP API requests. It enables the integration of existing HTTP APIs into MCP environments via configurable mappings.

Source Code on GitHub

Features

  • Translates MCP tool calls to HTTP API requests: Acts as a gateway to bridge MCP tool calls with traditional HTTP APIs.
  • Configurable Mappings: Uses a YAML configuration file to map MCP tools to HTTP API endpoints, including specifying arguments, request/response templates, and headers.
  • Flexible Server Control:
    • Change server port using a command-line parameter (--port=<port_no>).
    • Supports different transport types, including SSE (default) and stdio (--transport=stdio).
  • Tool Mapping:
    • Define multiple tools with names, descriptions, and argument specifications for LLM (Large Language Model) usage.
    • Each tool specifies:
      • Arguments (with name, description, and requirement status)
      • Request templates (HTTP method, URL, headers)
      • Response templates (body mapping)
  • Dynamic Configuration:
    • Server section for basic gateway server information and key/value configs.
    • Tools section for mapping MCP tool calls to HTTP requests.
  • Integration with Other Tools: Can be configured for use with environments like Cursor, Cline, or MCP Inspector.
  • Open Source: Contributions are welcomed.

Pricing

No pricing information provided. The project appears to be open-source.

Links

  • GitHub Repository