nowfound

Alternatives

Products that do what Docs2mcp does

Turn any API documentation into a simple hosted MCP server.

  1. 1

    Turn any API into an MCP server for AI agents

    Jun 2026 · apitomcp.ai

  2. 2
    doc2mcp18

    Paste a docs URL, get a hosted MCP server for AI agents

    Jun 2026 · doc2mcp.site

  3. 3AM
  4. 4

    Integrate B2B data to any LLM in minutes

    2025

  5. 5WM
  6. 6

    Connect any API to any AI agent

    May 2026 · mcp-bridge.ai

  7. 7
    RapidMCP234

    Convert your REST API into an MCP Server in minutes!

    2025

  8. 8
    DocsAlot360

    Documentation that works for both humans and AI systems

    Jul 2026 · docsalot.dev

  9. 9MG

    Hey HN, Sagiv from liblab is here. We've been deep in the world of API tooling for years at liblab, primarily focusing on generating SDKs and documentation from OpenAPI specs. Recently, we kept running into a recurring frustration: connecting AI tools to existing APIs is way more complex than it should be. You start with a simple goal – let an LLM talk to your API – and suddenly you're neck-deep in spinning up infrastructure, wrestling with authentication, and writing a ton of custom glue code just to translate natural language into structured API calls. Then you have to maintain it all. To…

    2025 · mcp.liblab.com

  10. 10
    N8N2MCP137

    Turn your N8N workflow to MCP servers with just 3 clicks

    2025

  11. 11
    xmcp333

    The framework for building & shipping MCP applications

    2025

  12. 12

    The Official MCP Bridge to GitHub APIs

    2025

  13. 13

    Generate MCP servers from OpenAPI specification files

    2025

  14. 14
    HasMCP6

    No-code GUI MCP Server Framework with built-in Auth & Logs

    Jan 2026 · hasmcp.com

  15. 15MO

    Every MCP server injects its full tool schemas into context on every turn — 30 tools costs ~3,600 tokens/turn whether the model uses them or not. Over 25 turns with 120 tools, that's 362,000 tokens just for schemas. mcp2cli turns any MCP server or OpenAPI spec into a CLI at runtime. The LLM discovers tools on demand: mcp2cli --mcp https://mcp.example.com/sse --list # ~16 tokens/tool mcp2cli --mcp https://mcp.example.com/sse create-task --help # ~120 tokens, once mcp2cli --mcp https://mcp.example.com/sse create-task --title "Fix bug" No…

    Mar 2026 · github.com

  16. 16

    Create your custom MCP-Server in seconds

    2025

  17. 17CR

    Hey HN, I built pg-mcp, a Model Context Protocol (MCP) server for PostgreSQL that provides structured schema inspection and query execution for LLMs and agents. It's multi-tenant and runs over HTTP/SSE (not stdio) Features - Supports multiple database connections from multiple agents - Schema Introspection: Returns table structures, types, indexes and constraints; enriched with descriptions from pg_catalog. (for well documented databases) - Read-Only Queries: Controlled execution of queries via MCP. - EXPLAIN Tool: Helps smart agents optimize queries before execution. - Extension…

    2025 · github.com

  18. 18MU
  19. 19AM

    This is an open‑source Model Context Protocol (MCP) server that gives any LLM a sense of the passage of time. Most MCP demos wire LLMs to external data stores. That’s useful, but MCP is also a chance to give models perception — extra senses beyond the prompt text. Six functions (`current_datetime`, `time_difference`, `timestamp_context`, etc.) give Claude&#x2F;GPT real temporal awareness: It can spot pauses, reason about rhythms, and even label a chat’s “three‑act structure”. Runs locally in <60 s (Python) or via a hosted demo. If time works, what else could we surface? - Location &#x2F;…

    2025 · github.com

  20. 20

    easily run MCP (model context protocol) servers in the cloud

    2025

  21. 21ST

    Hi! After learning about MCP, I'm really excited about the future of provider-agnostic, re-usable tooling. Unfortunately I've found that while it's easy to implement an MCP server for use with tools that support it (such as Claude Desktop), it's not as easy to implement your own support (such as integrating an MCP server into your own LLM application). We implemented a thin MCP wrapper that easily integrates with Mirascope calls so that you can hook up an MCP server and client super easily to any supported LLM provider. Excited to see what people build with this!

    2025 · mirascope.com

  22. 22OS

    Large Language Models (LLMs) are powerful, but they’re limited by fixed context windows and outdated knowledge. What if your AI could access live search, structured data extraction, OCR, and more—all through a standardized interface? We built the JigsawStack MCP Server, an open-source implementation of the Model Context Protocol (MCP) that lets any AI model call external tools effortlessly. Here’s what it unlocks: - Web Search & Scraping: Fetch live information and extract structured data from web pages. - OCR & Structured Data Extraction: Process images, receipts, invoices, and handwritten…

    2025

  23. 23

    Directory of MCPs (Model Context Protocol)

    2025

  24. 24PT

    I built Polymcp, a framework that allows you to transform any Python function into an MCP (Model Context Protocol) tool ready to be used by AI agents. No rewriting, no complex integrations. Examples Simple function: from polymcp.polymcp_toolkit import expose_tools_http def add(a: int, b: int) -> int: """Add two numbers""" return a + b app = expose_tools_http([add], title="Math Tools") Run with: uvicorn server_mcp:app --reload Now add is exposed via MCP and can be called directly by AI agents. API function: import requests from polymcp.polymcp_toolkit import expose_tools_http def…

    Jan 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →