MCP Catalogs
Homeanythingmcp screenshot

anythingmcp

by HelpCode-ai·56·Score 45

Self-hosted MCP gateway connecting REST, SOAP/WSDL, GraphQL & SQL APIs to Claude, ChatGPT, Gemini, Copilot, Cursor.

developer-toolsops-infraother
5
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

AnythingMCP is a source-available MCP server and API gateway that transforms various API types into MCP tools without requiring code changes. It supports REST, SOAP/WSDL, GraphQL, and database connections, offering 30+ pre-built adapters for services like DHL, DATEV, Personio, and others. The solution provides authentication, audit logging, role-based access control, and runs entirely on the user's infrastructure with encrypted credentials.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Connect ERP systems like SAP, Oracle, Weclapp or Xentral to Claude Desktop for conversational querying
you:Enable AI agents to track parcels using built-in adapters for DHL, DPD, GLS, Shipcloud and Sendcloud
you:Bridge legacy SOAP/WSDL services to modern AI workflows with automatic WSDL parsing
you:Does AnythingMCP require coding to connect my APIs?
you:Where are my credentials stored?

When to choose this

Choose this when you need to connect legacy systems (SOAP/WSDL, on-prem databases) to AI agents or require enterprise features like audit logging and RBAC in your MCP infrastructure.

When NOT to choose this

Don't choose this if you need write access to databases (currently read-only) or prefer a fully open-source license (BSL-1.1 with conversion to Apache 2.0 in 2030).

Tools this server exposes

12 tools extracted from the README
  • dhl_tracking

    Track worldwide DHL shipments via Unified Tracking API

  • dpd_germany_tracking

    Track public DPD parcels in Germany

  • gls_tracking

    Track GLS parcels across the EU

  • datev_erp

    Access DATEV accounting and tax data

  • weclapp_erp

    Access Weclapp cloud ERP customer and order data

  • xentral_erp

    Query Xentral SaaS ERP for e-commerce data

  • vies_vat_validation

    Validate VAT numbers via VIES service

  • handelsregister_lookup

    Search German commercial register companies

  • shopware_6_products

    Query Shopware 6 e-commerce products and categories

  • deutsche_bahn_fahrplan

    Access Deutsche Bahn train timetables and journey planning

  • immobilien_scout24_search

    Search German real estate listings on ImmobilienScout24

  • here_geocoding

    Get location data via HERE geocoding service

Comparable tools

postman-mcpapi-gateway-mcpsoap-mcpsql-mcp

Installation

Install with Docker (recommended):

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && ./setup.sh

Once set up, open http://localhost:3000 and register the first user who automatically becomes admin.

To use with Claude Desktop, add this to claude_desktop_config.json:

{
  "mcpServers": {
    "anythingmcp": {
      "command": "docker",
      "args": ["run", "-p", "3000:3000", "helpcodeai/anythingmcp"]
    }
  }
}

FAQ

Does AnythingMCP require coding to connect my APIs?
No coding is required. You can connect APIs through a visual editor by importing OpenAPI/Swagger, Postman collections, WSDL files, GraphQL introspection, or custom JSON configurations.
Where are my credentials stored?
Credentials are stored encrypted with AES-256-GCM on your infrastructure. They never leave your environment, ensuring privacy and security.

On Hacker News

Recent discussion from the developer community.

Compare anythingmcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.