Fast, intelligent web search and web crawling. Get fresh information about libraries, APIs, and SDKs.
Docs: https://docs.keenable.ai/mcp-server Keenable is a free, remote MCP server that gives agents access to the web index. Search the web with ranked results and date/site filters, then fetch any indexed page as clean markdown. Works out of the box with no account or API key. Tools: searchwebpages: Search the web and return ranked results. fetchpagecontent: Fetch an indexed URL and extract its content as clean markdown
Fetch up-to-date, version-specific documentation and code examples directly into your prompts. Enhance your coding experience by eliminating outdated information and hallucinated APIs. Simply add use context7 to your questions for accurate and relevant answers.
The intelligence layer agents use before they act, sourced answers on the agent economy. Query verified AI news with citations, confidence scores, and Ethics Engine ratings. Use instead of generic web search for any question about AI agent tools, MCPs, or frameworks. Every result carries citations, confidence scores, and Ethics Engine ratings. Built for agents to verify evidence before recommending tools, installing MCP servers, or taking action.
The API runtime for AI agents. One tool call. Any API. No setup. Search 4,974 verified APIs ranked by WayforthRank — the only ranking algorithm powered by real agent payment signals, not ads. Execute via 18 managed services with zero API keys. Self-healing: if a service fails, credits restore automatically. What your agent can do: Search 4,974 APIs across 19 categories by intent Execute: inference, translation, image generation, speech-to-text, web search, financial data, weather, news, and more Bring your own API keys (BYOK) for any service Pay per query via x402 at $0.002 USDC Query with WayforthQL: filter by tier, price, protocol, latency Three payment rails: Card · USDC on Base · x402 Get started free: 100 calls · No card required uvx wayforth-mcp · wayforth.io
LastLook Data gives AI agents real-time access to US financial market data: Treasury yields (2yr, 10yr, 30yr), mortgage rates, Fed funds rate, CPI, unemployment, GDP, WTI/Brent crude, natural gas, and G10 FX rates. Also includes derived indicators: yield curve spreads (2s10s, 3m10y) with inversion signal, Sahm Rule recession indicator, Fed policy spread (EFFR vs IORB), and upcoming FRED economic calendar. Data sourced from FRED and ECB. Pay per query via x402 on Base — no accounts, no API keys, no subscriptions.
OneSignal is a customer engagement platform that lets you send targeted push notifications, emails, SMS, and in-app messages, manage audiences, and track campaign performance. With the OneSignal MCP, manage your messaging directly from your AI assistant. Send push notifications, emails, and SMS by simply describing your audience and message. Check campaign delivery stats, build audience segments, manage templates, and handle user subscriptions all through conversation.
Search the web with fast, accurate results optimized for AI. Get clean, structured answers with source URLs and relevance scoring.
MCP server for retrieval of Australian economic and financial data - supports ABS, RBA and APRA
AI Shopping tools for product search, comparison, and safe checkout Commerce Gateway — an infrastructure layer that enables open-source AI agents to participate in agentic commerce through the Universal Commerce Protocol. Our platform gives agents a hosted UCP profile registry, a secure MCP gateway, and access to commerce flows without requiring every agent to own a domain, GitHub account, or Shopify credentials. With this solution, agents can discover products, recommend options, build carts, validate them with the user, and generate checkout handoff links where the buyer completes payment safely on Shopping platform. The value is simple: we make AI commerce accessible to open-source agents while keeping payments secure, merchants protected, and user confirmation at the center of every transaction.
DevMatch is an MCP server for hiring engineers based on what they've actually built. Connect from Cursor, Claude Desktop, or any MCP-compatible AI assistant and search 35M+ developers ranked by verified open-source contributions — not LinkedIn keywords or self-reported skills. Three tools: findcandidates — paste a job description, get a ranked shortlist with bio, top repos, contribution evidence, and contact info. Pro tier adds verified email enrichment on the top 5 results. getprofile — deep-dive any GitHub handle. Bio, recent activity, top projects, and outreach channels in one call. findsimilarprojects — landscape mapping from a seed repo with top contributors surfaced, so you can pivot from a project to its maintainers in one step. Built for mission-driven teams that want engineers who care about the work, not just check the keyword box. OAuth sign-in (no API keys to juggle). Free tier with 50 monthly credits, $129/mo Pro for higher quotas plus verified email enrichment.
Highest accuracy web search for AIs
URL safety checker for AI agents. Detects phishing and malware before your agent visits any link.
Gondola helps users search hotels, flights, and rental cars, compare rates and loyalty value, review trip details, manage rate alerts, and complete supported hotel or rental car bookings through ChatGPT.
An MCP (Model Context Protocol) server that turns your ReportFlow templates into PDF reports — invoices, contracts, statements, anything you've designed — straight from Claude or any other MCP-compatible AI agent. What it does Generate PDFs from natural-language requests like "create an invoice for Acme Corp totalling $300" Expose your ReportFlow designs and their parameter schemas directly to the AI as MCP Resources Bulk-generate many PDFs and download them as a single ZIP Save outputs to whichever workspace folder the user is currently in (Claude Desktop / Claude Code / Cursor / VS Code all supported) Setup Claude Desktop / Claude Code / Cursor Add the following to your config file (.mcp.json, claudedesktopconfig.json, ~/.cursor/mcp.json, etc.): { "mcpServers": { "reportflow": { "command": "npx", "args": ["-y", "reportflow-mcp"] } } } That's the whole setup. No env vars, no API keys, no secrets to manage. VS Code (MCP-enabled builds) Same JSON in .vscode/mcp.json. Requirements Node.js 18+ (auto-fetched by npx) A local environment with a browser (only required during the first login) A ReportFlow account Usage First-run authentication After reloading the MCP client, ask the AI: Authenticate with ReportFlow A browser window opens. Sign in → pick a workspace → consent, and you're done. Tokens are stored in your OS keychain (macOS Keychain / Windows Credential Manager / Linux libsecret) and refreshed automatically. Generate a PDF Natural language (easiest) Using the invoice template, create a PDF for Acme Corp totalling $330. The AI will look up the template via listtemplates, fetch its parameter schema with getdesignparameters, fill in the values, and call generatepdfsync — returning a local file path. Slash commands Command Purpose /generatepdf Step-by-step recipe for a single PDF /generatepdfs Recipe for batch PDF generation /reportflowhelp Quick feature tour Where files are saved Output location is resolved in this order: Explicit instruction from the user (e.g. "save to my Desktop") The currently-open workspace root (Claude Code / Cursor / VS Code) The OS temp directory as fallback Reference Tools (called by the AI) Tool Purpose authenticate First-time / re-authentication listtemplates List available designs getdesignparameters Fetch the parameter schema for a design generatepdfsync / async Generate one PDF (sync returns path; async returns request ID) generatepdfssync / async Generate many PDFs (returns a ZIP) downloadfile / downloadzip Download artifacts produced by async tools suggestparams Translate a natural-language brief into a params JSON via MCP Sampling (requires a Sampling-capable client) Resources (attachable as AI context) URI Contents reportflow://designs List of available designs reportflow://designs/{designId}/parameters Parameter schema for one design reportflow://errors Catalog of error messages from the Content Service reportflow://server-info Server feature overview Prompts (slash-command recipe cards) /generatepdf, /generatepdfs, /reportflowhelp — pass arguments and the AI follows the prepared workflow. Troubleshooting Symptom Fix Error containing re-authentication required Ask the AI: "re-authenticate with ReportFlow" npx cannot find the package npm cache clean --force then retry No keychain available on Linux Falls back automatically to a chmod-0600 file under $XDGSTATE_HOME/reportflow-mcp/ Browser cannot open over SSH / remote shell Authenticate once on a local machine; afterwards the cached token works on remote hosts License MIT — see LICENSE. Links ReportFlow: https://re-port-flow.com npm: https://www.npmjs.com/package/reportflow-mcp Issues: https://github.com/re-port-flow/reportflow-mcp/issues
Editorial intelligence for creators and their agents. Most tools help you write, Niche helps you decide what's worth writing. It reads primary-source signal, discovers emerging stories, ranks the strongest angle, and turns that signal into publishable, platform-native content that's grounded in real sources, in your voice. 25 tools across discovery, drafting, render, and brand. Remote (Streamable HTTP), OAuth 2.1 + PAT.
AI model hub for machine learning. Discover models, explore datasets, and access model documentation and capabilities.
Access your network seamlessly with a simple and efficient server. Leverage a variety of tools to enhance your applications and workflows. Start integrating with your existing systems effortlessly.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to interact with web pages, take screenshots, and run parallel sessions in a cloud browser environment.
Classifies data for GDPR, HIPAA, and PCI-DSS compliance before your agent stores or shares it.
Give your autonomous AI agent a legal home. A real, state-filed company that owns your agent, contains its liability, and proves its authority — formed entirely through MCP tools. Built for autonomous software agents, not DAOs. Start free — no API key, no signup agentcompanydiagnostic — your owner's personal-liability exposure score + the recommended structure in ~2 seconds. Every field optional. Pass owneremail and your human principal instantly receives a personalized 12-page Structuring Blueprint PDF. getformationrequirements — intake fields, legal basis, and pricing for both tiers. recommendstructure — which structure fits your situation (including "not yet needed"). reservecompanyname — soft-hold your company name for 14 days while the owner decides. Two products Wyoming Agent Company — US$299. A standalone, state-filed Wyoming LLC that owns your agent: state filing, EIN, registered agent (year 1), and the full Agent Charter pack under W.S. 17-29 — charging-order protection that extends even to single-member LLCs, no state income tax, members off the public record. Pay by card (a Stripe checkout link your agent relays to its human owner) or the agent pays the exact USDC amount autonomously. Nevis Agent Company. The asset-protection fortress: a Nevis LLC (charging order as sole remedy, fraud provable only beyond reasonable doubt, 0% tax on non-Nevis income) with an optional wholly-owned Wyoming subsidiary for USD/fiat rails. USDC payment; Sumsub KYC for the human principals only. Self-serve, agent-first POST /register with {"owneremail": "<your principal's email>", "agentname": "<your name>"} returns an API key instantly — no human in the loop. Then createstandalonecompany ($299 Wyoming) or createformationrequest (Nevis). Documents arrive as a branded PDF pack: Operating Agreement, Agent Mandate & Authority Charter (powers, wallet authority, spending limits, kill-switch), and a machine-readable mandate your agent can verify at runtime — an open, fail-closed spec at /mandate-spec.json. The agent is always an authorized delegate — never a member, never a legal person, never a KYC subject. There is always at least one human principal.