nowfound

AI · alternatives · 2026

24 alternatives to Turbular

MCP server that can connect to every database

Below are 24 products that do a similar job, ranked by how close each is in meaning and then by launch-day votes.

  1. 1CR

    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 · its alternatives →

  2. 2

    2,500+ APIs and 10,000+ tools for your AI assistant

    2025 · mcp.pipedream.com · its alternatives →

  3. 3
    Strata▲652

    One MCP server for AI agents to handle thousands of tools

    Sep 2025 · klavis.ai · its alternatives →

  4. 4

    Browser-based MCP server testing with AI chat integration

    Oct 2025 · starbase.sh · its alternatives →

  5. 5AM

    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 · its alternatives →

  6. 6

    Integrate B2B data to any LLM in minutes

    2025 · mcp-playground.explorium.ai · its alternatives →

  7. 7

    Allow AI Agents to help you with Figma designs!

    Jan 2026 · exdst.com · its alternatives →

  8. 8

    Real-time database schemas for AI-IDEs via MCP protocol

    2025 · schemaflow.dev · its alternatives →

  9. 9MS

    Hi HN! I built a custom MCP (Model Context Protocol) server that connects Blender to LLMs like ChatGPT, Claude, and any other llm supporting tool calling and mcps, enabling the AI to understand and control 3D scenes using natural language. You can describe an entire environment like: > “Create a small village with 5 huts arranged around a central bonfire, add a river flowing on the left, place a wooden bridge across it, and scatter trees randomly.” And the system parses that, reasons about the scene, and builds it inside Blender — no manual modeling or scripting needed. What it can do: -…

    2025 · blender-mcp-psi.vercel.app · its alternatives →

  10. 10WM

    Hi HN – I built an open-source, self-hosted Model Context Protocol (MCP) server for WhatsApp: https:&#x2F;&#x2F;github.com&#x2F;lharries&#x2F;whatsapp-mcp It connects to your personal WhatsApp account via the WhatsApp Web multi-device API (using whatsmeow from the Beeper team), and doesn't rely on third-party APIs. All messages are stored locally in SQLite. Nothing is sent to the cloud unless you explicitly allow your LLM to access the data via tools – so you maintain full control and privacy. The MCP server can: - Search your messages, contacts, and groups - Send WhatsApp messages to…

    2025 · github.com · its alternatives →

  11. 11OS

    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 · its alternatives →

  12. 12AM
  13. 13ST

    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 · its alternatives →

  14. 14RA

    Hey HN! A few months ago we shared mcp-agent (https:&#x2F;&#x2F;github.com&#x2F;lastmile-ai&#x2F;mcp-agent) [1][2], a lightweight framework that implements every agent pattern from Anthropic’s Building Effective Agents blog [3] and handles MCP server&#x2F;client management seamlessly. Our core bet is that connecting LLMs to tools, resources, and external systems will soon be MCP-native by default. Today we're launching a significant update: Agents as MCP servers. Currently "agentic" behavior exists only on the MCP client side – clients like Claude or Cursor use MCP servers to solve tasks.…

    2025 · github.com · its alternatives →

  15. 15MU
  16. 16

    Give LLMs access to web accessibility testing APIs

    Jan 2026 · github.com · its alternatives →

  17. 17AM

    Hey all - I work at Vantage, a FinOps platform. I know AI is peak hype right now. But it has definitely changed some of our dev workflows already. So we wanted to find a way to let our customers experiment with how they can use AI to make their cloud cost management work more productive. The MCP Server acts as a connector between LLMs (right now only Claude, Cursor support it but ChatGPT and Google Gemini coming soon) and your cost and usage data on Vantage which supports 20+ cloud infra providers including AWS, Datadog, Mongo, etc. (You have to have a Vantage account to use it since it's…

    2025 · its alternatives →

  18. 18

    A MCP server for Kubernetes that help AI to chat w/ clusters

    2025 · github.com · its alternatives →

  19. 19RM

    We’ve open-sourced the Robot MCP Server, a tool that lets large language models (LLMs) talk directly to robots running ROS1 or ROS2. What it does - Connects any LLM to existing ROS robots via the Model Context Protocol (MCP) - Natural language → ROS topics, services, and actions (And the ability to read any of them back) - Works without changing robot source code Why it matters - Makes robots accessible from natural language interfaces - Opens the door to rapid prototyping of AI-robot applications - We are trying to create a common interface for safe AI ↔ robot communication This is too big…

    2025 · github.com · its alternatives →

  20. 20HM

    Hi HN! Excited to share our MCP Server at Hyperbrowser - something we’ve been working on for a few days. We think it’s a pretty neat way to connect LLMs and IDEs like Cursor &#x2F; Windsurf to the internet. Our MCP server exposes seven tools for data collection and browsing: 1. `scrape_webpage` - Extract formatted (markdown, screenshot etc) content from any webpage 2. `crawl_webpages` - Navigate through multiple linked pages and extract LLM-friendly formatted content 3. `extract_structured_data` - Convert messy HTML into structured JSON 4. `search_with_bing` - Query the web and get results…

    2025 · github.com · its alternatives →

  21. 21

    A MCP Server to mcpfy your world.

    2025 · 7co.cc · its alternatives →

  22. 22

    Directory of MCPs (Model Context Protocol)

    2025 · findmcpservers.com · its alternatives →

  23. 23

    An OKF-backed Model Context Protocol (MCP) server delivering persistent long-term memory and SQLite FTS5 search for AI agents. - fellowgeek/mcp-memory

    29d ago · github.com · its alternatives →

  24. 24AC

    We built a reference MCP server that lets your editor&#x2F;agent learn a codebase directly from source (signatures, types, AST, comments). Docs are optional. The reference impl runs on our open-source project’s codebase. Why we built it Docs are important, but they add another abstraction layer between your code and your users. Keeping them at the right quality is hard (especially at a startup), and LLM-generated docs are often mediocre until you invest real polish. Exposing code to the model in a structured way keeps answers grounded and current, and it’s always available. You can even…

    2025 · github.com · its alternatives →

Also compare

Ranked by how close each launch is in meaning, then by votes. Prices were read from each product’s own site when checked and can change. Refine with your own description →