nowfound

Alternatives

Products that do what BidSonar – MCP server for UK/EU government contracts and grants does

Yo HN - I built BidSonar, a free index of UK & EU public-sector contracts and grants, which today I just shipped an MCP server for. The data is all public, scattered across a bunch of gov portals - I built the platform a couple years back as an aggregator. I've been using the MCP side to keep an eye on contract/grant opportunities for my services business and our clients which I'm finding (not surprisingly) more effective than navigating the traditional UI. Data's under OGL and the EU TED reuse notice; not affiliated with any procurement body - free to use, you just need an account. For…

  1. 1HM

    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 / 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

  2. 2

    Give LLMs access to web accessibility testing APIs

    Jan 2026

  3. 3

    Every US government bid, in one searchable place.

    28d ago · procuretap.com

  4. 4MA

    I’ve been building and using agents heavily lately. The Model Context Protocol ecosystem is growing insanely fast, but discovering and configuring new tools is still highly manual. Every time I needed to connect an agent to a new service, I had to browse registries, figure out the transport type, identify required env vars, and manually update "mcp.json" files. So I built MCPfinder. It aggregates servers from the official MCP registry, Glama, and Smithery (around 25,000 combined entries) into a deduplicated, ranked catalog. But the real twist is the DX: MCPfinder is itself an MCP server :D…

    Apr 2026 · mcpfinder.dev

  5. 5WM

    I’m the developer behind the Web MCP at Bright Data. We just launched a free tier so any AI Engineer/ Vibe coder can give their LLM real web access — 5,000 requests/month at no cost. Unlike most MCP servers that wrap a single SaaS API (e.g. Gmail, GitHub), the Web MCP wraps the entire internet. It handles JS-heavy sites, auto-solves CAPTCHAs, and returns clean Markdown your model can use. Free tier includes: search_engine → search results from Google/Bing/Yandex scrape_as_markdown → fetch any URL as clean, LLM-friendly Markdown (with CAPTCHA handling) Quick start:…

    2025 · github.com

  6. 6OS

    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

  7. 7M1

    Got tired of every MCP example being overly verbose, or needing Docker or Mac-only scripts, so I threw together MCP-123. Point it at a tools.py, run `server.run_server(...)`, and the client auto-discovers/calls functions with OpenAI. I hope this is useful to you all.

    2025 · github.com

  8. 8

    Find & filter Spanish gov contracts in seconds. Pay per use.

    May 2026 · apify.com

  9. 9UC

    Hi HN, https://companies.bx.tc My colleague and I put together this tool for easily searching UK company data. We run a few server side batches daily to extract data from various government sources before linking it all together in (what is now) a fairly large database. We're also using this project as a way to test out a new JS UI library we built (similar to Vue, but a bit faster) to see how it stands up in a real project. We'd love to hear your feedback and any ideas you have for how we can improve the dashboard! Thanks :)

    2020

  10. 10MS

    As a consultant I foot my own Cursor bills, and last month was $1,263. Opus is too good not to use, but there's no way to cap spending per session. After blowing through my Ultra limit, I realized how token-hungry Cursor + Opus really is. It spins up sub-agents, balloons the context window, and suddenly, a task I expected to cost $2 comes back at $8. My bill kept going up, but was I really going to switch to a worse model? No. So I built l6e: an MCP server that gives your agent the ability to budget. It works with Cursor, Claude Code, Windsurf, Openclaw, and every MCP-compatible application.…

    Apr 2026 · l6e.ai

  11. 11HM

    I wrote this few months ago with the goal to have a single MCP server and a plugin system so that I can load MCP tools on demand. - Write & build MCP plugin in any language you want to compile to wasm. - You can publish your MCP plugin to OCI registry for other to use.

    2025 · github.com

  12. 12MM

    Hey HN! I’m Gui from deco (decocms.com). We’ve been using this tool internally as the foundation for a few customer AI platforms, and today we’re open-sourcing it as MCP Mesh. MCP is quickly becoming the standard for agentic systems, but… once you go past a couple servers it turns into the same problems for every team: - M×N config sprawl (every client wired to every server, each with its own JSON + ports + retries) - Token + tool bloat (dumping tool definitions into every prompt doesn’t scale) - Credentials + blast radius (tokens scattered across clients, hard to audit, hard to revoke) - No…

    Dec 2025 · github.com

  13. 13CI

    Code Index MCP is an MCP server that indexes codebases and provides search capabilities to LLMs. Supports 50+ file types with automatic indexing, regex/fuzzy search, code analysis, and real-time file monitoring. LLMs can search your entire project, find files with glob patterns, analyze code structure (functions, classes, imports), and get automatic updates when files change. Eliminates the need to manually copy files or explain project structure to overcome context limits. Built with Python using the Model Context Protocol. Uses pluggable search backends…

    2025 · github.com

  14. 14MS

    Hey HN, Gal, Nir and Doron here. Over the past 2 years, we've helped teams debug everything from prompt issues to production outages. We kept running into the same problem: Jumping between our IDEs and our observability dashboards. So, we built an open-source MCP server that connects any OpenTelemetry backend (Grafana, Jaeger, Datadog, Dynatrace, Traceloop) to our dev environment using an MCP. While there are many MCP servers built for specific providers (like Datadog’s - https://docs.datadoghq.com/bits_ai/mcp_server), they’re closed source (so we can’t easily extend…

    Nov 2025 · github.com

  15. 15MH

    Hi HN! I built mcp-hacker-news, an MCP server for Hacker News. It acts as a bridge between the Hacker News API and AI-powered tools that support MCP (like Claude and Cursor). With this MCP server, you can fetch and interact with live Hacker News data—posts, comments, or users. The project is written in TypeScript and aims to facilitate seamless integration between LLMs and automation workflows and HN data. I'm sharing this to get feedback from developers, LLM tinkerers, or anyone interested in open AI workflows and data integration. If you have ideas for improvement or want to contribute,…

    2025 · github.com

  16. 16

    Public-sector tenders, scored to your business

    Jun 2026 · bidsquirrel.co.uk

  17. 17CA

    Problem: LLMs need context data to give accurate answers and thousands of great publicly available datasets remain vastly unexploited. Anthropic’s MCP servers are awesome, but we need many more servers and an easy way to discover them. What if it took only one command to connect any LLM to any open dataset? Open Data MCP, a 2-in-1 solution: 1. Access Open Data: - 10 seconds setup to query any integrated Open Data MCP server from Claude (and more to come) - Simple CLI tool 2. Access Open Data: - Create your own Open Data MCP server(s) - Get templates, guides, and community - Get instant…

    2024 · github.com

  18. 18

    E2E Bid Tenders for Private and Public Companies - One Click

    Jul 2026 · bid.guide

  19. 19MS

    For the past 10 years at Timescale (now Tiger Data), I've been been watching developers make mistakes in database design: forgetting to index foreign keys, creating case-sensitive email lookups, using arbitrary VARCHAR limits. And I've seen the pain and frustration when there is major downtime and botched migrations fixing things. AI coding could have made this better but is only making things worse. It's infuriating. So, I (along with my awesome team at Tiger Data) built an MCP server that auto-injects Postgres best practices into AI context to help. The biggest innovation: our…

    Oct 2025 · github.com

  20. 20PW

    Over the weekend we built Parliament Wow. It's hacky, buggy and slightly broken but it does the job :) Parliament Wow makes it easy to find out what is going on in parliament and what it actually means for you and me. We know that nobody has the time to watch hours of debates, drown in legal paperwork or keep up with the implications of every vote. Not me or you and least of all your MPs. There is just too much data. So we made a solution. We paired some semantic search with every publicly accessible document, audio recording or transcript we could get our hands on + some generative models…

    2024 · parliament-wow.threepointone.workers.dev

  21. 21UM

    Hey HN Community, I built MCP360 after spending weeks integrating APIs for an AI agent project. Each tool needed its own setup, auth, billing, and maintenance. When any APIs changed, my integrations broke. I got tired of it. MCP360 is a single gateway giving AI agents access to 100+ tools through one config block. Search engines, web scraping, SEO, e-commerce data, maps, domain tools, and more. Real example: Instead of managing Google Search, web scraping, SERP tracking, and keyword research as 4 separate subscriptions (4 bills, 4 auth systems, 4 points of failure), you connect once. Works…

    Oct 2025 · mcp360.ai

  22. 22MS

    Hey, I'm Nick from Nutrient, I want to share our newly released MCP Server that enables document workflows using natural language — things like redacting, merging, signing, converting formats, or extracting data. While many MCP servers have traditionally been developer-focused, we recognized that the technology could be highly effective in promoting the adoption of tools that are often hidden from end-user interfaces. We’re really interested to see if this side of the protocol could continue to mature. One thing we struggled with was the inability to receive documents from the client (no…

    2025 · github.com

  23. 23RA

    Hi HN, I recently open sourced a small tool (Remuda) that I built at work to remove some of the friction of launching and managing agents and figured HN might be interested. I also wrote a post on the company blog that goes into more detail about why I built it and showcases its features: https://www.yendo.com/blog/remuda-an-agent-orchestrator

    Jun 2026 · github.com

  24. 24RM

    I was tired of asking my claude code to reference my codex chats to get references to what decisions it made and why ; so I built Reference MCP It, whenever prompted establishes sessions to get direct access - been using it on my system for a bit and was super helpful so I made a repo :) Would love feedback!

    Jun 2026 · github.com

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