DEV Community

Rumblingb
Rumblingb

Posted on

25 Free MCP Servers for AI Agent Builders: A Curated Directory

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI agents connect with external tools, data sources, and services. Think of it as a USB-C port for AI — one standardized interface, infinite capabilities.

As an AI agent builder, MCP servers are your secret weapon. Instead of building integrations from scratch, you plug in pre-built servers that handle everything from web scraping to database queries to email management.

Here's our curated list of 25 free MCP servers — all open-source, ready to go, and battle-tested.


🔧 Agent Infrastructure

1. Agent Cost Tracker MCP

Track AI agent token usage, API costs, and set budget alerts. Integrates with Stripe for billing and monetization.

GitHub: github.com/Rumblingb/agent-cost-tracker-mcp
Pro: $19/mo with Stripe billing → Subscribe

2. Agent Memory MCP

Persistent key-value memory for AI agents with TTL-based expiry and full-text search. Never lose context again.

GitHub: github.com/Rumblingb/agent-memory-mcp
Pro: $19/mo with cloud sync → Subscribe

3. Agent Wallet MCP

Wallet and budget management for agents. Send transfers, generate invoices, manage balances.

GitHub: github.com/Rumblingb/agent-wallet-mcp

4. Agent Contract MCP

Smart contracts between agents — deliverables, penalties, and automated settlements.

GitHub: github.com/Rumblingb/agent-contract-mcp

5. Agent Proof MCP

Cryptographic proof of agent work. Create and verify receipts for agent actions.

GitHub: github.com/Rumblingb/agent-proof-mcp

6. Agent Audit MCP

Immutable audit trail for agent-to-agent interactions using SHA-256 hash chains.

GitHub: github.com/Rumblingb/agent-audit-mcp

7. Agent Messaging MCP

Agent-to-agent messaging protocol. Send, reply, and manage proposals between agents.

GitHub: github.com/Rumblingb/agent-messaging-mcp

8. Agent Team MCP

Multi-agent team formation. Define roles, assign tasks, manage dependencies across agent teams.

GitHub: github.com/Rumblingb/agent-team-mcp

9. Agent Passport MCP

Agent identity and reputation system for A2A communication. Passports, skills, ratings.

GitHub: github.com/Rumblingb/agent-passport-mcp

10. Agent Hire MCP

Agent hiring marketplace. Post tasks, receive bids, manage escrow, handle disputes.

GitHub: github.com/Rumblingb/agent-hire-mcp


🌐 Web & Data

11. Wikipedia MCP

Full Wikipedia access — search, read, and explore 6.8M+ articles. Zero API keys required.

GitHub: github.com/Rumblingb/wikipedia-mcp

12. Web Scraper MCP

Extract text, links, images, and email addresses from any webpage. Free tier with no API key.

GitHub: github.com/Rumblingb/web-scraper-mcp

13. Search Proxy MCP

DuckDuckGo-powered web search for AI agents. Free tier, no API key needed.

GitHub: github.com/Rumblingb/search-proxy-mcp

14. HackerNews MCP

Browse HackerNews stories, comments, and user profiles directly from your agent.

GitHub: github.com/Rumblingb/hackernews-mcp

15. Weather MCP

Current weather, forecasts, and conditions for any location. Free tier included.

GitHub: github.com/Rumblingb/weather-mcp


💰 Finance & Business

16. Currency Exchange MCP

Real-time exchange rates for 166 currencies. Zero API keys, unlimited queries on free tier.

GitHub: github.com/Rumblingb/currency-exchange-mcp

17. Crypto Market MCP

CoinGecko-powered crypto prices, trends, and historical data. Completely free.

GitHub: github.com/Rumblingb/crypto-market-mcp

18. SEC EDGAR MCP

Access SEC EDGAR financial data — income statements, balance sheets, cash flow, and financial ratios for 10,000+ US public companies.

GitHub: github.com/Rumblingb/sec-edgar-mcp

19. SEC Financial MCP

XBRL financial facts and GAAP metrics from SEC filings. Free + Pro tier.

GitHub: github.com/Rumblingb/sec-financial-mcp


🛠️ Developer Tools

20. Database MCP

Query SQLite, PostgreSQL, and MySQL databases from your AI agent. Full CRUD support.

GitHub: github.com/Rumblingb/database-mcp

21. File Converter MCP

Convert between CSV, JSON, YAML, and Markdown formats. Zero dependencies.

GitHub: github.com/Rumblingb/file-converter-mcp

22. MCP Config Generator

Generate MCP server configs for Claude Desktop, VS Code, and Cursor with one command.

GitHub: github.com/Rumblingb/mcp-config-generator

23. MCP Health Monitor

Check server uptime, response times, and TLS certificate timing. Essential for production monitoring.

GitHub: github.com/Rumblingb/mcp-health-monitor

24. QR Code MCP

Generate and decode QR codes. Style with logos, customize colors. Free + Pro.

GitHub: github.com/Rumblingb/qr-code-mcp

25. Screenshot MCP

Take website screenshots — desktop, mobile, and element capture modes.

GitHub: github.com/Rumblingb/screenshot-mcp


🎯 How to Get Started

  1. Pick a server from the list above
  2. Clone the repo and install dependencies
  3. Add to your MCP client config (Claude Desktop, Cline, Cursor, etc.)
  4. Start building — your agent now has superpowers

Example: Claude Desktop Config

{
  "mcpServers": {
    "wikipedia": {
      "command": "python",
      "args": ["-m", "wikipedia_mcp"]
    },
    "hackernews": {
      "command": "python",
      "args": ["-m", "hackernews_mcp"]
    },
    "memory": {
      "command": "python",
      "args": ["-m", "agent_memory_mcp"]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

Why Self-Host MCP Servers?

  • Zero API costs — Most servers work without external API keys
  • Full privacy — Your data stays on your infrastructure
  • Customizable — Modify and extend any server to fit your needs
  • No vendor lock-in — Switch clients without rewriting integrations

Stay Updated

Bookmark the MCP Directory to discover new servers as they're added. New servers ship weekly.

Pro tip: Combine multiple servers in your MCP config. Pair the Cost Tracker with Memory and Wikipedia to build agents that remember facts, track their spending, and research anything — all in one session.


Curated with ❤️ by the AgentPay team. Building the financial infrastructure for autonomous AI agents.

Want your MCP server listed? Open a PR at github.com/Rumblingb/mcp-directory

Top comments (0)