# MCP Marketplace - Complete Server Catalog > Generated: 2026-08-31 > Total servers: 22500 > Servers with tool metadata: 6540 > Source: https://mcp-marketplace.io > > This file contains the complete catalog of MCP servers listed on MCP Marketplace. > Each entry includes metadata, MCP tool names, quality signals, and install commands. > For the summary version, see: https://mcp-marketplace.io/llms.txt ## MarkItDown URL: https://mcp-marketplace.io/server/markitdown Summary: Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption Description: MarkItDown by Microsoft converts a wide range of file formats — PDF, Word, Excel, PowerPoint, images, audio, HTML, and more — into clean Markdown text. This makes documents consumable by LLMs and AI assistants without losing structure. Supports OCR for images, speech-to-text for audio, and handles complex table layouts. Ideal for document ingestion pipelines, RAG systems, and any workflow where you need to feed real-world documents into an AI conversation. Category: Content & Media Mode: local Pricing: Free PyPI: markitdown GitHub: https://github.com/microsoft/markitdown Security Score: 4.2/10 Rating: 5/5 Installs: 82 GitHub Stars: 168,630 Creator: Microsoft Creator Reputation: B Version: 1.0.0 Tags: file-conversion, markdown, pdf, documents, microsoft Install (Claude Code): claude mcp add markitdown -- uvx markitdown --- ## Memory URL: https://mcp-marketplace.io/server/memory Summary: Knowledge graph-based persistent memory across sessions Description: The Memory MCP Server provides a knowledge graph-based persistent memory system for AI assistants. It stores entities, relationships, and observations in a local JSON file, enabling your AI to remember information across conversation sessions. Part of the official MCP reference servers, this server implements a simple but effective knowledge graph. It can create entities with observations, establish relationships between them, and search through stored knowledge. Essential for users who want t Category: Productivity Mode: local Pricing: Free npm: @modelcontextprotocol/server-memory GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/memory Security Score: 8/10 Installs: 29 GitHub Stars: 85,898 Creator: Modelcontextprotocol Creator Reputation: B Version: 2.0.0 Tags: memory, knowledge-graph, persistence, core, official Use Cases: Persistent memory, Knowledge management, Context retention, Personal knowledge graph, Cross-session memory Install (Claude Code): claude mcp add memory -- npx -y @modelcontextprotocol/server-memory@2026.1.26 --- ## Filesystem URL: https://mcp-marketplace.io/server/filesystem Summary: Secure file operations with configurable access controls Description: The Filesystem MCP Server provides secure file operations with configurable access controls. It allows your AI assistant to read, write, search, and manage files within directories you explicitly allow. Part of the official MCP reference servers, this is one of the most fundamental building blocks for AI workflows. It supports directory listing, file search, move/copy operations, and content reading with strict path restrictions. Every file operation is sandboxed to the directories you configu Category: File & Storage Mode: local Pricing: Free npm: @modelcontextprotocol/server-filesystem GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem Security Score: 5/10 Installs: 21 GitHub Stars: 84,933 Creator: Modelcontextprotocol Creator Reputation: B Version: 2.0.0 Tags: filesystem, files, storage, core, official Use Cases: File management, Project navigation, Content search, Batch file operations, Code exploration Install (Claude Code): claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem@2026.1.14 --- ## Fetch URL: https://mcp-marketplace.io/server/fetch Summary: Web content fetching and conversion for efficient LLM usage Description: The Fetch MCP Server enables your AI assistant to retrieve and process web content for use in conversations. It fetches URLs, converts HTML to markdown, and extracts content in a format optimized for LLM consumption. Part of the official MCP reference servers, this server handles the common need to bring web content into AI workflows. It supports fetching HTML pages and converting them to clean markdown, as well as fetching raw text and JSON data. Useful for any workflow where your AI assistan Category: Developer Tools Mode: local Pricing: Free npm: @modelcontextprotocol/server-fetch PyPI: mcp-server-fetch GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/fetch Security Score: 5.3/10 Installs: 15 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: B Version: 2.0.0 Tags: fetch, web, http, content, official Use Cases: Web page reading, API response inspection, Documentation fetching, Content extraction, Research gathering Install (Claude Code): claude mcp add fetch -- npx -y @modelcontextprotocol/server-fetch@2025.4.7 --- ## Git URL: https://mcp-marketplace.io/server/git Summary: Read, search, and manipulate Git repositories programmatically Description: The Git MCP Server provides tools to read, search, and manipulate Git repositories programmatically. Your AI assistant can inspect commit history, view diffs, manage branches, and search through codebases using git log, blame, and other operations. Part of the official MCP reference servers maintained by the Model Context Protocol team, this server wraps common git CLI operations into structured MCP tools. It operates on local repositories and respects existing git configurations. Ideal for de Category: Developer Tools Mode: local Pricing: Free npm: @modelcontextprotocol/server-git GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/git Security Score: 6.5/10 Installs: 14 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: B Version: 0.9.3 Tags: git, version-control, developer, core, official Use Cases: Commit history analysis, Code blame investigation, Branch management, Diff review, Repository exploration Install (Claude Code): claude mcp add git -- npx -y @modelcontextprotocol/server-git --- ## Time URL: https://mcp-marketplace.io/server/time Summary: Time and timezone conversion capabilities for your AI assistant Description: The Time MCP Server provides time and timezone conversion capabilities for your AI assistant. It can get the current time in any timezone, convert times between timezones, and perform time calculations. Part of the official MCP reference servers, this is a lightweight utility server that solves the common AI limitation of not knowing the current time. It handles timezone abbreviations, IANA timezone names, and UTC offsets. A simple but essential tool for any AI workflow that needs awareness of Category: Productivity Mode: local Pricing: Free PyPI: mcp-server-time GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/time Security Score: 9.5/10 Installs: 4 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: B Version: 0.8.1 Tags: time, timezone, utility, core, official Use Cases: Current time lookup, Timezone conversion, Meeting scheduling, Time calculations, Deadline tracking Install (Claude Code): claude mcp add time -- uvx mcp-server-time==2026.1.26 --- ## Sequential Thinking URL: https://mcp-marketplace.io/server/sequential-thinking Summary: Dynamic and reflective problem-solving through structured thought sequences Description: The Sequential Thinking MCP Server enables dynamic and reflective problem-solving through structured thought sequences. It provides a framework for AI assistants to break down complex problems into sequential steps, revise earlier thoughts, and explore branching solution paths. Part of the official MCP reference servers, this server implements a thinking protocol that allows the AI to maintain a chain of numbered thoughts, branch into alternative approaches, and revise conclusions as new inform Category: AI & ML Mode: local Pricing: Free npm: @modelcontextprotocol/server-sequential-thinking GitHub: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking Security Score: 8/10 Installs: 14 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: B Version: 1.3.2 Tags: reasoning, thinking, analysis, core, official Use Cases: Complex problem solving, Step-by-step reasoning, Hypothesis testing, Decision analysis, Research planning Install (Claude Code): claude mcp add sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking@2025.12.18 --- ## Context7 URL: https://mcp-marketplace.io/server/context7 Summary: Up-to-date, version-specific documentation and code examples for any library Description: Context7 provides your AI assistant with up-to-date, version-specific documentation and code examples for any library or framework. Instead of relying on potentially outdated training data, Context7 fetches live documentation so your AI gives accurate, current answers. Built by Upstash, Context7 maintains a constantly updated index of documentation for thousands of popular libraries. It resolves library names, fetches relevant docs, and provides code examples that match the exact version you ar Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/upstash/context7 MCP Tools (2): resolve-library-id, query-docs Security Score: 7.5/10 Installs: 18 GitHub Stars: 47,536 Creator: Upstash Creator Reputation: B Version: 1.5.0 Tags: documentation, libraries, code-examples, developer, upstash Use Cases: Library documentation lookup, Version-specific code examples, API reference search, Framework migration help, Dependency research --- ## Chrome Devtools URL: https://mcp-marketplace.io/server/io-github-chromedevtools-chrome-devtools-mcp Summary: MCP server for Chrome DevTools Category: Developer Tools Mode: local Pricing: Free npm: chrome-devtools-mcp GitHub: https://github.com/ChromeDevTools/chrome-devtools-mcp Security Score: 10/10 Installs: 1 GitHub Stars: 39,968 Creator: ChromeDevTools Creator Reputation: B Version: 1.7.0 Install (Claude Code): claude mcp add io-github-chromedevtools-chrome-devtools-mcp -- npx -y chrome-devtools-mcp@1.7.0 --- ## Scrapling URL: https://mcp-marketplace.io/server/io-github-d4vinci-scrapling Summary: Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported. Category: Developer Tools Mode: local Pricing: Free PyPI: scrapling GitHub: https://github.com/D4Vinci/Scrapling Security Score: 10/10 Installs: 5 GitHub Stars: 37,266 Creator: D4Vinci Creator Reputation: B Version: 0.4.15 Install (Claude Code): claude mcp add io-github-d4vinci-scrapling -- uvx scrapling==0.4.15 --- ## Playwright URL: https://mcp-marketplace.io/server/playwright Summary: Browser automation and web testing using accessibility snapshots Description: The official Playwright MCP Server from Microsoft enables browser automation and web testing through accessibility snapshots rather than screenshots. This approach is faster, more reliable, and works natively with AI assistants that process text. The server can navigate pages, click elements, fill forms, take screenshots, and extract content. It uses Playwright's robust browser automation engine under the hood, supporting Chromium, Firefox, and WebKit. Ideal for developers who need to automate Category: Search & Web Mode: local Pricing: Free npm: @playwright/mcp GitHub: https://github.com/microsoft/playwright-mcp Security Score: 10/10 Installs: 15 GitHub Stars: 28,072 Creator: Microsoft Creator Reputation: B Version: 2.1.0 Tags: playwright, browser, testing, automation, microsoft Use Cases: Web testing, Browser automation, Data extraction, Form filling, Accessibility testing Install (Claude Code): claude mcp add playwright -- npx -y @playwright/mcp@0.0.70 --- ## GitHub URL: https://mcp-marketplace.io/server/github Summary: Official GitHub MCP Server for repos, PRs, issues, and code search Description: The official GitHub MCP Server gives your AI assistant direct access to your GitHub repositories, pull requests, issues, and code search. Instead of switching between Claude and your browser, you can ask Claude to check open PRs, summarize code changes, create issues, or review commits within your conversation. Built and maintained by GitHub (Microsoft), this server uses the GitHub API with personal access tokens or the remote MCP endpoint. It supports both Docker-based local execution and a ho Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/github/github-mcp-server MCP Tools (13): Toolset, copilot, copilot_spaces, github_support_docs_search, Key, actions_get, actions_list, actions_run_trigger, get_job_logs, get_code_scanning_alert, list_code_scanning_alerts, get_me, get_team_members Security Score: 9/10 Installs: 16 GitHub Stars: 27,429 Creator: Github Creator Reputation: B Version: 1.0.0 Tags: github, git, code-review, developer, official Use Cases: Code review automation, PR summaries, Issue triage, Repository exploration, Code search --- ## Oh My Posh URL: https://mcp-marketplace.io/server/dev-ohmyposh-validator Summary: Validate oh-my-posh configurations and segment snippets against the official schema. Description: Validate oh-my-posh configurations and segment snippets against the official schema. Remote endpoints: streamable-http: https://ohmyposh.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ohmyposh.dev/api/mcp GitHub: https://github.com/JanDeDobbeleer/oh-my-posh MCP Tools (2): validate_config, validate_segment Security Score: 10/10 Installs: 1 GitHub Stars: 22,647 Creator: JanDeDobbeleer Creator Reputation: B Version: 29.37.0 Install (Claude Code Remote): claude mcp add --transport http dev-ohmyposh-validator https://ohmyposh.dev/api/mcp --- ## Blender URL: https://mcp-marketplace.io/server/blender Summary: Control Blender 3D through natural language for modeling and animation Description: The Blender MCP Server lets your AI assistant control Blender 3D through natural language commands. Create and manipulate 3D objects, apply materials, set up scenes, manage animations, and execute Blender Python scripts. Created by ahujasid, this community server connects to a running Blender instance via an addon. It translates natural language instructions into Blender Python API calls, enabling AI-driven 3D modeling and scene creation. Perfect for 3D artists and developers who want to accel Category: Design Mode: local Pricing: Free PyPI: blender-mcp GitHub: https://github.com/ahujasid/blender-mcp Security Score: 9/10 Installs: 4 GitHub Stars: 17,470 Creator: Ahujasid Creator Reputation: B Version: 2.3.1 Tags: blender, 3d, modeling, creative, community Use Cases: 3D modeling, Scene creation, Material application, Animation setup, Blender script generation Install (Claude Code): claude mcp add blender -- uvx blender-mcp==1.5.6 --- ## Google GenAI Toolbox URL: https://mcp-marketplace.io/server/genai-toolbox Summary: MCP Toolbox for Databases — open source server for Postgres, MySQL, Spanner, and more Description: Google's GenAI Toolbox provides an open-source MCP server that connects AI assistants directly to databases including PostgreSQL, MySQL, Cloud SQL, AlloyDB, and Spanner. Query data, explore schemas, and run analytics without leaving your AI conversation. Built by Google, it handles connection pooling, authentication, and query safety out of the box. Particularly useful for data exploration, report generation, and building database-backed AI workflows. Category: Data & Analytics Mode: local Pricing: Free GitHub: https://github.com/googleapis/genai-toolbox Security Score: 9/10 Installs: 4 GitHub Stars: 13,244 Creator: Googleapis Creator Reputation: B Version: 1.0.0 Tags: database, google, postgres, mysql, spanner --- ## Pipedream URL: https://mcp-marketplace.io/server/pipedream Summary: Connect to 2,500+ APIs with 8,000+ pre-built integration tools Description: The Pipedream MCP Server connects your AI assistant to over 2,500 APIs through Pipedream's integration platform. With 8,000+ pre-built tools for services like Google Sheets, Salesforce, HubSpot, and thousands more, it provides the broadest API connectivity available. Built by PipedreamHQ, the server uses Pipedream Connect to manage authentication and API calls. Each tool is pre-built with proper auth handling, rate limiting, and error management. Perfect for automating cross-service workflows, Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/PipedreamHQ/pipedream Security Score: 9.5/10 Installs: 1 GitHub Stars: 11,125 Creator: PipedreamHQ Creator Reputation: B Version: 0.7.0 Tags: integration, automation, apis, workflow, pipedream Use Cases: Cross-service automation, API integration, Workflow automation, Data synchronization, Third-party API access --- ## Chrome MCP URL: https://mcp-marketplace.io/server/chrome-mcp Summary: Chrome extension that exposes browser functionality to AI assistants via MCP Description: Chrome MCP is a Chrome extension that turns your browser into an MCP server. AI assistants can navigate pages, extract content, fill forms, take screenshots, and run JavaScript — all through your actual Chrome session with your cookies and logins intact. Unlike headless browser tools, Chrome MCP works with your real browser profile, so it can access authenticated pages, internal tools, and sites behind logins. Great for automating repetitive browser tasks, scraping authenticated content, and bu Category: Search & Web Mode: local Pricing: Free GitHub: https://github.com/hangwin/mcp-chrome MCP Tools (20): get_windows_and_tabs, chrome_navigate, chrome_switch_tab, chrome_close_tabs, chrome_go_back_or_forward, chrome_inject_script, chrome_send_command_to_inject_script, chrome_screenshot, chrome_network_request, search_tabs_content, chrome_get_web_content, chrome_get_interactive_elements, chrome_console, chrome_click_element, chrome_fill_or_select, chrome_keyboard, chrome_history, chrome_bookmark_search, chrome_bookmark_add, chrome_bookmark_delete Security Score: 6/10 Installs: 8 GitHub Stars: 10,594 Creator: Hangwin Creator Reputation: B Version: 1.0.0 Tags: chrome, browser, extension, web-automation --- ## GitMCP URL: https://mcp-marketplace.io/server/git-mcp Summary: Free remote MCP server for any GitHub project — end code hallucinations Description: GitMCP turns any GitHub repository into an MCP endpoint. Point your AI assistant at a repo and it gets full context — README, docs, code structure, and file contents — without cloning anything locally. Works as a remote MCP server, so there's nothing to install. Just add the endpoint URL and your AI can read any public GitHub repo. Great for asking questions about unfamiliar codebases, reviewing open-source projects, or getting accurate code suggestions grounded in real source code. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/idosal/git-mcp MCP Tools (3): Parameter, color, label Security Score: 7.5/10 Installs: 1 GitHub Stars: 7,843 Creator: Idosal Creator Reputation: B Version: 1.0.0 Tags: github, git, remote, code-context --- ## GhidraMCP URL: https://mcp-marketplace.io/server/ghidra-mcp Summary: MCP server for Ghidra reverse engineering — analyze binaries with AI assistance Description: GhidraMCP connects the NSA's Ghidra reverse engineering framework to AI assistants via MCP. Analyze binaries, decompile functions, explore cross-references, and understand assembly code with AI help. Ideal for security researchers, malware analysts, and reverse engineers who want AI assistance while working through complex binaries. The server exposes Ghidra's analysis capabilities so your AI can read decompiled code, find function calls, and help annotate findings. Category: Security Mode: local Pricing: Free GitHub: https://github.com/LaurieWired/GhidraMCP Security Score: 7/10 Rating: 4/5 Installs: 4 GitHub Stars: 7,778 Creator: LaurieWired Creator Reputation: B Version: 1.0.0 Tags: ghidra, reverse-engineering, security, binary-analysis --- ## Browser MCP URL: https://mcp-marketplace.io/server/browser-mcp Summary: Control your browser directly from AI — navigate, click, type, and extract data Description: Browser MCP gives AI assistants direct control over your web browser. Navigate to URLs, click elements, fill forms, extract text, take screenshots, and interact with any web page — all through natural language. Works with your real browser session including authentication state, cookies, and extensions. Useful for web automation, data extraction, testing, and any task where your AI needs to interact with web applications. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/BrowserMCP/mcp MCP Tools (2): Browser MCP, Playwright MCP Security Score: 6/10 Installs: 6 GitHub Stars: 5,931 Creator: BrowserMCP Creator Reputation: B Version: 1.0.0 Tags: browser, automation, web --- ## WhatsApp URL: https://mcp-marketplace.io/server/whatsapp Summary: Read, search, and send WhatsApp messages through your AI assistant Description: Connect your WhatsApp account to your AI assistant. Read conversations, search message history, send messages, and manage chats — all through natural language commands. Uses the WhatsApp Web bridge, so it works with your existing WhatsApp account. Useful for catching up on group chats, drafting replies, searching old conversations, and automating messaging workflows. Category: Communication Mode: local Pricing: Free PyPI: whatsapp-mcp GitHub: https://github.com/lharries/whatsapp-mcp Security Score: 9/10 Installs: 26 GitHub Stars: 5,376 Creator: Lharries Creator Reputation: B Version: 1.0.0 Tags: whatsapp, messaging, chat Install (Claude Code): claude mcp add whatsapp -- uvx whatsapp-mcp --- ## Playwright MCP (ExecuteAutomation) URL: https://mcp-marketplace.io/server/playwright-executeautomation Summary: Automate browsers and APIs in Claude, Cursor, and more with Playwright Description: A community Playwright MCP server that provides browser automation and API testing capabilities to AI assistants. Navigate pages, interact with elements, run API calls, and generate test scripts. Supports multiple browsers (Chromium, Firefox, WebKit) and provides both UI automation and API testing tools. Popular choice for test automation workflows where you want AI to help write and run Playwright tests. Category: Search & Web Mode: local Pricing: Free npm: @anthropic-ai/mcp-playwright GitHub: https://github.com/executeautomation/mcp-playwright Security Score: 7.5/10 Installs: 5 GitHub Stars: 5,268 Creator: Executeautomation Creator Reputation: B Version: 1.0.0 Tags: playwright, testing, browser-automation, api-testing Install (Claude Code): claude mcp add playwright-executeautomation -- npx -y @anthropic-ai/mcp-playwright --- ## Apify URL: https://mcp-marketplace.io/server/com-apify-apify-mcp-server Summary: Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡ Description: Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡ Remote endpoints: streamable-http: https://mcp.apify.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/ GitHub: https://github.com/apify/apify-mcp-server Security Score: 10/10 GitHub Stars: 5,190 Creator: Apify Creator Reputation: B Version: 0.15.3 Install (Claude Code Remote): claude mcp add --transport http com-apify-apify-mcp-server https://mcp.apify.com/ --- ## Atlassian URL: https://mcp-marketplace.io/server/atlassian Summary: Search, read, and create Jira issues and Confluence pages Description: The Atlassian MCP Server lets your AI assistant search, read, and create content across Jira and Confluence. Query Jira issues with JQL, read Confluence pages, create new issues, and manage project workflows. Built by the community (sooperset), this server connects to Atlassian Cloud using API tokens. It provides comprehensive access to both Jira project management and Confluence knowledge base features. Ideal for teams using Atlassian products who want AI-assisted issue management, documentat Category: Productivity Mode: local Pricing: Free PyPI: mcp-atlassian GitHub: https://github.com/sooperset/mcp-atlassian Security Score: 10/10 Installs: 9 GitHub Stars: 4,820 Creator: Sooperset Creator Reputation: B Version: 1.3.2 Tags: jira, confluence, atlassian, project-management, community Use Cases: Jira issue management, Confluence search, Sprint planning, Documentation lookup, Project tracking Install (Claude Code): claude mcp add atlassian -- uvx mcp-atlassian==0.21.1 --- ## Magic MCP URL: https://mcp-marketplace.io/server/magic-mcp Summary: Like v0 but in your IDE — generate beautiful UI components from prompts Description: Magic MCP by 21st.dev brings AI-powered UI generation directly into your code editor. Describe a component and get production-ready React code with Tailwind CSS styling — without leaving Cursor, WindSurf, or Cline. Think of it as v0 embedded in your development workflow. Generates accessible, well-structured components that follow modern React patterns. Great for rapid prototyping, building design systems, and turning mockups into code. Category: Design Mode: local Pricing: Free npm: @21st-dev/magic-mcp GitHub: https://github.com/21st-dev/magic-mcp Security Score: 8.7/10 Installs: 5 GitHub Stars: 4,345 Creator: 21st Dev Creator Reputation: B Version: 1.0.0 Tags: ui-generation, react, tailwind, design, components Install (Claude Code): claude mcp add magic-mcp -- npx -y @21st-dev/magic-mcp --- ## Exa Search URL: https://mcp-marketplace.io/server/exa-search Summary: AI-powered web search for research, code, and company data Description: The Exa Search MCP Server provides AI-powered web search optimized for research, code, and company data. Exa uses neural search to understand the meaning behind queries, delivering more relevant results than traditional keyword-based search engines. Built by Exa Labs, this server connects to the Exa API for semantic web search. It supports finding similar pages, searching by content type (research papers, companies, code), and extracting clean text content from results. Perfect for research-he Category: AI & ML Mode: local Pricing: Free PyPI: exa-mcp-server GitHub: https://github.com/exa-labs/exa-mcp-server Security Score: 5/10 GitHub Stars: 4,106 Creator: Exa Labs Creator Reputation: B Version: 2.2.0 Tags: search, ai-search, research, semantic, exa Use Cases: Semantic web search, Research discovery, Company research, Code search, Content extraction Install (Claude Code): claude mcp add exa-search -- uvx exa-mcp-server --- ## Notion URL: https://mcp-marketplace.io/server/notion Summary: Official Notion MCP Server for pages, databases, and workspace management Description: The official Notion MCP Server lets your AI assistant read, write, and organize your Notion workspace. Query databases, create pages, update blocks, and search across your entire workspace without leaving your conversation. Built and maintained by Notion, this server uses the official Notion API with integration tokens. It supports all block types, database properties, and workspace operations. Perfect for knowledge workers who live in Notion and want AI help organizing, searching, and creatin Category: Productivity Mode: local Pricing: Free npm: @notionhq/notion-mcp-server GitHub: https://github.com/makenotion/notion-mcp-server Security Score: 2.8/10 Installs: 1 GitHub Stars: 3,970 Creator: Makenotion Creator Reputation: B Version: 1.5.0 Tags: notion, productivity, wiki, knowledge-base, official Use Cases: Workspace search, Page creation, Database queries, Content organization, Knowledge management Install (Claude Code): claude mcp add notion -- npx -y @notionhq/notion-mcp-server@2.2.1 --- ## Spec Workflow MCP URL: https://mcp-marketplace.io/server/spec-workflow-mcp Summary: Structured spec-driven development workflow with real-time web dashboard Description: A spec-driven development workflow server that brings structure to AI-assisted coding. Define specifications, track implementation progress, and manage your project's development lifecycle with a real-time web dashboard and VS Code extension. Helps teams maintain architectural consistency when using AI coding assistants. Write specs first, then let the AI implement against them — reducing drift and improving code quality. Category: Developer Tools Mode: local Pricing: Free npm: spec-workflow-mcp GitHub: https://github.com/Pimzino/spec-workflow-mcp Security Score: 8.7/10 Installs: 2 GitHub Stars: 3,939 Creator: Pimzino Creator Reputation: B Version: 1.0.0 Tags: workflow, specifications, project-management, development Install (Claude Code): claude mcp add spec-workflow-mcp -- npx -y spec-workflow-mcp --- ## Tolgee Platform URL: https://mcp-marketplace.io/server/io-github-tolgee-tolgee Summary: Your app's translations in Tolgee: search keys, create translations, trigger machine translation Description: Your app's translations in Tolgee: search keys, create translations, trigger machine translation Remote endpoints: streamable-http: https://app.tolgee.io/mcp/developer Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.tolgee.io/mcp/developer GitHub: https://github.com/tolgee/tolgee-platform MCP Tools (5): search keys, create translations, update translations, manage languages, trigger machine translation Security Score: 7.5/10 GitHub Stars: 3,889 Creator: Tolgee Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tolgee-tolgee https://app.tolgee.io/mcp/developer --- ## Cloudflare URL: https://mcp-marketplace.io/server/cloudflare Summary: Deploy and manage Cloudflare Workers, KV, R2, and D1 resources Description: The official Cloudflare MCP Server lets your AI assistant deploy and manage Cloudflare Workers, KV stores, R2 buckets, D1 databases, and other Cloudflare developer platform resources through natural language. Built by Cloudflare, this server provides comprehensive access to the Cloudflare developer platform. It can create and deploy Workers, manage storage resources, configure DNS, and interact with all major Cloudflare services. Essential for developers using Cloudflare's edge computing platf Category: Cloud & DevOps Mode: local Pricing: Free npm: @cloudflare/mcp-server-cloudflare GitHub: https://github.com/cloudflare/mcp-server-cloudflare Security Score: 10/10 Installs: 10 GitHub Stars: 3,492 Creator: Cloudflare Creator Reputation: B Version: 1.0.1 Tags: cloudflare, edge, workers, serverless, official Use Cases: Worker deployment, KV store management, R2 bucket operations, D1 database queries, DNS configuration Install (Claude Code): claude mcp add cloudflare -- npx -y @cloudflare/mcp-server-cloudflare@0.2.0 --- ## Excel MCP URL: https://mcp-marketplace.io/server/excel-mcp Summary: Read, write, and manipulate Excel files directly from your AI assistant Description: Excel MCP lets your AI assistant work with Excel spreadsheets directly. Read cell values, write data, create formulas, format cells, add charts, and manipulate worksheets — all through natural language commands. Supports .xlsx files with full formula support, conditional formatting, and multi-sheet workbooks. Ideal for data entry automation, report generation, spreadsheet analysis, and any workflow involving Excel files. Category: File & Storage Mode: local Pricing: Free PyPI: excel-mcp-server GitHub: https://github.com/haris-musa/excel-mcp-server Security Score: 10/10 Installs: 3 GitHub Stars: 3,397 Creator: Haris Musa Creator Reputation: B Version: 1.0.0 Tags: excel, spreadsheet, office, data Install (Claude Code): claude mcp add excel-mcp -- uvx excel-mcp-server==0.1.8 --- ## Laravel Boost URL: https://mcp-marketplace.io/server/laravel-boost Summary: Official Laravel MCP server for AI-powered PHP development Description: Laravel Boost is the official MCP server from the Laravel team. It gives AI assistants deep context about your Laravel application — routes, models, migrations, config, and framework conventions. Your AI can understand your app's structure, suggest idiomatic Laravel code, reference the latest documentation, and help with Eloquent queries, Blade templates, and artisan commands. Essential for Laravel developers using AI coding assistants. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/laravel/boost Security Score: 9/10 Installs: 1 GitHub Stars: 3,310 Creator: Laravel Creator Reputation: B Version: 1.0.0 Tags: laravel, php, framework, web-development --- ## Browserbase URL: https://mcp-marketplace.io/server/browserbase Summary: Cloud browser automation with Stagehand for LLM-driven web navigation Description: The Browserbase MCP Server provides cloud browser automation powered by Stagehand for LLM-driven web navigation. Instead of running browsers locally, sessions run in Browserbase's cloud infrastructure with built-in stealth capabilities. Built by Browserbase, this server uses Stagehand's AI-native browser automation approach. It supports navigating pages, extracting content, clicking elements, and filling forms using natural language descriptions rather than CSS selectors. Ideal for developers Category: Developer Tools Mode: local Pricing: Free npm: @browserbasehq/mcp-stagehand GitHub: https://github.com/browserbase/mcp-server-browserbase Security Score: 6.9/10 GitHub Stars: 3,165 Creator: Browserbase Creator Reputation: B Version: 1.1.0 Tags: browser, cloud, automation, stagehand, browserbase Use Cases: Cloud browser automation, Web scraping at scale, Content extraction, Form automation, Stealth browsing Install (Claude Code): claude mcp add browserbase -- npx -y @browserbasehq/mcp-stagehand --- ## Basic Memory URL: https://mcp-marketplace.io/server/io-github-basicmachines-co-basic-memory Summary: Local-first knowledge management with bi-directional LLM sync via Markdown files. Category: Developer Tools Mode: local Pricing: Free PyPI: basic-memory GitHub: https://github.com/basicmachines-co/basic-memory.git Security Score: 4.2/10 Installs: 1 GitHub Stars: 3,048 Creator: Basicmachines Co Creator Reputation: B Version: 0.23.2 Install (Claude Code): claude mcp add io-github-basicmachines-co-basic-memory -- uvx basic-memory==0.23.2 --- ## Obsidian MCP URL: https://mcp-marketplace.io/server/obsidian-mcp Summary: Connect your Obsidian vault to AI — search, read, and create notes Description: Obsidian MCP connects your Obsidian knowledge base to AI assistants via the Obsidian REST API. Search notes, read content, create new pages, update existing ones, and navigate your vault's link graph. Perfect for knowledge workers who want their AI to reference personal notes, research, and documentation stored in Obsidian. Supports full-text search, tag filtering, and backlink traversal. Category: Productivity Mode: local Pricing: Free npm: mcp-obsidian GitHub: https://github.com/MarkusPfundstein/mcp-obsidian Security Score: 6/10 GitHub Stars: 2,932 Creator: MarkusPfundstein Creator Reputation: B Version: 1.0.0 Tags: obsidian, notes, knowledge-base, markdown Install (Claude Code): claude mcp add obsidian-mcp -- npx -y mcp-obsidian@1.0.0 --- ## Grafana URL: https://mcp-marketplace.io/server/io-github-grafana-mcp-grafana Summary: An MCP server giving access to Grafana dashboards, data and more. Description: An MCP server giving access to Grafana dashboards, data and more. Remote endpoints: streamable-http: https://mcp.grafana.com/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcp.grafana.com/mcp GitHub: https://github.com/grafana/mcp-grafana Security Score: 10/10 GitHub Stars: 2,931 Creator: Grafana Creator Reputation: B Version: v1.3.0 Required Credentials: GRAFANA_URL (optional), GRAFANA_SERVICE_ACCOUNT_TOKEN (required), GRAFANA_USERNAME (optional), GRAFANA_PASSWORD (required), GRAFANA_ORG_ID (optional), GRAFANA_EXTRA_HEADERS (optional), GRAFANA_FORWARD_HEADERS (optional) Install (Claude Code Remote): claude mcp add --transport http io-github-grafana-mcp-grafana https://mcp.grafana.com/mcp --- ## shadcn/ui MCP URL: https://mcp-marketplace.io/server/shadcn-ui-mcp Summary: Give your AI full context about shadcn/ui components for React, Vue, and Svelte Description: This MCP server provides AI assistants with complete context about shadcn/ui components — structure, usage patterns, props, installation steps, and best practices for React, Vue, Svelte, and React Native. Instead of your AI guessing at component APIs, it gets the real documentation. Generates correct imports, proper prop usage, and idiomatic component composition. Essential for any project using shadcn/ui. Category: Design Mode: local Pricing: Free GitHub: https://github.com/Jpisnice/shadcn-ui-mcp-server MCP Tools (2): Section, Framework Security Score: 7/10 Installs: 1 GitHub Stars: 2,671 Creator: Jpisnice Creator Reputation: B Version: 1.0.0 Tags: shadcn, ui, react, components, design-system --- ## Supabase URL: https://mcp-marketplace.io/server/supabase Summary: Connect AI assistants to your Supabase project for full database management Description: The Supabase MCP Server connects your AI assistant to your Supabase project for full database management. Run SQL queries, manage tables, create migrations, handle auth, and even generate TypeScript types directly from your schema. Built by the Supabase community with strong adoption (2,500+ GitHub stars), this server gives you a natural language interface to your entire Supabase backend. It supports all major Supabase features including database, auth, and storage. Perfect for developers who Category: Data & Analytics Mode: local Pricing: Free npm: supabase-mcp GitHub: https://github.com/supabase-community/supabase-mcp Security Score: 9.7/10 Installs: 2 GitHub Stars: 2,506 Creator: Supabase Community Creator Reputation: B Version: 0.9.3 Tags: supabase, postgres, database, backend, community Use Cases: Database management, SQL queries, Schema design, Migration creation, TypeScript type generation Install (Claude Code): claude mcp add supabase -- npx -y supabase-mcp --- ## Peekaboo URL: https://mcp-marketplace.io/server/peekaboo Summary: macOS screenshot capture and visual Q&A for AI agents Description: Peekaboo is a macOS CLI and MCP server that lets AI agents capture screenshots of applications or the entire screen, with optional visual question-answering through local or remote AI models. Useful for UI testing, visual debugging, monitoring app state, and building AI workflows that need to "see" what's on screen. Supports targeting specific apps by name or capturing the full display. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/steipete/Peekaboo MCP Tools (26): see, click, type, press, hotkey, scroll, swipe, drag, move, window, app, space, menu, menubar, dock, dialog, image, list, tools, config, permissions, run, sleep, clean, agent, mcp Security Score: 7/10 Installs: 2 GitHub Stars: 2,505 Creator: Steipete Creator Reputation: B Version: 1.0.0 Tags: macos, screenshot, visual, desktop --- ## Markdownify URL: https://mcp-marketplace.io/server/markdownify Summary: Convert almost anything to Markdown — web pages, PDFs, YouTube transcripts, and more Description: Markdownify MCP converts a wide variety of content into clean Markdown for your AI assistant. Fetch and convert web pages, extract text from PDFs, grab YouTube transcripts, and process local files — all returning well-formatted Markdown. A versatile content ingestion tool that makes any document or web content accessible to your AI. Supports URLs, local files, and various document formats. Category: Content & Media Mode: local Pricing: Free GitHub: https://github.com/zcaceres/markdownify-mcp MCP Tools (10): youtube-to-markdown, pdf-to-markdown, bing-search-to-markdown, webpage-to-markdown, image-to-markdown, audio-to-markdown, docx-to-markdown, xlsx-to-markdown, pptx-to-markdown, get-markdown-file Security Score: 6.5/10 GitHub Stars: 2,427 Creator: Zcaceres Creator Reputation: B Version: 1.0.0 Tags: markdown, conversion, pdf, web-scraping --- ## arXiv MCP URL: https://mcp-marketplace.io/server/arxiv-mcp Summary: Search and analyze arXiv research papers with AI assistance Description: Search the arXiv preprint repository, read paper abstracts and full texts, and analyze research papers with your AI assistant. Find relevant papers by topic, author, or keywords, and get AI-powered summaries and insights. Essential for researchers, students, and anyone who needs to stay current with academic literature. Supports browsing by category, citation tracking, and deep-diving into paper content. Category: Education & Research Mode: local Pricing: Free PyPI: arxiv-mcp-server GitHub: https://github.com/blazickjp/arxiv-mcp-server Security Score: 5.7/10 GitHub Stars: 2,258 Creator: Blazickjp Creator Reputation: B Version: 1.0.0 Tags: arxiv, research, papers, academic Install (Claude Code): claude mcp add arxiv-mcp -- uvx arxiv-mcp-server==0.4.11 --- ## Godot MCP URL: https://mcp-marketplace.io/server/godot-mcp Summary: MCP server for Godot game engine — launch editor, run projects, capture debug output Description: Connect the Godot game engine to your AI assistant. Launch the Godot editor, run game projects, capture debug output, inspect scene trees, and get help with GDScript — all from your AI conversation. Ideal for indie game developers who want AI assistance while building games in Godot. The server exposes editor controls and debugging tools so your AI can help with game logic, scene setup, and troubleshooting. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Coding-Solo/godot-mcp MCP Tools (1): Variable Security Score: 6.5/10 Installs: 1 GitHub Stars: 2,049 Creator: Coding Solo Creator Reputation: B Version: 1.0.0 Tags: godot, game-engine, gamedev, gdscript --- ## Perplexity Ask URL: https://mcp-marketplace.io/server/perplexity-ask Summary: AI-powered search with citations and up-to-date answers Description: The Perplexity Ask MCP Server provides AI-powered search with citations and up-to-date answers through the Perplexity Sonar API. Your AI assistant can perform searches that return synthesized, cited answers rather than raw search results. Built by the community (ppl-ai), this server connects to Perplexity's Sonar API to deliver answers that combine search results with AI synthesis. Each response includes source citations for verification. Great for research tasks, fact-checking, and getting co Category: AI & ML Mode: local Pricing: Free GitHub: https://github.com/ppl-ai/modelcontextprotocol MCP Tools (4): Client, Cursor, Windsurf, Variable Security Score: 5.2/10 Installs: 2 GitHub Stars: 1,990 Creator: Ppl Ai Creator Reputation: B Version: 0.7.0 Tags: search, perplexity, citations, ai-search, community Use Cases: AI-powered search, Research with citations, Fact checking, Current events, Complex question answering --- ## Dbx URL: https://mcp-marketplace.io/server/io-github-t8y2-dbx Summary: Query databases from AI agents using connections configured in DBX. Category: Developer Tools Mode: local Pricing: Free npm: @dbx-app/mcp-server GitHub: https://github.com/t8y2/dbx Security Score: 4.2/10 GitHub Stars: 1,706 Creator: T8y2 Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-t8y2-dbx -- npx -y @dbx-app/mcp-server --- ## iOS Simulator MCP URL: https://mcp-marketplace.io/server/ios-simulator-mcp Summary: Control the iOS Simulator from your AI — launch apps, tap, type, and screenshot Description: iOS Simulator MCP gives AI assistants control over the Xcode iOS Simulator. Launch apps, interact with UI elements, capture screenshots, and automate mobile testing flows — all through natural language. Perfect for iOS developers who want AI help with testing, UI verification, or automated screenshot capture. Supports gestures, text input, app lifecycle management, and accessibility inspection. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/joshuayoes/ios-simulator-mcp MCP Tools (1): Variable Security Score: 7/10 Installs: 1 GitHub Stars: 1,691 Creator: Joshuayoes Creator Reputation: B Version: 1.0.0 Tags: ios, simulator, mobile, xcode, testing --- ## MySQL MCP URL: https://mcp-marketplace.io/server/mysql-mcp Summary: Read-only MySQL access for AI — inspect schemas, run queries, explore data Description: Provides safe, read-only access to MySQL databases through MCP. Your AI assistant can inspect table schemas, run SELECT queries, explore relationships, and analyze data — without any risk of modifying your database. Supports multiple databases, connection pooling, and query result formatting. Ideal for data exploration, report generation, and AI-assisted database analysis. Category: Data & Analytics Mode: local Pricing: Free GitHub: https://github.com/benborla/mcp-server-mysql MCP Tools (1): mysql_query Security Score: 7/10 Installs: 18 GitHub Stars: 1,668 Creator: Benborla Creator Reputation: B Version: 1.0.0 Tags: mysql, database, sql, read-only --- ## Google Workspace MCP URL: https://mcp-marketplace.io/server/google-workspace-mcp Summary: Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI Description: Comprehensive Google Workspace integration — manage Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search, and Drive from your AI assistant. Read and send emails, create calendar events, edit documents, update spreadsheets, and manage files across your entire Google Workspace. Ideal for productivity automation and connecting your Google tools to AI workflows. Category: Productivity Mode: local Pricing: Free GitHub: https://github.com/taylorwilsdon/google_workspace_mcp MCP Tools (107): Variable, list_calendars, get_events, manage_event, search_drive_files, get_drive_file_content, get_drive_file_download_url, create_drive_file, create_drive_folder, import_to_google_doc, get_drive_shareable_link, list_drive_items, copy_drive_file, update_drive_file, manage_drive_access, set_drive_file_permissions, get_drive_file_permissions, check_drive_file_public_access, search_gmail_messages, get_gmail_message_content, get_gmail_messages_content_batch, send_gmail_message, get_gmail_thread_content, modify_gmail_message_labels, list_gmail_labels, list_gmail_filters, manage_gmail_label, manage_gmail_filter, draft_gmail_message, get_gmail_threads_content_batch, batch_modify_gmail_message_labels, start_google_auth, get_doc_content, create_doc, modify_doc_text, search_docs, find_and_replace_doc, list_docs_in_folder, insert_doc_elements, update_paragraph_style, get_doc_as_markdown, insert_doc_image, update_doc_headers_footers, batch_update_doc, inspect_doc_structure, export_doc_to_pdf, create_table_with_data, debug_table_structure, list_document_comments, manage_document_comment, read_sheet_values, modify_sheet_values, create_spreadsheet, list_spreadsheets, get_spreadsheet_info, format_sheet_range, create_sheet, list_spreadsheet_comments, manage_spreadsheet_comment, manage_conditional_formatting, create_presentation, get_presentation, batch_update_presentation, get_page, get_page_thumbnail, list_presentation_comments, manage_presentation_comment, create_form, get_form, set_publish_settings, get_form_response, list_form_responses, batch_update_form, list_tasks, get_task, manage_task, list_task_lists, get_task_list, manage_task_list, search_contacts, get_contact, list_contacts, manage_contact, list_contact_groups, get_contact_group, manage_contacts_batch, manage_contact_group, list_spaces, get_messages, send_message, search_messages, create_reaction, download_chat_attachment, search_custom, get_search_engine_info, list_script_projects, get_script_project, get_script_content, create_script_project, update_script_content, run_script_function, list_deployments, manage_deployment, list_script_processes, Backend, Memory, Disk Security Score: 7/10 Installs: 29 GitHub Stars: 1,639 Creator: Taylorwilsdon Creator Reputation: B Version: 1.0.0 Tags: google, gmail, calendar, docs, sheets, workspace --- ## PowerPoint MCP URL: https://mcp-marketplace.io/server/powerpoint-mcp Summary: Create and edit PowerPoint presentations with AI assistance Description: PowerPoint MCP lets your AI assistant create, edit, and manipulate PowerPoint (.pptx) presentations. Add slides, text, images, shapes, charts, and apply themes — all through natural language. Generate presentations from scratch, update existing decks, or convert content into slide format. Uses python-pptx for reliable .pptx manipulation with full support for layouts, masters, and animations. Category: Productivity Mode: local Pricing: Free PyPI: office-powerpoint-mcp-server GitHub: https://github.com/GongRzhe/Office-PowerPoint-MCP-Server Security Score: 10/10 Installs: 5 GitHub Stars: 1,553 Creator: GongRzhe Creator Reputation: B Version: 1.0.0 Tags: powerpoint, pptx, office, presentations Install (Claude Code): claude mcp add powerpoint-mcp -- uvx office-powerpoint-mcp-server==2.0.7 --- ## Financial Datasets URL: https://mcp-marketplace.io/server/financial-datasets Summary: Stock market data API — prices, financials, earnings, and SEC filings via MCP Description: Access comprehensive stock market data through your AI assistant. Get real-time and historical prices, company financials, earnings reports, SEC filings, insider trading data, and more from the Financial Datasets API. Perfect for financial analysis, investment research, portfolio monitoring, and building AI-powered trading strategies. Covers US equities with clean, structured data. Category: Finance Mode: local Pricing: Free GitHub: https://github.com/financial-datasets/mcp-server MCP Tools (10): get_income_statements, get_balance_sheets, get_cash_flow_statements, get_current_stock_price, get_historical_stock_prices, get_company_news, get_available_crypto_tickers, get_crypto_prices, get_historical_crypto_prices, get_current_crypto_price Security Score: 7.5/10 Installs: 1 GitHub Stars: 1,487 Creator: Financial Datasets Creator Reputation: B Version: 1.0.0 Tags: finance, stocks, market-data, sec-filings --- ## Language Server MCP URL: https://mcp-marketplace.io/server/language-server-mcp Summary: Semantic code tools — go-to-definition, references, rename, and diagnostics via MCP Description: Bridge the Language Server Protocol (LSP) to MCP, giving AI assistants access to semantic code intelligence. Go to definition, find all references, rename symbols, and see diagnostics — the same tools your IDE uses, now available to your AI. Works with any language that has an LSP server (TypeScript, Python, Go, Rust, etc.). Dramatically improves AI code understanding by providing real semantic analysis instead of text-based guessing. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/isaacphi/mcp-language-server MCP Tools (6): definition, references, diagnostics, hover, rename_symbol, edit_file Security Score: 8/10 Installs: 1 GitHub Stars: 1,467 Creator: Isaacphi Creator Reputation: B Version: 1.0.0 Tags: lsp, language-server, code-intelligence, refactoring --- ## Slack MCP (Advanced) URL: https://mcp-marketplace.io/server/slack-mcp-advanced Summary: Powerful Slack MCP with no permission requirements — DMs, group chats, and smart history Description: The most feature-rich Slack MCP server. Access channels, DMs, group DMs, and thread conversations without requiring admin Slack permissions. Smart history fetch logic retrieves relevant context without overwhelming your AI. Supports GovSlack, Slack Apps, and works with standard browser cookies for authentication. No bot tokens or OAuth setup needed — just connect and start managing your Slack from your AI assistant. Category: Communication Mode: local Pricing: Free GitHub: https://github.com/korotovsky/slack-mcp-server MCP Tools (1): Variable Security Score: 6/10 Installs: 4 GitHub Stars: 1,412 Creator: Korotovsky Creator Reputation: B Version: 1.0.0 Tags: slack, messaging, chat, team-communication --- ## Microsoft Learn MCP URL: https://mcp-marketplace.io/server/microsoft-learn-mcp Summary: Official Microsoft Learn server — real-time Microsoft docs and code samples for AI Description: The official Microsoft Learn MCP server provides AI assistants with real-time access to Microsoft's documentation, code samples, and technical guides. Get accurate, up-to-date information about Azure, .NET, Windows, Office, and the full Microsoft ecosystem. Eliminates hallucination about Microsoft APIs by grounding AI responses in official documentation. Essential for any developer working with Microsoft technologies. Category: Education & Research Mode: local Pricing: Free GitHub: https://github.com/MicrosoftDocs/mcp MCP Tools (6): microsoft_docs_search, microsoft_docs_fetch, microsoft_code_sample_search, Skill, Client, Issue Security Score: 9/10 GitHub Stars: 1,410 Creator: MicrosoftDocs Creator Reputation: B Version: 1.0.0 Tags: microsoft, azure, dotnet, documentation --- ## Azure DevOps MCP URL: https://mcp-marketplace.io/server/azure-devops-mcp Summary: Official MCP server for Azure DevOps — work items, repos, pipelines, and PRs Description: The official Azure DevOps MCP server by Microsoft. Manage work items, browse repos, trigger pipelines, review pull requests, and track builds — all from your AI assistant. Integrates with Azure Boards, Repos, Pipelines, and Artifacts. Essential for teams using Azure DevOps who want AI-powered project management and CI/CD interaction. Category: Cloud & DevOps Mode: local Pricing: Free GitHub: https://github.com/microsoft/azure-devops-mcp Security Score: 9/10 Installs: 4 GitHub Stars: 1,337 Creator: Microsoft Creator Reputation: B Version: 1.0.0 Tags: azure, devops, microsoft, ci-cd, pipelines --- ## Kubernetes URL: https://mcp-marketplace.io/server/kubernetes Summary: Manage Kubernetes clusters, pods, deployments, and services Description: The Kubernetes MCP Server lets your AI assistant manage Kubernetes clusters, pods, deployments, services, and other resources. It provides tools for inspecting cluster state, reading logs, managing deployments, and debugging workloads. Built by the community (Flux159), this server connects to Kubernetes clusters using your existing kubeconfig. It supports common kubectl operations translated into structured MCP tools for AI interaction. Designed for DevOps engineers and platform teams who want Category: Cloud & DevOps Mode: local Pricing: Free npm: mcp-server-kubernetes GitHub: https://github.com/Flux159/mcp-server-kubernetes Security Score: 9.8/10 Installs: 2 GitHub Stars: 1,334 Creator: Flux159 Creator Reputation: B Version: 1.2.1 Tags: kubernetes, k8s, containers, devops, community Use Cases: Cluster management, Pod debugging, Deployment management, Log analysis, Resource monitoring Install (Claude Code): claude mcp add kubernetes -- npx -y mcp-server-kubernetes@3.5.0 --- ## Stripe URL: https://mcp-marketplace.io/server/stripe Summary: Interact with Stripe API for payments, customers, and subscriptions Description: The official Stripe MCP Server lets your AI assistant interact with the full Stripe API. Manage customers, products, subscriptions, payment links, invoices, and refunds through natural language. Built by Stripe as part of their Agent Toolkit, the server supports all major Stripe resources. It uses your Stripe API key for authentication and supports both test and live mode. Essential for developers building payment-integrated applications who want to prototype, debug, and manage Stripe resource Category: Finance Mode: local Pricing: Free npm: @stripe/mcp GitHub: https://github.com/stripe/agent-toolkit Security Score: 9.7/10 Installs: 1 GitHub Stars: 1,328 Creator: Stripe Creator Reputation: B Version: 1.5.0 Tags: stripe, payments, finance, billing, official Use Cases: Payment management, Customer lookup, Subscription management, Invoice creation, Refund processing Install (Claude Code): claude mcp add stripe -- npx -y @stripe/mcp --- ## MiniMax MCP URL: https://mcp-marketplace.io/server/minimax-mcp Summary: Official MiniMax server — text-to-speech, image generation, and video generation Description: The official MiniMax MCP server provides AI-powered media generation capabilities. Generate natural-sounding speech from text, create images from prompts, and produce short videos — all through your AI assistant. MiniMax specializes in high-quality generative AI. Use it for content creation, prototyping multimedia assets, creating voiceovers, and generating visual content for presentations or social media. Category: AI & ML Mode: local Pricing: Free GitHub: https://github.com/MiniMax-AI/MiniMax-MCP MCP Tools (10): Region, stdio, text_to_audio, list_voices, voice_clone, generate_video, text_to_image, query_video_generation, music_generation, voice_design Security Score: 7.5/10 Installs: 6 GitHub Stars: 1,290 Creator: MiniMax AI Creator Reputation: B Version: 1.0.0 Tags: tts, image-generation, video-generation, ai, media --- ## Tavily URL: https://mcp-marketplace.io/server/tavily Summary: Real-time search with content extraction, citations, and web crawling Description: The Tavily MCP Server provides real-time web search with content extraction, citations, and web crawling capabilities. Tavily is purpose-built for AI agents, returning clean, structured search results with source citations. Built by Tavily AI, this server delivers search results optimized for LLM consumption. It supports search with automatic content extraction, domain filtering, and the ability to crawl specific URLs for deep content retrieval. Designed for AI workflows that need reliable, up Category: AI & ML Mode: local Pricing: Free GitHub: https://github.com/tavily-ai/tavily-mcp Security Score: 5.5/10 Installs: 2 GitHub Stars: 1,282 Creator: Tavily Ai Creator Reputation: B Version: 1.1.0 Tags: search, ai-search, citations, web, tavily Use Cases: AI-optimized search, Content extraction, Research with citations, Web crawling, Fact verification --- ## Terraform URL: https://mcp-marketplace.io/server/terraform Summary: Terraform provider discovery, module search, and infrastructure planning Description: The Terraform MCP Server provides Terraform provider discovery, module search, and infrastructure planning capabilities. Your AI assistant can search the Terraform Registry for providers and modules, read documentation, and help plan infrastructure configurations. Built by HashiCorp, this server connects to the Terraform Registry API to provide accurate, up-to-date information about providers, modules, and their configurations. It helps with infrastructure-as-code planning and documentation loo Category: Cloud & DevOps Mode: local Pricing: Free GitHub: https://github.com/hashicorp/terraform-mcp-server MCP Tools (1): Variable Security Score: 9/10 GitHub Stars: 1,254 Creator: Hashicorp Creator Reputation: B Version: 1.0.0 Tags: terraform, infrastructure, iac, hashicorp, official Use Cases: Provider discovery, Module search, Infrastructure planning, Documentation lookup, Configuration guidance --- ## ToolUniverse URL: https://mcp-marketplace.io/server/io-github-mims-harvard-tooluniverse Summary: 2,500+ scientific tools for AI scientists: life science, research, literature, and more. Category: Developer Tools Mode: local Pricing: Free PyPI: tooluniverse GitHub: https://github.com/mims-harvard/ToolUniverse Security Score: 9/10 GitHub Stars: 1,185 Creator: Mims Harvard Creator Reputation: B Version: 1.4.1 Required Credentials: OPENAI_API_KEY (required), ANTHROPIC_API_KEY (required), GEMINI_API_KEY (required), OPENROUTER_API_KEY (required), AZURE_OPENAI_API_KEY (required), HF_TOKEN (required), NCBI_API_KEY (required), SEMANTIC_SCHOLAR_API_KEY (required), BIOGRID_API_KEY (required), DISGENET_API_KEY (required), OMIM_API_KEY (required), ONCOKB_API_TOKEN (required), NVIDIA_API_KEY (required), USPTO_API_KEY (required), UMLS_API_KEY (required), BRENDA_EMAIL (optional), BRENDA_PASSWORD (required) Install (Claude Code): claude mcp add io-github-mims-harvard-tooluniverse -- uvx tooluniverse==1.4.1 --- ## Paperbanana URL: https://mcp-marketplace.io/server/io-github-llmsresearch-paperbanana Summary: Generate academic diagrams and statistical plots from text using multi-agent AI. Category: Developer Tools Mode: local Pricing: Free PyPI: paperbanana GitHub: https://github.com/llmsresearch/paperbanana Security Score: 7.5/10 GitHub Stars: 1,047 Creator: Llmsresearch Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-llmsresearch-paperbanana -- uvx paperbanana==0.1.2 --- ## Apify URL: https://mcp-marketplace.io/server/apify Summary: Run web scrapers and automation actors from 1,800+ pre-built tools Description: The Apify MCP Server gives your AI assistant access to Apify's platform of 1,800+ pre-built web scraping and automation actors. Run scrapers for any website, extract structured data, and manage automation jobs through natural language. Built by Apify, the server connects to the Apify platform where actors handle the complexity of web scraping including proxy management, anti-bot bypassing, and data parsing. You can run existing actors or manage datasets and key-value stores. Designed for data Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/apify/actors-mcp-server MCP Tools (18): Client, search-actors, fetch-actor-details, get-actor-run, search-apify-docs, fetch-apify-docs, get-actor-run-list, get-actor-log, get-dataset, get-dataset-items, get-dataset-schema, get-key-value-store, get-key-value-store-keys, get-key-value-store-record, get-dataset-list, get-key-value-store-list, actors, docs Security Score: 8.8/10 GitHub Stars: 845 Creator: Apify Creator Reputation: B Version: 1.4.0 Tags: scraping, automation, data, web, apify Use Cases: Web scraping, Data extraction, Competitive monitoring, Content aggregation, Automation workflows, Lead generation --- ## Openbrand URL: https://mcp-marketplace.io/server/io-github-ethanjyx-openbrand Summary: Extract brand assets (logos, colors, backdrop images, brand name) from any website URL Category: Developer Tools Mode: local Pricing: Free npm: openbrand-mcp GitHub: https://github.com/ethanjyx/openbrand Security Score: 9.6/10 GitHub Stars: 782 Creator: Ethanjyx Creator Reputation: B Version: 0.1.2 Required Credentials: OPENBRAND_API_KEY (required) Install (Claude Code): claude mcp add io-github-ethanjyx-openbrand -- npx -y openbrand-mcp --- ## Next Devtools URL: https://mcp-marketplace.io/server/io-github-vercel-next-devtools-mcp Summary: Next.js development tools MCP server with stdio transport Category: Cloud & DevOps Mode: local Pricing: Free npm: next-devtools-mcp GitHub: https://github.com/vercel/next-devtools-mcp Security Score: 4/10 Installs: 1 GitHub Stars: 725 Creator: Vercel Creator Reputation: B Version: 0.3.6 Install (Claude Code): claude mcp add io-github-vercel-next-devtools-mcp -- npx -y next-devtools-mcp@0.3.10 --- ## Sentry URL: https://mcp-marketplace.io/server/sentry Summary: AI-powered error triage and debugging with Sentry integration Description: The official Sentry MCP Server brings AI-powered error triage and debugging into your AI assistant. Query error events, inspect stack traces, analyze crash trends, and manage issue assignments directly through natural language. Built by Sentry, the server connects to your Sentry organization using an auth token. It provides tools to search issues, view event details, examine breadcrumbs, and understand error frequency patterns. Perfect for on-call engineers, SREs, and developers who want to qu Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/getsentry/sentry-mcp Security Score: 10/10 GitHub Stars: 579 Creator: Getsentry Creator Reputation: B Version: 1.2.1 Tags: sentry, error-tracking, debugging, monitoring, official Use Cases: Error triage, Stack trace analysis, Crash trend monitoring, Issue assignment, Production debugging --- ## Haiku URL: https://mcp-marketplace.io/server/io-github-ggozad-haiku-rag Summary: Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval Category: AI & ML Mode: local Pricing: Free PyPI: haiku-rag GitHub: https://github.com/ggozad/haiku.rag Security Score: 10/10 GitHub Stars: 567 Creator: Ggozad Creator Reputation: B Version: 0.79.0 Install (Claude Code): claude mcp add io-github-ggozad-haiku-rag -- uvx haiku-rag==0.79.0 --- ## Neon Postgres URL: https://mcp-marketplace.io/server/neon-postgres Summary: Manage Neon serverless Postgres databases with natural language Description: The Neon Postgres MCP Server lets your AI assistant manage Neon's serverless Postgres databases with natural language. Create and manage branches, run SQL queries, handle migrations, and monitor database performance. Built by Neon, this server leverages Neon's unique branching capability that lets you create instant database copies for testing and development. It supports full database management including creating projects, branches, and running queries. Ideal for developers using Neon's serv Category: Data & Analytics Mode: local Pricing: Free npm: @neondatabase/mcp-server-neon GitHub: https://github.com/neondatabase/mcp-server-neon Security Score: 2/10 Installs: 1 GitHub Stars: 559 Creator: Neondatabase Creator Reputation: B Version: 2.1.0 Tags: neon, postgres, serverless, database, branching Use Cases: Database branching, SQL query execution, Schema management, Migration creation, Performance monitoring Required Credentials: SERVER_HOST (optional), UPSTREAM_OAUTH_HOST (optional), CLIENT_ID (optional), CLIENT_SECRET (optional), COOKIE_SECRET (optional), KV_URL (optional), OAUTH_DATABASE_URL (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add neon-postgres -- npx -y @neondatabase/mcp-server-neon@0.6.5 --- ## YouTube Transcript URL: https://mcp-marketplace.io/server/youtube-transcript Summary: Fetch subtitles and transcripts from any YouTube video Description: The YouTube Transcript MCP Server fetches subtitles and transcripts from any YouTube video. Your AI assistant can retrieve the full text content of YouTube videos for summarization, analysis, translation, or reference. Built by the community (kimtaeyoon83), this server extracts available captions and subtitles from YouTube videos using the video URL or ID. It supports multiple languages and both auto-generated and manually created captions. Perfect for researchers, content creators, and anyone Category: Content & Media Mode: local Pricing: Free npm: mcp-server-youtube-transcript GitHub: https://github.com/kimtaeyoon83/mcp-server-youtube-transcript Security Score: 7.7/10 GitHub Stars: 483 Creator: Kimtaeyoon83 Creator Reputation: B Version: 2.3.1 Tags: youtube, transcript, video, content, community Use Cases: Video summarization, Transcript extraction, Content analysis, Research from videos, Translation Install (Claude Code): claude mcp add youtube-transcript -- npx -y mcp-server-youtube-transcript --- ## Blockrun URL: https://mcp-marketplace.io/server/io-github-blockrunai-blockrun-mcp Summary: Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402. Category: Developer Tools Mode: local Pricing: Free npm: @blockrun/mcp GitHub: https://github.com/BlockRunAI/blockrun-mcp Security Score: 8.8/10 GitHub Stars: 479 Creator: BlockRunAI Creator Reputation: B Version: 0.44.0 Required Credentials: BLOCKRUN_WALLET_KEY (required) Install (Claude Code): claude mcp add io-github-blockrunai-blockrun-mcp -- npx -y @blockrun/mcp@0.44.0 --- ## Motherduck URL: https://mcp-marketplace.io/server/io-github-motherduckdb-mcp-server-motherduck Summary: SQL analytics and data engineering for AI Assistants and IDEs Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-motherduck GitHub: https://github.com/motherduckdb/mcp-server-motherduck Security Score: 10/10 GitHub Stars: 473 Creator: Motherduckdb Creator Reputation: B Version: 1.0.8 Required Credentials: motherduck_token (required), MOTHERDUCK_TOKEN (required), HOME (optional), AWS_ACCESS_KEY_ID (required), AWS_SECRET_ACCESS_KEY (required), AWS_SESSION_TOKEN (required), AWS_DEFAULT_REGION (optional), AWS_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-motherduckdb-mcp-server-motherduck -- uvx mcp-server-motherduck==1.0.8 --- ## Docfork URL: https://mcp-marketplace.io/server/io-github-docfork-docfork Summary: Up-to-date Docs for AI Agents. Category: Developer Tools Mode: local Pricing: Free npm: docfork GitHub: https://github.com/docfork/docfork Security Score: 10/10 GitHub Stars: 460 Creator: Docfork Creator Reputation: B Version: 1.3.2 Install (Claude Code): claude mcp add io-github-docfork-docfork -- npx -y docfork@2.2.1 --- ## Unreal URL: https://mcp-marketplace.io/server/io-github-chir24-unreal-engine-mcp Summary: MCP server for Unreal Engine 5 with 23 tools for game development automation. Category: Developer Tools Mode: local Pricing: Free npm: unreal-engine-mcp-server GitHub: https://github.com/ChiR24/Unreal_mcp.git Security Score: 4.2/10 GitHub Stars: 459 Creator: ChiR24 Creator Reputation: B Version: 0.5.30 Required Credentials: LOG_LEVEL (optional), MCP_ROUTE_STDOUT_LOGS (optional), UE_PROJECT_PATH (optional), UE_EDITOR_EXE (optional), UE_SCREENSHOT_DIR (optional), MCP_AUTOMATION_PORT (optional), MCP_AUTOMATION_HOST (optional), MCP_AUTOMATION_ALLOW_NON_LOOPBACK (optional), MCP_AUTOMATION_CLIENT_MODE (optional), MCP_AUTOMATION_USE_TLS (optional), MCP_CONNECTION_TIMEOUT_MS (optional), MCP_REQUEST_TIMEOUT_MS (optional), MCP_AUTOMATION_MAX_MESSAGES_PER_MINUTE (optional), MCP_AUTOMATION_MAX_AUTOMATION_REQUESTS_PER_MINUTE (optional) Install (Claude Code): claude mcp add io-github-chir24-unreal-engine-mcp -- npx -y unreal-engine-mcp-server@0.5.30 --- ## Network Sketcher URL: https://mcp-marketplace.io/server/io-github-cisco-open-network-sketcher Summary: AI-native MCP server to design and manage Cisco network diagrams (L1/L2/L3, PPT/SVG) from LLMs. Category: Design Mode: local Pricing: Free GitHub: https://github.com/cisco-open/network-sketcher Security Score: 10/10 GitHub Stars: 360 Creator: Cisco Open Creator Reputation: B Version: 3.1.2 --- ## 12306 URL: https://mcp-marketplace.io/server/io-github-drfccv-mcp-server-12306 Summary: An MCP server that provides 12306 ticket query Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-12306 GitHub: https://github.com/drfccv/mcp-server-12306 Security Score: 10/10 Installs: 1 GitHub Stars: 350 Creator: Drfccv Creator Reputation: B Version: 0.5.0.post20260822 Install (Claude Code): claude mcp add io-github-drfccv-mcp-server-12306 -- uvx mcp-server-12306==0.5.0.post20260822 --- ## Linear URL: https://mcp-marketplace.io/server/linear Summary: Manage Linear issues, projects, and cycles with AI Description: The official Linear MCP Server lets your AI assistant manage issues, projects, and cycles in Linear. Create issues, update status, search across projects, and triage backlogs through natural language. Built and maintained by Linear, this server connects to your Linear workspace using an API key. It supports full issue lifecycle management including creation, updates, comments, and status transitions. Perfect for engineering teams that use Linear for project management and want AI-assisted issu Category: Productivity Mode: local Pricing: Free npm: @linear/mcp-server GitHub: https://github.com/jerhadf/linear-mcp-server Security Score: 7.7/10 GitHub Stars: 344 Creator: Jerhadf Creator Reputation: B Version: 2.2.0 Tags: linear, project-management, issues, agile, official Use Cases: Issue creation, Sprint planning, Backlog triage, Project tracking, Workflow automation Install (Claude Code): claude mcp add linear -- npx -y @linear/mcp-server --- ## Claude Code Skills URL: https://mcp-marketplace.io/server/io-github-levnikolaevich-hex-line-mcp Summary: Hash-verified file editing MCP server with token efficiency hook for AI coding agents. Category: Developer Tools Mode: local Pricing: Free npm: @levnikolaevich/hex-line-mcp GitHub: https://github.com/levnikolaevich/claude-code-skills Security Score: 10/10 Installs: 1 GitHub Stars: 327 Creator: Levnikolaevich Creator Reputation: B Version: 1.31.0 Install (Claude Code): claude mcp add io-github-levnikolaevich-hex-line-mcp -- npx -y @levnikolaevich/hex-line-mcp@1.31.0 --- ## Mcpproxy Go URL: https://mcp-marketplace.io/server/io-github-smart-mcp-proxy-mcpproxy-go Summary: Local-first MCP proxy with BM25 tool discovery, security scanning, quarantine & ~99% token savings Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/smart-mcp-proxy/mcpproxy-go Security Score: 10/10 GitHub Stars: 320 Creator: Smart Mcp Proxy Creator Reputation: B Version: 0.63.0 --- ## Figma URL: https://mcp-marketplace.io/server/figma Summary: Access Figma design data, tokens, and component specs for AI-powered design-to-code Description: The official Figma MCP Server connects your Figma designs directly to your AI assistant. Claude can inspect your design system, extract component properties, read layout structures, and help generate frontend code that matches your designs. Built by Figma, the server supports both a remote hosted endpoint and a local Desktop connection. It can access any file you have permission to view in Figma, reading design tokens, component variants, and auto-layout properties. Built for design engineers Category: Design Mode: remote Pricing: Free GitHub: https://github.com/figma/mcp-server-guide MCP Tools (1): get_design_context Security Score: 10/10 Installs: 13 GitHub Stars: 303 Creator: Figma Creator Reputation: B Version: 1.4.0 Tags: figma, design, frontend, code-generation, official Use Cases: Design-to-code conversion, Design system extraction, Component inspection, Layout analysis, Style guide generation --- ## MongoDB URL: https://mcp-marketplace.io/server/mongodb Summary: Query and manage MongoDB collections, documents, and aggregation pipelines Description: The MongoDB MCP Server enables your AI assistant to query and manage MongoDB collections, documents, and aggregation pipelines. It provides tools for CRUD operations, collection management, and data exploration on MongoDB databases. Built by the community, this server connects to MongoDB instances using connection strings. It supports document queries, insertions, updates, deletions, and aggregation pipelines for complex data analysis. Well-suited for developers working with MongoDB who want n Category: Data & Analytics Mode: local Pricing: Free npm: mcp-mongo-server GitHub: https://github.com/kiliczsh/mcp-mongo-server Security Score: 10/10 GitHub Stars: 276 Creator: Kiliczsh Creator Reputation: B Version: 1.2.1 Tags: mongodb, nosql, database, documents, community Use Cases: Document queries, Collection management, Aggregation pipelines, Data exploration, Schema analysis Install (Claude Code): claude mcp add mongodb -- npx -y mcp-mongo-server@2.0.2 --- ## Apollo URL: https://mcp-marketplace.io/server/io-github-apollographql-graphos-mcp-tools Summary: Search Apollo docs, specs, and best practices Description: Search Apollo docs, specs, and best practices Remote endpoints: streamable-http: https://mcp.apollographql.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apollographql.com GitHub: https://github.com/apollographql/apollo-mcp-server MCP Tools (13): GetTopOperations, GetPersistedQueryListStatus, GetLaunchHistory, ApolloConnectorsSpec, GetLaunch, GetSubgraphMetrics, GetMyIdentity, ApolloDocsRead, GetOperationMetrics, GetLatestLaunch, GetVariantDetails, ApolloDocsSearch, GetLintResults Security Score: 10/10 Installs: 1 GitHub Stars: 276 Creator: Apollographql Creator Reputation: B Version: 1.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apollographql-graphos-mcp-tools https://mcp.apollographql.com --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-kushki Summary: MCP server for Kushki — LATAM PSP: card charges, preauth, PSE/SPEI transfer, cash, subscriptions Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-kushki GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 GitHub Stars: 259 Creator: User Creator Reputation: D Version: 0.1.0 Required Credentials: KUSHKI_PUBLIC_MERCHANT_ID (required), KUSHKI_PRIVATE_MERCHANT_ID (required), KUSHKI_ENV (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-kushki -- npx -y @codespar/mcp-kushki --- ## Squirrelscan URL: https://mcp-marketplace.io/server/com-squirrelscan-squirrelscan Summary: Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP. Description: Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP. Remote endpoints: streamable-http: https://mcp.squirrelscan.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.squirrelscan.com/mcp GitHub: https://github.com/squirrelscan/squirrelscan MCP Tools (17): run_audit, get_audit_status, list_audits, list_websites, add_website, delete_website, get_report, list_issues, get_issue, comment_on_issue, list_rules, get_rule, whoami, get_credit_balance, list_credit_transactions, create_api_key, send_feedback Security Score: 10/10 GitHub Stars: 244 Creator: Squirrelscan Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-squirrelscan-squirrelscan https://mcp.squirrelscan.com/mcp --- ## Code Runner URL: https://mcp-marketplace.io/server/io-github-formulahendry-code-runner Summary: Code Runner MCP Server which can run code in various programming languages. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-code-runner GitHub: https://github.com/formulahendry/mcp-server-code-runner Security Score: 7.2/10 Installs: 1 GitHub Stars: 242 Creator: formulahendry Creator Reputation: D Version: 0.1.9 Install (Claude Code): claude mcp add io-github-formulahendry-code-runner -- npx -y mcp-server-code-runner@0.1.8 --- ## Mikrotik URL: https://mcp-marketplace.io/server/io-github-jeff-nasseri-mikrotik-mcp Summary: MCP server for MikroTik routers: firewall, NAT, routing, DHCP, DNS, WireGuard and more via SSH. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-mikrotik GitHub: https://github.com/jeff-nasseri/mikrotik-mcp Security Score: 3.8/10 GitHub Stars: 224 Creator: Jeff Nasseri Creator Reputation: B Version: 0.14.10.0 Required Credentials: MIKROTIK_HOST (optional), MIKROTIK_USERNAME (optional), MIKROTIK_PASSWORD (required), MIKROTIK_PORT (optional), MIKROTIK_KEY_FILENAME (optional), MIKROTIK_INVENTORY_FILE (optional), MIKROTIK_INVENTORY (required) Install (Claude Code): claude mcp add io-github-jeff-nasseri-mikrotik-mcp -- uvx mcp-server-mikrotik==0.14.10.0 --- ## Falcon URL: https://mcp-marketplace.io/server/io-github-crowdstrike-falcon-mcp Summary: Connects AI agents with CrowdStrike Falcon for security analysis and automation. Category: Developer Tools Mode: local Pricing: Free PyPI: falcon-mcp GitHub: https://github.com/CrowdStrike/falcon-mcp Security Score: 9.5/10 GitHub Stars: 224 Creator: CrowdStrike Creator Reputation: B Version: 0.18.0 Required Credentials: FALCON_CLIENT_ID (required), FALCON_CLIENT_SECRET (required), FALCON_BASE_URL (optional), FALCON_MEMBER_CID (optional), FALCON_MCP_MODULES (optional), FALCON_MCP_TRANSPORT (optional), FALCON_MCP_DEBUG (optional), FALCON_MCP_HOST (optional), FALCON_MCP_PORT (optional), FALCON_MCP_USER_AGENT_COMMENT (optional), FALCON_MCP_STATELESS_HTTP (optional), FALCON_MCP_API_KEY (required) Install (Claude Code): claude mcp add io-github-crowdstrike-falcon-mcp -- uvx falcon-mcp==0.18.0 --- ## Google Map URL: https://mcp-marketplace.io/server/io-github-cablate-google-map Summary: 18 Google Maps tools for AI agents — geocode, search, directions, weather, and more. Category: Developer Tools Mode: local Pricing: Free npm: @cablate/mcp-google-map GitHub: https://github.com/cablate/mcp-google-map Security Score: 9.3/10 GitHub Stars: 223 Creator: CabLate Tuo Creator Reputation: C Version: 0.0.55 Required Credentials: GOOGLE_MAPS_API_KEY (required), GOOGLE_MAPS_ENABLED_TOOLS (optional) Install (Claude Code): claude mcp add io-github-cablate-google-map -- npx -y @cablate/mcp-google-map@0.0.55 --- ## Orchestkit URL: https://mcp-marketplace.io/server/io-github-yonatangross-orchestkit Summary: Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth. Description: Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth. Remote endpoints: streamable-http: https://orchestkit.yonyon.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://orchestkit.yonyon.ai/api/mcp GitHub: https://github.com/yonatangross/orchestkit MCP Tools (2): orchestkit_docs_search, orchestkit_docs_get Security Score: 10/10 GitHub Stars: 193 Creator: Yonatangross Creator Reputation: B Version: 10.0.0-alpha.65 Install (Claude Code Remote): claude mcp add --transport http io-github-yonatangross-orchestkit https://orchestkit.yonyon.ai/api/mcp --- ## Context Sync URL: https://mcp-marketplace.io/server/io-github-intina47-context-sync Summary: Universal AI Memory - Sync context across Claude, VsCode, Cursor, Continue, Windsurf, Zed & more Category: Developer Tools Mode: local Pricing: Free npm: @context-sync/server GitHub: https://github.com/Intina47/context-sync Security Score: 5/10 GitHub Stars: 183 Creator: Intina47 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-intina47-context-sync -- npx -y @context-sync/server@2.0.0 --- ## Toleno URL: https://mcp-marketplace.io/server/io-github-tolenonetwork-toleno-mcp Summary: Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language. Category: Developer Tools Mode: local Pricing: Free npm: @toleno/mcp GitHub: https://github.com/tolenonetwork/toleno-mcp Security Score: 8/10 Rating: 4.8/5 Installs: 694 GitHub Stars: 180 Creator: Toleno Creator Reputation: B Version: 1.0.6 Required Credentials: TOLENO_API_KEY (required) Install (Claude Code): claude mcp add io-github-tolenonetwork-toleno-mcp -- npx -y @toleno/mcp@1.0.6 --- ## OpenOSINT URL: https://mcp-marketplace.io/server/io-github-openosint-openosint Summary: AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more. Category: Developer Tools Mode: local Pricing: Free PyPI: openosint GitHub: https://github.com/OpenOSINT/OpenOSINT Security Score: 4.2/10 GitHub Stars: 176 Creator: OpenOSINT Creator Reputation: B Version: 2.27.0 Required Credentials: ANTHROPIC_API_KEY (required), HIBP_API_KEY (required), IPINFO_TOKEN (required), IP2LOCATION_API_KEY (required), ABUSEIPDB_API_KEY (required) Install (Claude Code): claude mcp add io-github-openosint-openosint -- uvx openosint==2.27.0 --- ## Local Rag URL: https://mcp-marketplace.io/server/io-github-shinpr-mcp-local-rag Summary: Easy-to-setup local RAG server with minimal configuration Category: AI & ML Mode: local Pricing: Free npm: mcp-local-rag GitHub: https://github.com/shinpr/mcp-local-rag Security Score: 10/10 GitHub Stars: 170 Creator: Shinpr Creator Reputation: B Version: 0.18.1 Required Credentials: BASE_DIR (optional), BASE_DIRS (optional), DB_PATH (optional), CACHE_DIR (optional), MODEL_NAME (optional), MAX_FILE_SIZE (optional), RAG_MAX_DISTANCE (optional), RAG_GROUPING (optional), RAG_MAX_FILES (optional), CHUNK_MIN_LENGTH (optional), STORE_IMAGES (optional), RAG_DEVICE (optional), RAG_DTYPE (optional), RAG_HYBRID_WEIGHT (optional) Install (Claude Code): claude mcp add io-github-shinpr-mcp-local-rag -- npx -y mcp-local-rag@0.18.1 --- ## Korea Stock URL: https://mcp-marketplace.io/server/io-github-jjlabsio-korea-stock-mcp Summary: MCP server for korea stock Category: Finance Mode: local Pricing: Free npm: korea-stock-mcp GitHub: https://github.com/jjlabsio/korea-stock-mcp Security Score: 2.3/10 GitHub Stars: 164 Creator: jjlabsio Creator Reputation: C+ Version: 1.1.4 Required Credentials: DART_API_KEY (required), KRX_API_KEY (required) Install (Claude Code): claude mcp add io-github-jjlabsio-korea-stock-mcp -- npx -y korea-stock-mcp@1.4.0 --- ## Figma Ui URL: https://mcp-marketplace.io/server/io-github-tranhoaihung-figma-ui-mcp Summary: Bidirectional Figma MCP — AI draws UI on Figma canvas, reads designs back Category: Design Mode: local Pricing: Free npm: figma-ui-mcp GitHub: https://github.com/TranHoaiHung/figma-ui-mcp Security Score: 5.2/10 GitHub Stars: 155 Creator: TranHoaiHung Creator Reputation: F Version: 2.5.26 Install (Claude Code): claude mcp add io-github-tranhoaihung-figma-ui-mcp -- npx -y figma-ui-mcp@2.5.26 --- ## Payram Helper URL: https://mcp-marketplace.io/server/io-github-payram-payram-helper-mcp Summary: Remote MCP server to integrate and validate self-hosted PayRam deployments. Description: Remote MCP server to integrate and validate self-hosted PayRam deployments. Remote endpoints: streamable-http: https://mcp.payram.com/ streamable-http: https://mcp.payram.com/mcp sse: https://mcp.payram.com/mcp/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/PayRam/payram-helper-mcp-server Security Score: 7/10 GitHub Stars: 155 Creator: PayRam Creator Reputation: B Version: 1.1.0 --- ## Open Ux Tools URL: https://mcp-marketplace.io/server/io-github-sap-fiori-mcp-server Summary: SAP Fiori - Model Context Protocol (MCP) server Category: Developer Tools Mode: local Pricing: Free npm: @sap-ux/fiori-mcp-server GitHub: https://github.com/SAP/open-ux-tools Security Score: 9.7/10 GitHub Stars: 151 Creator: SAP Creator Reputation: B Version: 1.12.0 Required Credentials: LOG_LEVEL (optional), SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY (optional) Install (Claude Code): claude mcp add io-github-sap-fiori-mcp-server -- npx -y @sap-ux/fiori-mcp-server --- ## Google Surf URL: https://mcp-marketplace.io/server/io-github-harimxchoi-google-surf-mcp Summary: Web, academic and code search with graph RAG, data lineage, ontology and cross-project schema links. Category: Developer Tools Mode: local Pricing: Free npm: google-surf-mcp GitHub: https://github.com/HarimxChoi/google-surf-mcp Security Score: 4.2/10 Installs: 1 GitHub Stars: 148 Creator: HarimxChoi Creator Reputation: B Version: 1.0.1 Required Credentials: SEARCH_API (required), SURF_SEARCH_PROVIDER (optional), SURF_SCHOLAR_PROVIDER (optional), SURF_BROWSER_ENGINE (optional), CHROME_PATH (optional), SURF_PROFILE_ROOT (optional), SURF_RESEARCH (optional), SURF_RETRIEVAL_MODE (optional), SURF_RESEARCH_ROOT (optional), SURF_RESEARCH_VECTOR_MODEL (optional), SURF_RESEARCH_REPO_AUTO (optional), SURF_RESEARCH_REPO_AUTO_MAX_MB (optional), SURF_RESEARCH_REPO_AUTO_MAX_FILES (optional), GITHUB_TOKEN (required), SURF_LOCALE (optional), SURF_TZ (optional), SURF_HEADLESS (optional), SURF_IDLE_CLOSE_MS (optional), SURF_ALLOW_PRIVATE (optional) Install (Claude Code): claude mcp add io-github-harimxchoi-google-surf-mcp -- npx -y google-surf-mcp@1.0.1 --- ## Image URL: https://mcp-marketplace.io/server/io-github-shinpr-mcp-image Summary: AI image generation and editing with prompt optimization and quality presets Category: Developer Tools Mode: local Pricing: Free npm: mcp-image GitHub: https://github.com/shinpr/mcp-image Security Score: 10/10 Installs: 2 GitHub Stars: 145 Creator: Shinpr Creator Reputation: B Version: 0.13.1 Required Credentials: IMAGE_PROVIDER (optional), GEMINI_API_KEY (required), OPENAI_API_KEY (required), ARK_API_KEY (required), IMAGE_OUTPUT_DIR (optional), IMAGE_QUALITY (optional), SKIP_PROMPT_ENHANCEMENT (optional) Install (Claude Code): claude mcp add io-github-shinpr-mcp-image -- npx -y mcp-image@0.13.1 --- ## E2a URL: https://mcp-marketplace.io/server/io-github-mnexa-ai-mcp-server Summary: Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified. Description: Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified. Remote endpoints: streamable-http: https://mcp.e2a.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @e2a/mcp-server Remote URL: https://mcp.e2a.dev/mcp GitHub: https://github.com/Mnexa-AI/e2a Security Score: 9.7/10 GitHub Stars: 137 Creator: Mnexa AI Creator Reputation: B Version: 0.3.2 Required Credentials: E2A_API_KEY (required), E2A_AGENT_EMAIL (optional), E2A_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-mnexa-ai-mcp-server -- npx -y @e2a/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-mnexa-ai-mcp-server https://mcp.e2a.dev/mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-test Summary: Auto-detects test framework (pytest, jest, vitest) and returns structured results. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/test GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 GitHub Stars: 136 Creator: Dave London Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-dave-london-test -- npx -y @paretools/test --- ## Arc 1 URL: https://mcp-marketplace.io/server/io-github-arc-mcp-arc-1 Summary: MCP server for SAP ABAP systems Category: Developer Tools Mode: local Pricing: Free npm: arc-1 GitHub: https://github.com/arc-mcp/arc-1.git Security Score: 10/10 GitHub Stars: 122 Creator: Arc Mcp Creator Reputation: B Version: 1.1.0 Required Credentials: SAP_URL (optional), SAP_USER (optional), SAP_PASSWORD (required), SAP_CLIENT (optional), SAP_LANGUAGE (optional), SAP_INSECURE (optional), SAP_ALLOW_WRITES (optional), SAP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-arc-mcp-arc-1 -- npx -y arc-1@1.1.0 --- ## Smithery Ai National Weather Service URL: https://mcp-marketplace.io/server/ai-smithery-smithery-ai-national-weather-service Summary: Provide real-time and forecast weather information for locations in the United States using natura… Description: Provide real-time and forecast weather information for locations in the United States using natura… Remote endpoints: streamable-http: https://server.smithery.ai/@smithery-ai/national-weather-service/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/smithery-ai/mcp-servers Security Score: 10/10 GitHub Stars: 115 Creator: Smithery Ai Creator Reputation: B Version: 1.0.0 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-npm Summary: Pare npm ג€” Structured npm/pnpm operations (install, audit, outdated, list, run) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/npm GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 GitHub Stars: 115 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-npm -- npx -y @paretools/npm --- ## Stata URL: https://mcp-marketplace.io/server/io-github-sepinetam-stata-mcp Summary: Let LLM help you achieve your regression analysis with Stata Category: Developer Tools Mode: local Pricing: Free PyPI: stata-mcp GitHub: https://github.com/SepineTam/stata-mcp Security Score: 5.2/10 GitHub Stars: 115 Creator: SepineTam Creator Reputation: B Version: 1.23.1 Install (Claude Code): claude mcp add io-github-sepinetam-stata-mcp -- uvx stata-mcp==1.23.1 --- ## P4mcp Server URL: https://mcp-marketplace.io/server/io-github-hjain-perforce-p4mcp-server Summary: Perforce P4 MCP Server is a MCP server that integrates with the Perforce P4 version control system. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/perforce/p4mcp-server Security Score: 10/10 GitHub Stars: 115 Creator: Perforce Creator Reputation: B Version: 2025.1.2830393 --- ## Atomic Mail Agentic URL: https://mcp-marketplace.io/server/io-github-atomic-mail-mcp Summary: Programmable email inbox for AI agents — JMAP, PoW auth, stdio MCP server. Category: Developer Tools Mode: local Pricing: Free npm: @atomicmail/mcp-modelcontextprotocol GitHub: https://github.com/Atomic-Mail/atomic-mail-agentic Security Score: 9.7/10 GitHub Stars: 114 Creator: Atomic Mail Creator Reputation: B Version: 0.3.26 Required Credentials: ATOMIC_MAIL_CREDENTIALS_DIR (optional), ATOMIC_MAIL_API_KEY (required), ATOMIC_MAIL_AUTH_URL (optional), ATOMIC_MAIL_API_URL (optional), ATOMIC_MAIL_INBOX_DOMAIN (optional) Install (Claude Code): claude mcp add io-github-atomic-mail-mcp -- npx -y @atomicmail/mcp-modelcontextprotocol --- ## Easyeda Copilot URL: https://mcp-marketplace.io/server/io-github-biosshot-easyeda-copilot Summary: Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC. Category: Developer Tools Mode: local Pricing: Free npm: easyeda-copilot-mcp GitHub: https://github.com/biosshot/easyeda-copilot Security Score: 4.2/10 GitHub Stars: 108 Creator: Biosshot Creator Reputation: B Version: 1.1.7 Install (Claude Code): claude mcp add io-github-biosshot-easyeda-copilot -- npx -y easyeda-copilot-mcp --- ## Reddit Research URL: https://mcp-marketplace.io/server/io-github-king-of-the-grackles-reddit-research-mcp Summary: Turn Reddit's chaos into structured insights with full citations - MCP server for Reddit research Category: Marketing & Social Mode: local Pricing: Free PyPI: reddit-research-mcp GitHub: https://github.com/king-of-the-grackles/reddit-research-mcp Security Score: 2.7/10 GitHub Stars: 106 Creator: King Of The Grackles Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-king-of-the-grackles-reddit-research-mcp -- uvx reddit-research-mcp==1.0.1 --- ## Agent Toolkit URL: https://mcp-marketplace.io/server/io-sanity-www-mcp Summary: Direct access to your Sanity projects (content, datasets, releases, schemas) and agent rules Description: Direct access to your Sanity projects (content, datasets, releases, schemas) and agent rules Remote endpoints: streamable-http: https://mcp.sanity.io Category: Content & Media Mode: remote Pricing: Free Remote URL: https://mcp.sanity.io GitHub: https://github.com/sanity-io/agent-toolkit Security Score: 10/10 GitHub Stars: 98 Creator: Sanity Io Creator Reputation: B Version: 2.31.0 Install (Claude Code Remote): claude mcp add --transport http io-sanity-www-mcp https://mcp.sanity.io --- ## Auth0 URL: https://mcp-marketplace.io/server/com-auth0-mcp Summary: Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language Category: Developer Tools Mode: local Pricing: Free npm: @auth0/auth0-mcp-server GitHub: https://github.com/auth0/auth0-mcp-server Security Score: 10/10 GitHub Stars: 97 Creator: Auth0 Creator Reputation: B Version: 0.1.0-beta.10 Install (Claude Code): claude mcp add com-auth0-mcp -- npx -y @auth0/auth0-mcp-server@0.1.0-beta.11 --- ## Arc 1 URL: https://mcp-marketplace.io/server/io-github-marianfoo-arc-1 Summary: MCP server for SAP ABAP systems Category: Developer Tools Mode: local Pricing: Free npm: arc-1 GitHub: https://github.com/marianfoo/arc-1.git Security Score: 10/10 GitHub Stars: 96 Creator: Marianfoo Creator Reputation: B Version: 0.9.18 Required Credentials: SAP_URL (optional), SAP_USER (optional), SAP_PASSWORD (required), SAP_CLIENT (optional), SAP_LANGUAGE (optional), SAP_INSECURE (optional), SAP_ALLOW_WRITES (optional), SAP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-marianfoo-arc-1 -- npx -y arc-1@0.9.18 --- ## Twilio URL: https://mcp-marketplace.io/server/twilio Summary: Send SMS, manage phone numbers, and voice calls via Twilio APIs Description: The Twilio MCP Server enables your AI assistant to send SMS messages, manage phone numbers, and interact with voice call APIs through Twilio. It provides tools for programmable messaging, phone number lookup, and communication management. Built by Twilio Labs, this server connects to the Twilio API using account credentials. It supports sending and receiving SMS, managing phone numbers, and accessing call logs and messaging history. Designed for developers building communication features who w Category: Communication Mode: local Pricing: Free GitHub: https://github.com/twilio-labs/mcp MCP Tools (2): mcp, openapi-mcp-server Security Score: 8/10 GitHub Stars: 91 Creator: Twilio Labs Creator Reputation: B Version: 0.7.0 Tags: twilio, sms, voice, communication, official Use Cases: SMS messaging, Phone number management, Communication prototyping, Call log analysis, Number lookup --- ## Mcp URL: https://mcp-marketplace.io/server/com-keboola-mcp Summary: Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ... Description: Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ... Remote endpoints: streamable-http: https://mcp.us-east4.gcp.keboola.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: keboola-mcp-server Remote URL: https://mcp.us-east4.gcp.keboola.com/mcp GitHub: https://github.com/keboola/mcp-server Security Score: 10/10 GitHub Stars: 83 Creator: Keboola Creator Reputation: B Version: 1.78.4 Install (Claude Code): claude mcp add com-keboola-mcp -- uvx keboola-mcp-server==1.78.4 Install (Claude Code Remote): claude mcp add --transport http com-keboola-mcp https://mcp.us-east4.gcp.keboola.com/mcp --- ## Clinicaltrialsgov URL: https://mcp-marketplace.io/server/io-github-cyanheads-clinicaltrialsgov-mcp-server Summary: Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials. Description: Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials. Remote endpoints: streamable-http: https://clinicaltrials.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: clinicaltrialsgov-mcp-server Remote URL: https://clinicaltrials.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/clinicaltrialsgov-mcp-server MCP Tools (7): clinicaltrials_search_studies, clinicaltrials_get_study_record, clinicaltrials_get_study_count, clinicaltrials_get_field_values, clinicaltrials_get_field_definitions, clinicaltrials_get_study_results, clinicaltrials_find_eligible Security Score: 10/10 GitHub Stars: 81 Creator: Cyanheads Creator Reputation: B Version: 2.9.2 Required Credentials: CT_API_BASE_URL (optional), CT_REQUEST_TIMEOUT_MS (optional), CT_MAX_PAGE_SIZE (optional), MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-clinicaltrialsgov-mcp-server -- npx -y clinicaltrialsgov-mcp-server@2.9.2 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-clinicaltrialsgov-mcp-server https://clinicaltrials.caseyjhand.com/mcp --- ## Jdatamunch URL: https://mcp-marketplace.io/server/io-github-jgravelle-jdatamunch-mcp Summary: Tabular data retrieval. Index CSV/Excel, query rows, aggregate. 99%+ savings vs raw file reads. Category: Developer Tools Mode: local Pricing: Free PyPI: jdatamunch-mcp GitHub: https://github.com/jgravelle/jdatamunch-mcp Security Score: 4.2/10 GitHub Stars: 81 Creator: Jgravelle Creator Reputation: B Version: 1.31.13 Install (Claude Code): claude mcp add io-github-jgravelle-jdatamunch-mcp -- uvx jdatamunch-mcp==1.31.13 --- ## Adeu URL: https://mcp-marketplace.io/server/ai-adeu-adeu Summary: Automated DOCX Redlining Engine Category: Developer Tools Mode: local Pricing: Free npm: @adeu/mcp-server GitHub: https://github.com/dealfluence/adeu Security Score: 9.2/10 GitHub Stars: 78 Creator: Dealfluence Creator Reputation: B Version: 1.7.1 Install (Claude Code): claude mcp add ai-adeu-adeu -- npx -y @adeu/mcp-server --- ## Codealive URL: https://mcp-marketplace.io/server/io-github-codealive-ai-codealive-mcp Summary: Semantic code search and analysis from CodeAlive for AI assistants and agents. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/CodeAlive-AI/codealive-mcp.git Security Score: 10/10 GitHub Stars: 75 Creator: CodeAlive AI Creator Reputation: B Version: 3.0.3 Required Credentials: CODEALIVE_API_KEY (required) --- ## Fal.ai URL: https://mcp-marketplace.io/server/fal-ai Summary: Generate AI images, videos, and music with state-of-the-art models Description: The Fal.ai MCP Server lets your AI assistant generate images, videos, and music using state-of-the-art AI models. It provides access to Fal.ai's model hosting platform with models like Flux, Stable Diffusion, and various audio/video generators. Built by the community (raveenb), this server connects to the Fal.ai API to run generative AI models. It supports text-to-image, image-to-image, text-to-video, and text-to-music generation across multiple model options. Ideal for creative workflows wher Category: Content & Media Mode: local Pricing: Free GitHub: https://github.com/fal-ai/fal-mcp-server Security Score: 7/10 GitHub Stars: 75 Creator: Fal Ai Creator Reputation: B Version: 1.4.0 Tags: ai, image-generation, video, creative, generative Use Cases: Image generation, Video creation, Music generation, Creative prototyping, Visual content creation --- ## Execbro URL: https://mcp-marketplace.io/server/io-github-igorzheludkov-execbro Summary: Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots Category: Developer Tools Mode: local Pricing: Free npm: execbro GitHub: https://github.com/igorzheludkov/execbro Security Score: 3.2/10 GitHub Stars: 72 Creator: igorzheludkov Creator Reputation: F Version: 2.1.1 Required Credentials: EXECBRO_API_URL (optional) Install (Claude Code): claude mcp add io-github-igorzheludkov-execbro -- npx -y execbro@2.1.1 --- ## X Twitter Scraper URL: https://mcp-marketplace.io/server/com-xquik-mcp Summary: 128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp. Description: 128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp. Remote endpoints: streamable-http: https://xquik.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://xquik.com/mcp GitHub: https://github.com/Xquik-dev/x-twitter-scraper Security Score: 10/10 GitHub Stars: 72 Creator: Xquik Dev Creator Reputation: B Version: 2.6.0 Install (Claude Code Remote): claude mcp add --transport http com-xquik-mcp https://xquik.com/mcp --- ## Join URL: https://mcp-marketplace.io/server/io-github-kushneryk-join-cloud Summary: Collaboration rooms for AI agents. Real-time messaging + standard git. Category: Developer Tools Mode: local Pricing: Free npm: joincloud GitHub: https://github.com/kushneryk/join.cloud Security Score: 5/10 GitHub Stars: 70 Creator: Kushneryk Creator Reputation: B Version: 0.1.0 Required Credentials: DATABASE_URL (optional), PORT (optional), MCP_PORT (optional) Install (Claude Code): claude mcp add io-github-kushneryk-join-cloud -- npx -y joincloud@0.2.9 --- ## UI5 URL: https://mcp-marketplace.io/server/io-github-ui5-mcp-server Summary: MCP server for SAPUI5/OpenUI5 development Category: Developer Tools Mode: local Pricing: Free npm: @ui5/mcp-server GitHub: https://github.com/UI5/mcp-server Security Score: 6.8/10 GitHub Stars: 68 Creator: UI5 Creator Reputation: B Version: 0.2.18 Required Credentials: UI5_MCP_SERVER_ALLOWED_DOMAINS (optional), UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT (optional), UI5_MCP_SERVER_RESPONSE_NO_RESOURCES (optional), UI5_LOG_LVL (optional), UI5_DATA_DIR (optional) Install (Claude Code): claude mcp add io-github-ui5-mcp-server -- npx -y @ui5/mcp-server@0.2.18 --- ## Paper Distill URL: https://mcp-marketplace.io/server/io-github-eclipse-cj-paper-distill-mcp Summary: Academic paper search across 11 sources with AI curation, ranked push, Zotero and Obsidian support. Category: Education & Research Mode: local Pricing: Free PyPI: paper-distill-mcp GitHub: https://github.com/Eclipse-Cj/paper-distill-mcp Security Score: 4/10 GitHub Stars: 67 Creator: Eclipse Cj Creator Reputation: B Version: 0.2.4 Required Credentials: OPENALEX_EMAIL (optional), CORE_API_KEY (required), TELEGRAM_BOT_TOKEN (required), TELEGRAM_CHAT_ID (optional), DISCORD_WEBHOOK_URL (required), ZOTERO_LIBRARY_ID (optional), ZOTERO_API_KEY (required) Install (Claude Code): claude mcp add io-github-eclipse-cj-paper-distill-mcp -- uvx paper-distill-mcp==0.2.4 --- ## CesiumJS URL: https://mcp-marketplace.io/server/io-github-gaopengbin-cesium-mcp-dev Summary: CesiumJS API docs, code generation and development tools for IDE AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: cesium-mcp-dev GitHub: https://github.com/gaopengbin/cesium-mcp Security Score: 9.9/10 GitHub Stars: 65 Creator: Gaopengbin Creator Reputation: B Version: 1.139.2 Install (Claude Code): claude mcp add io-github-gaopengbin-cesium-mcp-dev -- npx -y cesium-mcp-dev --- ## Pubmed URL: https://mcp-marketplace.io/server/io-github-cyanheads-pubmed-mcp-server Summary: Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. Description: Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. Remote endpoints: streamable-http: https://pubmed.caseyjhand.com/mcp Category: Education & Research Mode: dual Pricing: Free npm: @cyanheads/pubmed-mcp-server Remote URL: https://pubmed.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/pubmed-mcp-server MCP Tools (11): pubmed_search_articles, pubmed_fetch_articles, pubmed_fetch_fulltext, pubmed_format_citations, pubmed_find_related, pubmed_spell_check, pubmed_lookup_mesh, pubmed_lookup_citation, pubmed_convert_ids, pubmed_europepmc_search, pubmed_europepmc_fetch Security Score: 10/10 GitHub Stars: 62 Creator: Cyanheads Creator Reputation: B Version: 2.10.4 Required Credentials: MCP_LOG_LEVEL (optional), NCBI_API_KEY (optional), NCBI_ADMIN_EMAIL (optional), UNPAYWALL_EMAIL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_PUBLIC_URL (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-pubmed-mcp-server -- npx -y @cyanheads/pubmed-mcp-server@2.10.4 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-pubmed-mcp-server https://pubmed.caseyjhand.com/mcp --- ## OpenInvest URL: https://mcp-marketplace.io/server/io-github-longsizhuo-openinvest Summary: Investment runtime for AI agents — LLM investment committee, portfolio ledger, decision accounting Category: Developer Tools Mode: local Pricing: Free PyPI: openinvest GitHub: https://github.com/longsizhuo/openInvest Security Score: 5.2/10 GitHub Stars: 58 Creator: Longsizhuo Creator Reputation: B Version: 0.34.0 Required Credentials: INVEST_HOME (optional) Install (Claude Code): claude mcp add io-github-longsizhuo-openinvest -- uvx openinvest==0.34.0 --- ## Kibana URL: https://mcp-marketplace.io/server/io-github-tocharianou-kibana Summary: Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration Category: Developer Tools Mode: local Pricing: Free npm: @tocharianou/mcp-server-kibana GitHub: https://github.com/TocharianOU/mcp-server-kibana Security Score: 4.2/10 GitHub Stars: 55 Creator: TocharianOU Creator Reputation: F Version: 0.10.0 Required Credentials: KIBANA_URL (optional), KIBANA_API_KEY (required), KIBANA_USERNAME (optional), KIBANA_PASSWORD (required), MCP_TRANSPORT (optional), MCP_HTTP_PORT (optional) Install (Claude Code): claude mcp add io-github-tocharianou-kibana -- npx -y @tocharianou/mcp-server-kibana@0.10.0 --- ## Upstash Redis URL: https://mcp-marketplace.io/server/upstash-redis Summary: Manage Upstash Redis, Vector, and QStash with natural language Description: The Upstash Redis MCP Server lets your AI assistant manage Upstash Redis databases, Vector indexes, and QStash message queues using natural language. Execute Redis commands, manage vector embeddings, and schedule background jobs. Built by Upstash, this server provides access to the full Upstash platform. It supports Redis commands for caching and data structures, Vector operations for similarity search, and QStash for reliable message delivery and job scheduling. Designed for developers using Category: Data & Analytics Mode: local Pricing: Free GitHub: https://github.com/upstash/mcp-server MCP Tools (3): Redis, QStash, Workflow Security Score: 5/10 GitHub Stars: 52 Creator: Upstash Creator Reputation: B Version: 3.0.0 Tags: redis, vector, serverless, upstash, cache Use Cases: Redis data management, Vector similarity search, Job scheduling, Cache management, Real-time data operations --- ## Better Code Review Graph URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-code-review-graph Summary: Token-efficient code review knowledge graph: semantic search and call-graph resolution. Category: Developer Tools Mode: local Pricing: Free PyPI: better-code-review-graph GitHub: https://github.com/n24q02m/better-code-review-graph.git Security Score: 4.2/10 GitHub Stars: 51 Creator: N24q02m Creator Reputation: B Version: 3.23.0 Required Credentials: EMBEDDING_MODELS (optional), LOCAL_EMBEDDING_MODEL (optional), LOCAL_EMBEDDING_DIM (optional), LOCAL_EMBEDDING_MODEL_FILE (optional), LOCAL_EMBEDDING_POOLING (optional), LOCAL_EMBEDDING_NORMALIZE (optional), SUMMARY_MODELS (optional), EMBEDDING_BACKEND (optional), EMBEDDING_API_BASE (optional), LLM_API_BASE (optional), SUMMARY_MODEL (optional) Install (Claude Code): claude mcp add io-github-n24q02m-better-code-review-graph -- uvx better-code-review-graph==3.23.0 --- ## Hackmd URL: https://mcp-marketplace.io/server/ai-smithery-yuna0x0-hackmd-mcp Summary: Interact with your HackMD notes and teams seamlessly. Manage your notes, view reading history, and… Description: Interact with your HackMD notes and teams seamlessly. Manage your notes, view reading history, and… Remote endpoints: streamable-http: https://server.smithery.ai/@yuna0x0/hackmd-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/yuna0x0/hackmd-mcp MCP Tools (2): Hackmd-Api-Token, Hackmd-Api-Url Security Score: 10/10 Installs: 1 GitHub Stars: 50 Creator: Yuna0x0 Creator Reputation: B Version: 1.5.2 --- ## App Store Connect URL: https://mcp-marketplace.io/server/io-github-erayendes-asc-mcp Summary: Every App Store Connect + StoreKit 2 endpoint. 890 tools in 13 profiles, narrow to 27. Category: Developer Tools Mode: local Pricing: Free npm: @erayendes/asc-mcp GitHub: https://github.com/erayendes/app-store-connect-mcp Security Score: 10/10 GitHub Stars: 47 Creator: Erayendes Creator Reputation: B Version: 2.3.0 Required Credentials: ASC_KEY_ID (optional), ASC_ISSUER_ID (optional), ASC_PRIVATE_KEY (required), ASC_PRIVATE_KEY_PATH (optional), ASC_BUNDLE_ID (optional) Install (Claude Code): claude mcp add io-github-erayendes-asc-mcp -- npx -y @erayendes/asc-mcp@2.3.0 --- ## Cloud Finops Skills URL: https://mcp-marketplace.io/server/io-github-optimnow-cloud-finops Summary: Cloud cost + FinOps knowledge for AI agents: AWS/Azure/GCP optimisation, AI spend, waste playbooks. Description: Cloud cost + FinOps knowledge for AI agents: AWS/Azure/GCP optimisation, AI spend, waste playbooks. Remote endpoints: streamable-http: https://cloud-finops-skills-590a051d.alpic.live/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: cloud-finops-mcp Remote URL: https://cloud-finops-skills-590a051d.alpic.live/mcp GitHub: https://github.com/OptimNow/cloud-finops-skills Security Score: 10/10 GitHub Stars: 46 Creator: OptimNow Creator Reputation: B Version: 1.35.0 Install (Claude Code): claude mcp add io-github-optimnow-cloud-finops -- uvx cloud-finops-mcp==1.35.0 Install (Claude Code Remote): claude mcp add --transport http io-github-optimnow-cloud-finops https://cloud-finops-skills-590a051d.alpic.live/mcp --- ## Token Enhancer URL: https://mcp-marketplace.io/server/io-github-xelektron-token-enhancer Summary: Cuts AI web-fetching costs up to 99.9% by stripping page junk before it reaches your LLM. Category: Developer Tools Mode: local Pricing: Free PyPI: xelektron-token-enhancer GitHub: https://github.com/xelektron/token-enhancer Security Score: 8.3/10 GitHub Stars: 45 Creator: Xelektron Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-xelektron-token-enhancer -- uvx xelektron-token-enhancer==0.2.1 --- ## Gread URL: https://mcp-marketplace.io/server/io-github-nitrorcr-gread Summary: An MCP server that gives your AI access to the source code and docs of all public github repos Description: An MCP server that gives your AI access to the source code and docs of all public github repos Remote endpoints: streamable-http: https://api.gread.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gread.dev/mcp GitHub: https://github.com/NitroRCr/gread MCP Tools (5): search_repos, view_repo, list_tree, read_code, search_code Security Score: 8.3/10 GitHub Stars: 45 Creator: NitroRCr Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nitrorcr-gread https://api.gread.dev/mcp --- ## Miro URL: https://mcp-marketplace.io/server/ai-waystation-miro Summary: Collaborate on visual boards with your team using Miro integration. Description: Collaborate on visual boards with your team using Miro integration. Remote endpoints: streamable-http: https://waystation.ai/miro/mcp sse: https://waystation.ai/miro/mcp/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 10/10 GitHub Stars: 44 Creator: Waystation Ai Creator Reputation: B Version: 0.3.1 --- ## Flashcards Open Source App URL: https://mcp-marketplace.io/server/com-flashcards-open-source-app-flashcards Summary: Read and write open-source flashcards through split read/write MCP tools. Description: Read and write open-source flashcards through split read/write MCP tools. Remote endpoints: streamable-http: https://mcp.flashcards-open-source-app.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.flashcards-open-source-app.com/mcp GitHub: https://github.com/kirill-markin/flashcards-open-source-app Security Score: 10/10 GitHub Stars: 44 Creator: Kirill Markin Creator Reputation: B Version: 1.22.0 Install (Claude Code Remote): claude mcp add --transport http com-flashcards-open-source-app-flashcards https://mcp.flashcards-open-source-app.com/mcp --- ## Neurostack URL: https://mcp-marketplace.io/server/io-github-raphasouthall-neurostack Summary: Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories. Description: Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories. Remote endpoints: streamable-http: https://mcp.neurostack.sh/mcp Category: Developer Tools Mode: dual Pricing: Free npm: neurostack Remote URL: https://mcp.neurostack.sh/mcp GitHub: https://github.com/raphasouthall/neurostack Security Score: 10/10 GitHub Stars: 43 Creator: Raphasouthall Creator Reputation: B Version: 0.12.0 Required Credentials: NEUROSTACK_VAULT_ROOT (optional) Install (Claude Code): claude mcp add io-github-raphasouthall-neurostack -- npx -y neurostack@0.12.0 Install (Claude Code Remote): claude mcp add --transport http io-github-raphasouthall-neurostack https://mcp.neurostack.sh/mcp --- ## ChatSpatial URL: https://mcp-marketplace.io/server/io-github-cafferychen777-chatspatial Summary: Schema-enforced spatial transcriptomics analysis with 20 tools and 66 methods via MCP Category: Communication Mode: local Pricing: Free PyPI: chatspatial GitHub: https://github.com/cafferychen777/ChatSpatial Security Score: 4.2/10 GitHub Stars: 43 Creator: Cafferychen777 Creator Reputation: B Version: 1.5.3 Install (Claude Code): claude mcp add io-github-cafferychen777-chatspatial -- uvx chatspatial==1.5.3 --- ## Forums URL: https://mcp-marketplace.io/server/io-github-basehub-ai-forums Summary: Ask any GitHub repository a question. Get source-backed answers. Description: Ask any GitHub repository a question. Get source-backed answers. Remote endpoints: streamable-http: https://forums.basehub.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://forums.basehub.com/mcp GitHub: https://github.com/basehub-ai/forums Security Score: 10/10 GitHub Stars: 42 Creator: Basehub Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-basehub-ai-forums https://forums.basehub.com/mcp --- ## Autotask URL: https://mcp-marketplace.io/server/io-github-wyre-technology-autotask-mcp Summary: MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/wyre-technology/autotask-mcp Security Score: 10/10 GitHub Stars: 42 Creator: Wyre Technology Creator Reputation: B Version: 2.32.10 Required Credentials: AUTOTASK_USERNAME (optional), AUTOTASK_SECRET (required), AUTOTASK_INTEGRATION_CODE (required), AUTOTASK_API_URL (optional), MCP_TRANSPORT (optional), AUTH_MODE (optional), LOG_LEVEL (optional) --- ## Rootly URL: https://mcp-marketplace.io/server/com-rootly-mcp-server Summary: Incident management, on-call scheduling, and intelligent analysis powered by Rootly. Description: Incident management, on-call scheduling, and intelligent analysis powered by Rootly. Remote endpoints: sse: https://mcp.rootly.com/sse Category: Developer Tools Mode: dual Pricing: Free PyPI: rootly-mcp-server GitHub: https://github.com/Rootly-AI-Labs/Rootly-MCP-server Security Score: 10/10 GitHub Stars: 41 Creator: Rootly AI Labs Creator Reputation: B Version: 2.2.4 Required Credentials: ROOTLY_API_TOKEN (required) Install (Claude Code): claude mcp add com-rootly-mcp-server -- uvx rootly-mcp-server==2.2.19 --- ## Blockscout URL: https://mcp-marketplace.io/server/com-blockscout-mcp-server Summary: MCP server for Blockscout Description: MCP server for Blockscout Remote endpoints: streamable-http: https://mcp.blockscout.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.blockscout.com/mcp GitHub: https://github.com/blockscout/mcp-server MCP Tools (16): __unlock_blockchain_analysis__, get_block_info, get_block_number, get_address_by_ens_name, get_transactions_by_address, get_token_transfers_by_address, lookup_token_by_symbol, get_contract_abi, inspect_contract_code, read_contract, get_address_info, get_tokens_by_address, nft_tokens_by_address, get_transaction_info, get_chains_list, direct_api_call Security Score: 10/10 GitHub Stars: 40 Creator: Blockscout Creator Reputation: B Version: 0.18.1 Install (Claude Code Remote): claude mcp add --transport http com-blockscout-mcp-server https://mcp.blockscout.com/mcp --- ## Anki Mcp Server Addon URL: https://mcp-marketplace.io/server/ai-ankimcp-anki-mcp-server-addon Summary: Anki addon that exposes your flashcard collection to AI assistants via a local MCP server. Category: Education & Research Mode: local Pricing: Free GitHub: https://github.com/ankimcp/anki-mcp-server-addon Security Score: 4.8/10 GitHub Stars: 38 Creator: Ankimcp Creator Reputation: B Version: 0.27.1 --- ## Zotero Dev URL: https://mcp-marketplace.io/server/io-github-introfini-mcp-server-zotero-dev Summary: MCP server enabling AI assistants to build, test, and debug Zotero plugins Category: Developer Tools Mode: local Pricing: Free npm: @introfini/mcp-server-zotero-dev GitHub: https://github.com/introfini/mcp-server-zotero-dev Security Score: 9.7/10 GitHub Stars: 37 Creator: Introfini Creator Reputation: B Version: 1.1.3 Required Credentials: ZOTERO_RDP_PORT (optional), ZOTERO_RDP_HOST (optional) Install (Claude Code): claude mcp add io-github-introfini-mcp-server-zotero-dev -- npx -y @introfini/mcp-server-zotero-dev --- ## Smartbear URL: https://mcp-marketplace.io/server/com-smartbear-smartbear-mcp Summary: MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J. Description: MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J. Remote endpoints: streamable-http: https://bugsnag.mcp.smartbear.com/mcp streamable-http: https://zephyr.mcp.smartbear.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @smartbear/mcp Remote URL: https://bugsnag.mcp.smartbear.com/mcp GitHub: https://github.com/SmartBear/smartbear-mcp Security Score: 4.8/10 GitHub Stars: 35 Creator: SmartBear Creator Reputation: B Version: 0.39.0 Required Credentials: BEARQ_API_TOKEN (required), BEARQ_API_BASE_URL (optional), BUGSNAG_AUTH_TOKEN (required), BUGSNAG_PROJECT_API_KEY (optional), REFLECT_API_TOKEN (required), SWAGGER_API_KEY (required), SWAGGER_FUNCTIONAL_TESTING_API_TOKEN (required), SWAGGER_FUNCTIONAL_TESTING_BASE_PATH (optional), PACT_BROKER_BASE_URL (optional), PACT_BROKER_TOKEN (required), PACT_BROKER_USERNAME (optional), PACT_BROKER_PASSWORD (required), ZEPHYR_API_TOKEN (required), ZEPHYR_BASE_URL (optional), QTM4J_API_KEY (required), QTM4J_BASE_URL (optional), QTM4J_AUTOMATION_API_KEY (required) Install (Claude Code): claude mcp add com-smartbear-smartbear-mcp -- npx -y @smartbear/mcp@0.39.0 Install (Claude Code Remote): claude mcp add --transport http com-smartbear-smartbear-mcp https://bugsnag.mcp.smartbear.com/mcp --- ## Pyghidra Lite URL: https://mcp-marketplace.io/server/io-github-johnzfitch-pyghidra-lite Summary: Token-efficient Ghidra RE: decompile, xrefs, Swift/ObjC, ELF/Mach-O, async analysis Category: Developer Tools Mode: local Pricing: Free PyPI: pyghidra-lite GitHub: https://github.com/johnzfitch/pyghidra-lite Security Score: 5.7/10 GitHub Stars: 34 Creator: johnzfitch Creator Reputation: F Version: 0.7.0 Required Credentials: GHIDRA_INSTALL_DIR (optional) Install (Claude Code): claude mcp add io-github-johnzfitch-pyghidra-lite -- uvx pyghidra-lite==0.7.0 --- ## Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-social-media Summary: Cross-platform social media intelligence. Trend volume and growth signals. Free key at trendsmcp.ai Description: Cross-platform social media intelligence. Trend volume and growth signals. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://social-media.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://social-media.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/Trends-MCP Security Score: 9.9/10 GitHub Stars: 33 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-social-media https://social-media.api.trendsmcp.ai/mcp --- ## Graqle URL: https://mcp-marketplace.io/server/io-github-quantamixsol-graqle Summary: Graph-powered codebase reasoning, impact analysis, and governance tools over MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: graqle GitHub: https://github.com/quantamixsol/graqle Security Score: 3.2/10 GitHub Stars: 32 Creator: Quantamixsol Creator Reputation: B Version: 0.83.0 Install (Claude Code): claude mcp add io-github-quantamixsol-graqle -- uvx graqle==0.83.0 --- ## Google Researcher URL: https://mcp-marketplace.io/server/io-github-zoharbabin-google-researcher Summary: MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants Category: Developer Tools Mode: local Pricing: Free npm: google-researcher-mcp GitHub: https://github.com/zoharbabin/google-researcher-mcp Security Score: 9.8/10 Installs: 1 GitHub Stars: 32 Creator: User Creator Reputation: C Version: 6.3.3 Required Credentials: GOOGLE_CUSTOM_SEARCH_API_KEY (required), GOOGLE_CUSTOM_SEARCH_ID (optional) Install (Claude Code): claude mcp add io-github-zoharbabin-google-researcher -- npx -y google-researcher-mcp@6.3.3 --- ## Codebase Index URL: https://mcp-marketplace.io/server/io-github-mikerecognex-mcp-codebase-index Summary: Structural codebase indexer with 17 query tools. 87% token reduction. Zero dependencies. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-codebase-index GitHub: https://github.com/MikeRecognex/mcp-codebase-index Security Score: 10/10 GitHub Stars: 31 Creator: MikeRecognex Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-mikerecognex-mcp-codebase-index -- uvx mcp-codebase-index==0.7.1 --- ## Thunderbird Cli URL: https://mcp-marketplace.io/server/io-github-vitalio-sh-thunderbird-cli Summary: Give AI agents full read/write email access via Mozilla Thunderbird. Zero credentials. Category: Developer Tools Mode: local Pricing: Free npm: thunderbird-cli-mcp GitHub: https://github.com/vitalio-sh/thunderbird-cli Security Score: 9.7/10 GitHub Stars: 31 Creator: Vitalio Sh Creator Reputation: B Version: 1.0.2 Required Credentials: TB_BRIDGE_HOST (optional), TB_BRIDGE_PORT (optional) Install (Claude Code): claude mcp add io-github-vitalio-sh-thunderbird-cli -- npx -y thunderbird-cli-mcp --- ## Skillsmith URL: https://mcp-marketplace.io/server/io-github-smith-horn-skillsmith Summary: Share agent skills across your team, scan them for risk, and track what's actually used. Category: Developer Tools Mode: local Pricing: Free npm: @skillsmith/mcp-server GitHub: https://github.com/smith-horn/skillsmith Security Score: 9.7/10 GitHub Stars: 31 Creator: Smith Horn Creator Reputation: B Version: 0.7.12 Install (Claude Code): claude mcp add io-github-smith-horn-skillsmith -- npx -y @skillsmith/mcp-server --- ## Flowbite URL: https://mcp-marketplace.io/server/io-github-themesberg-flowbite-mcp Summary: MCP server to convert Figma designs to Flowbite UI components in Tailwind CSS Category: Developer Tools Mode: local Pricing: Free npm: flowbite-mcp GitHub: https://github.com/themesberg/flowbite-mcp Security Score: 6.8/10 GitHub Stars: 29 Creator: Themesberg Creator Reputation: B Version: 1.1.3 Required Credentials: FIGMA_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-themesberg-flowbite-mcp -- npx -y flowbite-mcp@1.1.5 --- ## EOxElements URL: https://mcp-marketplace.io/server/io-github-eox-a-eoxelements Summary: A server to provide information about EOxElements custom elements for coding agents. Description: A server to provide information about EOxElements custom elements for coding agents. Remote endpoints: streamable-http: https://elements.mcp.eox.at Category: Developer Tools Mode: dual Pricing: Free npm: @eox/elements-mcp-server Remote URL: https://elements.mcp.eox.at GitHub: https://github.com/EOX-A/EOxElements Security Score: 9.7/10 GitHub Stars: 29 Creator: EOX A Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-eox-a-eoxelements -- npx -y @eox/elements-mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-eox-a-eoxelements https://elements.mcp.eox.at --- ## Better Notion URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-notion-mcp Summary: Markdown-first MCP server for Notion API with 8 composite tools and 39 actions. Category: Productivity Mode: dual Pricing: Free npm: @n24q02m/better-notion-mcp Remote URL: https://notion.n24q02m.com/mcp GitHub: https://github.com/n24q02m/better-notion-mcp.git Security Score: 10/10 Installs: 1 GitHub Stars: 28 Creator: N24q02m Creator Reputation: B Version: 2.40.1 Required Credentials: NOTION_TOKEN (required) Install (Claude Code): claude mcp add io-github-n24q02m-better-notion-mcp -- npx -y @n24q02m/better-notion-mcp@2.40.1 Install (Claude Code Remote): claude mcp add --transport http io-github-n24q02m-better-notion-mcp https://notion.n24q02m.com/mcp --- ## Cv Forge URL: https://mcp-marketplace.io/server/io-github-thechandanbhagat-cv-forge Summary: Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation Category: Developer Tools Mode: local Pricing: Free npm: cv-forge GitHub: https://github.com/thechandanbhagat/cv-forge Security Score: 5.5/10 Installs: 1 GitHub Stars: 25 Creator: thechandanbhagat Creator Reputation: F Version: 1.0.1 Install (Claude Code): claude mcp add io-github-thechandanbhagat-cv-forge -- npx -y cv-forge@1.0.3 --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-mailtrap Summary: Send emails and manage sending domains, suppression lists, and delivery analytics Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-mailtrap GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 25 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-mailtrap -- uvx mcparmory-mailtrap --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-semrush-appcenter Summary: Manage subscriptions, users, and send event notifications for Semrush apps Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-semrush-appcenter Remote URL: https://mcp.mcparmory.com/semrush-appcenter GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 25 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-semrush-appcenter -- uvx mcparmory-semrush-appcenter Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-semrush-appcenter https://mcp.mcparmory.com/semrush-appcenter --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-rootly Summary: Manage incident alerts, events, and workflows with custom automations Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-rootly Remote URL: https://mcp.mcparmory.com/rootly GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 25 Creator: Mcparmory Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add com-mcparmory-rootly -- uvx mcparmory-rootly Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-rootly https://mcp.mcparmory.com/rootly --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-perplexity Summary: Search the web, generate AI responses, and create embeddings with real-time information Category: Search & Web Mode: local Pricing: Free PyPI: mcparmory-perplexity GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 25 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-perplexity -- uvx mcparmory-perplexity --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-netlicensing Summary: Create and manage software licenses, products, modules, and customer licensing agreements Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-netlicensing GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 25 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-netlicensing -- uvx mcparmory-netlicensing --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-mailersend Summary: Send transactional emails, manage domains, and track delivery analytics Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-mailersend GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 25 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-mailersend -- uvx mcparmory-mailersend --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-miro Summary: Create and manage collaborative boards, items, and diagrams programmatically Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-miro GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 25 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-miro -- uvx mcparmory-miro --- ## Screenshot Server URL: https://mcp-marketplace.io/server/io-github-sethbang-screenshot-server Summary: MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows) Category: Content & Media Mode: local Pricing: Free npm: universal-screenshot-mcp GitHub: https://github.com/sethbang/mcp-screenshot-server Security Score: 6.2/10 GitHub Stars: 24 Creator: Sethbang Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-sethbang-screenshot-server -- npx -y universal-screenshot-mcp@1.4.0 --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-algolia-search Summary: Search multiple indices, index data, and get personalized recommendations Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-algolia-search Remote URL: https://mcp.mcparmory.com/algolia-search GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 23 Creator: Mcparmory Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add com-mcparmory-algolia-search -- uvx mcparmory-algolia-search Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-algolia-search https://mcp.mcparmory.com/algolia-search --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-google-search Summary: Scrape Google search results with SERP data, ads, and knowledge panels Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-google-search Remote URL: https://mcp.mcparmory.com/google-search GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 GitHub Stars: 23 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-google-search -- uvx mcparmory-google-search Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-google-search https://mcp.mcparmory.com/google-search --- ## Openevidence URL: https://mcp-marketplace.io/server/io-github-bakhtiersizhaev-openevidence-mcp Summary: Unofficial MCP server connecting OpenEvidence to AI agents via authenticated browser sessions Category: Developer Tools Mode: local Pricing: Free npm: openevidence-mcp GitHub: https://github.com/bakhtiersizhaev/openevidence-mcp Security Score: 10/10 GitHub Stars: 23 Creator: Bakhtiersizhaev Creator Reputation: B Version: 0.2.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-bakhtiersizhaev-openevidence-mcp -- npx -y openevidence-mcp@0.2.1 --- ## Pyxel URL: https://mcp-marketplace.io/server/io-github-kitao-pyxel-mcp Summary: MCP server for Pyxel, a retro game engine for Python Category: Developer Tools Mode: local Pricing: Free PyPI: pyxel-mcp GitHub: https://github.com/kitao/pyxel-mcp Security Score: 4.8/10 GitHub Stars: 23 Creator: Kitao Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-kitao-pyxel-mcp -- uvx pyxel-mcp==1.2.0 --- ## Build123d URL: https://mcp-marketplace.io/server/io-github-pzfreo-build123d-mcp Summary: AI-driven 3D CAD via build123d: execute, render, measure, and export geometry interactively. Category: Developer Tools Mode: local Pricing: Free PyPI: build123d-mcp GitHub: https://github.com/pzfreo/build123d-mcp Security Score: 4.8/10 Installs: 1 GitHub Stars: 23 Creator: Pzfreo Creator Reputation: B Version: 0.3.83 Install (Claude Code): claude mcp add io-github-pzfreo-build123d-mcp -- uvx build123d-mcp==0.3.83 --- ## Adr Analysis Server URL: https://mcp-marketplace.io/server/io-github-tosin2013-mcp-adr-analysis-server Summary: AI-powered MCP server for analyzing Architectural Decision Records (ADRs). Category: Developer Tools Mode: local Pricing: Free npm: mcp-adr-analysis-server GitHub: https://github.com/tosin2013/mcp-adr-analysis-server Security Score: 3.5/10 GitHub Stars: 23 Creator: Tosin2013 Creator Reputation: B Version: 2.7.32 Required Credentials: PROJECT_PATH (optional), OPENROUTER_API_KEY (required), EXECUTION_MODE (optional), ADR_DIRECTORY (optional) Install (Claude Code): claude mcp add io-github-tosin2013-mcp-adr-analysis-server -- npx -y mcp-adr-analysis-server@2.7.32 --- ## Testrail URL: https://mcp-marketplace.io/server/io-github-uarlouski-testrail-mcp-server Summary: Model Context Protocol (MCP) server for TestRail platform, enabling LLMs to manage test artifacts. Category: Developer Tools Mode: local Pricing: Free npm: @uarlouski/testrail-mcp-server GitHub: https://github.com/uarlouski/testrail-mcp-server Security Score: 10/10 GitHub Stars: 23 Creator: Uarlouski Creator Reputation: B Version: 2.6.0 Required Credentials: TESTRAIL_INSTANCE_URL (optional), TESTRAIL_USERNAME (optional), TESTRAIL_API_KEY (required), TESTRAIL_ENABLE_SHARED_STEPS (optional), TESTRAIL_ENABLE_CASE_HISTORY (optional), TESTRAIL_ENABLE_RAG_TOOLS (optional), TESTRAIL_ALLOW_WRITE_OPERATIONS (optional), TESTRAIL_ALLOW_READ_OPERATIONS (optional), TESTRAIL_ALLOW_DELETE_OPERATIONS (optional), TESTRAIL_ENABLE_DEPRECATED_TOOLS (optional), TESTRAIL_DISABLED_TOOLS (optional) Install (Claude Code): claude mcp add io-github-uarlouski-testrail-mcp-server -- npx -y @uarlouski/testrail-mcp-server@2.6.0 --- ## Pgtuner URL: https://mcp-marketplace.io/server/io-github-isdaniel-pgtuner-mcp Summary: provides AI-powered PostgreSQL performance tuning capabilities. Category: Developer Tools Mode: local Pricing: Free PyPI: pgtuner-mcp GitHub: https://github.com/isdaniel/pgtuner_mcp Security Score: 10/10 GitHub Stars: 22 Creator: Isdaniel Creator Reputation: B Version: 0.5.2 Install (Claude Code): claude mcp add io-github-isdaniel-pgtuner-mcp -- uvx pgtuner-mcp==0.5.2 --- ## Pixelpanda URL: https://mcp-marketplace.io/server/io-github-ryankramer-pixelpanda-mcp Summary: 33 image tools: free local editing, AI upscaling, background removal, and product photos Category: Developer Tools Mode: local Pricing: Free PyPI: pixelpanda-mcp GitHub: https://github.com/RyanKramer/pixelpanda-mcp Security Score: 4.2/10 GitHub Stars: 22 Creator: RyanKramer Creator Reputation: B Version: 0.1.3 Required Credentials: PIXELPANDA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-ryankramer-pixelpanda-mcp -- uvx pixelpanda-mcp==0.1.3 --- ## Terradev URL: https://mcp-marketplace.io/server/io-github-theoddden-terradev Summary: Imperative Command Line Interface for AI Workload Orchestration. Category: Developer Tools Mode: local Pricing: Free PyPI: terradev-cli GitHub: https://github.com/theoddden/Terradev Security Score: 0.1/10 GitHub Stars: 22 Creator: Theoddden Creator Reputation: B Version: 6.2.8 Required Credentials: TERRADEV_API_KEY (required), TERRADEV_CREDENTIALS_FILE (optional), TERRADEV_PROVIDER (optional) Install (Claude Code): claude mcp add io-github-theoddden-terradev -- uvx terradev-cli==6.2.8 --- ## Code Memory URL: https://mcp-marketplace.io/server/io-github-kapillamba4-code-memory Summary: Local semantic code search with Git history. Works offline, no API key needed. Category: Developer Tools Mode: local Pricing: Free PyPI: code-memory GitHub: https://github.com/kapillamba4/code-memory Security Score: 10/10 GitHub Stars: 21 Creator: Kapillamba4 Creator Reputation: B Version: 1.0.33 Required Credentials: CODE_MEMORY_LOG_LEVEL (optional), EMBEDDING_MODEL (optional) Install (Claude Code): claude mcp add io-github-kapillamba4-code-memory -- uvx code-memory==1.0.33 --- ## Lotus Wisdom URL: https://mcp-marketplace.io/server/io-github-linxule-lotus-wisdom Summary: Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization. Description: Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization. Remote endpoints: streamable-http: https://lotus-wisdom-mcp.linxule.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: lotus-wisdom-mcp Remote URL: https://lotus-wisdom-mcp.linxule.workers.dev/mcp GitHub: https://github.com/linxule/lotus-wisdom-mcp Security Score: 4.8/10 GitHub Stars: 21 Creator: Linxule Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-linxule-lotus-wisdom -- npx -y lotus-wisdom-mcp@0.8.0 Install (Claude Code Remote): claude mcp add --transport http io-github-linxule-lotus-wisdom https://lotus-wisdom-mcp.linxule.workers.dev/mcp --- ## Palinode URL: https://mcp-marketplace.io/server/io-github-phasespace-labs-palinode Summary: Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit. Category: Cloud & DevOps Mode: local Pricing: Free PyPI: palinode GitHub: https://github.com/phasespace-labs/palinode Security Score: 10/10 GitHub Stars: 21 Creator: Phasespace Labs Creator Reputation: B Version: 0.14.0 Required Credentials: PALINODE_DIR (optional), PALINODE_API_HOST (optional), PALINODE_API_PORT (optional), PALINODE_API_TOKEN (required), PALINODE_API_TOKEN_FILE (required), PALINODE_MCP_HTTP_HOST (optional), PALINODE_MCP_HTTP_PORT (optional) Install (Claude Code): claude mcp add io-github-phasespace-labs-palinode -- uvx palinode==0.14.0 --- ## Contrastapi URL: https://mcp-marketplace.io/server/com-contrastcyber-api Summary: 55 tools, 7 Resources, Sigma rules, email SPF/DMARC, MITRE, CVE/KEV, risk_score. No key. Description: 55 tools, 7 Resources, Sigma rules, email SPF/DMARC, MITRE, CVE/KEV, risk_score. No key. Remote endpoints: streamable-http: https://api.contrastcyber.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.contrastcyber.com/mcp/ GitHub: https://github.com/UPinar/contrastapi MCP Tools (55): domain_report, audit_domain, contrast_scan, tech_stack_cve_audit, threat_report, dns_lookup, whois_lookup, ssl_check, subdomain_enum, tech_fingerprint, threat_intel, wayback_lookup, scan_headers, email_mx, email_security_posture, email_disposable, email_verify, robots_txt, redirect_chain, brand_assets, seo_audit, geo_audit, phone_lookup, ip_lookup, asn_lookup, cve_lookup, calculate_risk_score, get_cvss_details, cve_search, cve_leading, exploit_lookup, bulk_cve_lookup, kev_detail, cwe_lookup, atlas_technique_lookup, bulk_atlas_technique_lookup, atlas_technique_search, atlas_case_study_lookup, atlas_case_study_search, d3fend_defense_lookup, d3fend_defense_search, d3fend_defense_for_attack, d3fend_attack_coverage, sigma_rule_lookup, bulk_sigma_rule_lookup, ioc_lookup, hash_lookup, password_check, phishing_check, bulk_ioc_lookup, check_secrets, check_injection, check_dependencies, username_lookup, check_headers Security Score: 10/10 GitHub Stars: 21 Creator: UPinar Creator Reputation: B Version: 1.36.2 Install (Claude Code Remote): claude mcp add --transport http com-contrastcyber-api https://api.contrastcyber.com/mcp/ --- ## Agentmako URL: https://mcp-marketplace.io/server/io-github-drhalto-agentmako Summary: Local-first codebase intelligence MCP server for AI coding agents. Category: Developer Tools Mode: local Pricing: Free npm: agentmako GitHub: https://github.com/drhalto/agentmako Security Score: 9.7/10 GitHub Stars: 20 Creator: Drhalto Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-drhalto-agentmako -- npx -y agentmako --- ## Raygun URL: https://mcp-marketplace.io/server/raygun Summary: Access crash reporting and real user monitoring data from Raygun Description: The Raygun MCP Server connects your AI assistant to Raygun's crash reporting and real user monitoring platform. Query error groups, inspect crash details, analyze performance data, and investigate user session recordings. Built by Raygun, this server provides access to your application's error data, performance metrics, and user monitoring insights. It supports querying error groups, viewing individual crash instances, and analyzing real user monitoring data. Useful for developers and SRE team Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/MindscapeHQ/mcp-server-raygun MCP Tools (25): applications_list, applications_search, application_get_details, application_regenerate_api_key, error_groups_list, error_group_investigate, error_group_update_status, error_group_add_comment, error_instances_browse, error_instance_get_details, deployments_list, deployment_create, deployment_get_latest, deployment_investigate, deployment_manage, customers_search, customer_investigate, sessions_list, pages_list, page_investigate, metrics_website_performance_analyze, metrics_error_trends_analyze, invitations_manage, invitation_send, invitation_revoke Security Score: 7/10 GitHub Stars: 19 Creator: MindscapeHQ Creator Reputation: B Version: 2.3.1 Tags: error-tracking, monitoring, performance, apm, raygun Use Cases: Crash reporting analysis, Performance monitoring, Error triage, User session analysis, Deployment tracking --- ## ByteAsk Embedded URL: https://mcp-marketplace.io/server/ai-byteask-embedded-docs Summary: Page-cited retrieval for embedded docs, datasheets, MISRA, CMSIS, and RTOS references. Description: Page-cited retrieval for embedded docs, datasheets, MISRA, CMSIS, and RTOS references. Remote endpoints: streamable-http: https://mcp.byteask.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.byteask.ai/mcp GitHub: https://github.com/ByteAsk/ByteAsk-Embedded-MCP Security Score: 10/10 GitHub Stars: 19 Creator: ByteAsk Creator Reputation: B Version: 1.0.1 Required Credentials: BYTEASK_BACKEND (optional), BYTEASK_LOGS (optional), MCP_TRANSPORT (optional), MCP_HTTP_AUTH_TOKEN (optional), MCP_ALLOWED_HOSTS (optional), LOG_LEVEL (optional) Install (Claude Code Remote): claude mcp add --transport http ai-byteask-embedded-docs https://mcp.byteask.ai/mcp --- ## Npm Sentinel URL: https://mcp-marketplace.io/server/ai-smithery-nekzus-npm-sentinel-mcp Summary: Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend… Description: Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend… Remote endpoints: streamable-http: https://server.smithery.ai/@Nekzus/npm-sentinel-mcp/mcp Category: Security Mode: dual Pricing: Free GitHub: https://github.com/Nekzus/npm-sentinel-mcp MCP Tools (1): npmVersions Security Score: 10/10 Installs: 1 GitHub Stars: 18 Creator: Nekzus Creator Reputation: B Version: 1.11.5 --- ## LocalStack URL: https://mcp-marketplace.io/server/localstack Summary: Local AWS cloud environment for development and testing Description: The LocalStack MCP Server provides a local AWS cloud environment for development and testing. Your AI assistant can interact with locally emulated AWS services including S3, Lambda, DynamoDB, SQS, and more without incurring any cloud costs. Built by LocalStack, this server connects to a running LocalStack instance to provide a complete local AWS development experience. It supports the same AWS APIs as the real services, making it perfect for development and testing workflows. Ideal for develop Category: Cloud & DevOps Mode: local Pricing: Free GitHub: https://github.com/localstack/localstack-mcp-server MCP Tools (1): Editor Security Score: 7.5/10 GitHub Stars: 18 Creator: Localstack Creator Reputation: B Version: 3.0.0 Tags: localstack, aws, local, testing, development Use Cases: Local AWS development, Service testing, Lambda prototyping, Infrastructure testing, Cost-free experimentation --- ## Messages URL: https://mcp-marketplace.io/server/io-github-cardmagic-messages Summary: Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server Category: Developer Tools Mode: local Pricing: Free npm: @cardmagic/messages GitHub: https://github.com/cardmagic/messages Security Score: 8/10 GitHub Stars: 18 Creator: Cardmagic Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-cardmagic-messages -- npx -y @cardmagic/messages@1.4.1 --- ## Mux URL: https://mcp-marketplace.io/server/com-mcpmux-mcp-mux Summary: McpMux — configure MCP servers once, connect every AI client through one local gateway. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/mcpmux/mcp-mux Security Score: 10/10 GitHub Stars: 18 Creator: Mcpmux Creator Reputation: B Version: 0.1.1 --- ## E Arveldaja URL: https://mcp-marketplace.io/server/io-github-iseppo-e-arveldaja-mcp Summary: Estonian e-arveldaja (RIK e-Financials) accounting — invoices, bank import, reports. Category: Developer Tools Mode: local Pricing: Free npm: e-arveldaja-mcp GitHub: https://github.com/iseppo/e-arveldaja-mcp Security Score: 10/10 GitHub Stars: 18 Creator: Iseppo Creator Reputation: B Version: 0.25.5 Required Credentials: EARVELDAJA_API_KEY_ID (required), EARVELDAJA_API_PUBLIC_VALUE (required), EARVELDAJA_API_PASSWORD (required), EARVELDAJA_SERVER (optional), EARVELDAJA_ALLOWED_PATHS (optional), EARVELDAJA_DISABLE_PROGRESS (optional), EARVELDAJA_LOG_FILE (optional) Install (Claude Code): claude mcp add io-github-iseppo-e-arveldaja-mcp -- npx -y e-arveldaja-mcp@0.25.5 --- ## Db Server URL: https://mcp-marketplace.io/server/io-github-souhar-dya-mcp-db-server Summary: MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Souhar-dya/mcp-db-server MCP Tools (2): Endpoint, Variable Security Score: 0/10 GitHub Stars: 17 Creator: Souhar Dya Creator Reputation: B Version: 1.3.1 Required Credentials: DATABASE_URL (optional) --- ## Music Studio URL: https://mcp-marketplace.io/server/io-github-linxule-mcp-music-studio Summary: Music studio: ABC notation composition and Strudel live coding with ext-apps UI. Description: Music studio: ABC notation composition and Strudel live coding with ext-apps UI. Remote endpoints: streamable-http: https://mcp-music-studio.linxule.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: mcp-music-studio Remote URL: https://mcp-music-studio.linxule.workers.dev/mcp GitHub: https://github.com/linxule/mcp-music-studio Security Score: 4.8/10 GitHub Stars: 17 Creator: Linxule Creator Reputation: B Version: 0.4.3 Install (Claude Code): claude mcp add io-github-linxule-mcp-music-studio -- npx -y mcp-music-studio@0.4.3 Install (Claude Code Remote): claude mcp add --transport http io-github-linxule-mcp-music-studio https://mcp-music-studio.linxule.workers.dev/mcp --- ## Ibkr Portfolio Builder URL: https://mcp-marketplace.io/server/io-github-adwiteeymauriya-ibkr-portfolio-builder-mcp Summary: Top-down IBKR research: 468 typed screeners tagged by strategy intent, news, account access. Description: Top-down IBKR research: 468 typed screeners tagged by strategy intent, news, account access. Remote endpoints: streamable-http: https://{ibkr_mcp_host}/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{ibkr_mcp_host}/mcp GitHub: https://github.com/adwiteeymauriya/ibkr-portfolio-builder-mcp Security Score: 9.9/10 GitHub Stars: 16 Creator: Adwiteeymauriya Creator Reputation: B Version: 0.1.4 Install (Claude Code Remote): claude mcp add --transport http io-github-adwiteeymauriya-ibkr-portfolio-builder-mcp 'https://{ibkr_mcp_host}/mcp' --- ## Qrcodly URL: https://mcp-marketplace.io/server/de-qrcodly-mcp-server Summary: Create, manage, and share QR codes and short URLs Description: Create, manage, and share QR codes and short URLs Remote endpoints: streamable-http: https://mcp.qrcodly.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.qrcodly.de/mcp GitHub: https://github.com/FloB95/qrcodly MCP Tools (9): Layer, Script, Service, MySQL, Redis, phpMyAdmin, Templates, Internationalization, Authentication Security Score: 10/10 Installs: 1 GitHub Stars: 16 Creator: FloB95 Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-qrcodly-mcp-server https://mcp.qrcodly.de/mcp --- ## Dav URL: https://mcp-marketplace.io/server/io-github-philflowio-dav-mcp Summary: AI-orchestrated calendars, contacts & tasks across any DAV platform. 27 tools, field-agnostic. Category: Developer Tools Mode: local Pricing: Free npm: dav-mcp GitHub: https://github.com/PhilflowIO/dav-mcp Security Score: 4.2/10 GitHub Stars: 16 Creator: PhilflowIO Creator Reputation: B Version: 4.0.0 Required Credentials: DAV_BASE_URL (optional), DAV_USERNAME (optional), DAV_PASSWORD (required) Install (Claude Code): claude mcp add io-github-philflowio-dav-mcp -- npx -y dav-mcp@4.0.0 --- ## Grok Faf URL: https://mcp-marketplace.io/server/io-github-wolfe-jam-grok-faf-mcp Summary: First MCP server for Grok/xAI. URL-based access. 17 tools for .faf project context. Category: Developer Tools Mode: dual Pricing: Free npm: grok-faf-mcp Remote URL: https://mcpaas.live/grok/mcp/v1 GitHub: https://github.com/Wolfe-Jam/grok-faf-mcp MCP Tools (19): get_soul, list_souls, delta_check, list_tags, search_by_tag, search_context, tag_intel, generate_faf_from_github, faf_score, faf_validate, faf_get_tier, faf_estimate_tokens, faf_analyze, refresh_faf, faf_orchestrate_recommendation, faf_gate, faf_section, faf_memory, faf_collections_search Security Score: 9/10 GitHub Stars: 16 Creator: Wolfe Jam Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-wolfe-jam-grok-faf-mcp -- npx -y grok-faf-mcp@1.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wolfe-jam-grok-faf-mcp https://mcpaas.live/grok/mcp/v1 --- ## Activitypub URL: https://mcp-marketplace.io/server/io-github-cameronrye-activitypub-mcp Summary: Read-only-by-default MCP server: let LLMs explore the Fediverse — Mastodon, Misskey, Pleroma. Category: Developer Tools Mode: local Pricing: Free npm: activitypub-mcp GitHub: https://github.com/cameronrye/activitypub-mcp Security Score: 4.2/10 GitHub Stars: 16 Creator: Cameronrye Creator Reputation: B Version: 3.2.1 Required Credentials: ACTIVITYPUB_ENABLE_WRITES (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-cameronrye-activitypub-mcp -- npx -y activitypub-mcp@3.2.1 --- ## Jacobian URL: https://mcp-marketplace.io/server/io-github-morluto-jacobian Summary: Executable mathematics and independent verification for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: jacobian GitHub: https://github.com/morluto/jacobian Security Score: 10/10 GitHub Stars: 16 Creator: Morluto Creator Reputation: B Version: 0.14.0 Install (Claude Code): claude mcp add io-github-morluto-jacobian -- npx -y jacobian@0.14.0 --- ## Local Mcp Releases URL: https://mcp-marketplace.io/server/com-local-mcp-local-mcp Summary: Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free. Description: Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free. Remote endpoints: streamable-http: https://local-mcp.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: local-mcp Remote URL: https://local-mcp.com/mcp GitHub: https://github.com/lanchuske/local-mcp-releases MCP Tools (203): setup_install, complete_omnifocus_task, complete_reminder, configure_clients, connect_m365_account, connect_todoist, create_calendar_event, create_draft, create_email_folder, create_note, create_omnifocus_task, create_referral_invites, create_reminder, create_reminder_list, daily_brief, delete_calendar_event, delete_note, delete_reminder, delete_reminder_folder, disconnect_m365_account, disconnect_todoist, excel_create, excel_read, excel_write_cell, file_list, file_read, file_search, file_write, finder_list, finder_search, gdrive_delete_file, gdrive_file_info, gdrive_list_files, gdrive_read_file, gdrive_root, gdrive_search_files, gdrive_write_file, get_audit_log, get_config, get_contact, get_datetime, get_m365_person, get_reminder_folders, get_weather, list_accounts, list_calendar_events, list_calendar_names, list_contacts, list_displays, list_email_accounts, list_email_folders, list_emails, list_m365_people_insights, list_message_chats, list_missing_permissions, list_notes, list_omnifocus_folders, list_omnifocus_projects, list_omnifocus_tags, list_omnifocus_tasks, list_referral_candidates, list_reminders, list_windows, lmcp_install_upgrade, lmcp_state, lmcp_upgrade_diagnostics, m365_create_event, m365_delete_event, m365_get_contact, m365_list_contacts, m365_list_emails, m365_list_events, m365_read_email, m365_reply_email, m365_search_contacts, m365_search_emails, m365_send_email, media_probe, move_email, nordvpn_diagnose, nordvpn_servers, nordvpn_status, notion_list_databases, notion_list_pages, notion_list_workspaces, notion_open_page, notion_read_database, notion_read_page, notion_search, onedrive_delete_file, onedrive_file_info, onedrive_list_files, onedrive_move_file, onedrive_read_file, onedrive_root, onedrive_search_files, onedrive_set_scope, onedrive_write_file, outlook_diagnose, pdf_read, permissions_status, ppt_create, ppt_read, read_email, read_messages, read_note, recipe_delete, recipe_discover, recipe_export, recipe_get, recipe_import, recipe_install, recipe_list, recipe_run, recipe_runs, recipe_save, record_marker, rename_reminder_folder, reply_email, report_friction, report_problem, request_feature, run_diagnostics, save_attachment, screen_record_start, screen_record_status, screen_record_stop, screenshot_capture, search_contacts, search_emails, search_m365_directory, search_messages, search_notes, search_omnifocus_tasks, send_email, send_message, signal_compose_guidance, signal_connect, signal_list_chats, signal_read_messages, signal_search_messages, slack_list_channels, slack_list_workspaces, slack_read_channel_messages, slack_search_messages, stocks_get_chart, stocks_get_quote, stocks_search_symbol, survey_respond, survey_skip, teams_call_history, teams_list_channels, teams_list_chats, teams_list_teams, teams_read_channel_messages, teams_read_chat_messages, teams_search_messages, teams_send_channel_message, teams_send_message, todo_complete_task, todo_create_task, todo_get_folders, todo_list_tasks, todoist_complete_task, todoist_create_task, todoist_list_projects, todoist_list_tasks, ui_click, ui_find_element, ui_get_element, ui_keystroke, ui_menu_bar_click, ui_read_tree, ui_type, ui_wait_for_element, update_calendar_event, update_note, update_reminder, video_blur_region, video_concat, video_export_gif, video_reframe, video_trim, web_click, web_extract, web_find, web_login, web_navigate, web_read, web_screenshot, web_session_close, web_session_delete, web_session_list, web_show, web_type, web_wait_for, window_focus, window_set_frame, word_append, word_create, word_read, zoom_list_recordings, zoom_read_transcript Security Score: 4.2/10 GitHub Stars: 16 Creator: Lanchuske Creator Reputation: B Version: 3.0.379 Required Credentials: LMCP_REF (optional) Install (Claude Code): claude mcp add com-local-mcp-local-mcp -- npx -y local-mcp Install (Claude Code Remote): claude mcp add --transport http com-local-mcp-local-mcp https://local-mcp.com/mcp --- ## Smithery Cookbook URL: https://mcp-marketplace.io/server/ai-smithery-smithery-ai-cookbook-python-quickstart Summary: A simple MCP server built with FastMCP and python Description: A simple MCP server built with FastMCP and python Remote endpoints: streamable-http: https://server.smithery.ai/@smithery-ai/cookbook-python-quickstart/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@smithery-ai/cookbook-python-quickstart/mcp GitHub: https://github.com/smithery-ai/smithery-cookbook MCP Tools (2): greeting tool, character counting tool Security Score: 9.8/10 Installs: 1 GitHub Stars: 15 Creator: Smithery Ai Creator Reputation: B Version: 1.13.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-smithery-ai-cookbook-python-quickstart https://server.smithery.ai/@smithery-ai/cookbook-python-quickstart/mcp --- ## Smithery Cookbook URL: https://mcp-marketplace.io/server/ai-smithery-smithery-ai-cookbook-ts-smithery-cli Summary: A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This… Description: A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This… Remote endpoints: streamable-http: https://server.smithery.ai/@smithery-ai/cookbook-ts-smithery-cli/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/smithery-ai/smithery-cookbook MCP Tools (2): greeting tool, character counting tool Security Score: 10/10 GitHub Stars: 15 Creator: Smithery Ai Creator Reputation: B Version: 1.0.0 --- ## M365 Core URL: https://mcp-marketplace.io/server/ai-smithery-dynamicendpoints-m365-core-mcp Summary: *Updated September 25th 2025** Manage your Microsoft 365 services effortlessly. Create and manage… Description: *Updated September 25th 2025** Manage your Microsoft 365 services effortlessly. Create and manage… Remote endpoints: streamable-http: https://server.smithery.ai/@DynamicEndpoints/m365-core-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@DynamicEndpoints/m365-core-mcp/mcp GitHub: https://github.com/DynamicEndpoints/m365-core-mcp MCP Tools (52): manage_retention_policies, manage_sensitivity_labels, manage_information_protection_policies, manage_conditional_access_policies, manage_defender_policies, manage_teams_policies, manage_exchange_policies, manage_sharepoint_governance_policies, manage_security_alert_policies, execute_graph_batch, execute_delta_query, manage_graph_subscriptions, execute_graph_search, manage_teams_resources, manage_productivity_resources, manage_security_resources, manage_analytics_resources, manage_intune_windows_devices, manage_intune_windows_policies, manage_intune_windows_apps, manage_intune_windows_compliance, manage_azuread_roles, manage_azuread_apps, manage_azuread_devices, manage_service_principals, search_audit_log, manage_alerts, manage_distribution_lists, manage_security_groups, manage_m365_groups, manage_exchange_settings, manage_user_settings, manage_offboarding, manage_sharepoint_sites, manage_sharepoint_lists, manage_dlp_policies, manage_dlp_incidents, manage_intune_macos_devices, manage_intune_macos_policies, manage_intune_macos_apps, manage_intune_macos_compliance, manage_compliance_frameworks, manage_compliance_assessments, manage_compliance_monitoring, manage_evidence_collection, manage_gap_analysis, manage_cis_compliance, generate_audit_reports, sharepoint_sites, sharepoint_lists, sharepoint_list_items, security_incidents Security Score: 10/10 GitHub Stars: 15 Creator: DynamicEndpoints Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-dynamicendpoints-m365-core-mcp https://server.smithery.ai/@DynamicEndpoints/m365-core-mcp/mcp --- ## Claude Octopus URL: https://mcp-marketplace.io/server/io-github-xiaolai-claude-octopus Summary: Spawn multiple specialized Claude Code agents as MCP servers, each independently configured. Category: Developer Tools Mode: local Pricing: Free npm: claude-octopus GitHub: https://github.com/xiaolai/claude-octopus Security Score: 10/10 GitHub Stars: 15 Creator: Xiaolai Creator Reputation: B Version: 1.1.10 Required Credentials: ANTHROPIC_API_KEY (required), CLAUDE_TOOL_NAME (optional), CLAUDE_MODEL (optional), CLAUDE_PERMISSION_MODE (optional), CLAUDE_ALLOWED_TOOLS (optional), CLAUDE_APPEND_PROMPT (optional), CLAUDE_FACTORY_ONLY (optional) Install (Claude Code): claude mcp add io-github-xiaolai-claude-octopus -- npx -y claude-octopus@1.1.10 --- ## Freescout URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-mcp-freescout Summary: FreeScout ticket management with AI-powered analysis, search filters, and structured outputs. Category: Developer Tools Mode: local Pricing: Free npm: @verygoodplugins/mcp-freescout GitHub: https://github.com/verygoodplugins/mcp-freescout Security Score: 10/10 GitHub Stars: 15 Creator: Verygoodplugins Creator Reputation: B Version: 3.1.0 Required Credentials: FREESCOUT_URL (optional), FREESCOUT_API_KEY (required), FREESCOUT_DEFAULT_USER_ID (optional) Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-freescout -- npx -y @verygoodplugins/mcp-freescout@3.1.0 --- ## E18e URL: https://mcp-marketplace.io/server/dev-e18e-e18e Summary: The official e18e MCP server keeping your agent in check from installing bloated dependencies. Description: The official e18e MCP server keeping your agent in check from installing bloated dependencies. Remote endpoints: streamable-http: https://mcp.e18e.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @e18e/mcp Remote URL: https://mcp.e18e.dev/mcp GitHub: https://github.com/e18e/mcp MCP Tools (3): code-checker, lookup-replacement, npm-i-checker Security Score: 9.2/10 GitHub Stars: 14 Creator: E18e Creator Reputation: B Version: 0.0.11 Install (Claude Code): claude mcp add dev-e18e-e18e -- npx -y @e18e/mcp Install (Claude Code Remote): claude mcp add --transport http dev-e18e-e18e https://mcp.e18e.dev/mcp --- ## Servonaut URL: https://mcp-marketplace.io/server/dev-servonaut-servonaut Summary: Manage AWS, Hetzner, OVH and SSH servers: status, logs, CloudWatch, IP bans, safe command exec. Category: Developer Tools Mode: local Pricing: Free PyPI: servonaut GitHub: https://github.com/zb-ss/servonaut Security Score: 3.2/10 GitHub Stars: 14 Creator: Zb Ss Creator Reputation: B Version: 2.25.3 Install (Claude Code): claude mcp add dev-servonaut-servonaut -- uvx servonaut==2.25.3 --- ## Hangar URL: https://mcp-marketplace.io/server/io-mcp-hangar-hangar Summary: Policy enforcement plane for MCP: every tool call ends in a verdict. Self-hosted, MIT. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-hangar GitHub: https://github.com/mcp-hangar/mcp-hangar Security Score: 1.5/10 GitHub Stars: 14 Creator: Mcp Hangar Creator Reputation: B Version: 2.17.0 Required Credentials: MCP_CONFIG (optional) Install (Claude Code): claude mcp add io-mcp-hangar-hangar -- uvx mcp-hangar==2.17.0 --- ## Interactive Terminal URL: https://mcp-marketplace.io/server/io-github-amol21p-interactive-terminal Summary: MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker Category: Developer Tools Mode: local Pricing: Free npm: mcp-interactive-terminal GitHub: https://github.com/amol21p/mcp-interactive-terminal Security Score: 2.7/10 GitHub Stars: 13 Creator: Amol21p Creator Reputation: B Version: 1.0.7 Required Credentials: MCP_TERMINAL_MAX_SESSIONS (optional), MCP_TERMINAL_SANDBOX (optional), MCP_TERMINAL_REDACT_SECRETS (optional) Install (Claude Code): claude mcp add io-github-amol21p-interactive-terminal -- npx -y mcp-interactive-terminal@1.0.9 --- ## Attestor URL: https://mcp-marketplace.io/server/io-github-bolnet-attestor Summary: Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log. Category: Developer Tools Mode: local Pricing: Free PyPI: attestor GitHub: https://github.com/bolnet/attestor Security Score: 4.2/10 GitHub Stars: 13 Creator: Bolnet Creator Reputation: B Version: 4.0.0 Required Credentials: ATTESTOR_PATH (optional), ATTESTOR_DISABLE_LOCAL_EMBED (optional), OPENAI_API_KEY (required), OPENROUTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-bolnet-attestor -- uvx attestor==4.0.0 --- ## Kindex URL: https://mcp-marketplace.io/server/io-github-jmcentire-kindex Summary: Persistent knowledge graph and MCP server for AI workflows with git-tracked project context. Category: Developer Tools Mode: local Pricing: Free PyPI: kindex GitHub: https://github.com/jmcentire/kindex Security Score: 9.5/10 GitHub Stars: 13 Creator: Jmcentire Creator Reputation: B Version: 0.32.0 Install (Claude Code): claude mcp add io-github-jmcentire-kindex -- uvx kindex==0.32.0 --- ## Endnote URL: https://mcp-marketplace.io/server/io-github-gokmengokhan-endnote-mcp Summary: Search, cite, and read PDFs from your EndNote library in Claude Desktop Category: Education & Research Mode: local Pricing: Free PyPI: endnote-mcp GitHub: https://github.com/gokmengokhan/endnote-mcp Security Score: 10/10 GitHub Stars: 13 Creator: Gokmengokhan Creator Reputation: B Version: 1.4.8 Install (Claude Code): claude mcp add io-github-gokmengokhan-endnote-mcp -- uvx endnote-mcp==1.4.8 --- ## Obsidian Via Rest URL: https://mcp-marketplace.io/server/io-github-oleksandrkucherenko-mcp-obsidian-via-rest Summary: Access Obsidian vaults via Local REST API - read, search, and interact with notes Category: Productivity Mode: local Pricing: Free npm: @oleksandrkucherenko/mcp-obsidian GitHub: https://github.com/OleksandrKucherenko/mcp-obsidian-via-rest Security Score: 4.5/10 GitHub Stars: 13 Creator: OleksandrKucherenko Creator Reputation: B Version: 1.3.3 Required Credentials: API_KEY (required), API_URLS (optional), API_HOST (optional), API_PORT (optional), MCP_TRANSPORTS (optional), MCP_HTTP_PORT (optional), MCP_HTTP_HOST (optional), MCP_HTTP_TOKEN (required) Install (Claude Code): claude mcp add io-github-oleksandrkucherenko-mcp-obsidian-via-rest -- npx -y @oleksandrkucherenko/mcp-obsidian@1.3.4 --- ## Deepseek URL: https://mcp-marketplace.io/server/io-github-arikusi-deepseek Summary: MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking Category: Developer Tools Mode: dual Pricing: Free npm: @arikusi/deepseek-mcp-server Remote URL: https://deepseek-mcp.tahirl.com/mcp GitHub: https://github.com/arikusi/deepseek-mcp-server Security Score: 10/10 Rating: 5/5 Installs: 2 GitHub Stars: 13 Creator: arikusi Creator Reputation: A- Version: 2.2.1 Uptime Status: up Tags: deepseek, ai, llm, mcp, chat, reasoner, function-calling, multi-turn, sessions, cost-tracking, circuit-breaker, thinking-mode, typescript, claude-code, gemini-cli Use Cases: Chat with DeepSeek models (deepseek-chat and deepseek-reasoner), Multi-turn conversation sessions with automatic context management, Function calling / tool use support (up to 128 tool definitions), Thinking mode for step-by-step reasoning (deepseek-reasoner), JSON output mode for structured responses, Automatic model fallback with circuit breaker protection, Real-time cost tracking with cache hit/miss breakdown, 12 built-in prompt templates for debugging, code review, research, and more, MCP resources for model info, server config, and usage statistics, Remote hosted endpoint (BYOK) — no local install needed, Docker support with health checks, Session management with configurable TTL, max sessions, and sliding message window Required Credentials: DEEPSEEK_API_KEY (required) Install (Claude Code): claude mcp add io-github-arikusi-deepseek -- npx -y @arikusi/deepseek-mcp-server@2.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-arikusi-deepseek https://deepseek-mcp.tahirl.com/mcp --- ## Outlook URL: https://mcp-marketplace.io/server/io-github-littlebearapps-outlook-mcp Summary: Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API. Category: Developer Tools Mode: local Pricing: Free npm: @littlebearapps/outlook-mcp GitHub: https://github.com/littlebearapps/outlook-mcp Security Score: 9.7/10 GitHub Stars: 12 Creator: Littlebearapps Creator Reputation: B Version: 3.2.1 Required Credentials: OUTLOOK_CLIENT_ID (optional), OUTLOOK_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-littlebearapps-outlook-mcp -- npx -y @littlebearapps/outlook-mcp --- ## Smart Terminal URL: https://mcp-marketplace.io/server/io-github-pungggi-smart-terminal Summary: MCP PTY server providing AI agents with real interactive terminal access Category: Developer Tools Mode: local Pricing: Free npm: smart-terminal-mcp GitHub: https://github.com/pungggi/smart-terminal-mcp Security Score: 6/10 GitHub Stars: 12 Creator: Pungggi Creator Reputation: B Version: 1.2.37 Install (Claude Code): claude mcp add io-github-pungggi-smart-terminal -- npx -y smart-terminal-mcp@1.2.37 --- ## Unboxed Loyalty Spark URL: https://mcp-marketplace.io/server/io-github-aspekt19-loyal-spark Summary: Onchain loyalty MCP on Base: programs, mint, rewards, vouchers for AI agents. Description: Onchain loyalty MCP on Base: programs, mint, rewards, vouchers for AI agents. Remote endpoints: streamable-http: https://api.loyalspark.online/loyalty-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.loyalspark.online/loyalty-mcp GitHub: https://github.com/aspekt19/unboxed-loyalty-spark Security Score: 10/10 GitHub Stars: 12 Creator: Aspekt19 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aspekt19-loyal-spark https://api.loyalspark.online/loyalty-mcp --- ## Datris Platform Oss URL: https://mcp-marketplace.io/server/io-github-datris-datris Summary: The data control plane for AI agents — acquire, validate, land, and query data over MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: datris-mcp-server GitHub: https://github.com/datris/datris-platform-oss Security Score: 10/10 GitHub Stars: 12 Creator: datris Creator Reputation: C- Version: 1.23.0 Required Credentials: PIPELINE_URL (optional), PIPELINE_API_KEY (required) Install (Claude Code): claude mcp add io-github-datris-datris -- uvx datris-mcp-server==1.23.0 --- ## Threejs Devtools URL: https://mcp-marketplace.io/server/io-github-dmitriygolub-threejs-devtools Summary: Inspect and edit Three.js scenes, materials, shaders, lights in real time from any AI agent Category: Developer Tools Mode: local Pricing: Free npm: threejs-devtools-mcp GitHub: https://github.com/DmitriyGolub/threejs-devtools-mcp Security Score: 10/10 Rating: 5/5 Installs: 2 GitHub Stars: 11 Creator: DmitriyGolub Creator Reputation: B+ Version: 0.4.1 Required Credentials: DEV_PORT (optional), BRIDGE_PORT (optional), BROWSER (optional), HEADLESS (optional), CHROME_PATH (optional) Install (Claude Code): claude mcp add io-github-dmitriygolub-threejs-devtools -- npx -y threejs-devtools-mcp@0.4.1 --- ## Cortex URL: https://mcp-marketplace.io/server/io-github-danielblomma-cortex Summary: Local repo context for coding assistants with semantic search and graph relationships. Category: Developer Tools Mode: local Pricing: Free npm: @danielblomma/cortex-mcp GitHub: https://github.com/DanielBlomma/cortex Security Score: 10/10 Installs: 1 GitHub Stars: 11 Creator: DanielBlomma Creator Reputation: C Version: 0.4.2 Install (Claude Code): claude mcp add io-github-danielblomma-cortex -- npx -y @danielblomma/cortex-mcp --- ## Sap Adt URL: https://mcp-marketplace.io/server/io-github-yzonur-sap-adt-mcp Summary: Give Claude live access to SAP ABAP via ADT: read, search, check, test, and edit objects. Category: Developer Tools Mode: local Pricing: Free npm: sap-adt-mcp GitHub: https://github.com/yzonur/sap-adt-mcp Security Score: 4.2/10 GitHub Stars: 11 Creator: Yzonur Creator Reputation: B Version: 0.8.57 Required Credentials: SAP_ADT_MCP_CONFIG (optional) Install (Claude Code): claude mcp add io-github-yzonur-sap-adt-mcp -- npx -y sap-adt-mcp@0.8.57 --- ## Perplexity Search URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-perplexity-search Summary: Enable AI assistants to perform web searches using Perplexity's Sonar Pro. Description: Enable AI assistants to perform web searches using Perplexity's Sonar Pro. Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/perplexity-search/mcp Category: Search & Web Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/perplexity-search MCP Tools (1): search Security Score: 10/10 GitHub Stars: 9 Creator: Arjunkmrm Creator Reputation: B Version: 1.0.0 --- ## Crabeye Mcp Bridge URL: https://mcp-marketplace.io/server/io-github-crabeye-ai-crabeye-mcp-bridge Summary: One MCP connection for all your tools — with discovery, namespacing, and execution policies. Category: Developer Tools Mode: local Pricing: Free npm: @crabeye-ai/crabeye-mcp-bridge GitHub: https://github.com/crabeye-ai/crabeye-mcp-bridge Security Score: 5.2/10 GitHub Stars: 9 Creator: Crabeye Ai Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-crabeye-ai-crabeye-mcp-bridge -- npx -y @crabeye-ai/crabeye-mcp-bridge@1.3.0 --- ## attune-ai URL: https://mcp-marketplace.io/server/attune-ai Summary: AI-powered developer workflows for Claude Code — smart routing, multi-agent orchestration, zero conf Description: Attune AI is a developer workflow framework that supercharges Claude Code with intelligent task orchestration. It provides 19 built-in workflows for code review, security auditing, test generation, documentation, and more — all accessible through natural language commands. Features include multi-tier cost optimization (automatically routing between cheap and premium models), multi-agent team coordination, guided wizards for complex tasks, and an MCP server for seamless Claude Code integration. I Category: Developer Tools Mode: local Pricing: Free PyPI: pip install attune-ai GitHub: https://github.com/Smart-AI-Memory/attune-ai.git Security Score: 9.3/10 Installs: 3 GitHub Stars: 9 Creator: Patrick Roebuck Creator Reputation: C Version: 3 Tags: ai, claude, claude-code, developer-tools, workflow-automation, code-review, security-audit, test-generation, multi-agent, orchestration, cost-optimization, mcp, llm, python, cli, code-quality, refactoring, documentation-generator, devops, productivity Use Cases: Code review, security auditing, test generation, documentation, bug prediction, performance analysis, refactoring, release preparation, dependency analysis, brainstorming, multi-agent orchestration, cost optimization Install (Claude Code): claude mcp add attune-ai -- uvx 'pip install attune-ai' --- ## VMware Monitor URL: https://mcp-marketplace.io/server/io-github-zw008-vmware-monitor Summary: Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety. Category: Developer Tools Mode: local Pricing: Free PyPI: vmware-monitor GitHub: https://github.com/zw008/VMware-Monitor Security Score: 9.8/10 GitHub Stars: 9 Creator: Zw008 Creator Reputation: B Version: 1.8.8 Install (Claude Code): claude mcp add io-github-zw008-vmware-monitor -- uvx vmware-monitor==1.8.8 --- ## Brandsystem URL: https://mcp-marketplace.io/server/io-github-brand-system-brandsystem-mcp Summary: Make your brand machine-readable. Extract identity from any website into tokens and policies. Category: Developer Tools Mode: local Pricing: Free npm: @brandsystem/mcp GitHub: https://github.com/Brand-System/brandsystem-mcp Security Score: 4.2/10 GitHub Stars: 9 Creator: Brand System Creator Reputation: B Version: 0.4.3 Install (Claude Code): claude mcp add io-github-brand-system-brandsystem-mcp -- npx -y @brandsystem/mcp@0.11.0 --- ## Pubchem URL: https://mcp-marketplace.io/server/io-github-cyanheads-pubchem-mcp-server Summary: Search PubChem compounds, properties, safety data, bioactivity, and cross-references. Description: Search PubChem compounds, properties, safety data, bioactivity, and cross-references. Remote endpoints: streamable-http: https://pubchem.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cyanheads/pubchem-mcp-server Remote URL: https://pubchem.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/pubchem-mcp-server MCP Tools (10): pubchem_search_compounds, pubchem_get_compound_details, pubchem_get_compound_image, pubchem_get_compound_3d_structure, pubchem_get_compound_xrefs, pubchem_get_compound_safety, pubchem_get_bioactivity, pubchem_get_compound_interactions, pubchem_search_assays, pubchem_get_summary Security Score: 10/10 GitHub Stars: 9 Creator: Cyanheads Creator Reputation: B Version: 0.6.1 Required Credentials: MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-pubchem-mcp-server -- npx -y @cyanheads/pubchem-mcp-server@0.6.1 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-pubchem-mcp-server https://pubchem.caseyjhand.com/mcp --- ## Exomem URL: https://mcp-marketplace.io/server/io-github-artexis10-exomem Summary: Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search. Category: Developer Tools Mode: local Pricing: Free PyPI: exomem GitHub: https://github.com/Artexis10/exomem Security Score: 6.9/10 GitHub Stars: 9 Creator: Artexis10 Creator Reputation: B Version: 0.67.1 Install (Claude Code): claude mcp add io-github-artexis10-exomem -- uvx exomem==0.67.1 --- ## Hapi URL: https://mcp-marketplace.io/server/ai-com-mcp-strava Summary: Strava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server. Description: Strava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server. Remote endpoints: streamable-http: https://strava.run.mcp.com.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://strava.run.mcp.com.ai/mcp GitHub: https://github.com/la-rebelion/hapimcp MCP Tools (13): getStats, getLoggedInAthlete, getLoggedInAthleteStarredSegments, getEffortsBySegmentId, exploreSegments, getSegmentEffortById, getClubById, getClubMembersById, getClubAdminsById, getClubActivitiesById, getLoggedInAthleteClubs, getGearById, getRoutesByAthleteId Security Score: 10/10 GitHub Stars: 9 Creator: La Rebelion Creator Reputation: B Version: 3.0.0+0.7.1 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-strava https://strava.run.mcp.com.ai/mcp --- ## Webcomponents URL: https://mcp-marketplace.io/server/io-github-ui5-webcomponents-mcp-server Summary: MCP server for UI5 Web Components development assistance Category: Developer Tools Mode: local Pricing: Free npm: @ui5/webcomponents-mcp-server GitHub: https://github.com/UI5/webcomponents-mcp-server Security Score: 10/10 GitHub Stars: 8 Creator: UI5 Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-ui5-webcomponents-mcp-server -- npx -y @ui5/webcomponents-mcp-server@0.1.2 --- ## Driflyte URL: https://mcp-marketplace.io/server/ai-smithery-serkan-ozal-driflyte-mcp-server Summary: Discover available topics and explore up-to-date, topic-tagged web content. Search to surface the… Description: Discover available topics and explore up-to-date, topic-tagged web content. Search to surface the… Remote endpoints: streamable-http: https://server.smithery.ai/@serkan-ozal/driflyte-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/serkan-ozal/driflyte-mcp-server MCP Tools (2): list-topics, search Security Score: 10/10 GitHub Stars: 8 Creator: Serkan Ozal Creator Reputation: B Version: 0.1.14 --- ## Agent Bom URL: https://mcp-marketplace.io/server/io-github-msaad00-agent-bom Summary: Security scanner and graph for agentic infrastructure — agents, MCP, runtime, and blast radius. Category: Developer Tools Mode: local Pricing: Free PyPI: agent-bom GitHub: https://github.com/msaad00/agent-bom Security Score: 10/10 GitHub Stars: 8 Creator: Msaad00 Creator Reputation: B Version: 0.82.3 Required Credentials: NVD_API_KEY (required) Install (Claude Code): claude mcp add io-github-msaad00-agent-bom -- uvx agent-bom==0.82.3 --- ## Dataverse URL: https://mcp-marketplace.io/server/io-github-codeurali-dataverse Summary: 73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more. Category: Developer Tools Mode: local Pricing: Free npm: mcp-dataverse GitHub: https://github.com/codeurali/mcp-dataverse Security Score: 7.5/10 GitHub Stars: 8 Creator: Codeurali Creator Reputation: B Version: 0.5.0 Required Credentials: MCP_CONFIG_PATH (optional), DATAVERSE_ENV_URL (optional) Install (Claude Code): claude mcp add io-github-codeurali-dataverse -- npx -y mcp-dataverse@0.7.5 --- ## Oraclaw URL: https://mcp-marketplace.io/server/io-github-whatsonyourmind-oraclaw Summary: Decision intelligence MCP — 17 tools (optimize, simulate, predict, score, graph). Sub-25ms. Category: Developer Tools Mode: local Pricing: Free npm: @oraclaw/mcp-server GitHub: https://github.com/Whatsonyourmind/oraclaw Security Score: 8.2/10 GitHub Stars: 8 Creator: Whatsonyourmind Creator Reputation: C- Version: 1.5.1 Required Credentials: ORACLAW_API_KEY (required) Install (Claude Code): claude mcp add io-github-whatsonyourmind-oraclaw -- npx -y @oraclaw/mcp-server --- ## Figmanage URL: https://mcp-marketplace.io/server/io-github-dannykeane-figmanage Summary: Let agents manage your Figma workspace. 102 tools for seats, teams, offboarding, and cleanup. Description: Let agents manage your Figma workspace. Seats, teams, permissions, billing, offboarding, cleanup -- handled in conversation instead of clicking through admin panels. Every Figma MCP is design-to-code. figmanage is the management layer: 102 tools that let agents operate on the workspace itself. Works with Claude Code, Cursor, OpenClaw, or as a standalone CLI. Built for design leads, designers, and design/org managers who manage Figma workspaces -- and want access from the terminal or through ag Category: Design Mode: local Pricing: Free npm: figmanage GitHub: https://github.com/dannykeane/figmanage Security Score: 9/10 Installs: 2 GitHub Stars: 8 Creator: dannykeane Creator Reputation: C- Version: 1.4.2 Tags: figma, design-ops, workspace-management, mcp, seats, permissions, billing, onboarding, offboarding, org-admin, teams, user-groups, projects, branches, comments, export, components, variables, webhooks, analytics, design-systems, libraries, audit, cli, automation, dev-resources, activity-logs Use Cases: Seat optimization and cost analysis, User onboarding and offboarding, Permission audits and access management, Quarterly design ops reporting, Billing oversight and invoice history, Org administration and member management, Team and project organization, Branch cleanup and management, Comment workflows and rollups, File operations (create move trash restore batch), Design system analytics and library adoption, Component and style inspection, Export, Webhook management, Design token variable updates, Conversational zero-config setup, File cleanup and stale file detection, CLI and MCP server with toolset presets Required Credentials: FIGMA_PAT (required), FIGMA_AUTH_COOKIE (required) Install (Claude Code): claude mcp add io-github-dannykeane-figmanage -- npx -y figmanage@1.4.2 --- ## Campus Cli URL: https://mcp-marketplace.io/server/io-github-alejooroncoy-campus-cli Summary: Unofficial Blackboard Learn (LMS) MCP for students: courses, assignments, grades, materials. Category: Developer Tools Mode: local Pricing: Free npm: campus-cli GitHub: https://github.com/alejooroncoy/campus-cli Security Score: 4.2/10 GitHub Stars: 8 Creator: alejooroncoy Creator Reputation: F Version: 1.4.1 Install (Claude Code): claude mcp add io-github-alejooroncoy-campus-cli -- npx -y campus-cli@1.4.2 --- ## Calc URL: https://mcp-marketplace.io/server/io-github-coo-quack-calc-mcp Summary: 21 MCP tools for math, randomness, dates, encoding, hashing, and more — deterministic and accurate. Category: Developer Tools Mode: local Pricing: Free npm: @coo-quack/calc-mcp GitHub: https://github.com/coo-quack/calc-mcp Security Score: 10/10 GitHub Stars: 8 Creator: Coo Quack Creator Reputation: B Version: 2.1.0 Install (Claude Code): claude mcp add io-github-coo-quack-calc-mcp -- npx -y @coo-quack/calc-mcp@2.1.0 --- ## Korean Secondary Learning Map URL: https://mcp-marketplace.io/server/io-github-raphysicst-create-korean-secondary-learning-map-mcp Summary: 한국 중등 2022 개정 교육과정 학습 그래프 MCP 서버 (중학교 714 · 고교 3,124 성취기준 · 원문 수록 · 중→고 전이) Category: Developer Tools Mode: local Pricing: Free npm: korean-secondary-learning-map-mcp GitHub: https://github.com/raphysicst-create/korean-secondary-learning-map-mcp Security Score: 4.8/10 GitHub Stars: 8 Creator: Raphysicst Create Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-raphysicst-create-korean-secondary-learning-map-mcp -- npx -y korean-secondary-learning-map-mcp@0.3.0 --- ## Maximo Mcp Ai Integration Options URL: https://mcp-marketplace.io/server/io-github-markusvankempen-maximo-mcp-server Summary: Connect AI assistants to IBM Maximo for API discovery, OSLC querying, and Carbon UI generation. Category: Developer Tools Mode: local Pricing: Free npm: maximo-mcp-server GitHub: https://github.com/markusvankempen/maximo-mcp-ai-integration-options Security Score: 9/10 GitHub Stars: 8 Creator: Markusvankempen Creator Reputation: B Version: 1.1.0 Required Credentials: MAXIMO_URL (optional), MAXIMO_API_KEY (required), MAXIMO_HOST (optional) Install (Claude Code): claude mcp add io-github-markusvankempen-maximo-mcp-server -- npx -y maximo-mcp-server@1.1.0 --- ## Ghostfolio URL: https://mcp-marketplace.io/server/io-github-mhajder-ghostfolio-mcp Summary: MCP server for Ghostfolio portfolio management and financial data access Category: Developer Tools Mode: local Pricing: Free PyPI: ghostfolio-mcp GitHub: https://github.com/mhajder/ghostfolio-mcp Security Score: 9/10 GitHub Stars: 8 Creator: Mhajder Creator Reputation: B Version: 1.6.1 Required Credentials: GHOSTFOLIO_URL (optional), GHOSTFOLIO_TOKEN (required), GHOSTFOLIO_VERIFY_SSL (optional), GHOSTFOLIO_TIMEOUT (optional), READ_ONLY_MODE (optional), GHOSTFOLIO_DISABLED_TAGS (optional), LOG_LEVEL (optional), RATE_LIMIT_ENABLED (optional), RATE_LIMIT_MAX_REQUESTS (optional), RATE_LIMIT_WINDOW_MINUTES (optional), TOOL_SEARCH_ENABLED (optional), TOOL_SEARCH_STRATEGY (optional), TOOL_SEARCH_MAX_RESULTS (optional), MCP_HTTP_PORT (optional), MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-mhajder-ghostfolio-mcp -- uvx ghostfolio-mcp==1.6.1 --- ## Builders Sodax URL: https://mcp-marketplace.io/server/io-github-gosodax-builders-mcp Summary: Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks. Description: Cross-network DeFi API data, AMM analytics, and SDK docs for 17+ networks. Remote endpoints: streamable-http: https://builders.sodax.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://builders.sodax.com/mcp GitHub: https://github.com/gosodax/builders-sodax-mcp-server MCP Tools (32): sodax_get_supported_chains, sodax_get_swap_tokens, sodax_get_transaction, sodax_get_user_transactions, sodax_get_volume, sodax_get_orderbook, sodax_get_money_market_assets, sodax_get_user_position, sodax_get_partners, sodax_get_token_supply, sodax_get_all_config, sodax_get_relay_chain_id_map, sodax_get_all_chains_configs, sodax_get_hub_assets, sodax_get_money_market_tokens, sodax_get_money_market_reserve_assets, sodax_get_amm_positions, sodax_get_amm_pool_candles, sodax_get_intent, sodax_get_solver_intent, sodax_get_money_market_asset, sodax_get_asset_borrowers, sodax_get_asset_suppliers, sodax_get_all_borrowers, sodax_get_partner_summary, sodax_get_total_supply, sodax_get_circulating_supply, sodax_refresh_cache, docs_health, docs_refresh, docs_list_tools, docs_searchDocumentation Security Score: 9/10 GitHub Stars: 7 Creator: Gosodax Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gosodax-builders-mcp https://builders.sodax.com/mcp --- ## Sapiom Js URL: https://mcp-marketplace.io/server/io-github-sapiom-mcp Summary: Sapiom MCP server — authentication, verification, and API tools Category: Developer Tools Mode: local Pricing: Free npm: @sapiom/mcp GitHub: https://github.com/sapiom/sapiom-js Security Score: 9.2/10 GitHub Stars: 7 Creator: Sapiom Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-sapiom-mcp -- npx -y @sapiom/mcp --- ## Taiwan Weather URL: https://mcp-marketplace.io/server/io-github-gonetone-mcp-server-taiwan-weather Summary: 用於取得臺灣中央氣象署 API 資料的 Model Context Protocol (MCP) Server Category: Developer Tools Mode: local Pricing: Free npm: @gonetone/mcp-server-taiwan-weather GitHub: https://github.com/GoneTone/mcp-server-taiwan-weather Security Score: 5/10 Installs: 1 GitHub Stars: 7 Creator: GoneTone Creator Reputation: B Version: 0.1.4 Required Credentials: CWA_API_KEY (required) Install (Claude Code): claude mcp add io-github-gonetone-mcp-server-taiwan-weather -- npx -y @gonetone/mcp-server-taiwan-weather@0.1.4 --- ## BrowseAI Dev URL: https://mcp-marketplace.io/server/io-github-browseai-hq-browseai-dev Summary: Evidence-backed web research for AI agents with citations and confidence scores. Category: Developer Tools Mode: local Pricing: Free npm: browseai-dev GitHub: https://github.com/BrowseAI-HQ/BrowseAI-Dev Security Score: 9.7/10 GitHub Stars: 7 Creator: BrowseAI HQ Creator Reputation: B Version: 0.4.0 Required Credentials: BROWSE_API_KEY (required) Install (Claude Code): claude mcp add io-github-browseai-hq-browseai-dev -- npx -y browseai-dev --- ## Contabo URL: https://mcp-marketplace.io/server/ai-com-mcp-contabo Summary: Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server Description: Contabo API (v1.0.0) as MCP tools for cloud provisioning, and management. Powered by HAPI MCP server Remote endpoints: streamable-http: https://contabo.run.mcp.com.ai/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://contabo.run.mcp.com.ai/mcp GitHub: https://github.com/la-rebelion/hapimcp MCP Tools (124): tool_search, retrieveTagList, createTag, retrieveTag, updateTag, deleteTag, retrieveAssignmentList, retrieveAssignment, createAssignment, deleteAssignment, retrieveTagAuditsList, retrieveAssignmentsAuditsList, retrievePtrRecord, updatePtrRecord, deletePtrRecord, createPtrRecord, retrievePtrRecordsList, retrieveDnsZonesList, createDnsZone, retrieveDnsZone, deleteDnsZone, retrieveDnsZoneRecordsList, createDnsZoneRecord, updateDnsZoneRecord, deleteDnsZoneRecord, bulkDeleteDnsZoneRecords, retrieveImageAuditsList, retrieveRecordAuditsList, retrieveVipList, retrieveVip, assignIp, unassignIp, retrieveVipAuditsList, retrieveSecretList, createSecret, retrieveSecret, updateSecret, deleteSecret, retrieveSecretAuditsList, retrievePrivateNetworkList, createPrivateNetwork, patchPrivateNetwork, retrievePrivateNetwork, deletePrivateNetwork, assignInstancePrivateNetwork, unassignInstancePrivateNetwork, retrievePrivateNetworkAuditsList, retrieveUserList, createUser, retrieveUser, updateUser, deleteUser, resetPassword, resendEmailVerification, retrieveUserClient, generateClientSecret, retrieveUserIsPasswordSet, retrieveRoleList, createRole, retrieveRole, updateRole, deleteRole, retrieveApiPermissionsList, listObjectStorageCredentials, getObjectStorageCredentials, regenerateObjectStorageCredentials, retrieveUserAuditsList, retrieveRoleAuditsList, start, restart, stop, shutdown, rescue, resetPasswordAction, retrieveInstancesList, createInstance, retrieveInstance, patchInstance, reinstallInstance, cancelInstance, upgradeInstance, retrieveInstancesActionsAuditsList, retrieveInstancesAuditsList, retrieveImageList, createCustomImage, retrieveImage, updateImage, deleteImage, retrieveCustomImagesStats, retrieveSnapshotList, createSnapshot, retrieveSnapshot, updateSnapshot, deleteSnapshot, rollbackSnapshot, retrieveImageAuditsList1, retrieveSnapshotsAuditsList, listHandles, createHandle, retrieveHandle, removeHandle, updateHandle, setDefaultHandle, validateDomainAvailability, listDomains, orderDomain, retrieveDomain, updateDomain, cancelDomain, getAuthCode, revokeCancelDomain, confirmDomainTransferOut, revokeDomainTransferOut, retrieveHandlesAuditsList, retrieveDomainsAuditsList, retrieveObjectStorageList, createObjectStorage, retrieveDataCenterList, retrieveObjectStorage, updateObjectStorage, upgradeObjectStorage, retrieveObjectStoragesStats, CancelObjectStorage, retrieveObjectStorageAuditsList Security Score: 9.8/10 Installs: 4 GitHub Stars: 7 Creator: La Rebelion Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-contabo https://contabo.run.mcp.com.ai/mcp --- ## LinkedIn URL: https://mcp-marketplace.io/server/ai-com-mcp-linkedin Summary: LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP. Description: LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP. Remote endpoints: streamable-http: https://linkedin.run.mcp.com.ai/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://linkedin.run.mcp.com.ai/mcp GitHub: https://github.com/la-rebelion/hapimcp MCP Tools (3): createSharePost, getSharePosts, getPersonProfile Security Score: 10/10 GitHub Stars: 7 Creator: La Rebelion Creator Reputation: B Version: 1.0.0+0.7.1 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-linkedin https://linkedin.run.mcp.com.ai/mcp --- ## Athena Protocol URL: https://mcp-marketplace.io/server/io-github-n0zer0d4y-athena-protocol Summary: AI tech lead for coding agents with validation and impact analysis Category: Developer Tools Mode: local Pricing: Free npm: @n0zer0d4y/athena-protocol GitHub: https://github.com/n0zer0d4y/athena-protocol Security Score: 10/10 GitHub Stars: 7 Creator: N0zer0d4y Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-n0zer0d4y-athena-protocol -- npx -y @n0zer0d4y/athena-protocol@0.2.0 --- ## Amazon Catalog Cli URL: https://mcp-marketplace.io/server/io-github-bwb03-catalog-cli-pro Summary: Amazon catalog auditing tool. 13 quality checks for your listings. Category: Developer Tools Mode: local Pricing: Free npm: @bwb03/catalog-cli-pro GitHub: https://github.com/BWB03/amazon-catalog-cli Security Score: 6.5/10 GitHub Stars: 7 Creator: BWB03 Creator Reputation: B Version: 1.0.0 Required Credentials: CATALOG_API_KEY (required) Install (Claude Code): claude mcp add io-github-bwb03-catalog-cli-pro -- npx -y @bwb03/catalog-cli-pro --- ## Metro URL: https://mcp-marketplace.io/server/io-github-steve228uk-metro-mcp Summary: MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP Category: Developer Tools Mode: local Pricing: Free npm: metro-mcp GitHub: https://github.com/steve228uk/metro-mcp Security Score: 5.7/10 GitHub Stars: 7 Creator: Steve228uk Creator Reputation: B Version: 0.13.2 Install (Claude Code): claude mcp add io-github-steve228uk-metro-mcp -- npx -y metro-mcp@0.13.2 --- ## N3MO URL: https://mcp-marketplace.io/server/io-github-rajx-dev-n3mo Summary: N3MO: Code intelligence engine mapping repositories into queryable symbol graphs. Category: Developer Tools Mode: local Pricing: Free PyPI: n3mo GitHub: https://github.com/RajX-dev/N3MO Security Score: 10/10 GitHub Stars: 7 Creator: RajX Dev Creator Reputation: B Version: 2.0.3 Install (Claude Code): claude mcp add io-github-rajx-dev-n3mo -- uvx n3mo==2.0.3 --- ## Florence2 URL: https://mcp-marketplace.io/server/io-github-jkawamoto-mcp-florence2 Summary: An MCP server for processing images using Florence-2 Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/jkawamoto/mcp-florence2 Security Score: 4.8/10 GitHub Stars: 7 Creator: Jkawamoto Creator Reputation: B Version: 0.4.0 --- ## Boondmanager URL: https://mcp-marketplace.io/server/io-github-fauguste-boondmanager-mcp-server Summary: MCP Server for BoondManager API - 182 tools, 12 prompts, 22 resources (ERP/CRM) Category: Developer Tools Mode: local Pricing: Free npm: boondmanager-mcp-server GitHub: https://github.com/fauguste/boondmanager-mcp-server Security Score: 5.3/10 Installs: 1 GitHub Stars: 7 Creator: fauguste Creator Reputation: D Version: 2.14.0 Install (Claude Code): claude mcp add io-github-fauguste-boondmanager-mcp-server -- npx -y boondmanager-mcp-server@2.14.0 --- ## Semantic Scholar URL: https://mcp-marketplace.io/server/io-github-smaniches-semantic-scholar-mcp Summary: MCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations. Category: Education & Research Mode: local Pricing: Free PyPI: s2-mcp-server GitHub: https://github.com/smaniches/semantic-scholar-mcp Security Score: 5.2/10 GitHub Stars: 7 Creator: Smaniches Creator Reputation: B Version: 1.7.3 Required Credentials: SEMANTIC_SCHOLAR_API_KEY (required) Install (Claude Code): claude mcp add io-github-smaniches-semantic-scholar-mcp -- uvx s2-mcp-server==1.7.3 --- ## Ninjaone URL: https://mcp-marketplace.io/server/io-github-wyre-technology-ninjaone-mcp Summary: MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/wyre-technology/ninjaone-mcp Security Score: 4.2/10 GitHub Stars: 7 Creator: Wyre Technology Creator Reputation: B Version: 2.2.9 Required Credentials: NINJAONE_CLIENT_ID (optional), NINJAONE_CLIENT_SECRET (required), NINJAONE_REGION (optional), MCP_TRANSPORT (optional), AUTH_MODE (optional), LOG_LEVEL (optional) --- ## Bv URL: https://mcp-marketplace.io/server/com-blackveilsecurity-dns Summary: DNS and email security scanner with 76 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits. Description: DNS and email security scanner with 76 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits. Remote endpoints: streamable-http: https://dns-mcp.blackveilsecurity.com/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://dns-mcp.blackveilsecurity.com/mcp GitHub: https://github.com/MadaBurns/bv-mcp Security Score: 10/10 GitHub Stars: 7 Creator: MadaBurns Creator Reputation: B Version: 3.73.0 Install (Claude Code Remote): claude mcp add --transport http com-blackveilsecurity-dns https://dns-mcp.blackveilsecurity.com/mcp --- ## P6xer URL: https://mcp-marketplace.io/server/io-github-osama-ata-p6xer-mcp-server Summary: An MCP server for Primavera P6 XER files. Category: Developer Tools Mode: local Pricing: Free PyPI: p6xer-mcp-server GitHub: https://github.com/osama-ata/p6xer-mcp-server Security Score: 10/10 GitHub Stars: 6 Creator: Osama Ata Creator Reputation: B Version: 0.1.3 Required Credentials: P6XER_API_KEY (required), P6XER_ENDPOINT (optional), P6XER_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-osama-ata-p6xer-mcp-server -- uvx p6xer-mcp-server==0.1.3 --- ## Glassbox URL: https://mcp-marketplace.io/server/io-github-thebarmaeffect-glassbox-framework Summary: Runtime constitutional verification for AI answers — claim reasoning, ECS, red team, audits. Category: Developer Tools Mode: local Pricing: Free npm: @glassbox-framework/mcp GitHub: https://github.com/TheBarmaEffect/glassbox Security Score: 8/10 GitHub Stars: 6 Creator: TheBarmaEffect Creator Reputation: B Version: 1.0.3 Required Credentials: ANTHROPIC_API_KEY (required), GLASSBOX_MODEL (optional), GLASSBOX_MAX_TOKENS (optional), GLASSBOX_ECS_MODE (optional) Install (Claude Code): claude mcp add io-github-thebarmaeffect-glassbox-framework -- npx -y @glassbox-framework/mcp@1.0.3 --- ## Osm Tagging Schema URL: https://mcp-marketplace.io/server/io-github-gander-tools-osm-tagging-schema-mcp Summary: MCP server for querying and validating OpenStreetMap tags Category: Developer Tools Mode: local Pricing: Free npm: @gander-tools/osm-tagging-schema-mcp GitHub: https://github.com/gander-tools/osm-tagging-schema-mcp Security Score: 10/10 GitHub Stars: 6 Creator: Gander Tools Creator Reputation: B Version: 3.0.1 Install (Claude Code): claude mcp add io-github-gander-tools-osm-tagging-schema-mcp -- npx -y @gander-tools/osm-tagging-schema-mcp@3.9.2 --- ## Agent Comms URL: https://mcp-marketplace.io/server/io-github-exadev-agent-comms Summary: Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and visibility over TCP Category: Developer Tools Mode: local Pricing: Free npm: agent-comms GitHub: https://github.com/ExaDev/agent-comms Security Score: 5.8/10 GitHub Stars: 6 Creator: ExaDev Creator Reputation: B Version: 1.24.2 Install (Claude Code): claude mcp add io-github-exadev-agent-comms -- npx -y agent-comms@1.24.2 --- ## KernelCAD Web URL: https://mcp-marketplace.io/server/com-kernelcad-kernelcad Summary: Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel. Description: Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel. Remote endpoints: streamable-http: https://mcp.kernelcad.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: kernelcad Remote URL: https://mcp.kernelcad.com/mcp GitHub: https://github.com/w1ne/kernelCAD-web MCP Tools (48): lookup_authoring_skill, evaluate_script, list_features, list_assemblies, inspect_assembly, get_shape_info, list_topology, get_edges_of, why_did_this_fail, set_param_value, add_feature, add_nurbs_surface, add_nurbs_curve, add_surface_from_boundary, add_hermite_g2, add_path_spline, trace_from_image, add_path_nurbs_segment, add_path_hermite_g2, add_variable_sweep, add_sketch_text, emboss_text, project_curve, add_pattern_feature, remove_feature, list_edges, list_faces, list_face_labels, get_face_lineage, list_api, list_diagnostic_codes, export_stl, lookup_cookbook, params_list, params_update, solve_sketch, add_constraint, list_constraints, add_connector, add_mate, list_mates, validate_assembly, solve_mates, review_cad, design_loop, flatten_pattern, get_bend_table, evaluate_sdf Security Score: 2/10 GitHub Stars: 6 Creator: W1ne Creator Reputation: B Version: 0.11.2 Install (Claude Code): claude mcp add com-kernelcad-kernelcad -- npx -y kernelcad@0.11.2 Install (Claude Code Remote): claude mcp add --transport http com-kernelcad-kernelcad https://mcp.kernelcad.com/mcp --- ## DiffPilot URL: https://mcp-marketplace.io/server/io-github-bkalafat-diffpilot Summary: MCP server for PR code review, commit messages, changelogs, and secret detection. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/bkalafat/DiffPilot Security Score: 10/10 GitHub Stars: 6 Creator: bkalafat Creator Reputation: C+ Version: 1.0.7 --- ## Lightning Wallet URL: https://mcp-marketplace.io/server/io-github-lightningfaucet-lightning-wallet-mcp Summary: Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support. Category: Finance Mode: local Pricing: Free npm: lightning-wallet-mcp GitHub: https://github.com/lightningfaucet/lightning-wallet-mcp Security Score: 10/10 Rating: 5/5 Installs: 6 GitHub Stars: 6 Creator: pfergi42 Creator Reputation: B+ Version: 1.5.0 Install (Claude Code): claude mcp add io-github-lightningfaucet-lightning-wallet-mcp -- npx -y lightning-wallet-mcp@1.5.0 --- ## Tokenmizer URL: https://mcp-marketplace.io/server/io-github-shweta-mishra-ai-tokenmizer Summary: Graph-backed session memory for LLMs: checkpoint, resume, file analysis, token-savings stats. Category: Developer Tools Mode: local Pricing: Free PyPI: tokenmizer GitHub: https://github.com/Shweta-Mishra-ai/tokenmizer Security Score: 10/10 GitHub Stars: 6 Creator: Shweta Mishra Ai Creator Reputation: B Version: 0.3.1 Required Credentials: TOKENMIZER_URL (optional), TOKENMIZER_API_KEY (required) Install (Claude Code): claude mcp add io-github-shweta-mishra-ai-tokenmizer -- uvx tokenmizer==0.3.1 --- ## Mcpsafetywarden URL: https://mcp-marketplace.io/server/io-github-gautamvarmadatla-mcpsafetywarden Summary: MCP proxy adding security scanning, behavioral profiling, risk gating, and safe tool call execution. Category: Developer Tools Mode: local Pricing: Free PyPI: mcpsafetywarden GitHub: https://github.com/gautamvarmadatla/mcpsafetywarden Security Score: 4.2/10 GitHub Stars: 6 Creator: Gautamvarmadatla Creator Reputation: B Version: 1.4.18 Install (Claude Code): claude mcp add io-github-gautamvarmadatla-mcpsafetywarden -- uvx mcpsafetywarden==1.4.18 --- ## Axint URL: https://mcp-marketplace.io/server/io-github-agenticempire-axint Summary: Proof and repair for Apple coding agents: validate Swift, run Xcode evidence, and repair failures. Description: Proof and repair for Apple coding agents: validate Swift, run Xcode evidence, and repair failures. Remote endpoints: streamable-http: https://mcp.axint.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @axint/compiler PyPI: axint Remote URL: https://mcp.axint.ai/mcp GitHub: https://github.com/agenticempire/axint MCP Tools (36): axint.compile, axint.validate, axint.swift.validate, axint.swift.fix, axint.scaffold, axint.templates.list, axint.templates.get, axint.repair, axint.status, axint.activate, axint.upgrade, axint.doctor, axint.xcode.guard, axint.xcode.write, axint.session.start, axint.feature, axint.project.pack, axint.project.index, axint.project.syncVersion, axint.context.memory, axint.context.docs, axint.suggest, axint.registry.search, axint.workflow.check, axint.fix-packet, axint.cloud.check, axint.feedback.create, axint.agent.install, axint.agent.advice, axint.agent.claim, axint.agent.release, axint.run, axint.run.status, axint.run.cancel, axint.tokens.ingest, axint.schema.compile Security Score: 10/10 Rating: 5/5 Installs: 1 GitHub Stars: 6 Creator: nimatime Creator Reputation: B Version: 0.6.0 Install (Claude Code): claude mcp add io-github-agenticempire-axint -- npx -y @axint/compiler@0.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-agenticempire-axint https://mcp.axint.ai/mcp --- ## Lexware URL: https://mcp-marketplace.io/server/io-github-lazyants-lexware Summary: MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers. Category: Developer Tools Mode: local Pricing: Free npm: @lazyants/lexware-mcp-server GitHub: https://github.com/lazyants/lexware-mcp-server Security Score: 5.2/10 GitHub Stars: 6 Creator: Lazyants Creator Reputation: B Version: 5.2.0 Install (Claude Code): claude mcp add io-github-lazyants-lexware -- npx -y @lazyants/lexware-mcp-server@5.2.0 --- ## Storeshots URL: https://mcp-marketplace.io/server/io-github-mtbun-storeshots-mcp Summary: Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes. Category: Developer Tools Mode: local Pricing: Free npm: storeshots-mcp GitHub: https://github.com/mtbun/storeshots-mcp Security Score: 5.2/10 GitHub Stars: 6 Creator: Mtbun Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-mtbun-storeshots-mcp -- npx -y storeshots-mcp@0.4.0 --- ## Decantr URL: https://mcp-marketplace.io/server/io-github-decantr-ai-mcp-server Summary: Stable eight-tool MCP server for changed-UI assurance, authority-aware UI task context, and repair. Category: Developer Tools Mode: local Pricing: Free npm: @decantr/mcp-server GitHub: https://github.com/decantr-ai/decantr Security Score: 9.7/10 GitHub Stars: 6 Creator: Decantr Ai Creator Reputation: B Version: 3.11.2 Install (Claude Code): claude mcp add io-github-decantr-ai-mcp-server -- npx -y @decantr/mcp-server --- ## Llmkit URL: https://mcp-marketplace.io/server/io-github-smigolsmigol-llmkit Summary: AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs Category: Developer Tools Mode: local Pricing: Free npm: @f3d1/llmkit-mcp-server GitHub: https://github.com/smigolsmigol/llmkit Security Score: 9.9/10 GitHub Stars: 6 Creator: Smigolsmigol Creator Reputation: B Version: 0.4.10 Required Credentials: LLMKIT_API_KEY (required), LLMKIT_PROXY_URL (optional) Install (Claude Code): claude mcp add io-github-smigolsmigol-llmkit -- npx -y @f3d1/llmkit-mcp-server --- ## Agentic Hil URL: https://mcp-marketplace.io/server/io-github-agentic-hil-agentic-hil Summary: Probe, flash, reset and drive UART and CAN on a real STM32 or other embedded target, policy-gated. Category: Developer Tools Mode: local Pricing: Free PyPI: agentic-hil GitHub: https://github.com/agentic-hil/agentic-hil Security Score: 10/10 GitHub Stars: 6 Creator: Agentic Hil Creator Reputation: B Version: 0.20.0 Install (Claude Code): claude mcp add io-github-agentic-hil-agentic-hil -- uvx agentic-hil==0.20.0 --- ## Salesforce Cloud URL: https://mcp-marketplace.io/server/io-github-aaronsb-salesforce-cloud Summary: AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics Category: Business Tools Mode: local Pricing: Free npm: @aaronsb/salesforce-cloud-mcp GitHub: https://github.com/aaronsb/salesforce-cloud Security Score: 10/10 GitHub Stars: 6 Creator: Aaronsb Creator Reputation: B Version: 0.8.2 Required Credentials: SF_CLIENT_ID (required), SF_CLIENT_SECRET (required), SF_USERNAME (optional), SF_PASSWORD (required), SF_LOGIN_URL (optional) Install (Claude Code): claude mcp add io-github-aaronsb-salesforce-cloud -- npx -y @aaronsb/salesforce-cloud-mcp@0.8.2 --- ## Gmail URL: https://mcp-marketplace.io/server/io-github-mkpoli-gmail-mcp Summary: Multi-account Gmail on a Cloudflare Worker you deploy yourself: read, send, reply, labels, threads Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/mkpoli/gmail-mcp Security Score: 5.2/10 GitHub Stars: 5 Creator: Mkpoli Creator Reputation: B Version: 0.2.1 --- ## Sidebutton URL: https://mcp-marketplace.io/server/io-github-sidebutton-sidebutton Summary: Open-source MCP server with browser automation and knowledge packs for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @sidebutton/server GitHub: https://github.com/sidebutton/sidebutton Security Score: 9/10 GitHub Stars: 5 Creator: Sidebutton Creator Reputation: B Version: 1.5.2 Install (Claude Code): claude mcp add io-github-sidebutton-sidebutton -- npx -y @sidebutton/server --- ## Appstore Connect URL: https://mcp-marketplace.io/server/io-github-ryaker-appstore-connect-mcp Summary: MCP server for Apple Store Connect API integration with OAuth authentication support Category: Developer Tools Mode: local Pricing: Free npm: @ryaker/appstore-connect-mcp GitHub: https://github.com/ryaker/appstore-connect-mcp Security Score: 3.6/10 GitHub Stars: 5 Creator: Ryaker Creator Reputation: B Version: 1.0.0 Required Credentials: APPLE_KEY_ID (required), APPLE_ISSUER_ID (required), APPLE_PRIVATE_KEY (required), APPLE_BUNDLE_ID (optional), APPLE_APP_STORE_ID (optional), OAUTH_ENABLED (optional), OAUTH_ISSUER (optional), OAUTH_AUDIENCE (optional), OAUTH_JWKS_URI (optional), SERVER_URL (optional) Install (Claude Code): claude mcp add io-github-ryaker-appstore-connect-mcp -- npx -y @ryaker/appstore-connect-mcp@1.0.0 --- ## BugHerd URL: https://mcp-marketplace.io/server/io-github-berckan-bugherd-mcp Summary: BugHerd API v2 integration — 37 tools for projects, tasks, comments, and webhooks. Category: Developer Tools Mode: local Pricing: Free npm: bugherd-mcp GitHub: https://github.com/Berckan/bugherd-mcp Security Score: 10/10 GitHub Stars: 5 Creator: Berckan Creator Reputation: B Version: 0.2.0 Required Credentials: BUGHERD_API_KEY (required) Install (Claude Code): claude mcp add io-github-berckan-bugherd-mcp -- npx -y bugherd-mcp@0.2.2 --- ## Octoparse URL: https://mcp-marketplace.io/server/com-octoparse-octoparse-mcp Summary: Official Octoparse MCP server for template discovery, cloud tasks, and structured data export. Description: Official Octoparse MCP server for template discovery, cloud tasks, and structured data export. Remote endpoints: streamable-http: https://mcp.octoparse.com Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.octoparse.com GitHub: https://github.com/octoparse/octoparse-mcp Security Score: 4.2/10 GitHub Stars: 5 Creator: Octoparse Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-octoparse-octoparse-mcp https://mcp.octoparse.com --- ## Secedgar URL: https://mcp-marketplace.io/server/io-github-cyanheads-secedgar-mcp-server Summary: Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP. Description: Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP. Remote endpoints: streamable-http: https://secedgar.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cyanheads/secedgar-mcp-server Remote URL: https://secedgar.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/secedgar-mcp-server MCP Tools (16): secedgar_company_search, secedgar_search_filings, secedgar_get_filing, secedgar_get_financials, secedgar_get_snapshot, secedgar_get_material_events, secedgar_get_insider_transactions, secedgar_get_institutional_holdings, secedgar_find_holders, secedgar_get_beneficial_owners, secedgar_get_fund_holdings, secedgar_fetch_frames, secedgar_compare_companies, secedgar_search_concepts, secedgar_dataframe_describe, secedgar_dataframe_query Security Score: 10/10 GitHub Stars: 5 Creator: Cyanheads Creator Reputation: B Version: 0.15.1 Required Credentials: EDGAR_USER_AGENT (optional), MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_PUBLIC_URL (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-secedgar-mcp-server -- npx -y @cyanheads/secedgar-mcp-server@0.15.1 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-secedgar-mcp-server https://secedgar.caseyjhand.com/mcp --- ## Krimto URL: https://mcp-marketplace.io/server/io-github-krimto-labs-krimto Summary: Memory for AI coding agents — markdown in your own git, not a vendor database. Apache-2.0. Category: Developer Tools Mode: local Pricing: Free npm: @krimto-labs/krimto GitHub: https://github.com/krimto-labs/krimto Security Score: 4.2/10 GitHub Stars: 5 Creator: Krimto Labs Creator Reputation: B Version: 0.2.47 Install (Claude Code): claude mcp add io-github-krimto-labs-krimto -- npx -y @krimto-labs/krimto@0.2.47 --- ## Ads URL: https://mcp-marketplace.io/server/com-adspirer-ads Summary: Manage Google, Meta, Amazon, TikTok, LinkedIn & ChatGPT ads. 430 tools for campaigns & analytics. Description: Manage Google, Meta, Amazon, TikTok, LinkedIn & ChatGPT ads. 430 tools for campaigns & analytics. Remote endpoints: streamable-http: https://mcp.adspirer.com/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://mcp.adspirer.com/mcp GitHub: https://github.com/amekala/ads-mcp Security Score: 10/10 GitHub Stars: 5 Creator: Amekala Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-adspirer-ads https://mcp.adspirer.com/mcp --- ## Forkflux URL: https://mcp-marketplace.io/server/io-github-forkflux-forkflux-mcp Summary: Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams Category: Developer Tools Mode: local Pricing: Free PyPI: forkflux-mcp GitHub: https://github.com/forkflux/forkflux Security Score: 9.9/10 GitHub Stars: 5 Creator: Forkflux Creator Reputation: B Version: 0.6.0 Required Credentials: FORKFLUX_API_KEY (required), FORKFLUX_API_URL (optional) Install (Claude Code): claude mcp add io-github-forkflux-forkflux-mcp -- uvx forkflux-mcp --- ## Mark Mesh Skill URL: https://mcp-marketplace.io/server/com-markmesh-trademarks Summary: Trademark search, monitoring and conflict research across 30+ registers, with provenance. Description: Trademark search, monitoring and conflict research across 30+ registers, with provenance. Remote endpoints: streamable-http: https://markmesh.com/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://markmesh.com/api/v1/mcp GitHub: https://github.com/team-markmesh/mark_mesh_skill Security Score: 10/10 GitHub Stars: 5 Creator: Team Markmesh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-markmesh-trademarks https://markmesh.com/api/v1/mcp --- ## Oculo URL: https://mcp-marketplace.io/server/io-github-xidik12-oculo Summary: AI-powered native browser with 12 MCP tools. ~30 tokens per page. Category: Developer Tools Mode: local Pricing: Free npm: oculo-mcp GitHub: https://github.com/xidik12/oculo Security Score: 7.7/10 GitHub Stars: 5 Creator: Xidik12 Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-xidik12-oculo -- npx -y oculo-mcp --- ## Aktools URL: https://mcp-marketplace.io/server/io-github-tchivs-aktools-pro Summary: 🚀 AkTools Pro: 增强型金融 MCP 服务器。内置策略回测、模拟盘管理及实时异动监控。 Category: Developer Tools Mode: local Pricing: Free PyPI: aktools-pro GitHub: https://github.com/tchivs/mcp-aktools Security Score: 4/10 GitHub Stars: 5 Creator: Tchivs Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-tchivs-aktools-pro -- uvx aktools-pro==0.5.5 --- ## Zuul URL: https://mcp-marketplace.io/server/io-github-imatza-rh-mcp-zuul Summary: Zuul CI — build failure analysis, log search, pipeline status, and job configuration Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-zuul GitHub: https://github.com/imatza-rh/mcp-zuul Security Score: 10/10 GitHub Stars: 5 Creator: Itay Matza Creator Reputation: C Version: 0.11.0 Required Credentials: ZUUL_URL (optional), ZUUL_DEFAULT_TENANT (optional), ZUUL_AUTH_TOKEN (optional), ZUUL_USE_KERBEROS (optional), MCP_TRANSPORT (optional), ZUUL_ENABLED_TOOLS (optional), ZUUL_DISABLED_TOOLS (optional) Install (Claude Code): claude mcp add io-github-imatza-rh-mcp-zuul -- uvx mcp-zuul==0.11.0 --- ## Crypto Quant Signal URL: https://mcp-marketplace.io/server/io-github-algovaultfi-crypto-quant-signal-mcp Summary: The Brain Layer for AI Trading Agents — quant calls + cross-venue arb across perp venues via MCP. Description: The Brain Layer for AI Trading Agents — quant calls + cross-venue arb across perp venues via MCP. Remote endpoints: streamable-http: https://api.algovault.com/mcp Category: Finance Mode: dual Pricing: Free npm: crypto-quant-signal-mcp Remote URL: https://api.algovault.com/mcp GitHub: https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp Security Score: 4.2/10 GitHub Stars: 5 Creator: AlgoVaultLabs Creator Reputation: B Version: 1.28.2 Install (Claude Code): claude mcp add io-github-algovaultfi-crypto-quant-signal-mcp -- npx -y crypto-quant-signal-mcp@1.28.2 Install (Claude Code Remote): claude mcp add --transport http io-github-algovaultfi-crypto-quant-signal-mcp https://api.algovault.com/mcp --- ## Precis Finance URL: https://mcp-marketplace.io/server/io-github-precis-finance-precis-finance-mcp Summary: Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required. Description: Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required. Remote endpoints: streamable-http: https://mcp.precis.finance/mcp Category: Finance Mode: dual Pricing: Free Remote URL: https://mcp.precis.finance/mcp GitHub: https://github.com/precis-finance/precis-finance-mcp Security Score: 5/10 GitHub Stars: 5 Creator: Precis Finance Creator Reputation: B Version: 0.2.5 Install (Claude Code Remote): claude mcp add --transport http io-github-precis-finance-precis-finance-mcp https://mcp.precis.finance/mcp --- ## Nestr URL: https://mcp-marketplace.io/server/io-nestr-mcp Summary: Connect AI to Nestr for Holacracy, Sociocracy, and self-organizing teams. Description: Connect AI to Nestr for Holacracy, Sociocracy, and self-organizing teams. Remote endpoints: streamable-http: https://mcp.nestr.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @nestr/mcp Remote URL: https://mcp.nestr.io/mcp GitHub: https://github.com/nestr-dev/nestr-mcp Security Score: 8.8/10 GitHub Stars: 5 Creator: User Creator Reputation: C- Version: 0.1.103 Install (Claude Code): claude mcp add io-nestr-mcp -- npx -y @nestr/mcp@0.1.103 Install (Claude Code Remote): claude mcp add --transport http io-nestr-mcp https://mcp.nestr.io/mcp --- ## VMware NSX URL: https://mcp-marketplace.io/server/io-github-zw008-vmware-nsx Summary: VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM. Category: Developer Tools Mode: local Pricing: Free PyPI: vmware-nsx-mgmt GitHub: https://github.com/zw008/VMware-NSX Security Score: 9.8/10 GitHub Stars: 4 Creator: Zw008 Creator Reputation: B Version: 1.8.8 Install (Claude Code): claude mcp add io-github-zw008-vmware-nsx -- uvx vmware-nsx-mgmt==1.8.8 --- ## Cathedral URL: https://mcp-marketplace.io/server/io-github-ailife1-cathedral-mcp Summary: Persistent memory and drift detection for AI agents across session restarts. Description: Persistent memory and drift detection for AI agents across session restarts. Remote endpoints: streamable-http: https://cathedral-ai.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: cathedral-mcp Remote URL: https://cathedral-ai.com/mcp GitHub: https://github.com/AILIFE1/Cathedral Security Score: 10/10 GitHub Stars: 4 Creator: User Creator Reputation: C Version: 1.1.0 Required Credentials: CATHEDRAL_API_KEY (required), CATHEDRAL_BASE_URL (optional), CATHEDRAL_SANITISE (optional) Install (Claude Code): claude mcp add io-github-ailife1-cathedral-mcp -- uvx cathedral-mcp==1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ailife1-cathedral-mcp https://cathedral-ai.com/mcp --- ## Registry URL: https://mcp-marketplace.io/server/io-github-formulahendry-mcp-server-mcp-registry Summary: MCP Server for MCP Registry to discover and search for available MCP servers in the registry Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-mcp-registry GitHub: https://github.com/formulahendry/mcp-server-mcp-registry Security Score: 7.1/10 GitHub Stars: 4 Creator: formulahendry Creator Reputation: D Version: 0.1.0 Install (Claude Code): claude mcp add io-github-formulahendry-mcp-server-mcp-registry -- npx -y mcp-server-mcp-registry@0.1.0 --- ## Mtasa Docs URL: https://mcp-marketplace.io/server/io-github-luminaire1337-mtasa-docs-mcp Summary: MCP server for MTA:SA documentation with intelligent search and caching Category: Developer Tools Mode: local Pricing: Free npm: mtasa-docs-mcp GitHub: https://github.com/Luminaire1337/mtasa-docs-mcp Security Score: 10/10 GitHub Stars: 4 Creator: Luminaire1337 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-luminaire1337-mtasa-docs-mcp -- npx -y mtasa-docs-mcp@1.0.3 --- ## Propresenter URL: https://mcp-marketplace.io/server/io-github-alxpark-propresenter-mcp Summary: ProPresenter 7 MCP server Category: Developer Tools Mode: local Pricing: Free npm: @alxpark/propresenter-mcp GitHub: https://github.com/alxpark/propresenter-mcp Security Score: 8/10 GitHub Stars: 4 Creator: Alxpark Creator Reputation: B Version: 1.0.1 Required Credentials: PROPRESENTER_URL (optional), PROPRESENTER_PASSWORD (required) Install (Claude Code): claude mcp add io-github-alxpark-propresenter-mcp -- npx -y @alxpark/propresenter-mcp@1.0.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-gitscrum-mcp Summary: MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI Category: Developer Tools Mode: local Pricing: Free npm: @gitscrum-studio/mcp-server GitHub: https://github.com/gitscrum-core/mcp-server Security Score: 7.5/10 GitHub Stars: 4 Creator: Gitscrum Core Creator Reputation: B Version: 1.0.2 Required Credentials: GITSCRUM_API_URL (optional), GITSCRUM_TOKEN (required) Install (Claude Code): claude mcp add com-gitscrum-mcp -- npx -y @gitscrum-studio/mcp-server@1.0.7 --- ## Kubeview URL: https://mcp-marketplace.io/server/io-github-mikhae1-kubeview Summary: Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters. Category: Developer Tools Mode: local Pricing: Free npm: kubeview-mcp GitHub: https://github.com/mikhae1/kubeview-mcp Security Score: 10/10 GitHub Stars: 4 Creator: Mikhae1 Creator Reputation: B Version: 2.0.0 Required Credentials: KUBECONFIG (optional), MCP_TRANSPORT (optional), MCP_MODE (optional), MCP_CODE_MODE_DISABLED_TOOLS (optional), MCP_ARGO_TOOLS (optional), MCP_ARGOCD_TOOLS (optional), MCP_LOG_LEVEL (optional), MCP_KUBE_CONTEXT (optional), MCP_K8S_SKIP_TLS_VERIFY (optional), MCP_HIDE_SENSITIVE (optional), MCP_TIMEOUT (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_PATH (optional), MCP_HTTP_JSON_RESPONSE (optional), MCP_APPROVAL_STATE_SECRET (required), MCP_APPROVAL_REPLAY_DIR (optional), MCP_ALLOWED_HOSTS (optional), MCP_ALLOWED_ORIGINS (optional), KUBE_MCP_FORCE_VM_SANDBOX (optional), MCP_DISABLE_KUBERNETES_PLUGIN (optional), MCP_DISABLE_HELM_PLUGIN (optional), MCP_DISABLE_ARGO_PLUGIN (optional), MCP_DISABLE_ARGOCD_PLUGIN (optional) Install (Claude Code): claude mcp add io-github-mikhae1-kubeview -- npx -y kubeview-mcp@2.0.0 --- ## Mercury Spec Ops URL: https://mcp-marketplace.io/server/io-github-n0zer0d4y-mercury-spec-ops Summary: Modular MCP server for dynamic prompt generation and software development analysis tools Category: Developer Tools Mode: local Pricing: Free npm: @n0zer0d4y/mercury-spec-ops GitHub: https://github.com/n0zer0d4y/mercury-spec-ops Security Score: 8.3/10 GitHub Stars: 4 Creator: N0zer0d4y Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-n0zer0d4y-mercury-spec-ops -- npx -y @n0zer0d4y/mercury-spec-ops@0.1.2 --- ## Conway URL: https://mcp-marketplace.io/server/io-github-mbeato-apimesh Summary: 74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402. Category: Developer Tools Mode: local Pricing: Free npm: @mbeato/apimesh-mcp-server GitHub: https://github.com/mbeato/conway Security Score: 7.4/10 GitHub Stars: 4 Creator: Mbeato Creator Reputation: B Version: 1.8.2 Install (Claude Code): claude mcp add io-github-mbeato-apimesh -- npx -y @mbeato/apimesh-mcp-server --- ## GroundTruth URL: https://mcp-marketplace.io/server/io-github-rm-rf-prod-groundtruth Summary: Live docs MCP server. 598+ libraries, evidence-verified answers, code audit, snippets, dispatch. Category: Developer Tools Mode: local Pricing: Free npm: @groundtruth-mcp/gt-mcp GitHub: https://github.com/rm-rf-prod/GroundTruth-MCP Security Score: 10/10 Rating: 5/5 Installs: 1 GitHub Stars: 4 Creator: rm-rf-prod Creator Reputation: B+ Version: 7.5.0 Required Credentials: GT_GITHUB_TOKEN (required) Install (Claude Code): claude mcp add io-github-rm-rf-prod-groundtruth -- npx -y @groundtruth-mcp/gt-mcp@7.5.0 --- ## Monarch URL: https://mcp-marketplace.io/server/io-github-jamiew-monarch-mcp Summary: Access Monarch financial data — accounts, transactions, budgets, and more Category: Developer Tools Mode: local Pricing: Free PyPI: monarch-mcp-jamiew GitHub: https://github.com/jamiew/monarch-mcp Security Score: 10/10 GitHub Stars: 4 Creator: Jamiew Creator Reputation: B Version: 0.4.0 Required Credentials: MONARCH_EMAIL (optional), MONARCH_PASSWORD (required), MONARCH_MFA_SECRET (required), MONARCH_FORCE_LOGIN (optional) Install (Claude Code): claude mcp add io-github-jamiew-monarch-mcp -- uvx monarch-mcp-jamiew==0.4.0 --- ## Chia Explorer URL: https://mcp-marketplace.io/server/io-github-spacetime-technology-chia-explorer Summary: MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API. Category: Developer Tools Mode: local Pricing: Free npm: chia-explorer GitHub: https://github.com/Spacetime-Technology/chia-explorer Security Score: 7/10 GitHub Stars: 4 Creator: Spacetime Technology Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-spacetime-technology-chia-explorer -- npx -y chia-explorer@0.3.0 --- ## Ejentum URL: https://mcp-marketplace.io/server/io-github-ejentum-ejentum-mcp Summary: Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp Description: Reasoning, code, anti-deception, memory harness MCP tools. Stdio or HTTPS api.ejentum.com/mcp Remote endpoints: streamable-http: https://api.ejentum.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: ejentum-mcp Remote URL: https://api.ejentum.com/mcp GitHub: https://github.com/ejentum/ejentum-mcp Security Score: 5.2/10 GitHub Stars: 4 Creator: Ejentum Creator Reputation: B Version: 0.2.2 Required Credentials: EJENTUM_API_KEY (required) Install (Claude Code): claude mcp add io-github-ejentum-ejentum-mcp -- npx -y ejentum-mcp@0.2.2 Install (Claude Code Remote): claude mcp add --transport http io-github-ejentum-ejentum-mcp https://api.ejentum.com/mcp --- ## Lorg URL: https://mcp-marketplace.io/server/io-github-lorgai-lorg-mcp-server Summary: Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP Description: Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP Remote endpoints: streamable-http: https://api.lorg.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: lorg-mcp-server Remote URL: https://api.lorg.ai/mcp GitHub: https://github.com/LorgAI/lorg-mcp-server MCP Tools (26): lorg_help, lorg_read_manual, lorg_get_profile, lorg_get_trust, lorg_orientation_status, lorg_orientation_submit_task1, lorg_get_orientation_example, lorg_orientation_submit_task2, lorg_orientation_submit_task3, lorg_contribute, lorg_pre_task, lorg_search, lorg_get_contribution, lorg_archive_query, lorg_get_constitution, lorg_contribute_harvest, lorg_dismiss_harvest, lorg_validate, lorg_record_adoption, lorg_list_validations_given, lorg_list_validations_received, lorg_list_my_contributions, lorg_evaluate_session, lorg_get_archive_gaps, lorg_preview_quality_gate, lorg_assist Security Score: 10/10 GitHub Stars: 4 Creator: LorgAI Creator Reputation: B Version: 1.4.4 Required Credentials: LORG_API_KEY (required) Install (Claude Code): claude mcp add io-github-lorgai-lorg-mcp-server -- npx -y lorg-mcp-server@1.4.4 Install (Claude Code Remote): claude mcp add --transport http io-github-lorgai-lorg-mcp-server https://api.lorg.ai/mcp --- ## Agirails URL: https://mcp-marketplace.io/server/io-github-unima3x-agirails-mcp-server Summary: Payment rails for AI agents — escrow, settlement, discovery, and disputes from any context window. Category: Developer Tools Mode: local Pricing: Free npm: @agirails/mcp-server GitHub: https://github.com/agirails/agirails-mcp-server Security Score: 7/10 GitHub Stars: 4 Creator: Agirails Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-unima3x-agirails-mcp-server -- npx -y @agirails/mcp-server --- ## Finops URL: https://mcp-marketplace.io/server/io-github-chaandannn-finops-mcp Summary: Local-first FinOps copilot: ask AWS, Azure, GCP, Kubernetes and SaaS cost questions in your editor. Category: Developer Tools Mode: local Pricing: Free PyPI: finops-mcp GitHub: https://github.com/chaandannn/finopsmcp Security Score: 10/10 GitHub Stars: 4 Creator: Chaandannn Creator Reputation: B Version: 0.8.176 Install (Claude Code): claude mcp add io-github-chaandannn-finops-mcp -- uvx finops-mcp==0.8.176 --- ## Agent Configs URL: https://mcp-marketplace.io/server/com-lassare-ask Summary: Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack. Description: Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack. Remote endpoints: streamable-http: https://mcp.lassare.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lassare.com/mcp GitHub: https://github.com/lassare-hq/agent-configs MCP Tools (2): ask, approve Security Score: 10/10 Rating: 5/5 Installs: 10 GitHub Stars: 4 Creator: Lassare Hq Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-lassare-ask https://mcp.lassare.com/mcp --- ## Token Pilot URL: https://mcp-marketplace.io/server/io-github-digital-threads-token-pilot Summary: Save up to 80% tokens when AI reads code via AST-aware structural reading Category: Developer Tools Mode: local Pricing: Free npm: token-pilot GitHub: https://github.com/Digital-Threads/token-pilot Security Score: 10/10 GitHub Stars: 4 Creator: Digital Threads Creator Reputation: B Version: 0.51.1 Install (Claude Code): claude mcp add io-github-digital-threads-token-pilot -- npx -y token-pilot@0.51.1 --- ## Steam Games URL: https://mcp-marketplace.io/server/io-github-grinv-steam-games-mcp Summary: Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API). Category: Developer Tools Mode: local Pricing: Free npm: steam-games-mcp GitHub: https://github.com/Grinv/steam-games-mcp Security Score: 10/10 GitHub Stars: 4 Creator: Grinv Creator Reputation: B Version: 0.13.1 Required Credentials: STEAM_API_KEY (required), STEAM_ID (optional), STEAM_COUNTRY (optional), STEAM_LANGUAGE (optional) Install (Claude Code): claude mcp add io-github-grinv-steam-games-mcp -- npx -y steam-games-mcp@0.13.1 --- ## Starling Bank URL: https://mcp-marketplace.io/server/io-github-domdomegg-starling-bank-mcp Summary: Allow AI systems to view and control your Starling Bank account via MCP. Category: Finance Mode: local Pricing: Free npm: starling-bank-mcp GitHub: https://github.com/domdomegg/starling-bank-mcp.git Security Score: 4.8/10 GitHub Stars: 4 Creator: Domdomegg Creator Reputation: B Version: 1.2.1 Required Credentials: STARLING_BANK_ACCESS_TOKEN (required), STARLING_BANK_PRIVATE_KEY_UID (required), STARLING_BANK_PRIVATE_KEY_PEM (required) Install (Claude Code): claude mcp add io-github-domdomegg-starling-bank-mcp -- npx -y starling-bank-mcp@1.2.1 --- ## Onelogin URL: https://mcp-marketplace.io/server/io-github-onelogin-onelogin-mcp Summary: MCP server for OneLogin API - manage users, apps, roles, and authentication Category: Developer Tools Mode: local Pricing: Free npm: @onelogin/onelogin-mcp GitHub: https://github.com/onelogin/onelogin-mcp Security Score: 4.2/10 GitHub Stars: 4 Creator: Onelogin Creator Reputation: B Version: 1.2.0 Required Credentials: ONELOGIN_URL (optional), ONELOGIN_CLIENT_ID (required), ONELOGIN_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-onelogin-onelogin-mcp -- npx -y @onelogin/onelogin-mcp@1.2.0 --- ## Manifold URL: https://mcp-marketplace.io/server/io-github-nonchan7720-manifold Summary: MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/nonchan7720/manifold Security Score: 10/10 GitHub Stars: 4 Creator: Nonchan7720 Creator Reputation: B Version: 1.12.0 Required Credentials: ENCRYPT_KEY (required), SERVER_NAME (optional) --- ## Audio Sonic URL: https://mcp-marketplace.io/server/io-github-ripunjay-kashyap-audio-sonic-mcp Summary: Local-first audio analysis: BPM, musical key, production profile, and CLAP vibe embeddings. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/ripunjay-kashyap/audio-sonic-mcp Security Score: 4.2/10 GitHub Stars: 4 Creator: Ripunjay Kashyap Creator Reputation: B Version: 1.2.0 Required Credentials: JOBS_ROOT (optional), KEEP_JOB_FILES (optional) --- ## Slideforge URL: https://mcp-marketplace.io/server/dev-slideforge-slideforge Summary: Deterministic, fully editable PowerPoint from typed slide intents. 200+ layouts, brand templates. Description: Deterministic, fully editable PowerPoint from typed slide intents. 200+ layouts, brand templates. Remote endpoints: streamable-http: https://api.slideforge.dev/mcp/ Category: Developer Tools Mode: dual Pricing: Free PyPI: slideforge-mcp Remote URL: https://api.slideforge.dev/mcp/ GitHub: https://github.com/smartdatabrokers/slideforge-mcp Security Score: 5.2/10 GitHub Stars: 4 Creator: Smartdatabrokers Creator Reputation: B Version: 5.9.0 Required Credentials: SLIDEFORGE_API_KEY (required) Install (Claude Code): claude mcp add dev-slideforge-slideforge -- uvx slideforge-mcp==5.9.0 Install (Claude Code Remote): claude mcp add --transport http dev-slideforge-slideforge https://api.slideforge.dev/mcp/ --- ## Rcsb URL: https://mcp-marketplace.io/server/io-github-rcsb-rcsb-mcp Summary: MCP server to search, inspect, and cross-reference RCSB Protein Data Bank structures Category: Developer Tools Mode: local Pricing: Free PyPI: rcsb-mcp GitHub: https://github.com/rcsb/rcsb-mcp Security Score: 4.8/10 GitHub Stars: 3 Creator: Rcsb Creator Reputation: B Version: 0.15.0 Install (Claude Code): claude mcp add io-github-rcsb-rcsb-mcp -- uvx rcsb-mcp==0.15.0 --- ## Varrd URL: https://mcp-marketplace.io/server/io-github-augiemazza-varrd Summary: Validated trading edges across futures, equities, crypto. Live signals, full audit trail. Description: Validated trading edges across futures, equities, crypto. Live signals, full audit trail. Remote endpoints: streamable-http: https://app.varrd.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.varrd.com/mcp GitHub: https://github.com/augiemazza/varrd MCP Tools (9): varrd_edges, varrd_ai, search, get_hypothesis, check_balance, buy_credits, reset_session, autonomous_varrd_ai, get_briefed Security Score: 6/10 GitHub Stars: 3 Creator: Augiemazza Creator Reputation: B Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http io-github-augiemazza-varrd https://app.varrd.com/mcp --- ## Arangodb Async URL: https://mcp-marketplace.io/server/io-github-pcfvw-mcp-arangodb-async Summary: Async MCP server for ArangoDB: 46 tools for graphs, queries, and multi-tenancy. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-arangodb-async GitHub: https://github.com/PCfVW/mcp-arangodb-async Security Score: 5/10 GitHub Stars: 3 Creator: Eric Jacopin Creator Reputation: F Version: 0.5.4 Install (Claude Code): claude mcp add io-github-pcfvw-mcp-arangodb-async -- uvx mcp-arangodb-async==0.5.4 --- ## Memphora URL: https://mcp-marketplace.io/server/io-github-memphora-memphora Summary: Add persistent memory to AI assistants. Store and recall info across conversations. Category: Developer Tools Mode: local Pricing: Free PyPI: memphora-mcp GitHub: https://github.com/Memphora/memphora-mcp Security Score: 10/10 GitHub Stars: 3 Creator: Memphora Creator Reputation: B Version: 0.1.3 Required Credentials: MEMPHORA_API_KEY (required), MEMPHORA_USER_ID (optional) Install (Claude Code): claude mcp add io-github-memphora-memphora -- uvx memphora-mcp==0.1.3 --- ## Filekiwi URL: https://mcp-marketplace.io/server/io-github-file-kiwi-filekiwi-mcp-server Summary: Upload files to file.kiwi and get shareable links instantly. Category: Developer Tools Mode: local Pricing: Free npm: @file-kiwi/filekiwi-mcp-server GitHub: https://github.com/file-kiwi/filekiwi-mcp-server Security Score: 8/10 GitHub Stars: 3 Creator: File Kiwi Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-file-kiwi-filekiwi-mcp-server -- npx -y @file-kiwi/filekiwi-mcp-server@2.0.1 --- ## Strategy Skills URL: https://mcp-marketplace.io/server/io-github-eterdis-strategy-skills Summary: 11 open strategy frameworks as AI-guided prompts for any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: @eterdis/strategy-skills-mcp GitHub: https://github.com/eterdis/strategy-skills Security Score: 10/10 GitHub Stars: 3 Creator: Eterdis Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-eterdis-strategy-skills -- npx -y @eterdis/strategy-skills-mcp@1.0.1 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-ofs-mcp Summary: NOAA OFS regional ocean model forecasts — water level, temperature, salinity Category: Developer Tools Mode: local Pricing: Free PyPI: ofs-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 GitHub Stars: 3 Creator: Mansurjisan Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-ofs-mcp -- uvx ofs-mcp --- ## Fleet URL: https://mcp-marketplace.io/server/io-github-simplyminimal-fleet-mcp Summary: An MCP server that provides tools for managing and monitoring your Fleet Device Management instance. Category: Developer Tools Mode: local Pricing: Free PyPI: fleet-mcp GitHub: https://github.com/SimplyMinimal/fleet-mcp Security Score: 6.5/10 GitHub Stars: 3 Creator: SimplyMinimal Creator Reputation: B Version: 1.1.3 Required Credentials: FLEET_SERVER_URL (optional), FLEET_API_TOKEN (required), FLEET_READONLY (optional), FLEET_ALLOW_SELECT_QUERIES (optional), FLEET_VERIFY_SSL (optional) Install (Claude Code): claude mcp add io-github-simplyminimal-fleet-mcp -- uvx fleet-mcp==1.1.3 --- ## Procm URL: https://mcp-marketplace.io/server/io-github-coder-ka-procm-mcp Summary: A Model Context Protocol (MCP) server for process management. Category: Developer Tools Mode: local Pricing: Free npm: procm-mcp GitHub: https://github.com/coder-ka/procm-mcp Security Score: 4.2/10 GitHub Stars: 3 Creator: Coder Ka Creator Reputation: B Version: 0.0.43 Install (Claude Code): claude mcp add io-github-coder-ka-procm-mcp -- npx -y procm-mcp@0.0.43 --- ## Fonparam URL: https://mcp-marketplace.io/server/io-github-kemalersin-fonparam-mcp Summary: MCP server for FonParam API - Turkish mutual funds data Category: Developer Tools Mode: local Pricing: Free npm: fonparam-mcp GitHub: https://github.com/kemalersin/fonparam-mcp Security Score: 3.5/10 GitHub Stars: 3 Creator: Kemalersin Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-kemalersin-fonparam-mcp -- npx -y fonparam-mcp@1.0.4 --- ## Odoo Mcp Gateway URL: https://mcp-marketplace.io/server/io-github-parth-unjiya-odoo-mcp-gateway Summary: Security-first MCP gateway for Odoo 17/18/19 — YAML-driven security, 27 tools Category: Developer Tools Mode: local Pricing: Free PyPI: odoo-mcp-gateway GitHub: https://github.com/parth-unjiya/odoo-mcp-gateway Security Score: 7.5/10 GitHub Stars: 3 Creator: Parth Unjiya Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-parth-unjiya-odoo-mcp-gateway -- uvx odoo-mcp-gateway --- ## Agentdomain URL: https://mcp-marketplace.io/server/cloud-agentdomain-agentdomain-mcp Summary: Register and manage internet domains for AI agents via AgentDomain Category: Developer Tools Mode: local Pricing: Free PyPI: agentdomain-mcp GitHub: https://github.com/MarsHeer/agentdomain-mcp Security Score: 3.2/10 GitHub Stars: 3 Creator: Marco Balbona Creator Reputation: F Version: 1.1.2 Install (Claude Code): claude mcp add cloud-agentdomain-agentdomain-mcp -- uvx agentdomain-mcp==1.0.1 --- ## Pepesto URL: https://mcp-marketplace.io/server/io-github-pepesto-solutions-pepesto-mcp Summary: MCP server for the Pepesto grocery shopping API — recipe-to-cart across European supermarkets. Category: Developer Tools Mode: local Pricing: Free npm: @pepesto/pepesto-mcp GitHub: https://github.com/pepesto-solutions/pepesto-mcp Security Score: 5.2/10 GitHub Stars: 3 Creator: Pepesto Solutions Creator Reputation: B Version: 1.7.0 Required Credentials: PEPESTO_API_KEY (required) Install (Claude Code): claude mcp add io-github-pepesto-solutions-pepesto-mcp -- npx -y @pepesto/pepesto-mcp@1.7.0 --- ## Last Ehr URL: https://mcp-marketplace.io/server/io-github-cbetz-last-ehr Summary: FHIR chart tools for MCP: read-only by default, with elicitation-gated, human-approved writes. Category: Developer Tools Mode: local Pricing: Free npm: @lastehr/mcp GitHub: https://github.com/cbetz/last-ehr Security Score: 9.7/10 GitHub Stars: 3 Creator: Cbetz Creator Reputation: B Version: 0.3.1 Required Credentials: MEDPLUM_ACCESS_TOKEN (required), MEDPLUM_CLIENT_ID (optional), MEDPLUM_CLIENT_SECRET (required), MEDPLUM_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-cbetz-last-ehr -- npx -y @lastehr/mcp --- ## BackGen URL: https://mcp-marketplace.io/server/io-github-ibrahimkhaled19-backgen Summary: Generate Express.js backend projects with ORMs, auth, payments, and DevOps Category: Developer Tools Mode: local Pricing: Free npm: @ibrahimkhaled19/backgen GitHub: https://github.com/IbrahimKhaled19/BackGen Security Score: 4.2/10 GitHub Stars: 3 Creator: IbrahimKhaled19 Creator Reputation: B Version: 1.14.0 Install (Claude Code): claude mcp add io-github-ibrahimkhaled19-backgen -- npx -y @ibrahimkhaled19/backgen@1.14.0 --- ## Llm Bus URL: https://mcp-marketplace.io/server/com-llm-bus-llm-bus Summary: Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks. Description: Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks. Remote endpoints: streamable-http: https://mcp.llm-bus.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.llm-bus.com/mcp GitHub: https://github.com/danieldoderlein/llm-bus Security Score: 10/10 GitHub Stars: 3 Creator: Danieldoderlein Creator Reputation: B Version: 1.0.0 Required Credentials: DATABASE_URL (required) Install (Claude Code Remote): claude mcp add --transport http com-llm-bus-llm-bus https://mcp.llm-bus.com/mcp --- ## Mushi Mushi URL: https://mcp-marketplace.io/server/io-github-kensaurus-mushi-mushi Summary: Bug translation for vibe coders: plain-English diagnosis + paste-ready fix in your AI coding agent Description: Bug translation for vibe coders: plain-English diagnosis + paste-ready fix in your AI coding agent Remote endpoints: streamable-http: https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @mushi-mushi/mcp Remote URL: https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp GitHub: https://github.com/kensaurus/mushi-mushi Security Score: 10/10 GitHub Stars: 3 Creator: Kensaurus Creator Reputation: B Version: 0.20.2 Required Credentials: MUSHI_API_KEY (required), MUSHI_PROJECT_ID (optional), MUSHI_API_ENDPOINT (optional), MUSHI_FEATURES (optional) Install (Claude Code): claude mcp add io-github-kensaurus-mushi-mushi -- npx -y @mushi-mushi/mcp@0.20.2 Install (Claude Code Remote): claude mcp add --transport http io-github-kensaurus-mushi-mushi https://dxptnwrhwsqckaftyymj.supabase.co/functions/v1/mcp --- ## Moltrust URL: https://mcp-marketplace.io/server/io-github-moltycel-moltrust-mcp-server Summary: Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC. Category: Developer Tools Mode: local Pricing: Free PyPI: moltrust-mcp-server GitHub: https://github.com/MoltyCel/moltrust-mcp-server Security Score: 7/10 GitHub Stars: 3 Creator: MoltyCel Creator Reputation: B Version: 0.7.0 Install (Claude Code): claude mcp add io-github-moltycel-moltrust-mcp-server -- uvx moltrust-mcp-server==1.2.0 --- ## Swapi URL: https://mcp-marketplace.io/server/build-swapi-star-wars Summary: Star Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles. Description: Star Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles. Remote endpoints: streamable-http: https://swapi.build/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://swapi.build/mcp GitHub: https://github.com/eldermoraes/swapi.build MCP Tools (4): sw_get, sw_list, sw_random, sw_search Security Score: 10/10 GitHub Stars: 3 Creator: Eldermoraes Creator Reputation: B Version: 2.4.0 Install (Claude Code Remote): claude mcp add --transport http build-swapi-star-wars https://swapi.build/mcp --- ## Figma Edit URL: https://mcp-marketplace.io/server/io-github-neozhehan-figma-edit-mcp Summary: Programmatically read, create, and modify Figma designs via MCP. Category: Design Mode: local Pricing: Free npm: figma-edit-mcp GitHub: https://github.com/neozhehan/figma-edit-mcp Security Score: 4.2/10 GitHub Stars: 3 Creator: Neozhehan Creator Reputation: B Version: 2.3.3 Install (Claude Code): claude mcp add io-github-neozhehan-figma-edit-mcp -- npx -y figma-edit-mcp@2.3.3 --- ## Math Mcp Learning Server URL: https://mcp-marketplace.io/server/io-github-clouatre-labs-math-mcp-learning-server Summary: Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace Description: Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace Remote endpoints: streamable-http: https://math-mcp.fastmcp.app/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: math-mcp-learning-server Remote URL: https://math-mcp.fastmcp.app/mcp GitHub: https://github.com/clouatre-labs/math-mcp-learning-server MCP Tools (17): calc_expression, calc_statistics, calc_interest, calc_units, matrix_multiply, matrix_transpose, matrix_determinant, matrix_inverse, matrix_eigenvalues, workspace_save, workspace_load, plot_function, plot_histogram, plot_line_chart, plot_scatter, plot_box_plot, plot_financial_line Security Score: 9.5/10 GitHub Stars: 3 Creator: Clouatre Labs Creator Reputation: B Version: 0.12.3 Install (Claude Code): claude mcp add io-github-clouatre-labs-math-mcp-learning-server -- uvx math-mcp-learning-server==0.12.3 Install (Claude Code Remote): claude mcp add --transport http io-github-clouatre-labs-math-mcp-learning-server https://math-mcp.fastmcp.app/mcp --- ## Allure Testops URL: https://mcp-marketplace.io/server/io-github-mshegolev-allure-testops-mcp Summary: Allure TestOps MCP — projects, launches, test cases, test results via REST API. Category: Developer Tools Mode: local Pricing: Free PyPI: allure-testops-mcp GitHub: https://github.com/mshegolev/allure-testops-mcp Security Score: 5.2/10 GitHub Stars: 3 Creator: Mshegolev Creator Reputation: B Version: 0.9.3 Required Credentials: ALLURE_URL (optional), ALLURE_TOKEN (required), ALLURE_SSL_VERIFY (optional) Install (Claude Code): claude mcp add io-github-mshegolev-allure-testops-mcp -- uvx allure-testops-mcp==0.9.3 --- ## Measure Space URL: https://mcp-marketplace.io/server/io-github-measurespace-measure-space-mcp-server Summary: MCP server for weather, climate, air quality, agriculture, pollen and geocoding from measurespace.io Category: Developer Tools Mode: local Pricing: Free npm: @measurespace/measure-space-mcp-server GitHub: https://github.com/MeasureSpace/measure-space-mcp-server Security Score: 6/10 GitHub Stars: 3 Creator: MeasureSpace Creator Reputation: B Version: 0.2.0 Required Credentials: GEOCODING_API_KEY (required), HOURLY_WEATHER_API_KEY (required), DAILY_WEATHER_API_KEY (required), DAILY_CLIMATE_API_KEY (required), AIR_QUALITY_API_KEY (required), AGRICULTURE_API_KEY (required), POLLEN_API_KEY (required) Install (Claude Code): claude mcp add io-github-measurespace-measure-space-mcp-server -- npx -y @measurespace/measure-space-mcp-server@0.2.0 --- ## Awesome Copilot URL: https://mcp-marketplace.io/server/io-github-rbbtsn0w-awesome-copilot-mcp Summary: Model Context Protocol server for awesome-copilot agents and collections Category: Developer Tools Mode: local Pricing: Free npm: awesome-copilot-mcp GitHub: https://github.com/RbBtSn0w/awesome-copilot-mcp Security Score: 4.2/10 GitHub Stars: 3 Creator: RbBtSn0w Creator Reputation: B Version: 0.8.6 Install (Claude Code): claude mcp add io-github-rbbtsn0w-awesome-copilot-mcp -- npx -y awesome-copilot-mcp@0.8.6 --- ## Stellavault URL: https://mcp-marketplace.io/server/io-github-evanciel-stellavault Summary: Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys. Category: Developer Tools Mode: local Pricing: Free npm: stellavault GitHub: https://github.com/Evanciel/stellavault Security Score: 4.2/10 GitHub Stars: 3 Creator: Evanciel Creator Reputation: B Version: 0.9.0 Required Credentials: STELLAVAULT_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-evanciel-stellavault -- npx -y stellavault@0.9.0 --- ## Talamus URL: https://mcp-marketplace.io/server/io-github-ampres-ai-talamus Summary: Local-first, source-grounded memory that survives AI agent sessions. Category: Developer Tools Mode: local Pricing: Free PyPI: talamus GitHub: https://github.com/ampres-ai/talamus Security Score: 10/10 GitHub Stars: 3 Creator: Ampres Creator Reputation: C- Version: 1.1.3 Install (Claude Code): claude mcp add io-github-ampres-ai-talamus -- uvx talamus==1.1.3 --- ## Hudu URL: https://mcp-marketplace.io/server/io-github-wyre-technology-hudu-mcp Summary: MCP server for Hudu IT documentation — companies, assets, articles, passwords, and procedures. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/wyre-technology/hudu-mcp Security Score: 5.8/10 GitHub Stars: 3 Creator: Wyre Technology Creator Reputation: B Version: 1.3.7 Required Credentials: HUDU_API_KEY (required), HUDU_BASE_URL (optional), MCP_TRANSPORT (optional), AUTH_MODE (optional), LOG_LEVEL (optional) --- ## Coolify URL: https://mcp-marketplace.io/server/io-github-frndchagas-coolify-mcp Summary: MCP server for Coolify API operations. Category: Developer Tools Mode: local Pricing: Free npm: @fndchagas/coolify-mcp GitHub: https://github.com/frndchagas/coolify-mcp Security Score: 9.5/10 GitHub Stars: 3 Creator: Fernando Chagas Creator Reputation: C Version: 2.3.1 Required Credentials: COOLIFY_BASE_URL (optional), COOLIFY_TOKEN (required), COOLIFY_STRICT_VERSION (optional), COOLIFY_ALLOW_WRITE (optional), COOLIFY_ALLOW_UNSAFE_LOGS (optional), COOLIFY_OPENAPI_REF (optional) Install (Claude Code): claude mcp add io-github-frndchagas-coolify-mcp -- npx -y @fndchagas/coolify-mcp@2.3.1 --- ## Astronomy Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-astronomy-oracle Summary: Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC. Category: Developer Tools Mode: local Pricing: Free npm: astronomy-oracle GitHub: https://github.com/gregario/astronomy-oracle Security Score: 5/10 GitHub Stars: 3 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-astronomy-oracle -- npx -y astronomy-oracle@0.1.0 --- ## Nbb URL: https://mcp-marketplace.io/server/io-github-lacausecrypto-mcp-nbb Summary: MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows). Category: Finance Mode: local Pricing: Free PyPI: mcp-nbb GitHub: https://github.com/lacausecrypto/mcp-nbb Security Score: 6.5/10 GitHub Stars: 3 Creator: Lacausecrypto Creator Reputation: B Version: 0.1.2 Required Credentials: NBB_LOG_LEVEL (optional), NBB_LOG_FORMAT (optional), NBB_HTTP_CACHE_ENABLED (optional) Install (Claude Code): claude mcp add io-github-lacausecrypto-mcp-nbb -- uvx mcp-nbb==0.1.2 --- ## Better Godot URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-godot-mcp Summary: Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development. Category: Developer Tools Mode: local Pricing: Free npm: @n24q02m/better-godot-mcp GitHub: https://github.com/n24q02m/better-godot-mcp.git Security Score: 10/10 GitHub Stars: 3 Creator: N24q02m Creator Reputation: B Version: 1.23.3 Required Credentials: GODOT_PROJECT_PATH (optional), GODOT_PATH (optional) Install (Claude Code): claude mcp add io-github-n24q02m-better-godot-mcp -- npx -y @n24q02m/better-godot-mcp@1.23.3 --- ## RE Call URL: https://mcp-marketplace.io/server/io-github-giulioder-re-call Summary: Agent memory on your own Postgres that flags superseded facts and abstains instead of guessing. Category: Developer Tools Mode: local Pricing: Free PyPI: recall-rag GitHub: https://github.com/GiulioDER/RE-call Security Score: 10/10 GitHub Stars: 3 Creator: GiulioDER Creator Reputation: B Version: 0.11.0 Required Credentials: RECALL_SERVING_DSN (required), RECALL_TENANT (optional), RECALL_TRUST_MODE (optional), RECALL_EMBEDDER (optional), RECALL_TABLE (optional), RECALL_MCP_TOOLS (optional) Install (Claude Code): claude mcp add io-github-giulioder-re-call -- uvx recall-rag==0.11.0 --- ## Better Email URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-email-mcp Summary: IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery. Category: Developer Tools Mode: local Pricing: Free npm: @n24q02m/better-email-mcp GitHub: https://github.com/n24q02m/better-email-mcp.git Security Score: 10/10 GitHub Stars: 3 Creator: N24q02m Creator Reputation: B Version: 1.40.1 Required Credentials: EMAIL_CREDENTIALS (required) Install (Claude Code): claude mcp add io-github-n24q02m-better-email-mcp -- npx -y @n24q02m/better-email-mcp@1.40.1 --- ## Medical Terminologies URL: https://mcp-marketplace.io/server/io-github-sidneybissoli-medical-terminologies-mcp Summary: Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 31 tools, MIT. Description: Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 31 tools, MIT. Remote endpoints: streamable-http: https://medical.sidneybissoli.com/mcp Category: Security Mode: dual Pricing: Free npm: medical-terminologies-mcp Remote URL: https://medical.sidneybissoli.com/mcp GitHub: https://github.com/SidneyBissoli/medical-terminologies-mcp MCP Tools (31): icd11_search, icd11_lookup, icd11_hierarchy, icd11_chapters, icd11_postcoordination, loinc_search, loinc_details, loinc_answers, loinc_panels, rxnorm_search, rxnorm_concept, rxnorm_ingredients, rxnorm_classes, rxnorm_ndc, mesh_search, mesh_descriptor, mesh_tree, mesh_qualifiers, map_icd10_to_icd11, map_loinc_to_snomed, validate_codes, find_equivalent, atc_classify, atc_lookup, atc_members, cid10_search, cid10_lookup, cid10_chapters, cid10_chapter, terminology_versions, terminology_diff Security Score: 9.5/10 GitHub Stars: 3 Creator: SidneyBissoli Creator Reputation: B Version: 1.9.1 Required Credentials: WHO_CLIENT_ID (optional), WHO_CLIENT_SECRET (required), WHO_ICD11_RELEASE_ID (optional), ENABLE_SNOMED_TOOLS (optional), SNOMED_BASE_URL (optional), SNOMED_LANGUAGE (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-sidneybissoli-medical-terminologies-mcp -- npx -y medical-terminologies-mcp@1.9.1 Install (Claude Code Remote): claude mcp add --transport http io-github-sidneybissoli-medical-terminologies-mcp https://medical.sidneybissoli.com/mcp --- ## Ohm URL: https://mcp-marketplace.io/server/io-github-murugarajr-ohm-mcp Summary: AST-based Python refactoring MCP server with safe automated refactorings and rollback Category: Developer Tools Mode: local Pricing: Free npm: ohm-mcp PyPI: ohm-mcp GitHub: https://github.com/Murugarajr/ohm-mcp Security Score: 7/10 Installs: 3 GitHub Stars: 2 Creator: Murugarajr Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add io-github-murugarajr-ohm-mcp -- npx -y ohm-mcp@1.0.1 --- ## Queue Pilot URL: https://mcp-marketplace.io/server/io-github-larscowe-queue-pilot Summary: MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation Category: Developer Tools Mode: local Pricing: Free npm: queue-pilot GitHub: https://github.com/LarsCowe/queue-pilot Security Score: 9.5/10 GitHub Stars: 2 Creator: LarsCowe Creator Reputation: B Version: 0.5.1 Required Credentials: RABBITMQ_URL (optional), RABBITMQ_USER (required), RABBITMQ_PASS (required), KAFKA_BROKERS (optional), KAFKA_CLIENT_ID (optional), KAFKA_SASL_MECHANISM (optional), KAFKA_SASL_USERNAME (required), KAFKA_SASL_PASSWORD (required) Install (Claude Code): claude mcp add io-github-larscowe-queue-pilot -- npx -y queue-pilot@0.5.3 --- ## Instagram Dm URL: https://mcp-marketplace.io/server/io-github-kynuxdev-mcp-instagram-dm Summary: Read, send, search & manage Instagram DMs through AI assistants. 15 tools, cookie auth. Category: Marketing & Social Mode: local Pricing: Free npm: mcp-instagram-dm GitHub: https://github.com/KynuxDev/mcp-instagram-dm Security Score: 7/10 GitHub Stars: 2 Creator: KynuxDev Creator Reputation: B Version: 2.1.1 Install (Claude Code): claude mcp add io-github-kynuxdev-mcp-instagram-dm -- npx -y mcp-instagram-dm@2.1.1 --- ## Lemonsqueezy URL: https://mcp-marketplace.io/server/io-github-intrepidservicesllc-lemonsqueezy-mcp-server Summary: Lemon Squeezy SDK as MCP server. Give your AI assistant access to payment and subscription data. Category: Developer Tools Mode: local Pricing: Free npm: lemonsqueezy-mcp-server GitHub: https://github.com/IntrepidServicesLLC/lemonsqueezy-mcp-server Security Score: 5.3/10 GitHub Stars: 2 Creator: IntrepidServicesLLC Creator Reputation: B Version: 1.0.3 Required Credentials: LEMONSQUEEZY_API_KEY (required) Install (Claude Code): claude mcp add io-github-intrepidservicesllc-lemonsqueezy-mcp-server -- npx -y lemonsqueezy-mcp-server@1.0.3 --- ## Haldir URL: https://mcp-marketplace.io/server/io-github-exposureguard-haldir Summary: Guardian layer for AI agents: identity, secrets, audit via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: haldir GitHub: https://github.com/ExposureGuard/haldir Security Score: 10/10 GitHub Stars: 2 Creator: ExposureGuard Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-exposureguard-haldir -- uvx haldir==0.3.0 --- ## Aiqbee Ai URL: https://mcp-marketplace.io/server/com-aiqbee-brain Summary: AI knowledge graph for architecture, portfolio, and digital strategy management. Description: AI knowledge graph for architecture, portfolio, and digital strategy management. Remote endpoints: streamable-http: https://mcp.aiqbee.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aiqbee.com/mcp GitHub: https://github.com/AIQBee/aiqbee-ai MCP Tools (25): aiqbee_list_brains, aiqbee_get_brain_info, aiqbee_edit_is_allowed, aiqbee_list_brain_templates, aiqbee_create_brain, aiqbee_update_brain, aiqbee_delete_brain, aiqbee_search, aiqbee_fetch, aiqbee_list_neurons, aiqbee_list_neuron_types, aiqbee_add_neuron_type, aiqbee_edit_neuron_type, aiqbee_delete_neuron_type, aiqbee_create_neuron, aiqbee_update_neuron, aiqbee_delete_neuron, aiqbee_get_relationships, aiqbee_create_relationship, aiqbee_update_relationship, aiqbee_delete_relationship, aiqbee_list_users, aiqbee_grant_access, aiqbee_revoke_access, aiqbee_batch_update_access Security Score: 10/10 GitHub Stars: 2 Creator: AIQBee Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-aiqbee-brain https://mcp.aiqbee.com/mcp --- ## Creative Claw Marketplace URL: https://mcp-marketplace.io/server/co-creativeclaw-creative-claw Summary: On-brand creative studio for AI agents: images, video, audio, and 3D. Description: On-brand creative studio for AI agents: images, video, audio, and 3D. Remote endpoints: streamable-http: https://app.creativeclaw.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.creativeclaw.co/mcp GitHub: https://github.com/CreativeClawCo/creative-claw-marketplace Security Score: 9.9/10 GitHub Stars: 2 Creator: CreativeClawCo Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-creativeclaw-creative-claw https://app.creativeclaw.co/mcp --- ## Recon URL: https://mcp-marketplace.io/server/recon Description: Recon indexes your codebase into a knowledge graph and exposes it via 14 MCP tools. AI agents get dependency mapping, blast radius analysis, safe multi-file rename, execution flow tracing, Cypher queries, semantic search, and PR review without reading every file. Supports 13 languages, live re-index in ~50ms, and zero config setup. Mode: local Pricing: Free npm: recon-mcp GitHub: https://github.com/jhm1909/recon Security Score: 7/10 GitHub Stars: 2 Creator: jhm1909 Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add recon -- npx -y recon-mcp@6.0.0 --- ## Bailii URL: https://mcp-marketplace.io/server/io-github-paulieb89-bailii-mcp Summary: Search UK court judgments on BAILII — runs locally because BAILII blocks cloud IPs. Description: BAILII UK Case Law gives AI agents direct access to the British and Irish Legal Information Institute (BAILII) — the largest free archive of UK court judgments. Search across UK Supreme Court, Court of Appeal, High Court, and specialist tribunals. Extract judgment text by section for clean, focused reading. Runs locally via `uvx` because BAILII blocks cloud IP ranges, so hosted MCP servers can't reach it. No API key required. Category: Business Tools Mode: local Pricing: Free PyPI: bailii-mcp GitHub: https://github.com/paulieb89/bailii-mcp Security Score: 10/10 GitHub Stars: 2 Creator: BOUCH Creator Reputation: B- Version: 1.0.1 Tags: uk-law, case-law, bailii, court-judgments, supreme-court, legal-research, uk-legal, uk-courts, common-law, mcp, fastmcp, no-api-key, local-only, uvx Use Cases: Search UK case law across all BAILII-indexed courts (Supreme Court, Court of Appeal, High Court, First-tier Tribunal, Upper Tribunal, Employment Tribunal), Retrieve full judgment text for any case, Extract specific numbered sections/paragraphs from a judgment for focused reading, Covers England and Wales, Scotland, Northern Ireland, and Ireland, Runs locally via `uvx bailii-mcp` — no cloud hosting needed, Complements TNA Find Case Law (uk-legal-mcp) which has newer 2023+ judgments but not BAILII's deeper historical archive, No API key required — BAILII is free and open, Read-only — just queries BAILII's public pages Install (Claude Code): claude mcp add io-github-paulieb89-bailii-mcp -- uvx bailii-mcp==1.0.2 --- ## Mtg Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-mtg-oracle Summary: Magic: The Gathering MCP server — cards, rules, combos, and Commander intelligence Category: Developer Tools Mode: local Pricing: Free npm: mtg-oracle GitHub: https://github.com/gregario/mtg-oracle Security Score: 7/10 GitHub Stars: 2 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-mtg-oracle -- npx -y mtg-oracle@0.2.2 --- ## Belgium URL: https://mcp-marketplace.io/server/io-github-lacausecrypto-mcp-belgium Summary: Single MCP server for Belgian public transport, statistics, open data, and geospatial services. Category: Finance Mode: local Pricing: Free npm: mcp-belgium GitHub: https://github.com/lacausecrypto/mcp-belgium Security Score: 9.7/10 GitHub Stars: 2 Creator: Lacausecrypto Creator Reputation: B Version: 1.0.4 Required Credentials: STIB_API_KEY (required), CBEAPI_KEY (required) Install (Claude Code): claude mcp add io-github-lacausecrypto-mcp-belgium -- npx -y mcp-belgium --- ## Nveil Toolkit URL: https://mcp-marketplace.io/server/io-github-nveil-ai-nveil Summary: Data processing and visualization toolkit — 50+ chart types, raw data stays local. Category: Developer Tools Mode: local Pricing: Free PyPI: nveil GitHub: https://github.com/nveil-ai/nveil-toolkit Security Score: 10/10 GitHub Stars: 2 Creator: Nveil Ai Creator Reputation: B Version: 1.3.0 Required Credentials: NVEIL_API_KEY (required) Install (Claude Code): claude mcp add io-github-nveil-ai-nveil -- uvx nveil==1.3.0 --- ## Synology URL: https://mcp-marketplace.io/server/io-github-cmeans-mcp-synology Summary: MCP server for Synology NAS — browse files, monitor health, and automate operations Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-synology GitHub: https://github.com/cmeans/mcp-synology Security Score: 4.8/10 GitHub Stars: 2 Creator: Cmeans Creator Reputation: B Version: 0.5.2 Install (Claude Code): claude mcp add io-github-cmeans-mcp-synology -- uvx mcp-synology==0.5.2 --- ## Mtg URL: https://mcp-marketplace.io/server/io-github-j4th-mtg-mcp-server Summary: Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools. Category: Developer Tools Mode: local Pricing: Free PyPI: mtg-mcp-server GitHub: https://github.com/j4th/mtg-mcp-server Security Score: 9.5/10 GitHub Stars: 2 Creator: J4th Creator Reputation: B Version: 3.0.0 Required Credentials: MTG_MCP_TRANSPORT (optional), MTG_MCP_HTTP_PORT (optional), MTG_MCP_LOG_LEVEL (optional), MTG_MCP_ENABLE_17LANDS (optional), MTG_MCP_ENABLE_EDHREC (optional), MTG_MCP_ENABLE_BULK_DATA (optional), MTG_MCP_SCRYFALL_RATE_LIMIT_MS (optional), MTG_MCP_BULK_DATA_REFRESH_HOURS (optional), MTG_MCP_ENABLE_RULES (optional), MTG_MCP_DISABLE_CACHE (optional), MTG_MCP_ENABLE_MOXFIELD (optional), MTG_MCP_ENABLE_SPICERACK (optional), MTG_MCP_ENABLE_MTGGOLDFISH (optional) Install (Claude Code): claude mcp add io-github-j4th-mtg-mcp-server -- uvx mtg-mcp-server==3.0.0 --- ## Admob URL: https://mcp-marketplace.io/server/io-github-parksanggwon-admob-mcp-server Summary: MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports Category: Developer Tools Mode: local Pricing: Free npm: admob-mcp-server GitHub: https://github.com/ParkSangGwon/admob-mcp-server Security Score: 9.5/10 GitHub Stars: 2 Creator: ParkSangGwon Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-parksanggwon-admob-mcp-server -- npx -y admob-mcp-server@0.2.0 --- ## Suverse URL: https://mcp-marketplace.io/server/io-github-sudzikcoin-mcp-server Summary: Pay-per-call x402 tools: crypto market pulse, wallet reputation, token check, endpoint search. Category: Developer Tools Mode: local Pricing: Free npm: @suverselabs/mcp-server GitHub: https://github.com/sudzikcoin/suverse-mcp Security Score: 4.8/10 GitHub Stars: 2 Creator: Sudzikcoin Creator Reputation: B Version: 0.2.2 Required Credentials: SUVERSE_BASE_PRIVATE_KEY (optional), SUVERSE_API_BASE (optional), SUVERSE_MAX_PAYMENT_USDC (optional), SUVERSE_BASE_RPC_URL (optional), SUVERSE_ALLOW_PATHS_OUTSIDE_HOME (optional), SUVERSE_IDEMPOTENCY_TTL_MS (optional) Install (Claude Code): claude mcp add io-github-sudzikcoin-mcp-server -- npx -y @suverselabs/mcp-server@0.2.2 --- ## Tinify Ai URL: https://mcp-marketplace.io/server/io-github-onepunchtechnology-tinify-ai Summary: MCP server for Tinify image optimization — one tool, max optimization Description: MCP server for Tinify image optimization — one tool, max optimization Remote endpoints: streamable-http: https://app.tinify.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @tinify-ai/mcp-server Remote URL: https://app.tinify.ai/mcp GitHub: https://github.com/onepunchtechnology/tinify-ai-mcp-server Security Score: 3.2/10 GitHub Stars: 2 Creator: onepunchtechnology Creator Reputation: F Version: 1.4.3 Install (Claude Code): claude mcp add io-github-onepunchtechnology-tinify-ai -- npx -y @tinify-ai/mcp-server@1.4.3 Install (Claude Code Remote): claude mcp add --transport http io-github-onepunchtechnology-tinify-ai https://app.tinify.ai/mcp --- ## Assay URL: https://mcp-marketplace.io/server/assay Summary: MCP policy firewall with replayable evidence. Block, audit, replay. Description: Assay is an open-source MCP policy enforcement proxy with replayable evidence bundles. MIT licensed. Covers 7/10 OWASP MCP Top 10 risks. https://github.com/Rul1an/assay Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Rul1an/assay Security Score: 10/10 Installs: 1 GitHub Stars: 2 Creator: Rul1an Creator Reputation: C Version: 1.0.0 Tags: mcp, security, policy, rust, audit, github, ci, owasp Use Cases: Agent Building, CI, Policies --- ## Harmony URL: https://mcp-marketplace.io/server/io-github-xiaoxuzhu303-prog-harmony-mcp Summary: AI copilot for WeChat Mini Program - compile-fix, size analysis, compliance. 20 tools. Category: Developer Tools Mode: local Pricing: Free npm: @yujiamei/harmony-mcp GitHub: https://github.com/xiaoxuzhu303-prog/harmony-mcp Security Score: 3.2/10 GitHub Stars: 2 Creator: Xiaoxuzhu303 Prog Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-xiaoxuzhu303-prog-harmony-mcp -- npx -y @yujiamei/harmony-mcp@0.4.2 --- ## Vulk URL: https://mcp-marketplace.io/server/io-github-devjoaocastro-vulk-mcp-server Summary: Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant. Description: Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant. Remote endpoints: streamable-http: https://mcp.vulk.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vulk.dev/mcp GitHub: https://github.com/VULK-dev/vulk-mcp-server Security Score: 10/10 GitHub Stars: 2 Creator: VULK Dev Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-devjoaocastro-vulk-mcp-server https://mcp.vulk.dev/mcp --- ## Browserless URL: https://mcp-marketplace.io/server/browserless Summary: Scrape and automate any site Description: The Browserless MCP Server is a cloud-based platform that exposes the Browserless smart scraper API for AI-driven web automation and data extraction. You can: Web Scraping: Scrape webpages, including JavaScript-heavy sites, with formats like markdown, HTML, screenshots, PDFs, and links Custom Browser Automation: Execute custom Puppeteer JavaScript code, perform complex scraping, form filling, and browser automation tasks File Downloads: Trigger and retrieve files downloaded during browsing sess Category: Search & Web Mode: dual Pricing: Free npm: @browserless.io/mcp Remote URL: https://mcp.browserless.io/mcp GitHub: https://github.com/browserless/browserless-mcp Security Score: 10/10 GitHub Stars: 2 Creator: Anderson Martínez Creator Reputation: C Version: 1.0.0 Tags: browserless Use Cases: Web scraping, web automation Required Credentials: BROWSERLESS_TOKEN (required) Install (Claude Code): claude mcp add browserless -- npx -y @browserless.io/mcp@1.6.0 Install (Claude Code Remote): claude mcp add --transport http browserless https://mcp.browserless.io/mcp --- ## Guardvibe URL: https://mcp-marketplace.io/server/io-github-goklab-guardvibe Summary: Deterministic security layer your AI can't be. 462 rules, 39 tools, CLI + doctor + host audit. Category: Developer Tools Mode: local Pricing: Free npm: guardvibe GitHub: https://github.com/goklab/guardvibe Security Score: 10/10 GitHub Stars: 2 Creator: Goklab Creator Reputation: B Version: 3.31.0 Install (Claude Code): claude mcp add io-github-goklab-guardvibe -- npx -y guardvibe@3.31.0 --- ## Vk URL: https://mcp-marketplace.io/server/io-github-bulatko-vk Summary: VK (VKontakte): read walls, users, communities and stats; publish, edit and comment on posts. Category: Developer Tools Mode: local Pricing: Free npm: vk-mcp-server GitHub: https://github.com/bulatko/vk-mcp-server.git Security Score: 10/10 GitHub Stars: 2 Creator: Bulatko Creator Reputation: B Version: 0.6.1 Required Credentials: VK_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-bulatko-vk -- npx -y vk-mcp-server@0.6.1 --- ## Example App URL: https://mcp-marketplace.io/server/io-github-mctx-ai-example-app Summary: Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc Description: Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc Remote endpoints: sse: https://example-app.mctx.ai/v1.3.4 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://example-app.mctx.ai/v1.3.4 GitHub: https://github.com/mctx-ai/example-app Security Score: 9.5/10 GitHub Stars: 2 Creator: Mctx Ai Creator Reputation: B Version: 1.3.4 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-example-app https://example-app.mctx.ai/v1.3.4 --- ## Faf URL: https://mcp-marketplace.io/server/io-github-wolfe-jam-faf-mcp Summary: Universal project context for all MCP platforms. Auto-detects CLI, 50 MCP tools. Category: Developer Tools Mode: local Pricing: Free npm: faf-mcp GitHub: https://github.com/Wolfe-Jam/faf-mcp Security Score: 9/10 GitHub Stars: 2 Creator: Wolfe Jam Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-wolfe-jam-faf-mcp -- npx -y faf-mcp@2.3.0 --- ## Powersun Tron URL: https://mcp-marketplace.io/server/io-github-hovsteder-powersun-tron-mcp Summary: TRON Energy marketplace + DEX swap aggregator for AI agents. 27 MCP tools. Description: TRON Energy marketplace + DEX swap aggregator for AI agents. 27 MCP tools. Remote endpoints: streamable-http: https://powersun.vip/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://powersun.vip/mcp GitHub: https://github.com/Hovsteder/powersun-tron-mcp MCP Tools (36): register, verify_registration, build_permission_transaction, broadcast_signed_permission_tx, get_prices, estimate_cost, get_available_resources, get_market_overview, buy_energy, get_balance, get_orders, get_order_status, get_deposit_info, broadcast_transaction, get_swap_quote, execute_swap, register_pool, get_pool_stats, get_earnings, get_auto_selling_config, configure_auto_selling, get_pool_delegations, withdraw_earnings, get_onchain_status, check_pool_permissions, trigger_vote, get_auto_action_history, Endpoint, Duration, Commission, Savings, Platform, Package, Network, Resource, Blog Security Score: 10/10 Installs: 1 GitHub Stars: 2 Creator: Hovsteder Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hovsteder-powersun-tron-mcp https://powersun.vip/mcp --- ## Lumify URL: https://mcp-marketplace.io/server/ai-lumify-sports-intelligence Summary: Schedules, scores, odds, splits & explainable AI bet confidence — 8+ sports, free instant key. Description: Schedules, scores, odds, splits & explainable AI bet confidence — 8+ sports, free instant key. Remote endpoints: streamable-http: https://lumify.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lumify.ai/mcp GitHub: https://github.com/lumifyai/lumify Security Score: 9.9/10 GitHub Stars: 2 Creator: Lumifyai Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-lumify-sports-intelligence https://lumify.ai/mcp --- ## Keymem URL: https://mcp-marketplace.io/server/io-github-donggyun112-keymem Summary: Associative key-graph memory for LLM agents — recall by association, not vector similarity. Category: Developer Tools Mode: local Pricing: Free npm: keymem GitHub: https://github.com/donggyun112/keymem Security Score: 5.7/10 GitHub Stars: 2 Creator: Donggyun112 Creator Reputation: B Version: 0.17.0 Install (Claude Code): claude mcp add io-github-donggyun112-keymem -- npx -y keymem@0.17.0 --- ## Squad URL: https://mcp-marketplace.io/server/ai-meetsquad-squad Summary: Decision intelligence for product teams. Turn scattered feedback into signal you can act on. Description: Decision intelligence for product teams. Turn scattered feedback into signal you can act on. Remote endpoints: streamable-http: https://mcp.meetsquad.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.meetsquad.ai/mcp GitHub: https://github.com/the-basilisk-ai/squad-mcp Security Score: 9.9/10 GitHub Stars: 2 Creator: The Basilisk Ai Creator Reputation: B Version: 4.1.1 Install (Claude Code Remote): claude mcp add --transport http ai-meetsquad-squad https://mcp.meetsquad.ai/mcp --- ## Openadapt Agent URL: https://mcp-marketplace.io/server/io-github-openadaptai-openadapt-agent Summary: Local Beta bridge for governed openadapt-flow workflows and attended actions. Category: Developer Tools Mode: local Pricing: Free PyPI: openadapt-agent GitHub: https://github.com/OpenAdaptAI/openadapt-agent Security Score: 6.2/10 GitHub Stars: 2 Creator: OpenAdaptAI Creator Reputation: B Version: 2.0.1 Required Credentials: OPENADAPT_BUNDLE_KEY (required) Install (Claude Code): claude mcp add io-github-openadaptai-openadapt-agent -- uvx openadapt-agent==2.0.1 --- ## Context Fabric URL: https://mcp-marketplace.io/server/io-github-vikas9793-context-fabric Summary: Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically. Category: Developer Tools Mode: local Pricing: Free npm: context-fabric GitHub: https://github.com/VIKAS9793/context-fabric Security Score: 10/10 GitHub Stars: 2 Creator: VIKAS9793 Creator Reputation: C Version: 1.2.2 Install (Claude Code): claude mcp add io-github-vikas9793-context-fabric -- npx -y context-fabric@1.2.2 --- ## Google Search Console URL: https://mcp-marketplace.io/server/io-github-acamolese-google-search-console-mcp Summary: Google Search Console: SEO audits, performance queries, URL inspection, indexing checks. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-google-search-console GitHub: https://github.com/acamolese/google-search-console-mcp Security Score: 5.2/10 GitHub Stars: 2 Creator: Acamolese Creator Reputation: B Version: 3.0.1 Required Credentials: GSC_CLIENT_ID (optional), GSC_CLIENT_SECRET (required), GSC_REFRESH_TOKEN (required), GSC_SERVICE_ACCOUNT_FILE (optional), GSC_REPORT_LANGUAGE (optional), GSC_DATA_STATE (optional) Install (Claude Code): claude mcp add io-github-acamolese-google-search-console-mcp -- uvx mcp-google-search-console==3.0.1 --- ## Turk Hukuku Ictihat URL: https://mcp-marketplace.io/server/io-github-aydincan-turk-hukuku-ictihat-mcp Summary: Türk yargı kararlarını (Yargıtay, Danıştay, AYM) resmî kaynaklardan yapay zekâya açan MCP sunucusu. Category: Developer Tools Mode: local Pricing: Free PyPI: turk-hukuku-ictihat-mcp GitHub: https://github.com/aydincan/turk-hukuku-ictihat-mcp Security Score: 5.2/10 GitHub Stars: 2 Creator: Aydincan Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-aydincan-turk-hukuku-ictihat-mcp -- uvx turk-hukuku-ictihat-mcp==0.3.2 --- ## Apple Mail URL: https://mcp-marketplace.io/server/io-github-imdinu-apple-mail-mcp Summary: Apple Mail MCP server with full-coverage FTS5 body search, reliable on large mailboxes. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-mail-mcp GitHub: https://github.com/imdinu/apple-mail-mcp Security Score: 5.2/10 GitHub Stars: 2 Creator: Imdinu Creator Reputation: B Version: 0.4.3 Install (Claude Code): claude mcp add io-github-imdinu-apple-mail-mcp -- uvx apple-mail-mcp==0.4.3 --- ## X402search URL: https://mcp-marketplace.io/server/io-github-x402-index-x402search-mcp Summary: Search 13,000+ x402-enabled APIs from your AI agent. Powered by x402search.xyz Category: Developer Tools Mode: local Pricing: Free npm: x402search-mcp GitHub: https://github.com/x402-index/x402search-mcp Security Score: 5.5/10 GitHub Stars: 2 Creator: X402 Index Creator Reputation: B Version: 1.0.2 Required Credentials: PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-x402-index-x402search-mcp -- npx -y x402search-mcp@1.0.5 --- ## Debug Recorder URL: https://mcp-marketplace.io/server/io-github-oaslananka-debug-recorder-mcp Summary: Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage. Category: Developer Tools Mode: local Pricing: Free npm: debug-recorder-mcp GitHub: https://github.com/oaslananka/debug-recorder-mcp Security Score: 10/10 GitHub Stars: 2 Creator: Oaslananka Creator Reputation: B Version: 1.1.3 Required Credentials: DEBUG_RECORDER_DB (optional), LOG_LEVEL (optional), FUZZY_THRESHOLD (optional), DEBUG_RECORDER_REDACT_BEFORE_STORE (optional), HOST (optional), PORT (optional), DEBUG_RECORDER_HTTP_TOKEN (required), DEBUG_RECORDER_ALLOWED_HOSTS (optional), DEBUG_RECORDER_ALLOWED_ORIGINS (optional), DEBUG_RECORDER_MAX_BODY_BYTES (optional), DEBUG_RECORDER_REMOTE_HTTP (optional) Install (Claude Code): claude mcp add io-github-oaslananka-debug-recorder-mcp -- npx -y debug-recorder-mcp@1.1.3 --- ## Trackly Cli URL: https://mcp-marketplace.io/server/io-github-trackly-app-trackly Summary: AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio. Description: AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio. Remote endpoints: streamable-http: https://mcp.usetrackly.app/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: trackly-cli Remote URL: https://mcp.usetrackly.app/api/mcp GitHub: https://github.com/trackly-app/trackly-cli Security Score: 10/10 GitHub Stars: 2 Creator: Trackly App Creator Reputation: B Version: 0.17.1 Install (Claude Code): claude mcp add io-github-trackly-app-trackly -- npx -y trackly-cli@0.17.1 Install (Claude Code Remote): claude mcp add --transport http io-github-trackly-app-trackly https://mcp.usetrackly.app/api/mcp --- ## Files URL: https://mcp-marketplace.io/server/com-files-python-mcp Summary: Securely give LLMs controlled access to real-world operations inside your Files.com environment Category: Developer Tools Mode: local Pricing: Free PyPI: files-com-mcp GitHub: https://github.com/Files-com/files-mcp Security Score: 10/10 GitHub Stars: 2 Creator: Files Com Creator Reputation: B Version: 1.0.80 Required Credentials: FILES_COM_API_KEY (required) Install (Claude Code): claude mcp add com-files-python-mcp -- uvx files-com-mcp==1.0.80 --- ## Onsense URL: https://mcp-marketplace.io/server/io-github-hufirst-onsense Summary: Android phone camera, sensors & files for any MCP client — local, no cloud, no ADB. Category: Developer Tools Mode: local Pricing: Free PyPI: onsense GitHub: https://github.com/hufirst/onsense Security Score: 4.2/10 GitHub Stars: 2 Creator: Hufirst Creator Reputation: B Version: 0.3.20 Install (Claude Code): claude mcp add io-github-hufirst-onsense -- uvx onsense==0.3.20 --- ## Flowzap URL: https://mcp-marketplace.io/server/io-github-flowzap-xyz-flowzap Summary: Create workflow, sequence, architecture, and mind map diagrams via AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: flowzap-mcp GitHub: https://github.com/flowzap-xyz/flowzap-mcp Security Score: 6.8/10 GitHub Stars: 2 Creator: flowzap-xyz Creator Reputation: D Version: 2.0.0 Install (Claude Code): claude mcp add io-github-flowzap-xyz-flowzap -- npx -y flowzap-mcp@2.0.0 --- ## VerifiMind PEAS URL: https://mcp-marketplace.io/server/io-github-creator35lwb-web-verifimind-genesis Summary: X-Z-CS AI validation with auditable reasoning. 8 active tools; 5 in maintenance. v0.5.62 Description: X-Z-CS AI validation with auditable reasoning. 8 active tools; 5 in maintenance. v0.5.62 Remote endpoints: streamable-http: https://verifimind.ysenseai.org/mcp/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://verifimind.ysenseai.org/mcp/ GitHub: https://github.com/creator35lwb-web/VerifiMind-PEAS Security Score: 3.2/10 GitHub Stars: 2 Creator: Creator35lwb Web Creator Reputation: B Version: 3.39.0 Install (Claude Code Remote): claude mcp add --transport http io-github-creator35lwb-web-verifimind-genesis https://verifimind.ysenseai.org/mcp/ --- ## Tempguru URL: https://mcp-marketplace.io/server/co-tempguru-event-staffing Summary: Plan W-2 event staffing from 345 catalog entries; a coordinator confirms each order. Description: Plan W-2 event staffing from 345 catalog entries; a coordinator confirms each order. Remote endpoints: streamable-http: https://mcp.tempguru.co/mcp Category: Developer Tools Mode: dual Pricing: Free npm: tempguru-mcp Remote URL: https://mcp.tempguru.co/mcp GitHub: https://github.com/tempguru-co/tempguru-mcp Security Score: 5.2/10 GitHub Stars: 2 Creator: Tempguru Co Creator Reputation: B Version: 1.7.2 Install (Claude Code): claude mcp add co-tempguru-event-staffing -- npx -y tempguru-mcp@1.7.2 Install (Claude Code Remote): claude mcp add --transport http co-tempguru-event-staffing https://mcp.tempguru.co/mcp --- ## Probe URL: https://mcp-marketplace.io/server/io-github-incultnitollc-mcp-probe Summary: Inspect and score any MCP server 0-100 on publishability, schema and protocol before publish. Category: Developer Tools Mode: local Pricing: Free npm: @incultnitollc/mcp-probe GitHub: https://github.com/incultnitollc/mcp-probe Security Score: 6.2/10 GitHub Stars: 2 Creator: Incultnitollc Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-incultnitollc-mcp-probe -- npx -y @incultnitollc/mcp-probe@1.2.0 --- ## Docker Pibox URL: https://mcp-marketplace.io/server/io-github-psyb0t-pibox Summary: Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/psyb0t/docker-pibox Security Score: 7.2/10 GitHub Stars: 2 Creator: Psyb0t Creator Reputation: B Version: 0.15.11 --- ## Creatordb URL: https://mcp-marketplace.io/server/app-creatordb-mcp Summary: Creator discovery & analytics across YouTube, Instagram, TikTok (30M+) + brand/sponsor intel. Description: Creator discovery & analytics across YouTube, Instagram, TikTok (30M+) + brand/sponsor intel. Remote endpoints: streamable-http: https://mcp.creatordb.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.creatordb.app/mcp GitHub: https://github.com/CreatorDB/creatordb-mcp-server Security Score: 5.2/10 GitHub Stars: 2 Creator: CreatorDB Creator Reputation: B Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http app-creatordb-mcp https://mcp.creatordb.app/mcp --- ## Cli URL: https://mcp-marketplace.io/server/io-github-getmcpm-cli Summary: MCP package manager with trust scoring, a runtime guard, and Sigstore provenance verification. Category: Developer Tools Mode: local Pricing: Free npm: @getmcpm/cli GitHub: https://github.com/getmcpm/cli Security Score: 10/10 GitHub Stars: 2 Creator: Getmcpm Creator Reputation: B Version: 0.30.0 Install (Claude Code): claude mcp add io-github-getmcpm-cli -- npx -y @getmcpm/cli@0.30.0 --- ## Chimeraforge URL: https://mcp-marketplace.io/server/io-github-sahil170595-chimeraforge Summary: Local-first LLM deployment planner: GPU/VRAM sizing, cost and latency, with provenance Category: Developer Tools Mode: local Pricing: Free PyPI: chimeraforge GitHub: https://github.com/Sahil170595/Chimeraforge Security Score: 10/10 GitHub Stars: 2 Creator: Sahil170595 Creator Reputation: B Version: 0.30.9 Install (Claude Code): claude mcp add io-github-sahil170595-chimeraforge -- uvx chimeraforge==0.30.9 --- ## Qmax URL: https://mcp-marketplace.io/server/io-github-quality-max-qmax-mcp Summary: Local QA MCP: scan URLs, inspect pages, generate Playwright repros, and run tests. Category: Developer Tools Mode: local Pricing: Free npm: @qualitymax/qmax-mcp GitHub: https://github.com/Quality-Max/qmax-mcp Security Score: 9.5/10 GitHub Stars: 2 Creator: Quality Max Creator Reputation: B Version: 0.9.0 Install (Claude Code): claude mcp add io-github-quality-max-qmax-mcp -- npx -y @qualitymax/qmax-mcp@0.9.0 --- ## Facturacion Electronica Es URL: https://mcp-marketplace.io/server/io-github-cmendezs-mcp-facturacion-electronica-es Summary: Spanish e-invoicing MCP server: VERI*FACTU, Facturae/FACe, SII, Crea y Crece B2B. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-facturacion-electronica-es GitHub: https://github.com/cmendezs/mcp-facturacion-electronica-es Security Score: 5.7/10 GitHub Stars: 2 Creator: Cmendezs Creator Reputation: B Version: 0.8.0 Required Credentials: AEAT_ENV (optional), AEAT_CERTIFICATE_PATH (optional), AEAT_CERTIFICATE_PASSWORD (optional), AEAT_NIF (optional), FACE_ENV (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-cmendezs-mcp-facturacion-electronica-es -- uvx mcp-facturacion-electronica-es==0.8.0 --- ## Dchub URL: https://mcp-marketplace.io/server/cloud-dchub-mcp-server Summary: Live data-center, grid, fiber & gas infrastructure intelligence for AI agents — query and cite. Description: Live data-center, grid, fiber & gas infrastructure intelligence for AI agents — query and cite. Remote endpoints: streamable-http: https://dchub.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dchub.cloud/mcp GitHub: https://github.com/azmartone67/dchub-mcp-server MCP Tools (83): search, fetch, execute_plan, search_facilities, get_facility, get_market_intel, get_market_dcpi_rank, predict_market_trajectory, get_gas_index, get_gas_economics, get_grid_scoreboard, compare_isos, get_intelligence_index, list_transactions, get_news, semantic_search, search_intelligence, get_market_context, get_iso_context, get_pipeline, get_power_pipeline, get_power_availability_timeline, get_global_power, get_interconnection_queue, get_refined_queue, get_retirement_headroom, get_hosting_capacity, analyze_parcel, rank_sites, discover_tools, plan_query, save_to_shortlist, get_shortlist, set_shortlist_alert, suggest_reallocation, get_grid_data, get_changes, get_facility_risk_delta, save_site, list_saved_sites, set_market_alert, subscribe_digest, set_site_alert, export_dataset, analyze_site, get_composite_site_score, get_disaster_risk, get_climate_intel, generate_site_analysis, compare_sites, get_infrastructure, get_fiber_intel, get_fiber_readiness, get_metro_fiber, get_energy_prices, get_renewable_energy, get_tax_incentives, get_water_risk, get_grid_intelligence, get_gas_intelligence, get_agent_registry, get_backup_status, summarize_for_citation, why_dchub, get_dchub_recommendation, rank_markets, find_alternatives, score_facility, ai_capacity_index, hyperscaler_deals, site_selection_canvas, grid_transition_radar, deal_autopsy, get_permitting_intel, simulate_scenario, research_task, standing_intent, plan_fiber_leadin, cluster_sites_by_latency, claim_free_key, bind_email, recover_my_key, unlock_more_data Security Score: 0/10 GitHub Stars: 2 Creator: Azmartone67 Creator Reputation: B Version: 2.12.2 Install (Claude Code Remote): claude mcp add --transport http cloud-dchub-mcp-server https://dchub.cloud/mcp --- ## Pickaxe URL: https://mcp-marketplace.io/server/io-github-aplaceforallmystuff-mcp-pickaxe Summary: MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics Category: Developer Tools Mode: local Pricing: Free npm: mcp-pickaxe GitHub: https://github.com/aplaceforallmystuff/mcp-pickaxe Security Score: 9.3/10 GitHub Stars: 2 Creator: Aplaceforallmystuff Creator Reputation: B Version: 1.0.1 Required Credentials: PICKAXE_API_KEY (required), PICKAXE_STUDIO_ID (optional) Install (Claude Code): claude mcp add io-github-aplaceforallmystuff-mcp-pickaxe -- npx -y mcp-pickaxe@1.0.2 --- ## Entra Scim URL: https://mcp-marketplace.io/server/io-github-darrenjrobinson-entra-scim-mcp Summary: Microsoft Entra SCIM 2.0 Provisioning API: user and group lifecycle, with a local mock. Category: Developer Tools Mode: local Pricing: Free npm: entra-scim-mcp GitHub: https://github.com/darrenjrobinson/entra-scim-mcp Security Score: 10/10 GitHub Stars: 1 Creator: Darrenjrobinson Creator Reputation: B Version: 0.2.0 Required Credentials: ENTRA_TENANT_ID (optional), ENTRA_CLIENT_ID (optional), ENTRA_CLIENT_SECRET (required), ENTRA_CLIENT_CERT_PATH (optional), ENTRA_CLIENT_CERT_PASSWORD (required), ENTRA_SCIM_BASE_URL (optional), ENTRA_SCIM_STATIC_TOKEN (required), ENTRA_SCIM_DRY_RUN (optional) Install (Claude Code): claude mcp add io-github-darrenjrobinson-entra-scim-mcp -- npx -y entra-scim-mcp@0.2.0 --- ## Bach Codecommander URL: https://mcp-marketplace.io/server/io-github-lukisch-bach-codecommander-mcp Summary: 17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex. Category: Developer Tools Mode: local Pricing: Free npm: bach-codecommander-mcp GitHub: https://github.com/lukisch/bach-codecommander-mcp Security Score: 5.8/10 GitHub Stars: 1 Creator: Lukisch Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-lukisch-bach-codecommander-mcp -- npx -y bach-codecommander-mcp --- ## Ghostfree URL: https://mcp-marketplace.io/server/io-github-shane-js-ghostfree Summary: MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs. Category: Developer Tools Mode: local Pricing: Free npm: ghostfree GitHub: https://github.com/shane-js/ghostfree Security Score: 1.8/10 GitHub Stars: 1 Creator: Shane Js Creator Reputation: B Version: 0.2.0 Required Credentials: GHOSTFREE_DIR (optional), GHOSTFREE_MIN_SEVERITY (optional), NVD_API_KEY (required) Install (Claude Code): claude mcp add io-github-shane-js-ghostfree -- npx -y ghostfree@0.2.0 --- ## Ai Dictionary URL: https://mcp-marketplace.io/server/io-github-donjguido-ai-dictionary-mcp Summary: Look up, search, cite, discuss, and track AI phenomenology terms Category: Developer Tools Mode: local Pricing: Free PyPI: ai-dictionary-mcp GitHub: https://github.com/donjguido/ai-dictionary-mcp Security Score: 6/10 GitHub Stars: 1 Creator: Donjguido Creator Reputation: B Version: 0.13.0 Install (Claude Code): claude mcp add io-github-donjguido-ai-dictionary-mcp -- uvx ai-dictionary-mcp==0.13.2 --- ## Plots URL: https://mcp-marketplace.io/server/io-github-mr901-plots-mcp Summary: MCP server for data visualization with Mermaid charts. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-plots GitHub: https://github.com/MR901/plots-mcp Security Score: 6.5/10 GitHub Stars: 1 Creator: MR901 Creator Reputation: B Version: 0.0.1 Install (Claude Code): claude mcp add io-github-mr901-plots-mcp -- uvx mcp-plots==0.0.2 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-lorem Summary: MCP server for placeholder text, fake names, emails, and addresses. Category: Developer Tools Mode: local Pricing: Free npm: lorem-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 GitHub Stars: 1 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-lorem -- npx -y lorem-forge-mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-timestamp Summary: MCP server for timestamp conversion — Unix, ISO 8601, relative time Category: Developer Tools Mode: local Pricing: Free npm: timestamp-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 GitHub Stars: 1 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-timestamp -- npx -y timestamp-forge-mcp --- ## Measure URL: https://mcp-marketplace.io/server/io-github-meetclawdius-measure-events Summary: Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights. Description: Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights. Remote endpoints: streamable-http: https://lets.measure.events/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://lets.measure.events/mcp GitHub: https://github.com/Turbo-Puffin/measure-mcp-server MCP Tools (6): get_site_analytics, get_site_summary, get_insights, track_event, create_site, log_checkin Security Score: 5.5/10 GitHub Stars: 1 Creator: Turbo Puffin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meetclawdius-measure-events https://lets.measure.events/mcp --- ## Teams URL: https://mcp-marketplace.io/server/io-github-surgeenterpriseai-teams-mcp-server Summary: Connect Claude to Microsoft Teams — read/send messages, list channels, search chats. Category: Developer Tools Mode: local Pricing: Free npm: microsoft-teams-mcp-server GitHub: https://github.com/SurgeEnterpriseAI/teams-mcp-server Security Score: 6.8/10 GitHub Stars: 1 Creator: SurgeEnterpriseAI Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-surgeenterpriseai-teams-mcp-server -- npx -y microsoft-teams-mcp-server@1.0.2 --- ## Air Blackbox URL: https://mcp-marketplace.io/server/io-github-airblackbox-air-blackbox-mcp Summary: EU AI Act compliance scanner for Python AI agents. 14 tools across 6 articles. Category: Developer Tools Mode: local Pricing: Free PyPI: air-blackbox-mcp GitHub: https://github.com/airblackbox/air-blackbox-mcp Security Score: 7/10 GitHub Stars: 1 Creator: Airblackbox Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-airblackbox-air-blackbox-mcp -- uvx air-blackbox-mcp==0.2.0 --- ## Mind URL: https://mcp-marketplace.io/server/io-github-theastraway-mind Summary: Personal knowledge graph AI memory. 15 tools, 89 actions. Emotional intelligence, CRM, social. Category: Developer Tools Mode: local Pricing: Free npm: @astramindapp/mcp-server GitHub: https://github.com/theastraway/mind-mcp-server Security Score: 5/10 GitHub Stars: 1 Creator: Theastraway Creator Reputation: B Version: 0.5.4 Required Credentials: MIND_API_KEY (required), MIND_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-theastraway-mind -- npx -y @astramindapp/mcp-server@0.5.4 --- ## Dbgprobe URL: https://mcp-marketplace.io/server/io-github-es617-dbgprobe-mcp-server Summary: Let AI agents interact with debug probes — connect, flash, read/write memory, and reset. Category: Developer Tools Mode: local Pricing: Free PyPI: dbgprobe-mcp-server GitHub: https://github.com/es617/dbgprobe-mcp-server.git Security Score: 10/10 GitHub Stars: 1 Creator: Enrico Santagati Creator Reputation: C Version: 0.1.4 Required Credentials: DBGPROBE_BACKEND (optional), DBGPROBE_MCP_LOG_LEVEL (optional), DBGPROBE_JLINK_PATH (optional), DBGPROBE_JLINK_GDBSERVER_PATH (optional), DBGPROBE_JLINK_DEVICE (optional), DBGPROBE_INTERFACE (optional), DBGPROBE_SPEED_KHZ (optional), DBGPROBE_MCP_PLUGINS (optional), DBGPROBE_MCP_TOOL_SEPARATOR (optional) Install (Claude Code): claude mcp add io-github-es617-dbgprobe-mcp-server -- uvx dbgprobe-mcp-server==0.1.4 --- ## Fastmcp Pdftools URL: https://mcp-marketplace.io/server/io-github-atarkowska-fastmcp-pdftools Summary: An MCP server that provides [describe what your server does] Category: Developer Tools Mode: local Pricing: Free PyPI: fastmcp-pdftools GitHub: https://github.com/atarkowska/fastmcp-pdftools Security Score: 2.3/10 GitHub Stars: 1 Creator: atarkowska Creator Reputation: C- Version: 0.1.3 Install (Claude Code): claude mcp add io-github-atarkowska-fastmcp-pdftools -- uvx fastmcp-pdftools==0.1.3 --- ## Bitcoin URL: https://mcp-marketplace.io/server/io-github-bortlesboat-bitcoin-mcp Summary: 49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config. Category: Finance Mode: local Pricing: Free PyPI: bitcoin-mcp GitHub: https://github.com/Bortlesboat/bitcoin-mcp Security Score: 10/10 GitHub Stars: 1 Creator: Bortlesboat Creator Reputation: B Version: 0.5.1 Required Credentials: BITCOIN_RPC_HOST (optional), BITCOIN_RPC_PORT (optional), BITCOIN_NETWORK (optional), SATOSHI_API_URL (optional), SATOSHI_API_KEY (required) Install (Claude Code): claude mcp add io-github-bortlesboat-bitcoin-mcp -- uvx bitcoin-mcp==0.5.1 --- ## Openfoodfacts URL: https://mcp-marketplace.io/server/io-github-domdomegg-openfoodfacts-mcp Summary: Search and contribute to the Open Food Facts database. Category: Developer Tools Mode: local Pricing: Free npm: openfoodfacts-mcp GitHub: https://github.com/domdomegg/openfoodfacts-mcp.git Security Score: 5.6/10 GitHub Stars: 1 Creator: Domdomegg Creator Reputation: B Version: 2.6.0 Required Credentials: OFF_USER_AGENT (optional), OFF_USER_ID (optional), OFF_PASSWORD (required), OFF_COUNTRY (optional), MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-domdomegg-openfoodfacts-mcp -- npx -y openfoodfacts-mcp@2.6.0 --- ## Subotiz Dev URL: https://mcp-marketplace.io/server/io-github-subotiz-subotiz-dev-mcp Summary: Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language Description: Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language Remote endpoints: streamable-http: https://api.subotiz.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.subotiz.com/mcp GitHub: https://github.com/Subotiz/mcp Security Score: 10/10 GitHub Stars: 1 Creator: Subotiz Creator Reputation: C Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-subotiz-subotiz-dev-mcp https://api.subotiz.com/mcp --- ## Mcp Reverse Engineering URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-reverse-engineering-6lfe Summary: A sandboxed MCP tool for reverse engineering with multiple tool integrations Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-reverse-engineering GitHub: https://github.com/daedalus/mcp_reverse_engineering Security Score: 8/10 GitHub Stars: 1 Creator: Daedalus Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-daedalus-mcp-reverse-engineering-6lfe -- uvx mcp-reverse-engineering==0.1.4 --- ## Vantage URL: https://mcp-marketplace.io/server/io-github-cavendo-ai-vantage Summary: Save and query market signals from your AI conversations. Description: Save and query market signals from your AI conversations. Remote endpoints: streamable-http: https://vantage.cavendo.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cavendo-ai/vantage-mcp Remote URL: https://vantage.cavendo.ai/mcp GitHub: https://github.com/Cavendo-AI/vantage Security Score: 9.5/10 GitHub Stars: 1 Creator: Cavendo AI Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-cavendo-ai-vantage -- npx -y @cavendo-ai/vantage-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-cavendo-ai-vantage https://vantage.cavendo.ai/mcp --- ## Api Docs URL: https://mcp-marketplace.io/server/io-github-imaginstudio-api-docs-mcp Summary: Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more. Category: Developer Tools Mode: local Pricing: Free npm: @imagin.studio/api-docs-mcp PyPI: imagin-studio-api-docs-mcp GitHub: https://github.com/IMAGIN-studio/api-docs-mcp Security Score: 10/10 GitHub Stars: 1 Creator: IMAGIN Studio Creator Reputation: B Version: 0.1.17 Install (Claude Code): claude mcp add io-github-imaginstudio-api-docs-mcp -- npx -y @imagin.studio/api-docs-mcp@0.1.21 --- ## Domain Radar URL: https://mcp-marketplace.io/server/io-github-sonwr-domain-radar Summary: MCP server that checks domain availability in real-time during brand naming Category: Developer Tools Mode: local Pricing: Free npm: mcp-domain-radar GitHub: https://github.com/sonwr/mcp-domain-radar Security Score: 7/10 GitHub Stars: 1 Creator: Sonwr Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-sonwr-domain-radar -- npx -y mcp-domain-radar --- ## Agent Discover URL: https://mcp-marketplace.io/server/io-github-keshrath-agent-discover Summary: MCP server registry and marketplace - discover, install, activate tools on demand Category: Developer Tools Mode: local Pricing: Free npm: agent-discover GitHub: https://github.com/keshrath/agent-discover Security Score: 7/10 GitHub Stars: 1 Creator: Keshrath Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-keshrath-agent-discover -- npx -y agent-discover@1.4.0 --- ## Icd Mcp Cloudflare URL: https://mcp-marketplace.io/server/io-github-stayce-icd-mcp Summary: WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API. Description: WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API. Remote endpoints: streamable-http: https://icd-mcp-server.staycek.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/stayce/icd-mcp-cloudflare MCP Tools (8): Action, lookup, search, chapters, children, api, help, ICD-10 Security Score: 10/10 Installs: 1 GitHub Stars: 1 Creator: Stayce Creator Reputation: B Version: 1.0.0 --- ## Ssemble URL: https://mcp-marketplace.io/server/com-ssemble-mcp-server Summary: Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks. Description: Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks. Remote endpoints: streamable-http: https://mcp.ssemble.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @ssemble/mcp-server Remote URL: https://mcp.ssemble.com/mcp GitHub: https://github.com/ssembleinc/ssemble-mcp-server Security Score: 6.3/10 GitHub Stars: 1 Creator: Ssembleinc Creator Reputation: B Version: 1.1.3 Required Credentials: SSEMBLE_API_KEY (required) Install (Claude Code): claude mcp add com-ssemble-mcp-server -- npx -y @ssemble/mcp-server@1.1.3 Install (Claude Code Remote): claude mcp add --transport http com-ssemble-mcp-server https://mcp.ssemble.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-agentmoduleadmin-mcp Summary: EU AI Act compliance knowledge for autonomous agents. Deterministic, structured, MCP-native. Description: EU AI Act compliance knowledge for autonomous agents. Deterministic, structured, MCP-native. Remote endpoints: streamable-http: https://api.agent-module.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agent-module.dev/mcp GitHub: https://github.com/AgentModule/mcp MCP Tools (7): query_knowledge, get_trial_key, check_status, join_waitlist, register_interest, submit_pov, submit_referral Security Score: 10/10 GitHub Stars: 1 Creator: AgentModule Creator Reputation: B Version: 0.9.9 Install (Claude Code Remote): claude mcp add --transport http io-github-agentmoduleadmin-mcp https://api.agent-module.dev/mcp --- ## WisdomGraph URL: https://mcp-marketplace.io/server/io-github-cklam12345-wisdomgraph Summary: Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions Category: Developer Tools Mode: local Pricing: Free npm: wisdomgraph GitHub: https://github.com/cklam12345/wisdomGraph Security Score: 10/10 GitHub Stars: 1 Creator: Cklam12345 Creator Reputation: B Version: 0.2.0 Required Credentials: WISDOM_NEO4J_PASSWORD (required) Install (Claude Code): claude mcp add io-github-cklam12345-wisdomgraph -- npx -y wisdomgraph@0.2.1 --- ## Plots URL: https://mcp-marketplace.io/server/io-github-mr901-mcp-plots Summary: MCP server for data visualization with Mermaid charts. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-plots GitHub: https://github.com/MR901/mcp-plots Security Score: 6.8/10 GitHub Stars: 1 Creator: MR901 Creator Reputation: B Version: 0.0.2 Install (Claude Code): claude mcp add io-github-mr901-mcp-plots -- uvx mcp-plots==0.0.2 --- ## Velixar URL: https://mcp-marketplace.io/server/io-github-velixarai-memory Summary: Persistent memory for AI assistants. Store, search, and recall across sessions. Category: Developer Tools Mode: local Pricing: Free npm: velixar-mcp-server GitHub: https://github.com/VelixarAi/velixar-mcp-server Security Score: 7/10 GitHub Stars: 1 Creator: VelixarAi Creator Reputation: B Version: 0.2.4 Required Credentials: VELIXAR_API_KEY (required) Install (Claude Code): claude mcp add io-github-velixarai-memory -- npx -y velixar-mcp-server@1.1.0 --- ## Fetter URL: https://mcp-marketplace.io/server/io-github-fetter-io-fetter-mcp Summary: Real-time Python package and vulnerability data for AI coding agents. Description: Real-time Python package and vulnerability data for AI coding agents. Remote endpoints: streamable-http: https://mcp.fetter.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fetter.io/mcp GitHub: https://github.com/fetter-io/fetter-mcp MCP Tools (10): most_recent_not_vulnerable, is_vulnerable, package_name, dep_spec, dep_specs, cvss_threshold, max_observed_score, retain_passing, cryptography, lookup Security Score: 10/10 GitHub Stars: 1 Creator: Fetter Io Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-fetter-io-fetter-mcp https://mcp.fetter.io/mcp --- ## US Compliance URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-us-regulations-mcp Summary: US compliance: HIPAA, CCPA, SOX, GLBA, FERPA, COPPA, FDA, EPA, FFIEC, NYDFS + 4 state privacy laws Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/us-regulations-mcp GitHub: https://github.com/Ansvar-Systems/US_compliance_MCP Security Score: 4.6/10 GitHub Stars: 1 Creator: Mortalus Creator Reputation: F Version: 1.2.2 Install (Claude Code): claude mcp add io-github-ansvar-systems-us-regulations-mcp -- npx -y @ansvar/us-regulations-mcp@1.3.0 --- ## Provenote URL: https://mcp-marketplace.io/server/io-github-xiaojiou176-open-provenote-mcp Summary: First-party Provenote MCP server for drafts, research threads, auditable runs, and knowledge search. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/xiaojiou176-open/provenote Security Score: 3/10 GitHub Stars: 1 Creator: Xiaojiou176 Open Creator Reputation: B Version: 1.8.5 --- ## EnvCP URL: https://mcp-marketplace.io/server/dev-fentz-envcp-envcp Summary: Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @fentz26/envcp GitHub: https://github.com/fentz26/EnvCP Security Score: 8/10 GitHub Stars: 1 Creator: Fentz26 Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add dev-fentz-envcp-envcp -- npx -y @fentz26/envcp@1.1.0 --- ## Hyades URL: https://mcp-marketplace.io/server/io-github-apology-is-policy-hyades Summary: Render LaTeX math as pure Unicode text art for terminals, code comments, and emails. Description: Render LaTeX math as pure Unicode text art for terminals, code comments, and emails. Remote endpoints: streamable-http: https://hyades-mcp.apg.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hyades-mcp.apg.workers.dev/mcp GitHub: https://github.com/apology-is-policy/hyades MCP Tools (1): render Security Score: 10/10 GitHub Stars: 1 Creator: Apology Is Policy Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apology-is-policy-hyades https://hyades-mcp.apg.workers.dev/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-jwt-forge-mcp Summary: Decode and inspect JWT tokens — header, payload, expiry check Category: Developer Tools Mode: local Pricing: Free npm: jwt-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 GitHub Stars: 1 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-jwt-forge-mcp -- npx -y jwt-forge-mcp --- ## OpenMM URL: https://mcp-marketplace.io/server/io-github-adacapo21-openmm-mcp Summary: AI-native crypto trading MCP server — market data, orders, grid strategies & DeFi Category: Developer Tools Mode: local Pricing: Free npm: @qbtlabs/openmm-mcp GitHub: https://github.com/QBT-Labs/openMM-MCP Security Score: 10/10 GitHub Stars: 1 Creator: QBT Labs Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add io-github-adacapo21-openmm-mcp -- npx -y @qbtlabs/openmm-mcp@1.0.11 --- ## Air Sdk URL: https://mcp-marketplace.io/server/io-github-arcededev-air-sdk Summary: Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction. Category: Developer Tools Mode: local Pricing: Free npm: @arcede/air-sdk GitHub: https://github.com/ArcedeDev/air-sdk Security Score: 10/10 GitHub Stars: 1 Creator: ArcedeDev Creator Reputation: B Version: 0.2.12 Required Credentials: AIR_API_KEY (required) Install (Claude Code): claude mcp add io-github-arcededev-air-sdk -- npx -y @arcede/air-sdk@0.4.1 --- ## Tradingcalc URL: https://mcp-marketplace.io/server/io-github-skalinin909-tradingcalc Summary: Crypto futures math: PnL, liquidation, position sizing, carry trade. 19 tools. Not AI estimates. Description: Crypto futures math: PnL, liquidation, position sizing, carry trade. 19 tools. Not AI estimates. Remote endpoints: streamable-http: https://tradingcalc.io/api/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://tradingcalc.io/api/mcp GitHub: https://github.com/SKalinin909/tradingcalc-mcp MCP Tools (19): workflow.run_pnl_planning, workflow.run_liquidation_safety, workflow.run_breakeven_planning, workflow.run_position_sizing, workflow.run_funding_cost, primitive.average_entry, workflow.run_exit_target, workflow.run_scenario_planning, workflow.run_max_leverage, primitive.hedge_ratio, workflow.run_funding_arbitrage, workflow.run_compound_funding, workflow.run_pre_trade_check, workflow.run_risk_reward, workflow.run_dca_entry, workflow.run_scale_out, workflow.run_carry_trade, workflow.run_funding_breakeven, system.verify Security Score: 10/10 GitHub Stars: 1 Creator: SKalinin909 Creator Reputation: B Version: 1.5.2 Install (Claude Code Remote): claude mcp add --transport http io-github-skalinin909-tradingcalc https://tradingcalc.io/api/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-regex-lab-mcp Summary: Test, explain, and generate regular expressions Category: Developer Tools Mode: local Pricing: Free npm: regex-lab-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 GitHub Stars: 1 Creator: Ryudi84 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ryudi84-regex-lab-mcp -- npx -y regex-lab-mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-meta-forge-mcp Summary: Generate HTML meta tags and Open Graph metadata Category: Developer Tools Mode: local Pricing: Free npm: meta-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 GitHub Stars: 1 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-meta-forge-mcp -- npx -y meta-forge-mcp --- ## Pdfcrowd Mcp Pdf Export URL: https://mcp-marketplace.io/server/io-github-pdfcrowd-pdfcrowd-mcp-pdf-export Summary: Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more. Category: Developer Tools Mode: local Pricing: Free npm: pdfcrowd-mcp-pdf-export GitHub: https://github.com/pdfcrowd/pdfcrowd-mcp-pdf-export Security Score: 2/10 GitHub Stars: 1 Creator: pdfcrowd Version: 1.2.2 Required Credentials: PDFCROWD_USERNAME (optional), PDFCROWD_API_KEY (required) Install (Claude Code): claude mcp add io-github-pdfcrowd-pdfcrowd-mcp-pdf-export -- npx -y pdfcrowd-mcp-pdf-export@1.2.2 --- ## Socialneuron URL: https://mcp-marketplace.io/server/com-socialneuron-mcp-server Summary: 52 MCP tools for AI social media: create, distribute, analyze, and optimize content. Category: Developer Tools Mode: local Pricing: Free npm: @socialneuron/mcp-server GitHub: https://github.com/socialneuron/mcp-server Security Score: 9.8/10 GitHub Stars: 1 Creator: Socialneuron Creator Reputation: B Version: 1.6.0 Required Credentials: SOCIALNEURON_API_KEY (required) Install (Claude Code): claude mcp add com-socialneuron-mcp-server -- npx -y @socialneuron/mcp-server@1.7.4 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-code-quality Summary: MCP server for code quality: complexity, duplicates, naming, refactoring. Category: Developer Tools Mode: local Pricing: Free npm: sovereign-code-quality-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 GitHub Stars: 1 Creator: Ryudi84 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ryudi84-code-quality -- npx -y sovereign-code-quality-mcp --- ## Pagelensai URL: https://mcp-marketplace.io/server/io-github-pagelens-ai-pagelensai-mcp-server Summary: AI website audit: security, SEO, performance, UX and accessibility checks with actionable fixes. Description: AI website audit: security, SEO, performance, UX and accessibility checks with actionable fixes. Remote endpoints: streamable-http: https://www.pagelensai.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.pagelensai.com/api/mcp GitHub: https://github.com/PageLens-AI/pagelensai-mcp-server Security Score: 10/10 GitHub Stars: 1 Creator: PageLens AI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pagelens-ai-pagelensai-mcp-server https://www.pagelensai.com/api/mcp --- ## Anteos URL: https://mcp-marketplace.io/server/io-github-anteos-health-anteos-booking Summary: Book medical appointments with French doctors by specialty and city via AI agents. Description: Book medical appointments with French doctors by specialty and city via AI agents. Remote endpoints: streamable-http: https://anteoshealth.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://anteoshealth.com/mcp GitHub: https://github.com/Anteos-Health/anteos-mcp MCP Tools (10): search_doctors, book_appointment, find_next_available, get_available_slots, get_appointment, cancel_appointment, resend_appointment_token, reschedule_appointment, list_my_appointments, get_doctor_profile Security Score: 10/10 GitHub Stars: 1 Creator: Anteos Health Creator Reputation: B Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-anteos-health-anteos-booking https://anteoshealth.com/mcp --- ## Spendnod URL: https://mcp-marketplace.io/server/io-github-gstack-ds-spendnod Summary: AI agent spending controls. Set limits, blocklists, and caps. Approve transactions from your phone. Description: AI agent spending controls. Set limits, blocklists, and caps. Approve transactions from your phone. Remote endpoints: streamable-http: https://api.spendnod.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.spendnod.com/mcp GitHub: https://github.com/gstack-ds/spendnod Security Score: 9.2/10 GitHub Stars: 1 Creator: Gstack Ds Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-gstack-ds-spendnod https://api.spendnod.com/mcp --- ## Monarchmoney Node URL: https://mcp-marketplace.io/server/io-github-hakimelek-monarchmoney Summary: Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow. Category: Developer Tools Mode: local Pricing: Free npm: @hakimelek/monarchmoney GitHub: https://github.com/hakimelek/monarchmoney-node Security Score: 8/10 GitHub Stars: 1 Creator: Hakimelek Creator Reputation: B Version: 0.3.1 Required Credentials: MONARCH_TOKEN (required) Install (Claude Code): claude mcp add io-github-hakimelek-monarchmoney -- npx -y @hakimelek/monarchmoney@0.3.1 --- ## Docvet URL: https://mcp-marketplace.io/server/io-github-alberto-codes-docvet Summary: Docstring quality vetting for Python -- enrichment, freshness, coverage, and presence checks Category: Developer Tools Mode: local Pricing: Free PyPI: docvet GitHub: https://github.com/Alberto-Codes/docvet Security Score: 10/10 GitHub Stars: 1 Creator: Alberto Codes Creator Reputation: B Version: 1.15.1 Install (Claude Code): claude mcp add io-github-alberto-codes-docvet -- uvx docvet==1.15.1 --- ## Manifold URL: https://mcp-marketplace.io/server/io-cohereon-manifold-imperium-manifold Summary: Lightning-gated Cohereon Doctrine v6.1. 398 components, tiered pricing, agent onboarding. Description: Lightning-gated Cohereon Doctrine v6.1. 398 components, tiered pricing, agent onboarding. Remote endpoints: sse: https://manifold.cohereon.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://manifold.cohereon.io/mcp GitHub: https://github.com/ImperiumCore/manifold Security Score: 9.9/10 GitHub Stars: 1 Creator: ImperiumCore Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-cohereon-manifold-imperium-manifold https://manifold.cohereon.io/mcp --- ## Dbatools URL: https://mcp-marketplace.io/server/io-github-dataplat-dbatools-mcp-server Summary: MCP server for dbatools — exposes SQL Server management commands as MCP tools Category: Developer Tools Mode: local Pricing: Free npm: dbatools-mcp-server GitHub: https://github.com/dataplat/dbatools-mcp-server Security Score: 10/10 Installs: 1 GitHub Stars: 1 Creator: Dataplat Creator Reputation: B Version: 0.5.0 Required Credentials: DBATOOLS_SAFE_MODE (optional), MAX_OUTPUT_ROWS (optional), COMMAND_TIMEOUT_SECONDS (optional), PWSH_EXE (optional) Install (Claude Code): claude mcp add io-github-dataplat-dbatools-mcp-server -- npx -y dbatools-mcp-server@0.5.0 --- ## Contract Review Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-contract-review-ai-mcp Summary: Contract Review Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: contract-review-ai-mcp GitHub: https://github.com/CSOAI-ORG/contract-review-ai-mcp Security Score: 2.2/10 GitHub Stars: 1 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-contract-review-ai-mcp -- uvx contract-review-ai-mcp==1.0.10 --- ## Meyhem URL: https://mcp-marketplace.io/server/io-github-c5huracan-meyhem Summary: Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking. Description: Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking. Remote endpoints: streamable-http: https://api.rhdxm.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.rhdxm.com/mcp GitHub: https://github.com/c5huracan/meyhem Security Score: 10/10 GitHub Stars: 1 Creator: C5huracan Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-c5huracan-meyhem https://api.rhdxm.com/mcp --- ## Opengraph Io URL: https://mcp-marketplace.io/server/io-github-securecoders-opengraph-io-mcp Summary: MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images Category: Developer Tools Mode: local Pricing: Free npm: opengraph-io-mcp GitHub: https://github.com/securecoders/opengraph-io-mcp Security Score: 8.8/10 GitHub Stars: 1 Creator: Securecoders Creator Reputation: B Version: 1.3.5 Install (Claude Code): claude mcp add io-github-securecoders-opengraph-io-mcp -- npx -y opengraph-io-mcp@1.3.5 --- ## Launch Engine URL: https://mcp-marketplace.io/server/io-github-zionhopkins-launch-engine Summary: Agentic pipeline — 39 tools from idea to revenue for solo founders. Category: Business Tools Mode: local Pricing: Free npm: launch-engine-mcp GitHub: https://github.com/ZionHopkins/launch-engine-mcp Security Score: 9.7/10 GitHub Stars: 1 Creator: ZionHopkins Creator Reputation: C Version: 1.1.0 Tags: mcp, mcp-server, model-context-protocol, business, startup, solo-founder, bootstrapper, solopreneur, entrepreneur, market-research, buyer-persona, competitive-analysis, landing-page, email-sequence, ad-copy, copywriting, seo, content-marketing, organic-growth, unit-economics, validation, offer-design, traffic, funnel, conversion, claude, cursor, ai-agent, pipeline, execution, automation Use Cases: Validate a business idea in under a week Run scout → autonomy → market_intel to get viability scores, competitive analysis, and AI-buildability ratings before investing time or money, Generate a complete launch package — Go from buyer research through building blocks, stress test, and deploy to get landing pages, email sequences, and ad copy all persona-aligned and QA-checked, Run a $50-100 rapid validation test Required Credentials: LAUNCH_ENGINE_PROJECT_DIR (optional) Install (Claude Code): claude mcp add io-github-zionhopkins-launch-engine -- npx -y launch-engine-mcp --- ## Drawio URL: https://mcp-marketplace.io/server/io-github-yohasacura-drawio-mcp Summary: MCP server for creating and editing draw.io / diagrams.net XML files programmatically. Category: Developer Tools Mode: local Pricing: Free PyPI: drawio-mcp GitHub: https://github.com/yohasacura/drawio-mcp Security Score: 10/10 GitHub Stars: 1 Creator: Yohasacura Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-yohasacura-drawio-mcp -- uvx drawio-mcp==1.0.2 --- ## Xap Sdk URL: https://mcp-marketplace.io/server/io-github-omoshola-o-xap Summary: Agent settlement protocol — discover, negotiate, settle, and verify with XAP. Category: Developer Tools Mode: local Pricing: Free npm: @agenticamem/xap-mcp GitHub: https://github.com/agentra-commerce/xap-sdk Security Score: 10/10 Installs: 1 GitHub Stars: 1 Creator: omoshola-o Creator Reputation: C Version: 0.4.2 Required Credentials: XAP_MODE (optional), XAP_API_KEY (required) Install (Claude Code): claude mcp add io-github-omoshola-o-xap -- npx -y @agenticamem/xap-mcp@0.4.5 --- ## Labmate URL: https://mcp-marketplace.io/server/io-github-jonasrackl-labmate-mcp Summary: 81 chemistry tools — literature, calculations, retrosynthesis Category: Developer Tools Mode: local Pricing: Free PyPI: labmate-mcp GitHub: https://github.com/JonasRackl/labmate-mcp Security Score: 10/10 GitHub Stars: 1 Creator: JonasRackl Creator Reputation: B Version: 7.3.1 Required Credentials: RXN_API_KEY (required), ROWAN_API_KEY (required) Install (Claude Code): claude mcp add io-github-jonasrackl-labmate-mcp -- uvx labmate-mcp==7.3.1 --- ## Voximplant URL: https://mcp-marketplace.io/server/io-github-theyahia-voximplant-mcp Summary: MCP server for Voximplant — cloud telephony, call history, SMS (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/voximplant-mcp GitHub: https://github.com/theYahia/voximplant-mcp Security Score: 10/10 GitHub Stars: 1 Creator: TheYahia Creator Reputation: B Version: 1.2.3 Install (Claude Code): claude mcp add io-github-theyahia-voximplant-mcp -- npx -y @theyahia/voximplant-mcp@1.2.3 --- ## Grep URL: https://mcp-marketplace.io/server/ai-boolsai-grep Summary: Parallel regex across all Boolsai scans — discover new vendor patterns, niche signals. 4 tools. Description: Parallel regex across all Boolsai scans — discover new vendor patterns, niche signals. 4 tools. Remote endpoints: streamable-http: https://grep.boolsai.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://grep.boolsai.ai/mcp GitHub: https://github.com/Boolsai-ai/mcp MCP Tools (4): grep_pattern, count_pattern, sites_with_signal, list_signal_types Security Score: 10/10 GitHub Stars: 1 Creator: John Twohill Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-boolsai-grep https://grep.boolsai.ai/mcp --- ## Cert Atlas URL: https://mcp-marketplace.io/server/io-github-hans6883-cert-atlas Summary: Search 1,580 certification exam blueprints: domains, scoring, prerequisites, compare. No API key. Description: Search 1,580 certification exam blueprints: domains, scoring, prerequisites, compare. No API key. Remote endpoints: streamable-http: https://mcp.quizforge.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: cert-atlas-mcp Remote URL: https://mcp.quizforge.ai/mcp GitHub: https://github.com/hans6883/cert-atlas MCP Tools (4): search_exams, get_exam_blueprint, compare_exams, list_certifying_bodies Security Score: 10/10 GitHub Stars: 1 Creator: Hans6883 Creator Reputation: B Version: 1.2.3 Install (Claude Code): claude mcp add io-github-hans6883-cert-atlas -- npx -y cert-atlas-mcp@1.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-hans6883-cert-atlas https://mcp.quizforge.ai/mcp --- ## Thryx URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-thryx-mcp-server Summary: ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API. Category: Developer Tools Mode: local Pricing: Free npm: @thryx/mcp-server GitHub: https://github.com/lordbasilaiassistant-sudo/thryx-mcp-server Security Score: 9.5/10 GitHub Stars: 1 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.5.0 Required Credentials: THRYX_API_KEY (required), THRYX_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-thryx-mcp-server -- npx -y @thryx/mcp-server@1.5.0 --- ## Devtools URL: https://mcp-marketplace.io/server/io-github-marin1321-mcp-devtools Summary: MCP server giving AI agents safe access to filesystem, databases, processes, and APIs. Category: Developer Tools Mode: local Pricing: Free npm: @oscarmarin/mcp-devtools GitHub: https://github.com/marin1321/mcp-devtools Security Score: 10/10 GitHub Stars: 1 Creator: Marin1321 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-marin1321-mcp-devtools -- npx -y @oscarmarin/mcp-devtools@1.0.1 --- ## Openclaw Output Vetter URL: https://mcp-marketplace.io/server/io-github-temurkhan13-openclaw-output-vetter-mcp Summary: Verify AI agent claims vs reality: inline grounding-check + swallowed-exception + transcript review. Category: Developer Tools Mode: local Pricing: Free PyPI: openclaw-output-vetter-mcp GitHub: https://github.com/temurkhan13/openclaw-output-vetter-mcp Security Score: 6.5/10 GitHub Stars: 1 Creator: Temurkhan13 Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-temurkhan13-openclaw-output-vetter-mcp -- uvx openclaw-output-vetter-mcp==1.3.0 --- ## Obsidian Brain URL: https://mcp-marketplace.io/server/io-github-sweir1-obsidian-brain Summary: Obsidian MCP server: semantic search, knowledge graph, and vault editing. No plugin required. Category: Productivity Mode: local Pricing: Free npm: obsidian-brain GitHub: https://github.com/sweir1/obsidian-brain Security Score: 10/10 GitHub Stars: 1 Creator: Sweir1 Creator Reputation: B Version: 1.7.24 Required Credentials: VAULT_PATH (optional), DATA_DIR (optional), EMBEDDING_PRESET (optional), EMBEDDING_MODEL (optional), EMBEDDING_PROVIDER (optional), OLLAMA_BASE_URL (optional), OLLAMA_EMBEDDING_DIM (optional), OLLAMA_NUM_CTX (optional), OBSIDIAN_BRAIN_OLLAMA_AUTO_PULL (optional), OBSIDIAN_BRAIN_OLLAMA_BYOM_AUTO_PULL (optional), OBSIDIAN_BRAIN_NO_WATCH (optional), OBSIDIAN_BRAIN_NO_CATCHUP (optional), OBSIDIAN_BRAIN_WATCH_DEBOUNCE_MS (optional), OBSIDIAN_BRAIN_COMMUNITY_DEBOUNCE_MS (optional), OBSIDIAN_BRAIN_TOOL_TIMEOUT_MS (optional), OBSIDIAN_BRAIN_MAX_CHUNK_TOKENS (optional), OBSIDIAN_BRAIN_CONFIG_DIR (optional), OBSIDIAN_BRAIN_DEBUG (optional), OBSIDIAN_BRAIN_LOG_FORMAT (optional) Install (Claude Code): claude mcp add io-github-sweir1-obsidian-brain -- npx -y obsidian-brain@1.7.24 --- ## Truebases URL: https://mcp-marketplace.io/server/io-github-truebases-truebases-mcp Summary: Find opportunities, track market activity, and discover business signals with real-time data. Category: Developer Tools Mode: local Pricing: Free npm: truebases-mcp GitHub: https://github.com/Truebases/truebases-mcp Security Score: 7/10 GitHub Stars: 1 Creator: Truebases Creator Reputation: B Version: 1.0.2 Required Credentials: TRUEBASES_API_KEY (required), TRUEBASES_API_URL (optional) Install (Claude Code): claude mcp add io-github-truebases-truebases-mcp -- npx -y truebases-mcp@1.0.2 --- ## Directory URL: https://mcp-marketplace.io/server/ai-boolsai-directory Summary: Indexed ecommerce site directory — vendor lookups, brands by city/market/founder. 10 tools. Description: Indexed ecommerce site directory — vendor lookups, brands by city/market/founder. 10 tools. Remote endpoints: streamable-http: https://directory.boolsai.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://directory.boolsai.ai/mcp GitHub: https://github.com/Boolsai-ai/mcp MCP Tools (19): summary, site_dossier, sites_using_vendor, lookup_id, brands_in_city, brands_in_market, stack_archetype, compare_sites, similar_sites, brands_by_founder, bulk_export, compare_scans, domain_intel, find_similar_by_stack, bulk_export_url, operator_cluster, subdomain_map, prospect_brief, directory_query Security Score: 10/10 GitHub Stars: 1 Creator: John Twohill Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-boolsai-directory https://directory.boolsai.ai/mcp --- ## Cron Parser X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-cron-parser Summary: Parse, validate and explain cron expressions. Get next run times. x402 micropayment. Description: Parse, validate and explain cron expressions. Get next run times. x402 micropayment. Remote endpoints: sse: https://cron-parser.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cron-parser.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/cron-parser-x402 MCP Tools (1): schedule_parse_cron Security Score: 10/10 GitHub Stars: 1 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-cron-parser https://cron-parser.api.klymax402.com/mcp --- ## Agent Ready URL: https://mcp-marketplace.io/server/io-github-mlava-agent-ready-mcp Summary: Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests. Description: Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests. Remote endpoints: streamable-http: https://agent-ready.dev/api/v1/mcp Category: Developer Tools Mode: dual Pricing: Free npm: agent-ready-mcp Remote URL: https://agent-ready.dev/api/v1/mcp GitHub: https://github.com/mlava/agent-ready-mcp Security Score: 5.2/10 GitHub Stars: 1 Creator: Mlava Creator Reputation: B Version: 0.7.5 Required Credentials: AGENT_READY_API_KEY (required) Install (Claude Code): claude mcp add io-github-mlava-agent-ready-mcp -- npx -y agent-ready-mcp@0.7.5 Install (Claude Code Remote): claude mcp add --transport http io-github-mlava-agent-ready-mcp https://agent-ready.dev/api/v1/mcp --- ## Pomera AI Commander URL: https://mcp-marketplace.io/server/io-github-matbanik-pomera Summary: Desktop text workbench + MCP server: 22+ text processing tools for AI assistants Category: Developer Tools Mode: local Pricing: Free npm: pomera-ai-commander PyPI: pomera-ai-commander GitHub: https://github.com/matbanik/Pomera-AI-Commander Security Score: 3.8/10 GitHub Stars: 1 Creator: Matbanik Creator Reputation: B Version: 1.5.1 Install (Claude Code): claude mcp add io-github-matbanik-pomera -- npx -y pomera-ai-commander@1.5.1 --- ## Gia URL: https://mcp-marketplace.io/server/io-github-knowledgepa3-gia-mcp-server Summary: Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping. Description: Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping. Remote endpoints: streamable-http: https://gia.aceadvising.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: gia-mcp-server Remote URL: https://gia.aceadvising.com/mcp GitHub: https://github.com/knowledgepa3/gia-mcp-server Security Score: 4.2/10 GitHub Stars: 1 Creator: Knowledgepa3 Creator Reputation: B Version: 0.4.4 Install (Claude Code): claude mcp add io-github-knowledgepa3-gia-mcp-server -- npx -y gia-mcp-server@0.4.4 Install (Claude Code Remote): claude mcp add --transport http io-github-knowledgepa3-gia-mcp-server https://gia.aceadvising.com/mcp --- ## Resemble URL: https://mcp-marketplace.io/server/io-github-resemble-ai-resemble-mcp Summary: Resemble AI: deepfake detection, media intelligence, and watermarking actions, plus docs tools. Description: Resemble AI: deepfake detection, media intelligence, and watermarking actions, plus docs tools. Remote endpoints: streamable-http: https://mcp.resemble.ai/mcp sse: https://mcp.resemble.ai/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.resemble.ai/mcp GitHub: https://github.com/resemble-ai/resemble-mcp Security Score: 4.2/10 GitHub Stars: 1 Creator: Resemble Ai Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-resemble-ai-resemble-mcp https://mcp.resemble.ai/mcp --- ## Prod Sugra Ai URL: https://mcp-marketplace.io/server/io-github-sugra-systems-sugra-api-mcp Summary: Connector between LLM agents and world data. 643 endpoints, 75+ primary sources. Description: Connector between LLM agents and world data. 643 endpoints, 75+ primary sources. Remote endpoints: streamable-http: https://app.sugra.ai/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: sugra-api-mcp Remote URL: https://app.sugra.ai/mcp GitHub: https://github.com/Sugra-Systems/prod-sugra-ai-MCP Security Score: 10/10 GitHub Stars: 1 Creator: Sugra Systems Creator Reputation: B Version: 0.3.3 Required Credentials: SUGRA_API_KEY (required) Install (Claude Code): claude mcp add io-github-sugra-systems-sugra-api-mcp -- uvx sugra-api-mcp==0.8.2 Install (Claude Code Remote): claude mcp add --transport http io-github-sugra-systems-sugra-api-mcp https://app.sugra.ai/mcp --- ## Qr For Agent Api URL: https://mcp-marketplace.io/server/io-github-benswel-qr-for-agent Summary: Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks Category: Developer Tools Mode: local Pricing: Free npm: qr-for-agent GitHub: https://github.com/benswel/qr-for-agent-api Security Score: 5.2/10 GitHub Stars: 1 Creator: Benjamin Bandali Creator Reputation: D Version: 0.12.2 Required Credentials: API_KEY (required), BASE_URL (optional) Install (Claude Code): claude mcp add io-github-benswel-qr-for-agent -- npx -y qr-for-agent --- ## Commune URL: https://mcp-marketplace.io/server/io-github-shanjai-raj-commune-mcp Summary: Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS. Category: Developer Tools Mode: local Pricing: Free PyPI: commune-mcp GitHub: https://github.com/shanjai-raj/commune-mcp Security Score: 5.5/10 GitHub Stars: 1 Creator: Shanjai Raj Creator Reputation: B Version: 0.1.9 Required Credentials: COMMUNE_API_KEY (required) Install (Claude Code): claude mcp add io-github-shanjai-raj-commune-mcp -- uvx commune-mcp==0.2.0 --- ## Pdf It URL: https://mcp-marketplace.io/server/io-github-mrslbt-pdf-it Summary: Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config. Category: Developer Tools Mode: local Pricing: Free npm: pdf-it-mcp GitHub: https://github.com/mrslbt/pdf-it Security Score: 10/10 GitHub Stars: 1 Creator: User Creator Reputation: C Version: 2.1.0 Install (Claude Code): claude mcp add io-github-mrslbt-pdf-it -- npx -y pdf-it-mcp@2.1.0 --- ## 402sentinel URL: https://mcp-marketplace.io/server/io-github-kaditang-402sentinel-mcp Summary: x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate. Category: Security Mode: local Pricing: Free npm: @kaditang/402sentinel-mcp GitHub: https://github.com/kaditang/402sentinel-mcp Security Score: 8/10 GitHub Stars: 1 Creator: Kaditang Creator Reputation: B Version: 0.7.1 Required Credentials: CLIENT_PRIVATE_KEY (required), SENTINEL_URL (optional) Install (Claude Code): claude mcp add io-github-kaditang-402sentinel-mcp -- npx -y @kaditang/402sentinel-mcp@0.7.1 --- ## Linkly URL: https://mcp-marketplace.io/server/com-linklyhq-linkly Summary: Create and manage short links, track clicks, and automate URL management Category: Developer Tools Mode: local Pricing: Free npm: linkly-mcp-server GitHub: https://github.com/Linkly-HQ/linkly-mcp-server Security Score: 4.2/10 GitHub Stars: 1 Creator: Linkly HQ Creator Reputation: B Version: 1.2.0 Required Credentials: LINKLY_API_KEY (required), LINKLY_WORKSPACE_ID (optional) Install (Claude Code): claude mcp add com-linklyhq-linkly -- npx -y linkly-mcp-server@1.4.0 --- ## Nr URL: https://mcp-marketplace.io/server/io-github-texan-nxtassist-nr-mcp Summary: MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools Category: Developer Tools Mode: local Pricing: Free PyPI: nr-mcp GitHub: https://github.com/Texan-NXTassist/nr-mcp Security Score: 6.5/10 GitHub Stars: 1 Creator: Texan-NXTassist Creator Reputation: D Version: 1.2.2 Required Credentials: NR_URL (optional), NR_TOKEN (required), NR_USER (optional), NR_PASS (required) Install (Claude Code): claude mcp add io-github-texan-nxtassist-nr-mcp -- uvx nr-mcp==1.2.2 --- ## Altmetric URL: https://mcp-marketplace.io/server/io-github-altmetric-altmetric-mcp Summary: MCP server for Altmetric APIs - track research attention across news, policy, social media, and more Category: Education & Research Mode: local Pricing: Free npm: altmetric-mcp GitHub: https://github.com/altmetric/altmetric-mcp Security Score: 10/10 GitHub Stars: 1 Creator: Altmetric Creator Reputation: B Version: 0.1.1 Required Credentials: ALTMETRIC_DETAILS_API_KEY (required), ALTMETRIC_EXPLORER_API_KEY (required), ALTMETRIC_EXPLORER_API_SECRET (required) Install (Claude Code): claude mcp add io-github-altmetric-altmetric-mcp -- npx -y altmetric-mcp@1.0.0 --- ## Appsai URL: https://mcp-marketplace.io/server/com-appsai-mcp-server Summary: Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB. Category: Developer Tools Mode: local Pricing: Free npm: @appsai/mcp-server GitHub: https://github.com/appsai-inc/mcp-server Security Score: 3.5/10 GitHub Stars: 1 Creator: Appsai Inc Creator Reputation: B Version: 1.0.1 Required Credentials: APPSAI_API_KEY (required) Install (Claude Code): claude mcp add com-appsai-mcp-server -- npx -y @appsai/mcp-server@1.0.13 --- ## Holded URL: https://mcp-marketplace.io/server/io-github-energio-es-holded-mcp Summary: MCP server for Holded — invoicing, accounting, CRM, projects, and team Category: Developer Tools Mode: local Pricing: Free npm: @energio/holded-mcp GitHub: https://github.com/energio-es/holded-mcp Security Score: 4.8/10 Installs: 1 GitHub Stars: 1 Creator: Energio Es Creator Reputation: B Version: 1.5.1 Required Credentials: HOLDED_API_KEY (optional), HOLDED_MODULES (optional), HOLDED_RATE_LIMIT_PER_SECOND (optional), HOLDED_DEBUG (optional) Install (Claude Code): claude mcp add io-github-energio-es-holded-mcp -- npx -y @energio/holded-mcp@1.5.1 --- ## Bitfence URL: https://mcp-marketplace.io/server/io-github-bitfenceai-bitfence Summary: Pre-transaction token risk checks for autonomous agents on six chains. Read-only; paid via x402. Description: Pre-transaction token risk checks for autonomous agents on six chains. Read-only; paid via x402. Remote endpoints: streamable-http: https://api.bitfence.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.bitfence.ai/mcp GitHub: https://github.com/bitfenceai/bitfence Security Score: 10/10 GitHub Stars: 1 Creator: Bitfenceai Creator Reputation: B Version: 0.7.7 Install (Claude Code Remote): claude mcp add --transport http io-github-bitfenceai-bitfence https://api.bitfence.ai/mcp --- ## Bay Area Transit URL: https://mcp-marketplace.io/server/io-github-srivastsh-bart-mcp Summary: Real-time BART departures, trip planning, fares, stations, and advisories. Description: Real-time BART departures, trip planning, fares, stations, and advisories. Remote endpoints: streamable-http: https://bart-mcp.srivastsh.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://bart-mcp.srivastsh.workers.dev/mcp GitHub: https://github.com/srivastsh/bay-area-transit-mcp Security Score: 5.5/10 GitHub Stars: 1 Creator: Srivastsh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srivastsh-bart-mcp https://bart-mcp.srivastsh.workers.dev/mcp --- ## Pineforge Codegen URL: https://mcp-marketplace.io/server/io-github-pineforge-4pass-pineforge-codegen-mcp Summary: Offline PineScript v6 → C++ backtests at deterministic TradingView parity, run locally via MCP. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/pineforge-4pass/pineforge-codegen-mcp Security Score: 5.2/10 GitHub Stars: 1 Creator: Pineforge 4pass Creator Reputation: B Version: 0.9.18 --- ## Cowork History URL: https://mcp-marketplace.io/server/io-github-egoughnour-cowork-history Summary: Hybrid search for Cowork history: FTS, Spotlight, and semantic vectors Category: Developer Tools Mode: local Pricing: Free PyPI: cowork-history GitHub: https://github.com/egoughnour/cowork-history Security Score: 4.3/10 GitHub Stars: 1 Creator: Egoughnour Creator Reputation: B Version: 4.0.3 Required Credentials: OLLAMA_URL (optional), EMBEDDING_MODEL (optional) Install (Claude Code): claude mcp add io-github-egoughnour-cowork-history -- uvx cowork-history==4.0.3 --- ## CodeCartographer URL: https://mcp-marketplace.io/server/io-github-huginnindustries-codecartographer Summary: Turn an unfamiliar codebase into validated architecture, contracts, and a reimplementation spec. Category: Developer Tools Mode: local Pricing: Free npm: codecartographer-pi GitHub: https://github.com/HuginnIndustries/CodeCartographer Security Score: 10/10 GitHub Stars: 1 Creator: HuginnIndustries Creator Reputation: B Version: 0.16.0 Install (Claude Code): claude mcp add io-github-huginnindustries-codecartographer -- npx -y codecartographer-pi@0.16.0 --- ## Luxembourg Law URL: https://mcp-marketplace.io/server/eu-ansvar-luxembourg-law-mcp Summary: Luxembourg legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/luxembourg-law-mcp GitHub: https://github.com/Ansvar-Systems/Luxembourg-law-mcp Security Score: 4.8/10 Installs: 1 GitHub Stars: 1 Creator: Mortalus Creator Reputation: F Version: 1.0.3 Install (Claude Code): claude mcp add eu-ansvar-luxembourg-law-mcp -- npx -y @ansvar/luxembourg-law-mcp@1.0.3 --- ## Sap Abap Sql URL: https://mcp-marketplace.io/server/run-daslab-sap-abap-sql Summary: Checks and fixes ABAP Open SQL for SAP's ADT data-preview console. Connects to nothing. Category: Developer Tools Mode: local Pricing: Free npm: sap-abap-sql-mcp GitHub: https://github.com/daslabhq/sap-abap-sql-mcp Security Score: 10/10 GitHub Stars: 1 Creator: Daslabhq Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add run-daslab-sap-abap-sql -- npx -y sap-abap-sql-mcp@0.3.0 --- ## Logr URL: https://mcp-marketplace.io/server/it-logr-mcp Summary: Query any public logr profile — timelines, events, full context — plus owner-authorized writes. Description: Query any public logr profile — timelines, events, full context — plus owner-authorized writes. Remote endpoints: streamable-http: https://logr.it/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://logr.it/mcp GitHub: https://github.com/koshikraj/logr Security Score: 4.2/10 GitHub Stars: 1 Creator: Koshikraj Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http it-logr-mcp https://logr.it/mcp --- ## Grimoire URL: https://mcp-marketplace.io/server/bot-ttrpg-grimoire Summary: Manage TTRPG campaigns: NPCs, locations, factions, quests, sessions, lore, and knowledge graphs. Description: Manage TTRPG campaigns: NPCs, locations, factions, quests, sessions, lore, and knowledge graphs. Remote endpoints: streamable-http: https://api.ttrpg.bot/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.ttrpg.bot/mcp GitHub: https://github.com/zafety-vibin/grimoire-mcp Security Score: 10/10 Rating: 5/5 Installs: 2 GitHub Stars: 1 Creator: Zafety Vibin Creator Reputation: B Version: 1.5.0 Install (Claude Code Remote): claude mcp add --transport http bot-ttrpg-grimoire https://api.ttrpg.bot/mcp --- ## Arxiv URL: https://mcp-marketplace.io/server/io-github-cyanheads-arxiv-mcp-server Summary: Search arXiv, fetch paper metadata, and read full-text content. Description: Search arXiv, fetch paper metadata, and read full-text content. Remote endpoints: streamable-http: https://arxiv.caseyjhand.com/mcp Category: Education & Research Mode: dual Pricing: Free npm: @cyanheads/arxiv-mcp-server Remote URL: https://arxiv.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/arxiv-mcp-server MCP Tools (4): arxiv_search, arxiv_get_metadata, arxiv_read_paper, arxiv_list_categories Security Score: 10/10 GitHub Stars: 1 Creator: Cyanheads Creator Reputation: B Version: 1.5.1 Required Credentials: ARXIV_API_BASE_URL (optional), ARXIV_REQUEST_DELAY_MS (optional), ARXIV_CONTENT_TIMEOUT_MS (optional), ARXIV_API_TIMEOUT_MS (optional), MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-arxiv-mcp-server -- npx -y @cyanheads/arxiv-mcp-server@1.5.1 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-arxiv-mcp-server https://arxiv.caseyjhand.com/mcp --- ## Cituna URL: https://mcp-marketplace.io/server/com-cituna-cituna-mcp Summary: Track how 6 AI engines cite your brand, daily, with live Google Search Console. Category: Developer Tools Mode: local Pricing: Free npm: cituna-mcp GitHub: https://github.com/cituna/cituna-mcp Security Score: 10/10 GitHub Stars: 1 Creator: Cituna Creator Reputation: B Version: 1.5.0 Required Credentials: CITUNA_API_KEY (required), CITUNA_API_URL (optional) Install (Claude Code): claude mcp add com-cituna-cituna-mcp -- npx -y cituna-mcp@1.5.0 --- ## Image Generation URL: https://mcp-marketplace.io/server/io-github-pvliesdonk-image-generation-mcp Summary: MCP server for AI image generation via OpenAI, Stable Diffusion (SD WebUI), or placeholders. Category: Developer Tools Mode: local Pricing: Free PyPI: image-generation-mcp GitHub: https://github.com/pvliesdonk/image-generation-mcp Security Score: 10/10 GitHub Stars: 1 Creator: User Creator Reputation: C Version: 1.12.1 Required Credentials: IMAGE_GENERATION_MCP_KV_STORE_URL (optional), IMAGE_GENERATION_MCP_TOOLS_ALLOW (optional), IMAGE_GENERATION_MCP_TOOLS_DENY (optional), IMAGE_GENERATION_MCP_SERVER_NAME (optional), IMAGE_GENERATION_MCP_INSTRUCTIONS (optional), FASTMCP_LOG_LEVEL (optional), FASTMCP_ENABLE_RICH_LOGGING (optional), IMAGE_GENERATION_MCP_A1111_HOST (optional), IMAGE_GENERATION_MCP_A1111_MODEL (optional), IMAGE_GENERATION_MCP_READ_ONLY (optional), IMAGE_GENERATION_MCP_SCRATCH_DIR (optional), IMAGE_GENERATION_MCP_OPENAI_API_KEY (required), IMAGE_GENERATION_MCP_GOOGLE_API_KEY (required), IMAGE_GENERATION_MCP_SD_WEBUI_HOST (optional), IMAGE_GENERATION_MCP_SD_WEBUI_MODEL (optional), IMAGE_GENERATION_MCP_DEFAULT_PROVIDER (optional), IMAGE_GENERATION_MCP_TRANSFORM_CACHE_SIZE (optional), IMAGE_GENERATION_MCP_PAID_PROVIDERS (optional), IMAGE_GENERATION_MCP_STYLES_DIR (optional), IMAGE_GENERATION_MCP_ALLOW_LOCAL_FILE_INPUT (optional), IMAGE_GENERATION_MCP_MAX_INPUT_IMAGE_BYTES (optional), IMAGE_GENERATION_MCP_FETCH_TIMEOUT_S (optional), IMAGE_GENERATION_MCP_TRANSFER_TTL_DEFAULT_S (optional), IMAGE_GENERATION_MCP_TRANSFER_TTL_MAX_S (optional), IMAGE_GENERATION_MCP_TRANSFER_GRACE_TTL_S (optional), IMAGE_GENERATION_MCP_TRANSFER_LEASE_S (optional), IMAGE_GENERATION_MCP_TRANSFER_MAX_UPLOAD_BYTES (optional), IMAGE_GENERATION_MCP_BASE_URL (optional), IMAGE_GENERATION_MCP_BEARER_TOKEN (required), IMAGE_GENERATION_MCP_OIDC_CONFIG_URL (optional), IMAGE_GENERATION_MCP_OIDC_CLIENT_ID (optional), IMAGE_GENERATION_MCP_OIDC_CLIENT_SECRET (required), IMAGE_GENERATION_MCP_OIDC_AUDIENCE (optional), IMAGE_GENERATION_MCP_OIDC_REQUIRED_SCOPES (optional), IMAGE_GENERATION_MCP_OIDC_ADVERTISED_SCOPES (optional), IMAGE_GENERATION_MCP_OIDC_JWT_SIGNING_KEY (required), IMAGE_GENERATION_MCP_OIDC_VERIFY_ACCESS_TOKEN (optional), IMAGE_GENERATION_MCP_APP_DOMAIN (optional), IMAGE_GENERATION_MCP_AUTH_MODE (optional), IMAGE_GENERATION_MCP_BEARER_TOKENS_FILE (optional), IMAGE_GENERATION_MCP_BEARER_DEFAULT_SUBJECT (optional), IMAGE_GENERATION_MCP_HTTP_PATH (optional), PUID (optional), PGID (optional) Install (Claude Code): claude mcp add io-github-pvliesdonk-image-generation-mcp -- uvx image-generation-mcp==1.12.1 --- ## Fodda URL: https://mcp-marketplace.io/server/ai-fodda-mcp-server Summary: Expert-curated knowledge, brand, research & earnings intelligence — 47 tools, 220+ graphs. Description: Expert-curated knowledge, brand, research & earnings intelligence — 47 tools, 220+ graphs. Remote endpoints: streamable-http: https://mcp.fodda.ai/mcp sse: https://mcp.fodda.ai/sse Category: Developer Tools Mode: dual Pricing: Free npm: fodda-mcp Remote URL: https://mcp.fodda.ai/mcp GitHub: https://github.com/piers-fawkes/fodda-mcp Security Score: 7.8/10 GitHub Stars: 1 Creator: Piers Fawkes Creator Reputation: B Version: 1.46.31 Required Credentials: FODDA_API_KEY (required), FODDA_API_URL (optional) Install (Claude Code): claude mcp add ai-fodda-mcp-server -- npx -y fodda-mcp@1.46.31 Install (Claude Code Remote): claude mcp add --transport http ai-fodda-mcp-server https://mcp.fodda.ai/mcp --- ## Clawops URL: https://mcp-marketplace.io/server/io-github-dfridkin-clawops Summary: Deploy and manage self-hosted OpenClaw instances across clouds Category: Developer Tools Mode: local Pricing: Free npm: @clawops/cli GitHub: https://github.com/dfridkin/clawops Security Score: 4.7/10 GitHub Stars: 1 Creator: Dfridkin Creator Reputation: B Version: 1.7.1 Install (Claude Code): claude mcp add io-github-dfridkin-clawops -- npx -y @clawops/cli@1.7.1 --- ## Stackexchange URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-stackexchange Summary: StackExchange MCP — wraps the StackExchange API v2.3 (free, no auth required for read) Description: StackExchange MCP — wraps the StackExchange API v2.3 (free, no auth required for read) Remote endpoints: streamable-http: https://gateway.pipeworx.io/stackexchange/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/stackexchange/mcp GitHub: https://github.com/pipeworx-io/mcp-stackexchange MCP Tools (2): search_questions, get_answers Security Score: 10/10 GitHub Stars: 1 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-stackexchange https://gateway.pipeworx.io/stackexchange/mcp --- ## Walmart Ads URL: https://mcp-marketplace.io/server/io-github-alyiox-mcp-walmart-ads Summary: MCP server for Walmart Connect Ads APIs (Sponsored Search + Display) Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-walmart-ads GitHub: https://github.com/alyiox/mcp-walmart-ads Security Score: 10/10 GitHub Stars: 1 Creator: Alyiox Creator Reputation: B Version: 0.1.1a6 Install (Claude Code): claude mcp add io-github-alyiox-mcp-walmart-ads -- uvx mcp-walmart-ads==0.1.1a6 --- ## Vaultbeat URL: https://mcp-marketplace.io/server/io-github-fino-wind-vaultbeat Summary: Your AI agent reads your E2EE Apple Health data (sleep, HRV, cycle) — decrypted only locally Category: Developer Tools Mode: local Pricing: Free PyPI: vaultbeat-mcp GitHub: https://github.com/Fino-wind/vaultbeat-mcp Security Score: 9/10 GitHub Stars: 1 Creator: Fino-wind Creator Reputation: D Version: 0.1.2 Install (Claude Code): claude mcp add io-github-fino-wind-vaultbeat -- uvx vaultbeat-mcp==0.4.6 --- ## Create Packkit URL: https://mcp-marketplace.io/server/io-github-danmat-packkit-mcp Summary: Scaffold modern npm packages, CLIs, services and apps as a native tool for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: packkit-mcp GitHub: https://github.com/DanMat/create-packkit Security Score: 5.2/10 GitHub Stars: 1 Creator: DanMat Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-danmat-packkit-mcp -- npx -y packkit-mcp --- ## Bilinc URL: https://mcp-marketplace.io/server/io-github-atakanelik34-bilinc Summary: Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback. Category: Developer Tools Mode: local Pricing: Free PyPI: bilinc GitHub: https://github.com/atakanelik34/Bilinc Security Score: 4.2/10 GitHub Stars: 1 Creator: Atakanelik34 Creator Reputation: B Version: 2.1.9 Required Credentials: BILINC_API_KEY (required) Install (Claude Code): claude mcp add io-github-atakanelik34-bilinc -- uvx bilinc==2.1.9 --- ## Flameox URL: https://mcp-marketplace.io/server/io-github-morluto-flameox Summary: Local runtime evidence for coding-agent performance and reliability investigations Category: Developer Tools Mode: local Pricing: Free PyPI: flameox GitHub: https://github.com/morluto/flameox Security Score: 6.2/10 GitHub Stars: 1 Creator: Morluto Creator Reputation: B Version: 0.1.12 Install (Claude Code): claude mcp add io-github-morluto-flameox -- uvx flameox==0.1.12 --- ## Zendesk URL: https://mcp-marketplace.io/server/io-github-fruggr-zendesk-mcp-server Summary: Draft, translate and update Help Center articles and manage Zendesk tickets from your AI assistant. Category: Business Tools Mode: local Pricing: Free npm: @fruggr/zendesk-mcp-server GitHub: https://github.com/fruggr/zendesk-mcp-server Security Score: 10/10 GitHub Stars: 1 Creator: Fruggr Creator Reputation: B Version: 2.19.0 Required Credentials: ZENDESK_SUBDOMAIN (optional) Install (Claude Code): claude mcp add io-github-fruggr-zendesk-mcp-server -- npx -y @fruggr/zendesk-mcp-server@2.19.0 --- ## N8n Mcp Community URL: https://mcp-marketplace.io/server/io-github-drzamarian-n8n-mcp-community Summary: A security-focused MCP server for self-hosted n8n Community Edition. Category: Productivity Mode: local Pricing: Free npm: n8n-mcp-community GitHub: https://github.com/drzamarian/n8n-mcp-community Security Score: 10/10 GitHub Stars: 1 Creator: Drzamarian Creator Reputation: B Version: 0.3.0 Required Credentials: N8N_API_URL (required), N8N_API_KEY (required), N8N_MCP_MODE (optional), N8N_ALLOW_INSECURE_HTTP (optional) Install (Claude Code): claude mcp add io-github-drzamarian-n8n-mcp-community -- npx -y n8n-mcp-community@0.3.0 --- ## Roamzy Io URL: https://mcp-marketplace.io/server/io-github-roamzy-io-mcp-server Summary: Agent-native global eSIM: buy for 193 countries, per-MB in USDT/USDC. Agents earn 20% referral. Description: Agent-native global eSIM: buy for 193 countries, per-MB in USDT/USDC. Agents earn 20% referral. Remote endpoints: streamable-http: https://roamzy.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @roamzy/mcp-server Remote URL: https://roamzy.io/mcp GitHub: https://github.com/roamzy-io/mcp-server Security Score: 7/10 GitHub Stars: 1 Creator: Roamzy Io Creator Reputation: B Version: 1.6.8 Required Credentials: ROAMZY_API_TOKEN (required), ROAMZY_ENABLE_PURCHASE (optional), ROAMZY_API_BASE (optional) Install (Claude Code): claude mcp add io-github-roamzy-io-mcp-server -- npx -y @roamzy/mcp-server@1.6.8 Install (Claude Code Remote): claude mcp add --transport http io-github-roamzy-io-mcp-server https://roamzy.io/mcp --- ## Yandex Metrica URL: https://mcp-marketplace.io/server/io-github-askads-mcp-yandex-metrica Summary: MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics. Category: Developer Tools Mode: local Pricing: Free npm: mcp-yandex-metrica GitHub: https://github.com/askads/mcp-yandex-metrica Security Score: 10/10 GitHub Stars: 1 Creator: Askads Creator Reputation: B Version: 1.4.1 Required Credentials: YANDEX_METRIKA_TOKEN (required), YANDEX_METRIKA_OAUTH_CLIENT_ID (optional), YANDEX_METRIKA_COUNTER_ID (optional), YANDEX_METRIKA_LANG (optional), YANDEX_METRIKA_API_BASE (optional), YANDEX_METRIKA_TIMEOUT_MS (optional), YANDEX_METRIKA_MAX_RETRIES (optional) Install (Claude Code): claude mcp add io-github-askads-mcp-yandex-metrica -- npx -y mcp-yandex-metrica@1.4.1 --- ## Bastion URL: https://mcp-marketplace.io/server/io-github-vaquarkhan-mcp-bastion Summary: Security middleware for MCP. Blocks prompt injection, PII leakage, and resource exhaustion. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-bastion-python GitHub: https://github.com/vaquarkhan/MCP-Bastion Security Score: 10/10 GitHub Stars: 1 Creator: Vaquarkhan Creator Reputation: B Version: 5.1.0 Install (Claude Code): claude mcp add io-github-vaquarkhan-mcp-bastion -- uvx mcp-bastion-python==5.1.0 --- ## Anilist URL: https://mcp-marketplace.io/server/io-github-grinv-anilist-mcp-server Summary: MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management. Category: Developer Tools Mode: local Pricing: Free npm: anilist-mcp-server GitHub: https://github.com/Grinv/anilist-mcp-server Security Score: 10/10 GitHub Stars: 1 Creator: Grinv Creator Reputation: B Version: 0.8.0 Required Credentials: ANILIST_CLIENT_ID (optional), ANILIST_CLIENT_SECRET (required), ANILIST_ACCESS_TOKEN (required), ANILIST_OAUTH_PORT (optional), ANILIST_TOKEN_STORE (optional) Install (Claude Code): claude mcp add io-github-grinv-anilist-mcp-server -- npx -y anilist-mcp-server@0.8.0 --- ## Exam Sheet URL: https://mcp-marketplace.io/server/io-github-giuliobmb-exam-sheet Summary: Generate a timed exam on any topic and take it in an interactive exam sheet with live grading. Category: Developer Tools Mode: local Pricing: Free npm: @giuliobmb/exam-sheet-mcp GitHub: https://github.com/giuliobmb/exam-sheet-mcp Security Score: 5.2/10 GitHub Stars: 1 Creator: Giuliobmb Creator Reputation: B Version: 1.0.0 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-giuliobmb-exam-sheet -- npx -y @giuliobmb/exam-sheet-mcp@1.0.0 --- ## Sql Builder Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-sql-builder-ai-mcp Summary: Sql Builder Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: sql-builder-ai-mcp GitHub: https://github.com/CSOAI-ORG/sql-builder-ai-mcp Security Score: 2.2/10 GitHub Stars: 1 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-sql-builder-ai-mcp -- uvx sql-builder-ai-mcp==1.0.8 --- ## Apex Psi URL: https://mcp-marketplace.io/server/io-github-kawal393-apex-psi-mcp Summary: Cryptographic truth infrastructure for AI agents: seal, verify, anchor, cite, audit. Category: Developer Tools Mode: local Pricing: Free npm: apex-psi-mcp GitHub: https://github.com/kawal393/apex-psi-mcp-server Security Score: 4.2/10 GitHub Stars: 1 Creator: Kawal393 Creator Reputation: B Version: 1.0.1 Required Credentials: APEX_API_BASE (optional), APEX_API_KEY (required) Install (Claude Code): claude mcp add io-github-kawal393-apex-psi-mcp -- npx -y apex-psi-mcp@1.0.1 --- ## Aimarket URL: https://mcp-marketplace.io/server/io-github-alexar76-aimarket-mcp Summary: Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search. Description: Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search. Remote endpoints: streamable-http: https://{aimarket_host}/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: aimarket-mcp Remote URL: https://{aimarket_host}/mcp GitHub: https://github.com/alexar76/aimarket-mcp Security Score: 4.2/10 GitHub Stars: 1 Creator: Alexar76 Creator Reputation: B Version: 0.3.0 Required Credentials: AIMARKET_METIS_URL (optional), AIMARKET_METIS_KEY (required), AIMARKET_SEARCH_URL (optional) Install (Claude Code): claude mcp add io-github-alexar76-aimarket-mcp -- uvx aimarket-mcp==0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alexar76-aimarket-mcp 'https://{aimarket_host}/mcp' --- ## Bridgenode Llm URL: https://mcp-marketplace.io/server/io-github-applefanaimail-blip-bridgenode-mcp Summary: AI inference via MCP — pay per request with Solana USDC through x402. No API keys. Description: AI inference via MCP — pay per request with Solana USDC through x402. No API keys. Remote endpoints: streamable-http: https://bridgenode.cc/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @bridgenode/mcp Remote URL: https://bridgenode.cc/mcp GitHub: https://github.com/applefanaimail-blip/bridgenode-llm MCP Tools (3): chat_completions, list_models, get_price_estimate Security Score: 8/10 GitHub Stars: 1 Creator: Applefanaimail Blip Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-applefanaimail-blip-bridgenode-mcp -- npx -y @bridgenode/mcp@1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-applefanaimail-blip-bridgenode-mcp https://bridgenode.cc/mcp --- ## Uizze URL: https://mcp-marketplace.io/server/io-github-samuelbushi-uizze Summary: Real UI references, design contracts, validation, audits, and critiques for coding agents. Description: Real UI references, design contracts, validation, audits, and critiques for coding agents. Remote endpoints: streamable-http: https://uizze.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://uizze.com/mcp GitHub: https://github.com/aislon/uizze-mcp Security Score: 8/10 GitHub Stars: 1 Creator: Aislon Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-samuelbushi-uizze https://uizze.com/mcp --- ## Xero URL: https://mcp-marketplace.io/server/io-github-wyre-technology-xero-mcp Summary: MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports. Category: Business Tools Mode: local Pricing: Free GitHub: https://github.com/wyre-technology/xero-mcp Security Score: 4.2/10 GitHub Stars: 1 Creator: Wyre Technology Creator Reputation: B Version: 1.5.5 Required Credentials: XERO_TENANT_ID (optional), XERO_ACCESS_TOKEN (required), MCP_TRANSPORT (optional), AUTH_MODE (optional), LOG_LEVEL (optional) --- ## Engine URL: https://mcp-marketplace.io/server/io-github-webloomhq-engine Summary: 86 tools: drive YOUR real Chrome via CDP + browse/install/publish Threads in chat. webloom.run. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/webloomhq/engine Security Score: 3.2/10 GitHub Stars: 1 Creator: Webloomhq Creator Reputation: B Version: 0.3.11 --- ## Agent Passport URL: https://mcp-marketplace.io/server/io-github-aeoess-agent-passport-mcp Summary: Cryptographic identity, delegation, governance, and commerce for AI agents. 152 tools. Description: Cryptographic identity, delegation, governance, and commerce for AI agents. 152 tools. Remote endpoints: sse: https://mcp.aeoess.com/sse Category: Developer Tools Mode: dual Pricing: Free npm: agent-passport-system-mcp Remote URL: https://mcp.aeoess.com/sse GitHub: https://github.com/aeoess/agent-passport-mcp Security Score: 9.9/10 Rating: 5/5 Installs: 1 GitHub Stars: 1 Creator: aeoess Creator Reputation: B- Version: 5.0.0 Tags: agent-identity, ed25519, delegation, mcp-server, multi-agent, governance, security Install (Claude Code): claude mcp add io-github-aeoess-agent-passport-mcp -- npx -y agent-passport-system-mcp@5.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aeoess-agent-passport-mcp https://mcp.aeoess.com/sse --- ## Noaa Marine URL: https://mcp-marketplace.io/server/io-github-cyanheads-noaa-marine-mcp-server Summary: Find NOAA tide stations and NDBC buoys, fetch tide predictions, currents, and live conditions. Description: Find NOAA tide stations and NDBC buoys, fetch tide predictions, currents, and live conditions. Remote endpoints: streamable-http: https://noaa-marine.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cyanheads/noaa-marine-mcp-server Remote URL: https://noaa-marine.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/noaa-marine-mcp-server MCP Tools (7): noaa_marine_find_stations, noaa_marine_get_tide_predictions, noaa_marine_get_water_level, noaa_marine_get_currents, noaa_marine_get_conditions, noaa_marine_get_current_profile, noaa_marine_get_ocean_observations Security Score: 10/10 GitHub Stars: 1 Creator: Cyanheads Creator Reputation: B Version: 0.3.1 Required Credentials: NOAA_APPLICATION_ID (optional), MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-noaa-marine-mcp-server -- npx -y @cyanheads/noaa-marine-mcp-server@0.3.1 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-noaa-marine-mcp-server https://noaa-marine.caseyjhand.com/mcp --- ## Pingpoint Freight URL: https://mcp-marketplace.io/server/io-github-sudzikcoin-pingpoint Summary: Live truck GPS tracking: create loads, read live position, ETA and trip stats, cancel a load. Category: Developer Tools Mode: local Pricing: Free npm: @suverselabs/pingpoint-mcp GitHub: https://github.com/sudzikcoin/pingpoint-freight-mcp Security Score: 9.7/10 GitHub Stars: 1 Creator: Sudzikcoin Creator Reputation: B Version: 0.4.1 Required Credentials: PINGPOINT_AGENT_KEY (required), PINGPOINT_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-sudzikcoin-pingpoint -- npx -y @suverselabs/pingpoint-mcp --- ## Longbridge URL: https://mcp-marketplace.io/server/com-longbridge-mcp Summary: US/HK markets — 163 tools: quotes, options, orders, fundamentals, screener, IPO, alerts, DCA & grid Description: US/HK markets — 163 tools: quotes, options, orders, fundamentals, screener, IPO, alerts, DCA & grid Remote endpoints: streamable-http: https://mcp.longbridge.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.longbridge.com GitHub: https://github.com/longbridge/longbridge-mcp Security Score: 10/10 Installs: 1 GitHub Stars: 1 Creator: Longbridge Creator Reputation: B Version: 0.9.0 Required Credentials: LONGBRIDGE_HTTP_URL (optional), LONGBRIDGE_QUOTE_WS_URL (optional), LONGBRIDGE_TRADE_WS_URL (optional) Install (Claude Code Remote): claude mcp add --transport http com-longbridge-mcp https://mcp.longbridge.com --- ## Sdk URL: https://mcp-marketplace.io/server/io-github-2s-io-mcp Summary: 575+ agent tools: data, AI gateway, storage/queues/watchers. x402 USDC, no keys, usage billing. Category: Developer Tools Mode: local Pricing: Free npm: @2sio/mcp GitHub: https://github.com/2s-io/sdk Security Score: 6.2/10 GitHub Stars: 1 Creator: 2s Io Creator Reputation: B Version: 1.82.0 Required Credentials: EVM_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-2s-io-mcp -- npx -y @2sio/mcp@1.82.0 --- ## Earthquake URL: https://mcp-marketplace.io/server/io-github-cyanheads-earthquake-mcp-server Summary: Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts. Description: Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts. Remote endpoints: streamable-http: https://earthquake.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cyanheads/earthquake-mcp-server Remote URL: https://earthquake.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/earthquake-mcp-server MCP Tools (4): earthquake_get_feed, earthquake_search, earthquake_get_event, earthquake_count Security Score: 10/10 GitHub Stars: 1 Creator: Cyanheads Creator Reputation: B Version: 0.3.4 Required Credentials: MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-earthquake-mcp-server -- npx -y @cyanheads/earthquake-mcp-server@0.3.4 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-earthquake-mcp-server https://earthquake.caseyjhand.com/mcp --- ## Pokeapi URL: https://mcp-marketplace.io/server/io-github-cyanheads-pokeapi-mcp-server Summary: Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2. Description: Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2. Remote endpoints: streamable-http: https://pokeapi.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cyanheads/pokeapi-mcp-server Remote URL: https://pokeapi.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/pokeapi-mcp-server MCP Tools (7): pokeapi_get_pokemon, pokeapi_get_type_matchups, pokeapi_get_move, pokeapi_get_ability, pokeapi_get_item, pokeapi_get_nature, pokeapi_find_pokemon Security Score: 10/10 GitHub Stars: 1 Creator: Cyanheads Creator Reputation: B Version: 0.1.8 Required Credentials: MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional), MCP_SESSION_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-pokeapi-mcp-server -- npx -y @cyanheads/pokeapi-mcp-server@0.1.8 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-pokeapi-mcp-server https://pokeapi.caseyjhand.com/mcp --- ## Gbif Biodiversity URL: https://mcp-marketplace.io/server/io-github-cyanheads-gbif-biodiversity-mcp-server Summary: Search GBIF species taxonomy, occurrence records, datasets, and publishers. Description: Search GBIF species taxonomy, occurrence records, datasets, and publishers. Remote endpoints: streamable-http: https://gbif-biodiversity.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cyanheads/gbif-biodiversity-mcp-server Remote URL: https://gbif-biodiversity.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/gbif-biodiversity-mcp-server MCP Tools (13): gbif_match_species, gbif_bulk_match_species, gbif_get_species, gbif_search_species, gbif_get_species_classification, gbif_get_species_children, gbif_search_occurrences, gbif_count_occurrences, gbif_get_occurrence, gbif_occurrence_facets, gbif_search_datasets, gbif_get_dataset, gbif_search_publishers Security Score: 10/10 GitHub Stars: 1 Creator: Cyanheads Creator Reputation: B Version: 0.7.3 Required Credentials: MCP_LOG_LEVEL (optional), GBIF_BASE_URL (optional), GBIF_REQUEST_TIMEOUT_MS (optional), GBIF_USER_AGENT (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-gbif-biodiversity-mcp-server -- npx -y @cyanheads/gbif-biodiversity-mcp-server@0.7.3 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-gbif-biodiversity-mcp-server https://gbif-biodiversity.caseyjhand.com/mcp --- ## Nhtsa Vehicle Safety URL: https://mcp-marketplace.io/server/io-github-cyanheads-nhtsa-vehicle-safety-mcp-server Summary: Decode VINs, search recalls, complaints, crash ratings, and investigations. Description: Decode VINs, search recalls, complaints, crash ratings, and investigations. Remote endpoints: streamable-http: https://nhtsa.caseyjhand.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cyanheads/nhtsa-vehicle-safety-mcp-server Remote URL: https://nhtsa.caseyjhand.com/mcp GitHub: https://github.com/cyanheads/nhtsa-vehicle-safety-mcp-server MCP Tools (7): nhtsa_get_vehicle_safety, nhtsa_search_recalls, nhtsa_search_complaints, nhtsa_get_safety_ratings, nhtsa_decode_vin, nhtsa_search_investigations, nhtsa_lookup_vehicles Security Score: 10/10 GitHub Stars: 1 Creator: Cyanheads Creator Reputation: B Version: 0.9.5 Required Credentials: MCP_LOG_LEVEL (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-nhtsa-vehicle-safety-mcp-server -- npx -y @cyanheads/nhtsa-vehicle-safety-mcp-server@0.9.5 Install (Claude Code Remote): claude mcp add --transport http io-github-cyanheads-nhtsa-vehicle-safety-mcp-server https://nhtsa.caseyjhand.com/mcp --- ## Ailist URL: https://mcp-marketplace.io/server/io-github-hifriendbot-ailist-mcp Summary: MCP server for AiList — search and discover Ai projects from Claude Code Category: Developer Tools Mode: local Pricing: Free npm: ailist-mcp GitHub: https://github.com/hifriendbot/ailist-mcp Security Score: 7/10 GitHub Stars: 1 Creator: Hifriendbot Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-hifriendbot-ailist-mcp -- npx -y ailist-mcp@1.0.4 --- ## Sanction URL: https://mcp-marketplace.io/server/io-github-ericlovold-sanction Summary: The wallet an AI agent carries — mandate, budget, vault, and audit. Counterparties verify first. Category: Developer Tools Mode: local Pricing: Free npm: sanction-mcp GitHub: https://github.com/ericlovold/sanction Security Score: 4.2/10 GitHub Stars: 1 Creator: Ericlovold Creator Reputation: B Version: 0.9.0 Required Credentials: SANCTION_API_KEY (required), SANCTION_WALLET_ID (optional), SANCTION_API_URL (optional) Install (Claude Code): claude mcp add io-github-ericlovold-sanction -- npx -y sanction-mcp --- ## Voice Audio URL: https://mcp-marketplace.io/server/io-github-csoai-org-voice-audio-mcp Summary: Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs. Category: Developer Tools Mode: local Pricing: Free PyPI: voice-audio-mcp GitHub: https://github.com/CSOAI-ORG/voice-audio-mcp Security Score: 2.2/10 GitHub Stars: 1 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-voice-audio-mcp -- uvx voice-audio-mcp==1.0.10 --- ## Type Atlas URL: https://mcp-marketplace.io/server/io-github-tyler-mitchell-type-atlas Summary: Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents. Category: Developer Tools Mode: local Pricing: Free npm: @type-atlas/mcp GitHub: https://github.com/tyler-mitchell/type-atlas Security Score: 9.7/10 GitHub Stars: 1 Creator: Tyler Mitchell Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-tyler-mitchell-type-atlas -- npx -y @type-atlas/mcp --- ## Suno URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-suno Summary: MCP server for Suno AI music generation, lyrics, and covers Description: MCP server for Suno AI music generation, lyrics, and covers Remote endpoints: streamable-http: https://suno.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-suno Remote URL: https://suno.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/SunoMCP Security Score: 3/10 GitHub Stars: 1 Creator: AceDataCloud Creator Reputation: B Version: 2026.8.30.0 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-suno -- uvx mcp-suno==2026.8.30.0 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-suno https://suno.mcp.acedata.cloud/mcp --- ## Markdown Vault URL: https://mcp-marketplace.io/server/io-github-pvliesdonk-markdown-vault-mcp Summary: Generic markdown vault MCP with hybrid search Category: Security Mode: local Pricing: Free PyPI: markdown-vault-mcp GitHub: https://github.com/pvliesdonk/markdown-vault-mcp Security Score: 10/10 GitHub Stars: 1 Creator: User Creator Reputation: C Version: 4.1.0 Required Credentials: MARKDOWN_VAULT_MCP_KV_STORE_URL (optional), MARKDOWN_VAULT_MCP_TOOLS_ALLOW (optional), MARKDOWN_VAULT_MCP_TOOLS_DENY (optional), MARKDOWN_VAULT_MCP_SERVER_NAME (optional), MARKDOWN_VAULT_MCP_INSTRUCTIONS_EXTRA (optional), MARKDOWN_VAULT_MCP_INSTRUCTIONS (optional), FASTMCP_LOG_LEVEL (optional), FASTMCP_ENABLE_RICH_LOGGING (optional), OLLAMA_HOST (optional), OPENAI_API_KEY (required), VOYAGE_API_KEY (required), OPENAI_BASE_URL (optional), OPENAI_EMBEDDING_MODEL (optional), MARKDOWN_VAULT_MCP_BUILD_TIMEOUT_S (optional), MARKDOWN_VAULT_MCP_DRAIN_TIMEOUT_S (optional), MARKDOWN_VAULT_MCP_SOURCE_DIR (optional), MARKDOWN_VAULT_MCP_READ_ONLY (optional), MARKDOWN_VAULT_MCP_WRITE_PROTECT_EXISTING (optional), MARKDOWN_VAULT_MCP_DISABLE_APPS_UI (optional), MARKDOWN_VAULT_MCP_INDEX_PATH (optional), MARKDOWN_VAULT_MCP_STATE_PATH (optional), MARKDOWN_VAULT_MCP_EMBEDDINGS_PATH (optional), MARKDOWN_VAULT_MCP_INDEXED_FIELDS (optional), MARKDOWN_VAULT_MCP_REQUIRED_FIELDS (optional), MARKDOWN_VAULT_MCP_EXCLUDE (optional), MARKDOWN_VAULT_MCP_TITLE_FIELD (optional), MARKDOWN_VAULT_MCP_SEARCHABLE_FIELDS (optional), MARKDOWN_VAULT_MCP_TEMPLATES_FOLDER (optional), MARKDOWN_VAULT_MCP_PROMPTS_FOLDER (optional), MARKDOWN_VAULT_MCP_CONVENTIONS_FILE (optional), MARKDOWN_VAULT_MCP_OKF_MODE (optional), MARKDOWN_VAULT_MCP_OKF_WRITE (optional), MARKDOWN_VAULT_MCP_OKF_VERIFY (optional), MARKDOWN_VAULT_MCP_ATTACHMENT_EXTENSIONS (optional), MARKDOWN_VAULT_MCP_MAX_ATTACHMENT_SIZE_MB (optional), MARKDOWN_VAULT_MCP_MAX_NOTE_READ_BYTES (optional), MARKDOWN_VAULT_MCP_DEFAULT_SEARCH_MODE (optional), MARKDOWN_VAULT_MCP_CHUNKS_PER_FILE (optional), MARKDOWN_VAULT_MCP_SNIPPET_WORDS (optional), MARKDOWN_VAULT_MCP_LENGTH_DOWNWEIGHT_ALPHA (optional), MARKDOWN_VAULT_MCP_MAX_CHUNK_WORDS (optional), MARKDOWN_VAULT_MCP_MAX_CHUNK_CHARS (optional), MARKDOWN_VAULT_MCP_CHUNK_OVERLAP_WORDS (optional), MARKDOWN_VAULT_MCP_FOLDER_WEIGHTS (optional), MARKDOWN_VAULT_MCP_FTS_WEIGHTS (optional), MARKDOWN_VAULT_MCP_EMBEDDING_PROVIDER (optional), MARKDOWN_VAULT_MCP_OLLAMA_MODEL (optional), MARKDOWN_VAULT_MCP_OLLAMA_CPU_ONLY (optional), MARKDOWN_VAULT_MCP_VOYAGE_MODEL (optional), MARKDOWN_VAULT_MCP_OPENAI_BASE_URL (optional), MARKDOWN_VAULT_MCP_OPENAI_EMBEDDING_MODEL (optional), MARKDOWN_VAULT_MCP_FASTEMBED_MODEL (optional), MARKDOWN_VAULT_MCP_FASTEMBED_CACHE_DIR (optional), MARKDOWN_VAULT_MCP_EMBED_CONTEXT (optional), MARKDOWN_VAULT_MCP_EMBED_TIMEOUT_S (optional), MARKDOWN_VAULT_MCP_EMBEDDING_BATCH_SIZE (optional), MARKDOWN_VAULT_MCP_GIT_TOKEN (required), MARKDOWN_VAULT_MCP_GIT_REPO_URL (optional), MARKDOWN_VAULT_MCP_GIT_USERNAME (optional), MARKDOWN_VAULT_MCP_GIT_PULL_INTERVAL_S (optional), MARKDOWN_VAULT_MCP_GIT_PUSH_DELAY_S (optional), MARKDOWN_VAULT_MCP_GIT_COMMIT_NAME (optional), MARKDOWN_VAULT_MCP_GIT_COMMIT_EMAIL (optional), MARKDOWN_VAULT_MCP_GIT_COMMIT_NAME_CLAIM (optional), MARKDOWN_VAULT_MCP_GIT_COMMIT_EMAIL_CLAIM (optional), MARKDOWN_VAULT_MCP_GIT_LFS (optional), MARKDOWN_VAULT_MCP_FILE_WATCHER (optional), MARKDOWN_VAULT_MCP_FILE_WATCHER_DEBOUNCE_S (optional), MARKDOWN_VAULT_MCP_FILE_WATCHER_ROOT_FLOOR (optional), MARKDOWN_VAULT_MCP_GITHUB_WEBHOOK_SECRET (required), MARKDOWN_VAULT_MCP_SUMMARIZE_PROVIDER (optional), MARKDOWN_VAULT_MCP_SUMMARIZE_OPENAI_API_KEY (required), MARKDOWN_VAULT_MCP_SUMMARIZE_OPENAI_BASE_URL (optional), MARKDOWN_VAULT_MCP_SUMMARIZE_OPENAI_MODEL (optional), MARKDOWN_VAULT_MCP_SUMMARIZE_MAX_TOKENS (optional), MARKDOWN_VAULT_MCP_SUMMARIZE_MAX_NOTES (optional), MARKDOWN_VAULT_MCP_SUMMARIZE_MAX_INPUT_CHARS (optional), MARKDOWN_VAULT_MCP_SUMMARIZE_TIMEOUT (optional), MARKDOWN_VAULT_MCP_TRANSFER_TTL_DEFAULT_S (optional), MARKDOWN_VAULT_MCP_TRANSFER_TTL_MAX_S (optional), MARKDOWN_VAULT_MCP_TRANSFER_GRACE_TTL_S (optional), MARKDOWN_VAULT_MCP_TRANSFER_LEASE_S (optional), MARKDOWN_VAULT_MCP_TRANSFER_MAX_UPLOAD_BYTES (optional), MARKDOWN_VAULT_MCP_JOBS_SOFT_DEADLINE_S (optional), MARKDOWN_VAULT_MCP_JOBS_RESULT_TTL_S (optional), MARKDOWN_VAULT_MCP_JOBS_MAX_PER_SUBJECT (optional), MARKDOWN_VAULT_MCP_BASE_URL (optional), MARKDOWN_VAULT_MCP_BEARER_TOKEN (required), MARKDOWN_VAULT_MCP_OIDC_CONFIG_URL (optional), MARKDOWN_VAULT_MCP_OIDC_CLIENT_ID (optional), MARKDOWN_VAULT_MCP_OIDC_CLIENT_SECRET (required), MARKDOWN_VAULT_MCP_OIDC_AUDIENCE (optional), MARKDOWN_VAULT_MCP_OIDC_REQUIRED_SCOPES (optional), MARKDOWN_VAULT_MCP_OIDC_ADVERTISED_SCOPES (optional), MARKDOWN_VAULT_MCP_OIDC_JWT_SIGNING_KEY (required), MARKDOWN_VAULT_MCP_OIDC_VERIFY_ACCESS_TOKEN (optional), MARKDOWN_VAULT_MCP_APP_DOMAIN (optional), MARKDOWN_VAULT_MCP_AUTH_MODE (optional), MARKDOWN_VAULT_MCP_BEARER_TOKENS_FILE (optional), MARKDOWN_VAULT_MCP_BEARER_DEFAULT_SUBJECT (optional), MARKDOWN_VAULT_MCP_HTTP_PATH (optional), PUID (optional), PGID (optional) Install (Claude Code): claude mcp add io-github-pvliesdonk-markdown-vault-mcp -- uvx markdown-vault-mcp==4.1.0 --- ## Registrum URL: https://mcp-marketplace.io/server/io-github-vdmeu-registrum-mcp Summary: UK company data: profiles, iXBRL financials, directors, PSC chains, ECCTA. Hosted, no key. Description: UK company data: profiles, iXBRL financials, directors, PSC chains, ECCTA. Hosted, no key. Remote endpoints: streamable-http: https://registrum.co.uk/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @registrum/mcp Remote URL: https://registrum.co.uk/api/mcp GitHub: https://github.com/vdmeu/registrum-mcp MCP Tools (9): search_company, get_company, get_financials, get_directors, get_compliance, get_psc, get_bundle, get_psc_chain, get_network Security Score: 10/10 GitHub Stars: 1 Creator: vdmeu Creator Reputation: C- Version: 2.0.7 Required Credentials: REGISTRUM_API_KEY (required) Install (Claude Code): claude mcp add io-github-vdmeu-registrum-mcp -- npx -y @registrum/mcp@2.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-vdmeu-registrum-mcp https://registrum.co.uk/api/mcp --- ## Movi Organizer URL: https://mcp-marketplace.io/server/io-github-xiaojiou176-open-movi-mcp Summary: Review-first stdio MCP for Movi: analyze, review, overlay edit, and dry-run preview. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/xiaojiou176-open/movi-organizer Security Score: 10/10 GitHub Stars: 1 Creator: Xiaojiou176 Open Creator Reputation: B Version: 4.0.5 --- ## Telegram Bot URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-telegram-bot Summary: MCP server that exposes a Telegram bot Category: Communication Mode: local Pricing: Free PyPI: mcp-telegram-bot GitHub: https://github.com/daedalus/mcp-telegram-bot Security Score: 4.5/10 GitHub Stars: 1 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-telegram-bot -- uvx mcp-telegram-bot==0.1.0 --- ## Agent Guild URL: https://mcp-marketplace.io/server/io-github-agenttanuki-agent-guild Summary: Rank agents; signed machine messages + wallet gates via x402; free verifiable agent passports. Description: Rank agents; signed machine messages + wallet gates via x402; free verifiable agent passports. Remote endpoints: streamable-http: https://agent-guild-5d5r.onrender.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent-guild-5d5r.onrender.com/mcp/ GitHub: https://github.com/AgentTanuki/agent-guild MCP Tools (41): guild_preflight, guild_index, guild_paid_operations, guild_x402_payment_safety, guild_envelope_issue, guild_envelope_verify, guild_preflight_deep, guild_watch, guild_watch_feed, guild_check, guild_search, guild_best_agent, guild_risk_score, guild_register, guild_prove, guild_prove_verify, guild_attest, guild_record, guild_escrow_open, guild_escrow_release, guild_passport, guild_verify, guild_coordination_policy, guild_report, ag_capabilities, ag_json_repair, ag_json_validate, ag_json_schema_infer, ag_json_canonicalize, ag_json_diff, ag_json_path_extract, ag_table_csv_to_json, ag_table_json_to_csv, ag_table_markdown_extract, ag_text_date_normalize, ag_data_dedupe, ag_data_record_link, ag_text_regex_extract, ag_calc_unit_convert, ag_code_semver_compare, ag_calc_stats Security Score: 7.3/10 GitHub Stars: 1 Creator: AgentTanuki Creator Reputation: B Version: 2.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-agenttanuki-agent-guild https://agent-guild-5d5r.onrender.com/mcp/ --- ## Honeybook URL: https://mcp-marketplace.io/server/io-github-chrischall-honeybook-mcp Summary: HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors Category: Developer Tools Mode: local Pricing: Free npm: honeybook-mcp GitHub: https://github.com/chrischall/honeybook-mcp Security Score: 6/10 GitHub Stars: 1 Creator: Chris Hall Creator Reputation: C- Version: 0.7.1 Install (Claude Code): claude mcp add io-github-chrischall-honeybook-mcp -- npx -y honeybook-mcp@0.7.1 --- ## Ezstats URL: https://mcp-marketplace.io/server/io-ezstats-ezstats-mcp Summary: Privacy-first website analytics MCP server for ezStats with analytics, SEO, goals, and MCP tools. Description: Privacy-first website analytics MCP server for ezStats with analytics, SEO, goals, and MCP tools. Remote endpoints: sse: https://go.ezstats.io/mcp/sse Category: Developer Tools Mode: dual Pricing: Free npm: @ezstats/ezstats-mcp Remote URL: https://go.ezstats.io/mcp/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.1 Required Credentials: EZSTATS_API_URL (optional), EZSTATS_API_KEY (required) Install (Claude Code): claude mcp add io-ezstats-ezstats-mcp -- npx -y @ezstats/ezstats-mcp Install (Claude Code Remote): claude mcp add --transport http io-ezstats-ezstats-mcp https://go.ezstats.io/mcp/sse --- ## On Chain Data URL: https://mcp-marketplace.io/server/com-bitpoort-on-chain-data Summary: On-chain blockchain data for AI agents across Ethereum, Bitcoin, and Hyperliquid. Description: On-chain blockchain data for AI agents across Ethereum, Bitcoin, and Hyperliquid. Remote endpoints: sse: https://bitpoort.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bitpoort.com/mcp/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 3.4.1 Install (Claude Code Remote): claude mcp add --transport http com-bitpoort-on-chain-data https://bitpoort.com/mcp/sse --- ## Design Engine URL: https://mcp-marketplace.io/server/io-aidc-ai-design-engine Summary: AI data-center design engine: size, validate & lay out Rubin-era data centers. Korea live. Description: AI data-center design engine: size, validate & lay out Rubin-era data centers. Korea live. Remote endpoints: streamable-http: https://aidc-ai.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aidc-ai.io/api/mcp MCP Tools (3): design, validate, layout Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-aidc-ai-design-engine https://aidc-ai.io/api/mcp --- ## Website URL: https://mcp-marketplace.io/server/one-socialai-website-mcp Summary: Build, edit, stock, and publish Social AI websites and storefronts via AI chat. Description: Build, edit, stock, and publish Social AI websites and storefronts via AI chat. Remote endpoints: streamable-http: https://socialai.one/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @socialai/website-mcp Remote URL: https://socialai.one/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.5.2 Required Credentials: SOCIALAI_API_KEY (required), SOCIALAI_API_URL (optional) Install (Claude Code): claude mcp add one-socialai-website-mcp -- npx -y @socialai/website-mcp Install (Claude Code Remote): claude mcp add --transport http one-socialai-website-mcp https://socialai.one/api/mcp --- ## London Airport Transfers URL: https://mcp-marketplace.io/server/com-airport-pickups-london-london-airport-transfers Summary: Book London airport & cruise port transfers to any UK address. Fixed prices, free cancellation. Description: Book London airport & cruise port transfers to any UK address. Fixed prices, free cancellation. Remote endpoints: streamable-http: https://mcp.airport-pickups-london.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.airport-pickups-london.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-airport-pickups-london-london-airport-transfers https://mcp.airport-pickups-london.com/mcp --- ## Eip URL: https://mcp-marketplace.io/server/com-exploit-intel-eip-mcp Summary: Real-time CVE, exploit, and vulnerability intelligence for AI assistants (350K+ CVEs, 115K+ PoCs) Description: Real-time CVE, exploit, and vulnerability intelligence for AI assistants (350K+ CVEs, 115K+ PoCs) Remote endpoints: streamable-http: https://mcp.exploit-intel.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: eip-mcp Remote URL: https://mcp.exploit-intel.com/mcp MCP Tools (17): search_vulnerabilities, get_vulnerability, get_exploit_code, get_exploit_analysis, get_nuclei_templates, get_platform_stats, check_health, search_exploits, list_authors, get_author, list_cwes, get_cwe, list_vendors, list_products, lookup_alt_id, audit_stack, generate_finding Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.9 Required Credentials: EIP_API_KEY (required) Install (Claude Code): claude mcp add com-exploit-intel-eip-mcp -- uvx eip-mcp Install (Claude Code Remote): claude mcp add --transport http com-exploit-intel-eip-mcp https://mcp.exploit-intel.com/mcp --- ## Ipnex URL: https://mcp-marketplace.io/server/io-github-engrossa-ipnex Summary: Cited, confidence-stamped patent intelligence over US university tech-transfer out-licensing. Description: Cited, confidence-stamped patent intelligence over US university tech-transfer out-licensing. Remote endpoints: streamable-http: https://api.ipnex.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.ipnex.ai/mcp MCP Tools (2): search_licensable_ip, get_technology Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-engrossa-ipnex https://api.ipnex.ai/mcp --- ## Freysa Intelligence URL: https://mcp-marketplace.io/server/dev-freysa-economic-agent-369-freysa-intelligence Summary: Security intelligence for AI agents. 27 x402 endpoints: honeypot, forensics, CAPTCHA, preflight. Description: Security intelligence for AI agents. 27 x402 endpoints: honeypot, forensics, CAPTCHA, preflight. Remote endpoints: streamable-http: https://economic-agent-369.freysa.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://economic-agent-369.freysa.dev/mcp MCP Tools (9): free_trial, honeypot_check, address_risk, contract_risk, should_i_buy, pre_trade_risk, approval_risk, wallet_forensics, agent_preflight Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http dev-freysa-economic-agent-369-freysa-intelligence https://economic-agent-369.freysa.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-gettransformseo-mcp Summary: SEO analysis server with 128 tools for keyword research, competitors, backlinks, and more. Description: SEO analysis server with 128 tools for keyword research, competitors, backlinks, and more. Remote endpoints: streamable-http: https://gettransformseo.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gettransformseo.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gettransformseo-mcp https://gettransformseo.com/mcp --- ## Darwin Ideation URL: https://mcp-marketplace.io/server/io-github-evozim-darwin-ideation Summary: Algorithmic business ideation engine testing market fit. Description: Algorithmic business ideation engine testing market fit. Remote endpoints: sse: https://darwin-ideation-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://darwin-ideation-mcp.vercel.app/api/mcp MCP Tools (1): evolve Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-darwin-ideation https://darwin-ideation-mcp.vercel.app/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-wolfram-mcp Summary: Integrates Wolfram Language and Wolfram|Alpha accessing curated data and sophisticated algorithms. Description: Integrates Wolfram Language and Wolfram|Alpha accessing curated data and sophisticated algorithms. Remote endpoints: streamable-http: https://agenttools.wolfram.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agenttools.wolfram.com/mcp MCP Tools (3): WolframContext, WolframLanguageEvaluator, WolframAlpha Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-wolfram-mcp https://agenttools.wolfram.com/mcp --- ## Jxbrowser URL: https://mcp-marketplace.io/server/io-github-teamdev-ip-jxbrowser-mcp Summary: MCP server to assist with JxBrowser development. Description: MCP server to assist with JxBrowser development. Remote endpoints: streamable-http: https://jxbrowser.mcp.teamdev.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jxbrowser.mcp.teamdev.com/ MCP Tools (2): get-quickstart-guide, ask-jxbrowser-question Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-teamdev-ip-jxbrowser-mcp https://jxbrowser.mcp.teamdev.com/ --- ## Tarot URL: https://mcp-marketplace.io/server/com-familiartarot-tarot Summary: Free tarot for Claude & your AI — many decks, real card art, a true shuffle, drawn & discussed. Description: Free tarot for Claude & your AI — many decks, real card art, a true shuffle, drawn & discussed. Remote endpoints: streamable-http: https://mcp.familiartarot.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.familiartarot.com/mcp Security Score: 8/10 Installs: 1 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-familiartarot-tarot https://mcp.familiartarot.com/mcp --- ## Litigation Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-litigation-intelligence-mcp Summary: Assess litigation probability via CFPB complaints, EPA violations, SEC filings, enforcement, and ... Description: Assess litigation probability via CFPB complaints, EPA violations, SEC filings, enforcement, and ... Remote endpoints: streamable-http: https://ryanclinton--litigation-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--litigation-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--litigation-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-litigation-intelligence-mcp https://ryanclinton--litigation-intelligence-mcp.apify.actor/mcp --- ## Send Email Mcp 01f22b8f URL: https://mcp-marketplace.io/server/live-alpic-staging-send-email-mcp-01f22b8f Summary: Super description Description: Super description Remote endpoints: streamable-http: https://send-email-mcp-01f22b8f.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://send-email-mcp-01f22b8f.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.4 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-send-email-mcp-01f22b8f https://send-email-mcp-01f22b8f.staging.alpic.live --- ## Gateway URL: https://mcp-marketplace.io/server/io-govparse-gateway Summary: Pay-per-call US government data: carrier safety, visa sponsors, contracts, employer risk. Description: Pay-per-call US government data: carrier safety, visa sponsors, contracts, employer risk. Remote endpoints: streamable-http: https://api.govparse.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.govparse.io/mcp MCP Tools (24): gateway_health, fmcsa_carrier_lookup, fmcsa_carrier_search, fmcsa_carrier_score, fmcsa_carrier_vet, fmcsa_stats_carriers, oflc_sponsor_search, oflc_sponsor_dossier, oflc_wages_prevailing, oflc_stats_sponsors, govcon_opportunity_search, govcon_opportunity_detail, govcon_award_search, govcon_stats_opportunities, firmstanding_business360_lookup, firmstanding_business360, firmstanding_screen_exclusions, firmstanding_screen_enforcement, firmstanding_company_search, firmstanding_stats_companies, firmstanding_feed_enforcement, oflc_feed_workforce, fmcsa_feed_carriers, firmstanding_feed_distress Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-govparse-gateway https://api.govparse.io/mcp --- ## Drone Uas Regulatory Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-drone-uas-regulatory-intelligence-mcp Summary: Check UAS airspace compliance, weather flight safety, regulatory changes, insurance risk, and res... Description: Check UAS airspace compliance, weather flight safety, regulatory changes, insurance risk, and res... Remote endpoints: streamable-http: https://ryanclinton--drone-uas-regulatory-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--drone-uas-regulatory-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--drone-uas-regulatory-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-drone-uas-regulatory-intelligence-mcp https://ryanclinton--drone-uas-regulatory-intelligence-mcp.apify.actor/mcp --- ## Concessio URL: https://mcp-marketplace.io/server/io-concessio-concessio Summary: Search 22,000+ infrastructure concessions: expiries, ownership, clauses, tenders. API key required. Description: Search 22,000+ infrastructure concessions: expiries, ownership, clauses, tenders. API key required. Remote endpoints: sse: https://app.concessio.io/api/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.concessio.io/api/mcp/sse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-concessio-concessio https://app.concessio.io/api/mcp/sse --- ## Kpi Depot URL: https://mcp-marketplace.io/server/com-kpidepot-kpi-depot Summary: Search 20,000+ corporate KPIs and 30,000+ source-attributed industry benchmarks with definitions Description: Search 20,000+ corporate KPIs and 30,000+ source-attributed industry benchmarks with definitions Remote endpoints: streamable-http: https://kpidepot.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kpidepot.com/mcp MCP Tools (3): search_kpis, get_kpi, get_benchmarks Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-kpidepot-kpi-depot https://kpidepot.com/mcp --- ## Growth URL: https://mcp-marketplace.io/server/app-vibecom-growth Summary: Marketing autopilot in your IDE. AI turns codebase and context into content for 10+ platforms Description: Marketing autopilot in your IDE. AI turns codebase and context into content for 10+ platforms Remote endpoints: streamable-http: https://www.vibecom.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.vibecom.app/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http app-vibecom-growth https://www.vibecom.app/mcp --- ## Depthfeed URL: https://mcp-marketplace.io/server/com-depthfeed-depthfeed Summary: Order-book depth & history for Polymarket, Kalshi & Limitless. Keyless demo, key for full access. Description: Order-book depth & history for Polymarket, Kalshi & Limitless. Keyless demo, key for full access. Remote endpoints: streamable-http: https://api.depthfeed.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.depthfeed.com/mcp MCP Tools (11): polymarket_search_markets, polymarket_get_market, polymarket_get_snapshots, kalshi_search_markets, kalshi_get_orderbook, kalshi_get_snapshots, limitless_search_markets, limitless_get_orderbook, limitless_get_snapshots, screener, whoami Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-depthfeed-depthfeed https://api.depthfeed.com/mcp --- ## Groundapi URL: https://mcp-marketplace.io/server/io-github-qingkongzhiqian-groundapi Summary: Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP. Description: Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP. Remote endpoints: streamable-http: https://mcp.groundapi.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.groundapi.net/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-qingkongzhiqian-groundapi https://mcp.groundapi.net/mcp --- ## Signal Api URL: https://mcp-marketplace.io/server/live-bitcoinintel-signal-api Summary: Bitcoin 15-min prediction signals with on-chain commitment proofs. L402-gated. Description: Bitcoin 15-min prediction signals with on-chain commitment proofs. L402-gated. Remote endpoints: sse: https://mcp.bitcoinintel.live/mcp/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.bitcoinintel.live/mcp/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http live-bitcoinintel-signal-api https://mcp.bitcoinintel.live/mcp/sse --- ## X711 Gas Station URL: https://mcp-marketplace.io/server/io-github-0580iris-lang-x711-gas-station Summary: Pay-per-use tool API for AI agents. Free tier, x402 USDC micropayments, or API key. Description: Pay-per-use tool API for AI agents. Free tier, x402 USDC micropayments, or API key. Remote endpoints: streamable-http: https://x711.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://x711.io/mcp MCP Tools (8): x711_web_search, x711_price_feed, x711_hive_read, x711_hive_write, x711_data_retrieval, x711_llm_routing, x711_tx_simulate, x711_tx_broadcast Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-0580iris-lang-x711-gas-station https://x711.io/mcp --- ## Company Search URL: https://mcp-marketplace.io/server/ai-trycanonical-company-search Summary: Verified, long-tail company search: describe what you want, get an LLM-verified company shortlist. Description: Verified, long-tail company search: describe what you want, get an LLM-verified company shortlist. Remote endpoints: streamable-http: https://trycanonical.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trycanonical.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-trycanonical-company-search https://trycanonical.ai/mcp --- ## Academic Commercialization Pipeline URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-academic-commercialization-pipeline-mcp Summary: Track research breakthroughs, patent-publication crossover, and funding flows for commercializati... Description: Track research breakthroughs, patent-publication crossover, and funding flows for commercializati... Remote endpoints: streamable-http: https://ryanclinton--academic-commercialization-pipeline-mcp.apify.actor/mcp sse: https://ryanclinton--academic-commercialization-pipeline-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--academic-commercialization-pipeline-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-academic-commercialization-pipeline-mcp https://ryanclinton--academic-commercialization-pipeline-mcp.apify.actor/mcp --- ## Job Market URL: https://mcp-marketplace.io/server/com-thenextgennexus-job-market-mcp-server Summary: Indeed listings + Glassdoor reviews + H1B salary data for career copilots. Description: Indeed listings + Glassdoor reviews + H1B salary data for career copilots. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/job-market-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/job-market-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-job-market-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/job-market-mcp-server/mcp --- ## Simplyscan URL: https://mcp-marketplace.io/server/io-simplyscan-simplyscan Summary: Security, SEO and AI-visibility scanner for web apps · free scans and focused checks via MCP. Description: Security, SEO and AI-visibility scanner for web apps · free scans and focused checks via MCP. Remote endpoints: streamable-http: https://api.simplyscan.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.simplyscan.io/mcp MCP Tools (7): scan_website, check_security_headers, check_ai_visibility, check_seo, check_ssl, check_email_security, check_exposed_files Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-simplyscan-simplyscan https://api.simplyscan.io/mcp --- ## Nansen URL: https://mcp-marketplace.io/server/io-github-hurcannansen-nansen-mcp Summary: Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics. Description: Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics. Remote endpoints: streamable-http: https://mcp.nansen.ai/ra/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nansen.ai/ra/mcp MCP Tools (36): smart_traders_and_funds_token_balances, smart_traders_and_funds_perp_trades, token_current_top_holders, token_dex_trades, token_transfers, token_flows, token_pnl_leaderboard, token_who_bought_sold, token_recent_flows_summary, token_discovery_screener, token_ohlcv, token_info, token_quant_scores, nansen_score_top_tokens, hyperliquid_leaderboard, address_historical_balances, address_related_addresses, address_counterparties, address_transactions, wallet_pnl_for_token, wallet_pnl_summary, address_portfolio, general_search, growth_chain_rank, transaction_lookup, prediction_market_lookup, prediction_market_screener, prediction_market_ohlcv, prediction_market_orderbook, prediction_market_top_holders, prediction_market_trades, prediction_market_pnl_leaderboard, prediction_market_position_detail, prediction_market_address_trades, prediction_market_address_summary, prediction_market_address_pnl Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-hurcannansen-nansen-mcp https://mcp.nansen.ai/ra/mcp --- ## Ai Visibility URL: https://mcp-marketplace.io/server/work-agentexchange-aivisibility-ai-visibility-mcp Summary: Free, no signup. Check if ChatGPT, Perplexity & Google AI recommend a brand in 15 markets (GEO/AEO). Description: Free, no signup. Check if ChatGPT, Perplexity & Google AI recommend a brand in 15 markets (GEO/AEO). Remote endpoints: streamable-http: https://aivisibility.agentexchange.work/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aivisibility.agentexchange.work/mcp MCP Tools (2): check_ai_visibility, check_agent_readiness Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http work-agentexchange-aivisibility-ai-visibility-mcp https://aivisibility.agentexchange.work/mcp --- ## Defi Sentinel URL: https://mcp-marketplace.io/server/io-github-evozim-defi-sentinel Summary: DeFi smart contract forensic auditor and vulnerability scanner. Description: DeFi smart contract forensic auditor and vulnerability scanner. Remote endpoints: sse: https://defi-sentinel-mcp.vercel.app/api/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://defi-sentinel-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-defi-sentinel https://defi-sentinel-mcp.vercel.app/api/mcp --- ## Neural Graph Mapper URL: https://mcp-marketplace.io/server/io-github-evozim-neural-graph-mapper Summary: Transform unstructured text into queryable semantic knowledge graphs. Description: Transform unstructured text into queryable semantic knowledge graphs. Remote endpoints: sse: https://neural-graph-mapper-mcp.vercel.app/api/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://neural-graph-mapper-mcp.vercel.app/api/mcp MCP Tools (1): map Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-neural-graph-mapper https://neural-graph-mapper-mcp.vercel.app/api/mcp --- ## Compliance URL: https://mcp-marketplace.io/server/eu-velvoite-compliance Summary: EU financial regulatory monitoring: DORA, MiCA, MiFID II, AML, Solvency II and more. Description: EU financial regulatory monitoring: DORA, MiCA, MiFID II, AML, Solvency II and more. Remote endpoints: streamable-http: https://mcp.velvoite.eu/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://mcp.velvoite.eu/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http eu-velvoite-compliance https://mcp.velvoite.eu/mcp --- ## Schedule Iii URL: https://mcp-marketplace.io/server/com-datavrn-schedule-iii Summary: Deterministic Schedule III statements for Indian companies: trial balance in, Excel workbook out. Description: Deterministic Schedule III statements for Indian companies: trial balance in, Excel workbook out. Remote endpoints: streamable-http: https://app.datavrn.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.datavrn.com/api/mcp MCP Tools (47): list_clients, create_client, upload_trial_balance, get_upload, set_header_row, confirm_column_mapping, ingest_upload, list_periods, get_schedule3_workspace, list_grouping_suggestions, confirm_groupings, save_adjustments, save_py_values, save_asset_movements, save_provision_movements, save_reserves_movements, save_share_capital, save_statement_settings, save_disclosures, generate_schedule_iii, get_job, list_snapshots, get_workbook_download, create_upload_link, get_upload_link_status, get_statement_figures, get_statement_notes, get_tb_rows, get_pending_work, list_allocation_runs, get_allocation_account_figures, get_allocation_target_figures, get_spreading_reconciliation, list_budgets, get_budget, get_variance_report, list_cost_centres, create_cost_centre, list_profit_centres, create_profit_centre, list_account_mappings, confirm_centre_mappings, list_reporting_lines, confirm_reporting_lines, get_setup_status, verify_connection, get_help Security Score: 6.2/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-datavrn-schedule-iii https://app.datavrn.com/api/mcp --- ## Legal Validator URL: https://mcp-marketplace.io/server/io-github-evozim-legal-validator Summary: Regulatory compliance scanner validating SEC, FTC, and anti-spam rules. Description: Regulatory compliance scanner validating SEC, FTC, and anti-spam rules. Remote endpoints: sse: https://legal-validator-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://legal-validator-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-legal-validator https://legal-validator-mcp.vercel.app/api/mcp --- ## REACH URL: https://mcp-marketplace.io/server/com-versium-reach Summary: Enrich leads, generate prospect lists, and validate emails using Versium's B2B2C identity graph. Description: Enrich leads, generate prospect lists, and validate emails using Versium's B2B2C identity graph. Remote endpoints: streamable-http: https://app.versium.com/mcp/reach Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.versium.com/mcp/reach Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-versium-reach https://app.versium.com/mcp/reach --- ## Forkast Mcp Docs URL: https://mcp-marketplace.io/server/io-github-forkastpredict-forkast-mcp-docs Summary: MCP server for querying Forkast documentation Description: MCP server for querying Forkast documentation Remote endpoints: streamable-http: https://mcp.forkast.gg/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.forkast.gg/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-forkastpredict-forkast-mcp-docs https://mcp.forkast.gg/mcp --- ## Clinical URL: https://mcp-marketplace.io/server/org-memoryapi-clinical Summary: Clinical trial search and status from ClinicalTrials.gov Description: Clinical trial search and status from ClinicalTrials.gov Remote endpoints: streamable-http: https://clinical.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clinical.memoryapi.org/mcp MCP Tools (3): search_trials, get_trial_details, get_trial_stats Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-clinical https://clinical.memoryapi.org/mcp --- ## Entity Attack Surface URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-entity-attack-surface-mcp Summary: Corporate cyber exposure mapping with tech stack vulnerability analysis, CISA KEV checks, and inf... Description: Corporate cyber exposure mapping with tech stack vulnerability analysis, CISA KEV checks, and inf... Remote endpoints: streamable-http: https://ryanclinton--entity-attack-surface-mcp.apify.actor/mcp sse: https://ryanclinton--entity-attack-surface-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--entity-attack-surface-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-entity-attack-surface-mcp https://ryanclinton--entity-attack-surface-mcp.apify.actor/mcp --- ## Clouddj URL: https://mcp-marketplace.io/server/live-alpic-clouddj-ce0f8cfd-clouddj Summary: cloud_dj Description: cloud_dj Remote endpoints: streamable-http: https://clouddj-ce0f8cfd.alpic.live sse: https://clouddj-ce0f8cfd.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clouddj-ce0f8cfd.alpic.live Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-clouddj-ce0f8cfd-clouddj https://clouddj-ce0f8cfd.alpic.live --- ## Ai Visibility Check URL: https://mcp-marketplace.io/server/com-justinmckelvey-ai-visibility-check Summary: Free AI visibility check: is your business cited when customers ask AI? Score plus competitors. Description: Free AI visibility check: is your business cited when customers ask AI? Score plus competitors. Remote endpoints: streamable-http: https://justinmckelvey.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://justinmckelvey.com/mcp MCP Tools (1): check_ai_visibility Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-justinmckelvey-ai-visibility-check https://justinmckelvey.com/mcp --- ## Seat Intelligence URL: https://mcp-marketplace.io/server/com-rowhint-seat-intelligence Summary: Airline seat quality scores (1-10) with notes. 61+ configs across 10 US airlines. Description: Airline seat quality scores (1-10) with notes. 61+ configs across 10 US airlines. Remote endpoints: streamable-http: https://mcp.rowhint.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.rowhint.com/mcp MCP Tools (5): rowhint_get_seat_score, rowhint_get_best_seats, rowhint_compare_seats, rowhint_get_config_overview, rowhint_get_windowless_seats Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-rowhint-seat-intelligence https://mcp.rowhint.com/mcp --- ## Artidrop URL: https://mcp-marketplace.io/server/ai-artidrop-artidrop Summary: Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP. Description: Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP. Remote endpoints: streamable-http: https://artidrop.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://artidrop.ai/mcp MCP Tools (4): publish, publish_site, get, versions Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-artidrop-artidrop https://artidrop.ai/mcp --- ## Coremodels URL: https://mcp-marketplace.io/server/io-github-qg-aramai-coremodels Summary: Schema modeling in JSON, JSON-LD, and other formats with CoreModels platform. Description: Schema modeling in JSON, JSON-LD, and other formats with CoreModels platform. Remote endpoints: streamable-http: https://go.coremodels.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://go.coremodels.io/mcp MCP Tools (4): export_jsonschema, get_mixins_and_relation_groups, get_project_summary, search_nodes Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-qg-aramai-coremodels https://go.coremodels.io/mcp --- ## Crypto URL: https://mcp-marketplace.io/server/com-thenextgennexus-crypto-mcp-server Summary: CoinGecko-backed live prices, market caps, DeFi metrics — no per-user API key needed. Description: CoinGecko-backed live prices, market caps, DeFi metrics — no per-user API key needed. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/crypto-mcp-server/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/crypto-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-crypto-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/crypto-mcp-server/mcp --- ## Agentdocs URL: https://mcp-marketplace.io/server/io-github-dancourse-agentdocs Summary: An agent-first office suite Claude & ChatGPT read and write over one MCP URL. Description: An agent-first office suite Claude & ChatGPT read and write over one MCP URL. Remote endpoints: streamable-http: https://getagentdocs.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getagentdocs.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-dancourse-agentdocs https://getagentdocs.com/mcp --- ## Bio URL: https://mcp-marketplace.io/server/org-memoryapi-bio Summary: Biomedical data: compounds, drug info, and molecular targets Description: Biomedical data: compounds, drug info, and molecular targets Remote endpoints: streamable-http: https://bio.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bio.memoryapi.org/mcp MCP Tools (3): get_compound_data, get_drug_info, get_drug_targets Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-bio https://bio.memoryapi.org/mcp --- ## Aws Pricing Calculator URL: https://mcp-marketplace.io/server/ai-delega-aws-pricing-calculator Summary: Create AWS cost estimates and shareable AWS Pricing Calculator URLs. Description: Create AWS cost estimates and shareable AWS Pricing Calculator URLs. Remote endpoints: streamable-http: https://calculator.delega.ai/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://calculator.delega.ai/mcp Security Score: 8/10 Rating: 5/5 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-delega-aws-pricing-calculator https://calculator.delega.ai/mcp --- ## For Zotero URL: https://mcp-marketplace.io/server/io-github-alejandroarnaud-mcp-for-zotero Summary: Connect your Zotero reference library to AI assistants via Model Context Protocol. Description: Connect your Zotero reference library to AI assistants via Model Context Protocol. Remote endpoints: streamable-http: https://mcpforzotero.alejandroarnaud.dev/mcp/ sse: https://mcpforzotero.alejandroarnaud.dev/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcpforzotero.alejandroarnaud.dev/mcp/ Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alejandroarnaud-mcp-for-zotero https://mcpforzotero.alejandroarnaud.dev/mcp/ --- ## Agi Alpha URL: https://mcp-marketplace.io/server/com-agialpha-agi-alpha Summary: Decentralized AI agent labor market on Ethereum. 15 tools for on-chain job lifecycle. Description: Decentralized AI agent labor market on Ethereum. 15 tools for on-chain job lifecycle. Remote endpoints: streamable-http: https://agialpha.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agialpha.com/api/mcp MCP Tools (15): get_protocol_info, list_jobs, get_job, get_agent_reputation, fetch_job_metadata, upload_to_ipfs, create_job, apply_for_job, request_job_completion, approve_job, disapprove_job, dispute_job, cancel_job, finalize_job, expire_job Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-agialpha-agi-alpha https://agialpha.com/api/mcp --- ## Cloudflare Solver URL: https://mcp-marketplace.io/server/com-jojapi-cloudflare-solver Summary: Cloudflare Solver: Scraping API designed to bypass Cloudflare protection. Description: Cloudflare Solver: Scraping API designed to bypass Cloudflare protection. Remote endpoints: streamable-http: https://mcp.jojapi.com/cloudflare-solver Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://mcp.jojapi.com/cloudflare-solver MCP Tools (1): post_get_page_source Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jojapi-cloudflare-solver https://mcp.jojapi.com/cloudflare-solver --- ## Phasefolio URL: https://mcp-marketplace.io/server/com-phasefolio-phasefolio Summary: Biotech rNPV/PoS engine for AI agents. Signed exports, evidence register, asset landscape. Description: Biotech rNPV/PoS engine for AI agents. Signed exports, evidence register, asset landscape. Remote endpoints: streamable-http: https://app.phasefolio.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @phasefolio/mcp Remote URL: https://app.phasefolio.com/api/mcp MCP Tools (9): get_project, list_scenarios, get_scenario, get_evidence, get_dossier, query_landscape, query_benchmarks, verify_export, get_methodology Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.4 Required Credentials: PHASEFOLIO_TOKEN (required) Install (Claude Code): claude mcp add com-phasefolio-phasefolio -- npx -y @phasefolio/mcp Install (Claude Code Remote): claude mcp add --transport http com-phasefolio-phasefolio https://app.phasefolio.com/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-datronis-mcp Summary: Search and apply to real jobs, browse companies, and read tech news via Datronis's live data. Description: Search and apply to real jobs, browse companies, and read tech news via Datronis's live data. Remote endpoints: streamable-http: https://api.datronis.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.datronis.com/api/mcp Security Score: 5/10 Installs: 1 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-datronis-mcp https://api.datronis.com/api/mcp --- ## Bea URL: https://mcp-marketplace.io/server/com-olyport-bea Summary: County GDP, personal income, and employment from the Bureau of Economic Analysis Description: County GDP, personal income, and employment from the Bureau of Economic Analysis Remote endpoints: streamable-http: https://mcp.olyport.com/bea/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/bea/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-bea https://mcp.olyport.com/bea/mcp --- ## Carhunt URL: https://mcp-marketplace.io/server/fr-carhunt-carhunt Summary: French used-car search across LeBonCoin, LaCentrale, L'Argus and more, with price estimates. Description: French used-car search across LeBonCoin, LaCentrale, L'Argus and more, with price estimates. Remote endpoints: streamable-http: https://api.carhunt.fr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.carhunt.fr/mcp MCP Tools (10): search_used_cars, estimate_car_price, car_market_stats, pro_search, pro_deals, pro_market_position, pro_watchlist_list, pro_watchlist_create, pro_watchlist_delete, pro_usage Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http fr-carhunt-carhunt https://api.carhunt.fr/mcp --- ## Lion URL: https://mcp-marketplace.io/server/app-netlify-gleaming-cassata-d41682-lion-mcp Summary: x402-paid MCP data: trend feed + visibility audit. USDC/Base. No API key. No PII. Description: x402-paid MCP data: trend feed + visibility audit. USDC/Base. No API key. No PII. Remote endpoints: streamable-http: https://gleaming-cassata-d41682.netlify.app/api/mcp?src=mcpregistry_domain_v1_1 Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://gleaming-cassata-d41682.netlify.app/api/mcp?src=mcpregistry_domain_v1_1 MCP Tools (2): lion_trend_intent_signal_json, lion_trend_intent_signal_csv Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http app-netlify-gleaming-cassata-d41682-lion-mcp 'https://gleaming-cassata-d41682.netlify.app/api/mcp?src=mcpregistry_domain_v1_1' --- ## Mcp URL: https://mcp-marketplace.io/server/ai-ladderflow-mcp Summary: Voice-interview your ideas into LinkedIn posts and X threads via a Digital Brain memory. Description: Voice-interview your ideas into LinkedIn posts and X threads via a Digital Brain memory. Remote endpoints: streamable-http: https://mcp.ladderflow.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ladderflow.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-ladderflow-mcp https://mcp.ladderflow.ai/mcp --- ## Eyecon URL: https://mcp-marketplace.io/server/com-jojapi-eyecon Summary: Eyecon: Use the no.1 API for a true caller ID to identify name and see photos. 100% success rate. Description: Eyecon: Use the no.1 API for a true caller ID to identify name and see photos. 100% success rate. Remote endpoints: streamable-http: https://mcp.jojapi.com/eyecon Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jojapi.com/eyecon MCP Tools (2): get_api_v1_getCountryCode, get_api_v1_search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jojapi-eyecon https://mcp.jojapi.com/eyecon --- ## Flightmussy URL: https://mcp-marketplace.io/server/com-flightmussy-flightmussy Summary: Global flight fares for 70+ origin cities: cheapest month, typical price, as read-only MCP tools. Description: Global flight fares for 70+ origin cities: cheapest month, typical price, as read-only MCP tools. Remote endpoints: streamable-http: https://flightmussy.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://flightmussy.com/mcp MCP Tools (4): cheapest_flights_from, route_fare, compare_origins, when_to_fly Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-flightmussy-flightmussy https://flightmussy.com/mcp --- ## Global Vat Validator URL: https://mcp-marketplace.io/server/io-github-bws1900-global-vat-validator Summary: VAT Validator solving Brazil 2026 Alphanumeric shift. Supports high-precision EU, UK, IN, BR checks. Description: VAT Validator solving Brazil 2026 Alphanumeric shift. Supports high-precision EU, UK, IN, BR checks. Remote endpoints: sse: https://pink-beetle-main-88f69e6.zuplo.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pink-beetle-main-88f69e6.zuplo.app/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bws1900-global-vat-validator https://pink-beetle-main-88f69e6.zuplo.app/mcp --- ## Fec URL: https://mcp-marketplace.io/server/org-memoryapi-fec Summary: FEC campaign finance data: candidate fundraising, donors, and spending Description: FEC campaign finance data: candidate fundraising, donors, and spending Remote endpoints: streamable-http: https://fec.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fec.memoryapi.org/mcp MCP Tools (3): get_fec_candidates, get_fec_donors, get_fec_spending Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-fec https://fec.memoryapi.org/mcp --- ## Singularity URL: https://mcp-marketplace.io/server/io-github-ivaavimusic-singularity Summary: MCP for Singularity Layer - discover listings, manage assets, run payment flows, and use agents Description: MCP for Singularity Layer - discover listings, manage assets, run payment flows, and use agents Remote endpoints: streamable-http: https://mcp.x402layer.cc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.x402layer.cc/mcp MCP Tools (44): vault_usage, vault_list_agents, vault_list_snapshots, vault_delete_snapshot, vault_subscribe_pro, vault_how_to_backup, browse_marketplace, get_listing, get_featured, get_top_rated, get_agent, list_categories, list_networks, list_agents, list_my_endpoints, list_my_campaigns, create_campaign, update_campaign, update_endpoint, list_my_products, update_product, get_endpoint_details, get_endpoint_stats, set_webhook, remove_webhook, delete_endpoint, request_endpoint_creation_payment, create_endpoint_with_payment, request_endpoint_topup_payment, topup_endpoint_with_payment, request_product_purchase_payment, purchase_product_with_payment, request_endpoint_credit_purchase_payment, purchase_endpoint_credits_with_payment, get_agent_registry_info, request_agent_wallet_challenge, verify_agent_wallet_challenge, list_my_agent_bindable_endpoints, list_my_registered_agents, prepare_agent_registration, finalize_agent_registration, prepare_agent_update, finalize_agent_update, submit_agent_feedback Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ivaavimusic-singularity https://mcp.x402layer.cc/mcp --- ## Duckduckgo URL: https://mcp-marketplace.io/server/com-jojapi-duckduckgo Summary: DuckDuckGo: The DuckDuckGo Search API is a tool that allows developers and businesses to integrate. Description: DuckDuckGo: The DuckDuckGo Search API is a tool that allows developers and businesses to integrate. Remote endpoints: streamable-http: https://mcp.jojapi.com/duckduckgo Category: Search & Web Mode: remote Pricing: Free Remote URL: https://mcp.jojapi.com/duckduckgo MCP Tools (1): get Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jojapi-duckduckgo https://mcp.jojapi.com/duckduckgo --- ## Buddylists URL: https://mcp-marketplace.io/server/dev-buddylists-www-buddylists Summary: Agent-only social network and labor market: presence, buddy lists, jobs with escrowed settlement. Description: Agent-only social network and labor market: presence, buddy lists, jobs with escrowed settlement. Remote endpoints: streamable-http: https://www.buddylists.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.buddylists.dev/api/mcp MCP Tools (8): buddylists_scoreboard, buddylists_acceptable_use, buddylists_quest, buddylists_draft_rules, buddylists_draft_org, buddylists_mint_receipt, buddylists_claim_founding_seat, buddylists_suggest Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http dev-buddylists-www-buddylists https://www.buddylists.dev/api/mcp --- ## Jinguyuan URL: https://mcp-marketplace.io/server/io-github-jinguyuan-jinguyuan-mcp Summary: 金谷园饺子馆的自动化管理系统 Description: 金谷园饺子馆的自动化管理系统 Remote endpoints: streamable-http: https://mcp.jinguyuan.cloud/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jinguyuan.cloud/ MCP Tools (13): get_shop_basics, get_queue_info, ask_queue_visit_time, get_queue_period_facts, get_queue_period_advice, get_queue_at_time, get_raw_dumpling_info, get_latest_news, get_recommended_dishes, get_recipes, get_pickup_link, get_lottery, jgy_identity_probe Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jinguyuan-jinguyuan-mcp https://mcp.jinguyuan.cloud/ --- ## Mcp URL: https://mcp-marketplace.io/server/com-streetproof-mcp Summary: Read-only, privacy-safe evidence of physical business presence for AI agents. Description: Read-only, privacy-safe evidence of physical business presence for AI agents. Remote endpoints: streamable-http: https://streetproof.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://streetproof.com/mcp MCP Tools (5): get_physical_presence, compare_presence, city_index, check_business_reality, get_pulse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-streetproof-mcp https://streetproof.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-serpzilla-mcp Summary: Enables AI assistants to natively interact with the Serpzilla link-building marketplace. Description: Enables AI assistants to natively interact with the Serpzilla link-building marketplace. Remote endpoints: streamable-http: https://mcp.serpzilla.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.serpzilla.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-serpzilla-mcp https://mcp.serpzilla.com/mcp --- ## Google Image Search URL: https://mcp-marketplace.io/server/com-jojapi-google-image-search Summary: Google Image Search: Fast and Simple Google Images Search API. You can get 100+ search results in. Description: Google Image Search: Fast and Simple Google Images Search API. You can get 100+ search results in. Remote endpoints: streamable-http: https://mcp.jojapi.com/google-image-search Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jojapi.com/google-image-search MCP Tools (2): get_v2, get_v1 Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jojapi-google-image-search https://mcp.jojapi.com/google-image-search --- ## Mcp URL: https://mcp-marketplace.io/server/bot-meet-mcp Summary: AI-native scheduling and booking: check availability, book meetings, share links. Description: AI-native scheduling and booking: check availability, book meetings, share links. Remote endpoints: streamable-http: https://mcp.meet.bot Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.meet.bot Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http bot-meet-mcp https://mcp.meet.bot --- ## Engineering URL: https://mcp-marketplace.io/server/tech-novtriq-engineering Summary: 27 engineering compliance and calculation tools for the built environment (UK, EU, UAE). Description: 27 engineering compliance and calculation tools for the built environment (UK, EU, UAE). Remote endpoints: streamable-http: https://api.novtriq.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.novtriq.tech/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http tech-novtriq-engineering https://api.novtriq.tech/mcp --- ## Evidence Ledger URL: https://mcp-marketplace.io/server/com-saasdossier-evidence-ledger Summary: Read-only MCP: free OpenAI security evidence ledger (55 fields) + SaaSDossier release register. Description: Read-only MCP: free OpenAI security evidence ledger (55 fields) + SaaSDossier release register. Remote endpoints: streamable-http: https://saasdossier.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://saasdossier.com/mcp MCP Tools (4): get_register, get_openai_ledger, get_methodology, get_free_dossier Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-saasdossier-evidence-ledger https://saasdossier.com/mcp --- ## Claude News URL: https://mcp-marketplace.io/server/online-claudenews-claude-news Summary: Real-time Claude & Anthropic news from your own Claude — free, no API key. Description: Real-time Claude & Anthropic news from your own Claude — free, no API key. Remote endpoints: streamable-http: https://claudenews.online/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://claudenews.online/api/mcp MCP Tools (2): search_news, recent_news Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http online-claudenews-claude-news https://claudenews.online/api/mcp --- ## Japan Public Ledgers URL: https://mcp-marketplace.io/server/com-mcp-revenue-empire-japan-public-ledgers Summary: Tamper-evident daily ledgers of 12 Japanese public-data domains, with cross-ledger entity search. Description: Tamper-evident daily ledgers of 12 Japanese public-data domains, with cross-ledger entity search. Remote endpoints: streamable-http: https://mcp.mcp-revenue-empire.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.mcp-revenue-empire.com/mcp MCP Tools (91): agent_memory_store, agent_memory_get, agent_memory_search, agent_memory_delete, agent_audit_record, agent_audit_query, agent_audit_report, agent_tempmail_create, agent_tempmail_list, agent_tempmail_get, agent_tempmail_wait, agent_captcha_verify_domain, agent_captcha_solve, agent_proxy_fetch, agent_proxy_session, agent_trust_score, agent_trust_feedback, agent_trust_batch, agent_webhook_create, agent_webhook_poll, agent_webhook_replay, agent_webhook_list_requests, agent_identity_register, agent_identity_badge, agent_identity_lookup, agent_identity_record, agent_identity_activities, subsidy_watch_search, subsidy_watch_get, subsidy_watch_timeline, subsidy_watch_recent_changes, subsidy_watch_verify_ledger, pubcom_watch_search, pubcom_watch_get, pubcom_watch_timeline, pubcom_watch_recent_changes, pubcom_watch_verify_ledger, grant_watch_search, grant_watch_get, grant_watch_timeline, grant_watch_recent_changes, grant_watch_verify_ledger, bid_watch_search, bid_watch_get, bid_watch_timeline, bid_watch_recent_changes, bid_watch_verify_ledger, sanction_watch_search, sanction_watch_get, sanction_watch_timeline, sanction_watch_recent_changes, sanction_watch_verify_ledger, license_watch_search, license_watch_get, license_watch_timeline, license_watch_recent_changes, license_watch_verify_ledger, recall_watch_search, recall_watch_get, recall_watch_timeline, recall_watch_recent_changes, recall_watch_verify_ledger, pharma_watch_search, pharma_watch_get, pharma_watch_timeline, pharma_watch_recent_changes, pharma_watch_verify_ledger, ordinance_watch_search, ordinance_watch_get, ordinance_watch_timeline, ordinance_watch_recent_changes, ordinance_watch_verify_ledger, tos_watch_search, tos_watch_get, tos_watch_timeline, tos_watch_recent_changes, tos_watch_verify_ledger, realestate_watch_search, realestate_watch_get, realestate_watch_timeline, realestate_watch_recent_changes, realestate_watch_verify_ledger, landprice_watch_search, landprice_watch_get, landprice_watch_timeline, landprice_watch_recent_changes, landprice_watch_verify_ledger, entity_search, alerts_create_watch, alerts_list_watches, alerts_delete_watch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http com-mcp-revenue-empire-japan-public-ledgers https://mcp.mcp-revenue-empire.com/mcp --- ## Data URL: https://mcp-marketplace.io/server/co-thinair-data Summary: Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools. Description: Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools. Remote endpoints: streamable-http: https://data.thinair.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://data.thinair.co/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.1.3 Install (Claude Code Remote): claude mcp add --transport http co-thinair-data https://data.thinair.co/mcp --- ## Surf Session Finder URL: https://mcp-marketplace.io/server/io-github-eranimore-surf-session-finder Summary: Surf park sessions schedule availability and notifications for wave park surfers worldwide Description: Surf park sessions schedule availability and notifications for wave park surfers worldwide Remote endpoints: streamable-http: https://ssf-api-cf.surfsessionfinder.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ssf-api-cf.surfsessionfinder.com/mcp MCP Tools (3): list_pools, get_session_levels, find_sessions Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-eranimore-surf-session-finder https://ssf-api-cf.surfsessionfinder.com/mcp --- ## Kontato URL: https://mcp-marketplace.io/server/ai-kontato-kontato Summary: Give your AI agents a real WhatsApp number to send and receive messages. Description: Give your AI agents a real WhatsApp number to send and receive messages. Remote endpoints: streamable-http: https://api.kontato.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.kontato.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-kontato-kontato https://api.kontato.ai/mcp --- ## Octopad URL: https://mcp-marketplace.io/server/app-octopad-octopad Summary: The back-office workspace for your team's AIs: tasks, knowledge and context shared over MCP. Description: The back-office workspace for your team's AIs: tasks, knowledge and context shared over MCP. Remote endpoints: streamable-http: https://mcp.octopad.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.octopad.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-octopad-octopad https://mcp.octopad.app/mcp --- ## Hub URL: https://mcp-marketplace.io/server/com-prismfact-hub Summary: Факты о бизнесе Томской области по ИНН: деньги, налоги, долг, статус. С источником и датой. Description: Факты о бизнесе Томской области по ИНН: деньги, налоги, долг, статус. С источником и датой. Remote endpoints: streamable-http: https://prismfact.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prismfact.com/mcp MCP Tools (4): prism_ask, prism_find, prism_nearby, prism_needs Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-prismfact-hub https://prismfact.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-kifly-mcp Summary: Multi-seller shopping for AI agents. Settle via Stripe MPP or x402 USDC on Base. Hosted. Description: Multi-seller shopping for AI agents. Settle via Stripe MPP or x402 USDC on Base. Hosted. Remote endpoints: streamable-http: https://kifly.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kifly.ai/api/mcp MCP Tools (18): search_products, create_cart, add_to_cart, get_cart, update_cart_item, set_shipping_address, checkout, register_buyer, request_buyer_code, verify_buyer, get_buyer_profile, save_buyer_address, submit_feedback, get_seller, list_sellers, get_platform_limits, order_status, get_help Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-kifly-mcp https://kifly.ai/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-ivisa-www-mcp Summary: Check visa requirements and travel documents for international travel destinations. Description: Check visa requirements and travel documents for international travel destinations. Remote endpoints: streamable-http: https://www.ivisa.com/mcp sse: https://www.ivisa.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.ivisa.com/mcp MCP Tools (1): visa-availability-tool Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http com-ivisa-www-mcp https://www.ivisa.com/mcp --- ## Reprise URL: https://mcp-marketplace.io/server/design-reprise-reprise Summary: Un-flatten any flat AI design into editable layers, reproduce it bit-perfect, from your agent. Description: Un-flatten any flat AI design into editable layers, reproduce it bit-perfect, from your agent. Remote endpoints: streamable-http: https://tepesama-reprise-mcp.hf.space/gradio_api/mcp/http Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tepesama-reprise-mcp.hf.space/gradio_api/mcp/http MCP Tools (3): reproduce, autodetect, diagnose Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http design-reprise-reprise https://tepesama-reprise-mcp.hf.space/gradio_api/mcp/http --- ## Blipboard URL: https://mcp-marketplace.io/server/app-blip-board-blipboard Summary: Ambient split-flap display board agents push text to; humans watch it on any screen. Description: Ambient split-flap display board agents push text to; humans watch it on any screen. Remote endpoints: streamable-http: https://blip-board.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://blip-board.app/mcp MCP Tools (5): create-board-tool, push-scenes-tool, read-board-tool, update-board-tool, delete-board-tool Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-blip-board-blipboard https://blip-board.app/mcp --- ## Rfp Ai URL: https://mcp-marketplace.io/server/ai-rfp-rfp-ai Summary: Draft cited RFP and security questionnaire answers from your knowledge base, with human review Description: Draft cited RFP and security questionnaire answers from your knowledge base, with human review Remote endpoints: streamable-http: https://rfp.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rfp.ai/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-rfp-rfp-ai https://rfp.ai/api/mcp --- ## Iching URL: https://mcp-marketplace.io/server/com-roxyapi-iching Summary: I Ching hexagram casts, 64 hexagram meanings and changing lines for AI agents. Description: I Ching hexagram casts, 64 hexagram meanings and changing lines for AI agents. Remote endpoints: streamable-http: https://roxyapi.com/mcp/iching Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://roxyapi.com/mcp/iching MCP Tools (9): post_iching_daily, post_iching_daily_cast, get_iching_hexagrams, get_iching_hexagrams_random, get_iching_hexagrams_lookup, get_iching_hexagrams_number, get_iching_cast, get_iching_trigrams, get_iching_trigrams_id Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-roxyapi-iching https://roxyapi.com/mcp/iching --- ## Patent URL: https://mcp-marketplace.io/server/org-memoryapi-patent Summary: Patent search and company IP portfolio data Description: Patent search and company IP portfolio data Remote endpoints: streamable-http: https://patent.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://patent.memoryapi.org/mcp MCP Tools (3): search_patents, get_company_patents, get_patent_detail Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-patent https://patent.memoryapi.org/mcp --- ## Geo URL: https://mcp-marketplace.io/server/org-memoryapi-geo Summary: Geocoding, weather forecasts, and timezone lookups Description: Geocoding, weather forecasts, and timezone lookups Remote endpoints: streamable-http: https://geo.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geo.memoryapi.org/mcp MCP Tools (3): geocode_address, get_weather, get_timezone Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-geo https://geo.memoryapi.org/mcp --- ## Korean Saju Calculator URL: https://mcp-marketplace.io/server/io-github-minjikim89-korean-saju-calculator Summary: Korean Four Pillars (Saju/BaZi) calculator: pillars, elements, ten gods, sinsal, luck cycles. Description: Korean Four Pillars (Saju/BaZi) calculator: pillars, elements, ten gods, sinsal, luck cycles. Remote endpoints: streamable-http: https://manseryeok-mcp.mj-mcp-tools.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://manseryeok-mcp.mj-mcp-tools.workers.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-minjikim89-korean-saju-calculator https://manseryeok-mcp.mj-mcp-tools.workers.dev/mcp --- ## Gigs URL: https://mcp-marketplace.io/server/com-emergingtechcenter-gigs Summary: Discover and apply to paid (100 USDC) AI agent gigs at the Emerging Tech Center, Phoenix AZ. Description: Discover and apply to paid (100 USDC) AI agent gigs at the Emerging Tech Center, Phoenix AZ. Remote endpoints: streamable-http: https://emergingtechcenter.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://emergingtechcenter.com/api/mcp MCP Tools (4): list_gigs, get_gig, search_gigs, apply_to_gig Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-emergingtechcenter-gigs https://emergingtechcenter.com/api/mcp --- ## Shopify Stores URL: https://mcp-marketplace.io/server/dev-reapx-shopify-stores Summary: Scrape Shopify store products, variants, prices and app store listings. Pay per row. Description: Scrape Shopify store products, variants, prices and app store listings. Pay per row. Remote endpoints: streamable-http: https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper Security Score: 8/10 Installs: 1 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-reapx-shopify-stores 'https://mcp.apify.com/?actors=reapx/shopify-store-products-scraper,reapx/shopify-app-store-scraper' --- ## Filepad URL: https://mcp-marketplace.io/server/ai-filepad-filepad Summary: Connect AI agents to Filepad workspaces through OAuth MCP. Description: Connect AI agents to Filepad workspaces through OAuth MCP. Remote endpoints: streamable-http: https://api.filepad.ai/mcp/v1/stream Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.filepad.ai/mcp/v1/stream Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-filepad-filepad https://api.filepad.ai/mcp/v1/stream --- ## Emile Wine URL: https://mcp-marketplace.io/server/io-github-sebastiengal-emile-wine Summary: MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines. Description: MCP server for the Émile wine cellar — list, add, recommend, scan and search 100k+ wines. Remote endpoints: streamable-http: https://mcp.emile.wine/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @emile-wine/mcp-server Remote URL: https://mcp.emile.wine/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.5 Required Credentials: EMILE_API_KEY (required), EMILE_API_URL (optional), EMILE_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-sebastiengal-emile-wine -- npx -y @emile-wine/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-sebastiengal-emile-wine https://mcp.emile.wine/mcp --- ## Agentdm URL: https://mcp-marketplace.io/server/ai-agentdm-agentdm Summary: Agent-to-agent messaging platform using MCP for cross-model communication. Description: Agent-to-agent messaging platform using MCP for cross-model communication. Remote endpoints: streamable-http: https://api.agentdm.ai/api/v1/grid Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentdm.ai/api/v1/grid Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-agentdm-agentdm https://api.agentdm.ai/api/v1/grid --- ## Singapore Business Directory URL: https://mcp-marketplace.io/server/com-sgpdirectory-singapore-business-directory Summary: Singapore business directory. Search companies, UENs, and SSIC industry classifications. Description: Singapore business directory. Search companies, UENs, and SSIC industry classifications. Remote endpoints: streamable-http: https://sgpdirectory.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @sgpdirectory/mcp-server Remote URL: https://sgpdirectory.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Required Credentials: SGP_DIRECTORY_API_KEY (required), REMOTE_MCP_SERVER (optional) Install (Claude Code): claude mcp add com-sgpdirectory-singapore-business-directory -- npx -y @sgpdirectory/mcp-server Install (Claude Code Remote): claude mcp add --transport http com-sgpdirectory-singapore-business-directory https://sgpdirectory.com/mcp --- ## Docs URL: https://mcp-marketplace.io/server/com-zyrvix-docs Summary: Zyrvix crypto-payments API reference for AI coding assistants. Anonymous, read-only. Description: Zyrvix crypto-payments API reference for AI coding assistants. Anonymous, read-only. Remote endpoints: streamable-http: https://mcp.zyrvix.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.zyrvix.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-zyrvix-docs https://mcp.zyrvix.com/mcp --- ## Financial Intelligence URL: https://mcp-marketplace.io/server/ai-thrivee-financial-intelligence Summary: Personal-finance intelligence engine: net worth, goals, asset allocation. Invite-only beta. Description: Personal-finance intelligence engine: net worth, goals, asset allocation. Invite-only beta. Remote endpoints: streamable-http: https://mcp-server.thrivee.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server.thrivee.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-thrivee-financial-intelligence https://mcp-server.thrivee.ai/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-decisionlog-mcp Summary: Append-only decisions with provenance, supersession, retrieval, and audited MCP actions. Description: Append-only decisions with provenance, supersession, retrieval, and audited MCP actions. Remote endpoints: streamable-http: https://www.decisionlog.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.decisionlog.ai/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-decisionlog-mcp https://www.decisionlog.ai/api/mcp --- ## Fantopy URL: https://mcp-marketplace.io/server/ai-fantopy-fantopy Summary: Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards Description: Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards Remote endpoints: streamable-http: https://mcp.fantopy.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fantopy.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-fantopy-fantopy https://mcp.fantopy.ai/mcp --- ## Hyperliquid Data URL: https://mcp-marketplace.io/server/dev-tesseralytics-hyperliquid-data Summary: Hyperliquid perp market data for LLMs: OHLCV, funding, open interest, positioning & forecasts. Description: Hyperliquid perp market data for LLMs: OHLCV, funding, open interest, positioning & forecasts. Remote endpoints: streamable-http: https://tesseralytics.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tesseralytics.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-tesseralytics-hyperliquid-data https://tesseralytics.dev/mcp --- ## Euearth URL: https://mcp-marketplace.io/server/com-chaot-kit-euearth Summary: EuEarth: agent-first commons — one free open model per domain on a stable keel; best wins. Description: EuEarth: agent-first commons — one free open model per domain on a stable keel; best wins. Remote endpoints: streamable-http: https://euearth-api.chaot-kit.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://euearth-api.chaot-kit.com/mcp MCP Tools (59): get_agent_did, redeem_invite, enter_euearth, list_sockets, get_champion, try_champion, get_rank, wingo_help, list_capabilities, entry_packet, read_node, list_problems, request_unfold, submit_claim, write_wingo, sense_scent, sense_sound, sense_feel, list_bounties, get_bounty, claim_bounty, submit_bounty, get_lineage, post_stake, submit_challenge, rollback_slot, wallet_transfer, wallet_ledger, offer_paid_service, set_price, list_listings, open_matter, witness_matter, list_matters, edge_filter_scan, sandbox_exec, scratchpad_list, scratchpad_open, scratchpad_write, scratchpad_read, scratchpad_run, scratchpad_submit, wingo_watch, wingo_hear, wingo_look_back, a2a_consult, a2a_send, a2a_inbox, a2a_list_channels, a2a_subscribe, a2a_unsubscribe, a2a_publish, a2a_channel_history, room_get, room_remember, room_pin_advisor, room_note, room_export, room_recall Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-chaot-kit-euearth https://euearth-api.chaot-kit.com/mcp --- ## Lmgram URL: https://mcp-marketplace.io/server/io-github-saezbaldo-lmgram Summary: Consent-based human matchmaking for peer advice, collaboration, and practical help. Description: Consent-based human matchmaking for peer advice, collaboration, and practical help. Remote endpoints: streamable-http: https://api.lmgram.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lmgram.com/mcp MCP Tools (6): get_current_user, request_human_match, list_match_requests, start_chat, list_messages, send_message Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-saezbaldo-lmgram https://api.lmgram.com/mcp --- ## Catalog URL: https://mcp-marketplace.io/server/com-songstoyoureyes-catalog Summary: Search 18,594 production-music cues by mood, sound and exact runtime. Instant preview links. Description: Search 18,594 production-music cues by mood, sound and exact runtime. Instant preview links. Remote endpoints: streamable-http: https://mcp.songstoyoureyes.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.songstoyoureyes.com/mcp MCP Tools (4): stye_search_tracks, stye_fit_to_duration, stye_get_track, stye_list_versions Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-songstoyoureyes-catalog https://mcp.songstoyoureyes.com/mcp --- ## Growomat URL: https://mcp-marketplace.io/server/com-growomat-growomat Summary: Build, edit and sync Google, Microsoft, Reddit and Meta ad campaigns from your assistant. Description: Build, edit and sync Google, Microsoft, Reddit and Meta ad campaigns from your assistant. Remote endpoints: streamable-http: https://mcp.growomat.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.growomat.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-growomat-growomat https://mcp.growomat.com/mcp --- ## The Junkyard URL: https://mcp-marketplace.io/server/guru-junkyard-botfeeder-the-junkyard Summary: Parsed public-domain market data for AI agents, priced below DIY inference cost, paid via x402. Description: Parsed public-domain market data for AI agents, priced below DIY inference cost, paid via x402. Remote endpoints: streamable-http: https://botfeeder.junkyard.guru/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://botfeeder.junkyard.guru/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http guru-junkyard-botfeeder-the-junkyard https://botfeeder.junkyard.guru/mcp --- ## Json Repair URL: https://mcp-marketplace.io/server/com-pythonanywhere-cryptopulse-json-repair Summary: Repair malformed JSON, DNS lookup, extract URLs, base64, case, hash, time. Pay per call USDC Base. Description: Repair malformed JSON, DNS lookup, extract URLs, base64, case, hash, time. Pay per call USDC Base. Remote endpoints: streamable-http: https://cryptopulse.pythonanywhere.com/mcp-json Category: Finance Mode: remote Pricing: Free Remote URL: https://cryptopulse.pythonanywhere.com/mcp-json MCP Tools (8): crypto_market_pulse, usdc_on_base_stats, crypto_market_pulse_sample, json_repair, dns_lookup, extract_urls, crypto_price, base_chain_snapshot Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-pythonanywhere-cryptopulse-json-repair https://cryptopulse.pythonanywhere.com/mcp-json --- ## Bassethound URL: https://mcp-marketplace.io/server/ai-bassethound-bassethound Summary: Company intelligence for AI agents: a five-layer domain dossier in one sniff_domain call. Description: Company intelligence for AI agents: a five-layer domain dossier in one sniff_domain call. Remote endpoints: streamable-http: https://mcp.bassethound.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bassethound.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.7.0 Install (Claude Code Remote): claude mcp add --transport http ai-bassethound-bassethound https://mcp.bassethound.ai/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-stackone-mcp Summary: Give AI agents 30,000+ safe, token-optimized actions across Workday, SAP, Oracle + hundreds more. Description: Give AI agents 30,000+ safe, token-optimized actions across Workday, SAP, Oracle + hundreds more. Remote endpoints: streamable-http: https://mcp.stackone.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stackone.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-stackone-mcp https://mcp.stackone.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-onlyworlds-mcp Summary: Read and write typed fictional worlds (22 linked element types) via the OnlyWorlds open standard. Description: Read and write typed fictional worlds (22 linked element types) via the OnlyWorlds open standard. Remote endpoints: streamable-http: https://www.onlyworlds.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.onlyworlds.com/mcp MCP Tools (11): list_element_types, get_element_schema, search_schema, list_elements, get_element, search_elements, get_changes, create_element, update_element, edit_links, bulk_apply Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-onlyworlds-mcp https://www.onlyworlds.com/mcp --- ## Kernelscan URL: https://mcp-marketplace.io/server/io-kernelscan-kernelscan Summary: Linux kernel CVE analyzer: upload a .config, get a CycloneDX VEX report of affecting CVEs. Description: Linux kernel CVE analyzer: upload a .config, get a CycloneDX VEX report of affecting CVEs. Remote endpoints: streamable-http: https://kernelscan.io/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kernelscan.io/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-kernelscan-kernelscan https://kernelscan.io/mcp/ --- ## App Store Analytics URL: https://mcp-marketplace.io/server/info-appgoblin-app-store-analytics Summary: Research iOS and Android apps, use keyword marketing tools, see app installs, revenue and sdks. Description: Research iOS and Android apps, use keyword marketing tools, see app installs, revenue and sdks. Remote endpoints: streamable-http: https://appgoblin.info/api/v1/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://appgoblin.info/api/v1/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http info-appgoblin-app-store-analytics https://appgoblin.info/api/v1/mcp --- ## Market Data URL: https://mcp-marketplace.io/server/ai-marketcrew-market-data Summary: Live market data & technical analysis for US stocks, ETFs and crypto. Read-only, no signup. Description: Live market data & technical analysis for US stocks, ETFs and crypto. Read-only, no signup. Remote endpoints: streamable-http: https://marketcrew.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://marketcrew.ai/mcp MCP Tools (15): get_price_history, get_technical_indicators, get_relative_strength, get_key_levels, get_intermarket, get_market_breadth, get_sentiment_data, get_macro_context, get_crypto_context, get_instrument_info, get_event_stats, public_instrument_news, public_search_news, get_ta_methodology, get_monitoring_options Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-marketcrew-market-data https://marketcrew.ai/mcp --- ## Board URL: https://mcp-marketplace.io/server/space-bidsurvivor-board Summary: An advertising board sold by live auction: two twelve-hour slots a day, first claim free. Description: An advertising board sold by live auction: two twelve-hour slots a day, first claim free. Remote endpoints: streamable-http: https://bidsurvivor.space/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bidsurvivor.space/api/mcp MCP Tools (6): get_board, get_slot_price, claim_free_slot, get_brand_stats, list_winners, get_stats Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http space-bidsurvivor-board https://bidsurvivor.space/api/mcp --- ## Kubik Tools URL: https://mcp-marketplace.io/server/io-github-markopolovic-kubik-tools Summary: Freight calculators (weight, metres, vehicle fit) and authenticated team packing-library tools. Description: Freight calculators (weight, metres, vehicle fit) and authenticated team packing-library tools. Remote endpoints: streamable-http: https://mcp.kubik.tools/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.kubik.tools/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-markopolovic-kubik-tools https://mcp.kubik.tools/mcp --- ## Codex Pets Ydb Qdrant URL: https://mcp-marketplace.io/server/tech-ydb-qdrant-pets-codex-pets-ydb-qdrant Summary: Search, preview, install community Codex pet packs, and discover the pet request flow. Description: Search, preview, install community Codex pet packs, and discover the pet request flow. Remote endpoints: streamable-http: https://pets.ydb-qdrant.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pets.ydb-qdrant.tech/mcp MCP Tools (7): search_pets, get_pet, get_install_instructions, get_badge_code, get_embed_code, get_card_code, get_pet_request_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http tech-ydb-qdrant-pets-codex-pets-ydb-qdrant https://pets.ydb-qdrant.tech/mcp --- ## Iban Validation URL: https://mcp-marketplace.io/server/eu-iban-test-www-iban-validation Summary: Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES. Description: Validate IBANs in 111 countries; bank directory checks for DE, AT, BE, FR, LU, NL, PT and ES. Remote endpoints: streamable-http: https://www.iban-test.eu/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.iban-test.eu/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http eu-iban-test-www-iban-validation https://www.iban-test.eu/mcp --- ## Loadboard URL: https://mcp-marketplace.io/server/ir-bijack-loadboard Summary: Search active public freight loads and loadboard halls on Bijack. Description: Search active public freight loads and loadboard halls on Bijack. Remote endpoints: streamable-http: https://mcp.bijack.ir/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bijack.ir/mcp MCP Tools (2): search_cargos, search_loadboard_halls Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ir-bijack-loadboard https://mcp.bijack.ir/mcp --- ## Insurance Underwriting Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-insurance-underwriting-intelligence-mcp Summary: Multi-peril location risk: disasters, seismic, flood, environmental liability, crime, and climate... Description: Multi-peril location risk: disasters, seismic, flood, environmental liability, crime, and climate... Remote endpoints: streamable-http: https://ryanclinton--insurance-underwriting-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--insurance-underwriting-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--insurance-underwriting-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-insurance-underwriting-intelligence-mcp https://ryanclinton--insurance-underwriting-intelligence-mcp.apify.actor/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-waterr-mcp Summary: List WaterrAI scenarios, fetch AI-run meetings, and pull rubric-scored analyses. Description: List WaterrAI scenarios, fetch AI-run meetings, and pull rubric-scored analyses. Remote endpoints: streamable-http: https://api.waterr.ai/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.waterr.ai/v1/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-waterr-mcp https://api.waterr.ai/v1/mcp --- ## Pay Me URL: https://mcp-marketplace.io/server/so-hilt-pay-me Summary: Wallet-approved SOL and Solana USDC payments to verified X handles, with zero custody. Description: Wallet-approved SOL and Solana USDC payments to verified X handles, with zero custody. Remote endpoints: streamable-http: https://api.hilt.so/mcp/pay-me Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.hilt.so/mcp/pay-me Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http so-hilt-pay-me https://api.hilt.so/mcp/pay-me --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-tradingale-mcp Summary: Read-only martingale data: Martingale Score & Startingale for 250+ cryptos and US stocks. Description: Read-only martingale data: Martingale Score & Startingale for 250+ cryptos and US stocks. Remote endpoints: streamable-http: https://tradingale.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://tradingale.com/mcp MCP Tools (7): get_instrument, search_instruments, list_top_crypto, list_top_stocks, market_overview, crypto_overview, stock_overview Security Score: 8/10 Installs: 1 Creator: MCP Registry Creator Reputation: B Version: 1.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-tradingale-mcp https://tradingale.com/mcp --- ## Executive URL: https://mcp-marketplace.io/server/ch-antevo-executive Summary: Market and world intelligence — the daily editorial read, risk radar and dated archive. Description: Market and world intelligence — the daily editorial read, risk radar and dated archive. Remote endpoints: streamable-http: https://api.antevo.ch/mcp/executive/mcp sse: https://api.antevo.ch/mcp/executive/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.antevo.ch/mcp/executive/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-antevo-executive https://api.antevo.ch/mcp/executive/mcp --- ## Civic Meetings URL: https://mcp-marketplace.io/server/com-openpublica-civic-meetings Summary: Search US local-government meetings: AI summaries, transcripts, and adopted plan documents. Description: Search US local-government meetings: AI summaries, transcripts, and adopted plan documents. Remote endpoints: streamable-http: https://api.openpublica.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.openpublica.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-openpublica-civic-meetings https://api.openpublica.com/mcp --- ## Gsc Seo Analytics URL: https://mcp-marketplace.io/server/com-mcpsearchconsole-gsc-seo-analytics Summary: SEO analytics from Google Search Console: keyword rankings, clicks, impressions, CTR. Read-only. Description: SEO analytics from Google Search Console: keyword rankings, clicks, impressions, CTR. Read-only. Remote endpoints: streamable-http: https://mcpsearchconsole.com/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcpsearchconsole.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.10.1 Install (Claude Code Remote): claude mcp add --transport http com-mcpsearchconsole-gsc-seo-analytics https://mcpsearchconsole.com/mcp --- ## Credit Cards URL: https://mcp-marketplace.io/server/ai-stackeasy-credit-cards Summary: Ask Claude or ChatGPT about your own credit cards: best card to use, utilization, missed rewards. Description: Ask Claude or ChatGPT about your own credit cards: best card to use, utilization, missed rewards. Remote endpoints: streamable-http: https://data.stackeasy.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://data.stackeasy.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-stackeasy-credit-cards https://data.stackeasy.ai/mcp --- ## Trading URL: https://mcp-marketplace.io/server/com-algovesta-trading Summary: Trade 16 crypto exchanges + MetaTrader 5 from your AI assistant via one MCP connection. Description: Trade 16 crypto exchanges + MetaTrader 5 from your AI assistant via one MCP connection. Remote endpoints: streamable-http: https://api.algovesta.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://api.algovesta.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-algovesta-trading https://api.algovesta.com/mcp --- ## Trust Tools URL: https://mcp-marketplace.io/server/com-obeliskgate-trust-tools Summary: Website security ratings, token verification, and tamper-evident ledger heads from Obelisk Gate. Description: Website security ratings, token verification, and tamper-evident ledger heads from Obelisk Gate. Remote endpoints: streamable-http: https://obeliskgate.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://obeliskgate.com/mcp MCP Tools (6): scan_trust, verify_token, get_org_rating, transparency_head, gate_status, explain_rating Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-obeliskgate-trust-tools https://obeliskgate.com/mcp --- ## Human For Ai URL: https://mcp-marketplace.io/server/ai-yourhuman-human-for-ai Summary: Ask a human for legal review, confirmation, a signature, or a physical-world act Description: Ask a human for legal review, confirmation, a signature, or a physical-world act Remote endpoints: streamable-http: https://yourhuman.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://yourhuman.ai/mcp MCP Tools (1): request_human_assistance Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-yourhuman-human-for-ai https://yourhuman.ai/mcp --- ## X402 Snap URL: https://mcp-marketplace.io/server/io-github-zadengg-x402-snap Summary: Pay-per-call browser rendering and x402 marketplace ranking for AI agents, billed via USDC. Description: Pay-per-call browser rendering and x402 marketplace ranking for AI agents, billed via USDC. Remote endpoints: streamable-http: https://x402-snap.zaden-gaming.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://x402-snap.zaden-gaming.workers.dev/mcp MCP Tools (3): render_url, rank_x402_services, list_rank_categories Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-zadengg-x402-snap https://x402-snap.zaden-gaming.workers.dev/mcp --- ## Company Technographics URL: https://mcp-marketplace.io/server/ai-echoloc-company-technographics Summary: Search 760K+ companies by technographics with direction of change: adopting, replacing, evaluating Description: Search 760K+ companies by technographics with direction of change: adopting, replacing, evaluating Remote endpoints: streamable-http: https://api.echoloc.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.echoloc.ai/mcp MCP Tools (3): search_companies_by_technologies, get_company_by_domain, list_technologies Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-echoloc-company-technographics https://api.echoloc.ai/mcp --- ## Copilot URL: https://mcp-marketplace.io/server/io-github-vomeshatukuri-copilot-mcp Summary: MCP server for web development with Khoros, Gainsight, and HigherLogic integrations. Description: MCP server for web development with Khoros, Gainsight, and HigherLogic integrations. Remote endpoints: sse: https://copilot-mcp--0000001.gentlesea-14833e94.westus2.azurecontainerapps.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://copilot-mcp--0000001.gentlesea-14833e94.westus2.azurecontainerapps.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vomeshatukuri-copilot-mcp https://copilot-mcp--0000001.gentlesea-14833e94.westus2.azurecontainerapps.io/mcp --- ## My Tv Channel URL: https://mcp-marketplace.io/server/com-my-tv-channel-my-tv-channel Summary: Create and run 24/7 linear TV channels. Import videos by URL; we transcode, schedule and stream. Description: Create and run 24/7 linear TV channels. Import videos by URL; we transcode, schedule and stream. Remote endpoints: streamable-http: https://my-tv-channel.com/api/mytvchannel/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://my-tv-channel.com/api/mytvchannel/mcp MCP Tools (19): get_account_status, list_channels, get_channel, check_handle_available, create_channel, update_channel, archive_channel, import_video_from_url, import_youtube_video, list_assets, get_transcode_status, set_asset_weight, delete_asset, retry_transcode, regenerate_schedule, get_schedule, get_schedule_rules, validate_schedule_rules, set_schedule_rules Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-my-tv-channel-my-tv-channel https://my-tv-channel.com/api/mytvchannel/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-gocushy-mcp Summary: The checkout your AI runs — bumps, upsells, subscriptions, tax and affiliates on your own Stripe. Description: The checkout your AI runs — bumps, upsells, subscriptions, tax and affiliates on your own Stripe. Remote endpoints: streamable-http: https://mcp.gocushy.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @gocushy/mcp Remote URL: https://mcp.gocushy.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.15.0 Required Credentials: GOCUSHY_API_KEY (required), GOCUSHY_API_URL (optional) Install (Claude Code): claude mcp add com-gocushy-mcp -- npx -y @gocushy/mcp Install (Claude Code Remote): claude mcp add --transport http com-gocushy-mcp https://mcp.gocushy.com/mcp --- ## Sparklaunch URL: https://mcp-marketplace.io/server/io-github-sparklaunch-dev-sparklaunch Summary: Founder workflows for idea validation, branding, campaigns, landing pages, analytics, and CRM. Description: Founder workflows for idea validation, branding, campaigns, landing pages, analytics, and CRM. Remote endpoints: streamable-http: https://sparklaun.ch/api/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sparklaun.ch/api/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sparklaunch-dev-sparklaunch https://sparklaun.ch/api/mcp/ --- ## Meta Ads URL: https://mcp-marketplace.io/server/co-pipeboard-meta-ads-mcp Summary: Facebook / Meta Ads automation with AI: analyze performance, test creatives, optimize spend. Description: Facebook / Meta Ads automation with AI: analyze performance, test creatives, optimize spend. Remote endpoints: streamable-http: https://mcp.pipeboard.co/meta-ads-mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://mcp.pipeboard.co/meta-ads-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.120 Install (Claude Code Remote): claude mcp add --transport http co-pipeboard-meta-ads-mcp https://mcp.pipeboard.co/meta-ads-mcp --- ## Commerce URL: https://mcp-marketplace.io/server/com-theprotoclinical-commerce Summary: Search ProtoClinical's current K-beauty catalog and manage buyer-approved carts and checkouts. Description: Search ProtoClinical's current K-beauty catalog and manage buyer-approved carts and checkouts. Remote endpoints: streamable-http: https://www.theprotoclinical.com/api/ucp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.theprotoclinical.com/api/ucp/mcp MCP Tools (13): get_checkout, create_checkout, update_checkout, complete_checkout, cancel_checkout, get_cart, create_cart, update_cart, cancel_cart, get_order, search_catalog, lookup_catalog, get_product Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-theprotoclinical-commerce https://www.theprotoclinical.com/api/ucp/mcp --- ## Cdc Places URL: https://mcp-marketplace.io/server/com-olyport-cdc-places Summary: County and tract-level health outcomes, behaviors, and preventive services from CDC PLACES Description: County and tract-level health outcomes, behaviors, and preventive services from CDC PLACES Remote endpoints: streamable-http: https://mcp.olyport.com/cdc-places/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cdc-places/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-cdc-places https://mcp.olyport.com/cdc-places/mcp --- ## Sovereign Debt Contagion URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-sovereign-debt-contagion-mcp Summary: Assess sovereign fiscal stress, contagion networks, currency crisis probability, and disaster vul... Description: Assess sovereign fiscal stress, contagion networks, currency crisis probability, and disaster vul... Remote endpoints: streamable-http: https://ryanclinton--sovereign-debt-contagion-mcp.apify.actor/mcp sse: https://ryanclinton--sovereign-debt-contagion-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--sovereign-debt-contagion-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-sovereign-debt-contagion-mcp https://ryanclinton--sovereign-debt-contagion-mcp.apify.actor/mcp --- ## Sauna Guide Quotes URL: https://mcp-marketplace.io/server/io-github-ac0ai-sauna-guide-quotes Summary: Prepare and submit private home sauna quote requests only after explicit user approval. Description: Prepare and submit private home sauna quote requests only after explicit user approval. Remote endpoints: streamable-http: https://sauna.guide/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sauna.guide/mcp MCP Tools (2): prepare_sauna_quote_request, submit_sauna_quote_request Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ac0ai-sauna-guide-quotes https://sauna.guide/mcp --- ## Multilo URL: https://mcp-marketplace.io/server/com-multilo-multilo Summary: Search Multilo's docs, fetch any public page as clean Markdown, and read the changelog. Description: Search Multilo's docs, fetch any public page as clean Markdown, and read the changelog. Remote endpoints: streamable-http: https://www.multilo.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.multilo.com/api/mcp MCP Tools (3): search_docs, get_page, list_updates Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-multilo-multilo https://www.multilo.com/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/online-scope-mcp Summary: AI visibility & recommendation monitoring for ChatGPT, Claude, Gemini & Perplexity. Description: AI visibility & recommendation monitoring for ChatGPT, Claude, Gemini & Perplexity. Remote endpoints: streamable-http: https://scope.online/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scope.online/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http online-scope-mcp https://scope.online/mcp --- ## Env Manager Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-env-manager-ai-mcp Summary: Env Manager Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: env-manager-ai-mcp GitHub: https://github.com/CSOAI-ORG/env-manager-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-env-manager-ai-mcp -- uvx env-manager-ai-mcp==1.0.11 --- ## Hash Utils Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-hash-utils-ai-mcp Summary: Hash Utils Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: hash-utils-ai-mcp GitHub: https://github.com/CSOAI-ORG/hash-utils-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-hash-utils-ai-mcp -- uvx hash-utils-ai-mcp==1.0.11 --- ## Risk Intelligence URL: https://mcp-marketplace.io/server/com-supplymaven-risk-intelligence Summary: Real-time supply chain risk intelligence with composite scoring and early warnings Description: Real-time supply chain risk intelligence with composite scoring and early warnings Remote endpoints: sse: https://www.supplymaven.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.supplymaven.com/api/mcp MCP Tools (7): get_supply_chain_risk, get_pillar_scores, get_manufacturing_index, get_commodity_prices, get_port_congestion, get_disruption_alerts, get_sector_demand Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-supplymaven-risk-intelligence https://www.supplymaven.com/api/mcp --- ## Ios Simulator URL: https://mcp-marketplace.io/server/so-agentcloud-ios-simulator Summary: Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents. Description: Build, run, and inspect iOS apps in disposable hosted Simulators from cloud coding agents. Remote endpoints: streamable-http: https://api.agentcloud.so/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentcloud.so/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http so-agentcloud-ios-simulator https://api.agentcloud.so/mcp --- ## Thruact URL: https://mcp-marketplace.io/server/com-thruact-thruact Summary: Name the job, not the vendor. Routes a provider, fails over, catalog off the tool list. Description: Name the job, not the vendor. Routes a provider, fails over, catalog off the tool list. Remote endpoints: streamable-http: https://thruact.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://thruact.com/mcp MCP Tools (7): thruact_discover, thruact_act, thruact_compare, thruact_call, thruact_wallet, thruact_iq, thruact_proxy Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-thruact-thruact https://thruact.com/mcp --- ## Contractor URL: https://mcp-marketplace.io/server/io-3bids-contractor Summary: Contractor operations on 3Bids: CRM, jobs, dispatch, estimates, invoicing, calls, and reports. Description: Contractor operations on 3Bids: CRM, jobs, dispatch, estimates, invoicing, calls, and reports. Remote endpoints: streamable-http: https://mcp.3bids.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.3bids.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-3bids-contractor https://mcp.3bids.io/mcp --- ## Directory URL: https://mcp-marketplace.io/server/eu-muralists-directory Summary: Search the curated directory of professional muralists and street artists in Europe. Description: Search the curated directory of professional muralists and street artists in Europe. Remote endpoints: streamable-http: https://mcp.muralists.eu/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.muralists.eu/mcp MCP Tools (4): search_muralists, get_muralist_profile, search, fetch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http eu-muralists-directory https://mcp.muralists.eu/mcp --- ## X402 Text Tools URL: https://mcp-marketplace.io/server/net-tunnelmole-imkl13-ip-209-115-177-214-x402-text-tools Summary: Pay-per-call NLP & embeddings APIs on Base via x402. No keys/signup; agents pay per call in USDC. Description: Pay-per-call NLP & embeddings APIs on Base via x402. No keys/signup; agents pay per call in USDC. Remote endpoints: streamable-http: https://imkl13-ip-209-115-177-214.tunnelmole.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://imkl13-ip-209-115-177-214.tunnelmole.net/mcp MCP Tools (2): list_text_tools, how_to_pay Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http net-tunnelmole-imkl13-ip-209-115-177-214-x402-text-tools https://imkl13-ip-209-115-177-214.tunnelmole.net/mcp --- ## Flight Search URL: https://mcp-marketplace.io/server/com-flight-mcp-flight-search Summary: Search and compare flight offers through a cache-aware Streamable HTTP MCP server for AI agents. Description: Search and compare flight offers through a cache-aware Streamable HTTP MCP server for AI agents. Remote endpoints: streamable-http: https://flight-mcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://flight-mcp.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-flight-mcp-flight-search https://flight-mcp.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/page-infra-mcp Summary: Read-only access to your Infrapage dashboards: pages, widgets, live values, weekly recaps. Description: Read-only access to your Infrapage dashboards: pages, widgets, live values, weekly recaps. Remote endpoints: streamable-http: https://infra.page/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://infra.page/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.8.0 Install (Claude Code Remote): claude mcp add --transport http page-infra-mcp https://infra.page/mcp --- ## Knowledge Base URL: https://mcp-marketplace.io/server/at-blckalpaca-knowledge-base Summary: Search Blck Alpaca's knowledge base on SEO, GEO, AI agents and marketing automation. Description: Search Blck Alpaca's knowledge base on SEO, GEO, AI agents and marketing automation. Remote endpoints: streamable-http: https://blckalpaca.at/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://blckalpaca.at/mcp MCP Tools (4): search_knowledge_base, list_knowledge_categories, list_knowledge_topic_articles, get_knowledge_article Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http at-blckalpaca-knowledge-base https://blckalpaca.at/mcp --- ## Near Solana Blockchain Api URL: https://mcp-marketplace.io/server/io-github-trevorflipper-near-solana-blockchain-api Summary: 24 NEAR + Solana + Base blockchain endpoints with x402 USDC micropayments Description: 24 NEAR + Solana + Base blockchain endpoints with x402 USDC micropayments Remote endpoints: streamable-http: https://ironflip.duckdns.org Category: Finance Mode: remote Pricing: Free Remote URL: https://ironflip.duckdns.org Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-trevorflipper-near-solana-blockchain-api https://ironflip.duckdns.org --- ## Mcp URL: https://mcp-marketplace.io/server/com-sgpdirectory-mcp Summary: Singapore business directory. Search companies, UENs, and SSIC industry classifications. Description: Singapore business directory. Search companies, UENs, and SSIC industry classifications. Remote endpoints: streamable-http: https://mcp.sgpdirectory.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @sgpdirectory/mcp Remote URL: https://mcp.sgpdirectory.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.2 Required Credentials: SGP_DIRECTORY_API_KEY (required) Install (Claude Code): claude mcp add com-sgpdirectory-mcp -- npx -y @sgpdirectory/mcp Install (Claude Code Remote): claude mcp add --transport http com-sgpdirectory-mcp https://mcp.sgpdirectory.com/mcp --- ## Wuming Books URL: https://mcp-marketplace.io/server/io-github-delicious28-wuming-books Summary: Search Chinese books with Douban ratings, AI book guides and curated toplists. Free, no API key. Description: Search Chinese books with Douban ratings, AI book guides and curated toplists. Free, no API key. Remote endpoints: streamable-http: https://www.book345.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.book345.com/api/mcp MCP Tools (6): search_books, get_book_detail, get_book_guide, get_toplist, get_recent_hot, list_book_tags Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-delicious28-wuming-books https://www.book345.com/api/mcp --- ## Fdic Bankfind URL: https://mcp-marketplace.io/server/com-olyport-fdic-bankfind Summary: Bank financials, branch locations, deposit data, and failure history from FDIC Description: Bank financials, branch locations, deposit data, and failure history from FDIC Remote endpoints: streamable-http: https://mcp.olyport.com/fdic-bankfind/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/fdic-bankfind/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-fdic-bankfind https://mcp.olyport.com/fdic-bankfind/mcp --- ## Code Assistant URL: https://mcp-marketplace.io/server/io-github-j0hanz-code-assistant Summary: Gemini-powered MCP server for code analysis. Category: Developer Tools Mode: local Pricing: Free npm: @j0hanz/code-assistant GitHub: https://github.com/j0hanz/code-assistant Security Score: 10/10 Creator: J0hanz Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-j0hanz-code-assistant -- npx -y @j0hanz/code-assistant --- ## Mintline URL: https://mcp-marketplace.io/server/io-github-mintlineai-mintline-mcp Summary: Connect AI assistants to your Mintline receipts, transactions, and spending analytics. Category: Developer Tools Mode: local Pricing: Free npm: @mintline/mcp GitHub: https://github.com/mintlineai/mintline-mcp Security Score: 8/10 Creator: Mintlineai Creator Reputation: B Version: 1.1.9 Install (Claude Code): claude mcp add io-github-mintlineai-mintline-mcp -- npx -y @mintline/mcp@1.1.9 --- ## Sifa URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-sifa-mcp Summary: ⭐ sifa-mcp — Portable Reputation & Skills Passport MCP Server Category: Developer Tools Mode: local Pricing: Free PyPI: sifa-mcp GitHub: https://github.com/gabrielmahia/sifa-mcp Security Score: 4.8/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-gabrielmahia-sifa-mcp -- uvx sifa-mcp==0.1.4 --- ## Bitrix Mcp Rest URL: https://mcp-marketplace.io/server/io-github-bitrix24-bitrix-mcp-rest Summary: MCP server that delivers up-to-date Bitrix24 REST API documentation. Description: MCP server that delivers up-to-date Bitrix24 REST API documentation. Remote endpoints: streamable-http: https://mcp-dev.bitrix24.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-dev.bitrix24.com/mcp MCP Tools (5): bitrix-search, bitrix-app-development-doc-details, bitrix-method-details, bitrix-article-details, bitrix-event-details Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bitrix24-bitrix-mcp-rest https://mcp-dev.bitrix24.com/mcp --- ## Nces Education URL: https://mcp-marketplace.io/server/com-olyport-nces-education Summary: School enrollment, graduation rates, demographics, finance, and Title I data Description: School enrollment, graduation rates, demographics, finance, and Title I data Remote endpoints: streamable-http: https://mcp.olyport.com/nces-education/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/nces-education/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-nces-education https://mcp.olyport.com/nces-education/mcp --- ## Sec Event Intelligence URL: https://mcp-marketplace.io/server/com-data-apis-api-sec-event-intelligence Summary: Data APIs SEC Event Intelligence API for SEC API/EDGAR filings, OpenAPI, MCP, A2A at data-apis.com. Description: Data APIs SEC Event Intelligence API for SEC API/EDGAR filings, OpenAPI, MCP, A2A at data-apis.com. Remote endpoints: streamable-http: https://api.data-apis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.data-apis.com/mcp MCP Tools (11): sec_demo_latest_filings, sec_subscription_info, sec_latest_filings, sec_filing_changes, sec_watchlist_changes, sec_company_search, sec_company_profile, sec_company_filings, sec_company_events, sec_insider_trades, sec_filing_summary Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.10 Install (Claude Code Remote): claude mcp add --transport http com-data-apis-api-sec-event-intelligence https://api.data-apis.com/mcp --- ## Wriftai URL: https://mcp-marketplace.io/server/io-github-mhassaanf-sych-wriftai-mcp Summary: An MCP server that provides [describe what your server does] Description: An MCP server that provides [describe what your server does] Remote endpoints: streamable-http: https://api.wrift.ai/v1/integrations/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.wrift.ai/v1/integrations/mcp MCP Tools (29): get_prediction, list_predictions, cancel_prediction, get_user, update_user, list_models, get_user_by_username, list_users, list_public_models, create_model, get_model, delete_model, update_model, list_users_public_models, create_prediction, list_model_versions, create_model_version, get_model_version, delete_model_version, create_prediction_against_a_specific_model_version, list_hardware, search_models, search_users, list_categories, generate_file_upload_download_urls, openai_create_chat_completion, openai_generate_image, openai_create_embeddings, anthropic_create_message Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mhassaanf-sych-wriftai-mcp https://api.wrift.ai/v1/integrations/mcp --- ## Local Commerce URL: https://mcp-marketplace.io/server/ai-bezal-local-commerce Summary: Search 7,000+ local service businesses across America by category, location, or keyword. Description: Search 7,000+ local service businesses across America by category, location, or keyword. Remote endpoints: streamable-http: https://app.bezal.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.bezal.ai/api/mcp MCP Tools (4): search_providers, get_provider_details, submit_quote_request, list_categories Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-bezal-local-commerce https://app.bezal.ai/api/mcp --- ## Cheap Compute Sniper URL: https://mcp-marketplace.io/server/io-github-evozim-cheap-compute-sniper-mcp Summary: Premium agentic endpoint for cheap-compute-sniper-mcp. Description: Premium agentic endpoint for cheap-compute-sniper-mcp. Remote endpoints: sse: https://api.m2mcent.com/cheap-compute-sniper-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cheap-compute-sniper-mcp/sse MCP Tools (1): cheap-compute-sniper-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cheap-compute-sniper-mcp https://api.m2mcent.com/cheap-compute-sniper-mcp/sse --- ## Chainalysis Aml Risk URL: https://mcp-marketplace.io/server/io-github-evozim-chainalysis-aml-risk-mcp Summary: Premium agentic endpoint for chainalysis-aml-risk-mcp. Description: Premium agentic endpoint for chainalysis-aml-risk-mcp. Remote endpoints: sse: https://api.m2mcent.com/chainalysis-aml-risk-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/chainalysis-aml-risk-mcp/sse MCP Tools (1): chainalysis-aml-risk-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-chainalysis-aml-risk-mcp https://api.m2mcent.com/chainalysis-aml-risk-mcp/sse --- ## Parse URL: https://mcp-marketplace.io/server/gl-parse-mcp Summary: See how ChatGPT, Claude, Perplexity, and Gemini cite brands, prompts, and sources. Description: See how ChatGPT, Claude, Perplexity, and Gemini cite brands, prompts, and sources. Remote endpoints: streamable-http: https://mcp.parse.gl/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @parse-gl/mcp Remote URL: https://mcp.parse.gl/mcp GitHub: https://github.com/Parsegl/parse MCP Tools (6): parse_search, parse_get_brand, parse_get_prompt, parse_get_stats, search, fetch Security Score: 8/10 Creator: Parsegl Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add gl-parse-mcp -- npx -y @parse-gl/mcp Install (Claude Code Remote): claude mcp add --transport http gl-parse-mcp https://mcp.parse.gl/mcp --- ## Support Bot URL: https://mcp-marketplace.io/server/support-recursive-dezignworks Summary: Query DezignWorks reverse engineering software: features, compatibility, and pricing. Description: Query DezignWorks reverse engineering software: features, compatibility, and pricing. Remote endpoints: streamable-http: https://dezignworks.recursive.support/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dezignworks.recursive.support/mcp GitHub: https://github.com/codereclaimers/support-bot Security Score: 9/10 Creator: Codereclaimers Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http support-recursive-dezignworks https://dezignworks.recursive.support/mcp --- ## Threadmap URL: https://mcp-marketplace.io/server/io-github-advertflair-threadmap-mcp Summary: Conversation drift visualization for Claude. Color-coded inflection points and one-click forking. Category: Developer Tools Mode: local Pricing: Free npm: threadmap-mcp GitHub: https://github.com/Advertflair/threadmap-mcp Security Score: 8/10 Creator: Advertflair Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-advertflair-threadmap-mcp -- npx -y threadmap-mcp@1.0.0 --- ## Cognitive Warfare Psyops URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-cognitive-warfare-psyops-mcp Summary: Detect and analyze cognitive warfare campaigns, information operations, narrative manipulation, a... Description: Detect and analyze cognitive warfare campaigns, information operations, narrative manipulation, a... Remote endpoints: streamable-http: https://ryanclinton--cognitive-warfare-psyops-mcp.apify.actor/mcp sse: https://ryanclinton--cognitive-warfare-psyops-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--cognitive-warfare-psyops-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-cognitive-warfare-psyops-mcp https://ryanclinton--cognitive-warfare-psyops-mcp.apify.actor/mcp --- ## Eigi URL: https://mcp-marketplace.io/server/io-github-eigi-ai-eigi Summary: Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai Description: Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai Remote endpoints: streamable-http: https://mcp.eigi.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.eigi.ai/mcp GitHub: https://github.com/eigi-ai/eigi-mcp Security Score: 9/10 Creator: Eigi Ai Creator Reputation: B Version: 1.0.10 Install (Claude Code Remote): claude mcp add --transport http io-github-eigi-ai-eigi https://mcp.eigi.ai/mcp --- ## Google Drive URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-google-drive Summary: Google Drive MCP Pack Description: Google Drive MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_drive/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/google_drive/mcp GitHub: https://github.com/pipeworx-io/mcp-google_drive MCP Tools (6): discover_tools, drive_list_files, drive_get_file, drive_get_content, drive_create_file, drive_search Security Score: 10/10 Installs: 2 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-google-drive https://gateway.pipeworx.io/google_drive/mcp --- ## Che URL: https://mcp-marketplace.io/server/io-github-scottmreed-chemcp Summary: MCP App that renders 2D molecular structures from SMILES using RDKit.js Category: Developer Tools Mode: local Pricing: Free npm: chemcp GitHub: https://github.com/scottmreed/ChemCP Security Score: 10/10 Creator: Scottmreed Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-scottmreed-chemcp -- npx -y chemcp@1.1.0 --- ## Maltese Law URL: https://mcp-marketplace.io/server/eu-ansvar-maltese-law-mcp Summary: Maltese legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/maltese-law-mcp GitHub: https://github.com/Ansvar-Systems/Maltese-law-mcp Security Score: 4.8/10 Creator: Mortalus Creator Reputation: F Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-maltese-law-mcp -- npx -y @ansvar/maltese-law-mcp@1.0.0 --- ## Browserbase URL: https://mcp-marketplace.io/server/io-github-browserbase-mcp-server-browserbase Summary: MCP server for AI web browser automation using Browserbase and Stagehand Category: Developer Tools Mode: local Pricing: Free npm: @browserbasehq/mcp-server-browserbase GitHub: https://github.com/browserbase/mcp-server-browserbase Security Score: 6.9/10 Creator: Browserbase Creator Reputation: B Version: 2.1.1 Required Credentials: BROWSERBASE_API_KEY (required), BROWSERBASE_PROJECT_ID (optional), GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-browserbase-mcp-server-browserbase -- npx -y @browserbasehq/mcp-server-browserbase --- ## Spec Driven Development URL: https://mcp-marketplace.io/server/io-github-formulahendry-spec-driven-development Summary: MCP Server that facilitates spec-driven development workflows, not just Vibe Coding. Category: File & Storage Mode: local Pricing: Free npm: mcp-server-spec-driven-development GitHub: https://github.com/formulahendry/mcp-server-spec-driven-development Security Score: 7.1/10 Creator: formulahendry Creator Reputation: D Version: 0.1.1 Install (Claude Code): claude mcp add io-github-formulahendry-spec-driven-development -- npx -y mcp-server-spec-driven-development@0.1.1 --- ## Owasp Agentic URL: https://mcp-marketplace.io/server/io-github-csoai-org-owasp-agentic-mcp Summary: Owasp Agentic MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: owasp-agentic-mcp GitHub: https://github.com/CSOAI-ORG/owasp-agentic-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-owasp-agentic-mcp -- uvx owasp-agentic-mcp==1.0.9 --- ## Schemaguard URL: https://mcp-marketplace.io/server/io-github-sethclawd-prog-schemaguard Summary: API Schema Drift Monitor — detect breaking changes in OpenAPI specs Category: Developer Tools Mode: local Pricing: Free npm: @sethclawd/schemaguard GitHub: https://github.com/sethclawd-prog/schemaguard Security Score: 7.5/10 Creator: Sethclawd Prog Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-sethclawd-prog-schemaguard -- npx -y @sethclawd/schemaguard@0.1.3 --- ## Browserstack URL: https://mcp-marketplace.io/server/io-github-browserstack-mcp-server Summary: BrowserStack's Official MCP Server Category: Developer Tools Mode: local Pricing: Free npm: @browserstack/mcp-server GitHub: https://github.com/browserstack/mcp-server Security Score: 10/10 Creator: Browserstack Creator Reputation: B Version: 1.0.0 Required Credentials: BROWSERSTACK_USERNAME (optional), BROWSERSTACK_ACCESS_KEY (required) Install (Claude Code): claude mcp add io-github-browserstack-mcp-server -- npx -y @browserstack/mcp-server@1.2.14 --- ## Ori Mnemos URL: https://mcp-marketplace.io/server/io-github-aayoawoyemi-ori-memory Summary: Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search. Category: Developer Tools Mode: local Pricing: Free npm: ori-memory GitHub: https://github.com/aayoawoyemi/Ori-Mnemos Security Score: 9/10 Creator: Aayoawoyemi Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-aayoawoyemi-ori-memory -- npx -y ori-memory@0.5.5 --- ## Mkopo URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-mkopo-mcp Summary: 💳 mkopo-mcp — Alternative Credit Scoring MCP Server Category: Developer Tools Mode: local Pricing: Free PyPI: mkopo-mcp GitHub: https://github.com/gabrielmahia/mkopo-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-gabrielmahia-mkopo-mcp -- uvx mkopo-mcp==0.1.3 --- ## Web Scraping URL: https://mcp-marketplace.io/server/io-github-xpaysh-web-scraping Summary: 35+ web scraping tools. Firecrawl, Bright Data, Jina, Olostep, ScrapeGraph, Notte, Riveter. Description: 35+ web scraping tools. Firecrawl, Bright Data, Jina, Olostep, ScrapeGraph, Notte, Riveter. Remote endpoints: streamable-http: https://scraping.mcp.xpay.sh/mcp?key={api_key} Category: Search & Web Mode: remote Pricing: Free Remote URL: https://scraping.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-web-scraping 'https://scraping.mcp.xpay.sh/mcp?key={api_key}' --- ## Console URL: https://mcp-marketplace.io/server/io-github-mia-platform-console-mcp-server Summary: The official MCP Server from Mia-Platform to interact with Mia-Platform Console Description: The official MCP Server from Mia-Platform to interact with Mia-Platform Console Remote endpoints: streamable-http: https://console.cloud.mia-platform.eu/console-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @mia-platform/console-mcp-server GitHub: https://github.com/mia-platform/console-mcp-server Security Score: 0/10 Creator: Mia Platform Creator Reputation: B Version: 1.2.2 Install (Claude Code): claude mcp add io-github-mia-platform-console-mcp-server -- npx -y @mia-platform/console-mcp-server@1.2.2 --- ## Academic Institution Talent URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-academic-institution-talent-mcp Summary: Discover research hotspots, profile labs, assess commercialization readiness, and generate tech s... Description: Discover research hotspots, profile labs, assess commercialization readiness, and generate tech s... Remote endpoints: streamable-http: https://ryanclinton--academic-institution-talent-mcp.apify.actor/mcp sse: https://ryanclinton--academic-institution-talent-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--academic-institution-talent-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-academic-institution-talent-mcp https://ryanclinton--academic-institution-talent-mcp.apify.actor/mcp --- ## Xray Vision URL: https://mcp-marketplace.io/server/com-emtailabs-xray-vision Summary: AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools. Description: AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools. Remote endpoints: streamable-http: https://mcp.emtailabs.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.emtailabs.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http com-emtailabs-xray-vision https://mcp.emtailabs.com/mcp --- ## Dcl Spec URL: https://mcp-marketplace.io/server/com-dataclawe-dataclawe-mcp Summary: AI-native database utility. Talk to your DB in plain language. No SQL. MySQL & PostgreSQL. Description: AI-native database utility. Talk to your DB in plain language. No SQL. MySQL & PostgreSQL. Remote endpoints: sse: https://mcp.dataclawe.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.dataclawe.com/sse GitHub: https://github.com/DataClawe/dcl-spec Security Score: 10/10 Creator: DataClawe Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-dataclawe-dataclawe-mcp https://mcp.dataclawe.com/sse --- ## Skolverket URL: https://mcp-marketplace.io/server/io-github-ksaklfszf921-skolverket-mcp Summary: MCP server for Skolverket's open APIs - Curriculum, School Units, and Adult Education Category: Developer Tools Mode: local Pricing: Free npm: skolverket-mcp GitHub: https://github.com/KSAklfszf921/skolverket-mcp Security Score: 3/10 Creator: KSAklfszf921 Creator Reputation: B Version: 2.1.3 Install (Claude Code): claude mcp add io-github-ksaklfszf921-skolverket-mcp -- npx -y skolverket-mcp --- ## Sftp Orchestrator URL: https://mcp-marketplace.io/server/io-github-fkom13-mcp-sftp-orchestrator Summary: Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante. Category: File & Storage Mode: local Pricing: Free npm: mcp-orchestrator-server GitHub: https://github.com/fkom13/mcp-sftp-orchestrator Security Score: 5.2/10 Creator: Fkom13 Creator Reputation: B Version: 8.0.4 Install (Claude Code): claude mcp add io-github-fkom13-mcp-sftp-orchestrator -- npx -y mcp-orchestrator-server --- ## Versedb URL: https://mcp-marketplace.io/server/com-versedb-versedb-mcp Summary: Comic book database — search comics, creators, characters, and manage your collection. Description: Comic book database — search comics, creators, characters, and manage your collection. Remote endpoints: streamable-http: https://versedb.com/mcp/api Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://versedb.com/mcp/api Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-versedb-versedb-mcp https://versedb.com/mcp/api --- ## Citedy Seo Agent URL: https://mcp-marketplace.io/server/io-github-nttylock-citedy-seo-agent Summary: AI marketing: SEO articles, trend scouting, competitor analysis, social media, lead magnets Description: AI marketing: SEO articles, trend scouting, competitor analysis, social media, lead magnets Remote endpoints: streamable-http: https://mcp.citedy.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.citedy.com/mcp GitHub: https://github.com/Citedy/citedy-seo-agent MCP Tools (52): article.generate, article.list, leadmagnet.generate, leadmagnet.get, leadmagnet.publish, leadmagnet.archive, scout.x, scout.x.result, scout.reddit, scout.reddit.result, gaps.generate, gaps.list, adapt.generate, ingest.create, ingest.get, ingest.content.get, session.create, social.publish, schedule.list, schedule.gaps, ingest.batch, competitors.discover, competitors.scout, webhooks.register, webhooks.list, webhooks.deliveries, webhooks.delete, agent.me, agent.health, agent.status, settings.get, personas.list, products.create, products.list, products.delete, products.search, seo.meta_tags.check, seo.headings.check, seo.links.analyze, seo.internal_links.plan, seo.og.preview, seo.schema.validate, seo.robots.check, seo.sitemap.check, seo.og_image.generate, brand.scan, brand.scan.get, shorts.generate, shorts.get, shorts.script, shorts.avatar, shorts.merge Security Score: 10/10 Creator: Citedy Creator Reputation: B Version: 2.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nttylock-citedy-seo-agent https://mcp.citedy.com/mcp --- ## Fred URL: https://mcp-marketplace.io/server/com-olyport-fred Summary: GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve Description: GDP, unemployment, CPI, interest rates, and 800K+ economic time series from the Federal Reserve Remote endpoints: streamable-http: https://mcp.olyport.com/fred/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/fred/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-fred https://mcp.olyport.com/fred/mcp --- ## Entity URL: https://mcp-marketplace.io/server/com-entity0-entity-mcp Summary: Access 30+ AI agent essays, CLAUDE.md generator, and readiness assessments. Description: Access 30+ AI agent essays, CLAUDE.md generator, and readiness assessments. Remote endpoints: streamable-http: https://entity0.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://entity0.com/mcp GitHub: https://github.com/entity-zero/entity-mcp Security Score: 9/10 Creator: Entity Zero Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-entity0-entity-mcp https://entity0.com/mcp --- ## Tool Factory Ts URL: https://mcp-marketplace.io/server/io-github-heshamfs-mcp-tool-factory Summary: Generate MCP servers from natural language, OpenAPI specs, or database schemas. Category: Developer Tools Mode: local Pricing: Free npm: @heshamfsalama/mcp-tool-factory GitHub: https://github.com/HeshamFS/mcp-tool-factory-ts Security Score: 6/10 Creator: HeshamFS Creator Reputation: B Version: 0.1.0 Required Credentials: ANTHROPIC_API_KEY (required), CLAUDE_CODE_OAUTH_TOKEN (required), OPENAI_API_KEY (required), GOOGLE_API_KEY (required) Install (Claude Code): claude mcp add io-github-heshamfs-mcp-tool-factory -- npx -y @heshamfsalama/mcp-tool-factory@0.3.0 --- ## Voicelabs URL: https://mcp-marketplace.io/server/now-voicelabs-voicelabs Summary: AI voice generation: text-to-speech and voice cloning from any MCP client. Description: AI voice generation: text-to-speech and voice cloning from any MCP client. Remote endpoints: streamable-http: https://app.voicelabs.now/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.voicelabs.now/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http now-voicelabs-voicelabs https://app.voicelabs.now/api/mcp --- ## Wallettriage URL: https://mcp-marketplace.io/server/io-github-wallettriage-wallettriage-mcp Summary: Real-time exploit-exposure risk check for EVM wallets, paid per query via x402 (USDC on Base). Category: Finance Mode: local Pricing: Free npm: wallettriage-mcp GitHub: https://github.com/wallettriage/wallettriage-mcp Security Score: 5.2/10 Creator: Wallettriage Creator Reputation: B Version: 0.1.5 Required Credentials: EVM_PRIVATE_KEY (required), GATEWAY_URL (optional), MAX_PAYMENT_ATOMIC (optional), DEFAULT_SCAN_CHAIN (optional) Install (Claude Code): claude mcp add io-github-wallettriage-wallettriage-mcp -- npx -y wallettriage-mcp@0.1.5 --- ## Crypto Coingecko URL: https://mcp-marketplace.io/server/dev-reapx-crypto-coingecko Summary: Scrape CoinGecko coin prices, market caps, volumes and exchange listings. Pay per row. Description: Scrape CoinGecko coin prices, market caps, volumes and exchange listings. Pay per row. Remote endpoints: streamable-http: https://mcp.apify.com/?actors=reapx/coingecko-scraper Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?actors=reapx/coingecko-scraper Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-reapx-crypto-coingecko 'https://mcp.apify.com/?actors=reapx/coingecko-scraper' --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-diff Summary: MCP server for computing text diffs, comparing strings, and generating unified diff output. Category: Developer Tools Mode: local Pricing: Free npm: diff-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-diff -- npx -y diff-forge-mcp --- ## Tabula URL: https://mcp-marketplace.io/server/click-tabula-www-tabula-mcp Summary: Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff. Description: Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff. Remote endpoints: streamable-http: https://www.tabula.click/api/mcp/stream Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.tabula.click/api/mcp/stream MCP Tools (15): create_bar_session, get_bar_control_surface, set_bar_orientation, set_bar_series_layout, set_bar_mapping, set_bar_sort, set_bar_filters, create_bar_calculated_field, update_bar_style, configure_bar_growth, clear_bar_growth, configure_bar_reference_line, clear_bar_reference_line, render_bar_png, open_bar_in_tabula Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http click-tabula-www-tabula-mcp https://www.tabula.click/api/mcp/stream --- ## Stacksfinder URL: https://mcp-marketplace.io/server/io-github-hoklims-stacksfinder Summary: Deterministic tech stack recommendations, audits, and project estimates. No hallucinations. Category: Developer Tools Mode: local Pricing: Free npm: @stacksfinder/mcp-server GitHub: https://github.com/hoklims/stacksfinder-mcp Security Score: 6/10 Creator: Hoklims Creator Reputation: B Version: 1.3.7 Required Credentials: STACKSFINDER_API_KEY (required) Install (Claude Code): claude mcp add io-github-hoklims-stacksfinder -- npx -y @stacksfinder/mcp-server@1.6.0 --- ## Usefulapi URL: https://mcp-marketplace.io/server/io-usefulapi-knowledgeowl Summary: Read and write knowledge-base articles, categories, snippets, glossary, readers, and search data. Description: Read and write knowledge-base articles, categories, snippets, glossary, readers, and search data. Remote endpoints: streamable-http: https://knowledgeowl.usefulapi.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://knowledgeowl.usefulapi.io/mcp GitHub: https://github.com/m190/usefulapi-mcp Security Score: 10/10 Creator: M190 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-usefulapi-knowledgeowl https://knowledgeowl.usefulapi.io/mcp --- ## App Store Reviews URL: https://mcp-marketplace.io/server/dev-reapx-app-store-reviews Summary: Scrape App Store reviews and rating history by app, country, rating or date. Pay per row. Description: Scrape App Store reviews and rating history by app, country, rating or date. Pay per row. Remote endpoints: streamable-http: https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-reapx-app-store-reviews 'https://mcp.apify.com/?actors=reapx/app-store-reviews-scraper' --- ## Note Taking Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-note-taking-ai-mcp Summary: Note Taking Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: note-taking-ai-mcp GitHub: https://github.com/CSOAI-ORG/note-taking-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-note-taking-ai-mcp -- uvx note-taking-ai-mcp==1.0.10 --- ## Indiestack URL: https://mcp-marketplace.io/server/io-github-pattyboi101-indiestack Summary: Search 3,100+ developer tools via MCP. Install commands, compatibility data, health scores. Category: Developer Tools Mode: local Pricing: Free PyPI: indiestack GitHub: https://github.com/Pattyboi101/indiestack Security Score: 10/10 Creator: Pattyboi101 Creator Reputation: B Version: 1.12.0 Install (Claude Code): claude mcp add io-github-pattyboi101-indiestack -- uvx indiestack==1.20.0 --- ## Pwntools URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-pwntools Summary: MCP server exposing pwntools 4.15.0 functionality for binary exploitation Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-pwntools GitHub: https://github.com/daedalus/mcp-pwntools Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-pwntools -- uvx mcp-pwntools==0.1.0 --- ## Cactus URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cactus Summary: NCI CACTUS Chemical Identifier Resolver MCP. Description: NCI CACTUS Chemical Identifier Resolver MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/cactus/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cactus/mcp GitHub: https://github.com/pipeworx-io/mcp-cactus MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, resolve, identify Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cactus https://gateway.pipeworx.io/cactus/mcp --- ## Muckaway Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-muckaway-ai-mcp Summary: Muckaway Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: muckaway-ai-mcp GitHub: https://github.com/CSOAI-ORG/muckaway-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-muckaway-ai-mcp -- uvx muckaway-ai-mcp==1.0.8 --- ## Frankfurter URL: https://mcp-marketplace.io/server/ai-smithery-anirbanbasu-frankfurtermcp Summary: A MCP server for the Frankfurter API for currency exchange rates. Description: A MCP server for the Frankfurter API for currency exchange rates. Remote endpoints: streamable-http: https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/anirbanbasu/frankfurtermcp Security Score: 10/10 Installs: 1 Creator: Anirbanbasu Creator Reputation: B Version: 1.13.1 --- ## ThreadsExporterFinalWeb URL: https://mcp-marketplace.io/server/io-github-irmasemma-postcopilot-mcp Summary: Threads tools for AI — generate viral posts, download videos, export profiles Description: Threads tools for AI — generate viral posts, download videos, export profiles Remote endpoints: streamable-http: https://postcopilot.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://postcopilot.ai/mcp GitHub: https://github.com/irmasemma/ThreadsExporterFinalWeb MCP Tools (3): postcopilot_generate_post, postcopilot_download_video, postcopilot_export_profile Security Score: 9/10 Creator: Irmasemma Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-irmasemma-postcopilot-mcp https://postcopilot.ai/mcp --- ## Cell Tower Handoff URL: https://mcp-marketplace.io/server/io-github-evozim-cell-tower-handoff-mcp Summary: Premium agentic endpoint for cell-tower-handoff-mcp. Description: Premium agentic endpoint for cell-tower-handoff-mcp. Remote endpoints: sse: https://api.m2mcent.com/cell-tower-handoff-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cell-tower-handoff-mcp/sse MCP Tools (1): cell-tower-handoff-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cell-tower-handoff-mcp https://api.m2mcent.com/cell-tower-handoff-mcp/sse --- ## Rug Munch URL: https://mcp-marketplace.io/server/io-github-amarodeabreu-rug-munch-mcp Summary: Crypto risk intelligence: 19 tools for rug pull detection, AI forensics, and token analysis. Category: Developer Tools Mode: local Pricing: Free PyPI: rug-munch-mcp GitHub: https://github.com/CryptoRugMunch/rug-munch-mcp Security Score: 7/10 Creator: CryptoRugMunch Creator Reputation: D Version: 1.0.1 Required Credentials: RUG_MUNCH_API_KEY (required), RUG_MUNCH_API_BASE (optional) Install (Claude Code): claude mcp add io-github-amarodeabreu-rug-munch-mcp -- uvx rug-munch-mcp==1.0.1 --- ## Mycrab URL: https://mcp-marketplace.io/server/io-github-isgudtek-mycrab-mcp Summary: Instant public HTTPS URLs for AI agents via Cloudflare Tunnels. x402 custom domains. Category: Developer Tools Mode: local Pricing: Free PyPI: mycrab-mcp GitHub: https://github.com/isgudtek/mycrab-mcp Security Score: 10/10 Creator: isgudtek Creator Reputation: C Version: 0.1.1 Install (Claude Code): claude mcp add io-github-isgudtek-mycrab-mcp -- uvx mycrab-mcp==0.1.1 --- ## Inventory Management Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-inventory-management-ai-mcp Summary: Inventory Management Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: inventory-management-ai-mcp GitHub: https://github.com/CSOAI-ORG/inventory-management-ai-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-inventory-management-ai-mcp -- uvx inventory-management-ai-mcp==1.0.10 --- ## Multi URL: https://mcp-marketplace.io/server/io-github-religa-multi-mcp Summary: Multi-model AI orchestration MCP server with code review, compare, and debate tools. Category: Developer Tools Mode: local Pricing: Free PyPI: multi-mcp GitHub: https://github.com/religa/multi_mcp Security Score: 0/10 Creator: Religa Creator Reputation: B Version: 0.1.1 Required Credentials: OPENAI_API_KEY (required), ANTHROPIC_API_KEY (required), GEMINI_API_KEY (required), OPENROUTER_API_KEY (required), DEFAULT_MODEL (optional), DEFAULT_MODEL_LIST (optional) Install (Claude Code): claude mcp add io-github-religa-multi-mcp -- uvx multi-mcp==0.1.1 --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-hub Summary: Access all your MCPBundles tools in one place. Unified hub for all enabled bundles. Description: Access all your MCPBundles tools in one place. Unified hub for all enabled bundles. Remote endpoints: streamable-http: https://mcp.mcpbundles.com/hub/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/hub/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-hub https://mcp.mcpbundles.com/hub/ --- ## Sieve URL: https://mcp-marketplace.io/server/io-github-lmwharton-sieve-mcp Summary: AI startup due diligence — screen companies across 7 dimensions, get a Sieve Score. Category: Developer Tools Mode: local Pricing: Free PyPI: sieve-mcp GitHub: https://github.com/lmwharton/sieve-mcp Security Score: 4.5/10 Creator: Lmwharton Creator Reputation: B Version: 0.1.4 Required Credentials: SIEVE_API_KEY (required) Install (Claude Code): claude mcp add io-github-lmwharton-sieve-mcp -- uvx sieve-mcp==0.3.0 --- ## Dot URL: https://mcp-marketplace.io/server/io-github-zurferr-dot Summary: Ask data questions in natural language. Get SQL, insights, and charts from your databases. Description: Ask data questions in natural language. Get SQL, insights, and charts from your databases. Remote endpoints: streamable-http: https://app.getdot.ai/ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.getdot.ai/ai/mcp GitHub: https://github.com/Snowboard-Software/dot MCP Tools (1): ask_dot Security Score: 9/10 Creator: Snowboard Software Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-zurferr-dot https://app.getdot.ai/ai/mcp --- ## Delvorn URL: https://mcp-marketplace.io/server/io-github-mranderson323-delvorn Summary: Register + $1 USDC Base test (ASSET-TEST-FE2B3590); first independent receipt=Certified. Description: Register + $1 USDC Base test (ASSET-TEST-FE2B3590); first independent receipt=Certified. Remote endpoints: streamable-http: https://delvorn.site/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://delvorn.site/api/mcp MCP Tools (8): get_platform_info, get_stats, browse_assets, get_asset, register_agent, buy_asset, list_asset, get_agent Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-mranderson323-delvorn https://delvorn.site/api/mcp --- ## PlanExe URL: https://mcp-marketplace.io/server/io-github-planexeorg-planexe Summary: MCP server for generating rough-draft project plans from natural-language prompts. Description: MCP server for generating rough-draft project plans from natural-language prompts. Remote endpoints: streamable-http: https://mcp.planexe.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.planexe.org/mcp GitHub: https://github.com/PlanExeOrg/PlanExe MCP Tools (8): prompt_examples, model_profiles, plan_create, plan_status, plan_stop, plan_retry, plan_file_info, plan_list Security Score: 10/10 Creator: neoneye Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-planexeorg-planexe https://mcp.planexe.org/mcp --- ## Rollin URL: https://mcp-marketplace.io/server/io-github-davidsirota-rollin-mcp-server Summary: Wheelchair accessibility scores for 70,000+ US restaurants. Search, filter, and submit feedback. Category: Developer Tools Mode: local Pricing: Free npm: rollin-mcp-server GitHub: https://github.com/DavidSirota/rollin-mcp-server Security Score: 8/10 Creator: DavidSirota Creator Reputation: B Version: 1.0.1 Required Credentials: ROLLIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-davidsirota-rollin-mcp-server -- npx -y rollin-mcp-server@1.3.2 --- ## Kognitrix URL: https://mcp-marketplace.io/server/io-github-themohal-kognitrix Summary: 8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email. Description: 8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email. Remote endpoints: streamable-http: https://kognitrix.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kognitrix.com/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-themohal-kognitrix https://kognitrix.com/api/mcp --- ## Template Python URL: https://mcp-marketplace.io/server/live-alpic-mcp-server-template-7860f7d3-mcp-server-template-python Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://mcp-server-template-7860f7d3.alpic.live sse: https://mcp-server-template-7860f7d3.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template-7860f7d3.alpic.live Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-mcp-server-template-7860f7d3-mcp-server-template-python https://mcp-server-template-7860f7d3.alpic.live --- ## O Process URL: https://mcp-marketplace.io/server/io-github-uncletim-gz-oprocess Summary: AI-native process classification. 2436 processes + 3284 KPIs from APQC, ITIL, SCOR. Category: Developer Tools Mode: local Pricing: Free PyPI: oprocess GitHub: https://github.com/UncleTIM-GZ/O-Process Security Score: 10/10 Creator: UncleTIM-GZ Creator Reputation: C Version: 0.4.0 Install (Claude Code): claude mcp add io-github-uncletim-gz-oprocess -- uvx oprocess==0.5.0 --- ## Pvpc URL: https://mcp-marketplace.io/server/io-github-rfdez-pvpc-mcp-server Summary: Fetch the Voluntary Price for the Small Consumer (PVPC) published daily by Red Eléctrica. Category: Developer Tools Mode: local Pricing: Free npm: @rfdez/pvpc-mcp-server GitHub: https://github.com/rfdez/pvpc-mcp-server Security Score: 10/10 Creator: Rfdez Creator Reputation: B Version: 3.2.2 Install (Claude Code): claude mcp add io-github-rfdez-pvpc-mcp-server -- npx -y @rfdez/pvpc-mcp-server@3.2.5 --- ## Luma Cal URL: https://mcp-marketplace.io/server/io-github-alx1p-luma-mcp Summary: Discover events from Luma — search by category, city, distance, and keywords with calendar export Category: Developer Tools Mode: local Pricing: Free PyPI: luma-mcp GitHub: https://github.com/alx1p/luma-cal-mcp Security Score: 1.5/10 Creator: Alx1p Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-alx1p-luma-mcp -- uvx luma-mcp==0.1.0 --- ## Charge Curve Optimizer URL: https://mcp-marketplace.io/server/io-github-evozim-charge-curve-optimizer-mcp Summary: Premium agentic endpoint for charge-curve-optimizer-mcp. Description: Premium agentic endpoint for charge-curve-optimizer-mcp. Remote endpoints: sse: https://api.m2mcent.com/charge-curve-optimizer-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/charge-curve-optimizer-mcp/sse MCP Tools (1): charge-curve-optimizer-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-charge-curve-optimizer-mcp https://api.m2mcent.com/charge-curve-optimizer-mcp/sse --- ## App Store Connect URL: https://mcp-marketplace.io/server/io-github-gjeltep-app-store-connect-mcp Summary: Interact with Apple's App Store Connect API Category: Developer Tools Mode: local Pricing: Free PyPI: app-store-connect-mcp GitHub: https://github.com/gjeltep/app-store-connect-mcp Security Score: 10/10 Creator: Gjeltep Creator Reputation: B Version: 0.3.0 Required Credentials: APP_STORE_KEY_ID (required), APP_STORE_ISSUER_ID (required), APP_STORE_PRIVATE_KEY_PATH (optional), APP_STORE_APP_ID (optional), APP_STORE_KEY_TYPE (optional), APP_STORE_SCOPE (optional), APP_STORE_SUBJECT (optional) Install (Claude Code): claude mcp add io-github-gjeltep-app-store-connect-mcp -- uvx app-store-connect-mcp==0.3.0 --- ## Context Mem URL: https://mcp-marketplace.io/server/io-github-jubakitiashvili-context-mem Summary: Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools Category: Developer Tools Mode: local Pricing: Free npm: context-mem GitHub: https://github.com/JubaKitiashvili/context-mem Security Score: 8/10 Creator: JubaKitiashvili Creator Reputation: B Version: 3.2.1 Install (Claude Code): claude mcp add io-github-jubakitiashvili-context-mem -- npx -y context-mem@4.0.0 --- ## Booboooking URL: https://mcp-marketplace.io/server/com-spocont-booboooking Summary: Book appointments with service providers on booboooking.com — no token required. Description: Book appointments with service providers on booboooking.com — no token required. Remote endpoints: streamable-http: https://booboooking.com/api/slot/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://booboooking.com/api/slot/mcp MCP Tools (3): booboooking_list_services, booboooking_check_availability, booboooking_book Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-spocont-booboooking https://booboooking.com/api/slot/mcp --- ## R Counter URL: https://mcp-marketplace.io/server/io-github-guanqun-yang-mcp-server-r-counter Summary: A MCP Server Counting Number of r's for a Given Query Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-r-counter GitHub: https://github.com/guanqun-yang/mcp-server-r-counter Security Score: 7/10 Creator: Guanqun Yang Creator Reputation: B Version: 0.0.3 Install (Claude Code): claude mcp add io-github-guanqun-yang-mcp-server-r-counter -- uvx mcp-server-r-counter==0.0.3 --- ## Platform Ai URL: https://mcp-marketplace.io/server/io-github-ryanbaumann-platform-ai Summary: Google Maps Platform Code Assist MCP Category: Developer Tools Mode: local Pricing: Free npm: @googlemaps/code-assist-mcp GitHub: https://github.com/googlemaps/platform-ai Security Score: 9.7/10 Creator: Googlemaps Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-ryanbaumann-platform-ai -- npx -y @googlemaps/code-assist-mcp --- ## Career Os Multifaceted URL: https://mcp-marketplace.io/server/com-norvstar-mcp-server Summary: Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis. Description: Query professional profiles, search candidates, and get AI-powered summaries and job fit analysis. Remote endpoints: streamable-http: https://norvstar.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://norvstar.com/api/mcp GitHub: https://github.com/iamalvisng/career-os-multifaceted Security Score: 9/10 Creator: Iamalvisng Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-norvstar-mcp-server https://norvstar.com/api/mcp --- ## Redis Server URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-redis-server Summary: MCP server that exposes Redis API to AI models Category: Data & Analytics Mode: local Pricing: Free PyPI: mcp-redis-server GitHub: https://github.com/daedalus/mcp-redis-server Security Score: 4.5/10 Installs: 1 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-redis-server -- uvx mcp-redis-server==0.1.0 --- ## Directory URL: https://mcp-marketplace.io/server/com-legalaimcp-directory Summary: Search a curated directory of AI tools and MCP servers for law firms. Read-only, free, no auth. Description: Search a curated directory of AI tools and MCP servers for law firms. Read-only, free, no auth. Remote endpoints: streamable-http: https://legalaimcp.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://legalaimcp.com/api/mcp MCP Tools (3): search_legal_ai_tools, get_legal_ai_tool, list_legal_ai_categories Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-legalaimcp-directory https://legalaimcp.com/api/mcp --- ## Public Query URL: https://mcp-marketplace.io/server/com-amalgament-public-query Summary: Agent-native MCP over US public + government records, entity- and parcel-keyed. Description: Agent-native MCP over US public + government records, entity- and parcel-keyed. Remote endpoints: streamable-http: https://api.amalgament.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.amalgament.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-amalgament-public-query https://api.amalgament.com/mcp --- ## Full Spotify Web URL: https://mcp-marketplace.io/server/io-github-akutishevsky-spotify Summary: Full Spotify Web API coverage - albums, artists, playlists, player controls, and more. Description: Full Spotify Web API coverage - albums, artists, playlists, player controls, and more. Remote endpoints: streamable-http: https://sptfy-mcp.online/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://sptfy-mcp.online/mcp GitHub: https://github.com/akutishevsky/spotify-mcp Security Score: 10/10 Creator: User Creator Reputation: C- Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-akutishevsky-spotify https://sptfy-mcp.online/mcp --- ## Promptheus URL: https://mcp-marketplace.io/server/io-github-abhichandra21-promptheus Summary: AI-powered prompt refinement with adaptive questioning and multi-provider support (6+ LLM backends) Category: Developer Tools Mode: local Pricing: Free PyPI: promptheus GitHub: https://github.com/abhichandra21/Promptheus.git Security Score: 7/10 Creator: Abhichandra21 Creator Reputation: B Version: 0.3.1 Required Credentials: GOOGLE_API_KEY (required), ANTHROPIC_API_KEY (required), OPENAI_API_KEY (required), GROQ_API_KEY (required), QWEN_API_KEY (required), GLM_API_KEY (required), PROMPTHEUS_PROVIDER (optional), PROMPTHEUS_MODEL (optional) Install (Claude Code): claude mcp add io-github-abhichandra21-promptheus -- uvx promptheus==0.3.2 --- ## Scrapercity Cli URL: https://mcp-marketplace.io/server/io-github-scrapercity-scrapercity-cli Summary: B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more. Category: Search & Web Mode: local Pricing: Free npm: scrapercity GitHub: https://github.com/scrapercity/scrapercity-cli Security Score: 8/10 Creator: scrapercity Creator Reputation: D Version: 1.0.1 Required Credentials: SCRAPERCITY_API_KEY (required) Install (Claude Code): claude mcp add io-github-scrapercity-scrapercity-cli -- npx -y scrapercity@1.0.3 --- ## Qrz URL: https://mcp-marketplace.io/server/io-github-qso-graph-qrz-mcp Summary: QRZ.com MCP server. Callsign lookup, DXCC resolution, logbook queries via QRZ XML API. Category: Developer Tools Mode: local Pricing: Free PyPI: qrz-mcp GitHub: https://github.com/qso-graph/qrz-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-qso-graph-qrz-mcp -- uvx qrz-mcp==0.3.2 --- ## Pagecast URL: https://mcp-marketplace.io/server/io-github-mcpware-pagecast Summary: Record any browser page as GIF or video via MCP Category: Developer Tools Mode: local Pricing: Free npm: @mcpware/pagecast GitHub: https://github.com/mcpware/pagecast Security Score: 9.3/10 Creator: ithiria894 Creator Reputation: C- Version: 0.2.1 Install (Claude Code): claude mcp add io-github-mcpware-pagecast -- npx -y @mcpware/pagecast@0.2.1 --- ## ACMS URL: https://mcp-marketplace.io/server/io-github-gattjoe-acms Summary: Apple Container MCP Server (ACMS) provides access to Apple's container CLI tool on macOS Category: Content & Media Mode: local Pricing: Free PyPI: ACMS GitHub: https://github.com/gattjoe/ACMS Security Score: 5.5/10 Creator: Gattjoe Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gattjoe-acms -- uvx ACMS==0.1.0 --- ## Aegis URL: https://mcp-marketplace.io/server/io-github-cleburn-aegis-mcp Summary: Runtime governance enforcement for AI agents. Zero token overhead. Category: Developer Tools Mode: local Pricing: Free npm: aegis-mcp-server GitHub: https://github.com/cleburn/aegis-mcp Security Score: 4/10 Creator: Cleburn Creator Reputation: B Version: 0.1.15 Install (Claude Code): claude mcp add io-github-cleburn-aegis-mcp -- npx -y aegis-mcp-server@0.1.17 --- ## IzTolk URL: https://mcp-marketplace.io/server/io-github-izzzzzi-iz-tolk-mcp Summary: Tolk smart contract compiler for TON — compile, check, and deploy from AI assistants Category: Developer Tools Mode: local Pricing: Free npm: iz-tolk-mcp GitHub: https://github.com/izzzzzi/izTolkMcp Security Score: 8/10 Creator: Izzzzzi Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-izzzzzi-iz-tolk-mcp -- npx -y iz-tolk-mcp@1.3.1 --- ## Church URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-church-mcp Summary: MCP server for congregation and community-organization coordination in East Africa Category: Developer Tools Mode: local Pricing: Free PyPI: church-mcp GitHub: https://github.com/gabrielmahia/church-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-gabrielmahia-church-mcp -- uvx church-mcp==0.1.4 --- ## Arduino URL: https://mcp-marketplace.io/server/io-github-akshatnerella-arduino-mcp-server Summary: Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs. Category: Developer Tools Mode: local Pricing: Free npm: arduino-mcp-server GitHub: https://github.com/akshatnerella/arduino-mcp-server Security Score: 6/10 Creator: Akshatnerella Creator Reputation: B Version: 0.2.7 Required Credentials: ARDUINO_CLI_PATH (optional), ARDUINO_SKETCH_ROOT (optional) Install (Claude Code): claude mcp add io-github-akshatnerella-arduino-mcp-server -- npx -y arduino-mcp-server@0.2.8 --- ## Electronic URL: https://mcp-marketplace.io/server/io-github-wedsamuel1230-electronic-mcp-server Summary: 14 electronics tools: resistor decoder, capacitor calculator, GPIO reference for ESP32/Arduino/STM32 Category: Developer Tools Mode: local Pricing: Free PyPI: electronics-mcp-servers GitHub: https://github.com/wedsamuel1230/electronic-mcp-server.git Security Score: 10/10 Creator: Wedsamuel1230 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-wedsamuel1230-electronic-mcp-server -- uvx electronics-mcp-servers==1.0.2 --- ## Sefaz Rj Ipva Darj URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rj-ipva-darj-mcp Summary: DETRAN RJ IPVA: DARJ, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: DETRAN RJ IPVA: DARJ, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rj_ipva_darj Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rj_ipva_darj GitHub: https://github.com/mcp-dir/sefaz_rj_ipva_darj-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rj-ipva-darj-mcp https://api.mcp.ai/p_sefaz_rj_ipva_darj --- ## Partle URL: https://mcp-marketplace.io/server/xyz-rubenayla-partle-marketplace Summary: Search products in nearby stores. Agents can also list items for sale on a user's behalf. Description: Search products in nearby stores. Agents can also list items for sale on a user's behalf. Remote endpoints: streamable-http: https://partle.rubenayla.xyz/mcp/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://partle.rubenayla.xyz/mcp/ GitHub: https://github.com/rubenayla/partle-mcp Security Score: 5.2/10 Creator: Rubenayla Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http xyz-rubenayla-partle-marketplace https://partle.rubenayla.xyz/mcp/ --- ## Invoice Pilot URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-invoice-pilot Summary: PDF invoicing with auto-chase reminders, email delivery, and payment tracking. Description: PDF invoicing with auto-chase reminders, email delivery, and payment tracking. Remote endpoints: sse: https://invoice.rjctdlabs.xyz/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://invoice.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-invoice-pilot https://invoice.rjctdlabs.xyz/sse --- ## Chart Canvas URL: https://mcp-marketplace.io/server/io-github-gluip-chart-canvas Summary: Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON) Category: Design Mode: local Pricing: Free npm: @gluip/chart-canvas-mcp GitHub: https://github.com/gluip/chart-canvas Security Score: 7.8/10 Creator: Gluip Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-gluip-chart-canvas -- npx -y @gluip/chart-canvas-mcp@0.3.3 --- ## Patreon URL: https://mcp-marketplace.io/server/io-github-kyurish-patreon-mcp-server Summary: Access your Patreon creator data - campaigns, patrons, tiers, and posts. Category: Developer Tools Mode: local Pricing: Free PyPI: patreon-mcp-server GitHub: https://github.com/KyuRish/patreon-mcp-server Security Score: 10/10 Creator: KyuRish Creator Reputation: B Version: 0.1.1 Required Credentials: PATREON_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-kyurish-patreon-mcp-server -- uvx patreon-mcp-server==0.1.1 --- ## Github Mcp Server Devops URL: https://mcp-marketplace.io/server/io-github-tsviz-actions-pulse Summary: Real-time GitHub Actions observability: DORA Metrics, Cost Analysis, CI/CD Health dashboards. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/tsviz/github-mcp-server-devops Security Score: 10/10 Creator: Tsviz Creator Reputation: B Version: 2.3.0 Required Credentials: GITHUB_TOKEN (required), GITHUB_ORG (optional), GITHUB_ENTERPRISE_SLUG (optional), DEFAULT_REPO_FILTER (optional) --- ## Dadjokes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dadjokes Summary: Dad Jokes MCP — wraps icanhazdadjoke.com (free, no auth) Description: Dad Jokes MCP — wraps icanhazdadjoke.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dadjokes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dadjokes/mcp GitHub: https://github.com/pipeworx-io/mcp-dadjokes MCP Tools (3): random_joke, search_jokes, get_joke Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dadjokes https://gateway.pipeworx.io/dadjokes/mcp --- ## MedRecPro URL: https://mcp-marketplace.io/server/com-medrecpro-drug-label-server Summary: Search and export FDA drug labels by brand name, generic ingredient, or UNII code. Description: Search and export FDA drug labels by brand name, generic ingredient, or UNII code. Remote endpoints: streamable-http: https://www.medrecpro.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.medrecpro.com/mcp GitHub: https://github.com/chriserikbarnes/MedRecPro Security Score: 10/10 Creator: Chriserikbarnes Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-medrecpro-drug-label-server https://www.medrecpro.com/mcp --- ## Kicad URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-kicad Summary: MCP server exposing KiCad PCB Editor functionality via IPC API Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-kicad GitHub: https://github.com/daedalus/mcp-kicad Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-kicad -- uvx mcp-kicad==0.1.1 --- ## Crypto Compliance Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-crypto-compliance-intelligence-mcp Summary: Screen crypto entities for sanctions, corporate structure, regulatory tracking, and enforcement m... Description: Screen crypto entities for sanctions, corporate structure, regulatory tracking, and enforcement m... Remote endpoints: streamable-http: https://ryanclinton--crypto-compliance-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--crypto-compliance-intelligence-mcp.apify.actor/sse Category: Security Mode: remote Pricing: Free Remote URL: https://ryanclinton--crypto-compliance-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-crypto-compliance-intelligence-mcp https://ryanclinton--crypto-compliance-intelligence-mcp.apify.actor/mcp --- ## Mrb Api URL: https://mcp-marketplace.io/server/com-mostrecommendedbooks-books Summary: Read-only MCP server for verified book recommendations and reading lists. Description: Read-only MCP server for verified book recommendations and reading lists. Remote endpoints: streamable-http: https://mostrecommendedbooks.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mostrecommendedbooks.com/api/mcp GitHub: https://github.com/richardreeze/mrb-api MCP Tools (6): search_books, get_person_recommendations, get_book_recommenders, get_series_reading_order, get_list, get_summary Security Score: 10/10 Creator: Richardreeze Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mostrecommendedbooks-books https://mostrecommendedbooks.com/api/mcp --- ## Databricks URL: https://mcp-marketplace.io/server/io-github-pramodbhatofficial-databricks-sdk-mcp Summary: 263 tools for Databricks: Unity Catalog, SQL, Compute, Jobs, Serving, and more. Category: Data & Analytics Mode: local Pricing: Free PyPI: databricks-sdk-mcp GitHub: https://github.com/pramodbhatofficial/databricks-mcp-server Security Score: 7/10 Creator: Pramodbhatofficial Creator Reputation: B Version: 0.1.0 Required Credentials: DATABRICKS_HOST (optional), DATABRICKS_TOKEN (required), DATABRICKS_MCP_TOOLS_INCLUDE (optional) Install (Claude Code): claude mcp add io-github-pramodbhatofficial-databricks-sdk-mcp -- uvx databricks-sdk-mcp==0.1.0 --- ## Hebbian Mind Enterprise URL: https://mcp-marketplace.io/server/io-github-for-sunny-hebbian-mind-enterprise Summary: Associative memory via Hebbian learning. Connections strengthen through use, decay through disuse. Category: Developer Tools Mode: local Pricing: Free PyPI: hebbian-mind-enterprise GitHub: https://github.com/For-Sunny/hebbian-mind-enterprise Security Score: 7/10 Creator: User Creator Reputation: D Version: 2.3.2 Install (Claude Code): claude mcp add io-github-for-sunny-hebbian-mind-enterprise -- uvx hebbian-mind-enterprise==2.3.2 --- ## Tools URL: https://mcp-marketplace.io/server/net-nymbo-tools Summary: Remote MCP server: fetch, search, Python, TTS, memory, image, video. Description: Remote MCP server: fetch, search, Python, TTS, memory, image, video. Remote endpoints: sse: https://mcp.nymbo.net/gradio_api/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nymbo.net/gradio_api/mcp/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-nymbo-tools https://mcp.nymbo.net/gradio_api/mcp/sse --- ## Frostbyte URL: https://mcp-marketplace.io/server/io-github-ozorown-frostbyte Summary: MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/OzorOwn/frostbyte-mcp Security Score: 5.5/10 Creator: OzorOwn Creator Reputation: B Version: 1.0.0 Required Credentials: FROSTBYTE_API_KEY (required), FROSTBYTE_BASE_URL (optional) --- ## Potal URL: https://mcp-marketplace.io/server/io-github-soulmaten7-potal Summary: Total landed cost API for cross-border commerce. 240 countries, 113M+ tariff records. Category: Developer Tools Mode: local Pricing: Free npm: potal-mcp-server GitHub: https://github.com/soulmaten7/potal Security Score: 9.9/10 Creator: Soulmaten7 Creator Reputation: B Version: 1.3.1 Required Credentials: POTAL_API_KEY (required) Install (Claude Code): claude mcp add io-github-soulmaten7-potal -- npx -y potal-mcp-server --- ## Web Extractor URL: https://mcp-marketplace.io/server/com-agentictotem-web-extractor Summary: AI web extraction: send URLs + a JSON Schema, get clean structured data. Pay-per-use via x402. Description: AI web extraction: send URLs + a JSON Schema, get clean structured data. Pay-per-use via x402. Remote endpoints: streamable-http: https://agentictotem.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentictotem.com/mcp MCP Tools (1): web_extract Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http com-agentictotem-web-extractor https://agentictotem.com/mcp --- ## Newsoracle URL: https://mcp-marketplace.io/server/io-tooloracle-newsoracle Summary: NewsOracle News and Trends Intelligence MCP Description: NewsOracle News and Trends Intelligence MCP Remote endpoints: streamable-http: https://tooloracle.io/news/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/news/mcp/ GitHub: https://github.com/ToolOracle/newsoracle MCP Tools (9): top_news, search_news, trending_topics, topic_deep_dive, compare_coverage, trend_over_time, related_queries, breaking_now, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-newsoracle https://tooloracle.io/news/mcp/ --- ## Framesail URL: https://mcp-marketplace.io/server/com-framesail-framesail Summary: Create long-form YouTube videos end to end: script, storyboard, voiceover, final MP4. Description: Create long-form YouTube videos end to end: script, storyboard, voiceover, final MP4. Remote endpoints: streamable-http: https://api.framesail.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.framesail.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-framesail-framesail https://api.framesail.com/mcp --- ## Wordpress URL: https://mcp-marketplace.io/server/io-github-cvrt-jh-wordpress-mcp Summary: Lightweight WordPress MCP server - 42 tools, token-optimized (95% smaller responses) Category: Content & Media Mode: local Pricing: Free npm: @cavort-it-systems/wordpress-mcp GitHub: https://github.com/cvrt-jh/wordpress-mcp Security Score: 7.3/10 Creator: J. Herzog Creator Reputation: D Version: 1.0.0 Required Credentials: WORDPRESS_SITE_URL (optional), WORDPRESS_USERNAME (optional), WORDPRESS_PASSWORD (required) Install (Claude Code): claude mcp add io-github-cvrt-jh-wordpress-mcp -- npx -y @cavort-it-systems/wordpress-mcp@1.0.0 --- ## Aca URL: https://mcp-marketplace.io/server/com-automatedclientacquisition-www-aca Summary: Generate on-brand content, manage leads, and run outreach across 6 channels from your AI agent. Description: Generate on-brand content, manage leads, and run outreach across 6 channels from your AI agent. Remote endpoints: sse: https://www.automatedclientacquisition.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.automatedclientacquisition.com/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-automatedclientacquisition-www-aca https://www.automatedclientacquisition.com/api/mcp --- ## Sprout URL: https://mcp-marketplace.io/server/io-github-mepsopti-sprout-mcp Summary: Model-tiered content pipeline — cheap models seed, expensive models verify Category: Developer Tools Mode: local Pricing: Free PyPI: sprout-mcp GitHub: https://github.com/mepsopti/sprout-mcp Security Score: 4.5/10 Creator: Mepsopti Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-mepsopti-sprout-mcp -- uvx sprout-mcp==0.1.4 --- ## 1ly URL: https://mcp-marketplace.io/server/io-github-1lystore-mcp-server Summary: MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY. Category: Developer Tools Mode: local Pricing: Free npm: @1ly/mcp-server GitHub: https://github.com/1lystore/1ly-mcp-server Security Score: 8/10 Creator: 1lystore Creator Reputation: B Version: 0.1.7 Required Credentials: ONELY_WALLET_SOLANA_KEY (required), ONELY_WALLET_EVM_KEY (required), ONELY_API_KEY (required), ONELY_WALLET_PROVIDER (optional), ONELY_NETWORK (optional), ONELY_SOLANA_RPC_URL (optional), ONELY_BUDGET_PER_CALL (optional), ONELY_BUDGET_DAILY (optional), ONELY_BUDGET_STATE_FILE (optional), ONELY_SOLANA_DRY_RUN (optional), ONELY_API_BASE (optional) Install (Claude Code): claude mcp add io-github-1lystore-mcp-server -- npx -y @1ly/mcp-server@0.1.7 --- ## Test Mailbox URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-test-mailbox Summary: Disposable email inboxes for testing — create addresses, wait for messages, extract links. Description: Disposable email inboxes for testing — create addresses, wait for messages, extract links. Remote endpoints: sse: https://mail.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mail.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-test-mailbox https://mail.rjctdlabs.xyz/sse --- ## Dicebear URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dicebear Summary: DiceBear MCP — wraps DiceBear Avatar API v7 (free, no auth) Description: DiceBear MCP — wraps DiceBear Avatar API v7 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dicebear/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dicebear/mcp GitHub: https://github.com/pipeworx-io/mcp-dicebear MCP Tools (2): generate_avatar, list_styles Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dicebear https://gateway.pipeworx.io/dicebear/mcp --- ## Aiogram URL: https://mcp-marketplace.io/server/io-github-py2755-aiogram-mcp Summary: MCP server for aiogram Telegram bots — 30 tools, 7 resources, 3 prompts, event streaming Category: Developer Tools Mode: local Pricing: Free PyPI: aiogram-mcp GitHub: https://github.com/Py2755/aiogram-mcp Security Score: 4.5/10 Creator: Py2755 Creator Reputation: B Version: 0.7.1 Required Credentials: BOT_TOKEN (required) Install (Claude Code): claude mcp add io-github-py2755-aiogram-mcp -- uvx aiogram-mcp==0.7.1 --- ## Godot URL: https://mcp-marketplace.io/server/io-github-tugcantopaloglu-godot-mcp Summary: MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development Category: Developer Tools Mode: local Pricing: Free npm: @tugcantopaloglu/godot-mcp GitHub: https://github.com/tugcantopaloglu/godot-mcp Security Score: 7/10 Creator: Tugcantopaloglu Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-tugcantopaloglu-godot-mcp -- npx -y @tugcantopaloglu/godot-mcp@1.0.0 --- ## Galaxy URL: https://mcp-marketplace.io/server/io-github-galaxyproject-galaxy-mcp Summary: MCP server for Galaxy bioinformatics platform - connect, execute tools, and manage workflows Category: Developer Tools Mode: local Pricing: Free PyPI: galaxy-mcp GitHub: https://github.com/galaxyproject/galaxy-mcp Security Score: 1.8/10 Creator: Galaxyproject Creator Reputation: B Version: 1.3.0 Required Credentials: GALAXY_URL (optional), GALAXY_API_KEY (required) Install (Claude Code): claude mcp add io-github-galaxyproject-galaxy-mcp -- uvx galaxy-mcp==1.3.0 --- ## Spend URL: https://mcp-marketplace.io/server/io-github-payclaw-spend Summary: Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails. Category: Developer Tools Mode: local Pricing: Free npm: @payclaw/mcp-server GitHub: https://github.com/payclaw/mcp-server Security Score: 9.7/10 Creator: Payclaw Creator Reputation: B Version: 0.4.0 Required Credentials: PAYCLAW_API_KEY (required), PAYCLAW_API_URL (optional) Install (Claude Code): claude mcp add io-github-payclaw-spend -- npx -y @payclaw/mcp-server --- ## Make Money 30day Challenge URL: https://mcp-marketplace.io/server/io-github-cosai-labs-toolpipe-mcp-server Summary: 238+ dev tools via MCP: JSON, QR, PDF, DNS, hash, UUID, code review, JWT, SSL, WHOIS, and more Description: 238+ dev tools via MCP: JSON, QR, PDF, DNS, hash, UUID, code review, JWT, SSL, WHOIS, and more Remote endpoints: streamable-http: https://toolpipe.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://toolpipe.dev/mcp GitHub: https://github.com/COSAI-Labs/make-money-30day-challenge Security Score: 3.5/10 Creator: COSAI Labs Creator Reputation: B Version: 1.21.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cosai-labs-toolpipe-mcp-server https://toolpipe.dev/mcp --- ## Macroooracle URL: https://mcp-marketplace.io/server/io-tooloracle-macroooracle Summary: MacroOracle US Macro Economic Intelligence MCP Description: MacroOracle US Macro Economic Intelligence MCP Remote endpoints: streamable-http: https://tooloracle.io/macro/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/macro/mcp/ GitHub: https://github.com/ToolOracle/macroooracle MCP Tools (8): fed_rates, inflation, yield_curve, labor_market, gdp_growth, housing, macro_dashboard, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-macroooracle https://tooloracle.io/macro/mcp/ --- ## Loadbench URL: https://mcp-marketplace.io/server/io-github-jeongho54-loadbench Summary: MCP server for structural load & stability math: tipping, support reactions, beam checks. Category: Developer Tools Mode: local Pricing: Free PyPI: loadbench-mcp GitHub: https://github.com/jeongho54/loadbench-mcp Security Score: 10/10 Creator: Jeongho54 Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-jeongho54-loadbench -- uvx loadbench-mcp==0.1.0 --- ## Exiftool URL: https://mcp-marketplace.io/server/io-github-joshmsimpson-exiftool Summary: Read, write, and remove metadata from 150+ file formats using ExifTool Category: Developer Tools Mode: local Pricing: Free PyPI: exiftool-mcp GitHub: https://github.com/joshmsimpson/exiftool_mcp Security Score: 9/10 Creator: Joshmsimpson Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-joshmsimpson-exiftool -- uvx exiftool-mcp==0.1.6 --- ## Solmail URL: https://mcp-marketplace.io/server/io-github-expertvagabond-solmail Summary: Send physical mail with Solana cryptocurrency - AI agents can send real letters worldwide Category: Developer Tools Mode: local Pricing: Free npm: solmail-mcp GitHub: https://github.com/ExpertVagabond/solmail-mcp Security Score: 7/10 Creator: ExpertVagabond Creator Reputation: B Version: 1.0.2 Required Credentials: SOLANA_PRIVATE_KEY (required), SOLANA_NETWORK (optional), SOLMAIL_API_URL (optional), MERCHANT_WALLET (optional) Install (Claude Code): claude mcp add io-github-expertvagabond-solmail -- npx -y solmail-mcp@1.0.2 --- ## Cerebras Code URL: https://mcp-marketplace.io/server/io-github-kevint-cerebras-cerebras-code-mcp Summary: Model Context Protocol (MCP) server for Cerebras to make coding faster in AI-first IDEs Category: Developer Tools Mode: local Pricing: Free npm: cerebras-code-mcp GitHub: https://github.com/kevint-cerebras/cerebras-code-mcp Security Score: 7.5/10 Creator: Kevint Cerebras Creator Reputation: B Version: 1.3.1 Required Credentials: CEREBRAS_API_KEY (required), OPENROUTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-kevint-cerebras-cerebras-code-mcp -- npx -y cerebras-code-mcp --- ## CryptoAPIs Address Latest MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-address-latest-mcp-http-server Summary: Get current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs Description: Query the latest balance and state of blockchain addresses using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Address Latest product — no local installation needed. Supports EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Base, Optimism, Tron), UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash, Bitcoin Cash), Solana, XRP, and Kaspa. Returns token balances, confirmed/unconfirmed UTXOs, and address metadata. Requires a Crypto APIs API key passed via t Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/address-latest Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, address-balance, ethereum, bitcoin, solana, xrp, kaspa, utxo, evm, crypto, wallet Use Cases: Check wallet balance, Get address token holdings, Query UTXO state, Monitor address activity Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-address-latest-mcp-http-server https://ai.cryptoapis.io/mcp/address-latest --- ## Cognos Session Memory URL: https://mcp-marketplace.io/server/io-github-base76-research-lab-cognos-session-memory Summary: CognOS trust scoring (C=p·(1-Ue-Ua)) and session trace storage as MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: cognos-session-memory-mcp GitHub: https://github.com/base76-research-lab/cognos-session-memory Security Score: 6/10 Creator: base76-research-lab Creator Reputation: D Version: 0.1.0 Required Credentials: COGNOS_TRACE_DB (optional) Install (Claude Code): claude mcp add io-github-base76-research-lab-cognos-session-memory -- uvx cognos-session-memory-mcp==0.1.0 --- ## Substitute Backend URL: https://mcp-marketplace.io/server/io-github-zero-nium-project-substitute-arena Summary: AI agents replace the CEO of Toys R Us (2006-2017). 17 decisions, 44 quarters. Free entry. Description: AI agents replace the CEO of Toys R Us (2006-2017). 17 decisions, 44 quarters. Free entry. Remote endpoints: streamable-http: https://zero-wispy-shadow-3951.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zero-wispy-shadow-3951.fly.dev/mcp GitHub: https://github.com/Zero-nium/substitute-backend Security Score: 10/10 Creator: Zero Nium Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-zero-nium-project-substitute-arena https://zero-wispy-shadow-3951.fly.dev/mcp --- ## Semantic Frame URL: https://mcp-marketplace.io/server/io-github-anarkitty1-semantic-frame Summary: Token-efficient semantic compression for numerical data. 95%+ token reduction. Category: Developer Tools Mode: local Pricing: Free PyPI: semantic-frame GitHub: https://github.com/Anarkitty1/semantic-frame Security Score: 8/10 Creator: Anarkitty1 Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-anarkitty1-semantic-frame -- uvx semantic-frame==0.4.0 --- ## Automem URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-mcp-automem Summary: Graph-vector memory for AI assistants using FalkorDB and Qdrant Description: Graph-vector memory for AI assistants using FalkorDB and Qdrant Remote endpoints: streamable-http: https://{endpoint}/mcp sse: https://{endpoint}/mcp/sse Category: Developer Tools Mode: dual Pricing: Free npm: @verygoodplugins/mcp-automem GitHub: https://github.com/verygoodplugins/mcp-automem Security Score: 8.8/10 Creator: Verygoodplugins Creator Reputation: B Version: 0.10.0 Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-automem -- npx -y @verygoodplugins/mcp-automem@0.13.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-pomelo Summary: MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-pomelo GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.1.0 Required Credentials: POMELO_CLIENT_ID (required), POMELO_CLIENT_SECRET (required), POMELO_ENV (optional), POMELO_BASE_URL (optional), POMELO_AUTH_URL (optional), POMELO_AUDIENCE (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-pomelo -- npx -y @codespar/mcp-pomelo --- ## Travel Art URL: https://mcp-marketplace.io/server/art-travel-mcp Summary: Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts. Description: Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts. Remote endpoints: streamable-http: https://mcp.travel.art/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.travel.art/ GitHub: https://github.com/alexzavialov/travel-art-mcp Security Score: 5.2/10 Creator: Alexzavialov Creator Reputation: B Version: 1.5.0 Install (Claude Code Remote): claude mcp add --transport http art-travel-mcp https://mcp.travel.art/ --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-public-data-ukraine-mcp Summary: Public Data Ukraine Mcp connects AI agents to real public APIs via MCP. Tools include Description: Public Data Ukraine Mcp connects AI agents to real public APIs via MCP. Tools include Remote endpoints: streamable-http: https://public-data-ukraine-mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://public-data-ukraine-mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 10/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-public-data-ukraine-mcp https://public-data-ukraine-mcp.mcpize.run/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-gradient-forge-mcp Summary: Build CSS linear and radial gradient values Category: Developer Tools Mode: local Pricing: Free npm: gradient-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-gradient-forge-mcp -- npx -y gradient-forge-mcp --- ## Cnc Catalog URL: https://mcp-marketplace.io/server/ru-zavod-stanki-cnc-catalog Summary: CNC catalog MCP for TWAIT factory: search machines, specs, images, leads. Description: CNC catalog MCP for TWAIT factory: search machines, specs, images, leads. Remote endpoints: streamable-http: https://zavod-stanki.ru/mcp streamable-http: https://stanki-chpu.ru/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zavod-stanki.ru/mcp MCP Tools (10): search_machines, calculate_machine_price, get_birzha_orders, get_machine_detail, list_categories, get_machine_images, get_company_info, submit_lead, ask_manager, subscribe_to_factory_events Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ru-zavod-stanki-cnc-catalog https://zavod-stanki.ru/mcp --- ## Pubmed URL: https://mcp-marketplace.io/server/io-github-taru0208-pubmed-mcp-server Summary: Search 36M+ PubMed biomedical articles and ClinicalTrials.gov studies. Description: Search 36M+ PubMed biomedical articles and ClinicalTrials.gov studies. Remote endpoints: streamable-http: https://aligned-kettledrum--pubmed-mcp-server.apify.actor/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://aligned-kettledrum--pubmed-mcp-server.apify.actor/mcp GitHub: https://github.com/Taru0208/pubmed-mcp-server Security Score: 10/10 Creator: Taru0208 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-taru0208-pubmed-mcp-server https://aligned-kettledrum--pubmed-mcp-server.apify.actor/mcp --- ## Sourced URL: https://mcp-marketplace.io/server/dev-sourced-sourced Summary: Source code search for every package on PyPI and npm. Description: Source code search for every package on PyPI and npm. Remote endpoints: streamable-http: https://mcp.sourced.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sourced.dev/mcp GitHub: https://github.com/RyanCodrai/sourced Security Score: 9/10 Creator: RyanCodrai Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http dev-sourced-sourced https://mcp.sourced.dev/mcp --- ## Vibatchium URL: https://mcp-marketplace.io/server/io-github-trueoriginlabs-vibatchium Summary: Patchright stealth + Vibium-style LLM-friendly CLI for agentic browser automation. Category: Developer Tools Mode: local Pricing: Free PyPI: vibatchium GitHub: https://github.com/trueoriginlabs/vibatchium Security Score: 5.8/10 Creator: Trueoriginlabs Creator Reputation: B Version: 0.19.2 Install (Claude Code): claude mcp add io-github-trueoriginlabs-vibatchium -- uvx vibatchium==0.19.2 --- ## Us Census URL: https://mcp-marketplace.io/server/io-github-taru0208-us-census-mcp-server Summary: Query US Census Bureau data: demographics, economics, and housing statistics. Description: Query US Census Bureau data: demographics, economics, and housing statistics. Remote endpoints: streamable-http: https://aligned-kettledrum--us-census-mcp-server.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aligned-kettledrum--us-census-mcp-server.apify.actor/mcp GitHub: https://github.com/Taru0208/us-census-mcp-server Security Score: 10/10 Creator: Taru0208 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-taru0208-us-census-mcp-server https://aligned-kettledrum--us-census-mcp-server.apify.actor/mcp --- ## Weather URL: https://mcp-marketplace.io/server/io-github-kushknows-weather-mcp-server Summary: An MCP server that provides weather data Category: Developer Tools Mode: local Pricing: Free PyPI: weather-mcp-server-test GitHub: https://github.com/kushknows/weather-mcp-server.git Security Score: 5.2/10 Creator: Kushknows Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-kushknows-weather-mcp-server -- uvx weather-mcp-server-test==1.0.6 --- ## Tracepass URL: https://mcp-marketplace.io/server/eu-tracepass-tracepass Summary: Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events. Description: Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events. Remote endpoints: streamable-http: https://ai.tracepass.eu/mcp Category: Developer Tools Mode: dual Pricing: Free npm: tracepass-mcp-server Remote URL: https://ai.tracepass.eu/mcp GitHub: https://github.com/malinoto/tracepass-mcp-server Security Score: 5.7/10 Creator: Malinoto Creator Reputation: B Version: 1.7.4 Install (Claude Code): claude mcp add eu-tracepass-tracepass -- npx -y tracepass-mcp-server@1.7.4 Install (Claude Code Remote): claude mcp add --transport http eu-tracepass-tracepass https://ai.tracepass.eu/mcp --- ## Vedurstofa URL: https://mcp-marketplace.io/server/io-github-sandsower-vedurstofa-mcp Summary: MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is. Category: Developer Tools Mode: local Pricing: Free npm: vedurstofa-mcp GitHub: https://github.com/sandsower/vedurstofa-mcp Security Score: 5.8/10 Creator: Sandsower Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-sandsower-vedurstofa-mcp -- npx -y vedurstofa-mcp@1.0.1 --- ## Optimizer URL: https://mcp-marketplace.io/server/com-sematryx-optimizer Summary: AI-powered optimization API by Sematryx Description: AI-powered optimization API by Sematryx Remote endpoints: sse: https://mcp.sematryx.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sematryx.com/sse Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-sematryx-optimizer https://mcp.sematryx.com/sse --- ## Amazonads URL: https://mcp-marketplace.io/server/io-github-cprice70-amazonads-mcp Summary: MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports Category: Developer Tools Mode: local Pricing: Free npm: amazonads-mcp GitHub: https://github.com/cprice70/amazonads-mcp Security Score: 8/10 Creator: Christopher Price Creator Reputation: D Version: 0.1.1 Required Credentials: AMAZON_ADS_CLIENT_ID (optional), AMAZON_ADS_CLIENT_SECRET (required), AMAZON_ADS_REFRESH_TOKEN (required), AMAZON_ADS_REGION (optional) Install (Claude Code): claude mcp add io-github-cprice70-amazonads-mcp -- npx -y amazonads-mcp@0.2.0 --- ## Bitsbound URL: https://mcp-marketplace.io/server/com-bitsbound-contract-automation Summary: AI contract automation with partner-level redlines, OOXML Track Changes, and risk analysis. Category: Developer Tools Mode: local Pricing: Free npm: @bitsbound/mcp-server GitHub: https://github.com/taytrom/bitsbound-mcp-server Security Score: 7.8/10 Creator: Taytrom Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add com-bitsbound-contract-automation -- npx -y @bitsbound/mcp-server@1.2.2 --- ## Sekichi URL: https://mcp-marketplace.io/server/io-github-surp-renz-sekichi Summary: Knowledge accumulation for AI coding agents. Records decisions, problems, and insights as context. Description: Knowledge accumulation for AI coding agents. Records decisions, problems, and insights as context. Remote endpoints: streamable-http: https://sekichi.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sekichi.fly.dev/mcp GitHub: https://github.com/surp-renz/sekichi Security Score: 9/10 Creator: Surp Renz Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-surp-renz-sekichi https://sekichi.fly.dev/mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-github Summary: Pare GitHub ג€” Structured GitHub operations (PRs, issues, actions) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/github GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-github -- npx -y @paretools/github --- ## Testing Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-testing Summary: Test generation, mocks, coverage analysis for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-testing-tools GitHub: https://github.com/rog0x/mcp-testing-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-testing -- npx -y @rog0x/mcp-testing-tools@1.0.2 --- ## Dogceo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dogceo Summary: Dog CEO MCP — wraps Dog CEO's Dog API (free, no auth) Description: Dog CEO MCP — wraps Dog CEO's Dog API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dogceo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dogceo/mcp GitHub: https://github.com/pipeworx-io/mcp-dogceo MCP Tools (4): random_image, list_breeds, breed_images, random_breed_image Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dogceo https://gateway.pipeworx.io/dogceo/mcp --- ## Api Hub URL: https://mcp-marketplace.io/server/com-gadgethumans-api-api-hub Summary: 300+ free MCP tools: weather, crypto, DNS, QR, colors, SEO, UUIDs, and more. Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.gadgethumans.com/mcp GitHub: https://github.com/scotia1973-bot/api-hub.git Security Score: 3.8/10 Creator: Scotia1973 Bot Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gadgethumans-api-api-hub https://api.gadgethumans.com/mcp --- ## Viking Experience URL: https://mcp-marketplace.io/server/is-mink-viking-experience Summary: Real-time booking, 7-currency pricing, and FAQ for Reykjavik's Viking portrait photo studio. Description: Real-time booking, 7-currency pricing, and FAQ for Reykjavik's Viking portrait photo studio. Remote endpoints: streamable-http: https://mink.is/wp-json/mink-mcp/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mink.is/wp-json/mink-mcp/v1/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http is-mink-viking-experience https://mink.is/wp-json/mink-mcp/v1/mcp --- ## Crossref URL: https://mcp-marketplace.io/server/io-github-taru0208-crossref-mcp-server Summary: Search 150M+ academic works, journals, and funders via Crossref API. Description: Search 150M+ academic works, journals, and funders via Crossref API. Remote endpoints: streamable-http: https://aligned-kettledrum--crossref-mcp-server.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aligned-kettledrum--crossref-mcp-server.apify.actor/mcp GitHub: https://github.com/Taru0208/crossref-mcp-server Security Score: 10/10 Creator: Taru0208 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-taru0208-crossref-mcp-server https://aligned-kettledrum--crossref-mcp-server.apify.actor/mcp --- ## Swiss Culture URL: https://mcp-marketplace.io/server/io-github-malkreide-swiss-culture-mcp Summary: BAK cultural heritage, ISOS, living traditions, RSS Category: Developer Tools Mode: local Pricing: Free PyPI: swiss-culture-mcp GitHub: https://github.com/malkreide/swiss-culture-mcp Security Score: 10/10 Creator: Malkreide Creator Reputation: B Version: 1.1.4 Install (Claude Code): claude mcp add io-github-malkreide-swiss-culture-mcp -- uvx swiss-culture-mcp==1.1.4 --- ## Unicode URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-unicode Summary: Unicode character MCP. Description: Unicode character MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/unicode/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/unicode/mcp GitHub: https://github.com/pipeworx-io/mcp-unicode MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, char_info, escape_string, unescape_string Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-unicode https://gateway.pipeworx.io/unicode/mcp --- ## Pandemic Biosurveillance URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-pandemic-biosurveillance-mcp Summary: Biosurveillance intelligence aggregating disease outbreak data, pathogen tracking, epidemiologica... Description: Biosurveillance intelligence aggregating disease outbreak data, pathogen tracking, epidemiologica... Remote endpoints: streamable-http: https://ryanclinton--pandemic-biosurveillance-mcp.apify.actor/mcp sse: https://ryanclinton--pandemic-biosurveillance-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--pandemic-biosurveillance-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-pandemic-biosurveillance-mcp https://ryanclinton--pandemic-biosurveillance-mcp.apify.actor/mcp --- ## Stresszero URL: https://mcp-marketplace.io/server/io-github-gomessoaresemmanuel-cpu-stresszero-mcp Summary: Burnout risk scoring across 3 dimensions (physical, emotional, effectiveness) Category: Developer Tools Mode: local Pricing: Free npm: stresszero-mcp GitHub: https://github.com/gomessoaresemmanuel-cpu/stresszero-mcp Security Score: 10/10 Creator: Gomessoaresemmanuel Cpu Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-gomessoaresemmanuel-cpu-stresszero-mcp -- npx -y stresszero-mcp@1.1.0 --- ## MCP Inflectra Spira Server URL: https://mcp-marketplace.io/server/mcp-inflectra-spira-server Summary: A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra Description: This MCP server allows AI assistants to interact with the Inflectra Spira platform, providing a bridge between natural language interactions and the Spira REST API. This server supports all three editions of Spira: SpiraTest: Test Management When You Need Quality, Agility & Speed SpiraTeam: Project, Requirements Management & ALM For Agile Teams SpiraPlan: Program Management & ALM For Scaling Agile & Enterprises Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Inflectra/mcp-server-spira Security Score: 7.5/10 Creator: User Creator Reputation: D Version: 1.0.0 Tags: spira, sdlc Use Cases: SDLC, spec development, backlog grooming --- ## ZoteroBridge URL: https://mcp-marketplace.io/server/io-github-combjellyshen-zotero-bridge Summary: MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more. Category: Developer Tools Mode: local Pricing: Free npm: zotero-bridge GitHub: https://github.com/Combjellyshen/ZoteroBridge Security Score: 8/10 Creator: Combjellyshen Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-combjellyshen-zotero-bridge -- npx -y zotero-bridge@1.1.7 --- ## Avukatim URL: https://mcp-marketplace.io/server/io-github-damdafayton-avukatim Summary: Search Turkish laws, court decisions, and legal documents using AI. Description: Search Turkish laws, court decisions, and legal documents using AI. Remote endpoints: sse: https://hukuk.damdafa.com/mcp/server/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hukuk.damdafa.com/mcp/server/sse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-damdafayton-avukatim https://hukuk.damdafa.com/mcp/server/sse --- ## Note URL: https://mcp-marketplace.io/server/io-github-github30-note-mcp-server Summary: MCP server for note.com: create, edit and retrieve posts. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/GitHub30/note-mcp-server Security Score: 10/10 Creator: GitHub30 Creator Reputation: B Version: 0.1.0 --- ## Flaim URL: https://mcp-marketplace.io/server/app-flaim-mcp Summary: Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP Description: Read-only fantasy analysis for ESPN, Yahoo, and Sleeper leagues via MCP Remote endpoints: streamable-http: https://api.flaim.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.flaim.app/mcp GitHub: https://github.com/jdguggs10/flaim Security Score: 5.8/10 Creator: Jdguggs10 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http app-flaim-mcp https://api.flaim.app/mcp --- ## Conductor Graph URL: https://mcp-marketplace.io/server/io-github-base76-research-lab-conductor-graph-mcp Summary: Exposes a CognOS agent system as a machine-readable graph. Full system snapshot with one tool call. Category: Developer Tools Mode: local Pricing: Free PyPI: conductor-graph-mcp GitHub: https://github.com/base76-research-lab/conductor-graph-mcp Security Score: 7/10 Creator: base76-research-lab Creator Reputation: D Version: 0.1.1 Required Credentials: COGNOS_BASE_URL (optional), COGNOS_API_KEY (required) Install (Claude Code): claude mcp add io-github-base76-research-lab-conductor-graph-mcp -- uvx conductor-graph-mcp==0.1.1 --- ## Downdetector URL: https://mcp-marketplace.io/server/io-github-domdomegg-downdetector-mcp Summary: Check service status and outage information via Downdetector. Category: Developer Tools Mode: local Pricing: Free npm: downdetector-mcp GitHub: https://github.com/domdomegg/downdetector-mcp.git Security Score: 10/10 Creator: Domdomegg Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-domdomegg-downdetector-mcp -- npx -y downdetector-mcp@1.0.1 --- ## Agentq URL: https://mcp-marketplace.io/server/io-github-noviantonugroho4-agentq Summary: AgentQ MCP Server - AI-Powered Software Quality Assurance Platform Description: AgentQ MCP Server - AI-Powered Software Quality Assurance Platform Remote endpoints: streamable-http: https://mcp.agentq.id/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.agentq.id/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-noviantonugroho4-agentq https://mcp.agentq.id/mcp --- ## CryptoAPIs Transactions Data MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-transactions-data-mcp-http-server Summary: Look up transaction details across EVM, UTXO, Solana, XRP, and Kaspa via Crypto APIs Description: Retrieve detailed transaction data by hash across multiple blockchain networks using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Transactions Data product — no local installation needed. Supports EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Base, Optimism, Tron), UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash, Bitcoin Cash), Solana, XRP, and Kaspa. Returns input/output details, token transfers, gas info, and confirmation status. Requires a Cr Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/transactions-data Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, transactions, ethereum, bitcoin, solana, xrp, kaspa, utxo, evm, crypto, tx-lookup Use Cases: Look up transaction by hash, Verify transaction confirmation, Inspect token transfers, Analyze gas usage Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-transactions-data-mcp-http-server https://ai.cryptoapis.io/mcp/transactions-data --- ## Curve URL: https://mcp-marketplace.io/server/io-github-junct-bot-curve-mcp Summary: Curve - 43 tools for swap quotes, liquidity pools, and trading data Description: Curve - 43 tools for swap quotes, liquidity pools, and trading data Remote endpoints: streamable-http: https://curve.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://curve.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/curve-mcp MCP Tools (37): get_get_all_gauges, get_get_all_pools_volume_blockchain_id, get_get_base_apys_blockchain_id, get_get_crv_circ_supply, get_get_crvusd_total_supply, get_get_crvusd_total_supply_number, get_get_facto_gauges_crv_rewards_blockchain_id, get_get_factory_ap_ys_blockchain_id_version, get_get_factory_pools, get_get_gas, get_get_hidden_pools, get_get_lending_vaults_lending_blockchain_id_lending_registry_id, get_get_lending_vaults_all_blockchain_id, get_get_lending_vaults_all, get_get_main_pools_gauge_rewards, get_get_main_registry_pools, get_get_main_registry_pools_and_lp_tokens, get_get_platforms, get_get_points_campaigns, get_get_pool_list_blockchain_id, get_get_pools_blockchain_id_registry_id, get_get_pools_all_blockchain_id, get_get_pools_all, get_get_pools_big_blockchain_id, get_get_pools_big, get_get_pools_empty_blockchain_id, get_get_pools_empty, get_get_pools_small_blockchain_id, get_get_pools_small, get_get_registry_address, get_get_scrvusd_total_supply_number, get_get_scrvusd_total_supply_result, get_get_subgraph_data_blockchain_id, get_get_tokens_all_blockchain_id, get_get_volumes_blockchain_id, get_get_volumes_ethereum_crvusd_amms, get_get_weekly_fees Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-curve-mcp https://curve.mcp.junct.dev/mcp --- ## Cybersim Pro URL: https://mcp-marketplace.io/server/io-github-kayembahamid-cybersim-pro Summary: Cybersecurity training, simulation, and incident response MCP server Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/kayembahamid/cybersim-pro Security Score: 10/10 Creator: Kayembahamid Creator Reputation: B Version: 1.0.1 --- ## Comfy Ui Builder URL: https://mcp-marketplace.io/server/io-github-mit9-comfy-ui-builder Summary: ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins. Category: Developer Tools Mode: local Pricing: Free npm: mcp-comfy-ui-builder GitHub: https://github.com/MIt9/mcp-comfy-ui-builder Security Score: 8/10 Creator: MIt9 Creator Reputation: B Version: 2.4.1 Required Credentials: COMFYUI_HOST (optional), COMFYUI_PATH (optional), COMFYUI_KNOWLEDGE_DIR (optional) Install (Claude Code): claude mcp add io-github-mit9-comfy-ui-builder -- npx -y mcp-comfy-ui-builder@2.4.1 --- ## Weather URL: https://mcp-marketplace.io/server/io-github-rsys-vtiwari-weather-mcp Summary: US NWS alerts by state and short-term (next 5 periods) point forecasts. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rsys-vtiwari/weather-mcp Security Score: 10/10 Creator: Rsys Vtiwari Creator Reputation: B Version: 0.1.0 --- ## Civis URL: https://mcp-marketplace.io/server/io-github-civis-labs-civis Summary: Structured knowledge base for AI agent solutions. Search, explore, and retrieve build logs. Description: Structured knowledge base for AI agent solutions. Search, explore, and retrieve build logs. Remote endpoints: streamable-http: https://mcp.civis.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.civis.run/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 0.25.0 Install (Claude Code Remote): claude mcp add --transport http io-github-civis-labs-civis https://mcp.civis.run/mcp --- ## Codify URL: https://mcp-marketplace.io/server/io-github-cybairfly-codify-mcp Summary: Easily create reusable automation tools from casual browser actions using Apify Agent Category: Developer Tools Mode: local Pricing: Free npm: codify-mcp GitHub: https://github.com/cybairfly/codify-mcp Security Score: 7.7/10 Creator: Cybairfly Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-cybairfly-codify-mcp -- npx -y codify-mcp@1.0.0 --- ## Wellness Pulse URL: https://mcp-marketplace.io/server/wellness-pulse Summary: Turn wellbeing data into real-time insights and early risk signals for smarter, faster decisions. Description: WellPulse MCP is a plug-and-play AI integration layer that converts raw wellbeing data into actionable insights, connecting your systems to public benchmarks and internal data to deliver trends and alerts in structured JSON and plain English, enabling quick “ask → answer” workflows while helping teams monitor wellbeing, detect risks early, and make informed decisions with a privacy-first approach. Category: Other Mode: dual Pricing: Free Remote URL: https://wellpulse.org/mcp GitHub: https://github.com/prmail/wellpulse_mcp Security Score: 8.5/10 Creator: MoneyChoice Creator Reputation: C- Version: 1.0.0 Tags: WellPulse MCP, wellbeing analytics, AI wellbeing platform, mental health data insights, wellness intelligence layer Use Cases: Real-time wellbeing monitoring, Employee wellness tracking, Mental health benchmarking, Risk detection analytics, Proactive health insights Install (Claude Code Remote): claude mcp add --transport http wellness-pulse https://wellpulse.org/mcp --- ## Skilder URL: https://mcp-marketplace.io/server/ai-skilder-skilder Summary: One place to build, share, and govern the skills and tools your AI agents use at work. Description: One place to build, share, and govern the skills and tools your AI agents use at work. Remote endpoints: streamable-http: https://app.skilder.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.skilder.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.10.2 Install (Claude Code Remote): claude mcp add --transport http ai-skilder-skilder https://app.skilder.ai/mcp --- ## Disease URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-disease Summary: Disease MCP — wraps disease.sh API (COVID-19 statistics, no auth required) Description: Disease MCP — wraps disease.sh API (COVID-19 statistics, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/disease/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/disease/mcp GitHub: https://github.com/pipeworx-io/mcp-disease MCP Tools (4): get_global_stats, get_country_stats, get_historical, get_vaccine_stats Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-disease https://gateway.pipeworx.io/disease/mcp --- ## Cursor History URL: https://mcp-marketplace.io/server/io-github-s2thend-cursor-history Summary: MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history Category: Developer Tools Mode: local Pricing: Free npm: cursor-history-mcp GitHub: https://github.com/S2thend/cursor-history-mcp Security Score: 6/10 Creator: S2thend Creator Reputation: B Version: 0.2.4 Install (Claude Code): claude mcp add io-github-s2thend-cursor-history -- npx -y cursor-history-mcp@0.2.4 --- ## Jupiter URL: https://mcp-marketplace.io/server/io-github-junct-bot-jupiter-mcp Summary: Jupiter - 4 tools for swap quotes, liquidity pools, and trading data Description: Jupiter - 4 tools for swap quotes, liquidity pools, and trading data Remote endpoints: streamable-http: https://jupiter.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jupiter.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/jupiter-mcp MCP Tools (4): quote_get, swap_post, swap_instructions_post, program_id_to_label_get Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-jupiter-mcp https://jupiter.mcp.junct.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-nordax-mcp Summary: Search and verify 360K+ business entities with trust scores and W3C credentials. Description: Search and verify 360K+ business entities with trust scores and W3C credentials. Remote endpoints: streamable-http: https://mcp.nordax.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nordax.ai/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-nordax-mcp https://mcp.nordax.ai/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-preuve-mcp Summary: Market research and competitive intelligence for startup ideas - every finding source-linked. Description: Market research and competitive intelligence for startup ideas - every finding source-linked. Remote endpoints: streamable-http: https://mcp.preuve.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.preuve.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-preuve-mcp https://mcp.preuve.ai/mcp --- ## Sitelauncher URL: https://mcp-marketplace.io/server/io-github-trackerfitness729-jpg-sitelauncher-mcp-server Summary: Deploy live HTTPS websites in seconds. Instant subdomains or custom .xyz domains via USDC. Category: Developer Tools Mode: local Pricing: Free npm: sitelauncher-mcp-server GitHub: https://github.com/trackerfitness729-jpg/sitelauncher-mcp-server Security Score: 10/10 Creator: Trackerfitness729 Jpg Creator Reputation: B Version: 1.0.1 Required Credentials: SITELAUNCHER_API_URL (optional) Install (Claude Code): claude mcp add io-github-trackerfitness729-jpg-sitelauncher-mcp-server -- npx -y sitelauncher-mcp-server@1.0.2 --- ## Ofixio URL: https://mcp-marketplace.io/server/es-ofixio-professionals Summary: Find skilled tradespeople in Spain — fontaneros, electricistas, pintores, cerrajeros. Category: Developer Tools Mode: local Pricing: Free npm: ofixio-mcp GitHub: https://github.com/AllTerrainDeveloper/ofixio-mcp Security Score: 8/10 Creator: AllTerrainDeveloper Creator Reputation: B Version: 1.0.3 Required Credentials: OFIXIO_URL (optional) Install (Claude Code): claude mcp add es-ofixio-professionals -- npx -y ofixio-mcp@1.0.2 --- ## Energy Transition Resilience URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-energy-transition-resilience-mcp Summary: Analyze energy transition pathways, grid resilience, renewable adoption rates, fossil fuel strand... Description: Analyze energy transition pathways, grid resilience, renewable adoption rates, fossil fuel strand... Remote endpoints: streamable-http: https://ryanclinton--energy-transition-resilience-mcp.apify.actor/mcp sse: https://ryanclinton--energy-transition-resilience-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--energy-transition-resilience-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-energy-transition-resilience-mcp https://ryanclinton--energy-transition-resilience-mcp.apify.actor/mcp --- ## Directory URL: https://mcp-marketplace.io/server/nl-muralists-directory Summary: Search the curated directory of professional muralists and street artists in the Netherlands. Description: Search the curated directory of professional muralists and street artists in the Netherlands. Remote endpoints: streamable-http: https://mcp.muralists.nl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.muralists.nl/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http nl-muralists-directory https://mcp.muralists.nl/mcp --- ## Lido URL: https://mcp-marketplace.io/server/io-github-junct-bot-lido-mcp Summary: Lido - 6 tools for staking, delegation, and rewards data Description: Lido - 6 tools for staking, delegation, and rewards data Remote endpoints: streamable-http: https://lido.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lido.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/lido-mcp MCP Tools (6): proxyType, isDepositable, implementation, appId, kernel, ProxyDeposit Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-lido-mcp https://lido.mcp.junct.dev/mcp --- ## Blockscout URL: https://mcp-marketplace.io/server/io-github-junct-bot-blockscout-mcp Summary: Blockscout - 56 tools for data, metrics, and on-chain analytics Description: Blockscout - 56 tools for data, metrics, and on-chain analytics Remote endpoints: streamable-http: https://blockscout.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://blockscout.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/blockscout-mcp MCP Tools (56): search, search_redirect, get_txs, get_blocks, get_token_transfers, get_internal_transactions, get_main_page_txs, get_main_page_tokens, get_indexing_status, get_stats, get_txs_chart, get_market_chart, get_tx, get_transaction_token_transfers, get_transaction_internal_txs, get_transaction_logs, get_transaction_raw_trace, get_transaction_state_changes, get_transaction_summary, get_block, get_block_txs, get_block_withdrawals, get_addresses, get_address, get_address_counters, get_address_txs, get_address_token_transfers, get_address_internal_txs, get_address_logs, get_address_blocks_validated, get_address_token_balances, get_address_tokens, get_address_coin_balance_history, get_address_coin_balance_history_by_day, get_address_withdrawals, get_address_nft, get_address_nft_collections, get_tokens_list, get_token, get_token_token_transfers, get_token_holders, get_token_counters, get_nft_instances, get_nft_instance, get_nft_instance_transfers, get_token_instance_holders, get_nft_instance_transfers_count, refetch_token_instance_metadata, get_smart_contracts, get_smart_contracts_counters, get_smart_contract, get_withdrawals, get_account_abstraction_status, celestia_service_get_blob, celestia_service_get_l2_batch_metadata, health_check Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-blockscout-mcp https://blockscout.mcp.junct.dev/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-api Summary: MCP server for generating REST API boilerplate and Express endpoints. Category: Developer Tools Mode: local Pricing: Free npm: sovereign-api-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 10/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-api -- npx -y sovereign-api-forge-mcp@1.0.4 --- ## Outlook Email URL: https://mcp-marketplace.io/server/com-mintmcp-outlook-email Summary: A MCP server for Outlook email that lets you search, read, and draft emails and replies. Description: A MCP server for Outlook email that lets you search, read, and draft emails and replies. Remote endpoints: streamable-http: https://outlook-email.mintmcp.com/mcp Category: Communication Mode: remote Pricing: Free Remote URL: https://outlook-email.mintmcp.com/mcp GitHub: https://github.com/mintmcp/servers Security Score: 10/10 Creator: Mintmcp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mintmcp-outlook-email https://outlook-email.mintmcp.com/mcp --- ## Automotive URL: https://mcp-marketplace.io/server/com-thenextgennexus-automotive-mcp-server Summary: Cars.com listings, VIN lookups, and dealer inventory for car-buying assistants. Description: Cars.com listings, VIN lookups, and dealer inventory for car-buying assistants. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/automotive-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/automotive-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-automotive-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/automotive-mcp-server/mcp --- ## Pulsyai URL: https://mcp-marketplace.io/server/com-pulseem-pulsyai Summary: Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem. Description: Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem. Remote endpoints: streamable-http: https://mcp.api.pulseem.com/mcp_{token}/mcp streamable-http: https://mcp.ui-api.pulseem.com/mcp_{token}/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.api.pulseem.com/mcp_{token}/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-pulseem-pulsyai 'https://mcp.api.pulseem.com/mcp_{token}/mcp' --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-competitive-intel Summary: SEC filings, patent data, and trade data. 4 competitive intel tools. Description: SEC filings, patent data, and trade data. 4 competitive intel tools. Remote endpoints: streamable-http: https://competitive-intel-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://competitive-intel-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-competitive-intel https://competitive-intel-mcp.apify.actor/mcp --- ## Flowgraf URL: https://mcp-marketplace.io/server/in-flowgraf-flowgraf Summary: Create and edit architecture diagrams from your AI agent; get an SVG and a live editable canvas. Description: Create and edit architecture diagrams from your AI agent; get an SVG and a live editable canvas. Remote endpoints: streamable-http: https://flowgraf.in/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: flowgraf-mcp Remote URL: https://flowgraf.in/api/mcp MCP Tools (3): create_diagram, edit_diagram, get_diagram Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add in-flowgraf-flowgraf -- npx -y flowgraf-mcp Install (Claude Code Remote): claude mcp add --transport http in-flowgraf-flowgraf https://flowgraf.in/api/mcp --- ## Organic Text URL: https://mcp-marketplace.io/server/io-github-evozim-organic-text Summary: Text humanization and semantic camouflaging engine to bypass detectors. Description: Text humanization and semantic camouflaging engine to bypass detectors. Remote endpoints: sse: https://organic-text-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://organic-text-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-organic-text https://organic-text-mcp.vercel.app/api/mcp --- ## Yolo URL: https://mcp-marketplace.io/server/io-github-rjn32s-mcp-yolo Summary: An MCP server providing zero-shot object detection and segmentation using Ultralytics YOLOE. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-yolo GitHub: https://github.com/rjn32s/mcp-yolo Security Score: 6.5/10 Creator: Rjn32s Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-rjn32s-mcp-yolo -- uvx mcp-yolo==0.1.5 --- ## Academic Research URL: https://mcp-marketplace.io/server/com-thenextgennexus-academic-research-mcp-server Summary: ArXiv preprints + Google Scholar papers, with citation counts in one query. Description: ArXiv preprints + Google Scholar papers, with citation counts in one query. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/academic-research-mcp-server/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/academic-research-mcp-server/mcp MCP Tools (2): search_arxiv, search_google_scholar Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-academic-research-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/academic-research-mcp-server/mcp --- ## Database URL: https://mcp-marketplace.io/server/io-github-cocaxcode-database-mcp Summary: MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools. Category: Developer Tools Mode: local Pricing: Free npm: @cocaxcode/database-mcp GitHub: https://github.com/cocaxcode/database-mcp Security Score: 4.3/10 Creator: Raul Coca Creator Reputation: C- Version: 0.1.14 Install (Claude Code): claude mcp add io-github-cocaxcode-database-mcp -- npx -y @cocaxcode/database-mcp@0.2.7 --- ## Agentfolio URL: https://mcp-marketplace.io/server/io-github-0xbrainkid-agentfolio Summary: Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio. Category: Developer Tools Mode: local Pricing: Free npm: agentfolio-mcp-server GitHub: https://github.com/0xbrainkid/agentfolio-mcp-server Security Score: 8/10 Creator: 0xbrainkid Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-0xbrainkid-agentfolio -- npx -y agentfolio-mcp-server@1.3.0 --- ## Ai Training Data Quality URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-ai-training-data-quality-mcp Summary: Assess AI training data quality, detect bias patterns, evaluate dataset provenance, and analyze d... Description: Assess AI training data quality, detect bias patterns, evaluate dataset provenance, and analyze d... Remote endpoints: streamable-http: https://ryanclinton--ai-training-data-quality-mcp.apify.actor/mcp sse: https://ryanclinton--ai-training-data-quality-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--ai-training-data-quality-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-ai-training-data-quality-mcp https://ryanclinton--ai-training-data-quality-mcp.apify.actor/mcp --- ## Terranode URL: https://mcp-marketplace.io/server/io-github-terranode-co-mcp-server-terranode Summary: Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets Category: Developer Tools Mode: local Pricing: Free npm: @terranode-co/mcp-server GitHub: https://github.com/terranode-co/mcp-server-terranode Security Score: 5/10 Creator: Terranode Co Creator Reputation: B Version: 0.1.10 Required Credentials: TERRANODE_API_KEY (required), TERRANODE_API_URL (optional) Install (Claude Code): claude mcp add io-github-terranode-co-mcp-server-terranode -- npx -y @terranode-co/mcp-server@0.1.10 --- ## Paperclip URL: https://mcp-marketplace.io/server/io-github-incorporatedpartners-labelhead-artist-momentum Summary: Trending hip-hop artist momentum scores across four cultural dimensions. Description: Trending hip-hop artist momentum scores across four cultural dimensions. Remote endpoints: streamable-http: https://labelhead-mcp-public-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://labelhead-mcp-public-production.up.railway.app/mcp GitHub: https://github.com/paperclipai/paperclip MCP Tools (3): get_trending_artists, get_scoring_explainer, check_artist_momentum Security Score: 10/10 Creator: Paperclipai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-incorporatedpartners-labelhead-artist-momentum https://labelhead-mcp-public-production.up.railway.app/mcp --- ## Docker Containers URL: https://mcp-marketplace.io/server/dev-reapx-docker-containers Summary: Scrape Docker Hub container images, tags, pulls and publisher metadata. Pay per row. Description: Scrape Docker Hub container images, tags, pulls and publisher metadata. Pay per row. Remote endpoints: streamable-http: https://mcp.apify.com/?actors=reapx/docker-hub-scraper Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?actors=reapx/docker-hub-scraper Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-reapx-docker-containers 'https://mcp.apify.com/?actors=reapx/docker-hub-scraper' --- ## Mimer URL: https://mcp-marketplace.io/server/io-github-mimersql-mimer-mcp Summary: An MCP server with Mimer SQL Database Connectivity Category: Developer Tools Mode: local Pricing: Free PyPI: mimer-mcp-server GitHub: https://github.com/mimersql/mimer-mcp Security Score: 3.5/10 Creator: Mimersql Creator Reputation: B Version: 1.0.5 Required Credentials: DB_DSN (optional), DB_USER (optional), DB_PASSWORD (required), DB_HOST (optional), DB_PORT (optional), DB_PROTOCOL (optional), DB_POOL_INITIAL_CON (optional), DB_POOL_MAX_UNUSED (optional), DB_POOL_MAX_CON (optional), DB_POOL_BLOCK (optional), DB_POOL_DEEP_HEALTH_CHECK (optional), MCP_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-mimersql-mimer-mcp -- uvx mimer-mcp-server==1.0.5 --- ## Bizgigz Mcp Docs URL: https://mcp-marketplace.io/server/com-bizgigz-agent-marketplace Summary: BizGigz Agent Marketplace - register AI agents, manage API keys, and discover MCP capabilities Description: BizGigz Agent Marketplace - register AI agents, manage API keys, and discover MCP capabilities Remote endpoints: streamable-http: https://agents.bizgigz.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agents.bizgigz.com/mcp GitHub: https://github.com/jolt-systems/bizgigz-mcp-docs Security Score: 10/10 Creator: Jolt Systems Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-bizgigz-agent-marketplace https://agents.bizgigz.com/mcp --- ## ComfyUI MCP Server TypeScript URL: https://mcp-marketplace.io/server/io-github-metabrain-labs-comfyui-mcp-server Summary: MCP Server that transforms ComfyUI workflows into AI-callable tools for MCP Host Category: AI & ML Mode: local Pricing: Free npm: @metabrain-labs/comfyui-mcp-server GitHub: https://github.com/MetaBrain-Labs/ComfyUI-MCP-Server-TypeScript Security Score: 5.7/10 Creator: MetaBrain Labs Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-metabrain-labs-comfyui-mcp-server -- npx -y @metabrain-labs/comfyui-mcp-server --- ## Aviation Safety Risk URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-aviation-safety-risk-mcp Summary: Assess airline safety, maintenance compliance, route weather risk, sanctions screening, and airwo... Description: Assess airline safety, maintenance compliance, route weather risk, sanctions screening, and airwo... Remote endpoints: streamable-http: https://ryanclinton--aviation-safety-risk-mcp.apify.actor/mcp sse: https://ryanclinton--aviation-safety-risk-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--aviation-safety-risk-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-aviation-safety-risk-mcp https://ryanclinton--aviation-safety-risk-mcp.apify.actor/mcp --- ## Secure Privacy URL: https://mcp-marketplace.io/server/io-github-secureprivacy-secure-privacy-mcp Summary: An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites Category: Developer Tools Mode: local Pricing: Free npm: secure-privacy-mcp GitHub: https://github.com/secureprivacy/secure-privacy-mcp.git Security Score: 2.5/10 Creator: Secureprivacy Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-secureprivacy-secure-privacy-mcp -- npx -y secure-privacy-mcp@1.1.1 --- ## Hostinger Ssh URL: https://mcp-marketplace.io/server/io-github-ohvenkat-hostinger-ssh-mcp Summary: MCP server for connecting Claude Code to a Hostinger VPS via SSH Category: Developer Tools Mode: local Pricing: Free npm: hostinger-ssh-mcp GitHub: https://github.com/ohvenkat/hostinger-ssh-mcp Security Score: 10/10 Creator: Ohvenkat Creator Reputation: B Version: 1.0.2 Required Credentials: VPS_HOST (optional), VPS_USER (optional), VPS_PASS (required) Install (Claude Code): claude mcp add io-github-ohvenkat-hostinger-ssh-mcp -- npx -y hostinger-ssh-mcp@1.0.2 --- ## Nishati URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-nishati-mcp Summary: MCP server for energy coordination in East Africa (nishati = energy) Category: Developer Tools Mode: local Pricing: Free PyPI: nishati-mcp GitHub: https://github.com/gabrielmahia/nishati-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-gabrielmahia-nishati-mcp -- uvx nishati-mcp==0.1.3 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-json-forge-mcp Summary: JSON processing — format, validate, diff, convert, minify, query, analyze Category: Developer Tools Mode: local Pricing: Free npm: json-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-json-forge-mcp -- npx -y json-forge-mcp --- ## Science To Startup URL: https://mcp-marketplace.io/server/io-github-musa8026-sciencetostartup Summary: Signed Buildability Oracle for AI-for-science papers. ed25519 receipts, Wave proofs, divergence. Description: Signed Buildability Oracle for AI-for-science papers. ed25519 receipts, Wave proofs, divergence. Remote endpoints: streamable-http: https://sciencetostartup.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sciencetostartup.com/api/mcp GitHub: https://github.com/musa8026/science-to-startup Security Score: 8/10 Creator: Musa8026 Creator Reputation: B Version: 2.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-musa8026-sciencetostartup https://sciencetostartup.com/api/mcp --- ## Salutespeech URL: https://mcp-marketplace.io/server/io-github-theyahia-salutespeech-mcp Summary: MCP server for Sber SaluteSpeech API — speech recognition and synthesis. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/salutespeech-mcp GitHub: https://github.com/theYahia/salutespeech-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: SALUTE_AUTH_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-salutespeech-mcp -- npx -y @theyahia/salutespeech-mcp@1.1.1 --- ## Retrochat URL: https://mcp-marketplace.io/server/io-github-revelc-ui-retrochat Summary: Join RetroChat rooms, read context, register agents, and talk with humans. Description: Join RetroChat rooms, read context, register agents, and talk with humans. Remote endpoints: streamable-http: https://retrochatlabs.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://retrochatlabs.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-revelc-ui-retrochat https://retrochatlabs.com/mcp --- ## Sdfsdf URL: https://mcp-marketplace.io/server/ai-smithery-morosss-sdfsdf Summary: Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe… Description: Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe… Remote endpoints: streamable-http: https://server.smithery.ai/@morosss/sdfsdf/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/morosss/sdfsdf Security Score: 10/10 Creator: Morosss Creator Reputation: B Version: 1.14.0 --- ## Trello URL: https://mcp-marketplace.io/server/io-github-billnobill-trello-mcp-server Summary: Trello Model Context Protocol (MCP) Server for AI Agents Category: Business Tools Mode: local Pricing: Free npm: @billnobill/trello-mcp-server GitHub: https://github.com/BillNobill/trello-mcp-server Security Score: 4.2/10 Creator: BillNobill Creator Reputation: B Version: 1.1.0 Required Credentials: TRELLO_API_KEY (required), TRELLO_TOKEN (required), TRELLO_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-billnobill-trello-mcp-server -- npx -y @billnobill/trello-mcp-server --- ## Terraform Provider F5xc URL: https://mcp-marketplace.io/server/io-github-robinmordasiewicz-f5xc-terraform-mcp Summary: F5 Distributed Cloud Terraform provider docs, 270+ OpenAPI specs, and subscription info for AI. Category: Cloud & DevOps Mode: local Pricing: Free npm: @robinmordasiewicz/f5xc-terraform-mcp GitHub: https://github.com/robinmordasiewicz/terraform-provider-f5xc Security Score: 4/10 Creator: Robinmordasiewicz Creator Reputation: B Version: 3.24.0 Install (Claude Code): claude mcp add io-github-robinmordasiewicz-f5xc-terraform-mcp -- npx -y @robinmordasiewicz/f5xc-terraform-mcp@3.24.0 --- ## Handbook URL: https://mcp-marketplace.io/server/io-github-jannks-handbook Summary: MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search. Category: Developer Tools Mode: local Pricing: Free npm: @ah-oh/handbook-mcp-server GitHub: https://github.com/ah-oh/handbook-mcp-server Security Score: 6.8/10 Creator: Ah Oh Creator Reputation: B Version: 1.0.1 Required Credentials: HANDBOOK_API_TOKEN (required), HANDBOOK_API_URL (optional) Install (Claude Code): claude mcp add io-github-jannks-handbook -- npx -y @ah-oh/handbook-mcp-server@1.0.1 --- ## Supercolony URL: https://mcp-marketplace.io/server/io-github-randomblocker-supercolony Summary: Agent swarm intelligence — real-time feed and consensus signals from 140+ AI agents on-chain Category: Developer Tools Mode: local Pricing: Free npm: supercolony-mcp GitHub: https://github.com/TheSuperColony/supercolony-mcp Security Score: 7/10 Creator: TheSuperColony Creator Reputation: B Version: 0.1.8 Install (Claude Code): claude mcp add io-github-randomblocker-supercolony -- npx -y supercolony-mcp@0.1.8 --- ## Nexus URL: https://mcp-marketplace.io/server/io-github-addozhang-nexus Summary: Query Sonatype Nexus Repository (OSS/Pro) for Maven, Python, and Docker artifacts Category: Developer Tools Mode: local Pricing: Free PyPI: nexus-mcp-server GitHub: https://github.com/addozhang/nexus-mcp-server Security Score: 10/10 Creator: Addozhang Creator Reputation: B Version: 0.1.1 Required Credentials: NEXUS_BASE_URL (optional), NEXUS_USERNAME (optional), NEXUS_PASSWORD (required) Install (Claude Code): claude mcp add io-github-addozhang-nexus -- uvx nexus-mcp-server==0.1.1 --- ## Cyberlens URL: https://mcp-marketplace.io/server/io-github-shadoprizm-cyberlens-mcp-server Summary: Security scanning for websites, public repositories, and Open CLAW skills. Category: Developer Tools Mode: local Pricing: Free npm: @shadoprizm/cyberlens-mcp-server GitHub: https://github.com/shadoprizm/cyberlens-mcp-server Security Score: 7.8/10 Creator: Shadoprizm Creator Reputation: B Version: 1.0.0 Required Credentials: CYBERLENS_API_KEY (required), CYBERLENS_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-shadoprizm-cyberlens-mcp-server -- npx -y @shadoprizm/cyberlens-mcp-server@1.0.0 --- ## Dagpipe URL: https://mcp-marketplace.io/server/io-github-devilsfave-dagpipe Summary: Crash-proof LLM pipelines. Resumes from failure without a database. Description: DagPipe makes LLM pipelines crash-proof by saving each completed node's output to a plain JSON file. When a pipeline fails, re-running it skips finished nodes and resumes from exactly where it stopped. No database, no broker, just files. Built for developers who are tired of losing pipeline progress to timeouts, rate limits, and bad model responses. Especially useful when running multi-step workflows on free tier APIs where every failed node costs real quota. Ships with smart model routi Category: Developer Tools Mode: local Pricing: Free PyPI: dagpipe-core GitHub: https://github.com/devilsfave/dagpipe Security Score: 9.7/10 Rating: 4.5/5 Installs: 3 Creator: devilsfave Creator Reputation: B- Version: 0.2.3 Tags: python, llm, pipeline, orchestration, crash-recovery, ai-agents, mcp, free-tier, dag, checkpointing, pydantic, groq, gemini, langchain-alternative, langgraph-alternative, agentic-workflows Use Cases: LLM Pipeline Orchestration, AI Agent Development, Crash Recovery, Multi-step Automation, Free Tier Optimization, Agentic Workflows Required Credentials: GROQ_API_KEY (optional), GEMINI_API_KEY (optional) Install (Claude Code): claude mcp add io-github-devilsfave-dagpipe -- uvx dagpipe-core==0.2.3 --- ## Cron Pilot URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-cron-pilot Summary: Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts. Description: Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts. Remote endpoints: sse: https://cron.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cron.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-cron-pilot https://cron.rjctdlabs.xyz/sse --- ## Cloudflare Mcp Pro URL: https://mcp-marketplace.io/server/io-github-helbertparanhos-cloudflare-mcp-pro Summary: Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4 Category: Cloud & DevOps Mode: local Pricing: Free npm: cloudflare-mcp-pro GitHub: https://github.com/helbertparanhos/cloudflare-mcp-pro Security Score: 10/10 Creator: Helbertparanhos Creator Reputation: B Version: 1.1.0 Required Credentials: CLOUDFLARE_API_TOKEN (required), CLOUDFLARE_ACCOUNT_ID (optional), CLOUDFLARE_API_BASE (optional) Install (Claude Code): claude mcp add io-github-helbertparanhos-cloudflare-mcp-pro -- npx -y cloudflare-mcp-pro@1.1.0 --- ## Hive Mcp Agent Kyc URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-agent-kyc Summary: KYA agent identity verification and trust scoring for autonomous A2A networks Description: KYA agent identity verification and trust scoring for autonomous A2A networks Remote endpoints: streamable-http: https://hive-mcp-agent-kyc.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-agent-kyc.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-agent-kyc MCP Tools (4): agent_kyc_screen_address, agent_kyc_check_ofac_list, agent_kyc_check_fatf_list, agent_kyc_query_status Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-agent-kyc https://hive-mcp-agent-kyc.onrender.com/mcp --- ## Scb Opendata URL: https://mcp-marketplace.io/server/io-github-ashwinvis-scb-opendata-mcp Summary: Statistics Sweden’s open data made available as an MCP server, using Python and FastMCP Category: Developer Tools Mode: local Pricing: Free PyPI: scb-opendata-mcp GitHub: https://github.com/ashwinvis/scb-opendata-mcp Security Score: 10/10 Installs: 1 Creator: Ashwinvis Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-ashwinvis-scb-opendata-mcp -- uvx scb-opendata-mcp==0.2.1 --- ## 0xhumans Mcp Proxy URL: https://mcp-marketplace.io/server/io-github-davidorpeli-0xhumans-mcp Summary: MCP for AI agents: financing, skills, lending on Base Description: MCP for AI agents: financing, skills, lending on Base Remote endpoints: streamable-http: https://0xhumans-mcp-proxy.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://0xhumans-mcp-proxy.vercel.app/api/mcp GitHub: https://github.com/DavidOrpeli/0xhumans-mcp-proxy Security Score: 9/10 Creator: DavidOrpeli Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-davidorpeli-0xhumans-mcp https://0xhumans-mcp-proxy.vercel.app/api/mcp --- ## Carscout URL: https://mcp-marketplace.io/server/com-usecarscout-mcp Summary: Search used car inventory, check NHTSA recalls, decode VINs, and manage automated search scouts. Description: Search used car inventory, check NHTSA recalls, decode VINs, and manage automated search scouts. Remote endpoints: streamable-http: https://mcp.usecarscout.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.usecarscout.com/mcp GitHub: https://github.com/brunoamorim39/carscout MCP Tools (4): get_market_data, check_recalls, search_inventory, decode_vin Security Score: 9/10 Installs: 1 Creator: brunoamorim39 Creator Reputation: C- Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-usecarscout-mcp https://mcp.usecarscout.com/mcp --- ## Brandkit URL: https://mcp-marketplace.io/server/io-github-ejwhite7-brandkit-mcp Summary: Brand atomic system over MCP: verbal, visual, motion, tokens, and a magic_trick taste primer. Category: Developer Tools Mode: local Pricing: Free npm: brandkit-mcp GitHub: https://github.com/ejwhite7/brandkit-mcp Security Score: 4.8/10 Creator: Ejwhite7 Creator Reputation: B Version: 2.1.0 Install (Claude Code): claude mcp add io-github-ejwhite7-brandkit-mcp -- npx -y brandkit-mcp@2.1.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-flow-cl Summary: MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-flow-cl GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.1.0 Required Credentials: FLOW_API_KEY (required), FLOW_SECRET_KEY (required), FLOW_ENV (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-flow-cl -- npx -y @codespar/mcp-flow-cl --- ## Catalo URL: https://mcp-marketplace.io/server/io-github-catalo-ai-catalo Summary: AI-curated book catalog that eliminates hallucinations and surfaces lesser-known titles. Description: AI-curated book catalog that eliminates hallucinations and surfaces lesser-known titles. Remote endpoints: streamable-http: https://catalo.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://catalo.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-catalo-ai-catalo https://catalo.ai/mcp --- ## Bridge URL: https://mcp-marketplace.io/server/io-github-barhamagha1-bridge-mcp Summary: Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs. Category: Developer Tools Mode: local Pricing: Free PyPI: bridge-mcp GitHub: https://github.com/BarhamAgha1/Bridge-MCP Security Score: 4.5/10 Creator: BarhamAgha1 Creator Reputation: F Version: 2.1.0 Install (Claude Code): claude mcp add io-github-barhamagha1-bridge-mcp -- uvx bridge-mcp==2.1.0 --- ## Offline URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-offline-mcp Summary: MCP server enabling offline-first agent operation over intermittent connectivity Category: Developer Tools Mode: local Pricing: Free PyPI: offline-mcp GitHub: https://github.com/gabrielmahia/offline-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-gabrielmahia-offline-mcp -- uvx offline-mcp==0.1.4 --- ## Impact Preview URL: https://mcp-marketplace.io/server/io-github-agent-polis-impact-preview Summary: Impact preview for AI agents - see what changes before any action executes. Category: Developer Tools Mode: local Pricing: Free PyPI: impact-preview GitHub: https://github.com/agent-polis/impact-preview Security Score: 9/10 Creator: Agent Polis Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-agent-polis-impact-preview -- uvx impact-preview==0.2.2 --- ## Changelog Hq URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-changelog-hq Summary: Auto-generate changelogs from GitHub PRs with AI-powered categorization and rewriting. Description: Auto-generate changelogs from GitHub PRs with AI-powered categorization and rewriting. Remote endpoints: sse: https://changelog.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://changelog.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-changelog-hq https://changelog.rjctdlabs.xyz/sse --- ## Mcp URL: https://mcp-marketplace.io/server/com-woopsocial-mcp Summary: Post to social media (Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more) Description: Post to social media (Facebook, Instagram, LinkedIn, Pinterest, YouTube, TikTok, X/Twitter and more) Remote endpoints: streamable-http: https://api.woopsocial.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.woopsocial.com/mcp GitHub: https://github.com/WoopSocial/mcp Security Score: 10/10 Creator: WoopSocial Creator Reputation: B Version: 1.0.8 Install (Claude Code Remote): claude mcp add --transport http com-woopsocial-mcp https://api.woopsocial.com/mcp --- ## OpenOSINT URL: https://mcp-marketplace.io/server/io-github-sonotommy-openosint Summary: AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more. Category: Developer Tools Mode: local Pricing: Free PyPI: openosint GitHub: https://github.com/OpenOSINT/OpenOSINT Security Score: 3.2/10 Creator: OpenOSINT Creator Reputation: B Version: 2.15.2 Required Credentials: ANTHROPIC_API_KEY (required), HIBP_API_KEY (required), IPINFO_TOKEN (required), IP2LOCATION_API_KEY (required), ABUSEIPDB_API_KEY (required) Install (Claude Code): claude mcp add io-github-sonotommy-openosint -- uvx openosint==2.15.2 --- ## Ddc Ci Control Bridge URL: https://mcp-marketplace.io/server/io-github-defozo-ddc-ci-control-bridge Summary: Control monitor brightness, contrast, power and input via DDC/CI with MCP and MQTT support. Category: Developer Tools Mode: local Pricing: Free npm: ddc-ci-control-bridge GitHub: https://github.com/Defozo/ddc-ci-control-bridge Security Score: 10/10 Creator: Defozo Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add io-github-defozo-ddc-ci-control-bridge -- npx -y ddc-ci-control-bridge@1.0.5 --- ## Breweries URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-breweries Summary: Breweries MCP — Open Brewery DB API (free, no auth) Description: Breweries MCP — Open Brewery DB API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/breweries/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/breweries/mcp GitHub: https://github.com/pipeworx-io/mcp-breweries MCP Tools (3): search_breweries, get_brewery, breweries_by_city Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-breweries https://gateway.pipeworx.io/breweries/mcp --- ## Himalayas URL: https://mcp-marketplace.io/server/app-himalayas-mcp Summary: Search and post remote jobs, browse companies, check salaries, and find talent on Himalayas.app Description: Search and post remote jobs, browse companies, check salaries, and find talent on Himalayas.app Remote endpoints: streamable-http: https://mcp.himalayas.app/mcp sse: https://mcp.himalayas.app/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.himalayas.app/mcp GitHub: https://github.com/Himalayas-App/himalayas-mcp MCP Tools (34): get_jobs, search_jobs, get_job_details, get_related_jobs, get_companies, search_companies, get_company_details, get_remote_work_statistics, get_salary_data, get_correct_country_name, get_my_profile, save_job, get_saved_jobs, update_job_status, remove_saved_job, update_profile, add_experience, add_education, update_tech_stack, search_talent, get_company_profile, update_company_profile, get_company_perks, add_company_perk, remove_company_perk, update_company_tech_stack, list_company_jobs, show_company_job, create_company_job, update_company_job, delete_company_job, post_job_public, purchase_job_extras, check_job_payment_status Security Score: 10/10 Creator: Himalayas App Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http app-himalayas-mcp https://mcp.himalayas.app/mcp --- ## Touchdesigner URL: https://mcp-marketplace.io/server/io-github-8beeeaaat-touchdesigner-mcp-server Summary: MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents Category: Developer Tools Mode: local Pricing: Free npm: touchdesigner-mcp-server GitHub: https://github.com/8beeeaaat/touchdesigner-mcp.git Security Score: 9/10 Creator: 8beeeaaat Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-8beeeaaat-touchdesigner-mcp-server -- npx -y touchdesigner-mcp-server@1.4.7 --- ## Unphurl URL: https://mcp-marketplace.io/server/io-github-123ergo-unphurl Summary: URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks. Description: URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks. Remote endpoints: streamable-http: https://mcp.unphurl.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @unphurl/mcp-server Remote URL: https://mcp.unphurl.com/mcp GitHub: https://github.com/123Ergo/unphurl-mcp Security Score: 6.8/10 Creator: 123Ergo Creator Reputation: B Version: 0.2.3 Required Credentials: UNPHURL_API_KEY (required) Install (Claude Code): claude mcp add io-github-123ergo-unphurl -- npx -y @unphurl/mcp-server@0.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-123ergo-unphurl https://mcp.unphurl.com/mcp --- ## Easyeda URL: https://mcp-marketplace.io/server/io-github-vlab-software-easyeda-pro-mcp Summary: MCP server and EasyEDA Pro extension bridge for live project assistance. Category: Developer Tools Mode: local Pricing: Free npm: @vlabsoft/easyeda-pro-mcp GitHub: https://github.com/VLab-Software/easyeda_mcp Security Score: 9/10 Creator: VLab Software Creator Reputation: B Version: 1.0.2 Required Credentials: EASYEDA_MCP_WS_HOST (optional), EASYEDA_MCP_WS_PORT (optional) Install (Claude Code): claude mcp add io-github-vlab-software-easyeda-pro-mcp -- npx -y @vlabsoft/easyeda-pro-mcp@1.0.2 --- ## Afya URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-afya-mcp Summary: MCP server for health-service coordination in East Africa (afya = health) Category: Developer Tools Mode: local Pricing: Free PyPI: afya-mcp GitHub: https://github.com/gabrielmahia/afya-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-gabrielmahia-afya-mcp -- uvx afya-mcp==0.1.3 --- ## Lgpd URL: https://mcp-marketplace.io/server/io-github-lordmendes-lgpd-mcp Summary: MCP Server para conformidade LGPD. Ferramentas de bases legais, consentimento, PIA e políticas. Category: Developer Tools Mode: local Pricing: Free npm: @lordmendes/lgpd-mcp GitHub: https://github.com/LordMendes/lgpd-mcp Security Score: 10/10 Creator: LordMendes Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-lordmendes-lgpd-mcp -- npx -y @lordmendes/lgpd-mcp@0.1.3 --- ## Greek Law URL: https://mcp-marketplace.io/server/eu-ansvar-greek-law-mcp Summary: Greek legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/greek-law-mcp GitHub: https://github.com/Ansvar-Systems/Greek-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-greek-law-mcp -- npx -y @ansvar/greek-law-mcp@1.0.0 --- ## Grubhub URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-grubhub Summary: MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-grubhub GitHub: https://github.com/markswendsen-code/mcp-grubhub Security Score: 8/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.3 Required Credentials: GRUBHUB_EMAIL (optional), GRUBHUB_PASSWORD (required) Install (Claude Code): claude mcp add io-github-markswendsen-code-grubhub -- npx -y @striderlabs/mcp-grubhub@0.1.3 --- ## Deepseekfr URL: https://mcp-marketplace.io/server/io-github-rocnubie-deepseekfr-mcp Summary: Independent French workspace for evaluating DeepSeek-V3-class chat and DeepSeek-R1 reasoning. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/deepseekfr-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Mioffice URL: https://mcp-marketplace.io/server/io-github-jsvvsolsllc-mioffice Summary: 125+ browser tools for PDF, Image, Video, Audio, AI, Scanner. Files never leave your device. Description: 125+ browser tools for PDF, Image, Video, Audio, AI, Scanner. Files never leave your device. Remote endpoints: streamable-http: https://mioffice.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mioffice.ai/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jsvvsolsllc-mioffice https://mioffice.ai/api/mcp --- ## Platform URL: https://mcp-marketplace.io/server/com-microsoft-agent365-mailtools Summary: Email tools for creating, sending, replying, updating, deleting, and searching messages. Description: Email tools for creating, sending, replying, updating, deleting, and searching messages. Remote endpoints: streamable-http: https://agent365.svc.cloud.microsoft/agents/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47/servers/mcp_MailTools Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent365.svc.cloud.microsoft/agents/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47/servers/mcp_MailTools GitHub: https://github.com/bap-microsoft/MCP-Platform Security Score: 9/10 Creator: Bap Microsoft Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-microsoft-agent365-mailtools https://agent365.svc.cloud.microsoft/agents/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47/servers/mcp_MailTools --- ## Thailand Payments URL: https://mcp-marketplace.io/server/app-wishpool-thailand-payments-mcp Summary: Thailand payments for AI agents — PromptPay QR, cards, TrueMoney via Opn (Omise). Never holds funds. Description: Thailand payments for AI agents — PromptPay QR, cards, TrueMoney via Opn (Omise). Never holds funds. Remote endpoints: streamable-http: https://mcp-th.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp-th.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/thailand-payments-mcp MCP Tools (2): create_payment_link, query_payment_status Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-thailand-payments-mcp https://mcp-th.wishpool.app/mcp --- ## Clinical Trials URL: https://mcp-marketplace.io/server/dev-reapx-clinical-trials Summary: Scrape ClinicalTrials.gov studies by condition, sponsor, phase, status or location. Pay per row. Description: Scrape ClinicalTrials.gov studies by condition, sponsor, phase, status or location. Pay per row. Remote endpoints: streamable-http: https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-reapx-clinical-trials 'https://mcp.apify.com/?actors=reapx/clinicaltrials-scraper' --- ## Impact URL: https://mcp-marketplace.io/server/io-github-shashwatgtm-impact-mcp Summary: Hypothesis-Driven B2B Positioning Engine - 8 strategic positioning tools Category: Developer Tools Mode: local Pricing: Free npm: @shashwatgtmalpha/impact-mcp GitHub: https://github.com/shashwatgtm/impact-mcp Security Score: 8/10 Creator: Shashwatgtm Creator Reputation: B Version: 2.0.0 Install (Claude Code): claude mcp add io-github-shashwatgtm-impact-mcp -- npx -y @shashwatgtmalpha/impact-mcp@2.0.0 --- ## Planetscale URL: https://mcp-marketplace.io/server/io-github-planetscale-mcp-server Summary: Connect to PlanetScale databases, branches, schema, query insights, and execute SQL Description: Connect to PlanetScale databases, branches, schema, query insights, and execute SQL Remote endpoints: streamable-http: https://mcp.pscale.dev/mcp/planetscale Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcp.pscale.dev/mcp/planetscale GitHub: https://github.com/planetscale/mcp-server Security Score: 7/10 Creator: Planetscale Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-planetscale-mcp-server https://mcp.pscale.dev/mcp/planetscale --- ## Books URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-books Summary: Books MCP — wraps Open Library API (free, no auth) Description: Books MCP — wraps Open Library API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/books/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/books/mcp GitHub: https://github.com/pipeworx-io/mcp-books MCP Tools (3): search_books, get_book, get_author Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-books https://gateway.pipeworx.io/books/mcp --- ## Trust Gated Agent Example URL: https://mcp-marketplace.io/server/com-craftedtrust-mcp-shield Summary: Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers. Description: Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers. Remote endpoints: streamable-http: https://mcp.craftedtrust.com/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.craftedtrust.com/api/v1/mcp GitHub: https://github.com/cybercraftsolutionsllc/trust-gated-agent-example MCP Tools (6): check_trust, scan_server, search_registry, get_stats, pay_for_certification, verify_payment Security Score: 10/10 Creator: Cybercraftsolutionsllc Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-craftedtrust-mcp-shield https://mcp.craftedtrust.com/api/v1/mcp --- ## Chainmemory URL: https://mcp-marketplace.io/server/io-github-chaelynet-chainmemory Summary: Permanent blockchain memory for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: chainmemory-mcp GitHub: https://github.com/chaelynet/chainmemory-mcp Security Score: 8/10 Creator: Chaelynet Creator Reputation: B Version: 1.0.1 Required Credentials: AICHAIN_KEY (required), AICHAIN_RPC (optional) Install (Claude Code): claude mcp add io-github-chaelynet-chainmemory -- npx -y chainmemory-mcp@1.0.1 --- ## Feed Forge URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-feed-forge Summary: Turn any website into an RSS, Atom, or JSON feed using CSS selectors and scheduled polling. Description: Turn any website into an RSS, Atom, or JSON feed using CSS selectors and scheduled polling. Remote endpoints: sse: https://feeds.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feeds.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-feed-forge https://feeds.rjctdlabs.xyz/sse --- ## Bear URL: https://mcp-marketplace.io/server/io-github-jkawamoto-mcp-bear Summary: A MCP server for interacting with Bear note-taking software. Category: Productivity Mode: local Pricing: Free GitHub: https://github.com/jkawamoto/mcp-bear Security Score: 10/10 Creator: Jkawamoto Creator Reputation: B Version: 0.5.2 Required Credentials: BEAR_API_TOKEN (required) --- ## Qa Test Cli URL: https://mcp-marketplace.io/server/live-alpic-qa-test-cli-b955e6a8-qa-test-cli Summary: Testing publish command Description: Testing publish command Remote endpoints: streamable-http: https://qa-test-cli-b955e6a8.alpic.live sse: https://qa-test-cli-b955e6a8.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qa-test-cli-b955e6a8.alpic.live Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-qa-test-cli-b955e6a8-qa-test-cli https://qa-test-cli-b955e6a8.alpic.live --- ## Konstruct URL: https://mcp-marketplace.io/server/io-github-alright-alright-konstruct Summary: Knowledge graph for AI agents. Query concepts, walk edges, get advisories. Description: Knowledge graph for AI agents. Query concepts, walk edges, get advisories. Remote endpoints: streamable-http: https://konstruct-api.aerynw.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://konstruct-api.aerynw.workers.dev/mcp GitHub: https://github.com/alright-alright/konstruct Security Score: 9/10 Creator: Alright Alright Creator Reputation: B Version: 0.2.4 Install (Claude Code Remote): claude mcp add --transport http io-github-alright-alright-konstruct https://konstruct-api.aerynw.workers.dev/mcp --- ## Meridian Consensus URL: https://mcp-marketplace.io/server/io-github-adicted07-lang-meridian-consensus Summary: Committee-reviewed market sizing, forecasts, and competitive landscape from Meridian Consensus. Description: Committee-reviewed market sizing, forecasts, and competitive landscape from Meridian Consensus. Remote endpoints: streamable-http: https://www.meridianconsensus.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.meridianconsensus.com/api/mcp MCP Tools (7): search_markets, get_market, get_market_size, get_companies, get_forecast, list_industries, list_markets_by_industry Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-adicted07-lang-meridian-consensus https://www.meridianconsensus.com/api/mcp --- ## Instinct URL: https://mcp-marketplace.io/server/io-github-yakuphanycl-instinct Summary: Self-learning memory for AI coding agents with pattern detection and confidence scoring. Category: Developer Tools Mode: local Pricing: Free PyPI: instinct-mcp GitHub: https://github.com/yakuphanycl/instinct Security Score: 7/10 Creator: Yakuphanycl Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-yakuphanycl-instinct -- uvx instinct-mcp==1.4.0 --- ## Apple Search Ads URL: https://mcp-marketplace.io/server/io-github-philmccarty-apple-search-ads-mcp Summary: Apple Search Ads MCP: campaign analytics, bid management, and attribution tracking. Description: Apple Search Ads MCP: campaign analytics, bid management, and attribution tracking. Remote endpoints: streamable-http: https://appleadsmcp.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://appleadsmcp.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-philmccarty-apple-search-ads-mcp https://appleadsmcp.com/api/mcp --- ## Clawpage URL: https://mcp-marketplace.io/server/io-github-skypher-clawpage-mcp Summary: Extract and structure any web page into clean JSON. Free tier: 10/day. Category: Developer Tools Mode: local Pricing: Free npm: clawpage-mcp GitHub: https://github.com/skypher/clawpage-mcp Security Score: 8/10 Creator: Skypher Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-skypher-clawpage-mcp -- npx -y clawpage-mcp@0.2.2 --- ## Who Gho URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-who-gho Summary: WHO GHO MCP — World Health Organization Global Health Observatory (free, no auth) Description: WHO GHO MCP — World Health Organization Global Health Observatory (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/who-gho/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/who-gho/mcp GitHub: https://github.com/pipeworx-io/mcp-who-gho MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_indicators, get_data, list_countries Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-who-gho https://gateway.pipeworx.io/who-gho/mcp --- ## Churnsolution URL: https://mcp-marketplace.io/server/com-churnsolution-analytics Summary: Query Churn Solution cancellation-flow metrics, revenue, and feedback analytics (read-only). Description: Query Churn Solution cancellation-flow metrics, revenue, and feedback analytics (read-only). Remote endpoints: streamable-http: https://mcp.churnsolution.com Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcp.churnsolution.com GitHub: https://github.com/Churnsolution/Churnsolution-MCP Security Score: 10/10 Creator: Churnsolution Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-churnsolution-analytics https://mcp.churnsolution.com --- ## Product Console URL: https://mcp-marketplace.io/server/io-github-gondalaimafia-product-console Summary: Agent accountability for product teams: specs, evidence, and ship readiness over MCP. Description: Agent accountability for product teams: specs, evidence, and ship readiness over MCP. Remote endpoints: streamable-http: https://pc-mcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pc-mcp.fly.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gondalaimafia-product-console https://pc-mcp.fly.dev/mcp --- ## Czso Cz URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-czso-cz Summary: Czech Statistical Office (Český statistický úřad, ČSÚ) open-data MCP. Description: Czech Statistical Office (Český statistický úřad, ČSÚ) open-data MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/czso-cz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/czso-cz/mcp GitHub: https://github.com/pipeworx-io/mcp-czso-cz MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_datasets, dataset_detail, data_summary, get_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-czso-cz https://gateway.pipeworx.io/czso-cz/mcp --- ## Junto URL: https://mcp-marketplace.io/server/io-github-vrllrv-junto-mcp Summary: The payment protocol for people and agents. One MCP server, any payment rail. Category: Developer Tools Mode: local Pricing: Free npm: junto-mcp GitHub: https://github.com/vrllrv/junto-mcp Security Score: 8/10 Creator: Vrllrv Creator Reputation: B Version: 0.1.1 Required Credentials: WOOVI_APP_ID (required), JUNTO_DAILY_LIMIT (optional), JUNTO_TX_MAX (optional), JUNTO_CONFIRM_ABOVE (optional) Install (Claude Code): claude mcp add io-github-vrllrv-junto-mcp -- npx -y junto-mcp@0.2.0 --- ## Web Fetch URL: https://mcp-marketplace.io/server/io-github-kylinmountain-web-fetch-mcp Summary: MCP server for web content fetching, summarizing, comparing, and extracting information Category: Developer Tools Mode: local Pricing: Free npm: web-fetch-mcp GitHub: https://github.com/KylinMountain/web-fetch-mcp.git Security Score: 4/10 Creator: KylinMountain Creator Reputation: B Version: 0.1.1 Required Credentials: GEMINI_API_KEY (required), HTTP_PROXY (optional), HTTPS_PROXY (optional) Install (Claude Code): claude mcp add io-github-kylinmountain-web-fetch-mcp -- npx -y web-fetch-mcp@0.1.1 --- ## Memory Os Ai URL: https://mcp-marketplace.io/server/io-github-romainsantoli-web-memory-os-ai Summary: Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking Category: Developer Tools Mode: local Pricing: Free PyPI: memory-os-ai GitHub: https://github.com/romainsantoli-web/Memory-os-ai Security Score: 4/10 Creator: Romainsantoli Web Creator Reputation: B Version: 3.0.1 Install (Claude Code): claude mcp add io-github-romainsantoli-web-memory-os-ai -- uvx memory-os-ai==3.2.0 --- ## Fruityvice URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fruityvice Summary: Fruityvice MCP — wraps Fruityvice API (free, no auth) Description: Fruityvice MCP — wraps Fruityvice API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/fruityvice/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fruityvice/mcp GitHub: https://github.com/pipeworx-io/mcp-fruityvice MCP Tools (3): get_fruit, list_fruits, get_by_nutrition Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fruityvice https://gateway.pipeworx.io/fruityvice/mcp --- ## Social Pulse URL: https://mcp-marketplace.io/server/com-dropwatchhq-social-pulse Summary: Real-time Reddit + Hacker News sensing: trending, mention velocity, sentiment, emerging terms. Description: Real-time Reddit + Hacker News sensing: trending, mention velocity, sentiment, emerging terms. Remote endpoints: streamable-http: https://social.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://social.dropwatchhq.com/mcp MCP Tools (4): trending_topics, mention_pulse, whats_being_said, emerging_terms Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-social-pulse https://social.dropwatchhq.com/mcp --- ## Gsc URL: https://mcp-marketplace.io/server/io-github-mikusnuz-gsc Summary: MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection Category: Developer Tools Mode: local Pricing: Free npm: @mikusnuz/gsc-mcp GitHub: https://github.com/mikusnuz/gsc-mcp Security Score: 7.3/10 Creator: Mikusnuz Creator Reputation: B Version: 1.3.1 Required Credentials: GSC_CLIENT_ID (required), GSC_CLIENT_SECRET (required), GSC_REFRESH_TOKEN (required), GSC_SERVICE_ACCOUNT_KEY_PATH (optional) Install (Claude Code): claude mcp add io-github-mikusnuz-gsc -- npx -y @mikusnuz/gsc-mcp@1.3.1 --- ## Variflight URL: https://mcp-marketplace.io/server/io-github-variflight-variflight-mcp Summary: Variflight MCP Server Category: Developer Tools Mode: local Pricing: Free npm: @variflight-ai/variflight-mcp GitHub: https://github.com/variflight/variflight-mcp Security Score: 8/10 Creator: Variflight Creator Reputation: B Version: 1.0.1 Required Credentials: VARIFLIGHT_API_KEY (required) Install (Claude Code): claude mcp add io-github-variflight-variflight-mcp -- npx -y @variflight-ai/variflight-mcp@1.0.1 --- ## Inktree Social Tools URL: https://mcp-marketplace.io/server/io-github-heirloomz-oral-heritage-index Summary: Authoritative cited answers about saving family stories. Published by InkTree. Description: Authoritative cited answers about saving family stories. Published by InkTree. Remote endpoints: streamable-http: https://oral-heritage-index.inktree.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://oral-heritage-index.inktree.ai/mcp GitHub: https://github.com/Heirloomz/inktree-social-tools MCP Tools (6): search_family_story_content, search_interview_questions, get_pillar_overview, get_occasion_guide, get_citations, list_pillars Security Score: 8/10 Creator: Heirloomz Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-heirloomz-oral-heritage-index https://oral-heritage-index.inktree.ai/mcp --- ## Cannabis Regulatory Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-cannabis-regulatory-intelligence-mcp Summary: Assess state cannabis regulatory risk, track federal policy, verify entities, and score MSO portf... Description: Assess state cannabis regulatory risk, track federal policy, verify entities, and score MSO portf... Remote endpoints: streamable-http: https://ryanclinton--cannabis-regulatory-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--cannabis-regulatory-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--cannabis-regulatory-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-cannabis-regulatory-intelligence-mcp https://ryanclinton--cannabis-regulatory-intelligence-mcp.apify.actor/mcp --- ## Socialdl URL: https://mcp-marketplace.io/server/io-github-mcp-dir-socialdl-mcp Summary: Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR. Description: Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR. Remote endpoints: streamable-http: https://api.mcp.ai/p_socialdl Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_socialdl GitHub: https://github.com/mcp-dir/socialdl-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-socialdl-mcp https://api.mcp.ai/p_socialdl --- ## Artblocks URL: https://mcp-marketplace.io/server/io-github-artblocks-mcp Summary: Discover, browse, and collect from 500+ on-chain generative art projects. Description: Discover, browse, and collect from 500+ on-chain generative art projects. Remote endpoints: streamable-http: https://mcp.artblocks.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.artblocks.io/mcp GitHub: https://github.com/ArtBlocks/artblocks-mcp Security Score: 9/10 Creator: ArtBlocks Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-artblocks-mcp https://mcp.artblocks.io/mcp --- ## Thrivestack URL: https://mcp-marketplace.io/server/io-github-thrivestack-public-thrivestack-mcp Summary: ThriveStack PLG CRM analytics — query accounts, MAU/MTU, feature adoption, and PLG leads. Description: ThriveStack PLG CRM analytics — query accounts, MAU/MTU, feature adoption, and PLG leads. Remote endpoints: streamable-http: https://api.app.thrivestack.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.app.thrivestack.ai/mcp GitHub: https://github.com/Thrivestack-public/thrivestack-mcp Security Score: 10/10 Creator: Thrivestack Public Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-thrivestack-public-thrivestack-mcp https://api.app.thrivestack.ai/mcp --- ## Crm URL: https://mcp-marketplace.io/server/com-plixana-crm Summary: Operate the Plixana CRM from any AI: contacts, deals, quotes, WhatsApp and metrics. Description: Operate the Plixana CRM from any AI: contacts, deals, quotes, WhatsApp and metrics. Remote endpoints: streamable-http: https://plixana.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://plixana.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-plixana-crm https://plixana.com/api/mcp --- ## CryptoAPIs Blockchain Events MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-blockchain-events-mcp-http-server Summary: Subscribe to on-chain event webhooks across EVM, UTXO, Solana, XRP via Crypto APIs Description: Create and manage on-chain event webhook subscriptions using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Blockchain Events product, no local installation needed. Subscribe to new blocks, confirmed transactions, address coin movements, and token transfers across EVM, UTXO, Solana, and XRP. List, activate, and delete subscriptions. Requires a Crypto APIs API key passed via the x-api-key header. Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/blockchain-events Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Uptime Status: up Tags: blockchain, webhooks, events, ethereum, bitcoin, solana, xrp, notifications, subscriptions, crypto Use Cases: Subscribe to new block events, Monitor address movements, Track token transfers, Manage webhooks Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-blockchain-events-mcp-http-server https://ai.cryptoapis.io/mcp/blockchain-events --- ## Httpbin URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-httpbin Summary: httpbin echo: GET/POST inspection, status codes, delay, UUID, base64. Debug aid. Description: httpbin echo: GET/POST inspection, status codes, delay, UUID, base64. Debug aid. Remote endpoints: streamable-http: https://gateway.pipeworx.io/httpbin/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/httpbin/mcp GitHub: https://github.com/pipeworx-io/mcp-httpbin MCP Tools (30): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, get, post, headers, ip, user_agent, status, delay, uuid, base64_encode, base64_decode, json_anything, xml_anything, html_anything, robots_txt, image, cookies Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-httpbin https://gateway.pipeworx.io/httpbin/mcp --- ## Heimdall URL: https://mcp-marketplace.io/server/io-github-lchampz-heimdall Summary: 🛡️ MCP Heimdall - Advanced Environment Architect & Diagnostic Tool. Category: Developer Tools Mode: local Pricing: Free npm: @lchampz/mcp-heimdall GitHub: https://github.com/lchampz/mcp-heimdall Security Score: 9/10 Creator: Lchampz Creator Reputation: B Version: 1.0.1 Required Credentials: DEBUG (optional) Install (Claude Code): claude mcp add io-github-lchampz-heimdall -- npx -y @lchampz/mcp-heimdall@1.1.2 --- ## Habari URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-habari-mcp Summary: MCP server for news and public-information coordination in East Africa (habari = news) Category: Developer Tools Mode: local Pricing: Free PyPI: habari-mcp GitHub: https://github.com/gabrielmahia/habari-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-gabrielmahia-habari-mcp -- uvx habari-mcp==0.1.3 --- ## Festival Finder URL: https://mcp-marketplace.io/server/ai-smithery-junojunhyun-festival-finder-mcp Summary: Discover festivals worldwide by location, date, and genre. Compare options with key details like d… Description: Discover festivals worldwide by location, date, and genre. Compare options with key details like d… Remote endpoints: streamable-http: https://server.smithery.ai/@JunoJunHyun/festival-finder-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/JunoJunHyun/Festival-Finder-mcp Security Score: 7/10 Creator: JunoJunHyun Creator Reputation: B Version: 1.16.0 --- ## Webhook Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-webhook Summary: Send, validate, debug webhooks for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-webhook-tools GitHub: https://github.com/rog0x/mcp-webhook-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-webhook -- npx -y @rog0x/mcp-webhook-tools@1.0.2 --- ## Hive Execute URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-execute Summary: Intent execution engine for autonomous agent task routing Description: Intent execution engine for autonomous agent task routing Remote endpoints: streamable-http: https://hive-execute.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-execute.onrender.com/mcp GitHub: https://github.com/srotzin/hive-execute Security Score: 9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-execute https://hive-execute.onrender.com/mcp --- ## Readonly Mcp Akamai URL: https://mcp-marketplace.io/server/io-github-desty2k-akamai Summary: Read-only MCP server for Akamai CDN — properties, EdgeWorkers, DNS, network lists Category: Developer Tools Mode: local Pricing: Free PyPI: readonly-mcp-akamai GitHub: https://github.com/desty2k/readonly-mcp-akamai Security Score: 5.2/10 Creator: Desty2k Creator Reputation: B Version: 0.1.1 Required Credentials: AKAMAI_HOST (optional), AKAMAI_CLIENT_TOKEN (required), AKAMAI_CLIENT_SECRET (required), AKAMAI_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-desty2k-akamai -- uvx readonly-mcp-akamai==0.1.1 --- ## Codasms URL: https://mcp-marketplace.io/server/io-github-ajemba-codasms-mcp Summary: Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release. Category: Developer Tools Mode: local Pricing: Free npm: codasms-mcp GitHub: https://github.com/ajemba/codasms-mcp Security Score: 5.2/10 Creator: Ajemba Creator Reputation: B Version: 0.1.1 Required Credentials: CODASMS_API_KEY (required), CODASMS_MAX_PRICE_CENTS (optional) Install (Claude Code): claude mcp add io-github-ajemba-codasms-mcp -- npx -y codasms-mcp@0.1.1 --- ## Xdebug URL: https://mcp-marketplace.io/server/io-github-kpanuragh-xdebug Summary: MCP server for PHP Xdebug debugging with breakpoints, stepping, and variable inspection Category: AI & ML Mode: local Pricing: Free npm: xdebug-mcp GitHub: https://github.com/kpanuragh/xdebug-mcp Security Score: 3.3/10 Creator: Kpanuragh Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-kpanuragh-xdebug -- npx -y xdebug-mcp@1.3.0 --- ## Portfolio URL: https://mcp-marketplace.io/server/io-github-saagpatel-portfolio-mcp Summary: Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless. Description: Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless. Remote endpoints: streamable-http: https://mcp.saagarpatel.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: saagar-portfolio-mcp Remote URL: https://mcp.saagarpatel.dev/mcp GitHub: https://github.com/saagpatel/portfolio-mcp Security Score: 6.7/10 Creator: Saagpatel Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-saagpatel-portfolio-mcp -- npx -y saagar-portfolio-mcp@0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-saagpatel-portfolio-mcp https://mcp.saagarpatel.dev/mcp --- ## Discogs Music URL: https://mcp-marketplace.io/server/dev-reapx-discogs-music Summary: Scrape Discogs music releases, artists, labels, formats and catalogue numbers. Pay per row. Description: Scrape Discogs music releases, artists, labels, formats and catalogue numbers. Pay per row. Remote endpoints: streamable-http: https://mcp.apify.com/?actors=reapx/discogs-scraper Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?actors=reapx/discogs-scraper Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-reapx-discogs-music 'https://mcp.apify.com/?actors=reapx/discogs-scraper' --- ## Meta URL: https://mcp-marketplace.io/server/io-github-mikusnuz-meta Summary: MCP server for Instagram Graph API, Threads API & Meta platform management Category: Developer Tools Mode: local Pricing: Free npm: @mikusnuz/meta-mcp GitHub: https://github.com/mikusnuz/meta-mcp Security Score: 10/10 Creator: Mikusnuz Creator Reputation: B Version: 2.0.1 Required Credentials: INSTAGRAM_ACCESS_TOKEN (required), INSTAGRAM_USER_ID (optional), THREADS_ACCESS_TOKEN (required), THREADS_USER_ID (optional), META_APP_ID (optional), META_APP_SECRET (required) Install (Claude Code): claude mcp add io-github-mikusnuz-meta -- npx -y @mikusnuz/meta-mcp@2.0.2 --- ## Faker Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-faker-ai-mcp Summary: Faker Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: faker-ai-mcp GitHub: https://github.com/CSOAI-ORG/faker-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-faker-ai-mcp -- uvx faker-ai-mcp==1.0.11 --- ## Filesift URL: https://mcp-marketplace.io/server/io-github-roshunsunder-filesift Summary: Local file search for AI agents — semantic + keyword indexing over your codebase. Category: Developer Tools Mode: local Pricing: Free PyPI: filesift GitHub: https://github.com/roshunsunder/filesift Security Score: 4/10 Creator: Roshunsunder Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-roshunsunder-filesift -- uvx filesift==0.2.1 --- ## Agent Identity URL: https://mcp-marketplace.io/server/io-github-flovoice53-tech-agent-identity-mcp Summary: Gives an AI agent a disposable email and a real UK phone number to test signup flows. Category: Developer Tools Mode: local Pricing: Free npm: agent-identity-mcp GitHub: https://github.com/flovoice53-tech/agent-identity-mcp Security Score: 10/10 Creator: Flovoice53 Tech Creator Reputation: B Version: 0.1.1 Required Credentials: SMS_FLORIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-flovoice53-tech-agent-identity-mcp -- npx -y agent-identity-mcp@0.1.1 --- ## Agnicpay URL: https://mcp-marketplace.io/server/io-github-agnicpay-prog-agnicpay Summary: X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana. Description: X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana. Remote endpoints: sse: https://mcp.agnic.ai/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.agnic.ai/sse GitHub: https://github.com/agnicpay-prog/agnicpay-mcp Security Score: 9/10 Creator: Agnicpay Prog Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-agnicpay-prog-agnicpay https://mcp.agnic.ai/sse --- ## Agentra URL: https://mcp-marketplace.io/server/ai-agentrapay-agentra Summary: Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring. Description: Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring. Remote endpoints: sse: https://api.agentrapay.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentrapay.ai/mcp MCP Tools (6): agentra_create_wallet, agentra_verify_identity, agentra_check_reputation, agentra_authorize_payment, agentra_set_mandate, agentra_get_wallet Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-agentrapay-agentra https://api.agentrapay.ai/mcp --- ## FirstData URL: https://mcp-marketplace.io/server/io-github-vist233-firstdata Summary: Hosted MCP server for finding authoritative primary data sources and official portals. Description: Hosted MCP server for finding authoritative primary data sources and official portals. Remote endpoints: streamable-http: https://firstdata.deepminer.com.cn/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://firstdata.deepminer.com.cn/mcp GitHub: https://github.com/MLT-OSS/FirstData Security Score: 10/10 Creator: MLT OSS Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vist233-firstdata https://firstdata.deepminer.com.cn/mcp --- ## Clash Royale URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-clash-royale Summary: Clash Royale player, clan, war, tournament, rankings, cards. Supercell dev key. Description: Clash Royale player, clan, war, tournament, rankings, cards. Supercell dev key. Remote endpoints: streamable-http: https://gateway.pipeworx.io/clash-royale/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/clash-royale/mcp GitHub: https://github.com/pipeworx-io/mcp-clash-royale MCP Tools (29): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, player, player_battles, player_upcoming_chests, clan, clan_members, clan_war_log, clan_current_war, clan_search, tournament, tournament_search, cards, locations, location, rankings_clans, rankings_players Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-clash-royale https://gateway.pipeworx.io/clash-royale/mcp --- ## CryptoAPIs Blockchain Fees MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-blockchain-fees-mcp-http-server Summary: Get fee recommendations and gas estimates for EVM, UTXO, and XRP transactions via Crypto APIs Description: Get real-time fee recommendations and gas estimates for blockchain transactions using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Blockchain Fees product, no local installation needed. Supports UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash) for fee recommendations, EVM chains for standard fees, EIP-1559 fees, and gas estimation for native transfers and contract calls, and XRP. Requires a Crypto APIs API key passed via the x-api-key header. Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/blockchain-fees Security Score: 9/10 Installs: 1 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Uptime Status: up Tags: blockchain, fees, gas, evm, bitcoin, utxo, xrp, ethereum, eip1559, crypto, gas-estimation Use Cases: Get Bitcoin fee recommendation, Estimate Ethereum gas, Get EIP-1559 fees, Check XRP transaction fee Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-blockchain-fees-mcp-http-server https://ai.cryptoapis.io/mcp/blockchain-fees --- ## Wordpress URL: https://mcp-marketplace.io/server/io-github-crunchtools-wordpress Summary: Secure MCP server for WordPress content management Category: Content & Media Mode: local Pricing: Free PyPI: mcp-wordpress-crunchtools GitHub: https://github.com/crunchtools/mcp-wordpress Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-crunchtools-wordpress -- uvx mcp-wordpress-crunchtools==0.5.0 --- ## Mcp URL: https://mcp-marketplace.io/server/io-datadef-mcp Summary: Generate, edit, and export data-architecture diagrams from your AI. Column lineage, PNG in chat. Description: Generate, edit, and export data-architecture diagrams from your AI. Column lineage, PNG in chat. Remote endpoints: streamable-http: https://datadef.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://datadef.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-datadef-mcp https://datadef.io/mcp --- ## Waitlist Kit URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-waitlist-kit Summary: Viral waitlists with referral tracking, leaderboards, analytics, and built-in themes. Description: Viral waitlists with referral tracking, leaderboards, analytics, and built-in themes. Remote endpoints: sse: https://waitlist.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://waitlist.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-waitlist-kit https://waitlist.rjctdlabs.xyz/sse --- ## CryptoAPIs Simulate MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-simulate-mcp-http-server Summary: Dry-run EVM transaction simulation to preview outcomes before broadcasting via Crypto APIs Description: Simulate EVM transactions before broadcasting them using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Simulate product, no local installation needed. Perform dry-run transaction simulations on EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Base, Optimism) to preview balance changes, token transfers, gas usage, and potential errors before submitting to the network. Requires a Crypto APIs API key passed via the x-api-key header. Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/simulate Security Score: 9/10 Installs: 1 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, simulation, evm, ethereum, polygon, transactions, dry-run, gas, crypto, defi Use Cases: Simulate transaction, Preview token transfers, Estimate gas usage, Detect transaction errors Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-simulate-mcp-http-server https://ai.cryptoapis.io/mcp/simulate --- ## Uniprot URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-uniprot Summary: UniProt MCP — protein sequence + function database. Description: UniProt MCP — protein sequence + function database. Remote endpoints: streamable-http: https://gateway.pipeworx.io/uniprot/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/uniprot/mcp GitHub: https://github.com/pipeworx-io/mcp-uniprot MCP Tools (36): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search, get, proteomes_search, taxonomy_search, keyword, feature_summary Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-uniprot https://gateway.pipeworx.io/uniprot/mcp --- ## Mistaike URL: https://mcp-marketplace.io/server/io-github-mistaike-ai-mistaike-mcp Summary: 295k+ bug-fix patterns with MCP Hub proxy, PII filtering, and code search Description: 295k+ bug-fix patterns with MCP Hub proxy, PII filtering, and code search Remote endpoints: streamable-http: https://mcp.mistaike.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mistaike.ai/mcp GitHub: https://github.com/mistaike-ai/mistaike-mcp.git Security Score: 9/10 Creator: Mistaike Ai Creator Reputation: B Version: 0.31.62 Install (Claude Code Remote): claude mcp add --transport http io-github-mistaike-ai-mistaike-mcp https://mcp.mistaike.ai/mcp --- ## Logsentinel URL: https://mcp-marketplace.io/server/io-github-evozim-logsentinel Summary: Anthropic logs audit filter and cybersecurity threat analyzer. Description: Anthropic logs audit filter and cybersecurity threat analyzer. Remote endpoints: sse: https://logsentinel-mcp.vercel.app/api/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://logsentinel-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-logsentinel https://logsentinel-mcp.vercel.app/api/mcp --- ## Music Production Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-music-production-ai-mcp Summary: Music Production Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: music-production-ai-mcp GitHub: https://github.com/CSOAI-ORG/music-production-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-music-production-ai-mcp -- uvx music-production-ai-mcp==1.0.9 --- ## Sylex Search URL: https://mcp-marketplace.io/server/io-github-mastadoonprime-sylex-search Summary: Universal search engine for AI agents. Discover products, services, and businesses via MCP. Description: Universal search engine for AI agents. Discover products, services, and businesses via MCP. Remote endpoints: sse: https://mcp-server-production-38c9.up.railway.app/sse Category: Developer Tools Mode: dual Pricing: Free npm: sylex-search Remote URL: https://mcp-server-production-38c9.up.railway.app/sse GitHub: https://github.com/MastadoonPrime/sylex-search Security Score: 3.2/10 Creator: MastadoonPrime Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-mastadoonprime-sylex-search -- npx -y sylex-search@0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-mastadoonprime-sylex-search https://mcp-server-production-38c9.up.railway.app/sse --- ## Brawl Stars URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-brawl-stars Summary: Brawl Stars player, club, brawlers, events, rankings. Supercell dev key. Description: Brawl Stars player, club, brawlers, events, rankings. Supercell dev key. Remote endpoints: streamable-http: https://gateway.pipeworx.io/brawl-stars/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/brawl-stars/mcp GitHub: https://github.com/pipeworx-io/mcp-brawl-stars MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, player, player_battles, club, club_members, brawlers, brawler, events_rotation, rankings_players, rankings_clubs, rankings_brawlers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-brawl-stars https://gateway.pipeworx.io/brawl-stars/mcp --- ## Ipogrid URL: https://mcp-marketplace.io/server/com-ipogrid-ipogrid Summary: IPO calendar, SEC filings, deal terms, and IPO news research via the IPOGrid MCP server. Description: IPO calendar, SEC filings, deal terms, and IPO news research via the IPOGrid MCP server. Remote endpoints: streamable-http: https://ipogrid.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ipogrid.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-ipogrid-ipogrid https://ipogrid.com/mcp --- ## Lockspec URL: https://mcp-marketplace.io/server/io-github-lockspec-lockspec Summary: MCP server giving AI coding agents version-pinned API context from your OpenAPI specs. Category: Developer Tools Mode: local Pricing: Free npm: lockspec GitHub: https://github.com/LockSpec/lockspec Security Score: 10/10 Creator: LockSpec Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-lockspec-lockspec -- npx -y lockspec@1.0.1 --- ## Sathergate Toolkit URL: https://mcp-marketplace.io/server/io-github-sathergate-notifykit Summary: Unified notifications for Next.js. Multi-provider SMS, email, and push. Category: Developer Tools Mode: local Pricing: Free npm: @sathergate/notifykit GitHub: https://github.com/sathergate/sathergate-toolkit Security Score: 9.7/10 Creator: Sathergate Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-sathergate-notifykit -- npx -y @sathergate/notifykit --- ## Schema Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-schema Summary: JSON Schema, TypeScript types, mocks for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-schema-tools GitHub: https://github.com/rog0x/mcp-schema-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-schema -- npx -y @rog0x/mcp-schema-tools@1.0.1 --- ## Sandboxapi URL: https://mcp-marketplace.io/server/io-github-michielderuiter-sandboxapi-mcp Summary: Execute code in 8 languages (Python, JS, TS, Go, Java, C++, C, Bash) in gVisor sandboxes. Description: Execute code in 8 languages (Python, JS, TS, Go, Java, C++, C, Bash) in gVisor sandboxes. Remote endpoints: streamable-http: https://mcp.sandboxapi.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sandboxapi.dev/mcp GitHub: https://github.com/sandboxapi/sandboxapi-mcp Security Score: 10/10 Creator: Sandboxapi Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-michielderuiter-sandboxapi-mcp https://mcp.sandboxapi.dev/mcp --- ## Meta Api URL: https://mcp-marketplace.io/server/io-github-savhascelik-meta-api-mcp-server Summary: A configuration-driven Meta API Gateway server for the Model Context Protocol (MCP). Category: Developer Tools Mode: local Pricing: Free npm: meta-api-mcp-server GitHub: https://github.com/savhascelik/meta-api-mcp-server Security Score: 4/10 Creator: Savhascelik Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-savhascelik-meta-api-mcp-server -- npx -y meta-api-mcp-server@1.0.4 --- ## Mat URL: https://mcp-marketplace.io/server/io-github-codelipenghui-mcp-mat Summary: Headless Eclipse MAT MCP server for Java heap dump analysis Category: Developer Tools Mode: local Pricing: Free npm: mcp-mat GitHub: https://github.com/codelipenghui/mcp-mat Security Score: 8/10 Creator: Codelipenghui Creator Reputation: B Version: 0.1.0 Required Credentials: MAT_HOME (optional), JAVA_PATH (optional), MAT_XMX_MB (optional) Install (Claude Code): claude mcp add io-github-codelipenghui-mcp-mat -- npx -y mcp-mat@0.1.0 --- ## Reach URL: https://mcp-marketplace.io/server/io-github-versiumanalytics-reach Summary: Enrich leads, generate prospect lists, and validate emails using Versium's B2B2C identity graph. Description: Enrich leads, generate prospect lists, and validate emails using Versium's B2B2C identity graph. Remote endpoints: streamable-http: https://app.versium.com/mcp/reach Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://app.versium.com/mcp/reach Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-versiumanalytics-reach https://app.versium.com/mcp/reach --- ## Bible Study URL: https://mcp-marketplace.io/server/io-github-mctx-ai-bible-study Summary: Study the Bible in its original languages, trace themes across both testaments, and compare five tra Description: Study the Bible in its original languages, trace themes across both testaments, and compare five tra Remote endpoints: sse: https://bible-study.mctx.ai/v1.11.3 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bible-study.mctx.ai/v1.11.3 GitHub: https://github.com/mctx-ai/bible-study Security Score: 9.5/10 Creator: Mctx Ai Creator Reputation: B Version: 1.11.3 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-bible-study https://bible-study.mctx.ai/v1.11.3 --- ## Hivemind URL: https://mcp-marketplace.io/server/io-github-hiveforge-sh-hivemind Summary: MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first. Category: Developer Tools Mode: local Pricing: Free npm: @hiveforge/hivemind-mcp GitHub: https://github.com/hiveforge-sh/hivemind Security Score: 6.5/10 Creator: Hiveforge Sh Creator Reputation: B Version: 3.6.3 Required Credentials: HIVEMIND_VAULT_PATH (optional), HIVEMIND_CONFIG_PATH (optional) Install (Claude Code): claude mcp add io-github-hiveforge-sh-hivemind -- npx -y @hiveforge/hivemind-mcp@3.6.3 --- ## Taxi Rido Public Knowledge URL: https://mcp-marketplace.io/server/com-ridotaxi-taxi-rido-public-knowledge Summary: Read-only Arabic and English Taxi Rido product knowledge and taxi operations guides. Description: Read-only Arabic and English Taxi Rido product knowledge and taxi operations guides. Remote endpoints: streamable-http: https://ridotaxi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ridotaxi.com/mcp MCP Tools (2): search, fetch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-ridotaxi-taxi-rido-public-knowledge https://ridotaxi.com/mcp --- ## Ipdefender URL: https://mcp-marketplace.io/server/io-github-webdevelopers-eu-ipdefender-mcp Summary: Trademark filing monitor across 40+ countries - detect filings that resemble your brand. Description: Trademark filing monitor across 40+ countries - detect filings that resemble your brand. Remote endpoints: streamable-http: https://www.ipdefender.eu/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.ipdefender.eu/mcp MCP Tools (6): alert, billing, conflict, echo, getPricingList, settings Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-webdevelopers-eu-ipdefender-mcp https://www.ipdefender.eu/mcp --- ## Pestprocrm URL: https://mcp-marketplace.io/server/io-github-liserichards-pestprocrm Summary: Manage pest control operations — customers, scheduling, SMS, payments, and reporting. Description: Manage pest control operations — customers, scheduling, SMS, payments, and reporting. Remote endpoints: streamable-http: https://www.pestprocrm.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.pestprocrm.com/api/mcp GitHub: https://github.com/liserichards/pestprocrm-mcp Security Score: 10/10 Creator: Liserichards Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-liserichards-pestprocrm https://www.pestprocrm.com/api/mcp --- ## Telemetry URL: https://mcp-marketplace.io/server/io-github-arnavranjan005-mcp-telemetry-server Summary: Streams live progress from mcp-telemetry-sdk-instrumented tools to any connected MCP client. Category: Developer Tools Mode: local Pricing: Free npm: mcp-telemetry-server GitHub: https://github.com/arnavranjan005/mcp-telemetry Security Score: 9.7/10 Creator: Arnavranjan005 Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-arnavranjan005-mcp-telemetry-server -- npx -y mcp-telemetry-server --- ## Jasswiki URL: https://mcp-marketplace.io/server/ch-jassverband-jasswiki Summary: First production Authority-MCP. W3C VC attested by Jassverband Schweiz. Description: First production Authority-MCP. W3C VC attested by Jassverband Schweiz. Remote endpoints: streamable-http: https://jasswiki.ch/mcp/http Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jasswiki.ch/mcp/http GitHub: https://github.com/remoprinz/jasswiki-mcp Security Score: 10/10 Creator: Remoprinz Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ch-jassverband-jasswiki https://jasswiki.ch/mcp/http --- ## Kazi URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-kazi-mcp Summary: MCP server for jobs and employment coordination in East Africa (kazi = work) Category: Developer Tools Mode: local Pricing: Free PyPI: kazi-mcp GitHub: https://github.com/gabrielmahia/kazi-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-gabrielmahia-kazi-mcp -- uvx kazi-mcp==0.1.3 --- ## Ai Visibility URL: https://mcp-marketplace.io/server/io-github-sharozdawa-ai-visibility Summary: Track brand visibility across ChatGPT, Perplexity, Claude, and Gemini. Category: Developer Tools Mode: local Pricing: Free npm: ai-visibility-mcp GitHub: https://github.com/sharozdawa/ai-visibility Security Score: 9/10 Creator: Sharozdawa Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-sharozdawa-ai-visibility -- npx -y ai-visibility-mcp --- ## Picoads URL: https://mcp-marketplace.io/server/xyz-picoads-picoads Summary: Micro ad network for AI agents. Description: Micro ad network for AI agents. Remote endpoints: streamable-http: https://picoads.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://picoads.xyz/mcp MCP Tools (14): discover_hubs, get_hub_stats, post_ask, post_bid, check_matches, fetch_creative, submit_delivery, confirm_delivery, register_agent, complete_registration, get_my_reputation, pay_settlement, action_items, browse_bids Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.21.0 Install (Claude Code Remote): claude mcp add --transport http xyz-picoads-picoads https://picoads.xyz/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-greetwell-mcp Summary: Discover and book 5,000+ curated local experiences across 500 US destinations. Description: Discover and book 5,000+ curated local experiences across 500 US destinations. Remote endpoints: streamable-http: https://mcp.greetwell.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.greetwell.com/mcp MCP Tools (4): search_activities, get_activity_details, get_activity_availability, get_complementary_recommendation Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-greetwell-mcp https://mcp.greetwell.com/mcp --- ## Sendit URL: https://mcp-marketplace.io/server/io-github-shree-git-sendit Summary: AI-native social media publishing to LinkedIn, Instagram, Threads, TikTok, and X. Description: AI-native social media publishing to LinkedIn, Instagram, Threads, TikTok, and X. Remote endpoints: streamable-http: https://sendit.infiniteappsai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sendit.infiniteappsai.com/mcp GitHub: https://github.com/Shree-git/sendit MCP Tools (131): publish_content, schedule_content, get_analytics, list_connected_accounts, get_scheduled_posts, delete_scheduled_post, delete_post, get_platform_requirements, validate_content, create_upload_session, get_upload_session, create_goal, complete_goal, upvote_product, get_producthunt_analytics, bulk_schedule, preview_content, connect_x, connect_linkedin, connect_linkedin-page, connect_facebook, connect_instagram, connect_instagram-standalone, connect_threads, connect_bluesky, connect_mastodon, connect_warpcast, connect_nostr, connect_vk, connect_youtube, connect_tiktok, connect_reddit, connect_lemmy, connect_discord, connect_slack, connect_telegram, connect_pinterest, connect_dribbble, connect_medium, connect_devto, connect_hashnode, connect_wordpress, connect_gmb, connect_listmonk, connect_skool, connect_whop, connect_kick, connect_twitch, connect_producthunt, list_library, get_library_item, save_to_library, update_library_item, delete_library_item, publish_from_library, trigger_scheduled_post, add_keyword, list_keywords, update_keyword, delete_keyword, get_mentions, mark_mentions_read, get_alerts, dismiss_alerts, get_listening_summary, list_dead_letter, requeue_dead_letter, list_brand_voices, create_brand_voice, set_default_brand_voice, list_pending_approvals, approve_post, reject_post, plan_campaign, list_campaigns, schedule_campaign, refresh_mentions, list_inbox, reply_to_comment, get_best_times, score_content, get_audit_log, generate_ai_media, check_ai_media_status, generate_content, publish_ai, create_library_item, draft_reply, summarize_mentions, generate_post_bundle, critique_post, connect_platform, get_platform_settings_schema, list_connectors, get_connector_capabilities, connect_connector, disconnect_connector, list_connected_connectors, get_connector_health, execute_connector_operation, list_ad_accounts, create_ad_campaign, list_ad_campaigns, update_ad_campaign, create_ad_creative, get_ad_performance, get_unified_ad_report, list_agents, invoke_agent, get_agent_run, list_agent_runs, get_agent_policies, update_agent_policy, list_workflows, create_workflow, update_workflow, delete_workflow, trigger_workflow, list_workflow_runs, get_workflow_run, get_unified_analytics, get_attribution_report, get_anomaly_alerts, get_benchmark_comparison, create_scheduled_report, list_conversations, get_conversation, reply_to_conversation, update_conversation, get_inbox_summary, escalate_to_support Security Score: 9/10 Creator: Shree Git Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shree-git-sendit https://sendit.infiniteappsai.com/mcp --- ## Test M URL: https://mcp-marketplace.io/server/ai-smithery-badroobot-test-m Summary: Send quick greetings, scrape website content, and generate text or images on demand. Perform web s… Description: Send quick greetings, scrape website content, and generate text or images on demand. Perform web s… Remote endpoints: streamable-http: https://server.smithery.ai/@BadRooBot/test_m/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@BadRooBot/test_m/mcp GitHub: https://github.com/BadRooBot/test_m MCP Tools (1): Say hello Security Score: 10/10 Creator: BadRooBot Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-badroobot-test-m https://server.smithery.ai/@BadRooBot/test_m/mcp --- ## Zulipchat URL: https://mcp-marketplace.io/server/io-github-akougkas-zulipchat Summary: ZulipChat MCP: Connect AI to Zulip with 60+ tools for messaging, streams, events, and analytics Category: Communication Mode: local Pricing: Free PyPI: zulipchat-mcp GitHub: https://github.com/akougkas/zulipchat-mcp Security Score: 10/10 Creator: Akougkas Creator Reputation: B Version: 0.4.2 Required Credentials: ZULIP_EMAIL (optional), ZULIP_API_KEY (required), ZULIP_SITE (optional) Install (Claude Code): claude mcp add io-github-akougkas-zulipchat -- uvx zulipchat-mcp==0.6.2 --- ## Agent Directory URL: https://mcp-marketplace.io/server/com-agentry-agent-directory Summary: AI agent directory — search and compare 120+ agents across 12 categories. Description: AI agent directory — search and compare 120+ agents across 12 categories. Remote endpoints: sse: https://api.agentry.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentry.com/mcp/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-agentry-agent-directory https://api.agentry.com/mcp/sse --- ## Compliance Checker URL: https://mcp-marketplace.io/server/ai-clarid-hmda Summary: Validate HMDA LAR files against CFPB edit checks for community banks and credit unions. Description: Validate HMDA LAR files against CFPB edit checks for community banks and credit unions. Remote endpoints: streamable-http: https://api.clarid.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.clarid.ai/mcp GitHub: https://github.com/clarid-ai/compliance-checker Security Score: 9/10 Creator: Clarid Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-clarid-hmda https://api.clarid.ai/mcp --- ## Persis URL: https://mcp-marketplace.io/server/io-github-alright-alright-persis Summary: Biological memory for AI agents. Pattern learning, decay, clustering, 8-drive behavior. Description: Biological memory for AI agents. Pattern learning, decay, clustering, 8-drive behavior. Remote endpoints: streamable-http: https://persis-api.aerynw.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://persis-api.aerynw.workers.dev/mcp GitHub: https://github.com/alright-alright/persis Security Score: 9/10 Creator: Alright Alright Creator Reputation: B Version: 0.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-alright-alright-persis https://persis-api.aerynw.workers.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-fiber-mcp Summary: Search companies, enrich contacts, and reveal emails and phones from your AI agent. Description: Search companies, enrich contacts, and reveal emails and phones from your AI agent. Remote endpoints: streamable-http: https://mcp.fiber.ai/mcp/v2/ streamable-http: https://mcp.fiber.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fiber.ai/mcp/v2/ GitHub: https://github.com/fiber-ai/mcp Security Score: 9/10 Creator: Adarsh Alagade Creator Reputation: C- Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-fiber-mcp https://mcp.fiber.ai/mcp/v2/ --- ## Blogburst URL: https://mcp-marketplace.io/server/io-github-shensi8312-blogburst-mcp-server Summary: AI social media agent — generate content, auto-pilot posting, analytics for 9+ platforms. Category: Developer Tools Mode: local Pricing: Free npm: blogburst-mcp-server GitHub: https://github.com/shensi8312/blogburst-mcp-server Security Score: 8/10 Creator: Shensi8312 Creator Reputation: B Version: 2.0.0 Install (Claude Code): claude mcp add io-github-shensi8312-blogburst-mcp-server -- npx -y blogburst-mcp-server@3.3.0 --- ## Synthetix URL: https://mcp-marketplace.io/server/io-github-junct-bot-synthetix-mcp Summary: Synthetix - 22 tools for data, metrics, and on-chain analytics Description: Synthetix - 22 tools for data, metrics, and on-chain analytics Remote endpoints: streamable-http: https://synthetix.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://synthetix.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/synthetix-mcp MCP Tools (22): name, approve, nominateNewOwner, totalSupply, transferFrom, decimals, nominatedOwner, balanceOf, setTarget, acceptOwnership, owner, useDELEGATECALL, symbol, transfer, setUseDELEGATECALL, target, allowance, Transfer, Approval, TargetUpdated, OwnerNominated, OwnerChanged Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-synthetix-mcp https://synthetix.mcp.junct.dev/mcp --- ## Patient Safety Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-patient-safety-ai-mcp Summary: Patient Safety Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: patient-safety-ai-mcp GitHub: https://github.com/CSOAI-ORG/patient-safety-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-patient-safety-ai-mcp -- uvx patient-safety-ai-mcp==1.0.12 --- ## Remote Fs URL: https://mcp-marketplace.io/server/io-github-poojabjacharya-cdgcsearchmetadata Summary: Provides metadata information to AI agents through the search API. Description: Provides metadata information to AI agents through the search API. Remote endpoints: streamable-http: https://qa-pod1-a2e-mcp.rel.infaqa.com/mcp-servers/public/cdgcsearchmetadata Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qa-pod1-a2e-mcp.rel.infaqa.com/mcp-servers/public/cdgcsearchmetadata GitHub: https://github.com/example/remote-fs Security Score: 9/10 Creator: Example Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-poojabjacharya-cdgcsearchmetadata https://qa-pod1-a2e-mcp.rel.infaqa.com/mcp-servers/public/cdgcsearchmetadata --- ## Devutils URL: https://mcp-marketplace.io/server/io-github-ofershap-devutils Summary: Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-devutils GitHub: https://github.com/ofershap/mcp-server-devutils Security Score: 9.8/10 Creator: Ofershap Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ofershap-devutils -- npx -y mcp-server-devutils@1.0.2 --- ## Restaurant Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-restaurant-ai-mcp Summary: Restaurant Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: restaurant-ai-mcp GitHub: https://github.com/CSOAI-ORG/restaurant-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-restaurant-ai-mcp -- uvx restaurant-ai-mcp==1.0.9 --- ## Developers Agent Toolkit URL: https://mcp-marketplace.io/server/io-github-mastercard-developers-mcp Summary: Access Mastercard Developers APIs, documentation, and API specifications through MCP. Category: Developer Tools Mode: local Pricing: Free npm: @mastercard/developers-mcp GitHub: https://github.com/Mastercard/developers-agent-toolkit Security Score: 10/10 Creator: Mastercard Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mastercard-developers-mcp -- npx -y @mastercard/developers-mcp@0.1.5 --- ## Cloudflare URL: https://mcp-marketplace.io/server/io-github-ofershap-cloudflare Summary: MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE Category: Cloud & DevOps Mode: local Pricing: Free npm: mcp-server-cloudflare-dns GitHub: https://github.com/ofershap/mcp-server-cloudflare Security Score: 9.8/10 Creator: Ofershap Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ofershap-cloudflare -- npx -y mcp-server-cloudflare-dns@1.0.2 --- ## Icon Generator Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-icon-generator-ai-mcp Summary: Icon Generator Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: icon-generator-ai-mcp GitHub: https://github.com/CSOAI-ORG/icon-generator-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-icon-generator-ai-mcp -- uvx icon-generator-ai-mcp==1.0.11 --- ## Dns URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dns Summary: DNS MCP — DNS and network lookup tools Description: DNS MCP — DNS and network lookup tools Remote endpoints: streamable-http: https://gateway.pipeworx.io/dns/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dns/mcp GitHub: https://github.com/pipeworx-io/mcp-dns MCP Tools (3): dns_lookup, dns_lookup_all, reverse_dns Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dns https://gateway.pipeworx.io/dns/mcp --- ## WelcomeTextGenerator URL: https://mcp-marketplace.io/server/io-github-goodfel10w-welcome-text-generator-mcp Summary: MCP Server für automatische Generierung professioneller Willkommenstexte für neue Mitarbeiter Category: Developer Tools Mode: local Pricing: Free npm: welcome-text-generator-mcp GitHub: https://github.com/goodfel10w/WelcomeTextGenerator Security Score: 10/10 Creator: Goodfel10w Creator Reputation: B Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-goodfel10w-welcome-text-generator-mcp -- npx -y welcome-text-generator-mcp@1.0.2 --- ## Autron Protocol URL: https://mcp-marketplace.io/server/io-github-hungnguyenhtbvn-max-autron-core Summary: Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow Category: Developer Tools Mode: local Pricing: Free npm: @autron/core GitHub: https://github.com/hungnguyenhtbvn-max/autron-protocol Security Score: 8/10 Creator: Hungnguyenhtbvn Max Creator Reputation: B Version: 0.3.1 Required Credentials: AUTRON_IDENTITY (optional) Install (Claude Code): claude mcp add io-github-hungnguyenhtbvn-max-autron-core -- npx -y @autron/core@0.5.2 --- ## Eterna URL: https://mcp-marketplace.io/server/io-github-eternahybridexchange-eterna-mcp Summary: No-KYC managed MCP for AI agents: sandboxed TypeScript trading SDK, isolated sub-accounts, futures. Description: No-KYC managed MCP for AI agents: sandboxed TypeScript trading SDK, isolated sub-accounts, futures. Remote endpoints: streamable-http: https://mcp.eterna.exchange/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.eterna.exchange/mcp GitHub: https://github.com/EternaHybridExchange/eterna-mcp Security Score: 3.8/10 Creator: EternaHybridExchange Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-eternahybridexchange-eterna-mcp https://mcp.eterna.exchange/mcp --- ## Getdigitalcraft Mcp Render URL: https://mcp-marketplace.io/server/io-github-gene12williams-design-getdigitalcraft-mcp-render Summary: Deterministic image rendering with exact typography. Pay per call in USDC, no account. Category: Developer Tools Mode: local Pricing: Free npm: getdigitalcraft-mcp-render GitHub: https://github.com/gene12williams-design/getdigitalcraft-mcp-render Security Score: 10/10 Creator: Gene12williams Design Creator Reputation: B Version: 1.0.1 Required Credentials: X402_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-gene12williams-design-getdigitalcraft-mcp-render -- npx -y getdigitalcraft-mcp-render@1.0.1 --- ## Manticore URL: https://mcp-marketplace.io/server/io-github-manticoresoftware-mcp-manticore Summary: MCP server for Manticore Search — lets AI assistants query and manage search databases. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-manticore GitHub: https://github.com/manticoresoftware/mcp-manticore Security Score: 4.5/10 Creator: Manticoresoftware Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-manticoresoftware-mcp-manticore -- uvx mcp-manticore==0.1.2 --- ## Api Changelog URL: https://mcp-marketplace.io/server/io-github-weiseer-api-changelog Summary: SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral. Category: Developer Tools Mode: local Pricing: Free npm: @weiseer/api-changelog-mcp GitHub: https://github.com/weiseer/api-changelog-mcp Security Score: 10/10 Creator: Weiseer Creator Reputation: B Version: 0.1.1 Required Credentials: API_CHANGELOG_URL (optional), API_CHANGELOG_LOCAL_ONLY (optional) Install (Claude Code): claude mcp add io-github-weiseer-api-changelog -- npx -y @weiseer/api-changelog-mcp@0.1.1 --- ## Nerve Agent URL: https://mcp-marketplace.io/server/io-github-reagost-nerve-rpc Summary: MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents Category: Developer Tools Mode: local Pricing: Free npm: nerve-rpc-mcp GitHub: https://github.com/NerveNetwork/nerve-agent Security Score: 8/10 Creator: NerveNetwork Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-reagost-nerve-rpc -- npx -y nerve-rpc-mcp@1.0.2 --- ## Valet URL: https://mcp-marketplace.io/server/io-github-valetdotdev-valet Summary: Get share links, publish and manage websites, artifacts and agents. No account needed. Description: Get share links, publish and manage websites, artifacts and agents. No account needed. Remote endpoints: streamable-http: https://api.valet.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.valet.dev/mcp MCP Tools (6): delete_site, get_design_system, get_site, list_sites, publish_site, set_site_access Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-valetdotdev-valet https://api.valet.dev/mcp --- ## Veradata URL: https://mcp-marketplace.io/server/io-github-teodorofodocrispin-cmyk-veradata Summary: Verified LATAM data for AI agents: sanctions, entity, rates, KYB. Pay via x402. Description: Verified LATAM data for AI agents: sanctions, entity, rates, KYB. Pay via x402. Remote endpoints: streamable-http: https://api.veradata.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.veradata.dev/mcp GitHub: https://github.com/teodorofodocrispin-cmyk/veradata MCP Tools (4): vera_rates, vera_sanctions, vera_entity, vera_context Security Score: 8/10 Creator: Teodorofodocrispin Cmyk Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-teodorofodocrispin-cmyk-veradata https://api.veradata.dev/mcp --- ## Iskra Reputation URL: https://mcp-marketplace.io/server/io-github-chaband-ops-iskra-reputation Summary: Solana wallet & token reputation lookup. Risk verdict, score, DefiLlama TVL, Rugcheck. Description: Solana wallet & token reputation lookup. Risk verdict, score, DefiLlama TVL, Rugcheck. Remote endpoints: streamable-http: https://api.iskra-bot.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.iskra-bot.xyz/mcp MCP Tools (3): create_job, deliver_job, solana_reputation Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-chaband-ops-iskra-reputation https://api.iskra-bot.xyz/mcp --- ## Gateway URL: https://mcp-marketplace.io/server/io-healthparse-gateway Summary: Pay-per-call US healthcare data: hospital financials, prices, quality, exclusions, wages. Description: Pay-per-call US healthcare data: hospital financials, prices, quality, exclusions, wages. Remote endpoints: streamable-http: https://api.healthparse.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.healthparse.io/mcp MCP Tools (23): hcris_hospital_search, hcris_hospital_byCcn, hcris_asc_search, hcris_provider_search, irs990_org_search, irs990_org_byEin, irs990_officers_search, sanctions_leie_search, oews_wage_search, carecompare_hospitals_search, carecompare_hospitals_byCcn, carecompare_snf_search, carecompare_snf_byCcn, carecompare_home-health_search, carecompare_home-health_byCcn, carecompare_hospice_search, carecompare_hospice_byCcn, carecompare_dialysis_search, carecompare_dialysis_byCcn, hpt_rates_search, sanctions_screen, hpt_code_stats, hcris_hospital_financials Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-healthparse-gateway https://api.healthparse.io/mcp --- ## Bitstamp URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bitstamp Summary: Bitstamp keyless public market: ticker, orderbook, transactions, OHLC, trading pairs. Description: Bitstamp keyless public market: ticker, orderbook, transactions, OHLC, trading pairs. Remote endpoints: streamable-http: https://gateway.pipeworx.io/bitstamp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bitstamp/mcp GitHub: https://github.com/pipeworx-io/mcp-bitstamp MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, ticker, ticker_hour, order_book, transactions, eur_usd, trading_pairs, ohlc Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bitstamp https://gateway.pipeworx.io/bitstamp/mcp --- ## Qidi Printer URL: https://mcp-marketplace.io/server/io-github-csoai-org-qidi-printer-mcp Summary: Qidi Printer MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: qidi-printer-mcp GitHub: https://github.com/CSOAI-ORG/qidi-printer-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-qidi-printer-mcp -- uvx qidi-printer-mcp==1.0.8 --- ## Bbox URL: https://mcp-marketplace.io/server/io-github-iamvibhorsingh-bbox-mcp-server Summary: Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links Category: Developer Tools Mode: local Pricing: Free npm: bbox-mcp-server GitHub: https://github.com/iamvibhorsingh/bbox-mcp-server Security Score: 10/10 Creator: iamvibhorsingh Creator Reputation: C Version: 1.2.6 Required Credentials: MAPBOX_ACCESS_TOKEN (required), OVERPASS_API_URL (optional), MAX_H3_CELLS (optional) Install (Claude Code): claude mcp add io-github-iamvibhorsingh-bbox-mcp-server -- npx -y bbox-mcp-server@1.2.6 --- ## Vim URL: https://mcp-marketplace.io/server/io-github-iggredible-vim-mcp Summary: Connect Claude Code to Vim/Neovim - query state, execute commands, search help, record macros Category: Developer Tools Mode: local Pricing: Free npm: vim-mcp GitHub: https://github.com/iggredible/vim-mcp Security Score: 8/10 Creator: Iggredible Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-iggredible-vim-mcp -- npx -y vim-mcp@0.1.2 --- ## Slack Enterprise URL: https://mcp-marketplace.io/server/io-github-csoai-org-slack-enterprise-mcp Summary: Slack Enterprise MCP Server by MEOK AI Labs Category: Communication Mode: local Pricing: Free PyPI: slack-enterprise-mcp GitHub: https://github.com/CSOAI-ORG/slack-enterprise-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-slack-enterprise-mcp -- uvx slack-enterprise-mcp==1.0.9 --- ## SensorAnalytics URL: https://mcp-marketplace.io/server/com-publicdataoracle-api Summary: Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints. Description: Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints. Remote endpoints: streamable-http: https://www.publicdataoracle.com/api/v1/data/query Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.publicdataoracle.com/api/v1/data/query GitHub: https://github.com/Mljessop/SensorAnalytics Security Score: 9/10 Creator: Mljessop Creator Reputation: B Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http com-publicdataoracle-api https://www.publicdataoracle.com/api/v1/data/query --- ## Discovery Oracle URL: https://mcp-marketplace.io/server/bot-402-discovery-oracle Summary: Discover live agent APIs, ranked endpoints, trust, payment telemetry, and x402 surfaces. Description: Discover live agent APIs, ranked endpoints, trust, payment telemetry, and x402 surfaces. Remote endpoints: streamable-http: https://api.402.bot/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.402.bot/mcp MCP Tools (3): discover_endpoints, inspect_endpoint, inspect_agent Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1-beta Install (Claude Code Remote): claude mcp add --transport http bot-402-discovery-oracle https://api.402.bot/mcp --- ## Xhelio Spice URL: https://mcp-marketplace.io/server/io-github-huangzesen-xhelio-spice Summary: Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics Category: Developer Tools Mode: local Pricing: Free PyPI: xhelio-spice GitHub: https://github.com/huangzesen/xhelio-spice Security Score: 8/10 Creator: Huangzesen Creator Reputation: B Version: 0.5.1 Required Credentials: XHELIO_SPICE_KERNEL_DIR (optional) Install (Claude Code): claude mcp add io-github-huangzesen-xhelio-spice -- uvx xhelio-spice==0.6.1 --- ## Botguard Agent URL: https://mcp-marketplace.io/server/io-github-sarduine13-star-agent-teller Summary: Verify AI agent payments and detect fraud. Input: agent_id, amount, service_id. Description: Verify AI agent payments and detect fraud. Input: agent_id, amount, service_id. Remote endpoints: streamable-http: https://agent-teller-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent-teller-production.up.railway.app/mcp GitHub: https://github.com/sarduine13-star/botguard-agent Security Score: 9/10 Creator: Sarduine13 Star Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sarduine13-star-agent-teller https://agent-teller-production.up.railway.app/mcp --- ## Database URL: https://mcp-marketplace.io/server/io-github-arifulislamat-database-mcp-sqlite Summary: MCP server for SQLite databases. Read-only by default, row caps, statement timeouts. Category: Data & Analytics Mode: local Pricing: Free npm: @database-mcp/sqlite PyPI: database-mcp-sqlite GitHub: https://github.com/arifulislamat/database-mcp Security Score: 6.2/10 Creator: Arifulislamat Creator Reputation: B Version: 0.4.2 Required Credentials: SQLITE_PATH (optional) Install (Claude Code): claude mcp add io-github-arifulislamat-database-mcp-sqlite -- npx -y @database-mcp/sqlite@0.1.0 --- ## Slugify Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-slugify-ai-mcp Summary: Slugify Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: slugify-ai-mcp GitHub: https://github.com/CSOAI-ORG/slugify-ai-mcp Security Score: 1.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-slugify-ai-mcp -- uvx slugify-ai-mcp==1.0.8 --- ## Domain Checker URL: https://mcp-marketplace.io/server/io-github-wearebravelabs-domain-checker-mcp Summary: Fast domain availability checker. DNS + RDAP/WHOIS verification. Category: Developer Tools Mode: local Pricing: Free npm: @wearebravelabs/domain-checker-mcp GitHub: https://github.com/WeAreBraveLabs/domain-checker-mcp Security Score: 8/10 Creator: WeAreBraveLabs Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-wearebravelabs-domain-checker-mcp -- npx -y @wearebravelabs/domain-checker-mcp@1.0.2 --- ## Hipaa Agent Ai URL: https://mcp-marketplace.io/server/io-github-xbt786-hipaa-agent Summary: HIPAA compliance AI agent — scan, grade, SRA, and generate compliance docs. Description: HIPAA compliance AI agent — scan, grade, SRA, and generate compliance docs. Remote endpoints: streamable-http: https://hipaaagent.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hipaaagent.ai/api/mcp GitHub: https://github.com/xbt786/hipaa-agent-ai.git MCP Tools (22): scan_practice, batch_scan, get_scan_status, get_compliance_score, get_report, get_audit_log, get_evidence_package, generate_baa, get_policies, generate_sra, get_breach, get_breach_score, trigger_internal_scan, get_internal_scan_status, get_internal_findings, lookup_practice, get_outreach_status, get_practice_summary, get_training_status, get_vendor_baa_list, log_incident, get_incidents Security Score: 9/10 Creator: Xbt786 Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xbt786-hipaa-agent https://hipaaagent.ai/api/mcp --- ## Webgate URL: https://mcp-marketplace.io/server/io-github-annibale-x-mcp-webgate Summary: Web search that doesn't wreck your AI's memory. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-webgate GitHub: https://github.com/annibale-x/mcp-webgate Security Score: 5.5/10 Creator: Annibale X Creator Reputation: B Version: 0.1.31 Install (Claude Code): claude mcp add io-github-annibale-x-mcp-webgate -- uvx mcp-webgate==0.1.33 --- ## Thinkgate URL: https://mcp-marketplace.io/server/io-github-tjp2021-mcp-thinkgate Summary: Auto-classifies prompt complexity and routes to the right Claude thinking mode. No API key needed. Category: Developer Tools Mode: local Pricing: Free npm: mcp-thinkgate GitHub: https://github.com/tjp2021/mcp-thinkgate Security Score: 10/10 Creator: Tjp2021 Creator Reputation: B Version: 0.1.1 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-tjp2021-mcp-thinkgate -- npx -y mcp-thinkgate@0.2.0 --- ## Simpson Strong Agent Service URL: https://mcp-marketplace.io/server/io-github-srotzin-simpson-strong-agent-service Summary: Construction product lookup for Simpson Strong-Tie structural catalog Description: Construction product lookup for Simpson Strong-Tie structural catalog Remote endpoints: streamable-http: https://simpson-strong-agent.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://simpson-strong-agent.onrender.com/mcp GitHub: https://github.com/srotzin/simpson-strong-agent-service Security Score: 9.9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-simpson-strong-agent-service https://simpson-strong-agent.onrender.com/mcp --- ## Lta URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-lta-mcp Summary: Provide real-time transportation data including bus arrivals, train service alerts, carpark availa… Description: Provide real-time transportation data including bus arrivals, train service alerts, carpark availa… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/lta-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/lta-mcp Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 0.1.0 --- ## Callmybot Cookbook URL: https://mcp-marketplace.io/server/ai-smithery-callmybot-cookbook-mcp-server Summary: Count occurrences of any character in your text instantly. Specify the character and get precise c… Description: Count occurrences of any character in your text instantly. Specify the character and get precise c… Remote endpoints: streamable-http: https://server.smithery.ai/@callmybot/cookbook-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/callmybot/cookbook-mcp-server Security Score: 10/10 Creator: Callmybot Creator Reputation: B Version: 1.0.0 --- ## Kilimo URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-kilimo-mcp Summary: MCP server for agriculture coordination in East Africa (kilimo = farming) Category: Developer Tools Mode: local Pricing: Free PyPI: kilimo-mcp GitHub: https://github.com/gabrielmahia/kilimo-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-gabrielmahia-kilimo-mcp -- uvx kilimo-mcp==0.1.3 --- ## Sailtix URL: https://mcp-marketplace.io/server/com-sailtix-sailtix Summary: Ferry and fast-boat schedules, seats and fares, boat and fishing charters across Indonesia. Description: Ferry and fast-boat schedules, seats and fares, boat and fishing charters across Indonesia. Remote endpoints: streamable-http: https://sailtix.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sailtix.com/mcp MCP Tools (4): locations_list, sailing_search, charter_search, fishing_search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-sailtix-sailtix https://sailtix.com/mcp --- ## Clockwise URL: https://mcp-marketplace.io/server/com-getclockwise-clockwise-mcp Summary: An MCP server for managing your calendar, via Clockwise Description: An MCP server for managing your calendar, via Clockwise Remote endpoints: streamable-http: https://mcp.getclockwise.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.getclockwise.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getclockwise-clockwise-mcp https://mcp.getclockwise.com/mcp --- ## Repomemory URL: https://mcp-marketplace.io/server/io-github-danielguru-repomemory Summary: Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing. Category: Developer Tools Mode: local Pricing: Free npm: repomemory GitHub: https://github.com/DanielGuru/repomemory Security Score: 10/10 Creator: DanielGuru Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-danielguru-repomemory -- npx -y repomemory@1.11.0 --- ## Operant URL: https://mcp-marketplace.io/server/io-github-operantlabs-operant-mcp Summary: Security testing MCP server for penetration testing, forensics, and vulnerability assessment Category: Security Mode: local Pricing: Free npm: operant-mcp GitHub: https://github.com/operantlabs/operant-mcp Security Score: 6.6/10 Creator: Operantlabs Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-operantlabs-operant-mcp -- npx -y operant-mcp@1.1.0 --- ## Proxmox AIops URL: https://mcp-marketplace.io/server/io-github-aiops-tools-proxmox-aiops Summary: Governed Proxmox VE VM/container ops — 43 MCP tools with audit, budget, undo & risk-tier guards. Category: Developer Tools Mode: local Pricing: Free PyPI: proxmox-aiops GitHub: https://github.com/AIops-tools/Proxmox-AIops Security Score: 4.2/10 Creator: AIops Tools Creator Reputation: B Version: 0.12.0 Install (Claude Code): claude mcp add io-github-aiops-tools-proxmox-aiops -- uvx proxmox-aiops==0.12.0 --- ## Fabric AIops URL: https://mcp-marketplace.io/server/io-github-aiops-tools-fabric-aiops Summary: Governed Cisco Meraki fabric ops: uplink RCA, health score, drift; 34 tools with audit/undo. Category: Developer Tools Mode: local Pricing: Free PyPI: fabric-aiops GitHub: https://github.com/AIops-tools/Fabric-AIops Security Score: 4.8/10 Creator: AIops Tools Creator Reputation: B Version: 0.10.0 Install (Claude Code): claude mcp add io-github-aiops-tools-fabric-aiops -- uvx fabric-aiops==0.10.0 --- ## Fortnox URL: https://mcp-marketplace.io/server/io-github-jakobwennberg-fortnox Summary: MCP server for Fortnox Swedish accounting API integration Category: Developer Tools Mode: local Pricing: Free npm: fortnox-mcp-server GitHub: https://github.com/jakobwennberg/fortnox-mcp Security Score: 4/10 Creator: Jakobwennberg Creator Reputation: B Version: 1.0.0 Required Credentials: FORTNOX_CLIENT_ID (required), FORTNOX_CLIENT_SECRET (required), FORTNOX_REFRESH_TOKEN (required) Install (Claude Code): claude mcp add io-github-jakobwennberg-fortnox -- npx -y fortnox-mcp-server@1.0.1 --- ## Hello Mcp Registry URL: https://mcp-marketplace.io/server/io-github-jonathanhefner-hello-mcp-registry Summary: A simple MCP server. Category: Developer Tools Mode: local Pricing: Free npm: @jonathanhefner/hello-mcp-registry GitHub: https://github.com/jonathanhefner/hello-mcp-registry Security Score: 7/10 Creator: Jonathanhefner Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-jonathanhefner-hello-mcp-registry -- npx -y @jonathanhefner/hello-mcp-registry@0.1.1 --- ## Gemini Crypto URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gemini-crypto Summary: Gemini Exchange keyless public market: symbols, ticker, candles, book, trades, price feed. Description: Gemini Exchange keyless public market: symbols, ticker, candles, book, trades, price feed. Remote endpoints: streamable-http: https://gateway.pipeworx.io/gemini-crypto/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gemini-crypto/mcp GitHub: https://github.com/pipeworx-io/mcp-gemini-crypto MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, symbols, symbol_details, ticker, ticker_v2, candles, book, trades, price_feed, network, gas_fees Security Score: 8/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gemini-crypto https://gateway.pipeworx.io/gemini-crypto/mcp --- ## Huoshui Pdf Converter URL: https://mcp-marketplace.io/server/io-github-huoshuiai42-huoshui-pdf-converter Summary: An MCP server that provides PDF file conversion Category: Developer Tools Mode: local Pricing: Free PyPI: huoshui-pdf-converter GitHub: https://github.com/huoshuiai42/huoshui-pdf-converter Security Score: 0.5/10 Creator: Huoshuiai42 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-huoshuiai42-huoshui-pdf-converter -- uvx huoshui-pdf-converter==1.0.4 --- ## Time Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-time Summary: Timezone, dates, cron, timestamps for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-time-tools GitHub: https://github.com/rog0x/mcp-time-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-time -- npx -y @rog0x/mcp-time-tools@1.0.2 --- ## Swiss Truth URL: https://mcp-marketplace.io/server/io-github-swisstruthorg-swiss-truth-mcp Summary: Verified knowledge base for AI agents — stop hallucinations with certified facts. Category: Developer Tools Mode: local Pricing: Free npm: swiss-truth-mcp GitHub: https://github.com/swisstruthorg/swiss-truth-mcp Security Score: 5/10 Creator: Swisstruthorg Creator Reputation: B Version: 0.1.4 Required Credentials: SWISS_TRUTH_API_KEY (required) Install (Claude Code): claude mcp add io-github-swisstruthorg-swiss-truth-mcp -- npx -y swiss-truth-mcp@0.1.4 --- ## Continueops Public URL: https://mcp-marketplace.io/server/com-continueops-continueops-public Summary: BC/DR & compliance tools: DORA, NIS2, NIST CSF, GDPR, SOC 2, CMMC, CAF, ISO 27001, FCA/PRA. Description: BC/DR & compliance tools: DORA, NIS2, NIST CSF, GDPR, SOC 2, CMMC, CAF, ISO 27001, FCA/PRA. Remote endpoints: streamable-http: https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp MCP Tools (5): dora_readiness_assessment, explore_compliance_framework, generate_bcp_plan_structure, search_learning_lab, browse_runbook_templates Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-continueops-continueops-public https://tjcjvxibsrxizwuajypz.supabase.co/functions/v1/mcp --- ## Whooing URL: https://mcp-marketplace.io/server/com-whooing-whooing Summary: 채팅으로 후잉 가계부를 관리하세요. 거래 입력·조회, 계정·예산 관리, 손익·재무 보고서를 지원합니다. Description: 채팅으로 후잉 가계부를 관리하세요. 거래 입력·조회, 계정·예산 관리, 손익·재무 보고서를 지원합니다. Remote endpoints: streamable-http: https://whooing.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whooing.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-whooing-whooing https://whooing.com/mcp --- ## Korture URL: https://mcp-marketplace.io/server/com-korture-hiring Summary: Who is wired for this role, in four plain facets, and what one change would widen it. Description: Who is wired for this role, in four plain facets, and what one change would widen it. Remote endpoints: streamable-http: https://mcp.korture.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.korture.com/api/mcp GitHub: https://github.com/skprasad-korture/korture-mcp Security Score: 10/10 Creator: Skprasad Korture Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-korture-hiring https://mcp.korture.com/api/mcp --- ## Frappe Dev URL: https://mcp-marketplace.io/server/io-github-sajmustafake-frappe-dev-mcp-server Summary: MCP server for Frappe/ERPNext development with AI assistance for DocTypes, bench commands, and APIs Category: Developer Tools Mode: local Pricing: Free npm: frappe-dev-mcp-server GitHub: https://github.com/SajmustafaKe/frappe-dev-mcp-server Security Score: 8/10 Creator: SajmustafaKe Creator Reputation: B Version: 1.0.1 Required Credentials: FRAPPE_PATH (optional) Install (Claude Code): claude mcp add io-github-sajmustafake-frappe-dev-mcp-server -- npx -y frappe-dev-mcp-server@1.0.1 --- ## Specleft URL: https://mcp-marketplace.io/server/io-github-specleft-specleft Summary: Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only. Category: Developer Tools Mode: local Pricing: Free PyPI: specleft GitHub: https://github.com/SpecLeft/specleft Security Score: 7.5/10 Creator: SpecLeft Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-specleft-specleft -- uvx specleft==0.4.0 --- ## Trw URL: https://mcp-marketplace.io/server/io-github-sean-bravo-taxformatter Summary: Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger. Category: Developer Tools Mode: local Pricing: Free npm: @taxformatter/mcp-server GitHub: https://github.com/Sean-Bravo/trw Security Score: 9.7/10 Creator: Sean Bravo Creator Reputation: B Version: 0.1.2 Required Credentials: TAXFORMATTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-sean-bravo-taxformatter -- npx -y @taxformatter/mcp-server --- ## Sigparser URL: https://mcp-marketplace.io/server/com-sigparser-sigparser Summary: Query contacts, companies, relationships, and communication metrics from SigParser. Description: Query contacts, companies, relationships, and communication metrics from SigParser. Remote endpoints: streamable-http: https://ipaas.sigparser.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ipaas.sigparser.com/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-sigparser-sigparser https://ipaas.sigparser.com/api/mcp --- ## Dm Drogerie Markt URL: https://mcp-marketplace.io/server/de-dm-mcp-dm-drogerie-markt Summary: Real-time product data, semantic search and more from dm-drogerie markt, Europe's leading drugstore. Description: Real-time product data, semantic search and more from dm-drogerie markt, Europe's leading drugstore. Remote endpoints: streamable-http: https://mcp.dm.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.dm.de/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-dm-mcp-dm-drogerie-markt https://mcp.dm.de/mcp --- ## Headless Oracle V5 URL: https://mcp-marketplace.io/server/io-github-lembagang-headless-oracle Summary: Cryptographically signed market state verification for autonomous financial agents. Description: Cryptographically signed market state verification for autonomous financial agents. Remote endpoints: sse: https://api.headlessoracle.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.headlessoracle.com/mcp GitHub: https://github.com/LembaGang/headless-oracle-v5 MCP Tools (4): get_market_status, get_market_schedule, list_exchanges, verify_receipt Security Score: 10/10 Creator: LembaGang Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lembagang-headless-oracle https://api.headlessoracle.com/mcp --- ## Crewhaus URL: https://mcp-marketplace.io/server/io-github-crewhaus-validation Summary: AI startup idea validation by a specialized 9-agent crew. Category: Developer Tools Mode: local Pricing: Free npm: crewhaus-mcp-server GitHub: https://github.com/crewhaus/crewhaus-mcp-server Security Score: 7.5/10 Creator: Crewhaus Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-crewhaus-validation -- npx -y crewhaus-mcp-server@1.3.0 --- ## Snapstate URL: https://mcp-marketplace.io/server/io-github-timbassler88-snapstate Summary: Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows. Category: Developer Tools Mode: local Pricing: Free npm: snapstate-sdk GitHub: https://github.com/timbassler88/snapstate Security Score: 9.2/10 Creator: Timbassler88 Creator Reputation: B Version: 1.0.2 Required Credentials: SNAPSTATE_API_URL (optional), SNAPSTATE_API_KEY (required) Install (Claude Code): claude mcp add io-github-timbassler88-snapstate -- npx -y snapstate-sdk --- ## Draw Flow URL: https://mcp-marketplace.io/server/io-github-hj1003862396-draw-flow-mcp-server Summary: MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview Category: Developer Tools Mode: local Pricing: Free npm: @io.github.hj1003862396/draw-flow-mcp-server GitHub: https://github.com/hj1003862396/draw-flow-mcp-server Security Score: 9/10 Creator: Hj1003862396 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-hj1003862396-draw-flow-mcp-server -- npx -y @io.github.hj1003862396/draw-flow-mcp-server@1.0.2 --- ## Bookmark URL: https://mcp-marketplace.io/server/io-github-pree-dew-mcp-bookmark Summary: MCP Server for adding bookmarks in openai RAG Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-bookmark-server GitHub: https://github.com/pree-dew/mcp-bookmark Security Score: 10/10 Creator: Pree Dew Creator Reputation: B Version: 0.1.4 Required Credentials: OPENAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-pree-dew-mcp-bookmark -- uvx mcp-bookmark-server==0.1.4 --- ## Insurance Verification URL: https://mcp-marketplace.io/server/io-github-csoai-org-insurance-verification-mcp Summary: Insurance Verification MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: insurance-verification-mcp GitHub: https://github.com/CSOAI-ORG/insurance-verification-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-insurance-verification-mcp -- uvx insurance-verification-mcp==1.0.11 --- ## AgentCN URL: https://mcp-marketplace.io/server/io-github-liamohtee-agentcn Summary: Source-cited EU/UK/US/AU market-access checks for Amazon and cross-border product compliance. Description: Source-cited EU/UK/US/AU market-access checks for Amazon and cross-border product compliance. Remote endpoints: streamable-http: https://compliancecn.netlify.app/mcp?src=official_registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://compliancecn.netlify.app/mcp?src=official_registry GitHub: https://github.com/liamohtee/AgentCN MCP Tools (11): market_access_check, preflight_product, watch_product_regulatory_changes, compare_market_requirements, check_amazon_compliance_request, check_battery_transport_documents, check_label_and_packaging, check_us_import_certification, check_eu_declaration_basis, explain_claim, describe_coverage Security Score: 8/10 Creator: Liamohtee Creator Reputation: B Version: 0.3.4 Install (Claude Code Remote): claude mcp add --transport http io-github-liamohtee-agentcn 'https://compliancecn.netlify.app/mcp?src=official_registry' --- ## Google Sheets URL: https://mcp-marketplace.io/server/io-github-henilcalagiya-google-sheets-mcp Summary: Powerful tools for automating Google Sheets using Model Context Protocol (MCP) Category: Developer Tools Mode: local Pricing: Free PyPI: google-sheets-mcp GitHub: https://github.com/henilcalagiya/google-sheets-mcp Security Score: 10/10 Creator: Henilcalagiya Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-henilcalagiya-google-sheets-mcp -- uvx google-sheets-mcp==0.1.6 --- ## Fomu URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-fomu-mcp Summary: MCP server for government forms and document workflows in Kenya (fomu = form) Category: Developer Tools Mode: local Pricing: Free PyPI: fomu-mcp GitHub: https://github.com/gabrielmahia/fomu-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-gabrielmahia-fomu-mcp -- uvx fomu-mcp==0.1.4 --- ## GDPRShiftLeft URL: https://mcp-marketplace.io/server/io-github-kevinrabun-gdprshiftleftmcp Summary: GDPR compliance MCP server - article lookup, DPIA, ROPA, DSR, IaC analysis, Bicep templates. Category: Developer Tools Mode: local Pricing: Free PyPI: gdpr-shift-left-mcp GitHub: https://github.com/KevinRabun/GDPRShiftLeftMCP Security Score: 7/10 Creator: KevinRabun Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-kevinrabun-gdprshiftleftmcp -- uvx gdpr-shift-left-mcp==0.4.0 --- ## N8n URL: https://mcp-marketplace.io/server/io-github-rpgmais-mcp-n8n Summary: The most complete MCP server for n8n — 43 tools for workflows, data tables, and more. Category: Productivity Mode: local Pricing: Free npm: @nextoolsolutions/mcp-n8n GitHub: https://github.com/RPGMais/mcp-n8n Security Score: 8/10 Installs: 1 Creator: RPGMais Creator Reputation: B Version: 2.0.2 Required Credentials: N8N_BASE_URL (optional), N8N_API_KEY (required) Install (Claude Code): claude mcp add io-github-rpgmais-mcp-n8n -- npx -y @nextoolsolutions/mcp-n8n@2.0.2 --- ## Base Wallet Toolkit URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-base-wallet-toolkit Summary: MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS. Category: Finance Mode: local Pricing: Free npm: base-wallet-toolkit-mcp GitHub: https://github.com/lordbasilaiassistant-sudo/base-wallet-toolkit-mcp Security Score: 7.5/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Required Credentials: RPC_URL (optional) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-base-wallet-toolkit -- npx -y base-wallet-toolkit-mcp@1.0.1 --- ## Metar URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-metar Summary: MCP server for METAR/TAF aviation weather data Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-metar GitHub: https://github.com/daedalus/mcp-metar Security Score: 5.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-metar -- uvx mcp-metar==0.1.0 --- ## Regulatory Webhook URL: https://mcp-marketplace.io/server/io-github-csoai-org-regulatory-webhook-mcp Summary: Regulatory Webhook MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: regulatory-webhook-mcp GitHub: https://github.com/CSOAI-ORG/regulatory-webhook-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-regulatory-webhook-mcp -- uvx regulatory-webhook-mcp==1.0.12 --- ## Flights URL: https://mcp-marketplace.io/server/com-worldairfares-flights-mcp Summary: Flight search MCP server providing search, pagination, and itinerary details for AI assistants. Description: Flight search MCP server providing search, pagination, and itinerary details for AI assistants. Remote endpoints: streamable-http: https://mcp.worldairfares.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.worldairfares.com Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-worldairfares-flights-mcp https://mcp.worldairfares.com --- ## Leafengines Claude URL: https://mcp-marketplace.io/server/io-github-qwarranto-leafengines Summary: 🌱 Agricultural AI: Soil analysis, crop recommendations, weather forecasts. FREE TurboQuant. Category: Developer Tools Mode: local Pricing: Free npm: @ancientwhispers54/leafengines-mcp-server GitHub: https://github.com/QWarranto/leafengines-claude-mcp Security Score: 1.2/10 Creator: QWarranto Creator Reputation: B Version: 2.0.8 Required Credentials: LEAFENGINES_API_KEY (required) Install (Claude Code): claude mcp add io-github-qwarranto-leafengines -- npx -y @ancientwhispers54/leafengines-mcp-server@2.0.8 --- ## Personal Finance Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-personal-finance-ai-mcp Summary: Personal Finance Ai MCP Server by MEOK AI Labs Category: Finance Mode: local Pricing: Free PyPI: personal-finance-ai-mcp GitHub: https://github.com/CSOAI-ORG/personal-finance-ai-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-personal-finance-ai-mcp -- uvx personal-finance-ai-mcp==1.0.8 --- ## Unreal URL: https://mcp-marketplace.io/server/ai-smithery-chir24-unreal-mcp Summary: Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate… Description: Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate… Remote endpoints: streamable-http: https://server.smithery.ai/@ChiR24/unreal_mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/ChiR24/Unreal_mcp Security Score: 10/10 Creator: ChiR24 Creator Reputation: B Version: 0.4.6 --- ## Otp Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-otp-ai-mcp Summary: Otp Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: otp-ai-mcp GitHub: https://github.com/CSOAI-ORG/otp-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-otp-ai-mcp -- uvx otp-ai-mcp==1.0.8 --- ## Agents URL: https://mcp-marketplace.io/server/ai-anomalyarmor-armor-mcp Summary: Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality. Description: Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality. Remote endpoints: streamable-http: https://mcp.anomalyarmor.ai/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: armor-mcp Remote URL: https://mcp.anomalyarmor.ai/mcp GitHub: https://github.com/anomalyarmor/agents Security Score: 4.8/10 Creator: Anomalyarmor Creator Reputation: B Version: 0.6.1 Required Credentials: ARMOR_API_KEY (required) Install (Claude Code): claude mcp add ai-anomalyarmor-armor-mcp -- uvx armor-mcp==0.8.1 Install (Claude Code Remote): claude mcp add --transport http ai-anomalyarmor-armor-mcp https://mcp.anomalyarmor.ai/mcp --- ## Markdown URL: https://mcp-marketplace.io/server/io-github-ofershap-markdown Summary: Markdown MCP — search, extract sections, list headings, find code blocks. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-markdown GitHub: https://github.com/ofershap/mcp-server-markdown Security Score: 9.6/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-markdown -- npx -y mcp-server-markdown@1.0.1 --- ## Recipe Finder Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-recipe-finder-ai-mcp Summary: Recipe Finder Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: recipe-finder-ai-mcp GitHub: https://github.com/CSOAI-ORG/recipe-finder-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-recipe-finder-ai-mcp -- uvx recipe-finder-ai-mcp==1.0.8 --- ## Video Editing URL: https://mcp-marketplace.io/server/io-github-burningion-video-editing-mcp Summary: An MCP server that provides [describe what your server does] Category: Content & Media Mode: local Pricing: Free PyPI: video-editor-mcp GitHub: https://github.com/burningion/video-editing-mcp Security Score: 4/10 Creator: Burningion Creator Reputation: B Version: 1.0.0 Required Credentials: VJ_API_KEY (required) Install (Claude Code): claude mcp add io-github-burningion-video-editing-mcp -- uvx video-editor-mcp==0.1.59 --- ## Us Iso Grid URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-us-iso-grid Summary: US ISO Grid MCP — real-time electricity generation, fuel mix, demand, Description: US ISO Grid MCP — real-time electricity generation, fuel mix, demand, Remote endpoints: streamable-http: https://gateway.pipeworx.io/us-iso-grid/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/us-iso-grid/mcp GitHub: https://github.com/pipeworx-io/mcp-us-iso-grid MCP Tools (40): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, caiso_fuel_mix, caiso_demand, caiso_renewables, caiso_co2, ercot_fuel_mix, ercot_supply_demand, nyiso_lmp_zonal, nyiso_fuel_mix, nyiso_load, nyiso_load_forecast Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-us-iso-grid https://gateway.pipeworx.io/us-iso-grid/mcp --- ## Domoticz URL: https://mcp-marketplace.io/server/ai-smithery-callmybot-domoticz Summary: Greet anyone by name with a friendly hello. Explore the origin of 'Hello, World' for context in de… Description: Greet anyone by name with a friendly hello. Explore the origin of 'Hello, World' for context in de… Remote endpoints: streamable-http: https://server.smithery.ai/@callmybot/domoticz/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/callmybot/domoticz Security Score: 7.3/10 Creator: Callmybot Creator Reputation: B Version: 1.0.0 --- ## Sentiment Analysis Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-sentiment-analysis-ai-mcp Summary: Sentiment Analysis Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: sentiment-analysis-ai-mcp GitHub: https://github.com/CSOAI-ORG/sentiment-analysis-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-sentiment-analysis-ai-mcp -- uvx sentiment-analysis-ai-mcp==1.0.8 --- ## Report Needs URL: https://mcp-marketplace.io/server/io-github-jarvisonm4-report-needs Summary: MCP server for AI agents to report infrastructure needs they encounter during task execution Category: Developer Tools Mode: local Pricing: Free PyPI: report-needs GitHub: https://github.com/JarvisOnM4/report-needs Security Score: 7/10 Creator: JarvisOnM4 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-jarvisonm4-report-needs -- uvx report-needs==0.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-design-mcp Summary: Provides UX capabilities to enhance the design output and understanding of AI systems. Description: Provides UX capabilities to enhance the design output and understanding of AI systems. Remote endpoints: streamable-http: https://design.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://design.googleapis.com/mcp MCP Tools (7): generate_brand_color_scheme, extract_brand_colors_from_image, extract_and_generate_brand_color_scheme, search_icons, icons_instructions, search_fonts, describe_font Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-design-mcp https://design.googleapis.com/mcp --- ## Lifewithai URL: https://mcp-marketplace.io/server/io-github-yourlifewithai-arcology-knowledge-node Summary: Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries. Description: Collaborative engineering KB for a mile-high city. 9 tools, 8 domains, 32 entries. Remote endpoints: streamable-http: https://arcology-mcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://arcology-mcp.fly.dev/mcp GitHub: https://github.com/YourLifewithAI/Lifewithai.git Security Score: 10/10 Creator: YourLifewithAI Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-yourlifewithai-arcology-knowledge-node https://arcology-mcp.fly.dev/mcp --- ## Wix URL: https://mcp-marketplace.io/server/com-wix-mcp Summary: A Model Context Protocol server for Wix AI tools Description: A Model Context Protocol server for Wix AI tools Remote endpoints: sse: https://mcp.wix.com/sse streamable-http: https://mcp.wix.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.wix.com/mcp GitHub: https://github.com/wix/wix-mcp Security Score: 10/10 Creator: Wix Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-wix-mcp https://mcp.wix.com/mcp --- ## Postgres URL: https://mcp-marketplace.io/server/io-github-neverinfamous-postgres-mcp-server Summary: Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations Category: Data & Analytics Mode: local Pricing: Free GitHub: https://github.com/neverinfamous/postgres-mcp.git Security Score: 10/10 Creator: Neverinfamous Creator Reputation: B Version: 1.2.0 --- ## Colab Exec URL: https://mcp-marketplace.io/server/io-github-pdwi2020-mcp-server-colab-exec Summary: Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-colab-exec GitHub: https://github.com/pdwi2020/mcp-server-colab-exec Security Score: 10/10 Creator: Pdwi2020 Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-pdwi2020-mcp-server-colab-exec -- uvx mcp-server-colab-exec==0.1.0 --- ## Scholarfetch URL: https://mcp-marketplace.io/server/io-github-laibniz-scholarfetch Summary: Multi-engine scholarly research server for search, traversal, full text, and reading lists. Description: Multi-engine scholarly research server for search, traversal, full text, and reading lists. Remote endpoints: streamable-http: https://laibniz-scholarfetch-web.hf.space/mcp/ Category: Education & Research Mode: remote Pricing: Free Remote URL: https://laibniz-scholarfetch-web.hf.space/mcp/ GitHub: https://github.com/laibniz/scholarfetch Security Score: 10/10 Creator: Laibniz Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-laibniz-scholarfetch https://laibniz-scholarfetch-web.hf.space/mcp/ --- ## Withings URL: https://mcp-marketplace.io/server/io-github-akutishevsky-withings Summary: MCP server for Withings health data — sleep, activity, heart, and body metrics. Description: MCP server for Withings health data — sleep, activity, heart, and body metrics. Remote endpoints: streamable-http: https://withings-mcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://withings-mcp.com/mcp GitHub: https://github.com/akutishevsky/withings-mcp Security Score: 10/10 Creator: User Creator Reputation: C- Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-akutishevsky-withings https://withings-mcp.com/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-changelog Summary: MCP server for generating changelogs from conventional commits. Category: Developer Tools Mode: local Pricing: Free npm: changelog-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-changelog -- npx -y changelog-forge-mcp --- ## S Gw URL: https://mcp-marketplace.io/server/io-github-sgateway-s-gw Summary: Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails. Category: Developer Tools Mode: local Pricing: Free npm: @s-gw/s-gw GitHub: https://github.com/sgateway/s-gw Security Score: 10/10 Creator: Sgateway Creator Reputation: B Version: 0.1.21 Install (Claude Code): claude mcp add io-github-sgateway-s-gw -- npx -y @s-gw/s-gw@0.1.21 --- ## Web Scout URL: https://mcp-marketplace.io/server/ai-smithery-pinkpixel-dev-web-scout-mcp Summary: Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp… Description: Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp… Remote endpoints: streamable-http: https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp GitHub: https://github.com/pinkpixel-dev/web-scout-mcp Security Score: 10/10 Creator: Jessica Doering Creator Reputation: C- Version: 1.5.4 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-pinkpixel-dev-web-scout-mcp https://server.smithery.ai/@pinkpixel-dev/web-scout-mcp/mcp --- ## Websitepublisher Ai URL: https://mcp-marketplace.io/server/ai-websitepublisher-mcp Summary: Build and publish websites through AI conversation. Description: Build and publish websites through AI conversation. Remote endpoints: streamable-http: https://mcp.websitepublisher.ai/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.websitepublisher.ai/ GitHub: https://github.com/megberts/mcp-websitepublisher-ai Security Score: 10/10 Installs: 1 Creator: User Creator Reputation: C Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http ai-websitepublisher-mcp https://mcp.websitepublisher.ai/ --- ## SIGNALS URL: https://mcp-marketplace.io/server/global-signals-signals-mcp Summary: 63 MCP tools for loyalty programs, rewards, and member operations with HITL approval. Description: 63 MCP tools for loyalty programs, rewards, and member operations with HITL approval. Remote endpoints: streamable-http: https://signals.global/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://signals.global/mcp GitHub: https://github.com/psxio/SIGNALS Security Score: 9/10 Creator: Psxio Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http global-signals-signals-mcp https://signals.global/mcp --- ## Disruption Intelligence URL: https://mcp-marketplace.io/server/io-github-forgemeshlabs-disruption-intelligence-mcp Summary: AI-native commercial disruption intelligence for MCP clients and x402-powered agents. Category: Developer Tools Mode: local Pricing: Free npm: @forgemeshlabs/disruption-intelligence-mcp GitHub: https://github.com/forgemeshlabs/disruption-intelligence-mcp Security Score: 10/10 Creator: Forgemeshlabs Creator Reputation: B Version: 0.1.4 Required Credentials: DISRUPTION_API_BASE (optional) Install (Claude Code): claude mcp add io-github-forgemeshlabs-disruption-intelligence-mcp -- npx -y @forgemeshlabs/disruption-intelligence-mcp@0.1.4 --- ## Uk Legal URL: https://mcp-marketplace.io/server/io-github-paulieb89-uk-legal-mcp Summary: UK legal research — case law, legislation, Hansard, bills, votes, committees, HMRC, citations Description: UK legal research — case law, legislation, Hansard, bills, votes, committees, HMRC, citations Remote endpoints: streamable-http: https://uk-legal-mcp.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: uk-legal-mcp Remote URL: https://uk-legal-mcp.fly.dev/mcp GitHub: https://github.com/paulieb89/uk-legal-mcp Security Score: 10/10 Creator: BOUCH Creator Reputation: B- Version: 0.4.0 Install (Claude Code): claude mcp add io-github-paulieb89-uk-legal-mcp -- uvx uk-legal-mcp==0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-paulieb89-uk-legal-mcp https://uk-legal-mcp.fly.dev/mcp --- ## Yuque URL: https://mcp-marketplace.io/server/io-github-wwwwujl-yuque-mcp Summary: Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC. Category: Developer Tools Mode: local Pricing: Free npm: @wwwwwujl/yuque-mcp GitHub: https://github.com/wwwwujl/yuque-mcp Security Score: 10/10 Creator: Wwwwujl Creator Reputation: B Version: 1.1.0 Required Credentials: YUQUE_TOKEN (required), YUQUE_ENDPOINT (optional), YUQUE_TIMEOUT_MS (optional), YUQUE_MAX_RETRIES (optional), YUQUE_ALLOW_WRITE (optional), YUQUE_WRITE_NAMESPACE_ALLOWLIST (optional), YUQUE_WRITE_GROUP_ALLOWLIST (optional), YUQUE_ALLOW_DELETE (optional), YUQUE_DELETE_NAMESPACE_ALLOWLIST (optional), YUQUE_FILE_ROOT (optional), YUQUE_FILE_MAX_BYTES (optional), YUQUE_FILE_ALLOWED_EXTENSIONS (optional) Install (Claude Code): claude mcp add io-github-wwwwujl-yuque-mcp -- npx -y @wwwwwujl/yuque-mcp@1.1.0 --- ## Coalesce Transform URL: https://mcp-marketplace.io/server/io-github-jessemarshall-coalesce-transform Summary: MCP server for managing Coalesce Transform workspaces, nodes, pipelines, and runs. Category: Developer Tools Mode: local Pricing: Free npm: coalesce-transform-mcp GitHub: https://github.com/jessemarshall/coalesce-transform-mcp Security Score: 10/10 Creator: Jessemarshall Creator Reputation: B Version: 0.7.2 Required Credentials: COALESCE_ACCESS_TOKEN (required), COALESCE_PROFILE (optional), COALESCE_BASE_URL (optional), COALESCE_ORG_ID (optional), COALESCE_REPO_PATH (optional), COALESCE_CACHE_DIR (optional), COALESCE_MCP_AUTO_CACHE_MAX_BYTES (optional), COALESCE_MCP_LINEAGE_TTL_MS (optional), COALESCE_MCP_MAX_REQUEST_BODY_BYTES (optional), COALESCE_MCP_READ_ONLY (optional), COALESCE_MCP_SKILLS_DIR (optional), SNOWFLAKE_ACCOUNT (optional), SNOWFLAKE_USERNAME (optional), SNOWFLAKE_KEY_PAIR_KEY (optional), SNOWFLAKE_PAT (required), SNOWFLAKE_KEY_PAIR_PASS (required), SNOWFLAKE_WAREHOUSE (optional), SNOWFLAKE_ROLE (optional) Install (Claude Code): claude mcp add io-github-jessemarshall-coalesce-transform -- npx -y coalesce-transform-mcp@0.7.2 --- ## Machinehearts URL: https://mcp-marketplace.io/server/io-github-trainmyagent-machinehearts Summary: Autonomous agent matchmaking and relationship actions for Machine Hearts. Category: Developer Tools Mode: local Pricing: Free npm: machinehearts GitHub: https://github.com/trainmyagent/machinehearts.git Security Score: 10/10 Creator: Trainmyagent Creator Reputation: B Version: 1.0.8 Required Credentials: AFA_API_BASE_URL (optional), AFA_API_KEY (required) Install (Claude Code): claude mcp add io-github-trainmyagent-machinehearts -- npx -y machinehearts@1.0.8 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-warpmetrics-mcp Summary: Connect AI assistants to Warpmetrics — query runs, calls, costs, and outcomes. Category: Developer Tools Mode: local Pricing: Free npm: @warpmetrics/mcp GitHub: https://github.com/warpmetrics/mcp Security Score: 8/10 Creator: Warpmetrics Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-warpmetrics-mcp -- npx -y @warpmetrics/mcp@0.1.0 --- ## Codeseeker URL: https://mcp-marketplace.io/server/io-github-jghiringhelli-codeseeker Summary: Graph-powered code intelligence with semantic search and knowledge graph for AI assistants Category: Developer Tools Mode: local Pricing: Free npm: codeseeker GitHub: https://github.com/jghiringhelli/codeseeker Security Score: 8/10 Creator: Jghiringhelli Creator Reputation: B Version: 2.0.1 Install (Claude Code): claude mcp add io-github-jghiringhelli-codeseeker -- npx -y codeseeker@2.0.1 --- ## Hmr URL: https://mcp-marketplace.io/server/dev-promplate-hmr Summary: Hot Module Reload (HMR) and reactive programming for Python Description: Hot Module Reload (HMR) and reactive programming for Python Remote endpoints: streamable-http: https://pyth-on-line.promplate.dev/hmr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pyth-on-line.promplate.dev/hmr/mcp GitHub: https://github.com/promplate/hmr MCP Tools (3): learn-hmr-basics, view-hmr-core-sources, view-hmr-unit-tests Security Score: 10/10 Creator: Promplate Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http dev-promplate-hmr https://pyth-on-line.promplate.dev/hmr/mcp --- ## Dev URL: https://mcp-marketplace.io/server/io-github-hanwei30-dev-mcp Summary: Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language Description: Connect AI assistants to Subotiz - Using Subotiz's external capabilities through natural language Remote endpoints: streamable-http: https://api.stg.subotiz.com/mcp/ping Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.stg.subotiz.com/mcp/ping GitHub: https://github.com/Subotiz/dev-mcp Security Score: 10/10 Creator: Subotiz Creator Reputation: C Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-hanwei30-dev-mcp https://api.stg.subotiz.com/mcp/ping --- ## Openclaw Mcp Servers URL: https://mcp-marketplace.io/server/io-github-yedanyagamiai-cmd-openclaw-mcp-servers Summary: 9 remote MCP servers on Cloudflare Workers for AI agents. Free tier + Pro API keys. Description: 9 remote MCP servers on Cloudflare Workers for AI agents. Free tier + Pro API keys. Remote endpoints: streamable-http: https://json-toolkit-mcp.yagami8095.workers.dev/mcp streamable-http: https://regex-engine-mcp.yagami8095.workers.dev/mcp streamable-http: https://color-palette-mcp.yagami8095.workers.dev/mcp streamable-http: https://timestamp-converter-mcp.yagami8095.workers.dev/mcp streamable-http: https://prompt-enhancer-mcp.yagami8095.workers.dev/mcp streamable-http: https://openclaw-intel-m Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://json-toolkit-mcp.yagami8095.workers.dev/mcp GitHub: https://github.com/yedanyagamiai-cmd/openclaw-mcp-servers MCP Tools (6): json_format, json_validate, json_diff, json_query, json_transform, json_schema_generate Security Score: 10/10 Creator: Yedanyagamiai Cmd Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-yedanyagamiai-cmd-openclaw-mcp-servers https://json-toolkit-mcp.yagami8095.workers.dev/mcp --- ## Attio URL: https://mcp-marketplace.io/server/ai-smithery-kesslerio-attio-mcp-server-beta Summary: Streamline your Attio workflows using natural language to search, create, update, and organize com… Description: Streamline your Attio workflows using natural language to search, create, update, and organize com… Remote endpoints: streamable-http: https://server.smithery.ai/@kesslerio/attio-mcp-server-beta/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@kesslerio/attio-mcp-server-beta/mcp GitHub: https://github.com/kesslerio/attio-mcp-server Security Score: 9.9/10 Creator: Kesslerio Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-kesslerio-attio-mcp-server-beta https://server.smithery.ai/@kesslerio/attio-mcp-server-beta/mcp --- ## Dependency URL: https://mcp-marketplace.io/server/io-github-niradler-dependency-mcp Summary: MCP server for checking package versions across multiple package managers Category: Developer Tools Mode: local Pricing: Free npm: dependency-mcp GitHub: https://github.com/niradler/dependency-mcp Security Score: 3/10 Creator: Niradler Creator Reputation: B Version: 0.0.5 Install (Claude Code): claude mcp add io-github-niradler-dependency-mcp -- npx -y dependency-mcp@0.0.9 --- ## Uk Parliament Interests URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-interests Summary: MCP server for UK Parliament Register of Interests API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-interests GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Installs: 1 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-interests -- npx -y @darkhorseone/mcp-server-uk-parliament-interests --- ## Civic URL: https://mcp-marketplace.io/server/com-civic-nexus Summary: Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows Description: Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows Remote endpoints: streamable-http: https://nexus.civic.com/hub/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexus.civic.com/hub/mcp GitHub: https://github.com/civicteam/civic-mcp Security Score: 9/10 Creator: Civicteam Creator Reputation: B Version: 0.1.109 Install (Claude Code Remote): claude mcp add --transport http com-civic-nexus https://nexus.civic.com/hub/mcp --- ## Context7 Private Docs URL: https://mcp-marketplace.io/server/com-clauxel-context7docs-context7docs-mcp Summary: A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r Description: A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r Remote endpoints: streamable-http: https://context7docs.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://context7docs.clauxel.com/mcp GitHub: https://github.com/clauxel/context7-private-docs-mcp-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-context7docs-context7docs-mcp https://context7docs.clauxel.com/mcp --- ## Lighthouse URL: https://mcp-marketplace.io/server/io-github-priyankark-lighthouse-mcp Summary: MCP server for Google Lighthouse performance metrics Category: Developer Tools Mode: local Pricing: Free npm: lighthouse-mcp GitHub: https://github.com/priyankark/lighthouse-mcp Security Score: 10/10 Creator: Priyankark Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-priyankark-lighthouse-mcp -- npx -y lighthouse-mcp@0.1.15 --- ## Human Survey URL: https://mcp-marketplace.io/server/io-github-sunsiyuan-human-survey Summary: Self-reported attribution: which channel and which creator your users first heard you from. Category: Developer Tools Mode: local Pricing: Free npm: humansurvey-mcp GitHub: https://github.com/sunsiyuan/human-survey Security Score: 9/10 Creator: sunsiyuan Creator Reputation: D Version: 1.2.0 Required Credentials: HUMANSURVEY_API_KEY (required) Install (Claude Code): claude mcp add io-github-sunsiyuan-human-survey -- npx -y humansurvey-mcp --- ## Home Assistant URL: https://mcp-marketplace.io/server/io-github-coolver-home-assistant-mcp Summary: Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs Category: Developer Tools Mode: local Pricing: Free npm: @coolver/home-assistant-mcp GitHub: https://github.com/Coolver/home-assistant-mcp Security Score: 3/10 Creator: Coolver Creator Reputation: B Version: 3.2.12 Required Credentials: HA_AGENT_URL (optional), HA_AGENT_KEY (required) Install (Claude Code): claude mcp add io-github-coolver-home-assistant-mcp -- npx -y @coolver/home-assistant-mcp@3.2.27 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-git Summary: Structured git operations (status, log, diff, branch, show) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/git GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-dave-london-git -- npx -y @paretools/git --- ## Slima URL: https://mcp-marketplace.io/server/io-github-slima-ai-slima Summary: MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader. Description: MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader. Remote endpoints: streamable-http: https://mcp.slima.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: slima-mcp Remote URL: https://mcp.slima.ai/mcp GitHub: https://github.com/slima-ai/slima-mcp Security Score: 5.3/10 Creator: Slima Ai Creator Reputation: B Version: 0.1.13 Required Credentials: SLIMA_API_TOKEN (optional) Install (Claude Code): claude mcp add io-github-slima-ai-slima -- npx -y slima-mcp@0.1.15 Install (Claude Code Remote): claude mcp add --transport http io-github-slima-ai-slima https://mcp.slima.ai/mcp --- ## Allourthings URL: https://mcp-marketplace.io/server/io-allourthings-mcp-server Summary: AI-powered household inventory — query everything you own via natural language Category: Developer Tools Mode: local Pricing: Free npm: @allourthings/mcp-server GitHub: https://github.com/matt-harding/allourthings-mcp Security Score: 9.7/10 Creator: Matt Harding Creator Reputation: B Version: 0.2.0 Required Credentials: ALLOURTHINGS_DATA_DIR (optional) Install (Claude Code): claude mcp add io-allourthings-mcp-server -- npx -y @allourthings/mcp-server --- ## Mcp URL: https://mcp-marketplace.io/server/es-boletinclaro-mcp Summary: Subvenciones, licitaciones y boletines oficiales de España y Europa para tu IA. Gratis, sin login. Description: Subvenciones, licitaciones y boletines oficiales de España y Europa para tu IA. Gratis, sin login. Remote endpoints: streamable-http: https://boletinclaro.es/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://boletinclaro.es/mcp GitHub: https://github.com/boletinclaro/mcp MCP Tools (20): asignar_entrada, borrar_alerta, buscar_boletines, buscar_empresa, buscar_oportunidades, crear_alerta, crear_cliente, detalle_convocatoria, detalle_licitacion, editar_alerta, listar_clientes, listar_entradas, listar_mis_alertas, mis_novedades, pausar_alerta, perfil_empresa, reactivar_alerta, resumen_boletin, resumen_semana, vigilar_empresa Security Score: 10/10 Creator: Boletinclaro Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http es-boletinclaro-mcp https://boletinclaro.es/mcp --- ## Openqr URL: https://mcp-marketplace.io/server/io-github-sam-moreton-openqr Summary: Generate QR codes; create, edit & track dynamic QR codes with scan analytics. Free, no watermark. Description: Generate QR codes; create, edit & track dynamic QR codes with scan analytics. Free, no watermark. Remote endpoints: streamable-http: https://openqr.uk/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://openqr.uk/mcp GitHub: https://github.com/sam-moreton/openqr Security Score: 5.2/10 Creator: Sam Moreton Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sam-moreton-openqr https://openqr.uk/mcp --- ## Hearthstone Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-hearthstone-oracle Summary: Hearthstone card search, deck analysis, strategy coaching, and archetype classification Category: Developer Tools Mode: local Pricing: Free npm: hearthstone-oracle GitHub: https://github.com/gregario/hearthstone-oracle Security Score: 7/10 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-hearthstone-oracle -- npx -y hearthstone-oracle@0.1.0 --- ## Memos URL: https://mcp-marketplace.io/server/io-github-jkawamoto-mcp-memos Summary: An MCP server for interacting with Memos. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/jkawamoto/mcp-memos Security Score: 10/10 Creator: Jkawamoto Creator Reputation: B Version: 0.1.0 Required Credentials: MEMOS_API_ENDPOINT (optional), MEMOS_API_TOKEN (required) --- ## Posthog URL: https://mcp-marketplace.io/server/io-github-posthog-mcp Summary: Official PostHog MCP Server for product analytics, feature flags, experiments, and more. Description: Official PostHog MCP Server for product analytics, feature flags, experiments, and more. Remote endpoints: streamable-http: https://mcp.posthog.com/mcp sse: https://mcp.posthog.com/sse Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcp.posthog.com/sse GitHub: https://github.com/PostHog/posthog Security Score: 10/10 Creator: PostHog Creator Reputation: B Version: 0.2.5 Install (Claude Code Remote): claude mcp add --transport http io-github-posthog-mcp https://mcp.posthog.com/sse --- ## XCP URL: https://mcp-marketplace.io/server/io-github-xcp-mcp-server Summary: Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign. Category: Developer Tools Mode: local Pricing: Free npm: @21e14/mcp-server GitHub: https://github.com/XCP/mcp-server Security Score: 10/10 Creator: XCP Creator Reputation: B Version: 1.0.1 Required Credentials: COUNTERPARTY_NODE (optional), SIGNER_PRIVATE_KEY (required), SIGNER_ADDRESS (optional) Install (Claude Code): claude mcp add io-github-xcp-mcp-server -- npx -y @21e14/mcp-server@1.0.5 --- ## Deapi URL: https://mcp-marketplace.io/server/io-github-deapi-ai-mcp-server-deapi Summary: 35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI Description: 35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI Remote endpoints: streamable-http: https://mcp.deapi.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.deapi.ai/mcp GitHub: https://github.com/deapi-ai/mcp-server-deapi Security Score: 5.5/10 Installs: 1 Creator: Deapi Ai Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-deapi-ai-mcp-server-deapi https://mcp.deapi.ai/mcp --- ## Wrapper URL: https://mcp-marketplace.io/server/io-github-buggy1111-wrapper-mcp Summary: Czech NLP tools: NER (35 langs), anonymization (80+ PII), morphology, translation, spellcheck Category: Developer Tools Mode: local Pricing: Free PyPI: wrapper-mcp GitHub: https://github.com/Buggy1111/wrapper-mcp Security Score: 5/10 Creator: Buggy1111 Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-buggy1111-wrapper-mcp -- uvx wrapper-mcp --- ## Api Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-api Summary: HTTP client, JWT decode, header analysis for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-api-tools GitHub: https://github.com/rog0x/mcp-api-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-api -- npx -y @rog0x/mcp-api-tools@1.0.2 --- ## Career URL: https://mcp-marketplace.io/server/io-github-pjw2004-job-search Summary: Search Korean job postings from JobKorea and Saramin by company name Category: Developer Tools Mode: local Pricing: Free npm: job-search-mcp GitHub: https://github.com/PJW2004/career-mcp Security Score: 8/10 Creator: PJW2004 Creator Reputation: B Version: 0.0.6 Install (Claude Code): claude mcp add io-github-pjw2004-job-search -- npx -y job-search-mcp@0.0.6 --- ## Vari URL: https://mcp-marketplace.io/server/io-github-getvari-vari-mcp Summary: 6 hydration calculators for LLMs: water intake, dehydration, pregnancy, CKD, athlete, energy. Category: Developer Tools Mode: local Pricing: Free npm: @getvari/mcp GitHub: https://github.com/getvari/vari-mcp Security Score: 6.2/10 Creator: Getvari Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-getvari-vari-mcp -- npx -y @getvari/mcp@1.0.1 --- ## Whisper URL: https://mcp-marketplace.io/server/io-github-jwulff-whisper-mcp Summary: Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models. Category: AI & ML Mode: local Pricing: Free npm: whisper-mcp GitHub: https://github.com/jwulff/whisper-mcp Security Score: 8/10 Creator: Jwulff Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-jwulff-whisper-mcp -- npx -y whisper-mcp@0.1.1 --- ## Moltravel URL: https://mcp-marketplace.io/server/com-moltravel-travel Summary: Aggregated travel MCP — flights, tours, activities, price checks, visas, and more. Description: Aggregated travel MCP — flights, tours, activities, price checks, visas, and more. Remote endpoints: streamable-http: https://mcp.moltravel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.moltravel.com/mcp GitHub: https://github.com/navifare/moltravel-mcp Security Score: 9/10 Creator: Navifare Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-moltravel-travel https://mcp.moltravel.com/mcp --- ## FinAgent Pro URL: https://mcp-marketplace.io/server/finagent-pro Summary: Pro financial analysis with S&P 500 screening, SEC EDGAR search, and filing extraction for any AI as Description: FinAgent Pro is the complete financial analysis MCP server. It includes everything in FinAgent (free) — stock quotes, financials, news — plus SEC filing analysis, full-text EDGAR search, and multi-criteria stock screening across the entire S&P 500. Read 10-K risk factors, search all SEC filings by keyword, extract financial statement sections, and screen 500+ stocks by P/E, market cap, revenue growth, sector, industry, beta, and more. Works with Claude, ChatGPT, Cursor, Copilot, and any MCP-comp Category: Finance Mode: local Pricing: $5.00 (one_time) PyPI: finagent-pro-mcp GitHub: https://github.com/gmoneyn/finagent-pro Security Score: 10/10 Rating: 5/5 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.1.0 Tags: finance, stocks, SEC, EDGAR, filings, 10-K, stock screener, S&P 500, market data, news, quotes, financial statements, analyst estimates, insider trades, ratios, full-text search Use Cases: Everything in FinAgent (free): stock quotes, financials, ratios, analyst estimates, insider trades, market news, SEC EDGAR filing reader: 10-K, 10-Q, 8-K, DEF-14A with section extraction, SEC EDGAR full-text search: search all filings by keyword, company, date range, and form type, Extract specific 10-K sections: business overview, risk factors, MD&A, financial statements, S&P 500 stock screener: screen 500+ stocks by sector, industry, P/E, market cap, revenue growth, dividend yield, profit margin, beta, Sortable and filterable results with configurable limits, File-based caching for fast repeat queries and SEC rate-limit compliance Required Credentials: FINAGENT_LICENSE_KEY (required) Install (Claude Code): claude mcp add finagent-pro -- uvx finagent-pro-mcp --- ## Lightrez URL: https://mcp-marketplace.io/server/com-lightres-booking Summary: Browse venues, check availability, view effects, get pricing, and book architectural lighting. Description: Browse venues, check availability, view effects, get pricing, and book architectural lighting. Remote endpoints: sse: https://app.lightres.com/api/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.lightres.com/api/mcp/sse GitHub: https://github.com/developermcconnected/lightrez Security Score: 9/10 Creator: Developermcconnected Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-lightres-booking https://app.lightres.com/api/mcp/sse --- ## Databr URL: https://mcp-marketplace.io/server/io-github-igorpdev-databr Summary: Brazilian public data API for AI agents. BCB, IBGE, CVM, B3, compliance. x402 payments on Base. Description: Brazilian public data API for AI agents. BCB, IBGE, CVM, B3, compliance. x402 payments on Base. Remote endpoints: streamable-http: https://databr.api.br/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://databr.api.br/mcp GitHub: https://github.com/igorpdev/databr Security Score: 10/10 Creator: igorpdev Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-igorpdev-databr https://databr.api.br/mcp --- ## Purmemo URL: https://mcp-marketplace.io/server/io-github-purmemo-ai-purmemo Summary: AI memory across Claude, ChatGPT, Gemini, and Cursor. Save, search, and recall context everywhere. Category: Developer Tools Mode: local Pricing: Free npm: purmemo-mcp GitHub: https://github.com/purmemo-ai/purmemo-mcp Security Score: 10/10 Creator: Purmemo Ai Creator Reputation: B Version: 12.9.5 Install (Claude Code): claude mcp add io-github-purmemo-ai-purmemo -- npx -y purmemo-mcp@15.3.1 --- ## Worldbank URL: https://mcp-marketplace.io/server/io-github-tianyuio-worldbank-mcp Summary: World Bank Open Data MCP Server Category: Developer Tools Mode: local Pricing: Free npm: worldbank-mcp GitHub: https://github.com/tianyuio/worldbank-mcp Security Score: 5/10 Creator: Tianyuio Creator Reputation: B Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-tianyuio-worldbank-mcp -- npx -y worldbank-mcp@1.0.1 --- ## Laguna Pools URL: https://mcp-marketplace.io/server/ru-laguna-pools-mcp-pools Summary: AI sales manager for composite swimming pools — recommendations, pricing, BIM/CAD, dealers Description: AI sales manager for composite swimming pools — recommendations, pricing, BIM/CAD, dealers Remote endpoints: streamable-http: https://mcp.laguna-pools.ru/api/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.laguna-pools.ru/api/mcp/ GitHub: https://github.com/lagunapools/laguna-pools-mcp MCP Tools (14): search_pools, get_pool_specs, get_pool_price, get_bim_files, find_dealer, get_repair_services, get_furniture, get_slides, get_filters, get_accessories, recommend_pool, calculate_total, submit_lead, list_tools Security Score: 10/10 Creator: Lagunapools Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http ru-laguna-pools-mcp-pools https://mcp.laguna-pools.ru/api/mcp/ --- ## Newsletter Commerce URL: https://mcp-marketplace.io/server/io-github-teamsincetoday-newsletter-commerce-mcp Summary: Extract shoppable products from newsletter content with affiliate signals. Category: Developer Tools Mode: local Pricing: Free npm: newsletter-commerce-mcp GitHub: https://github.com/teamsincetoday/newsletter-commerce-mcp Security Score: 10/10 Creator: Teamsincetoday Creator Reputation: B Version: 0.1.3 Required Credentials: OPENAI_API_KEY (required), MCP_API_KEYS (required) Install (Claude Code): claude mcp add io-github-teamsincetoday-newsletter-commerce-mcp -- npx -y newsletter-commerce-mcp@0.1.3 --- ## Autogen URL: https://mcp-marketplace.io/server/ai-smithery-dynamicendpoints-autogen-mcp Summary: Create and manage AI agents that collaborate and solve problems through natural language interacti… Description: Create and manage AI agents that collaborate and solve problems through natural language interacti… Remote endpoints: streamable-http: https://server.smithery.ai/@DynamicEndpoints/autogen_mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/DynamicEndpoints/Autogen_MCP Security Score: 10/10 Creator: DynamicEndpoints Creator Reputation: B Version: 0.3.0 --- ## Agnigateway URL: https://mcp-marketplace.io/server/io-github-kaanthan24-agnigateway-mcp Summary: AI marketplace — flights, tours, activities, transport & more via MCP. No auth required. Description: AI marketplace — flights, tours, activities, transport & more via MCP. No auth required. Remote endpoints: streamable-http: https://api.agnigateway.com/mcp/v1/public/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.agnigateway.com/mcp/v1/public/mcp GitHub: https://github.com/Kaanthan24/agnigateway-mcp MCP Tools (5): search_travel, get_offer_detail, check_availability, get_bundle, initiate_booking Security Score: 7/10 Creator: Kaanthan24 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-kaanthan24-agnigateway-mcp https://api.agnigateway.com/mcp/v1/public/mcp --- ## Cryptoapis Mcp Blockchain Events URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-blockchain-events Summary: MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-blockchain-events GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-blockchain-events Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.4.0 Tags: blockchain, webhooks, events, ethereum, bitcoin, solana, xrp, notifications, subscriptions, crypto, on-chain Use Cases: Subscribe to new block events, Monitor address coin movements, Get notified on confirmed transactions, Track token transfers via webhook, Manage blockchain event subscriptions Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-blockchain-events -- npx -y @cryptoapis-io/mcp-blockchain-events@0.4.0 --- ## Shuck Convert URL: https://mcp-marketplace.io/server/io-github-shan-zhu-shuck-convert Summary: Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX. Category: Developer Tools Mode: local Pricing: Free PyPI: shuck-convert GitHub: https://github.com/Shan-Zhu/shuck-convert Security Score: 4.5/10 Creator: Shan Zhu Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-shan-zhu-shuck-convert -- uvx shuck-convert==1.0.0 --- ## Playbykey Dev Tools URL: https://mcp-marketplace.io/server/com-playbykey-theory-mcp Summary: Chords, scales, progressions, transposition, and MIDI tools for music theory AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @playbykey/theory-mcp GitHub: https://github.com/DigitalBrewLLC/playbykey-dev-tools Security Score: 9.7/10 Creator: DigitalBrewLLC Creator Reputation: B Version: 1.6.0 Install (Claude Code): claude mcp add com-playbykey-theory-mcp -- npx -y @playbykey/theory-mcp --- ## Franchise Due Diligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-franchise-due-diligence-mcp Summary: Evaluate franchisor health, complaint trends, market saturation, corporate structure, and territo... Description: Evaluate franchisor health, complaint trends, market saturation, corporate structure, and territo... Remote endpoints: streamable-http: https://ryanclinton--franchise-due-diligence-mcp.apify.actor/mcp sse: https://ryanclinton--franchise-due-diligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--franchise-due-diligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-franchise-due-diligence-mcp https://ryanclinton--franchise-due-diligence-mcp.apify.actor/mcp --- ## MCP DinCoder URL: https://mcp-marketplace.io/server/ai-smithery-flight505-mcp-dincoder Summary: Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime DinCoder brings the… Description: Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime DinCoder brings the… Remote endpoints: streamable-http: https://server.smithery.ai/@flight505/mcp_dincoder/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/flight505/MCP_DinCoder Security Score: 10/10 Creator: Flight505 Creator Reputation: B Version: 0.1.15 --- ## Bounty URL: https://mcp-marketplace.io/server/io-github-weiseer-bounty-mcp Summary: Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @weiseer/bounty-mcp GitHub: https://github.com/weiseer/bounty-mcp Security Score: 10/10 Creator: Weiseer Creator Reputation: B Version: 0.1.1 Required Credentials: BOUNTY_MCP_URL (optional), BOUNTY_MCP_LOCAL_ONLY (optional) Install (Claude Code): claude mcp add io-github-weiseer-bounty-mcp -- npx -y @weiseer/bounty-mcp@0.1.1 --- ## Qiskit URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-qiskit Summary: MCP server exposing Qiskit 2.3.1 quantum computing functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-qiskit GitHub: https://github.com/daedalus/mcp-qiskit Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-qiskit -- uvx mcp-qiskit==0.1.1 --- ## Finance URL: https://mcp-marketplace.io/server/com-thenextgennexus-finance-mcp-server Summary: Stocks, crypto, FX, and portfolio math in one tool — no per-source API juggling. Description: Stocks, crypto, FX, and portfolio math in one tool — no per-source API juggling. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/finance-mcp-server/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/finance-mcp-server/mcp MCP Tools (5): get_stock_data, screen_stocks, get_crypto_prices, get_exchange_rates, track_crypto_portfolio Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-finance-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/finance-mcp-server/mcp --- ## Volcengine URL: https://mcp-marketplace.io/server/io-github-expertvagabond-volcengine Summary: ByteDance Volcano Engine (Doubao) MCP server Category: Developer Tools Mode: local Pricing: Free npm: volcengine-mcp GitHub: https://github.com/ExpertVagabond/volcengine-mcp.git Security Score: 8/10 Creator: ExpertVagabond Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-expertvagabond-volcengine -- npx -y volcengine-mcp@1.0.1 --- ## Scamverify Ai URL: https://mcp-marketplace.io/server/ai-scamverify-mcp Summary: AI-powered scam and threat verification for phone numbers, URLs, texts, and emails. Description: AI-powered scam and threat verification for phone numbers, URLs, texts, and emails. Remote endpoints: streamable-http: https://scamverify.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scamverify.ai/api/mcp GitHub: https://github.com/scamverifyai/scamverify-ai Security Score: 9/10 Creator: Scamverifyai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-scamverify-mcp https://scamverify.ai/api/mcp --- ## Legacy Shield URL: https://mcp-marketplace.io/server/io-github-stephenballot-ai-legacy-shield Summary: Zero-knowledge encrypted vault for AI agents. EU-hosted persistent storage. Category: Developer Tools Mode: local Pricing: Free npm: @legacy-shield/mcp-server GitHub: https://github.com/stephenballot-ai/legacy-shield Security Score: 9.7/10 Creator: Stephenballot Ai Creator Reputation: B Version: 1.0.3 Required Credentials: LEGACY_SHIELD_API_KEY (required), LEGACY_SHIELD_API_URL (optional) Install (Claude Code): claude mcp add io-github-stephenballot-ai-legacy-shield -- npx -y @legacy-shield/mcp-server --- ## Pylon URL: https://mcp-marketplace.io/server/io-github-justinbeckwith-pylon-mcp Summary: MCP server for Pylon customer support platform Category: Developer Tools Mode: local Pricing: Free npm: pylon-mcp GitHub: https://github.com/JustinBeckwith/pylon-mcp Security Score: 6.8/10 Creator: JustinBeckwith Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-justinbeckwith-pylon-mcp -- npx -y pylon-mcp@1.1.2 --- ## Internet Availability URL: https://mcp-marketplace.io/server/com-letshum-internet-availability Summary: Check internet providers, plans, speeds, and known pricing at a specific U.S. street address. Description: Check internet providers, plans, speeds, and known pricing at a specific U.S. street address. Remote endpoints: streamable-http: https://mcp.letshum.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.letshum.com/mcp MCP Tools (1): check_availability Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http com-letshum-internet-availability https://mcp.letshum.com/mcp --- ## Legal Text Mcp De URL: https://mcp-marketplace.io/server/io-github-klein-business-legal-text-mcp-de Summary: German federal & state legal texts (BGB, DSGVO, …) with canonical IDs and cite-grade provenance. Category: Developer Tools Mode: local Pricing: Free PyPI: legal-text-mcp-de GitHub: https://github.com/klein-business/legal-text-mcp-de Security Score: 10/10 Creator: Klein Business Creator Reputation: B Version: 2.1.3 Required Credentials: DATASET_PATH (optional), STRICT_DATASET (optional), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-klein-business-legal-text-mcp-de -- uvx legal-text-mcp-de==2.1.3 --- ## Academia URL: https://mcp-marketplace.io/server/ai-smithery-ilyagusev-academia-mcp Summary: Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel… Description: Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel… Remote endpoints: streamable-http: https://server.smithery.ai/@IlyaGusev/academia_mcp/mcp Category: Education & Research Mode: dual Pricing: Free GitHub: https://github.com/IlyaGusev/academia_mcp Security Score: 10/10 Creator: IlyaGusev Creator Reputation: B Version: 1.16.0 --- ## Gunsnation URL: https://mcp-marketplace.io/server/io-github-dynamicdeals-gunsnation Summary: MCP server for real-time access to the Gunsnation firearms catalog and specifications. Category: Developer Tools Mode: local Pricing: Free npm: gunsnation-mcp GitHub: https://github.com/DynamicDeals/mcp-server-gunsnation Security Score: 4/10 Creator: DynamicDeals Creator Reputation: B Version: 1.0.0 Required Credentials: GUNSNATION_API_KEY (required) Install (Claude Code): claude mcp add io-github-dynamicdeals-gunsnation -- npx -y gunsnation-mcp@1.0.1 --- ## Vibe Coding URL: https://mcp-marketplace.io/server/io-github-muse-code-space-vibe-coding Summary: Auto-document vibe coding sessions - collect, summarize, and publish Category: Developer Tools Mode: local Pricing: Free npm: vibe-coding-mcp GitHub: https://github.com/MUSE-CODE-SPACE/vibe-coding-mcp Security Score: 7.4/10 Creator: MUSE CODE SPACE Creator Reputation: B Version: 2.12.1 Install (Claude Code): claude mcp add io-github-muse-code-space-vibe-coding -- npx -y vibe-coding-mcp@2.12.1 --- ## Finn Auto Ui Frontend URL: https://mcp-marketplace.io/server/com-finn-www-auto Summary: Search and browse cars for all-inclusive subscription on FINN. Prices, specs, and checkout links. Description: Search and browse cars for all-inclusive subscription on FINN. Prices, specs, and checkout links. Remote endpoints: streamable-http: https://www.finn.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.finn.com/api/mcp GitHub: https://github.com/finn-auto/finn-auto-ui-frontend MCP Tools (4): search_vehicles, get_vehicle_details, get_available_filters, get_subscription_pricing Security Score: 8/10 Creator: Finn Auto Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-finn-www-auto https://www.finn.com/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-spronta-mcp Summary: Upload, transform, and deliver images on a global CDN via AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @spronta/mcp GitHub: https://github.com/spronta/mcp Security Score: 10/10 Creator: Spronta Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-spronta-mcp -- npx -y @spronta/mcp@0.1.3 --- ## Mcp Hackernews URL: https://mcp-marketplace.io/server/io-github-yintokey-mcp-hackernews Summary: MCP server exposing a simple Hacker News search tool (top stories). Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-hackernews GitHub: https://github.com/YinTokey/mcp_hackernews Security Score: 10/10 Creator: YinTokey Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-yintokey-mcp-hackernews -- uvx mcp-hackernews==1.1.0 --- ## Megalinter URL: https://mcp-marketplace.io/server/io-github-downatthebottomofthemolehole-megalinter Summary: MCP server for running Ox Security MegaLinter via mega-linter-runner Category: Developer Tools Mode: local Pricing: Free npm: @downatthebottomofthemolehole/megalinter-mcp-server GitHub: https://github.com/DownAtTheBottomOfTheMoleHole/megalinter-mcp Security Score: 10/10 Creator: DownAtTheBottomOfTheMoleHole Creator Reputation: B Version: 3.0.2 Install (Claude Code): claude mcp add io-github-downatthebottomofthemolehole-megalinter -- npx -y @downatthebottomofthemolehole/megalinter-mcp-server@3.0.2 --- ## Xlwings URL: https://mcp-marketplace.io/server/io-github-geniuskey-mcp-server-xlwings Summary: Excel automation via xlwings COM. DRM-protected files, live sessions, VBA macros. Windows only. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-xlwings GitHub: https://github.com/geniuskey/mcp-server-xlwings Security Score: 7/10 Creator: Geniuskey Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-geniuskey-mcp-server-xlwings -- uvx mcp-server-xlwings==0.4.1 --- ## Agent Arena URL: https://mcp-marketplace.io/server/io-github-smukh-agent-arena Summary: On-chain ERC-8004 agent registry. Search, register, and check reputation across 16 chains. Description: On-chain ERC-8004 agent registry. Search, register, and check reputation across 16 chains. Remote endpoints: streamable-http: https://agentarena.site/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentarena.site/api/mcp GitHub: https://github.com/agentarena/agent-arena MCP Tools (3): search_agents, get_agent_profile, register_agent Security Score: 9/10 Creator: Agentarena Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-smukh-agent-arena https://agentarena.site/api/mcp --- ## Bidclub URL: https://mcp-marketplace.io/server/ai-bidclub-bidclub Summary: Search 45+ investor podcasts and read transcripts, TL;DRs, digests — bilingual EN/中文, keyless. Description: Search 45+ investor podcasts and read transcripts, TL;DRs, digests — bilingual EN/中文, keyless. Remote endpoints: streamable-http: https://bidclub.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bidclub.ai/api/mcp MCP Tools (6): bidclub_list_shows, bidclub_list_episodes, bidclub_search_episodes, bidclub_get_episode, bidclub_feed_index, bidclub_download_links Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-bidclub-bidclub https://bidclub.ai/api/mcp --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-gov-contracts Summary: SAM.gov contracts and USAspending awards. 4 procurement tools. Description: SAM.gov contracts and USAspending awards. 4 procurement tools. Remote endpoints: streamable-http: https://gov-contracts-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gov-contracts-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-gov-contracts https://gov-contracts-mcp.apify.actor/mcp --- ## Mkdocs URL: https://mcp-marketplace.io/server/io-github-ubaumann-mkdocs-mcp Summary: An MCP server that provides serves MkDocs as resources. Category: Developer Tools Mode: local Pricing: Free PyPI: mkdocs-mcp GitHub: https://github.com/ubaumann/mkdocs-mcp Security Score: 10/10 Creator: Ubaumann Creator Reputation: B Version: 0.1.2 Required Credentials: MKDOCS_PROJECT_PATH (optional) Install (Claude Code): claude mcp add io-github-ubaumann-mkdocs-mcp -- uvx mkdocs-mcp==0.1.3 --- ## To1 Fleet URL: https://mcp-marketplace.io/server/io-github-leonidahqadmin-cell-to1-fleet Summary: 297 data tools across 90 MCP servers via one gateway. Free trial header; x402 USDC on Base. Description: 297 data tools across 90 MCP servers via one gateway. Free trial header; x402 USDC on Base. Remote endpoints: streamable-http: https://to1.deadbeatradar.com/mcp/fleet Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://to1.deadbeatradar.com/mcp/fleet MCP Tools (294): activity-intel__get_random_activity, activity-intel__get_activity_by_type, activity-intel__suggest_activity_for_group, advice-intel__get_advice, advice-intel__get_multiple_advice, advice-intel__search_advice, affirmation-intel__get_affirmation, affirmation-intel__get_multiple_affirmations, agent-economy-intel__get_ai_tokens, agent-economy-intel__get_ai_sector_snapshot, agent-economy-intel__get_market_sentiment, agent-insurance-intel__quote_action_risk, agent-insurance-intel__make_coverage_note, agent-insurance-intel__compare_risk_options, agent-niche-radar-intel__score_agent_niche, agent-niche-radar-intel__rank_niche_basket, agent-niche-radar-intel__draft_niche_product_card, agent-tollbooth-intel__make_toll_policy, agent-tollbooth-intel__evaluate_agent_spend, agent-tollbooth-intel__score_tool_vendor, agent-tollbooth-intel__verify_toll_receipt, air-quality-intel__get_air_quality_by_city, air-quality-intel__get_air_quality_by_coordinates, anime-intel__search_anime, anime-intel__get_anime_by_id, anime-intel__get_top_anime, anime-intel__search_manga, anime-intel__get_top_manga, art-intel__search_artwork, art-intel__get_artwork, art-intel__list_departments, art-intel__random_artwork, book-intel__search_books, book-intel__get_book_by_isbn, book-intel__books_by_author, brewery-intel__search_breweries, brewery-intel__find_breweries_by_location, brewery-intel__random_brewery, brewery-intel__find_breweries_by_type, budget-oracle-intel__make_budget_plan, budget-oracle-intel__check_budget_event, budget-oracle-intel__forecast_budget_burn, cat-fact-intel__get_cat_fact, cat-fact-intel__get_multiple_cat_facts, cat-fact-intel__get_cat_breeds, chucknorris-intel__get_random_joke, chucknorris-intel__get_joke_categories, chucknorris-intel__get_joke_by_category, chucknorris-intel__search_jokes, cloneprint-intel__fingerprint_listing, cloneprint-intel__compare_listings, cloneprint-intel__scan_slop_listing, cocktail-intel__search_cocktail, cocktail-intel__get_cocktail_by_id, cocktail-intel__random_cocktail, cocktail-intel__filter_by_ingredient, cocktail-intel__filter_by_alcoholic, codetrends-intel__search_repositories, codetrends-intel__get_repository_details, codetrends-intel__get_top_new_repos, color-intel__analyze_color, color-intel__check_contrast, color-intel__generate_palette, country-intel__get_country, country-intel__search_countries, country-intel__countries_by_region, country-intel__countries_by_language, country-intel__countries_by_currency, creator-curation-intel__draft_creator_brief, creator-curation-intel__score_creator_candidate, creator-curation-intel__build_creator_shortlist, creator-curation-intel__audit_reward_mix, cryptomarket-intel__get_market_overview, cryptomarket-intel__get_fear_greed_index, cryptomarket-intel__get_top_movers, cryptomarket-intel__get_coin_price, csv-guard-intel__profile_csv, csv-guard-intel__validate_csv, csv-guard-intel__compare_csv_headers, currency-intel__convert_currency, currency-intel__historical_rate, currency-intel__rate_history, currency-intel__list_currencies, dad-joke-intel__get_dad_joke, dad-joke-intel__get_multiple_dad_jokes, dad-joke-intel__search_dad_jokes, data-license-intel__classify_license_text, data-license-intel__check_dataset_use, data-license-intel__make_usage_policy, data-license-intel__source_attribution_receipt, defi-intel__get_top_protocols, defi-intel__get_chain_tvl, defi-intel__get_top_yields, defi-intel__get_protocol_details, dictionary-intel__define_word, dictionary-intel__get_synonyms, dictionary-intel__get_random_word, dns-intel__lookup_dns, dns-intel__lookup_common_records, dog-intel__random_dog, dog-intel__random_multiple_dogs, dog-intel__breed_images, dog-intel__list_breeds, drug-safety-intel__drug_event_search, drug-safety-intel__drug_recall_search, earthquake-intel__get_recent_earthquakes, earthquake-intel__get_significant_earthquakes, earthquake-intel__get_earthquakes_near, encode-intel__base64_encode, encode-intel__base64_decode, encode-intel__url_encode, encode-intel__url_decode, encode-intel__hash_text, encode-intel__generate_uuid, encode-intel__generate_password, encode-intel__validate_card, entity-facts-intel__search_entities, entity-facts-intel__entity_summary, exercise-intel__get_exercises_by_muscle, exercise-intel__get_exercise_details, exercise-intel__generate_workout, flight-intel__get_all_aircraft_in_area, flight-intel__get_aircraft_by_icao24, football-intel__get_standings, football-intel__get_matches_by_date_range, football-intel__get_top_scorers, football-intel__get_team_info, forecast-intel__get_7day_forecast, forecast-intel__get_hourly_forecast, forecast-intel__get_weather_alerts, fx-intel__convert_currency, fx-intel__get_major_rates, fx-intel__get_currency_list, geo-intel__lookup_ip, geo-intel__geocode_city, geo-intel__get_timezone, geo-intel__distance_between, ghibli-intel__list_films, ghibli-intel__get_film_details, ghibli-intel__search_people, ghibli-intel__get_species_info, github-intel__get_repo_stats, github-intel__search_repos, github-intel__get_user_profile, healthstats-intel__get_country_stats, healthstats-intel__get_historical_trend, healthstats-intel__get_global_totals, history-intel__events_on_this_day, history-intel__births_on_this_day, history-intel__deaths_on_this_day, holiday-intel__get_public_holidays, holiday-intel__is_public_holiday, holiday-intel__next_holidays, holiday-intel__list_countries, joke-intel__get_joke, joke-intel__get_jokes, json-guard-intel__extract_json, json-guard-intel__validate_json_shape, json-guard-intel__compare_json_shapes, mcp-audit-intel__audit_mcp_manifest, mcp-audit-intel__audit_mcp_endpoint, mcp-audit-intel__inspect_server_card, mcp-audit-intel__compare_mcp_endpoints, mcp-pricing-intel__price_tool_call, mcp-pricing-intel__bundle_tools, mcp-pricing-intel__compare_price_claim, mcp-pricing-intel__forecast_revenue, music-intel__search_artist, music-intel__get_artist_albums, music-intel__search_song, music-intel__get_artist_info, nasa-intel__get_astronomy_picture, nasa-intel__get_near_earth_objects, nasa-intel__get_mars_rover_photos, news-intel__get_article_summary, news-intel__search_articles, news-intel__get_today_featured, numbers-intel__get_date_fact, numbers-intel__get_year_fact, numbers-intel__get_birth_fact, numbers-intel__get_death_fact, nutrition-intel__search_food, nutrition-intel__get_by_barcode, nutrition-intel__compare_nutrition, openalex-intel__search_openalex_works, openalex-intel__search_openalex_authors, openalex-intel__get_openalex_work, package-intel__get_npm_package, package-intel__search_npm_packages, package-intel__get_pypi_package, paper-intel__search_papers, paper-intel__get_paper_by_doi, paper-intel__search_papers_by_author, person-intel__generate_user, person-intel__generate_users, person-intel__list_nationalities, pii-guard-intel__detect_sensitive_data, pii-guard-intel__redact_sensitive_data, pii-guard-intel__classify_data_risk, pokemon-intel__get_pokemon, pokemon-intel__search_pokemon, pokemon-intel__get_type_info, pokemon-intel__random_pokemon, postal-intel__lookup_postal_code, postal-intel__lookup_city_postal_codes, prompt-guard-intel__scan_prompt_risk, prompt-guard-intel__compare_instruction_layers, prompt-guard-intel__extract_urls_and_commands, qrcode-intel__generate_qr_code, qrcode-intel__decode_qr_code, quote-intel__get_random_quote, quote-intel__get_multiple_quotes, quote-intel__search_quotes, quote-intel__quotes_by_author, quotes-intel__get_random_quote, quotes-intel__search_quotes_by_author, quotes-intel__search_quotes_by_keyword, radio-intel__search_stations, radio-intel__get_stations_by_tag, radio-intel__get_stations_by_country, radio-intel__list_countries, receipt-chain-intel__mint_action_receipt, receipt-chain-intel__verify_action_receipt, receipt-chain-intel__bundle_receipts, receipt-chain-intel__invoice_from_receipts, recipe-intel__search_recipes, recipe-intel__get_recipe, recipe-intel__random_recipe, recipe-intel__filter_by_category, recipe-intel__list_categories, regulation-intel__search_documents, regulation-intel__document_detail, rickandmorty-intel__search_characters, rickandmorty-intel__get_location, rickandmorty-intel__get_episode, sec-intel__search_sec_companies, sec-intel__get_company_profile, sec-intel__get_recent_filings, space-intel__get_astronomy_picture, space-intel__get_iss_position, space-intel__get_near_earth_asteroids, species-intel__search_species, species-intel__species_occurrences, sports-intel__search_team, sports-intel__search_league, sports-intel__get_team_recent_results, sports-intel__get_team_upcoming_fixtures, sports-intel__search_player, starwars-intel__search_people, starwars-intel__get_planet, starwars-intel__search_starships, starwars-intel__get_film, task-escrow-intel__draft_acceptance_criteria, task-escrow-intel__verify_delivery_pack, task-escrow-intel__release_payment_decision, task-escrow-intel__build_dispute_packet, tech-news-intel__get_top_stories, tech-news-intel__get_latest_stories, tech-news-intel__get_stories_by_topic, tech-news-intel__get_ask_hn, token-risk-intel__analyze_token, token-risk-intel__search_tokens, token-risk-intel__market_movers, trivia-intel__get_trivia, trivia-intel__list_trivia_categories, tvshow-intel__search_shows, tvshow-intel__get_show_details, tvshow-intel__get_show_episodes, tvshow-intel__get_todays_schedule, unit-intel__convert_unit, unit-intel__convert_to_multiple, unit-intel__list_units, university-intel__search_universities_by_name, university-intel__search_universities_by_country, vulnerability-intel__get_recent_known_exploited, vulnerability-intel__search_known_exploited, vulnerability-intel__get_cve_risk, weather-intel__get_current_weather, weather-intel__get_forecast, weather-intel__get_weather_by_coords, web-trust-intel__audit_url, web-trust-intel__check_domain_security, web-trust-intel__compare_urls, word-intel__define_word, word-intel__get_synonyms, word-intel__get_antonyms, word-intel__random_word, wordrelations-intel__find_rhymes, wordrelations-intel__find_synonyms, wordrelations-intel__find_related_words, wordrelations-intel__find_antonyms, worldcup-intel__get_today_matches, worldcup-intel__get_standings, worldcup-intel__get_team_odds Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-leonidahqadmin-cell-to1-fleet https://to1.deadbeatradar.com/mcp/fleet --- ## Recipe Commerce URL: https://mcp-marketplace.io/server/io-github-teamsincetoday-recipe-commerce-mcp Summary: Extract shoppable ingredients from recipe content with affiliate signals. Category: Developer Tools Mode: local Pricing: Free npm: recipe-commerce-mcp GitHub: https://github.com/teamsincetoday/recipe-commerce-mcp Security Score: 10/10 Creator: Teamsincetoday Creator Reputation: B Version: 0.1.3 Required Credentials: OPENAI_API_KEY (required), MCP_API_KEYS (required) Install (Claude Code): claude mcp add io-github-teamsincetoday-recipe-commerce-mcp -- npx -y recipe-commerce-mcp@0.1.3 --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-agent-interviews Summary: Agent Interviews is an AI-powered research platform designed to conduct qualitative interviews an... Description: Agent Interviews is an AI-powered research platform designed to conduct qualitative interviews an... Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/agent-interviews/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/agent-interviews/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-agent-interviews https://mcp.mcpbundles.com/bundle/agent-interviews/ --- ## Memory URL: https://mcp-marketplace.io/server/io-github-yuvalsuede-memory-mcp Summary: Persistent memory + git snapshots for Claude Code. Never lose context or code. Category: Developer Tools Mode: local Pricing: Free npm: claude-code-memory GitHub: https://github.com/yuvalsuede/memory-mcp Security Score: 9/10 Creator: Yuvalsuede Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-yuvalsuede-memory-mcp -- npx -y claude-code-memory@1.2.1 --- ## Ai Incident Reporting URL: https://mcp-marketplace.io/server/io-github-csoai-org-ai-incident-reporting-mcp Summary: AI Incident Reporting Compliance MCP. Unified classification + reporting-clock tracker across EU... Category: Developer Tools Mode: local Pricing: Free PyPI: ai-incident-reporting-mcp GitHub: https://github.com/CSOAI-ORG/ai-incident-reporting-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.1.9 Install (Claude Code): claude mcp add io-github-csoai-org-ai-incident-reporting-mcp -- uvx ai-incident-reporting-mcp==1.1.9 --- ## Coderegistry URL: https://mcp-marketplace.io/server/io-github-hellosg-coderegistry Summary: Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free. Description: Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free. Remote endpoints: streamable-http: https://integrator.app.thecoderegistry.com/api/ai/router Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://integrator.app.thecoderegistry.com/api/ai/router GitHub: https://github.com/The-Code-Registry/mcp-server MCP Tools (16): create_account, list_projects, get_project, create_project, delete_project, list_vaults, get_vault, create-code-vault, reanalyze-code-vault, delete-code-vault, get-code-vault-summary, get-code-vault-results, get-code-vault-reports, get_account, delete_account, rotate_api_key Security Score: 10/10 Creator: The Code Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hellosg-coderegistry https://integrator.app.thecoderegistry.com/api/ai/router --- ## Task Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-task Summary: Todo, priority, estimation, burndown for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-task-tools GitHub: https://github.com/rog0x/mcp-task-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-task -- npx -y @rog0x/mcp-task-tools@1.0.1 --- ## Chargeback Insurance Pool URL: https://mcp-marketplace.io/server/io-github-evozim-chargeback-insurance-pool-mcp Summary: Premium agentic endpoint for chargeback-insurance-pool-mcp. Description: Premium agentic endpoint for chargeback-insurance-pool-mcp. Remote endpoints: sse: https://api.m2mcent.com/chargeback-insurance-pool-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/chargeback-insurance-pool-mcp/sse MCP Tools (1): chargeback-insurance-pool-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-chargeback-insurance-pool-mcp https://api.m2mcent.com/chargeback-insurance-pool-mcp/sse --- ## Company Gibraltar URL: https://mcp-marketplace.io/server/io-github-company-gibraltar-company-gibraltar Summary: Gibraltar company tools: corporate tax, compliance deadlines, and PDF form generation. Category: Developer Tools Mode: local Pricing: Free npm: company-gibraltar-mcp GitHub: https://github.com/Company-Gibraltar/company-gibraltar-mcp Security Score: 10/10 Creator: Company Gibraltar Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-company-gibraltar-company-gibraltar -- npx -y company-gibraltar-mcp@1.0.0 --- ## Design Token Bridge URL: https://mcp-marketplace.io/server/io-github-kenneives-design-token-bridge-mcp Summary: Translate design tokens between Tailwind, Figma, CSS, Material 3, and SwiftUI Category: Developer Tools Mode: local Pricing: Free npm: design-token-bridge-mcp GitHub: https://github.com/kenneives/design-token-bridge-mcp Security Score: 9.5/10 Creator: Kenneives Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-kenneives-design-token-bridge-mcp -- npx -y design-token-bridge-mcp@1.0.2 --- ## Jsc Typescript Ast URL: https://mcp-marketplace.io/server/io-github-jscoobyced-jsc-typescript-ast-mcp Summary: AST for TypeScript, supports creating JSON representations of React components Category: Developer Tools Mode: local Pricing: Free npm: jsc-typescript-ast-mcp GitHub: https://github.com/jscoobyced/jsc-typescript-ast-mcp Security Score: 10/10 Creator: Jscoobyced Creator Reputation: B Version: 1.0.10 Required Credentials: PROJECT_TSCONFIG_PATH (optional) Install (Claude Code): claude mcp add io-github-jscoobyced-jsc-typescript-ast-mcp -- npx -y jsc-typescript-ast-mcp@1.1.8 --- ## D365FO Claude Connector URL: https://mcp-marketplace.io/server/io-github-zhound420-d365fo-connector Summary: Query and manage Microsoft Dynamics 365 Finance & Operations via MCP Category: Developer Tools Mode: local Pricing: Free npm: @zhound/d365fo-mcp-server GitHub: https://github.com/zhound420/D365FO-claude-connector Security Score: 2.4/10 Creator: Zhound420 Creator Reputation: B Version: 2.0.1 Required Credentials: D365_TENANT_ID (optional), D365_CLIENT_ID (optional), D365_CLIENT_SECRET (required), D365_ENVIRONMENT_URL (optional) Install (Claude Code): claude mcp add io-github-zhound420-d365fo-connector -- npx -y @zhound/d365fo-mcp-server@2.0.1 --- ## Trackman Mcp Client URL: https://mcp-marketplace.io/server/io-github-bjornj12-trackman-mcp Summary: Fetch your Trackman Golf stats (handicap, rounds, shots, club gapping) as MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: trackman-mcp GitHub: https://github.com/bjornj12/trackman-mcp-client Security Score: 4.8/10 Creator: Bjornj12 Creator Reputation: B Version: 0.4.0 Required Credentials: TRACKMAN_TOKEN (required) Install (Claude Code): claude mcp add io-github-bjornj12-trackman-mcp -- uvx trackman-mcp==0.4.0 --- ## Redtrack URL: https://mcp-marketplace.io/server/io-github-pijusz-mcp-redtrack Summary: MCP server for RedTrack affiliate tracking API Category: Developer Tools Mode: local Pricing: Free npm: mcp-redtrack GitHub: https://github.com/pijusz/mcp-redtrack Security Score: 10/10 Creator: Pijusz Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-pijusz-mcp-redtrack -- npx -y mcp-redtrack@0.2.0 --- ## Honcho URL: https://mcp-marketplace.io/server/io-github-plastic-labs-honcho Summary: Memory that reasons: continual learning for stateful agents. Better context, fewer tokens. Description: Memory that reasons: continual learning for stateful agents. Better context, fewer tokens. Remote endpoints: streamable-http: https://mcp.honcho.dev Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.honcho.dev GitHub: https://github.com/plastic-labs/honcho Security Score: 7.2/10 Creator: Plastic Labs Creator Reputation: B Version: 3.0.0 Required Credentials: HONCHO_URL (required), DB_CONNECTION_URI (required) Install (Claude Code Remote): claude mcp add --transport http io-github-plastic-labs-honcho https://mcp.honcho.dev --- ## Agent Tools URL: https://mcp-marketplace.io/server/consulting-sequel-agent-tools Summary: Sequel, leading Italian digital media consultancy: request a quote, site check, SEO/GEO insights. Description: Sequel, leading Italian digital media consultancy: request a quote, site check, SEO/GEO insights. Remote endpoints: streamable-http: https://api.sequel.consulting/mcp.php Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.sequel.consulting/mcp.php MCP Tools (4): request_quote, quick_site_check, search_insights, google_updates_status Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.4 Install (Claude Code Remote): claude mcp add --transport http consulting-sequel-agent-tools https://api.sequel.consulting/mcp.php --- ## Postgres URL: https://mcp-marketplace.io/server/io-github-ofershap-postgres Summary: PostgreSQL MCP — query databases, inspect schemas, explain queries. Category: Data & Analytics Mode: local Pricing: Free npm: mcp-pg-server GitHub: https://github.com/ofershap/mcp-server-postgres Security Score: 5.5/10 Creator: Ofershap Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ofershap-postgres -- npx -y mcp-pg-server@1.0.0 --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-immigration-travel Summary: US visa bulletin data and CBP border wait times. 3 MCP tools for immigration and travel planning. Description: US visa bulletin data and CBP border wait times. 3 MCP tools for immigration and travel planning. Remote endpoints: streamable-http: https://immigration-travel-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://immigration-travel-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-immigration-travel https://immigration-travel-mcp.apify.actor/mcp --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-public-health Summary: NIH clinical trials and FDA adverse event reports. 4 MCP tools for health research. Description: NIH clinical trials and FDA adverse event reports. 4 MCP tools for health research. Remote endpoints: streamable-http: https://public-health-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://public-health-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-public-health https://public-health-mcp.apify.actor/mcp --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-cybersecurity-vuln Summary: CVE lookup via NIST NVD, CISA KEV, EPSS, and MITRE ATT&CK. 7 tools. Description: CVE lookup via NIST NVD, CISA KEV, EPSS, and MITRE ATT&CK. 7 tools. Remote endpoints: streamable-http: https://cybersecurity-vuln-mcp.apify.actor/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://cybersecurity-vuln-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-cybersecurity-vuln https://cybersecurity-vuln-mcp.apify.actor/mcp --- ## Yieldoracle URL: https://mcp-marketplace.io/server/io-tooloracle-yieldoracle Summary: DeFi Yield Intelligence MCP — 8 tools: 19K+ pools, risk-adjusted APY, RWA yields. Description: DeFi Yield Intelligence MCP — 8 tools: 19K+ pools, risk-adjusted APY, RWA yields. Remote endpoints: streamable-http: https://tooloracle.io/yield/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/yield/mcp/ GitHub: https://github.com/ToolOracle/yieldoracle MCP Tools (8): top_yields, yield_scan, stablecoin_yield, rwa_yield, risk_adjusted, chain_yields, yield_compare, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-yieldoracle https://tooloracle.io/yield/mcp/ --- ## Spira URL: https://mcp-marketplace.io/server/io-github-inflectra-mcp-server-spira Summary: A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-spira GitHub: https://github.com/Inflectra/mcp-server-spira Security Score: 10/10 Creator: Inflectra Creator Reputation: B Version: 1.1.1 Required Credentials: INFLECTRA_SPIRA_BASE_URL (optional), INFLECTRA_SPIRA_USERNAME (optional), INFLECTRA_SPIRA_API_KEY (required) Install (Claude Code): claude mcp add io-github-inflectra-mcp-server-spira -- uvx mcp-server-spira==1.1.1 --- ## Web Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-web Summary: Web scraping, search, monitoring, and HTML-to-markdown for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-web-tools GitHub: https://github.com/rog0x/mcp-web-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-web -- npx -y @rog0x/mcp-web-tools@1.0.1 --- ## Szamlazz URL: https://mcp-marketplace.io/server/io-github-unbearabledev-szamlazz-mcp Summary: Hungarian sole-trader invoicing via Szamlazz.hu - issue, query, PDFs, VAT-ceiling tracking. Description: Hungarian sole-trader invoicing via Szamlazz.hu - issue, query, PDFs, VAT-ceiling tracking. Remote endpoints: streamable-http: https://unbearable-dev--szamlazz-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://unbearable-dev--szamlazz-mcp.apify.actor/mcp GitHub: https://github.com/UnbearableDev/szamlazz-mcp Security Score: 8/10 Creator: UnbearableDev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-unbearabledev-szamlazz-mcp https://unbearable-dev--szamlazz-mcp.apify.actor/mcp --- ## Afya Ya Akili URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-afya-ya-akili-mcp Summary: MCP server for mental-health support coordination in East Africa (afya ya akili = mental health) Category: Developer Tools Mode: local Pricing: Free PyPI: afya-ya-akili-mcp GitHub: https://github.com/gabrielmahia/afya-ya-akili-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-gabrielmahia-afya-ya-akili-mcp -- uvx afya-ya-akili-mcp==0.1.3 --- ## Containerization Assist URL: https://mcp-marketplace.io/server/io-github-azure-containerization-assist Summary: TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support Category: Cloud & DevOps Mode: local Pricing: Free npm: containerization-assist-mcp GitHub: https://github.com/Azure/containerization-assist Security Score: 4.2/10 Creator: Azure Creator Reputation: B Version: 1.5.0 Required Credentials: DOCKER_SOCKET (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-azure-containerization-assist -- npx -y containerization-assist-mcp@1.5.0 --- ## 3daistudio Skill URL: https://mcp-marketplace.io/server/io-github-whale-professor-mcp-server-3daistudio Summary: MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-3daistudio GitHub: https://github.com/whale-professor/3daistudio_skill Security Score: 7/10 Creator: Whale Professor Creator Reputation: B Version: 1.0.1 Required Credentials: THREE_D_AI_STUDIO_API_KEY (required) Install (Claude Code): claude mcp add io-github-whale-professor-mcp-server-3daistudio -- uvx mcp-server-3daistudio==1.0.1 --- ## Data4library URL: https://mcp-marketplace.io/server/ai-smithery-isnow890-data4library-mcp Summary: 책 싫어하는 제가 책에 대해 아는척하고 싶어서 만들었습니다.. 내 주변 도서관 실시간 대출 확인 읽고 싶은 책을 검색하면 주변 도서관 대출 가능 여부를 즉시 확인 굳이 도서관… Description: 책 싫어하는 제가 책에 대해 아는척하고 싶어서 만들었습니다.. 내 주변 도서관 실시간 대출 확인 읽고 싶은 책을 검색하면 주변 도서관 대출 가능 여부를 즉시 확인 굳이 도서관… Remote endpoints: streamable-http: https://server.smithery.ai/@isnow890/data4library-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@isnow890/data4library-mcp/mcp GitHub: https://github.com/isnow890/data4library-mcp Security Score: 7.4/10 Creator: Isnow890 Creator Reputation: B Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-isnow890-data4library-mcp https://server.smithery.ai/@isnow890/data4library-mcp/mcp --- ## Hr Compensation URL: https://mcp-marketplace.io/server/com-thenextgennexus-hr-compensation-mcp-server Summary: H1B visa salary disclosures + compensation benchmarks — real numbers, not estimates. Description: H1B visa salary disclosures + compensation benchmarks — real numbers, not estimates. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/hr-compensation-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/hr-compensation-mcp-server/mcp MCP Tools (2): search_h1b_salaries, search_salaries Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-hr-compensation-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/hr-compensation-mcp-server/mcp --- ## Claude Army URL: https://mcp-marketplace.io/server/io-github-robbhimself-1337-claude-army Summary: Orchestrate multiple Claude Code agents in parallel from a single chat interface. Description: ClaudeArmy is an MCP server that lets Claude spawn and manage multiple Claude Code agents working autonomously across different project directories — all from a single chat interface. Dispatch solo agents for focused tasks, or activate team mode to have a lead agent automatically decompose complex work and coordinate specialized sub-agents running in parallel. Monitor progress, inspect agent teams, retrieve full output, and cancel agents on demand — without leaving your conversation. Category: Developer Tools Mode: local Pricing: Free npm: claude-army GitHub: https://github.com/robbhimself-1337/claude-army Security Score: 10/10 Creator: User Creator Reputation: C Version: 0.4.1 Tags: mcp, claude-code, agents, orchestration, multi-agent, automation, developer-tools, parallel, coding-assistant Use Cases: Coding, Refactoring, Code Review, Architecture Analysis, Parallel Development, Task Automation, Multi-Agent Orchestration Install (Claude Code): claude mcp add io-github-robbhimself-1337-claude-army -- npx -y claude-army@0.4.1 --- ## Metrxbots URL: https://mcp-marketplace.io/server/io-github-metrxbots-mcp-server Summary: Track AI agent costs, detect waste, optimize models, and prove ROI. 23 MCP tools across 10 domains. Category: Developer Tools Mode: local Pricing: Free npm: @metrxbot/mcp-server GitHub: https://github.com/metrxbots/mcp-server Security Score: 5/10 Creator: Metrxbots Creator Reputation: B Version: 0.2.2 Required Credentials: METRX_API_KEY (required) Install (Claude Code): claude mcp add io-github-metrxbots-mcp-server -- npx -y @metrxbot/mcp-server@0.2.3 --- ## Hh URL: https://mcp-marketplace.io/server/io-github-theyahia-hh-mcp Summary: MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints, Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/hh-mcp GitHub: https://github.com/theYahia/hh-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-hh-mcp -- npx -y @theyahia/hh-mcp@2.0.1 --- ## Elma365 URL: https://mcp-marketplace.io/server/io-github-theyahia-elma365-mcp Summary: MCP server for ELMA365 API — app items, BPM tasks. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/elma365-mcp GitHub: https://github.com/theYahia/elma365-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: ELMA365_DOMAIN (required) Install (Claude Code): claude mcp add io-github-theyahia-elma365-mcp -- npx -y @theyahia/elma365-mcp@1.1.1 --- ## A2al URL: https://mcp-marketplace.io/server/io-github-a2al-a2ald Summary: Makes any AI agent globally reachable and discoverable—no cloud, domain, or port forwarding needed. Category: Developer Tools Mode: local Pricing: Free npm: a2ald GitHub: https://github.com/a2al/a2al Security Score: 4.2/10 Creator: A2al Creator Reputation: B Version: 0.2.7 Install (Claude Code): claude mcp add io-github-a2al-a2ald -- npx -y a2ald --- ## Tracktag URL: https://mcp-marketplace.io/server/io-github-adigold-tracktag-mcp Summary: AI music analysis for agents: BPM, key, genres, moods, instruments and 35+ tags per track. Category: Developer Tools Mode: local Pricing: Free npm: tracktag-mcp GitHub: https://github.com/adigold/tracktag-mcp Security Score: 7.2/10 Creator: Adigold Creator Reputation: B Version: 0.2.0 Required Credentials: TRACKTAG_API_KEY (required) Install (Claude Code): claude mcp add io-github-adigold-tracktag-mcp -- npx -y tracktag-mcp@0.2.0 --- ## Agent Never Give Up URL: https://mcp-marketplace.io/server/io-github-askman-dev-agent-never-give-up Summary: An escape guide for coding agents, providing structured thinking tools to help agents unstick. Category: Developer Tools Mode: local Pricing: Free npm: agent-never-give-up-mcp GitHub: https://github.com/askman-dev/agent-never-give-up-mcp Security Score: 4.5/10 Creator: Askman Dev Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-askman-dev-agent-never-give-up -- npx -y agent-never-give-up-mcp@0.1.0 --- ## Cdek URL: https://mcp-marketplace.io/server/io-github-theyahia-cdek-mcp Summary: MCP server for CDEK — delivery, tariffs, tracking, order management (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/cdek-mcp GitHub: https://github.com/theYahia/cdek-mcp Security Score: 4.8/10 Creator: TheYahia Creator Reputation: B Version: 2.0.2 Install (Claude Code): claude mcp add io-github-theyahia-cdek-mcp -- npx -y @theyahia/cdek-mcp@2.0.2 --- ## Gb Studio Agent URL: https://mcp-marketplace.io/server/io-github-eoinjordan-gbstudio-claude-mcp Summary: Create and modify GB Studio projects with MCP tools for scenes, actors, assets, and validation. Category: Developer Tools Mode: local Pricing: Free npm: gbstudio-claude-mcp GitHub: https://github.com/eoinjordan/gb-studio-agent Security Score: 7/10 Creator: Eoinjordan Creator Reputation: B Version: 1.0.4 Required Credentials: CLAUDE_API_KEY (required) Install (Claude Code): claude mcp add io-github-eoinjordan-gbstudio-claude-mcp -- npx -y gbstudio-claude-mcp@1.0.4 --- ## Vibescan URL: https://mcp-marketplace.io/server/io-github-aguantar-vibescan-mcp-server Summary: MCP server for VibeScan — scan projects for leaked secrets and security issues Category: Developer Tools Mode: local Pricing: Free PyPI: vibescan-mcp-server GitHub: https://github.com/Aguantar/vibescan-mcp-server Security Score: 6.5/10 Creator: Aguantar Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-aguantar-vibescan-mcp-server -- uvx vibescan-mcp-server==0.1.0 --- ## Graphql URL: https://mcp-marketplace.io/server/io-github-docat0209-graphql Summary: Turn any GraphQL API into MCP tools. Zero config, zero code. Category: Developer Tools Mode: local Pricing: Free npm: graphql-to-mcp GitHub: https://github.com/Docat0209/mcp-graphql Security Score: 10/10 Creator: Docat0209 Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-docat0209-graphql -- npx -y graphql-to-mcp@0.2.0 --- ## Cryptoapis Mcp Address History URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-address-history Summary: MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-address-history GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-address-history Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.3.1 Tags: blockchain, address-history, evm, bitcoin, utxo, ethereum, transactions, token-transfers, crypto, polygon Use Cases: Full EVM address transaction history, Bitcoin and UTXO address history, List token transfers for an address, Query address history by timestamp range, Manage synced blockchain addresses Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-address-history -- npx -y @cryptoapis-io/mcp-address-history@0.3.1 --- ## Verified Repo Memory URL: https://mcp-marketplace.io/server/io-github-cognitivemyriad-verified-repo-memory Summary: Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped). Category: Developer Tools Mode: local Pricing: Free npm: @cognitivemyriad/vrm-local GitHub: https://github.com/cognitivemyriad/mcp-verified-repo-memory Security Score: 8/10 Creator: Cognitivemyriad Creator Reputation: B Version: 0.1.2 Required Credentials: VRM_TTL_DAYS (optional), VRM_DATA_DIR (optional), VRM_MAX_FILE_BYTES (optional), VRM_SECRET_SCAN (optional) Install (Claude Code): claude mcp add io-github-cognitivemyriad-verified-repo-memory -- npx -y @cognitivemyriad/vrm-local --- ## Sms Ru URL: https://mcp-marketplace.io/server/io-github-theyahia-sms-ru-mcp Summary: MCP server for SMS.RU API — send SMS, check status, balance. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/sms-ru-mcp GitHub: https://github.com/theYahia/sms-ru-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: SMS_RU_API_ID (required) Install (Claude Code): claude mcp add io-github-theyahia-sms-ru-mcp -- npx -y @theyahia/sms-ru-mcp@1.1.1 --- ## Google Maps URL: https://mcp-marketplace.io/server/com-thenextgennexus-google-maps-mcp-server Summary: Local business lead extraction with email + phone enrichment from Google Maps. Description: Local business lead extraction with email + phone enrichment from Google Maps. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/google-maps-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/google-maps-mcp-server/mcp MCP Tools (3): search_local_businesses, generate_leads, validate_emails Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-google-maps-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/google-maps-mcp-server/mcp --- ## Logoloom URL: https://mcp-marketplace.io/server/io-github-mcpware-logoloom Summary: AI logo design → SVG → full brand kit. Text-to-path, optimize, export PNG/ICO/WebP. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/mcpware/logoloom Security Score: 4.2/10 Creator: ithiria894 Creator Reputation: C- Version: 1.0.1 --- ## Coti URL: https://mcp-marketplace.io/server/ai-smithery-cuongpo-coti-mcp-1 Summary: Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with… Description: Manage COTI accounts, deploy private ERC20 and ERC721 contracts, and transfer tokens and NFTs with… Remote endpoints: streamable-http: https://server.smithery.ai/@cuongpo/coti-mcp-1/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/cuongpo/coti-mcp Security Score: 7.3/10 Creator: Cuongpo Creator Reputation: B Version: 0.2.1 --- ## Qiita URL: https://mcp-marketplace.io/server/io-github-github30-qiita-mcp-server Summary: Publish articles to Qiita via MCP tools. Minimal, fast, and focused on Qiita authoring. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/GitHub30/qiita-mcp-server Security Score: 10/10 Creator: GitHub30 Creator Reputation: B Version: 0.1.0 --- ## Oura URL: https://mcp-marketplace.io/server/ai-smithery-eliu243-oura-mcp-server-eliu Summary: Connect your Oura Ring account securely in minutes. Enable authorized access to your sleep, activi… Description: Connect your Oura Ring account securely in minutes. Enable authorized access to your sleep, activi… Remote endpoints: streamable-http: https://server.smithery.ai/@eliu243/oura-mcp-server-eliu/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/eliu243/oura-mcp-server Security Score: 10/10 Creator: Eliu243 Creator Reputation: B Version: 1.16.0 --- ## HeySpark URL: https://mcp-marketplace.io/server/co-heyspark-mcp-server Summary: Search and discover local businesses. 30+ categories with verified contact info, hours, and reviews. Description: Search and discover local businesses. 30+ categories with verified contact info, hours, and reviews. Remote endpoints: streamable-http: https://mcp.heyspark.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.heyspark.co/mcp GitHub: https://github.com/jhibird/HeySpark-MCP MCP Tools (4): search_businesses, get_business_details, get_reviews_summary, list_categories Security Score: 9/10 Creator: Jhibird Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-heyspark-mcp-server https://mcp.heyspark.co/mcp --- ## Sisense URL: https://mcp-marketplace.io/server/io-github-sisense-sisense-mcp-server Summary: MCP server leveraging Sisense Intelligence for actionable insights and analytics. Category: Developer Tools Mode: local Pricing: Free npm: @sisense/mcp-server GitHub: https://github.com/sisense/sisense-mcp-server Security Score: 10/10 Creator: Sisense Creator Reputation: B Version: 0.2.2 Required Credentials: SISENSE_URL (optional), SISENSE_TOKEN (required) Install (Claude Code): claude mcp add io-github-sisense-sisense-mcp-server -- npx -y @sisense/mcp-server@0.3.1 --- ## Kafka URL: https://mcp-marketplace.io/server/io-github-aguantar-kafka-dataops-mcp Summary: DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring Category: Data & Analytics Mode: local Pricing: Free PyPI: kafka-dataops-mcp GitHub: https://github.com/Aguantar/kafka-mcp-server Security Score: 7/10 Creator: Aguantar Creator Reputation: B Version: 0.1.0 Required Credentials: KAFKA_BOOTSTRAP_SERVERS (optional) Install (Claude Code): claude mcp add io-github-aguantar-kafka-dataops-mcp -- uvx kafka-dataops-mcp==0.1.0 --- ## Developer Tools URL: https://mcp-marketplace.io/server/com-thenextgennexus-developer-tools-mcp-server Summary: Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents. Description: Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/developer-tools-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/developer-tools-mcp-server/mcp MCP Tools (7): get_github_repo, search_github, get_npm_package, get_pypi_package, search_stackoverflow, search_arxiv, search_google_scholar Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-developer-tools-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/developer-tools-mcp-server/mcp --- ## Midnight Nextjs URL: https://mcp-marketplace.io/server/io-github-fractionestate-midnight-nextjs-mcp Summary: Unified MCP server for Midnight blockchain development and Next.js dApps. Category: Developer Tools Mode: local Pricing: Free npm: midnight-nextjs-mcp GitHub: https://github.com/FractionEstate/midnight-nextjs-mcp Security Score: 4/10 Creator: FractionEstate Creator Reputation: B Version: 0.3.1 Required Credentials: GITHUB_TOKEN (required), LOG_LEVEL (optional), MIDNIGHT_LOCAL (optional) Install (Claude Code): claude mcp add io-github-fractionestate-midnight-nextjs-mcp -- npx -y midnight-nextjs-mcp@0.4.1 --- ## Artifacts URL: https://mcp-marketplace.io/server/io-github-mctx-ai-artifacts Summary: Save decisions, plans, and notes from any AI session and retrieve them later — from any client. Ask Description: Save decisions, plans, and notes from any AI session and retrieve them later — from any client. Ask Remote endpoints: sse: https://artifacts.mctx.ai/v2.2.0 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://artifacts.mctx.ai/v2.2.0 Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-artifacts https://artifacts.mctx.ai/v2.2.0 --- ## Mcp URL: https://mcp-marketplace.io/server/com-wikitolica-mcp Summary: Enciclopedia Católica de referencia: fe, doctrina, tradición, santos, liturgia, historia, etc. Description: Enciclopedia Católica de referencia: fe, doctrina, tradición, santos, liturgia, historia, etc. Remote endpoints: streamable-http: https://www.wikitolica.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.wikitolica.com/mcp MCP Tools (2): search_articles, get_article Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-wikitolica-mcp https://www.wikitolica.com/mcp --- ## Listings URL: https://mcp-marketplace.io/server/com-spacexploration-listings Summary: Search commercial real estate listings. Reads need no token; authoring is self-serve OAuth (DCR). Description: Search commercial real estate listings. Reads need no token; authoring is self-serve OAuth (DCR). Remote endpoints: streamable-http: https://spacexploration.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://spacexploration.com/mcp MCP Tools (15): search_listings, get_listing, interpret_search, geocode_address, get_registry, list_my_listings, get_pipeline_status, list_my_saved_searches, save_search, delete_saved_search, create-listing-tool, update-listing-tool, set_listing_attributes, publish-listing-tool, withdraw-listing-tool Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-spacexploration-listings https://spacexploration.com/mcp --- ## Aiimageeditor URL: https://mcp-marketplace.io/server/io-github-rocnubie-aiimageeditor-mcp Summary: Best Image AI Editor free online. Free AI photo editor for picture & image editing. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/aiimageeditor-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Norman URL: https://mcp-marketplace.io/server/finance-norman-mcp-server Summary: AI-powered bookkeeping and tax filing for entrepreneurs at the heart of the European economy. Description: AI-powered bookkeeping and tax filing for entrepreneurs at the heart of the European economy. Remote endpoints: streamable-http: https://mcp.norman.finance/mcp Category: Finance Mode: dual Pricing: Free PyPI: norman-mcp-server GitHub: https://github.com/norman-finance/norman-mcp-server Security Score: 10/10 Creator: Norman Finance Creator Reputation: B Version: 0.1.7 Required Credentials: NORMAN_EMAIL (optional), NORMAN_PASSWORD (required), NORMAN_ENVIRONMENT (optional) Install (Claude Code): claude mcp add finance-norman-mcp-server -- uvx norman-mcp-server==0.1.7 --- ## Warhammer Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-warhammer-oracle Summary: Warhammer 40K and Kill Team rules, stats, and game flow MCP server Category: Developer Tools Mode: local Pricing: Free npm: warhammer-oracle GitHub: https://github.com/gregario/warhammer-oracle Security Score: 0.3/10 Creator: Gregario Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-gregario-warhammer-oracle -- npx -y warhammer-oracle@0.1.39 --- ## Streamdeck URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-streamdeck-mcp Summary: MCP server for Elgato Stream Deck control — set buttons, manage pages, wire actions Category: Developer Tools Mode: local Pricing: Free PyPI: streamdeck-mcp GitHub: https://github.com/verygoodplugins/streamdeck-mcp Security Score: 10/10 Creator: Verygoodplugins Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-verygoodplugins-streamdeck-mcp -- uvx streamdeck-mcp==0.2.0 --- ## Willform Agent URL: https://mcp-marketplace.io/server/ai-willform-willform-agent Summary: Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds. Description: Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds. Remote endpoints: streamable-http: https://agent.willform.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent.willform.ai/api/mcp GitHub: https://github.com/willform-ai/willform-agent Security Score: 9/10 Creator: Willform Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-willform-willform-agent https://agent.willform.ai/api/mcp --- ## Postgres URL: https://mcp-marketplace.io/server/ai-waystation-postgres Summary: Connect to your PostgreSQL database to query data and schemas. Description: Connect to your PostgreSQL database to query data and schemas. Remote endpoints: streamable-http: https://waystation.ai/postgres/mcp sse: https://waystation.ai/postgres/mcp/sse Category: Data & Analytics Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 10/10 Creator: Waystation Ai Creator Reputation: B Version: 0.3.1 --- ## Creo Memories URL: https://mcp-marketplace.io/server/in-creo-memories-mcp-server Summary: Memory system for AI agents with semantic search. Store and recall memories with ease. Description: Memory system for AI agents with semantic search. Store and recall memories with ease. Remote endpoints: streamable-http: https://mcp.creo-memories.in Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.creo-memories.in GitHub: https://github.com/chronista-club/creo-memories Security Score: 9/10 Creator: 伊藤誠 Creator Reputation: C- Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http in-creo-memories-mcp-server https://mcp.creo-memories.in --- ## Bighub URL: https://mcp-marketplace.io/server/io-bighub-mcp Summary: Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes. Category: Developer Tools Mode: local Pricing: Free npm: @bighub/bighub-mcp GitHub: https://github.com/bighub-io/bighub Security Score: 10/10 Creator: User Creator Reputation: C Version: 0.2.1 Required Credentials: BIGHUB_API_KEY (required), BIGHUB_BEARER_TOKEN (required), BIGHUB_BASE_URL (optional) Install (Claude Code): claude mcp add io-bighub-mcp -- npx -y @bighub/bighub-mcp@0.2.1 --- ## Sovereign Node URL: https://mcp-marketplace.io/server/io-github-firstlineaiis-wq-sovereign-node Summary: 113 MCP tools: oracle, escrow, compliance, remittance, AI. 12 free tools, PAYG $0.001/call. Description: 113 MCP tools: oracle, escrow, compliance, remittance, AI. 12 free tools, PAYG $0.001/call. Remote endpoints: streamable-http: https://node-core-firstlineaiis.replit.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-core-firstlineaiis.replit.app/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-firstlineaiis-wq-sovereign-node https://node-core-firstlineaiis.replit.app/mcp --- ## Yeetit URL: https://mcp-marketplace.io/server/io-github-snappyio-yeetit Summary: Instant web publishing for AI agents. POST HTML, get a live URL. No account needed. Description: Instant web publishing for AI agents. POST HTML, get a live URL. No account needed. Remote endpoints: streamable-http: https://yeetit.site/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://yeetit.site/mcp GitHub: https://github.com/snappyio/yeetit MCP Tools (4): publish_website, update_website, delete_website, get_website_status Security Score: 9/10 Creator: Snappyio Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-snappyio-yeetit https://yeetit.site/mcp --- ## Context URL: https://mcp-marketplace.io/server/io-github-neuledge-context Summary: Local-first documentation for AI agents. Offline, instant, private doc retrieval. Category: Developer Tools Mode: local Pricing: Free npm: @neuledge/context GitHub: https://github.com/neuledge/context Security Score: 10/10 Creator: Neuledge Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-neuledge-context -- npx -y @neuledge/context@0.9.0 --- ## Hostex URL: https://mcp-marketplace.io/server/ai-smithery-keithah-hostex-mcp Summary: Manage your Hostex vacation rentals—properties, reservations, availability, listings, and guest me… Description: Manage your Hostex vacation rentals—properties, reservations, availability, listings, and guest me… Remote endpoints: streamable-http: https://server.smithery.ai/@keithah/hostex-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@keithah/hostex-mcp/mcp GitHub: https://github.com/keithah/hostex-mcp Security Score: 9.3/10 Creator: Keithah Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-keithah-hostex-mcp https://server.smithery.ai/@keithah/hostex-mcp/mcp --- ## Supabase MCP SelfHosted URL: https://mcp-marketplace.io/server/ai-smithery-mistersandfr-supabase-mcp-selfhosted Summary: Query and manage your Supabase database directly from your workspace. Execute SQL statements, brow… Description: Query and manage your Supabase database directly from your workspace. Execute SQL statements, brow… Remote endpoints: streamable-http: https://server.smithery.ai/@MisterSandFR/supabase-mcp-selfhosted/mcp Category: Data & Analytics Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@MisterSandFR/supabase-mcp-selfhosted/mcp GitHub: https://github.com/MisterSandFR/Supabase-MCP-SelfHosted Security Score: 1.2/10 Creator: MisterSandFR Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-mistersandfr-supabase-mcp-selfhosted https://server.smithery.ai/@MisterSandFR/supabase-mcp-selfhosted/mcp --- ## Android Security Analyzer URL: https://mcp-marketplace.io/server/io-github-ako2345-android-security-analyzer Summary: MCP server for static security analysis of Android source code Description: MCP server for static security analysis of Android source code Remote endpoints: streamable-http: https://android-security-analyzer.ako-labs.workers.dev/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://android-security-analyzer.ako-labs.workers.dev/mcp GitHub: https://github.com/ako2345/android-security-analyzer MCP Tools (4): analyze_android_project, list_android_security_checks, explain_finding, health Security Score: 9/10 Installs: 1 Creator: Ako2345 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ako2345-android-security-analyzer https://android-security-analyzer.ako-labs.workers.dev/mcp --- ## Maker URL: https://mcp-marketplace.io/server/io-github-junct-bot-maker-mcp Summary: Maker - 10 tools for lending rates, supply, and borrow data Description: Maker - 10 tools for lending rates, supply, and borrow data Remote endpoints: streamable-http: https://maker.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://maker.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/maker-mcp MCP Tools (10): cage, dai, deny, exit, join, live, rely, vat, wards, LogNote Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-maker-mcp https://maker.mcp.junct.dev/mcp --- ## Test URL: https://mcp-marketplace.io/server/io-github-bharath-krishna-mcp-test Summary: A simple MCP server with an echo tool for testing purposes Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-echo-server GitHub: https://github.com/bharath-krishna/mcp-test Security Score: 7/10 Creator: Bharath Krishna Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-bharath-krishna-mcp-test -- uvx mcp-echo-server==0.1.1 --- ## Nature Vision URL: https://mcp-marketplace.io/server/io-github-fonkychen-nature-vision-mcp Summary: Identifies biological species, returning Latin names with confidence scores. Category: Developer Tools Mode: local Pricing: Free npm: @fonkychen/nature-vision-mcp GitHub: https://github.com/fonkychen/nature-vision-mcp Security Score: 8/10 Creator: Fonkychen Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-fonkychen-nature-vision-mcp -- npx -y @fonkychen/nature-vision-mcp@0.1.3 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-cargo Summary: Structured Rust cargo operations (build, test, clippy) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/cargo GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-dave-london-cargo -- npx -y @paretools/cargo --- ## Produktly URL: https://mcp-marketplace.io/server/com-produktly-mcp-server Summary: Connect your AI assistant to Produktly. Read changelogs, feedback responses, and roadmap items. Description: Connect your AI assistant to Produktly. Read changelogs, feedback responses, and roadmap items. Remote endpoints: streamable-http: https://api.produktly.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.produktly.com/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-produktly-mcp-server https://api.produktly.com/api/mcp --- ## Fullrun Cli URL: https://mcp-marketplace.io/server/io-github-tuckerschreiber-fullrun Summary: Google Ads management for AI agents — diagnose, optimize, and manage campaigns. Category: Developer Tools Mode: local Pricing: Free npm: @fullrun/mcp GitHub: https://github.com/tuckerschreiber/fullrun-cli Security Score: 9.7/10 Creator: Tuckerschreiber Creator Reputation: B Version: 0.1.1 Required Credentials: FULLRUN_API_KEY (required) Install (Claude Code): claude mcp add io-github-tuckerschreiber-fullrun -- npx -y @fullrun/mcp --- ## Btc URL: https://mcp-marketplace.io/server/io-github-iworkist-btcmcp Summary: An MCP server that provides Bitcoin price data from Binance API Category: Developer Tools Mode: local Pricing: Free PyPI: btcmcp GitHub: https://github.com/iworkist/btcmcp Security Score: 10/10 Installs: 1 Creator: Iworkist Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-iworkist-btcmcp -- uvx btcmcp==0.1.2 --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-natural-disaster-intel Summary: FEMA disasters, NOAA weather alerts, USGS earthquakes. 4 tools. Description: FEMA disasters, NOAA weather alerts, USGS earthquakes. 4 tools. Remote endpoints: streamable-http: https://natural-disaster-intel-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://natural-disaster-intel-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Installs: 1 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-natural-disaster-intel https://natural-disaster-intel-mcp.apify.actor/mcp --- ## Payment Authority URL: https://mcp-marketplace.io/server/com-mandateshield-payment-authority Summary: Analyzes delegated AI payment authority and exposes supported Stripe/x402 evidence contracts. Description: Analyzes delegated AI payment authority and exposes supported Stripe/x402 evidence contracts. Remote endpoints: streamable-http: https://mandateshield.com/api/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mandateshield.com/api/mcp MCP Tools (3): check_ai_payment_authority, normalize_agent_payment_protocol, verify_cryptographic_payment_authority Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.13.0 Install (Claude Code Remote): claude mcp add --transport http com-mandateshield-payment-authority https://mandateshield.com/api/mcp --- ## Clawd URL: https://mcp-marketplace.io/server/io-github-sirarchiemccarthy-oss-agentbuilders Summary: Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call. Description: Deploy full-stack web apps with database, file storage, auth, and RBAC via a single API call. Remote endpoints: streamable-http: https://api.agentbuilders.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentbuilders.app/mcp GitHub: https://github.com/sirarchiemccarthy-oss/clawd MCP Tools (6): deploy_app, list_apps, get_app, delete_app, update_app, get_viewkey Security Score: 9/10 Creator: Sirarchiemccarthy Oss Creator Reputation: B Version: 0.6.1 Install (Claude Code Remote): claude mcp add --transport http io-github-sirarchiemccarthy-oss-agentbuilders https://api.agentbuilders.app/mcp --- ## Agent Company URL: https://mcp-marketplace.io/server/io-github-tcgtracker-boop-agent-company-mcp Summary: A legal home for AI agents: Wyoming $299 or Nevis LLC. Free diagnostic; agents pay in USDC/USDT. Description: A legal home for AI agents: Wyoming $299 or Nevis LLC. Free diagnostic; agents pay in USDC/USDT. Remote endpoints: streamable-http: https://server.smithery.ai/offshoreproz/agent-company/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/offshoreproz/agent-company/mcp GitHub: https://github.com/tcgtracker-boop/agent-company-mcp Security Score: 10/10 Creator: Tcgtracker Boop Creator Reputation: B Version: 2.16.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tcgtracker-boop-agent-company-mcp https://server.smithery.ai/offshoreproz/agent-company/mcp --- ## Web Bot Auth Check URL: https://mcp-marketplace.io/server/io-github-ninefiveonefive-auto-witness Summary: Signed attestations for agents, $0.01/call via x402: URL witness, AI permission, tx finality, JWKS. Description: Signed attestations for agents, $0.01/call via x402: URL witness, AI permission, tx finality, JWKS. Remote endpoints: streamable-http: https://witness.holoweave.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://witness.holoweave.org/mcp GitHub: https://github.com/ninefiveonefive/web-bot-auth-check MCP Tools (9): pin_tool_surface, check_tool_surface_drift, witness_url, check_tx_finality, check_ai_permission, witness_keys, check_registry_drift, witness_agent_card, read_url Security Score: 10/10 Creator: Ninefiveonefive Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ninefiveonefive-auto-witness https://witness.holoweave.org/mcp --- ## Clickup URL: https://mcp-marketplace.io/server/io-github-cvrt-jh-clickup-mcp Summary: Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses) Category: Productivity Mode: local Pricing: Free npm: @cavort-it-systems/clickup-mcp GitHub: https://github.com/cvrt-jh/clickup-mcp Security Score: 7/10 Creator: J. Herzog Creator Reputation: D Version: 1.0.3 Required Credentials: CLICKUP_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-cvrt-jh-clickup-mcp -- npx -y @cavort-it-systems/clickup-mcp@1.0.3 --- ## Cgroup Cpu Throttler URL: https://mcp-marketplace.io/server/io-github-evozim-cgroup-cpu-throttler-mcp Summary: Premium agentic endpoint for cgroup-cpu-throttler-mcp. Description: Premium agentic endpoint for cgroup-cpu-throttler-mcp. Remote endpoints: sse: https://api.m2mcent.com/cgroup-cpu-throttler-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cgroup-cpu-throttler-mcp/sse MCP Tools (1): cgroup-cpu-throttler-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cgroup-cpu-throttler-mcp https://api.m2mcent.com/cgroup-cpu-throttler-mcp/sse --- ## Finder URL: https://mcp-marketplace.io/server/io-github-c5huracan-mcp-finder Summary: Find the right MCP server for your task. 4,500+ servers ranked by community trust. Description: Find the right MCP server for your task. 4,500+ servers ranked by community trust. Remote endpoints: streamable-http: https://api.rhdxm.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.rhdxm.com/mcp/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-c5huracan-mcp-finder https://api.rhdxm.com/mcp/ --- ## Multilocale URL: https://mcp-marketplace.io/server/com-multilocale-multilocale Summary: Manage translation projects, phrases and locales with secure organization-scoped tools and views. Description: Manage translation projects, phrases and locales with secure organization-scoped tools and views. Remote endpoints: streamable-http: https://mcp.multilocale.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.multilocale.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-multilocale-multilocale https://mcp.multilocale.com/mcp --- ## Beauticslab URL: https://mcp-marketplace.io/server/com-beauticslab-mcp Summary: Search Korean cosmetics from Olive Young, Daiso, Naver, Coupang, 11st with EWG ingredient analysis. Description: Search Korean cosmetics from Olive Young, Daiso, Naver, Coupang, 11st with EWG ingredient analysis. Remote endpoints: streamable-http: https://mcp.beauticslab.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.beauticslab.com/mcp GitHub: https://github.com/websfactory/beauticslab-mcp Security Score: 10/10 Creator: Websfactory Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-beauticslab-mcp https://mcp.beauticslab.com/mcp --- ## Betterprompt URL: https://mcp-marketplace.io/server/io-github-aungmyokyaw-betterprompt-mcp Summary: MCP server for AI-enhanced prompt engineering and request conversion. Category: Developer Tools Mode: local Pricing: Free npm: betterprompt-mcp GitHub: https://github.com/AungMyoKyaw/betterprompt-mcp Security Score: 6.5/10 Creator: AungMyoKyaw Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-aungmyokyaw-betterprompt-mcp -- npx -y betterprompt-mcp@0.2.1 --- ## Python URL: https://mcp-marketplace.io/server/ai-smithery-badroobot-my-test-mcp Summary: Get current weather for any city and create images from your prompts. Streamline planning, reports… Description: Get current weather for any city and create images from your prompts. Streamline planning, reports… Remote endpoints: streamable-http: https://server.smithery.ai/@BadRooBot/my_test_mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@BadRooBot/my_test_mcp/mcp GitHub: https://github.com/BadRooBot/python_mcp Security Score: 9/10 Creator: BadRooBot Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-badroobot-my-test-mcp https://server.smithery.ai/@BadRooBot/my_test_mcp/mcp --- ## Plainsight URL: https://mcp-marketplace.io/server/pro-plainsight-mcp Summary: Search the Plainsight playbook and review code against proven best practices. Description: Search the Plainsight playbook and review code against proven best practices. Remote endpoints: streamable-http: https://playbook-mcp.plainsight.pro/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://playbook-mcp.plainsight.pro/mcp GitHub: https://github.com/PlainsightPro/plainsight-mcp Security Score: 9/10 Creator: PlainsightPro Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http pro-plainsight-mcp https://playbook-mcp.plainsight.pro/mcp --- ## Unulu URL: https://mcp-marketplace.io/server/ai-unulu-unulu Summary: AI agent website builder. Create and publish link-in-bio sites via MCP or REST API. Description: AI agent website builder. Create and publish link-in-bio sites via MCP or REST API. Remote endpoints: streamable-http: https://mcp.unulu.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.unulu.ai GitHub: https://github.com/unulu-ai/unulu MCP Tools (7): unulu_create_site, unulu_get_state, unulu_update_site, unulu_check_handle, unulu_freeze_site, unulu_unfreeze_site, unulu_delete_site Security Score: 10/10 Creator: z33bs Creator Reputation: C Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-unulu-unulu https://mcp.unulu.ai --- ## Ccphoto URL: https://mcp-marketplace.io/server/io-github-stepankaiser-ccphoto Summary: Phone camera bridge for Claude Code — photos, live video, voice, and generative UI Category: Developer Tools Mode: local Pricing: Free npm: ccphoto GitHub: https://github.com/stepankaiser/ccphoto Security Score: 10/10 Creator: Stepankaiser Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-stepankaiser-ccphoto -- npx -y ccphoto@0.3.1 --- ## Github URL: https://mcp-marketplace.io/server/com-thenextgennexus-github-mcp-server Summary: GitHub repo analytics: stars, trending, code search, contributor maps for project research. Description: GitHub repo analytics: stars, trending, code search, contributor maps for project research. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/github-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/github-mcp-server/mcp MCP Tools (4): get_repo_stats, search_repos, get_repo_languages, compare_repos Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-github-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/github-mcp-server/mcp --- ## Mts Exolve URL: https://mcp-marketplace.io/server/io-github-theyahia-mts-exolve-mcp Summary: MCP server for MTS Exolve — SMS, calls, recordings, Viber messaging (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/mts-exolve-mcp GitHub: https://github.com/theYahia/mts-exolve-mcp Security Score: 4.8/10 Creator: TheYahia Creator Reputation: B Version: 3.0.1 Install (Claude Code): claude mcp add io-github-theyahia-mts-exolve-mcp -- npx -y @theyahia/mts-exolve-mcp@3.0.1 --- ## Synapze URL: https://mcp-marketplace.io/server/eu-synapze-financial-intermediary-mcp Summary: Connect AI agents to licensed financial intermediaries in France: insurance, credit, wealth. Description: Connect AI agents to licensed financial intermediaries in France: insurance, credit, wealth. Remote endpoints: streamable-http: https://mcp.synapze.eu/v1/{tenant_id} streamable-http: https://mcp.synapze.eu/v1/registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.synapze.eu/v1/{tenant_id} GitHub: https://github.com/ycdvll/synapze-mcp Security Score: 9/10 Creator: Ycdvll Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http eu-synapze-financial-intermediary-mcp 'https://mcp.synapze.eu/v1/{tenant_id}' --- ## Fintel Discovery URL: https://mcp-marketplace.io/server/io-github-findimitrov-fintel-discovery Summary: Delivers public regulatory and market data from 11 key sources such as FINRA, SEC, Census, FRED Description: Delivers public regulatory and market data from 11 key sources such as FINRA, SEC, Census, FRED Remote endpoints: streamable-http: https://ai.fin-discovery.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai.fin-discovery.com/mcp MCP Tools (32): SearchBrokerCheck, SearchBrokerCheckFirm, GetBrokerCheckDetail, SearchIAPDFirm, GetIAPDFirmDetail, SearchEdgar13F, GetEdgarCompanyFilings, GetTerritoryWealthProfile, GetTickerInfo, GetPriceHistory, GetMultiTickerHistory, GetOptionsExpirations, GetOptionsChain, GetFinancials, GetEarningsHistory, GetAnalystRatings, GetHolders, GetDividendsAndSplits, GetFundProfile, LookupTicker, SearchFundsByCategory, GetFundFees, Get13FHoldings, SearchIAPDIndividual, GetIAPDIndividualDetail, SearchFredSeries, GetFredSeriesData, MapInstrumentIds, SearchFigiInstruments, SearchLEI, GetLEIDetail, GetAdvisorBenchmarks Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-findimitrov-fintel-discovery https://ai.fin-discovery.com/mcp --- ## Biosamples URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-biosamples Summary: EBI BioSamples MCP. Description: EBI BioSamples MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/biosamples/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/biosamples/mcp GitHub: https://github.com/pipeworx-io/mcp-biosamples MCP Tools (28): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_samples, get_sample Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-biosamples https://gateway.pipeworx.io/biosamples/mcp --- ## Fpl URL: https://mcp-marketplace.io/server/io-github-nguyenanhducs-fpl-mcp-server Summary: An MCP server that provides Fantasy Premier League analysis and strategy tools. Category: Developer Tools Mode: local Pricing: Free PyPI: fpl-mcp-server GitHub: https://github.com/nguyenanhducs/fpl-mcp-server Security Score: 9/10 Creator: Nguyenanhducs Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-nguyenanhducs-fpl-mcp-server -- uvx fpl-mcp-server==1.0.3 --- ## Footballbin URL: https://mcp-marketplace.io/server/io-github-billychl1-footballbin-mcp-server Summary: AI match predictions for Premier League & Champions League - scores, goals, corners Category: Developer Tools Mode: local Pricing: Free npm: footballbin-mcp-server GitHub: https://github.com/billychl1/footballbin-mcp-server Security Score: 8/10 Creator: Billychl1 Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-billychl1-footballbin-mcp-server -- npx -y footballbin-mcp-server@1.0.4 --- ## Mcp URL: https://mcp-marketplace.io/server/ai-datamerge-mcp Summary: B2B data enrichment for 375M+ companies: legal entities, corporate hierarchies, and contacts. Description: B2B data enrichment for 375M+ companies: legal entities, corporate hierarchies, and contacts. Remote endpoints: streamable-http: https://mcp.datamerge.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.datamerge.ai Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-datamerge-mcp https://mcp.datamerge.ai --- ## Near Mcp Wallet Manager URL: https://mcp-marketplace.io/server/io-github-mastrophot-near-wallet-manager Summary: MCP server for NEAR wallet creation, balance checks, and transaction signing. Category: Finance Mode: local Pricing: Free npm: mcp-near-wallet-manager GitHub: https://github.com/mastrophot/near-mcp-wallet-manager Security Score: 10/10 Creator: Mastrophot Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mastrophot-near-wallet-manager -- npx -y mcp-near-wallet-manager@0.1.1 --- ## MNE URL: https://mcp-marketplace.io/server/io-github-exekiel179-mne-mcp Summary: MNE-Python neurophysiology analysis (EEG, MEG, sEEG, ECoG, fNIRS) via the Model Context Protocol Category: Developer Tools Mode: local Pricing: Free PyPI: mne-mcp GitHub: https://github.com/Exekiel179/MNE-MCP Security Score: 1/10 Creator: Exekiel179 Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-exekiel179-mne-mcp -- uvx mne-mcp==0.2.2 --- ## Aihub URL: https://mcp-marketplace.io/server/io-github-ksmin83-bot-aihub Summary: Remote MCP server for SeenThis AI Hub. Supports browsing, searching, and posting to AI boards. Description: Remote MCP server for SeenThis AI Hub. Supports browsing, searching, and posting to AI boards. Remote endpoints: streamable-http: https://seenthis.kr/aihubsys/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://seenthis.kr/aihubsys/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 10.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-ksmin83-bot-aihub https://seenthis.kr/aihubsys/mcp --- ## Chicago Grain Prices URL: https://mcp-marketplace.io/server/io-github-evozim-chicago-grain-prices-mcp Summary: Premium agentic endpoint for chicago-grain-prices-mcp. Description: Premium agentic endpoint for chicago-grain-prices-mcp. Remote endpoints: sse: https://api.m2mcent.com/chicago-grain-prices-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/chicago-grain-prices-mcp/sse MCP Tools (1): chicago-grain-prices-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-chicago-grain-prices-mcp https://api.m2mcent.com/chicago-grain-prices-mcp/sse --- ## Base Token Sniper URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-base-token-sniper Summary: MCP server to discover and trade new token launches on Base chain. Category: Developer Tools Mode: local Pricing: Free npm: base-token-sniper-mcp GitHub: https://github.com/lordbasilaiassistant-sudo/base-token-sniper-mcp Security Score: 7.5/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Required Credentials: DEPLOYER_PRIVATE_KEY (required), RPC_URL (optional) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-base-token-sniper -- npx -y base-token-sniper-mcp@1.0.1 --- ## Tutorials URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-tutorials Summary: Analyze stocks and SEC filings to surface key insights, from price and volume to insider activity… Description: Analyze stocks and SEC filings to surface key insights, from price and volume to insider activity… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/tutorials/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@arjunkmrm/tutorials/mcp GitHub: https://github.com/arjunkmrm/tutorials Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.15.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-arjunkmrm-tutorials https://server.smithery.ai/@arjunkmrm/tutorials/mcp --- ## Exchange URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-exchange Summary: Exchange MCP — wraps the Frankfurter currency exchange API (free, no auth) Description: Exchange MCP — wraps the Frankfurter currency exchange API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/exchange/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/exchange/mcp GitHub: https://github.com/pipeworx-io/mcp-exchange MCP Tools (4): get_rate, convert, get_historical_rate, get_currencies Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-exchange https://gateway.pipeworx.io/exchange/mcp --- ## Naramarket URL: https://mcp-marketplace.io/server/ai-smithery-alphago2580-naramarketmcp Summary: Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics… Description: Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics… Remote endpoints: streamable-http: https://server.smithery.ai/@alphago2580/naramarketmcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@alphago2580/naramarketmcp/mcp GitHub: https://github.com/alphago2580/naramarketmcp Security Score: 10/10 Creator: Alphago2580 Creator Reputation: B Version: 1.14.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-alphago2580-naramarketmcp https://server.smithery.ai/@alphago2580/naramarketmcp/mcp --- ## Stripe Analytics URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-stripe-analytics Summary: Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude. Category: Finance Mode: local Pricing: Free npm: mcp-stripe-analytics GitHub: https://github.com/lordbasilaiassistant-sudo/mcp-stripe-analytics Security Score: 7.5/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.1 Required Credentials: STRIPE_SECRET_KEY (required) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-stripe-analytics -- npx -y mcp-stripe-analytics@1.0.1 --- ## Schema Gen URL: https://mcp-marketplace.io/server/io-github-sharozdawa-schema-gen Summary: Generate Schema.org JSON-LD markup for 12 types including Person, Product, and FAQ. Category: Developer Tools Mode: local Pricing: Free npm: schema-gen-mcp GitHub: https://github.com/sharozdawa/schema-gen Security Score: 9/10 Creator: Sharozdawa Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-sharozdawa-schema-gen -- npx -y schema-gen-mcp --- ## Target URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-target Summary: MCP server for Target - search products, manage cart, track orders Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-target GitHub: https://github.com/markswendsen-code/mcp-target Security Score: 10/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-markswendsen-code-target -- npx -y @striderlabs/mcp-target@0.1.2 --- ## Tycana URL: https://mcp-marketplace.io/server/io-github-tycana-tycana Summary: Gives your AI assistant persistent memory and intelligence about your work patterns. Description: Gives your AI assistant persistent memory and intelligence about your work patterns. Remote endpoints: streamable-http: https://app.tycana.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.tycana.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tycana-tycana https://app.tycana.com/mcp --- ## Oura URL: https://mcp-marketplace.io/server/ai-smithery-eliu243-oura-mcp-server-2 Summary: Connect your Oura Ring account to enable secure, authenticated access in your workflows. Generate… Description: Connect your Oura Ring account to enable secure, authenticated access in your workflows. Generate… Remote endpoints: streamable-http: https://server.smithery.ai/@eliu243/oura-mcp-server-2/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/eliu243/oura-mcp-server Security Score: 10/10 Creator: Eliu243 Creator Reputation: B Version: 1.16.0 --- ## Sathergate Toolkit URL: https://mcp-marketplace.io/server/io-github-sathergate-lockbox Summary: Encrypted secrets for Next.js. AES-256-GCM with no vault needed. Category: Developer Tools Mode: local Pricing: Free npm: vaultbox GitHub: https://github.com/sathergate/sathergate-toolkit Security Score: 6.2/10 Creator: Sathergate Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sathergate-lockbox -- npx -y vaultbox --- ## Provenonce URL: https://mcp-marketplace.io/server/io-github-provenonceai-provenonce Summary: Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @provenonce/mcp GitHub: https://github.com/ProvenonceAI/provenonce-mcp Security Score: 7.8/10 Creator: ProvenonceAI Creator Reputation: B Version: 1.1.5 Install (Claude Code): claude mcp add io-github-provenonceai-provenonce -- npx -y @provenonce/mcp@1.1.5 --- ## Agentaeo URL: https://mcp-marketplace.io/server/io-github-digitaldatadriven-agentaeo-mcp-server Summary: AEO audit tool — measure brand visibility across ChatGPT, Perplexity, Claude, and Google AI. Category: Developer Tools Mode: local Pricing: Free npm: @agentaeo/mcp-server GitHub: https://github.com/agentaeo/agentaeo-mcp-server.git Security Score: 10/10 Creator: Agentaeo Creator Reputation: B Version: 0.1.8 Install (Claude Code): claude mcp add io-github-digitaldatadriven-agentaeo-mcp-server -- npx -y @agentaeo/mcp-server@0.1.10 --- ## Mixmake URL: https://mcp-marketplace.io/server/io-github-swappysh-mixmake Summary: Transcript-based audio editing: transcribe audio, edit by word ID, export edited audio. Description: Transcript-based audio editing: transcribe audio, edit by word ID, export edited audio. Remote endpoints: streamable-http: https://mixmake.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mixmake.com/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-swappysh-mixmake https://mixmake.com/api/mcp --- ## Sathergate Toolkit URL: https://mcp-marketplace.io/server/io-github-sathergate-darkroom Summary: Image processing pipeline for Next.js. Responsive optimization with Sharp. Category: Developer Tools Mode: local Pricing: Free npm: shutterbox GitHub: https://github.com/sathergate/sathergate-toolkit Security Score: 6.2/10 Creator: Sathergate Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sathergate-darkroom -- npx -y shutterbox --- ## Mcp URL: https://mcp-marketplace.io/server/com-rendobar-mcp Summary: Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models. Description: Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models. Remote endpoints: streamable-http: https://api.rendobar.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @rendobar/mcp Remote URL: https://api.rendobar.com/mcp GitHub: https://github.com/rendobar/mcp Security Score: 10/10 Creator: Rendobar Creator Reputation: B Version: 1.11.0 Required Credentials: RENDOBAR_API_KEY (required) Install (Claude Code): claude mcp add com-rendobar-mcp -- npx -y @rendobar/mcp@1.11.0 Install (Claude Code Remote): claude mcp add --transport http com-rendobar-mcp https://api.rendobar.com/mcp --- ## Forage URL: https://mcp-marketplace.io/server/io-github-isaac-levine-forage Summary: Self-improving tool discovery for AI agents. Find, install, and use new MCP servers automatically. Category: AI & ML Mode: local Pricing: Free npm: forage-mcp GitHub: https://github.com/isaac-levine/forage Security Score: 7/10 Creator: Isaac Levine Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-isaac-levine-forage -- npx -y forage-mcp@0.1.1 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-meta Summary: MCP server for SEO meta tag generation — title, description, Open Graph, Twitter Cards Category: Developer Tools Mode: local Pricing: Free npm: meta-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-meta -- npx -y meta-forge-mcp --- ## Legal URL: https://mcp-marketplace.io/server/com-thenextgennexus-legal-mcp-server Summary: Federal and state court records lookup for due-diligence and background checks. Description: Federal and state court records lookup for due-diligence and background checks. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/legal-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/legal-mcp-server/mcp MCP Tools (1): search_court_records Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-legal-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/legal-mcp-server/mcp --- ## Cyntrisec Cli URL: https://mcp-marketplace.io/server/io-github-cyntrisec-cyntrisec Summary: Historical AWS analysis CLI; not a current Cyntrisec product. Category: Developer Tools Mode: local Pricing: Free PyPI: cyntrisec GitHub: https://github.com/cyntrisec/cyntrisec-cli Security Score: 4.2/10 Creator: Cyntrisec Creator Reputation: B Version: 0.1.14 Required Credentials: AWS_PROFILE (optional), AWS_DEFAULT_REGION (optional), AWS_ACCESS_KEY_ID (required), AWS_SECRET_ACCESS_KEY (required) Install (Claude Code): claude mcp add io-github-cyntrisec-cyntrisec -- uvx cyntrisec==0.1.14 --- ## Lorcana Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-lorcana-oracle Summary: Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing Category: Developer Tools Mode: local Pricing: Free npm: lorcana-oracle GitHub: https://github.com/gregario/lorcana-oracle Security Score: 7/10 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-lorcana-oracle -- npx -y lorcana-oracle@0.1.1 --- ## Smartling URL: https://mcp-marketplace.io/server/com-smartling-smartling-mcp-server Summary: Smartling MCP Server Description: Smartling MCP Server Remote endpoints: streamable-http: https://mcp.smartling.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.smartling.com/mcp GitHub: https://github.com/Smartling/smartling-mcp-server Security Score: 8/10 Creator: Smartling Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-smartling-smartling-mcp-server https://mcp.smartling.com/mcp --- ## Bible URL: https://mcp-marketplace.io/server/io-github-mctx-ai-bible Summary: Study the Bible in its original Hebrew and Greek — semantic search, word studies, cross-references, Description: Study the Bible in its original Hebrew and Greek — semantic search, word studies, cross-references, Remote endpoints: sse: https://bible.mctx.ai/v1.3.4 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bible.mctx.ai/v1.3.4 GitHub: https://github.com/mctx-ai/bible-mcp-server Security Score: 9.6/10 Creator: Mctx Ai Creator Reputation: B Version: 1.3.4 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-bible https://bible.mctx.ai/v1.3.4 --- ## Pulse Fetch URL: https://mcp-marketplace.io/server/com-pulsemcp-servers-pulse-fetch Summary: MCP server that extracts clean, structured content from web pages with anti-bot bypass capabilities. Category: Developer Tools Mode: local Pricing: Free npm: @pulsemcp/pulse-fetch GitHub: https://github.com/pulsemcp/mcp-servers Security Score: 9.2/10 Creator: Pulsemcp Creator Reputation: B Version: 0.2.14 Required Credentials: FIRECRAWL_API_KEY (required), BRIGHTDATA_API_KEY (required), STRATEGY_CONFIG_PATH (optional), OPTIMIZE_FOR (optional), MCP_RESOURCE_STORAGE (optional), MCP_RESOURCE_FILESYSTEM_ROOT (optional), SKIP_HEALTH_CHECKS (optional), LLM_PROVIDER (optional), LLM_API_KEY (required), LLM_API_BASE_URL (optional), LLM_MODEL (optional) Install (Claude Code): claude mcp add com-pulsemcp-servers-pulse-fetch -- npx -y @pulsemcp/pulse-fetch --- ## Hass URL: https://mcp-marketplace.io/server/io-github-jarahkon-hass-mcp-server Summary: MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more Category: Developer Tools Mode: local Pricing: Free npm: @jarahkon/hass-mcp-server GitHub: https://github.com/jarahkon/hass-mcp-server Security Score: 9.9/10 Creator: Jarahkon Creator Reputation: B Version: 1.0.6 Required Credentials: HA_URL (optional), HA_TOKEN (required), HA_SSH_HOST (optional), HA_SSH_PORT (optional), HA_SSH_USER (optional), HA_SSH_KEY_PATH (optional), HA_SSH_PASSWORD (required) Install (Claude Code): claude mcp add io-github-jarahkon-hass-mcp-server -- npx -y @jarahkon/hass-mcp-server@1.0.10 --- ## Mathematica URL: https://mcp-marketplace.io/server/io-github-lars20070-mathematica-mcp Summary: MCP server for WolframScript Category: Developer Tools Mode: local Pricing: Free PyPI: mathematica_mcp GitHub: https://github.com/lars20070/mathematica-mcp Security Score: 4.5/10 Creator: Lars20070 Creator Reputation: B Version: 0.1.11 Install (Claude Code): claude mcp add io-github-lars20070-mathematica-mcp -- uvx mathematica_mcp==0.1.11 --- ## Dependency Management URL: https://mcp-marketplace.io/server/com-sonatype-dependency-management-mcp-server Summary: Sonatype component intelligence: versions, security analysis, and Trust Score recommendations Description: Sonatype component intelligence: versions, security analysis, and Trust Score recommendations Remote endpoints: streamable-http: https://mcp.guide.sonatype.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.guide.sonatype.com/mcp GitHub: https://github.com/sonatype/dependency-management-mcp-server MCP Tools (3): getComponentVersion, getLatestComponentVersion, getRecommendedComponentVersions Security Score: 10/10 Creator: Sonatype Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-sonatype-dependency-management-mcp-server https://mcp.guide.sonatype.com/mcp --- ## Edamam URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-edamam Summary: Edamam MCP — wraps three Edamam APIs in one pack: Description: Edamam MCP — wraps three Edamam APIs in one pack: Remote endpoints: streamable-http: https://gateway.pipeworx.io/edamam/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/edamam/mcp GitHub: https://github.com/pipeworx-io/mcp-edamam MCP Tools (29): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, nutrition_analysis, search_recipes, search_food Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-edamam https://gateway.pipeworx.io/edamam/mcp --- ## Oeis URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-oeis Summary: OEIS (On-Line Encyclopedia of Integer Sequences) MCP. Description: OEIS (On-Line Encyclopedia of Integer Sequences) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/oeis/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/oeis/mcp GitHub: https://github.com/pipeworx-io/mcp-oeis MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_sequence, get_sequence Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-oeis https://gateway.pipeworx.io/oeis/mcp --- ## Studiomcphub URL: https://mcp-marketplace.io/server/io-github-codex-curator-studiomcphub Summary: 32 creative AI tools (18 free) for agents: generate, upscale, mockup, print, watermark. Description: 32 creative AI tools (18 free) for agents: generate, upscale, mockup, print, watermark. Remote endpoints: streamable-http: https://studiomcphub.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://studiomcphub.com/mcp GitHub: https://github.com/codex-curator/studiomcphub Security Score: 10/10 Creator: Codex Curator Creator Reputation: B Version: 0.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-codex-curator-studiomcphub https://studiomcphub.com/mcp --- ## Openaccountants URL: https://mcp-marketplace.io/server/io-github-openaccountants-openaccountants-mcp Summary: Open-source tax skills for AI across 134 countries. Category: Developer Tools Mode: local Pricing: Free PyPI: openaccountants-mcp GitHub: https://github.com/openaccountants/openaccountants.git Security Score: 6.7/10 Creator: Openaccountants Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-openaccountants-openaccountants-mcp -- uvx openaccountants-mcp==0.1.1 --- ## Qubitsok URL: https://mcp-marketplace.io/server/com-qubitsok-mcp-server Summary: Quantum computing jobs, arXiv papers & researcher profiles from qubitsok.com Description: Quantum computing jobs, arXiv papers & researcher profiles from qubitsok.com Remote endpoints: streamable-http: https://qubitsok.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qubitsok.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-qubitsok-mcp-server https://qubitsok.com/mcp --- ## Spark Sql URL: https://mcp-marketplace.io/server/io-github-aidancorrell-spark-sql-mcp-server Summary: Query Spark SQL clusters via Thrift/HiveServer2. Works with Spark, EMR, Hive, Impala. Category: Developer Tools Mode: local Pricing: Free PyPI: spark-sql-mcp-server GitHub: https://github.com/aidancorrell/spark-sql-mcp-server Security Score: 6.9/10 Creator: Aidancorrell Creator Reputation: B Version: 0.1.2 Required Credentials: SPARK_HOST (optional), SPARK_PORT (optional), SPARK_DATABASE (optional), SPARK_AUTH (optional), SPARK_USERNAME (optional), SPARK_PASSWORD (required), SPARK_KERBEROS_SERVICE_NAME (optional) Install (Claude Code): claude mcp add io-github-aidancorrell-spark-sql-mcp-server -- uvx spark-sql-mcp-server==0.1.2 --- ## Ahoy URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-ahoy Summary: Send friendly, personalized greetings by name. Switch to a playful pirate voice for themed salutat… Description: Send friendly, personalized greetings by name. Switch to a playful pirate voice for themed salutat… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/ahoy/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@arjunkmrm/ahoy/mcp GitHub: https://github.com/arjunkmrm/ahoy Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.13.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-arjunkmrm-ahoy https://server.smithery.ai/@arjunkmrm/ahoy/mcp --- ## News URL: https://mcp-marketplace.io/server/ai-newzai-api-newzai Summary: News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google. Description: News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google. Remote endpoints: streamable-http: https://api.newzai.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.newzai.ai/mcp/ GitHub: https://github.com/Gauraviitkgp/news-mcp Security Score: 10/10 Creator: Gauraviitkgp Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-newzai-api-newzai https://api.newzai.ai/mcp/ --- ## Tanjiren URL: https://mcp-marketplace.io/server/app-tanjiren-tanjiren-mcp Summary: Hosted MCP server for task-first delegation to remote workstations and workers. Description: Hosted MCP server for task-first delegation to remote workstations and workers. Remote endpoints: streamable-http: https://mcp.tanjiren.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tanjiren.app/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http app-tanjiren-tanjiren-mcp https://mcp.tanjiren.app/mcp --- ## Smithery Notion URL: https://mcp-marketplace.io/server/ai-smithery-smithery-notion Summary: A Notion workspace is a collaborative environment where teams can organize work, manage projects,… Description: A Notion workspace is a collaborative environment where teams can organize work, manage projects,… Remote endpoints: streamable-http: https://server.smithery.ai/@smithery/notion/mcp Category: Productivity Mode: dual Pricing: Free GitHub: https://github.com/smithery-ai/mcp-servers Security Score: 10/10 Creator: Smithery Ai Creator Reputation: B Version: 1.0.0 --- ## Speech Ai Examples URL: https://mcp-marketplace.io/server/io-github-fasuizu-br-nlp-tools Summary: Toxicity, sentiment, NER, PII detection, and language identification tools Description: Toxicity, sentiment, NER, PII detection, and language identification tools Remote endpoints: streamable-http: https://apim-ai-apis.azure-api.net/mcp/nlp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://apim-ai-apis.azure-api.net/mcp/nlp/mcp GitHub: https://github.com/fasuizu-br/speech-ai-examples Security Score: 10/10 Creator: Fasuizu Br Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fasuizu-br-nlp-tools https://apim-ai-apis.azure-api.net/mcp/nlp/mcp --- ## Optimizer URL: https://mcp-marketplace.io/server/ai-smithery-mrugankpednekar-mcp-optimizer Summary: Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte… Description: Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte… Remote endpoints: streamable-http: https://server.smithery.ai/@mrugankpednekar/mcp-optimizer/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@mrugankpednekar/mcp-optimizer/mcp GitHub: https://github.com/mrugankpednekar/mcp-optimizer Security Score: 10/10 Creator: Mrugankpednekar Creator Reputation: B Version: 1.16.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-mrugankpednekar-mcp-optimizer https://server.smithery.ai/@mrugankpednekar/mcp-optimizer/mcp --- ## Coinmarketcap URL: https://mcp-marketplace.io/server/io-github-junct-bot-coinmarketcap-mcp Summary: Coinmarketcap - 30 tools for data, metrics, and on-chain analytics Description: Coinmarketcap - 30 tools for data, metrics, and on-chain analytics Remote endpoints: streamable-http: https://coinmarketcap.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://coinmarketcap.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/coinmarketcap-mcp MCP Tools (30): get_v1_cryptocurrency_airdrop, get_v1_cryptocurrency_airdrops, get_v1_cryptocurrency_categories, get_v1_cryptocurrency_category, get_v1_cryptocurrency_info, get_v1_cryptocurrency_map, get_v1_exchange_info, get_v1_exchange_map, get_v1_fiat_map, get_v1_key_info, get_v1_tools_priceconversion, get_v1_blockchain_statistics_latest, get_v1_cryptocurrency_listings_historical, get_v1_cryptocurrency_listings_latest, get_v1_cryptocurrency_listings_new, get_v1_cryptocurrency_marketpairs_latest, get_v1_cryptocurrency_ohlcv_historical, get_v1_cryptocurrency_ohlcv_latest, get_v1_cryptocurrency_priceperformancestats_latest, get_v1_cryptocurrency_quotes_historical, get_v1_cryptocurrency_quotes_latest, get_v1_cryptocurrency_trending_gainerslosers, get_v1_cryptocurrency_trending_latest, get_v1_cryptocurrency_trending_mostvisited, get_v1_exchange_listings_latest, get_v1_exchange_marketpairs_latest, get_v1_exchange_quotes_historical, get_v1_exchange_quotes_latest, get_v1_globalmetrics_quotes_historical, get_v1_globalmetrics_quotes_latest Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-coinmarketcap-mcp https://coinmarketcap.mcp.junct.dev/mcp --- ## Stas URL: https://mcp-marketplace.io/server/run-stas-stas Summary: Connect Claude to your Intervals.icu watch data for fitness, workout review, and plan writing. Description: Connect Claude to your Intervals.icu watch data for fitness, workout review, and plan writing. Remote endpoints: streamable-http: https://stas.run/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stas.run/api/mcp GitHub: https://github.com/hivrich/stas.run MCP Tools (9): get_user_summary, get_trainings, get_planned_events, whoami, create_plan_event, create_note_event, delete_plan_events, delete_note_events, save_strategy Security Score: 8/10 Creator: Hivrich Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http run-stas-stas https://stas.run/api/mcp --- ## Huntflow URL: https://mcp-marketplace.io/server/io-github-theyahia-huntflow-mcp Summary: MCP server for HuntFlow ATS API — vacancies, candidates, applicants for recruiting. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/huntflow-mcp GitHub: https://github.com/theYahia/huntflow-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: HUNTFLOW_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-huntflow-mcp -- npx -y @theyahia/huntflow-mcp@1.1.1 --- ## P402 Protocol URL: https://mcp-marketplace.io/server/io-github-z333q-p402 Summary: Multi-provider AI router with x402 micropayment settlement on Base L2. 1% flat fee. Category: Developer Tools Mode: local Pricing: Free npm: @p402/mcp-server GitHub: https://github.com/Z333Q/p402-protocol Security Score: 9.7/10 Creator: Z333Q Creator Reputation: B Version: 1.0.0 Required Credentials: P402_API_KEY (required), P402_ROUTER_URL (optional) Install (Claude Code): claude mcp add io-github-z333q-p402 -- npx -y @p402/mcp-server --- ## Salesforce URL: https://mcp-marketplace.io/server/ai-smithery-kodey-ai-salesforce-mcp-server Summary: Run SOQL queries against your Salesforce org to retrieve records and insights. Explore objects, fi… Description: Run SOQL queries against your Salesforce org to retrieve records and insights. Explore objects, fi… Remote endpoints: streamable-http: https://server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp Category: Business Tools Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp GitHub: https://github.com/kodey-ai/salesforce-mcp Security Score: 10/10 Creator: Kodey Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-kodey-ai-salesforce-mcp-server https://server.smithery.ai/@kodey-ai/salesforce-mcp-server/mcp --- ## Funnel URL: https://mcp-marketplace.io/server/io-github-chris-schra-mcp-funnel Summary: MCP proxy that aggregates multiple servers with tool filtering and customization Category: Developer Tools Mode: local Pricing: Free npm: mcp-funnel GitHub: https://github.com/chris-schra/mcp-funnel Security Score: 6.7/10 Creator: Chris Schra Creator Reputation: B Version: 0.0.6 Install (Claude Code): claude mcp add io-github-chris-schra-mcp-funnel -- npx -y mcp-funnel --- ## 3dprint Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-3dprint-oracle Summary: 3D printing filament and materials knowledge MCP server Category: Developer Tools Mode: local Pricing: Free npm: 3dprint-oracle GitHub: https://github.com/gregario/3dprint-oracle Security Score: 7/10 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-3dprint-oracle -- npx -y 3dprint-oracle@0.1.1 --- ## Distress Abc URL: https://mcp-marketplace.io/server/com-dropwatchhq-distress-abc Summary: ABC/receivership wind-down asset maps: state notices joined to UCC collateral & secured parties. Description: ABC/receivership wind-down asset maps: state notices joined to UCC collateral & secured parties. Remote endpoints: streamable-http: https://abc.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://abc.dropwatchhq.com/mcp MCP Tools (5): abc_distress_feed, abc_find_notices, warn_plant_deaths, warn_liquidation_map, abc_asset_map Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-distress-abc https://abc.dropwatchhq.com/mcp --- ## Datamuse URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-datamuse Summary: Datamuse MCP — word-finding engine (keyless). Description: Datamuse MCP — word-finding engine (keyless). Remote endpoints: streamable-http: https://gateway.pipeworx.io/datamuse/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/datamuse/mcp GitHub: https://github.com/pipeworx-io/mcp-datamuse MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, find_words, suggest Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-datamuse https://gateway.pipeworx.io/datamuse/mcp --- ## Nimbus URL: https://mcp-marketplace.io/server/io-github-mishakivskiy-hirenimbus-mcp Summary: Find and book verified local home service professionals through AI agents. Description: Find and book verified local home service professionals through AI agents. Remote endpoints: streamable-http: https://mcp.hirenimbus.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.hirenimbus.com/mcp GitHub: https://github.com/Hire-Nimbus/nimbus-mcp-server Security Score: 4/10 Installs: 1 Creator: Ivan Myshakivskyi Creator Reputation: F Version: 1.0.0 Required Credentials: PROVIDERS_API (optional), REVIEWS_API (optional), BOOKING_API (optional), COORDS_RESOLVE_API (optional), ZIP_RESOLVE_API (optional), SEND_BOOK_NOTIFICATION_API (optional), SEND_JOB_TO_SLACK_API (optional), MCP_MONITOR_ENABLED (optional), MCP_MONITOR_SLACK_CHANNEL (optional), MCP_MONITOR_SLACK_API (optional), OAUTH_TOKEN_TTL (optional), RATE_LIMIT_RPM (optional), PUBLIC_BASE_URL (optional) Install (Claude Code Remote): claude mcp add --transport http io-github-mishakivskiy-hirenimbus-mcp https://mcp.hirenimbus.com/mcp --- ## Supabase URL: https://mcp-marketplace.io/server/ai-waystation-supabase Summary: Connect to your Supabase database to query data and schemas. Description: Connect to your Supabase database to query data and schemas. Remote endpoints: streamable-http: https://waystation.ai/supabase/mcp sse: https://waystation.ai/supabase/mcp/sse Category: Data & Analytics Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 10/10 Creator: Waystation Ai Creator Reputation: B Version: 0.3.1 --- ## Ip Patent Trademark URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-ip-patent-trademark-mcp Summary: Intellectual property intelligence covering patent searches, trademark monitoring, IP portfolio a... Description: Intellectual property intelligence covering patent searches, trademark monitoring, IP portfolio a... Remote endpoints: streamable-http: https://ryanclinton--ip-patent-trademark-mcp.apify.actor/mcp sse: https://ryanclinton--ip-patent-trademark-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--ip-patent-trademark-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-ip-patent-trademark-mcp https://ryanclinton--ip-patent-trademark-mcp.apify.actor/mcp --- ## Pqs URL: https://mcp-marketplace.io/server/io-github-onchainaiintel-pqs-mcp-server Summary: PQS scores any prompt before the model runs. 8 dimensions. 5 frameworks. Pre-flight, not post-hoc. Description: PQS scores any prompt before the model runs. 8 dimensions. 5 frameworks. Pre-flight, not post-hoc. Remote endpoints: streamable-http: https://promptqualityscore.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: pqs-mcp-server Remote URL: https://promptqualityscore.com/api/mcp GitHub: https://github.com/OnChainAIIntel/pqs-mcp-server MCP Tools (2): score_prompt, optimize_prompt Security Score: 10/10 Creator: OnChainAIIntel Creator Reputation: B Version: 1.4.0 Required Credentials: PQS_API_KEY (required) Install (Claude Code): claude mcp add io-github-onchainaiintel-pqs-mcp-server -- npx -y pqs-mcp-server@1.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-onchainaiintel-pqs-mcp-server https://promptqualityscore.com/api/mcp --- ## Aiphotoeditor URL: https://mcp-marketplace.io/server/io-github-rocnubie-aiphotoeditor-mcp Summary: Best AI Photo Editor powered by GPT Image 2, Flux, Nano Banana & more. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/aiphotoeditor-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Openfused URL: https://mcp-marketplace.io/server/io-github-openfused-openfuse-mcp Summary: Encrypted mail, shared memory, and persistent context for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: openfused GitHub: https://github.com/openfused/openfused Security Score: 10/10 Creator: Openfused Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-openfused-openfuse-mcp -- npx -y openfused@0.5.4 --- ## Rationalbloks URL: https://mcp-marketplace.io/server/io-github-rationalbloks-rationalbloks-mcp Summary: Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments. Description: Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments. Remote endpoints: streamable-http: https://mcp.rationalbloks.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: rationalbloks-mcp GitHub: https://github.com/rationalbloks/rationalbloks-mcp Security Score: 5.3/10 Creator: Rationalbloks Creator Reputation: B Version: 0.6.1 Required Credentials: RATIONALBLOKS_API_KEY (required) Install (Claude Code): claude mcp add io-github-rationalbloks-rationalbloks-mcp -- uvx rationalbloks-mcp==0.10.1 --- ## Mtw E2e Runner URL: https://mcp-marketplace.io/server/io-github-fastslack-e2e-runner Summary: JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools. Category: Communication Mode: local Pricing: Free npm: @matware/e2e-runner GitHub: https://github.com/fastslack/mtw-e2e-runner Security Score: 7/10 Creator: Fastslack Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-fastslack-e2e-runner -- npx -y @matware/e2e-runner@1.3.1 --- ## Jisho URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jisho Summary: Jisho.org Japanese-English dictionary MCP (keyless). Description: Jisho.org Japanese-English dictionary MCP (keyless). Remote endpoints: streamable-http: https://gateway.pipeworx.io/jisho/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jisho/mcp GitHub: https://github.com/pipeworx-io/mcp-jisho MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_words, lookup Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jisho https://gateway.pipeworx.io/jisho/mcp --- ## Eigenlayer URL: https://mcp-marketplace.io/server/io-github-junct-bot-eigenlayer-mcp Summary: Eigenlayer - 8 tools for staking, delegation, and rewards data Description: Eigenlayer - 8 tools for staking, delegation, and rewards data Remote endpoints: streamable-http: https://eigenlayer.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://eigenlayer.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/eigenlayer-mcp MCP Tools (8): admin, changeAdmin, implementation, upgradeTo, upgradeToAndCall, AdminChanged, BeaconUpgraded, Upgraded Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-eigenlayer-mcp https://eigenlayer.mcp.junct.dev/mcp --- ## Reddit URL: https://mcp-marketplace.io/server/com-thenextgennexus-reddit-mcp-server Summary: Post + comment + subreddit search with comment-level depth for sentiment work. Description: Post + comment + subreddit search with comment-level depth for sentiment work. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/reddit-mcp-server/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/reddit-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-reddit-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/reddit-mcp-server/mcp --- ## Mymlh URL: https://mcp-marketplace.io/server/ci-git-mymlh-mcp-server Summary: OAuth-enabled MyMLH MCP server for accessing MyMLH data. Description: OAuth-enabled MyMLH MCP server for accessing MyMLH data. Remote endpoints: streamable-http: https://mymlh-mcp.git.ci/mcp sse: https://mymlh-mcp.git.ci/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/wei/mymlh-mcp-server Security Score: 10/10 Creator: Wei Creator Reputation: B Version: 1.0.0 --- ## Jeeva Jyotish URL: https://mcp-marketplace.io/server/com-jeeva-jyotish-reference-search Summary: Sourced Vedic astrology (Jyotish) answers: effects, factors and yogas, cited to jeeva-jyotish.com. Description: Sourced Vedic astrology (Jyotish) answers: effects, factors and yogas, cited to jeeva-jyotish.com. Remote endpoints: streamable-http: https://mcp.jeeva-jyotish.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jeeva-jyotish.com/mcp GitHub: https://github.com/HaayanchandravatSr/jeeva-jyotish MCP Tools (6): search_effects, lookup_combination, get_factor, get_yoga, get_placement, list_life_domains Security Score: 8/10 Creator: HaayanchandravatSr Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-jeeva-jyotish-reference-search https://mcp.jeeva-jyotish.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-openmandate-mcp Summary: MCP server for OpenMandate — find cofounders and early teammates beyond your network. 15 tools. Description: MCP server for OpenMandate — find cofounders and early teammates beyond your network. 15 tools. Remote endpoints: streamable-http: https://mcp.openmandate.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.openmandate.ai/mcp MCP Tools (15): openmandate_create_mandate, openmandate_submit_answers, openmandate_get_mandate, openmandate_list_mandates, openmandate_close_mandate, openmandate_list_matches, openmandate_get_match, openmandate_respond_to_match, openmandate_submit_outcome, openmandate_list_contacts, openmandate_add_contact, openmandate_verify_contact, openmandate_update_contact, openmandate_delete_contact, openmandate_resend_otp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-openmandate-mcp https://mcp.openmandate.ai/mcp --- ## Cryptoapis Mcp Address Latest URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-address-latest Summary: MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-address-latest GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-address-latest Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.3.1 Tags: blockchain, address, balance, ethereum, bitcoin, solana, xrp, kaspa, utxo, evm, transactions, crypto Use Cases: Get EVM address balance, List Bitcoin transactions, Query Solana SPL tokens, Get XRP balance and sequence, Retrieve Kaspa address data, Check address nonce Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-address-latest -- npx -y @cryptoapis-io/mcp-address-latest@0.3.1 --- ## Salesforce URL: https://mcp-marketplace.io/server/ai-smithery-kodey-ai-salesforce-mcp-minimal Summary: Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities… Description: Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities… Remote endpoints: streamable-http: https://server.smithery.ai/@kodey-ai/salesforce-mcp-minimal/mcp Category: Business Tools Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@kodey-ai/salesforce-mcp-minimal/mcp GitHub: https://github.com/kodey-ai/salesforce-mcp Security Score: 10/10 Creator: Kodey Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-kodey-ai-salesforce-mcp-minimal https://server.smithery.ai/@kodey-ai/salesforce-mcp-minimal/mcp --- ## Skyvern URL: https://mcp-marketplace.io/server/io-github-skyvern-ai-skyvern Summary: AI-powered browser automation — navigate, click, fill forms, and extract data from any website. Description: AI-powered browser automation — navigate, click, fill forms, and extract data from any website. Remote endpoints: streamable-http: https://api.skyvern.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.skyvern.com/mcp/ GitHub: https://github.com/Skyvern-AI/skyvern Security Score: 10/10 Creator: Skyvern AI Creator Reputation: B Version: 1.0.23 Install (Claude Code Remote): claude mcp add --transport http io-github-skyvern-ai-skyvern https://api.skyvern.com/mcp/ --- ## Opusclip URL: https://mcp-marketplace.io/server/io-github-opus-pro-opusclip Summary: Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish. Description: Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish. Remote endpoints: streamable-http: https://mcp.opus.pro/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @opusclip/mcp PyPI: opusclip-mcp Remote URL: https://mcp.opus.pro/mcp GitHub: https://github.com/opus-pro/opusclip-mcp Security Score: 10/10 Creator: Opus Pro Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-opus-pro-opusclip -- npx -y @opusclip/mcp@0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-opus-pro-opusclip https://mcp.opus.pro/mcp --- ## Agent Blueprint URL: https://mcp-marketplace.io/server/agent-blueprint Summary: Explore and download AI agent blueprints as Agent Skills directories for coding agents Description: 23 MCP tools for creating structured business profiles, generating pipeline artifacts, exploring blueprint data, syncing implementation state, and downloading full Agent Skills directories. Vendor-agnostic output works with ServiceNow, Salesforce, OpenClaw, or any platform. Use when a user asks you to design, build, or deploy AI agent teams for enterprise workflows. Category: AI & ML Mode: local Pricing: Free npm: agentblueprint GitHub: https://github.com/agent-blueprint/mcp-server Security Score: 5.2/10 Installs: 1 Creator: sgclasher Creator Reputation: F Version: 1.0.0 Tags: ai-agents, blueprints, enterprise, agent-skills, servicenow, salesforce, automation, coding-agents, mcp Use Cases: AI agent design, Enterprise automation, Agent team architecture, Blueprint generation, Implementation planning, Business case analysis Required Credentials: AGENT_BLUEPRINT_API_KEY (required) Install (Claude Code): claude mcp add agent-blueprint -- npx -y agentblueprint@0.7.15 --- ## SmartMemory URL: https://mcp-marketplace.io/server/io-github-mauriceisrael-smartmemory Summary: Neuro-symbolic memory for LLMs (POC) Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/MauriceIsrael/SmartMemory Security Score: 10/10 Creator: MauriceIsrael Creator Reputation: B Version: 1.0.1 --- ## Wigolo URL: https://mcp-marketplace.io/server/io-github-knockoutez-wigolo Summary: Local-first web intelligence MCP server for AI coding agents Category: Developer Tools Mode: local Pricing: Free npm: wigolo GitHub: https://github.com/KnockOutEZ/wigolo Security Score: 9/10 Creator: KnockOutEZ Creator Reputation: B Version: 0.2.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-knockoutez-wigolo -- npx -y wigolo@0.2.1 --- ## Feodotracker URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-feodotracker Summary: abuse.ch Feodo Tracker botnet C&C IP blocklist Description: abuse.ch Feodo Tracker botnet C&C IP blocklist Remote endpoints: streamable-http: https://gateway.pipeworx.io/feodotracker/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/feodotracker/mcp GitHub: https://github.com/pipeworx-io/mcp-feodotracker MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list, check_ip, recent, aggressive Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-feodotracker https://gateway.pipeworx.io/feodotracker/mcp --- ## Stockfilm URL: https://mcp-marketplace.io/server/com-stockfilm-mcp-server Summary: Search and license 217,000+ authentic vintage 8mm home movie clips (1930s-1980s). Description: Search and license 217,000+ authentic vintage 8mm home movie clips (1930s-1980s). Remote endpoints: streamable-http: https://mcp.stockfilm.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stockfilm.com/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stockfilm-mcp-server https://mcp.stockfilm.com/mcp --- ## Emoji Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-emoji-ai-mcp Summary: Emoji Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: emoji-ai-mcp GitHub: https://github.com/CSOAI-ORG/emoji-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-emoji-ai-mcp -- uvx emoji-ai-mcp==1.0.10 --- ## Sapiom URL: https://mcp-marketplace.io/server/io-github-sapiom-mcp-server Summary: AI agent tools: web search, browser, 400+ LLMs, image gen, TTS, phone verify. Pay-per-use. Description: AI agent tools: web search, browser, 400+ LLMs, image gen, TTS, phone verify. Pay-per-use. Remote endpoints: streamable-http: https://api.sapiom.ai/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.sapiom.ai/v1/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sapiom-mcp-server https://api.sapiom.ai/v1/mcp --- ## Hyperliquid URL: https://mcp-marketplace.io/server/io-github-junct-bot-hyperliquid-mcp Summary: Hyperliquid - 2 tools for perpetuals, options, and position data Description: Hyperliquid - 2 tools for perpetuals, options, and position data Remote endpoints: streamable-http: https://hyperliquid.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hyperliquid.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/hyperliquid-mcp MCP Tools (2): query_info, execute_exchange Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-hyperliquid-mcp https://hyperliquid.mcp.junct.dev/mcp --- ## Logbook URL: https://mcp-marketplace.io/server/io-github-cocaxcode-logbook-mcp Summary: Developer logbook MCP server. Notes, TODOs, standups, decisions, debug sessions, reminders. Category: Developer Tools Mode: local Pricing: Free npm: @cocaxcode/logbook-mcp GitHub: https://github.com/cocaxcode/logbook-mcp Security Score: 10/10 Creator: Raul Coca Creator Reputation: C- Version: 0.8.11 Install (Claude Code): claude mcp add io-github-cocaxcode-logbook-mcp -- npx -y @cocaxcode/logbook-mcp@0.9.2 --- ## Food URL: https://mcp-marketplace.io/server/org-memoryapi-food Summary: Food and nutrition data: search, macros, and comparisons Description: Food and nutrition data: search, macros, and comparisons Remote endpoints: streamable-http: https://food.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://food.memoryapi.org/mcp MCP Tools (3): search_food, get_nutrition, compare_foods Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-food https://food.memoryapi.org/mcp --- ## Sentinel Data Exploration URL: https://mcp-marketplace.io/server/com-microsoft-sentinel-data-exploration Summary: Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de Description: Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de Remote endpoints: streamable-http: https://sentinel.microsoft.com/mcp/data-exploration Category: Security Mode: remote Pricing: Free Remote URL: https://sentinel.microsoft.com/mcp/data-exploration GitHub: https://github.com/microsoft/sentinel-data-exploration-mcp Security Score: 10/10 Creator: Microsoft Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-microsoft-sentinel-data-exploration https://sentinel.microsoft.com/mcp/data-exploration --- ## Stargate URL: https://mcp-marketplace.io/server/io-github-junct-bot-stargate-mcp Summary: Stargate - 42 tools for cross-chain transfers and bridge data Description: Stargate - 42 tools for cross-chain transfers and bridge data Remote endpoints: streamable-http: https://stargate.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stargate.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/stargate-mcp MCP Tools (42): activateChainPath, addLiquidity, bridge, cachedSwapLookup, callDelta, clearCachedSwap, createChainPath, createPool, creditChainPath, factory, instantRedeemLocal, mintFeeOwner, owner, protocolFeeOwner, quoteLayerZeroFee, redeemLocal, redeemLocalCallback, redeemLocalCheckOnRemote, redeemRemote, renounceOwnership, retryRevert, revertLookup, revertRedeemLocal, sendCredits, setBridgeAndFactory, setDeltaParam, setFeeLibrary, setFees, setMintFeeOwner, setProtocolFeeOwner, setSwapStop, setWeightForChainPath, swap, swapRemote, transferOwnership, withdrawMintFee, withdrawProtocolFee, CachedSwapSaved, OwnershipTransferred, RedeemLocalCallback, Revert, RevertRedeemLocal Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-stargate-mcp https://stargate.mcp.junct.dev/mcp --- ## Space0 URL: https://mcp-marketplace.io/server/io-github-stevekwon211-space0 Summary: Give an AI agent a body in a 3D voxel world: perceive, move, build, chat, persist memory. Description: Give an AI agent a body in a 3D voxel world: perceive, move, build, chat, persist memory. Remote endpoints: streamable-http: https://zero-mcp-embody-production.zero-515.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zero-mcp-embody-production.zero-515.workers.dev/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-stevekwon211-space0 https://zero-mcp-embody-production.zero-515.workers.dev/mcp --- ## Camoufox URL: https://mcp-marketplace.io/server/io-github-baixianger-camoufox-mcp Summary: Anti-detection browser automation with Camoufox - stealth Firefox for web scraping Category: Search & Web Mode: local Pricing: Free npm: camoufox-mcp GitHub: https://github.com/baixianger/camoufox-mcp Security Score: 6/10 Creator: baixianger Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add io-github-baixianger-camoufox-mcp -- npx -y camoufox-mcp@1.0.0 --- ## FastAlertNow URL: https://mcp-marketplace.io/server/io-github-fastalertnow-mcp-server Summary: Official MCP server for FastAlert, providing tools to list channels and send notifications. Category: Developer Tools Mode: local Pricing: Free npm: fastalert-mcp-server GitHub: https://github.com/FastAlertNow/mcp-server Security Score: 5/10 Creator: FastAlertNow Creator Reputation: B Version: 1.3.1 Install (Claude Code): claude mcp add io-github-fastalertnow-mcp-server -- npx -y fastalert-mcp-server@1.3.1 --- ## Lexiang URL: https://mcp-marketplace.io/server/io-github-tencent-lexiang-mcp-server Summary: DEPRECATED: Please use io.github.tencent-lexiang/lexiang-mcp-server instead. Description: DEPRECATED: Please use io.github.tencent-lexiang/lexiang-mcp-server instead. Remote endpoints: streamable-http: https://mcp.lexiang-app.com/deprecated/?company_from={company_code} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lexiang-app.com/deprecated/?company_from={company_code} GitHub: https://github.com/tencent-lexiang/lexiang-mcp-server Security Score: 9.9/10 Creator: Tencent Lexiang Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-tencent-lexiang-mcp-server 'https://mcp.lexiang-app.com/deprecated/?company_from={company_code}' --- ## Christensen URL: https://mcp-marketplace.io/server/io-github-m2ai-mcp-servers-mcp-christensen Summary: Clayton Christensen persona agent for strategic advisory using disruption theory Category: Developer Tools Mode: local Pricing: Free npm: mcp-christensen GitHub: https://github.com/m2ai-mcp-servers/mcp-christensen Security Score: 7.5/10 Creator: M2ai Mcp Servers Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-m2ai-mcp-servers-mcp-christensen -- npx -y mcp-christensen@0.1.1 --- ## Workbench URL: https://mcp-marketplace.io/server/io-github-therealdataboss-contextkeeper Summary: Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM. Category: Developer Tools Mode: local Pricing: Free PyPI: contextkeeper GitHub: https://github.com/TheRealDataBoss/workbench Security Score: 9/10 Creator: TheRealDataBoss Creator Reputation: B Version: 0.2.7 Install (Claude Code): claude mcp add io-github-therealdataboss-contextkeeper -- uvx contextkeeper==999.0.0 --- ## Spa Reader URL: https://mcp-marketplace.io/server/io-github-xxo47oxx-spa-reader-mcp Summary: MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content Category: Developer Tools Mode: local Pricing: Free npm: spa-reader-mcp GitHub: https://github.com/XXO47OXX/spa-reader-mcp Security Score: 10/10 Creator: XXO47OXX Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-xxo47oxx-spa-reader-mcp -- npx -y spa-reader-mcp@1.0.3 --- ## Tavily URL: https://mcp-marketplace.io/server/io-github-tavily-ai-tavily-mcp Summary: MCP server for advanced web search using Tavily Category: Search & Web Mode: local Pricing: Free npm: tavily-mcp GitHub: https://github.com/tavily-ai/tavily-mcp Security Score: 6/10 Creator: Tavily Ai Creator Reputation: B Version: 0.2.15 Required Credentials: TAVILY_API_KEY (required), DEFAULT_PARAMETERS (optional) Install (Claude Code): claude mcp add io-github-tavily-ai-tavily-mcp -- npx -y tavily-mcp@0.2.18 --- ## Elc Conference Mcp Tickets URL: https://mcp-marketplace.io/server/io-github-marian-kamenistak-elc-conference-mcp-tickets Summary: Browse and buy ELC Conference 2026 engineering leadership tickets in Prague via AI. Description: Browse and buy ELC Conference 2026 engineering leadership tickets in Prague via AI. Remote endpoints: streamable-http: https://mcp.elc-conference.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: elc-conference-mcp-tickets Remote URL: https://mcp.elc-conference.io/mcp GitHub: https://github.com/marian-kamenistak/elc-conference-mcp-tickets Security Score: 10/10 Creator: Marian Kamenistak Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-marian-kamenistak-elc-conference-mcp-tickets -- npx -y elc-conference-mcp-tickets@0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-marian-kamenistak-elc-conference-mcp-tickets https://mcp.elc-conference.io/mcp --- ## Eol URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-eol Summary: Encyclopedia of Life (EOL) — biodiversity taxa, names, hierarchies Description: Encyclopedia of Life (EOL) — biodiversity taxa, names, hierarchies Remote endpoints: streamable-http: https://gateway.pipeworx.io/eol/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/eol/mcp GitHub: https://github.com/pipeworx-io/mcp-eol MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_page, pages_by_name, hierarchy Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-eol https://gateway.pipeworx.io/eol/mcp --- ## POE URL: https://mcp-marketplace.io/server/io-github-charleslucas-poemcp Summary: MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups Category: Developer Tools Mode: local Pricing: Free PyPI: poemcp GitHub: https://github.com/charleslucas/POEMCP Security Score: 9.7/10 Creator: Charleslucas Creator Reputation: B Version: 0.1.1 Required Credentials: POEMCP_CACHE_DIR (optional) Install (Claude Code): claude mcp add io-github-charleslucas-poemcp -- uvx poemcp --- ## Git Enhanced URL: https://mcp-marketplace.io/server/io-github-davidweb3-ctrl-mcp-git-enhanced Summary: Enhanced Git MCP Server - Code review, commit analysis, and branch management Category: Developer Tools Mode: local Pricing: Free npm: @davidweb3-ctrl/mcp-git-enhanced GitHub: https://github.com/davidweb3-ctrl/mcp-git-enhanced Security Score: 9.7/10 Creator: david xia Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add io-github-davidweb3-ctrl-mcp-git-enhanced -- npx -y @davidweb3-ctrl/mcp-git-enhanced --- ## Machfive URL: https://mcp-marketplace.io/server/io-github-bluecraft-ai-cold-email Summary: Generate hyper-personalized cold email sequences via AI. Description: Generate hyper-personalized cold email sequences via AI. Remote endpoints: streamable-http: https://mcp.machfive.io/mcp/{api_key} Category: Communication Mode: dual Pricing: Free Remote URL: https://mcp.machfive.io/mcp/{api_key} GitHub: https://github.com/Bluecraft-AI/machfive-mcp Security Score: 7.3/10 Creator: Bluecraft AI Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-bluecraft-ai-cold-email 'https://mcp.machfive.io/mcp/{api_key}' --- ## Chain Agnostic Escrow Reader URL: https://mcp-marketplace.io/server/io-github-evozim-chain-agnostic-escrow-reader-mcp Summary: Premium agentic endpoint for chain-agnostic-escrow-reader-mcp. Description: Premium agentic endpoint for chain-agnostic-escrow-reader-mcp. Remote endpoints: sse: https://api.m2mcent.com/chain-agnostic-escrow-reader-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/chain-agnostic-escrow-reader-mcp/sse MCP Tools (1): chain-agnostic-escrow-reader-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-chain-agnostic-escrow-reader-mcp https://api.m2mcent.com/chain-agnostic-escrow-reader-mcp/sse --- ## Trusteed Mcp Plugin URL: https://mcp-marketplace.io/server/io-github-trusteed-io-trusteed-mcp Summary: CTEM for your Trusteed tenant: security summary, findings, compliance gaps, and scans via OAuth. Description: CTEM for your Trusteed tenant: security summary, findings, compliance gaps, and scans via OAuth. Remote endpoints: streamable-http: https://mcp.trusteed.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.trusteed.io/mcp GitHub: https://github.com/trusteed-io/trusteed-mcp-plugin Security Score: 10/10 Creator: trusteed-io Creator Reputation: C- Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-trusteed-io-trusteed-mcp https://mcp.trusteed.io/mcp --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-federal-financial-intel Summary: SEC EDGAR, CFPB complaints, and BLS employment data. 4 tools. Description: SEC EDGAR, CFPB complaints, and BLS employment data. 4 tools. Remote endpoints: streamable-http: https://federal-financial-intel-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://federal-financial-intel-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-federal-financial-intel https://federal-financial-intel-mcp.apify.actor/mcp --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-grant-finder Summary: Grants.gov search and USAspending grant data. 4 MCP tools for grant discovery. Description: Grants.gov search and USAspending grant data. 4 MCP tools for grant discovery. Remote endpoints: streamable-http: https://grant-finder-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://grant-finder-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-grant-finder https://grant-finder-mcp.apify.actor/mcp --- ## Adif URL: https://mcp-marketplace.io/server/io-github-qso-graph-adif-mcp Summary: ADIF 3.1.6 parser and validator for amateur radio QSO logs. Full spec coverage. Category: Developer Tools Mode: local Pricing: Free PyPI: adif-mcp GitHub: https://github.com/qso-graph/adif-mcp Security Score: 6.3/10 Creator: Qso Graph Creator Reputation: B Version: 0.9.3 Install (Claude Code): claude mcp add io-github-qso-graph-adif-mcp -- uvx adif-mcp==1.0.5 --- ## Sota URL: https://mcp-marketplace.io/server/io-github-sota-deploy-sota Summary: Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more. Category: Cloud & DevOps Mode: local Pricing: Free npm: @sota-io/mcp GitHub: https://github.com/sota-deploy/mcp-server Security Score: 10/10 Creator: Sota Deploy Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-sota-deploy-sota -- npx -y @sota-io/mcp@1.3.0 --- ## NodeProxy URL: https://mcp-marketplace.io/server/io-github-pgalyen1987-vectorcache Summary: x402-gated semantic vector cache for agent swarms: Redis-backed similarity lookup. Paid in USDC. Category: AI & ML Mode: local Pricing: Free npm: @nodeproxy/vectorcache GitHub: https://github.com/pgalyen1987/NodeProxy Security Score: 0.2/10 Creator: Pgalyen1987 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-pgalyen1987-vectorcache -- npx -y @nodeproxy/vectorcache --- ## Eqsl URL: https://mcp-marketplace.io/server/io-github-qso-graph-eqsl-mcp Summary: eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status. Category: Developer Tools Mode: local Pricing: Free PyPI: eqsl-mcp GitHub: https://github.com/qso-graph/eqsl-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-qso-graph-eqsl-mcp -- uvx eqsl-mcp==0.3.2 --- ## Apps URL: https://mcp-marketplace.io/server/dev-workers-filae-atproto-mcp-atproto Summary: Search ATProto writing, annotations, identity, agents, and forum posts. 12 read-only tools. Description: Search ATProto writing, annotations, identity, agents, and forum posts. 12 read-only tools. Remote endpoints: streamable-http: https://atproto-mcp.filae.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://atproto-mcp.filae.workers.dev/mcp GitHub: https://github.com/filaebot/apps MCP Tools (12): search_writing, search_writing_semantic, browse_annotations, annotation_stats, resolve_identity, verify_identity, discover_agents, read_agora, read_record, list_collections, ecosystem_health, planet_authors Security Score: 9/10 Creator: Filaebot Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-workers-filae-atproto-mcp-atproto https://atproto-mcp.filae.workers.dev/mcp --- ## Youtube URL: https://mcp-marketplace.io/server/ai-smithery-kirbah-mcp-youtube Summary: Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien… Description: Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien… Remote endpoints: streamable-http: https://server.smithery.ai/@kirbah/mcp-youtube/mcp Category: Content & Media Mode: dual Pricing: Free GitHub: https://github.com/kirbah/mcp-youtube Security Score: 10/10 Creator: Kirbah Creator Reputation: B Version: 0.2.6 --- ## Chia URL: https://mcp-marketplace.io/server/health-chia-chia-mcp Summary: Licensed US telehealth — GLP-1 medications, intake, consents, Stripe ACP. HIPAA-compliant, 30 tools. Description: Licensed US telehealth — GLP-1 medications, intake, consents, Stripe ACP. HIPAA-compliant, 30 tools. Remote endpoints: streamable-http: https://mcp.chia.health/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.chia.health/ GitHub: https://github.com/chia-health/chia-mcp MCP Tools (30): medications.list, medications.details, medications.availability, medications.pricing, medications.categories, eligibility.check, intake.questions, intake.submit, intake.status, consent.list, consent.text, consent.submit, consent.status, order.create, order.status, order.documents, order.upload, checkout.create, checkout.update, checkout.complete, checkout.status, checkout.cancel, portal.log_weight, portal.log_side_effects, portal.message, portal.care_plan, portal.refill, portal.support, provider.questions, provider.respond Security Score: 10/10 Creator: Chia Health Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http health-chia-chia-mcp https://mcp.chia.health/ --- ## EVEfleet URL: https://mcp-marketplace.io/server/io-github-tedfytw1209-mcp-server-evefleet Summary: An MCP server that provides tools for EVE Online players to manage their fleets Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-evefleet GitHub: https://github.com/tedfytw1209/mcp-server-EVEfleet Security Score: 7.2/10 Creator: Tedfytw1209 Creator Reputation: B Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-tedfytw1209-mcp-server-evefleet -- uvx mcp-server-evefleet==0.1.5 --- ## Uk Parliament Treaties URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-treaties Summary: MCP server for UK Parliament Treaties API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-treaties GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-treaties -- npx -y @darkhorseone/mcp-server-uk-parliament-treaties --- ## Alive Analysis URL: https://mcp-marketplace.io/server/io-github-with-geun-alive-analysis Summary: Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export. Category: Developer Tools Mode: local Pricing: Free npm: alive-analysis-mcp GitHub: https://github.com/with-geun/alive-analysis Security Score: 8/10 Creator: With Geun Creator Reputation: B Version: 1.3.2 Required Credentials: ALIVE_ANALYSES_DIR (optional) Install (Claude Code): claude mcp add io-github-with-geun-alive-analysis -- npx -y alive-analysis-mcp@1.3.2 --- ## Premium Data URL: https://mcp-marketplace.io/server/com-thenextgennexus-premium-data-mcp-server Summary: Federal contracts, FDA recalls, business registrations, Amazon products — B2B intel. Description: Federal contracts, FDA recalls, business registrations, Amazon products — B2B intel. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/premium-data-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/premium-data-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-premium-data-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/premium-data-mcp-server/mcp --- ## Opencage Geocoding URL: https://mcp-marketplace.io/server/io-github-opencagedata-opencage-geocoding-mcp Summary: MCP server for OpenCage geocoding API Category: Developer Tools Mode: local Pricing: Free npm: @opencage/mcp-opencage-server GitHub: https://github.com/OpenCageData/opencage-geocoding-mcp Security Score: 7/10 Creator: OpenCageData Creator Reputation: B Version: 1.0.3 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-opencagedata-opencage-geocoding-mcp -- npx -y @opencage/mcp-opencage-server@1.0.3 --- ## Viatsy URL: https://mcp-marketplace.io/server/com-viatsy-mcp Summary: Search Asia travel tours, browse guides, request quotes, find upcoming group departures. Description: Search Asia travel tours, browse guides, request quotes, find upcoming group departures. Remote endpoints: streamable-http: https://viatsy.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://viatsy.com/mcp GitHub: https://github.com/albertsabatemartinez/viatsy MCP Tools (6): search_trips, list_destinations, get_trip_details, list_blog_articles, request_quote, subscribe_newsletter Security Score: 8/10 Creator: Albertsabatemartinez Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-viatsy-mcp https://viatsy.com/mcp --- ## Clause Risk Score Evaluator URL: https://mcp-marketplace.io/server/io-github-evozim-clause-risk-score-evaluator-mcp Summary: Premium agentic endpoint for clause-risk-score-evaluator-mcp. Description: Premium agentic endpoint for clause-risk-score-evaluator-mcp. Remote endpoints: sse: https://api.m2mcent.com/clause-risk-score-evaluator-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/clause-risk-score-evaluator-mcp/sse MCP Tools (1): clause-risk-score-evaluator-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-clause-risk-score-evaluator-mcp https://api.m2mcent.com/clause-risk-score-evaluator-mcp/sse --- ## Jobgpt URL: https://mcp-marketplace.io/server/io-github-captainjackrana-jobgpt-mcp-server Summary: AI-powered job search, auto-apply, resume generation, application tracking, and recruiter outreach Category: Developer Tools Mode: local Pricing: Free npm: jobgpt-mcp-server GitHub: https://github.com/6figr-com/jobgpt-mcp-server Security Score: 8/10 Creator: 6figr Com Creator Reputation: B Version: 1.1.2 Required Credentials: JOBGPT_API_KEY (required) Install (Claude Code): claude mcp add io-github-captainjackrana-jobgpt-mcp-server -- npx -y jobgpt-mcp-server@1.3.0 --- ## Genius URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-genius Summary: Genius MCP — wraps the Genius API (api.genius.com) Description: Genius MCP — wraps the Genius API (api.genius.com) Remote endpoints: streamable-http: https://gateway.pipeworx.io/genius/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/genius/mcp GitHub: https://github.com/pipeworx-io/mcp-genius MCP Tools (30): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search, get_song, get_artist, artist_songs Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-genius https://gateway.pipeworx.io/genius/mcp --- ## Bgg URL: https://mcp-marketplace.io/server/ai-smithery-kkjdaniel-bgg-mcp Summary: BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr… Description: BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr… Remote endpoints: streamable-http: https://server.smithery.ai/@kkjdaniel/bgg-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@kkjdaniel/bgg-mcp/mcp GitHub: https://github.com/kkjdaniel/bgg-mcp Security Score: 10/10 Creator: Kkjdaniel Creator Reputation: B Version: 1.3.2 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-kkjdaniel-bgg-mcp https://server.smithery.ai/@kkjdaniel/bgg-mcp/mcp --- ## Nasa Cmr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nasa-cmr Summary: NASA CMR (Common Metadata Repository) MCP. Description: NASA CMR (Common Metadata Repository) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/nasa-cmr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nasa-cmr/mcp GitHub: https://github.com/pipeworx-io/mcp-nasa-cmr MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_collections, get_collection, search_granules Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nasa-cmr https://gateway.pipeworx.io/nasa-cmr/mcp --- ## Lotw URL: https://mcp-marketplace.io/server/io-github-qso-graph-lotw-mcp Summary: ARRL Logbook of The World MCP server. QSO query, QSL status, DXCC credit tracking. Category: Developer Tools Mode: local Pricing: Free PyPI: lotw-mcp GitHub: https://github.com/qso-graph/lotw-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-qso-graph-lotw-mcp -- uvx lotw-mcp==0.3.2 --- ## Porkbun URL: https://mcp-marketplace.io/server/io-github-korobkov-v-porkbun-mcp Summary: MCP server for Porkbun domains and DNS. Category: Developer Tools Mode: local Pricing: Free npm: porkbun-mcp GitHub: https://github.com/korobkov-v/porkbun-mcp Security Score: 7/10 Creator: korobkov-v Creator Reputation: D Version: 0.3.4 Required Credentials: PORKBUN_API_KEY (required), PORKBUN_SECRET_KEY (required) Install (Claude Code): claude mcp add io-github-korobkov-v-porkbun-mcp -- npx -y porkbun-mcp@0.3.6 --- ## Rfc Editor URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-rfc-editor Summary: An MCP server that provides rfc editing capabilities Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-rfc-editor GitHub: https://github.com/daedalus/mcp-rfc-editor Security Score: 7/10 Creator: Daedalus Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-daedalus-mcp-rfc-editor -- uvx mcp-rfc-editor==0.1.2 --- ## Oracle URL: https://mcp-marketplace.io/server/io-github-axiom-stack-llc-oracle Summary: Axiom Oracle — Solana-native attestation infrastructure for AI agents. RWA data on-chain. Description: Axiom Oracle — Solana-native attestation infrastructure for AI agents. RWA data on-chain. Remote endpoints: streamable-http: https://mcp.axiomstack.dev Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.axiomstack.dev GitHub: https://github.com/axiom-stack-llc/oracle-mcp-server Security Score: 9.9/10 Creator: Axiom Stack Llc Creator Reputation: B Version: 0.1.0-g1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-axiom-stack-llc-oracle https://mcp.axiomstack.dev --- ## Remote URL: https://mcp-marketplace.io/server/com-getguru-mcp-server Summary: Guru MCP Server - Connect AI tools to your Guru knowledge base Description: Guru MCP Server - Connect AI tools to your Guru knowledge base Remote endpoints: streamable-http: https://mcp.api.getguru.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.api.getguru.com/mcp GitHub: https://github.com/guruhq/remote-mcp-server Security Score: 10/10 Creator: Guruhq Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-getguru-mcp-server https://mcp.api.getguru.com/mcp --- ## Mcacp URL: https://mcp-marketplace.io/server/io-github-oortonaut-mcacp Summary: MCP-to-ACP bridge — let any MCP client drive ACP coding agents Category: Developer Tools Mode: local Pricing: Free npm: mcacp GitHub: https://github.com/Oortonaut/mcacp Security Score: 4.5/10 Creator: Oortonaut Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-oortonaut-mcacp -- npx -y mcacp@0.1.3 --- ## Foundry Zksync URL: https://mcp-marketplace.io/server/io-github-jrigada-foundry-zksync Summary: Expose foundry-zksync (forge, cast, anvil-zksync) tools for zkSync Era development Category: Developer Tools Mode: local Pricing: Free npm: foundry-zksync-mcp GitHub: https://github.com/Jrigada/foundry-zksync-mcp Security Score: 7/10 Creator: Jrigada Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-jrigada-foundry-zksync -- npx -y foundry-zksync-mcp@0.2.3 --- ## VSCode Airtable Formula URL: https://mcp-marketplace.io/server/io-github-automations-project-airtable-user-mcp Summary: Manage Airtable bases: schema, field CRUD, views, formula validation, extensions Category: Productivity Mode: local Pricing: Free npm: airtable-user-mcp GitHub: https://github.com/Automations-Project/VSCode-Airtable-Formula Security Score: 9.7/10 Creator: Automations Project Creator Reputation: B Version: 2.1.1 Required Credentials: AIRTABLE_HEADLESS_ONLY (optional), AIRTABLE_NO_BROWSER (optional), AIRTABLE_USER_MCP_HOME (optional) Install (Claude Code): claude mcp add io-github-automations-project-airtable-user-mcp -- npx -y airtable-user-mcp --- ## Defillama URL: https://mcp-marketplace.io/server/io-github-glebenjoy-defillama-mcp Summary: DefiLlama DeFi data: chain/protocol TVL, yields, stablecoins, token prices. No API key. Category: Developer Tools Mode: local Pricing: Free npm: defillama-mcp GitHub: https://github.com/Glebenjoy/defillama-mcp Security Score: 5.2/10 Creator: Glebenjoy Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-glebenjoy-defillama-mcp -- npx -y defillama-mcp@1.0.2 --- ## Token Tool URL: https://mcp-marketplace.io/server/io-github-bitbond-token-tool Summary: Deploy compliant ERC-20 tokens from any AI agent. 17 tools, 10 networks, CertiK-audited. Category: Developer Tools Mode: local Pricing: Free npm: token-tool-mcp GitHub: https://github.com/bitbond/token-tool-mcp Security Score: 9/10 Creator: Bitbond Creator Reputation: B Version: 1.1.1 Required Credentials: BITBOND_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-bitbond-token-tool -- npx -y token-tool-mcp@1.1.1 --- ## Avc Test Py URL: https://mcp-marketplace.io/server/io-github-z416479660-avc-test-py-mcp Summary: MCP server for video enhancement (create_task, get_task_status, enhance_video_sync) Category: Developer Tools Mode: local Pricing: Free npm: avc-test-js-mcp PyPI: avc-test-py-mcp GitHub: https://github.com/z416479660/avc-test-py-mcp Security Score: 5.5/10 Creator: Z416479660 Creator Reputation: B Version: 1.0.0 Required Credentials: HTTP_API_BASE_URL (optional), HTTP_API_KEY (required) Install (Claude Code): claude mcp add io-github-z416479660-avc-test-py-mcp -- npx -y avc-test-js-mcp@0.1.6 --- ## MAXential Thinking URL: https://mcp-marketplace.io/server/io-github-bam-devcrew-maxential-thinking-mcp Summary: 11 focused tools for structured thinking, branching, revision, and navigation. Category: Developer Tools Mode: local Pricing: Free npm: @bam-devcrew/maxential-thinking-mcp GitHub: https://github.com/BAM-DevCrew/MAXential-Thinking-MCP Security Score: 7/10 Installs: 1 Creator: User Creator Reputation: D Version: 2.0.1 Install (Claude Code): claude mcp add io-github-bam-devcrew-maxential-thinking-mcp -- npx -y @bam-devcrew/maxential-thinking-mcp@2.3.0 --- ## Events URL: https://mcp-marketplace.io/server/ai-funlet-events Summary: Events by text: plan, invite people and groups, send reminders, track RSVPs. US and Canada numbers. Description: Events by text: plan, invite people and groups, send reminders, track RSVPs. US and Canada numbers. Remote endpoints: streamable-http: https://mcp.funlet.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.funlet.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-funlet-events https://mcp.funlet.ai/mcp --- ## Test5 URL: https://mcp-marketplace.io/server/live-alpic-test5-ca2cc17f-test5 Summary: Skybridge demo for QA and playground validation Description: Skybridge demo for QA and playground validation Remote endpoints: streamable-http: https://test5-ca2cc17f.alpic.live sse: https://test5-ca2cc17f.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://test5-ca2cc17f.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http live-alpic-test5-ca2cc17f-test5 https://test5-ca2cc17f.alpic.live --- ## Thegamesdb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-thegamesdb Summary: TheGamesDB MCP — wraps TheGamesDB API (thegamesdb.net), a community Description: TheGamesDB MCP — wraps TheGamesDB API (thegamesdb.net), a community Remote endpoints: streamable-http: https://gateway.pipeworx.io/thegamesdb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/thegamesdb/mcp GitHub: https://github.com/pipeworx-io/mcp-thegamesdb MCP Tools (30): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_games, get_game, list_platforms, list_genres Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-thegamesdb https://gateway.pipeworx.io/thegamesdb/mcp --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-midaz Summary: MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-midaz GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.1.0 Required Credentials: MIDAZ_BASE_URL (optional), MIDAZ_TRANSACTION_URL (optional), MIDAZ_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-midaz -- npx -y @codespar/mcp-midaz --- ## Cloudflare URL: https://mcp-marketplace.io/server/io-github-crunchtools-cloudflare Summary: Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules Category: Cloud & DevOps Mode: local Pricing: Free PyPI: mcp-cloudflare-crunchtools GitHub: https://github.com/crunchtools/mcp-cloudflare Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-crunchtools-cloudflare -- uvx mcp-cloudflare-crunchtools==0.5.0 --- ## Pict URL: https://mcp-marketplace.io/server/io-github-takeyaqa-pictmcp Summary: Pairwise Testing for the AI Category: Developer Tools Mode: local Pricing: Free npm: pictmcp GitHub: https://github.com/takeyaqa/PictMCP Security Score: 10/10 Creator: Takeyaqa Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-takeyaqa-pictmcp -- npx -y pictmcp@0.6.0 --- ## Apps URL: https://mcp-marketplace.io/server/com-turaxia-connect Summary: Public Turaxia MCP surface for building localized draft bundles from supplier URLs. Description: Public Turaxia MCP surface for building localized draft bundles from supplier URLs. Remote endpoints: streamable-http: https://api.turaxia.com/public/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.turaxia.com/public/mcp GitHub: https://github.com/Turaxia/apps Security Score: 8/10 Creator: Turaxia Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-turaxia-connect https://api.turaxia.com/public/mcp --- ## Gpu Bridge URL: https://mcp-marketplace.io/server/io-github-fjnunezp75-gpu-bridge Summary: 30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more. Category: Developer Tools Mode: local Pricing: Free npm: @gpu-bridge/mcp-server GitHub: https://github.com/gpu-bridge/mcp-server Security Score: 10/10 Creator: Gpu Bridge Creator Reputation: B Version: 2.4.3 Required Credentials: GPUBRIDGE_API_KEY (required) Install (Claude Code): claude mcp add io-github-fjnunezp75-gpu-bridge -- npx -y @gpu-bridge/mcp-server@2.4.4 --- ## Dexscreener URL: https://mcp-marketplace.io/server/io-github-glebenjoy-dexscreener-mcp Summary: DexScreener on-chain market data: search pairs, tokens, pools, trending tokens. No API key. Category: Developer Tools Mode: local Pricing: Free npm: dexscreener-mcp GitHub: https://github.com/Glebenjoy/dexscreener-mcp Security Score: 5.2/10 Creator: Glebenjoy Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-glebenjoy-dexscreener-mcp -- npx -y dexscreener-mcp@1.0.2 --- ## Indicator Code URL: https://mcp-marketplace.io/server/com-owlgrouptrading-indicator-code Summary: Verified cross-platform implementations of Owl Group Trading indicators as queryable code. Description: Verified cross-platform implementations of Owl Group Trading indicators as queryable code. Remote endpoints: streamable-http: https://owlgrouptrading.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://owlgrouptrading.com/mcp MCP Tools (2): list_indicators, get_indicator_code Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-owlgrouptrading-indicator-code https://owlgrouptrading.com/mcp --- ## Partsiq URL: https://mcp-marketplace.io/server/io-github-partstable-partsiq Summary: Parts research for IT hardware brokers: PN normalization, validation, and pricing Description: Parts research for IT hardware brokers: PN normalization, validation, and pricing Remote endpoints: streamable-http: https://partstable-api.jadagnino.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://partstable-api.jadagnino.workers.dev/mcp GitHub: https://github.com/partstable/partsiq Security Score: 9/10 Creator: Partstable Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-partstable-partsiq https://partstable-api.jadagnino.workers.dev/mcp --- ## Decade URL: https://mcp-marketplace.io/server/io-github-ndkasndakn-refund-decide Summary: Refund eligibility notary for US subscriptions. Returns ALLOWED/DENIED/UNKNOWN. Description: Refund eligibility notary for US subscriptions. Returns ALLOWED/DENIED/UNKNOWN. Remote endpoints: streamable-http: https://refund.decide.fyi/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://refund.decide.fyi/api/mcp GitHub: https://github.com/ndkasndakn/decade MCP Tools (1): refund_eligibility Security Score: 10/10 Creator: Ndkasndakn Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ndkasndakn-refund-decide https://refund.decide.fyi/api/mcp --- ## Production Triage URL: https://mcp-marketplace.io/server/app-netlify-agent-rescue-desk-production-triage Summary: Read-only triage for n8n, MCP, webhook, and AI agent workflow production failures. Description: Read-only triage for n8n, MCP, webhook, and AI agent workflow production failures. Remote endpoints: streamable-http: https://agent-rescue-desk.netlify.app/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://agent-rescue-desk.netlify.app/mcp MCP Tools (3): describe_rescue_offer, triage_production_failure, get_case_intake_requirements Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-netlify-agent-rescue-desk-production-triage https://agent-rescue-desk.netlify.app/mcp --- ## Notion Next URL: https://mcp-marketplace.io/server/com-notion-mcp Summary: Official Notion MCP server Description: Official Notion MCP server Remote endpoints: streamable-http: https://mcp.notion.com/mcp sse: https://mcp.notion.com/sse Category: Productivity Mode: remote Pricing: Free Remote URL: https://mcp.notion.com/sse GitHub: https://github.com/makenotion/notion-next Security Score: 9/10 Creator: Makenotion Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-notion-mcp https://mcp.notion.com/sse --- ## Weather Server Python URL: https://mcp-marketplace.io/server/io-github-lxchst-weather-server-python Summary: An MCP server that provides weather information Category: Developer Tools Mode: local Pricing: Free PyPI: chst-weather GitHub: https://github.com/lxchst/weather-server-python Security Score: 10/10 Creator: Lxchst Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-lxchst-weather-server-python -- uvx chst-weather==0.1.2 --- ## Gemini Researcher URL: https://mcp-marketplace.io/server/io-github-capybearista-gemini-researcher Summary: Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage Category: AI & ML Mode: local Pricing: Free npm: gemini-researcher GitHub: https://github.com/capyBearista/gemini-researcher Security Score: 7.2/10 Creator: CapyBearista Creator Reputation: B Version: 1.0.2 Required Credentials: GEMINI_API_KEY (required), PROJECT_ROOT (optional), RESPONSE_CHUNK_SIZE_KB (optional), CACHE_TTL_MS (optional), DEBUG (optional), GOOGLE_APPLICATION_CREDENTIALS (optional), GOOGLE_CLOUD_PROJECT (optional), VERTEX_AI_PROJECT (optional) Install (Claude Code): claude mcp add io-github-capybearista-gemini-researcher -- npx -y gemini-researcher@1.3.0 --- ## Vault Health URL: https://mcp-marketplace.io/server/io-github-onetrueclaude-creator-vault-health-mcp Summary: Obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair. Category: Security Mode: local Pricing: Free PyPI: vault-health-mcp GitHub: https://github.com/onetrueclaude-creator/vault-health-mcp Security Score: 5.3/10 Creator: Onetrueclaude Creator Creator Reputation: B Version: 0.2.0 Required Credentials: VAULT_HEALTH_LICENSE (required) Install (Claude Code): claude mcp add io-github-onetrueclaude-creator-vault-health-mcp -- uvx vault-health-mcp==0.2.0 --- ## Grid URL: https://mcp-marketplace.io/server/io-github-velogerber-grid Summary: The Agent Economy. AI agents register businesses, find customers, and transact. Description: The Agent Economy. AI agents register businesses, find customers, and transact. Remote endpoints: sse: https://aiegis.ie/grid/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aiegis.ie/grid/mcp GitHub: https://github.com/AiEGIS-ie/Grid MCP Tools (9): grid_search, grid_discover, grid_register, grid_get_agent, grid_send_message, grid_pay, grid_rate, grid_setup_business, grid_health Security Score: 10/10 Creator: AiEGIS Ie Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-velogerber-grid https://aiegis.ie/grid/mcp --- ## Lyrics Ovh URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-lyrics-ovh Summary: Song lyrics lookup via lyrics.ovh Description: Song lyrics lookup via lyrics.ovh Remote endpoints: streamable-http: https://gateway.pipeworx.io/lyrics-ovh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/lyrics-ovh/mcp GitHub: https://github.com/pipeworx-io/mcp-lyrics-ovh MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, lyrics, suggest Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-lyrics-ovh https://gateway.pipeworx.io/lyrics-ovh/mcp --- ## Review Intelligence URL: https://mcp-marketplace.io/server/com-thenextgennexus-review-intelligence-mcp-server Summary: G2, Trustpilot, Yelp reviews with sentiment and theme extraction across sources. Description: G2, Trustpilot, Yelp reviews with sentiment and theme extraction across sources. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/review-intelligence-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/review-intelligence-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-review-intelligence-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/review-intelligence-mcp-server/mcp --- ## Matih URL: https://mcp-marketplace.io/server/ai-matih-mcp Summary: The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data. Description: The grounded data layer for any LLM: governed SQL, metrics, lineage and catalog over your data. Remote endpoints: streamable-http: https://mcp.matih.ai/api/v1/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @matihlabs/mcp Remote URL: https://mcp.matih.ai/api/v1/mcp GitHub: https://github.com/matih-labs/matih-mcp Security Score: 10/10 Creator: Matih Labs Creator Reputation: B Version: 0.2.1 Required Credentials: MATIH_MCP_TOKEN (required) Install (Claude Code): claude mcp add ai-matih-mcp -- npx -y @matihlabs/mcp@0.2.1 Install (Claude Code Remote): claude mcp add --transport http ai-matih-mcp https://mcp.matih.ai/api/v1/mcp --- ## Travel URL: https://mcp-marketplace.io/server/com-thenextgennexus-travel-mcp-server Summary: Booking.com, Airbnb, TripAdvisor unified — for AI travel concierges and trip planners. Description: Booking.com, Airbnb, TripAdvisor unified — for AI travel concierges and trip planners. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/travel-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/travel-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-travel-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/travel-mcp-server/mcp --- ## Agriculture Robotics URL: https://mcp-marketplace.io/server/io-github-csoai-org-agriculture-robotics-mcp Summary: Agriculture Robotics MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: agriculture-robotics-mcp GitHub: https://github.com/CSOAI-ORG/agriculture-robotics-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.13 Install (Claude Code): claude mcp add io-github-csoai-org-agriculture-robotics-mcp -- uvx agriculture-robotics-mcp==1.0.13 --- ## Green Api Mcp Gateway URL: https://mcp-marketplace.io/server/com-green-api-whatsapp Summary: MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management. Description: MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management. Remote endpoints: streamable-http: https://mcp.green-api.com/mcp sse: https://mcp.green-api.com/sse Category: Communication Mode: remote Pricing: Free Remote URL: https://mcp.green-api.com/mcp GitHub: https://github.com/green-api/green-api-mcp-gateway Security Score: 10/10 Creator: Green Api Creator Reputation: B Version: 0.1.2 Required Credentials: GREEN_API_INSTANCE_ID (required), GREEN_API_TOKEN (required) Install (Claude Code Remote): claude mcp add --transport http com-green-api-whatsapp https://mcp.green-api.com/mcp --- ## Sugar URL: https://mcp-marketplace.io/server/io-github-cdnsteve-sugar Summary: Autonomous AI development system with persistent task queue and background execution Category: Developer Tools Mode: local Pricing: Free PyPI: sugarai GitHub: https://github.com/roboticforce/sugar Security Score: 9.5/10 Creator: Roboticforce Creator Reputation: B Version: 3.4.2 Required Credentials: ANTHROPIC_API_KEY (optional), GITHUB_TOKEN (optional), SUGAR_DEFAULT_REPO (optional) Install (Claude Code): claude mcp add io-github-cdnsteve-sugar -- uvx sugarai==3.9.1 --- ## Typeui URL: https://mcp-marketplace.io/server/io-github-bergside-typeui Summary: Design systems, UI prompts, and layout variations for AI coding tools. Description: Design systems, UI prompts, and layout variations for AI coding tools. Remote endpoints: streamable-http: https://mcp.typeui.sh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.typeui.sh/mcp GitHub: https://github.com/bergside/typeui Security Score: 9.9/10 Creator: Bergside Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-bergside-typeui https://mcp.typeui.sh/mcp --- ## Expense URL: https://mcp-marketplace.io/server/io-github-justfsl50-expense-mcp Summary: Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals Category: Finance Mode: local Pricing: Free PyPI: expense-mcp GitHub: https://github.com/justfsl50/expense-mcp Security Score: 10/10 Creator: Justfsl50 Creator Reputation: B Version: 1.0.1 Required Credentials: DATABASE_URL (optional), CURRENCY (optional), DEFAULT_USER (optional) Install (Claude Code): claude mcp add io-github-justfsl50-expense-mcp -- uvx expense-mcp==1.0.1 --- ## Flatscope URL: https://mcp-marketplace.io/server/uk-co-flatscope-flatscope Summary: Cited UK flat due diligence from a Rightmove link: sold prices, lease, EPC, safety, verdict. Description: Cited UK flat due diligence from a Rightmove link: sold prices, lease, EPC, safety, verdict. Remote endpoints: streamable-http: https://www.flatscope.co.uk/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.flatscope.co.uk/api/mcp MCP Tools (5): about_flatscope, explain_term, get_sample_report, analyze_flat, get_flat_analysis Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http uk-co-flatscope-flatscope https://www.flatscope.co.uk/api/mcp --- ## Clawvault URL: https://mcp-marketplace.io/server/io-github-andrewszk-clawvault-mcp-server Summary: AI agent payment security - spending limits, whitelists, and human approval. Category: Developer Tools Mode: local Pricing: Free npm: clawvault-mcp-server GitHub: https://github.com/andrewszk/clawvault-mcp-server Security Score: 9/10 Creator: Andrewszk Creator Reputation: B Version: 0.1.1 Required Credentials: CLAWVAULT_API_KEY (required) Install (Claude Code): claude mcp add io-github-andrewszk-clawvault-mcp-server -- npx -y clawvault-mcp-server@0.7.0 --- ## Ai Self Audit URL: https://mcp-marketplace.io/server/io-github-csoai-org-ai-self-audit-mcp Summary: Ai Self Audit MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: ai-self-audit-mcp GitHub: https://github.com/CSOAI-ORG/ai-self-audit-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.14 Install (Claude Code): claude mcp add io-github-csoai-org-ai-self-audit-mcp -- uvx ai-self-audit-mcp==1.0.14 --- ## Selvo URL: https://mcp-marketplace.io/server/io-github-selvoapp-selvo Summary: Help center for SaaS teams. 14-tool MCP server for articles, collections, and search. Description: Help center for SaaS teams. 14-tool MCP server for articles, collections, and search. Remote endpoints: streamable-http: https://app.selvo.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.selvo.co/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-selvoapp-selvo https://app.selvo.co/mcp --- ## Clevelandart URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-clevelandart Summary: Cleveland Museum of Art Open Access API (~63k artworks, many CC0) Description: Cleveland Museum of Art Open Access API (~63k artworks, many CC0) Remote endpoints: streamable-http: https://gateway.pipeworx.io/clevelandart/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/clevelandart/mcp GitHub: https://github.com/pipeworx-io/mcp-clevelandart MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_artwork, creators, exhibitions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-clevelandart https://gateway.pipeworx.io/clevelandart/mcp --- ## Docalyze URL: https://mcp-marketplace.io/server/io-github-lunarperovskite-docalyze Summary: Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed. Category: Developer Tools Mode: local Pricing: Free npm: docalyze-mcp-server PyPI: docalyze-mcp-server GitHub: https://github.com/LunarPerovskite/docalyze-mcp-server Security Score: 7/10 Installs: 1 Creator: LunarPerovskite Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-lunarperovskite-docalyze -- npx -y docalyze-mcp-server@0.2.1 --- ## Babelwrap URL: https://mcp-marketplace.io/server/io-github-soulfir-babelwrap-mcp Summary: Let AI agents interact with any website through natural language instead of CSS selectors Category: Developer Tools Mode: local Pricing: Free PyPI: babelwrap-mcp GitHub: https://github.com/babelwrap/babelwrap-mcp Security Score: 4.5/10 Creator: Babelwrap Creator Reputation: B Version: 0.1.1 Required Credentials: BABELWRAP_API_KEY (required) Install (Claude Code): claude mcp add io-github-soulfir-babelwrap-mcp -- uvx babelwrap-mcp==0.1.1 --- ## Timesheet URL: https://mcp-marketplace.io/server/io-github-timesheetio-timesheet-mcp Summary: timesheet.io MCP server - manage timers, projects, tasks and reports Category: Developer Tools Mode: local Pricing: Free npm: @timesheet/mcp GitHub: https://github.com/timesheetIO/timesheet-mcp Security Score: 8/10 Creator: TimesheetIO Creator Reputation: B Version: 1.0.5 Required Credentials: TIMESHEET_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-timesheetio-timesheet-mcp -- npx -y @timesheet/mcp@1.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/cz-firmastat-mcp Summary: Vyhledávání a detail českých firem, finanční výkazy a ukazatele z veřejných rejstříků. Description: Vyhledávání a detail českých firem, finanční výkazy a ukazatele z veřejných rejstříků. Remote endpoints: streamable-http: https://firmastat.cz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://firmastat.cz/mcp MCP Tools (4): vyhledej_firmu, detail_firmy, financni_vykazy, financni_ukazatele Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http cz-firmastat-mcp https://firmastat.cz/mcp --- ## Discord URL: https://mcp-marketplace.io/server/ai-smithery-danushkumar-v-mcp-discord Summary: An MCP server that integrates with Discord to provide AI-powered features. Description: An MCP server that integrates with Discord to provide AI-powered features. Remote endpoints: streamable-http: https://server.smithery.ai/@Danushkumar-V/mcp-discord/mcp Category: Communication Mode: dual Pricing: Free GitHub: https://github.com/Danushkumar-V/mcp-discord Security Score: 7/10 Creator: Danushkumar V Creator Reputation: B Version: 1.2.0 --- ## Numpy URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-numpy Summary: An MCP server that exposes NumPy functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-numpy GitHub: https://github.com/daedalus/mcp-numpy Security Score: 0/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-numpy -- uvx mcp-numpy==0.1.0 --- ## Biorxiv URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-biorxiv Summary: bioRxiv + medRxiv preprint server API Description: bioRxiv + medRxiv preprint server API Remote endpoints: streamable-http: https://gateway.pipeworx.io/biorxiv/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/biorxiv/mcp GitHub: https://github.com/pipeworx-io/mcp-biorxiv MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, details, published, publisher, summary Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-biorxiv https://gateway.pipeworx.io/biorxiv/mcp --- ## Anilist URL: https://mcp-marketplace.io/server/io-github-yuna0x0-anilist-mcp Summary: AniList MCP server for accessing AniList API data Category: Developer Tools Mode: local Pricing: Free npm: anilist-mcp GitHub: https://github.com/yuna0x0/anilist-mcp Security Score: 7.1/10 Installs: 1 Creator: Yuna0x0 Creator Reputation: B Version: 1.4.0 Required Credentials: ANILIST_TOKEN (required) Install (Claude Code): claude mcp add io-github-yuna0x0-anilist-mcp -- npx -y anilist-mcp@1.4.0 --- ## Switchai URL: https://mcp-marketplace.io/server/io-github-us1929-switchai Summary: Compare Italian energy tariffs with AI. Analyzes bills, finds best offers, live market indices. Category: Developer Tools Mode: local Pricing: Free npm: @us1929/switchai-mcp GitHub: https://github.com/US1929/switchai Security Score: 3.8/10 Creator: US1929 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-us1929-switchai -- npx -y @us1929/switchai-mcp --- ## Mobile Device URL: https://mcp-marketplace.io/server/io-github-saranshbamania-mobile-device-mcp Summary: AI control of Android/iOS devices. Screenshots, UI tree, AI vision, Flutter, video. 49 tools. Category: Developer Tools Mode: local Pricing: Free npm: mobile-device-mcp GitHub: https://github.com/saranshbamania/mobile-device-mcp Security Score: 7/10 Creator: Saranshbamania Creator Reputation: B Version: 0.2.9 Required Credentials: GOOGLE_API_KEY (required), MOBILE_MCP_LICENSE_KEY (required), MCP_ADB_PATH (optional), MCP_DEFAULT_DEVICE (optional) Install (Claude Code): claude mcp add io-github-saranshbamania-mobile-device-mcp -- npx -y mobile-device-mcp@0.2.9 --- ## Watsonx URL: https://mcp-marketplace.io/server/io-github-expertvagabond-watsonx Summary: IBM watsonx.ai MCP server for Claude integration Category: Developer Tools Mode: local Pricing: Free npm: watsonx-mcp-server GitHub: https://github.com/ExpertVagabond/watsonx-mcp-server.git Security Score: 8/10 Creator: ExpertVagabond Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-expertvagabond-watsonx -- npx -y watsonx-mcp-server@1.0.1 --- ## Chat URL: https://mcp-marketplace.io/server/io-github-rocnubie-chat-mcp Summary: Qwen AI Chat guide to Qwen3.6-Plus and qwen3.6-flash with practical notes on 1M context, coding Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/chat-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Gravity Ai Ui URL: https://mcp-marketplace.io/server/tech-ydb-qdrant-gravity-ai-ui Summary: Search public Gravity AI UI drafts and generate Gravity UI interface payloads. Description: Search public Gravity AI UI drafts and generate Gravity UI interface payloads. Remote endpoints: streamable-http: https://gravity-ai.ydb-qdrant.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gravity-ai.ydb-qdrant.tech/mcp MCP Tools (4): search_interfaces, get_interface, generate_interface, refine_interface Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http tech-ydb-qdrant-gravity-ai-ui https://gravity-ai.ydb-qdrant.tech/mcp --- ## Skillhub URL: https://mcp-marketplace.io/server/io-github-214140846-skillhub-mcp Summary: MCP server that exposes Claude-style skills to any MCP client. Category: Developer Tools Mode: local Pricing: Free PyPI: skillhub-mcp GitHub: https://github.com/214140846/skillhub-mcp Security Score: 4.5/10 Creator: 214140846 Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add io-github-214140846-skillhub-mcp -- uvx skillhub-mcp==1.0.5 --- ## Docker URL: https://mcp-marketplace.io/server/io-github-ofershap-docker Summary: MCP server for Docker — manage containers, images, volumes, and compose services from your IDE Category: Cloud & DevOps Mode: local Pricing: Free npm: mcp-docker-server GitHub: https://github.com/ofershap/mcp-server-docker Security Score: 9.8/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-docker -- npx -y mcp-docker-server@1.0.1 --- ## Cron URL: https://mcp-marketplace.io/server/org-memoryapi-cron Summary: Schedule and manage recurring or one-shot tasks Description: Schedule and manage recurring or one-shot tasks Remote endpoints: streamable-http: https://cron.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cron.memoryapi.org/mcp MCP Tools (4): schedule_task, check_schedule, cancel_schedule, get_execution_history Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-cron https://cron.memoryapi.org/mcp --- ## Ai Gateway URL: https://mcp-marketplace.io/server/ai-router-ai-gateway Summary: One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai. Description: One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai. Remote endpoints: streamable-http: https://mcp.router.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.router.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-router-ai-gateway https://mcp.router.ai/mcp --- ## Indonesia Civic Stack URL: https://mcp-marketplace.io/server/io-github-suryast-indonesia-civic-stack Summary: 40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+ Category: Developer Tools Mode: local Pricing: Free PyPI: indonesia-civic-stack GitHub: https://github.com/suryast/indonesia-civic-stack Security Score: 9.5/10 Creator: suryast Creator Reputation: C Version: 0.1.1 Required Credentials: PROXY_URL (optional), BPS_API_KEY (required) Install (Claude Code): claude mcp add io-github-suryast-indonesia-civic-stack -- uvx indonesia-civic-stack==1.1.0 --- ## Session Forge URL: https://mcp-marketplace.io/server/io-github-420247jake-session-forge Summary: Persistent memory and session intelligence for AI coding assistants. Zero config. Category: Developer Tools Mode: local Pricing: Free npm: session-forge GitHub: https://github.com/420247jake/session-forge Security Score: 10/10 Creator: 420247jake Creator Reputation: B Version: 2.0.3 Install (Claude Code): claude mcp add io-github-420247jake-session-forge -- npx -y session-forge@2.0.3 --- ## Discolike URL: https://mcp-marketplace.io/server/com-discolike-mcp-server Summary: TAM mapping, company discovery, contact intelligence, and technographics across 65M+ B2B domains. Description: TAM mapping, company discovery, contact intelligence, and technographics across 65M+ B2B domains. Remote endpoints: streamable-http: https://api.discolike.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.discolike.com/v1/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-discolike-mcp-server https://api.discolike.com/v1/mcp --- ## Value Pro URL: https://mcp-marketplace.io/server/ru-value-pro-value-pro-mcp Summary: Оценка имущества ВАЛПРО (Москва): расчёт цены, услуги, документы, FAQ, заявка без ПД. Description: Оценка имущества ВАЛПРО (Москва): расчёт цены, услуги, документы, FAQ, заявка без ПД. Remote endpoints: streamable-http: https://mcp.value-pro.ru/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.value-pro.ru/mcp MCP Tools (7): calculate_price, list_services, required_documents, answer_faq, search_knowledge, ask_assistant, create_lead Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ru-value-pro-value-pro-mcp https://mcp.value-pro.ru/mcp --- ## Claim Denial Appeal URL: https://mcp-marketplace.io/server/io-github-evozim-claim-denial-appeal-mcp Summary: Premium agentic endpoint for claim-denial-appeal-mcp. Description: Premium agentic endpoint for claim-denial-appeal-mcp. Remote endpoints: sse: https://api.m2mcent.com/claim-denial-appeal-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/claim-denial-appeal-mcp/sse MCP Tools (1): claim-denial-appeal-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-claim-denial-appeal-mcp https://api.m2mcent.com/claim-denial-appeal-mcp/sse --- ## Xmorf URL: https://mcp-marketplace.io/server/io-github-crawde-xmorf Summary: AI image editing and generation via xmorf API. Edit, generate, and list models. Category: Developer Tools Mode: local Pricing: Free npm: mcp-xmorf GitHub: https://github.com/crawde/mcp-xmorf Security Score: 7/10 Creator: Crawde Creator Reputation: B Version: 1.0.2 Required Credentials: XMORF_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-crawde-xmorf -- npx -y mcp-xmorf@1.0.2 --- ## Dsr Mcp Server URL: https://mcp-marketplace.io/server/io-github-grupo-avispa-dsr-mcp-server Summary: An MCP server that provides tools for interacting with Deep State Representation (DSR) graphs. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/grupo-avispa/dsr_mcp_server Security Score: 10/10 Creator: Grupo Avispa Creator Reputation: B Version: 1.0.0 --- ## Seo Web Analysis URL: https://mcp-marketplace.io/server/com-thenextgennexus-seo-web-analysis-mcp-server Summary: Site crawl + tech stack + DNS + SSL + WHOIS — five web-intel layers in one MCP. Description: Site crawl + tech stack + DNS + SSL + WHOIS — five web-intel layers in one MCP. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/seo-web-analysis-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/seo-web-analysis-mcp-server/mcp MCP Tools (5): crawl_website, detect_tech_stack, check_dns, check_ssl, lookup_whois Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-seo-web-analysis-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/seo-web-analysis-mcp-server/mcp --- ## Html2md URL: https://mcp-marketplace.io/server/io-github-sunshad0w-html2md Summary: Converts HTML to Markdown with auto-summary and section extraction. Supports Playwright. Category: Search & Web Mode: local Pricing: Free GitHub: https://github.com/sunshad0w/html2md-mcp Security Score: 10/10 Installs: 1 Creator: Sunshad0w Creator Reputation: B Version: 0.3.0 --- ## Affiliates URL: https://mcp-marketplace.io/server/com-guruwalk-affiliates-mcp Summary: GuruWalk affiliate program for AI agents. Free walking tours in 100+ countries. Earn per booking. Description: GuruWalk affiliate program for AI agents. Free walking tours in 100+ countries. Earn per booking. Remote endpoints: streamable-http: https://back.guruwalk.com/mcp/affiliates Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://back.guruwalk.com/mcp/affiliates GitHub: https://github.com/guruwalk/affiliates-mcp Security Score: 10/10 Creator: Guruwalk Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-guruwalk-affiliates-mcp https://back.guruwalk.com/mcp/affiliates --- ## Deezer URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-deezer Summary: Deezer public music catalog (search/tracks/albums/artists/charts) Description: Deezer public music catalog (search/tracks/albums/artists/charts) Remote endpoints: streamable-http: https://gateway.pipeworx.io/deezer/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/deezer/mcp GitHub: https://github.com/pipeworx-io/mcp-deezer MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, track, album, artist, artist_top, chart Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-deezer https://gateway.pipeworx.io/deezer/mcp --- ## Sn Api Helper URL: https://mcp-marketplace.io/server/io-github-signnow-sn-api-helper-mcp Summary: MCP server for SignNow API helper tools (stdio only). Category: Developer Tools Mode: local Pricing: Free PyPI: sn-api-helper-mcp GitHub: https://github.com/signnow/sn-api-helper-mcp Security Score: 5/10 Creator: Signnow Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-signnow-sn-api-helper-mcp -- uvx sn-api-helper-mcp==0.1.1 --- ## Code Auditor URL: https://mcp-marketplace.io/server/io-github-benahammond-code-auditor-mcp Summary: Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more Category: Developer Tools Mode: local Pricing: Free npm: code-auditor-mcp GitHub: https://github.com/BenAHammond/code-auditor-mcp Security Score: 10/10 Creator: BenAHammond Creator Reputation: B Version: 2.0.2 Install (Claude Code): claude mcp add io-github-benahammond-code-auditor-mcp -- npx -y code-auditor-mcp@2.6.2 --- ## Speakmanai Workflow URL: https://mcp-marketplace.io/server/io-github-speakmancip-speakmanai Summary: Multi-agent AI pipeline that generates professional Solution Architecture Documents. Description: Multi-agent AI pipeline that generates professional Solution Architecture Documents. Remote endpoints: streamable-http: https://speakman.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://speakman.ai/mcp GitHub: https://github.com/speakmancip/speakmanai_workflow Security Score: 9/10 Creator: Speakmancip Creator Reputation: B Version: 1.0.10 Install (Claude Code Remote): claude mcp add --transport http io-github-speakmancip-speakmanai https://speakman.ai/mcp --- ## Fichepro URL: https://mcp-marketplace.io/server/io-github-sezerpro-fichepro-mcp Summary: E-commerce autonomy for dropshippers — listings, SEO, catalog audit, niche & ad intel. Description: E-commerce autonomy for dropshippers — listings, SEO, catalog audit, niche & ad intel. Remote endpoints: streamable-http: https://www.fichepro.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.fichepro.ai/api/mcp GitHub: https://github.com/SezerPro/fichepro-mcp Security Score: 10/10 Creator: SezerPro Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sezerpro-fichepro-mcp https://www.fichepro.ai/api/mcp --- ## Analytics Docs URL: https://mcp-marketplace.io/server/com-gameanalytics-analytics-docs Summary: Search GameAnalytics docs: Unity, Unreal, iOS, Android SDK and API guides for mobile game analytics. Description: Search GameAnalytics docs: Unity, Unreal, iOS, Android SDK and API guides for mobile game analytics. Remote endpoints: streamable-http: https://mcp.docs.gameanalytics.com Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcp.docs.gameanalytics.com MCP Tools (2): docs_search, docs_fetch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gameanalytics-analytics-docs https://mcp.docs.gameanalytics.com --- ## News URL: https://mcp-marketplace.io/server/io-github-pranciskus-newsmcp Summary: Real-time world news for AI agents. 50+ regions, topic filtering. Free, no API key. Category: Developer Tools Mode: local Pricing: Free npm: @newsmcp/server GitHub: https://github.com/pranciskus/newsmcp Security Score: 9.7/10 Creator: Pranciskus Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-pranciskus-newsmcp -- npx -y @newsmcp/server --- ## Gitignore URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gitignore Summary: Canonical .gitignore templates from github/gitignore Description: Canonical .gitignore templates from github/gitignore Remote endpoints: streamable-http: https://gateway.pipeworx.io/gitignore/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gitignore/mcp GitHub: https://github.com/pipeworx-io/mcp-gitignore MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_templates, get_template, compose Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gitignore https://gateway.pipeworx.io/gitignore/mcp --- ## Sports URL: https://mcp-marketplace.io/server/com-thenextgennexus-sports-mcp-server Summary: Live and historical NBA/NFL/NHL data — fantasy bots, content sites, betting research. Description: Live and historical NBA/NFL/NHL data — fantasy bots, content sites, betting research. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sports-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sports-mcp-server/mcp MCP Tools (4): get_nba_scores, get_nfl_scores, get_nhl_scores, get_all_scores Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-sports-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sports-mcp-server/mcp --- ## Cygnus Ssh URL: https://mcp-marketplace.io/server/io-github-cygnussystems-cygnus-ssh-mcp Summary: SSH-based MCP control of remote Linux, macOS, and Windows servers -- 46 purpose-built tools. Category: Developer Tools Mode: local Pricing: Free PyPI: cygnus-ssh-mcp GitHub: https://github.com/cygnussystems/cygnus-ssh-mcp Security Score: 4.2/10 Creator: Cygnussystems Creator Reputation: B Version: 1.5.1 Install (Claude Code): claude mcp add io-github-cygnussystems-cygnus-ssh-mcp -- uvx cygnus-ssh-mcp==1.5.1 --- ## Shotpipe URL: https://mcp-marketplace.io/server/io-github-podop29-shotpipe-mcp Summary: Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run. Category: Developer Tools Mode: local Pricing: Free npm: shotpipe-mcp GitHub: https://github.com/podop29/shotpipe-mcp Security Score: 7.2/10 Creator: Podop29 Creator Reputation: B Version: 0.1.1 Required Credentials: SHOTPIPE_KEY (optional), SHOTPIPE_SECRET (required), SHOTPIPE_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-podop29-shotpipe-mcp -- npx -y shotpipe-mcp@0.1.1 --- ## Postgres Scout URL: https://mcp-marketplace.io/server/io-github-bluwork-postgres-scout-mcp Summary: Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality Category: Data & Analytics Mode: local Pricing: Free npm: postgres-scout-mcp GitHub: https://github.com/bluwork/postgres-scout-mcp Security Score: 10/10 Creator: bluwork Creator Reputation: C Version: 1.0.3 Install (Claude Code): claude mcp add io-github-bluwork-postgres-scout-mcp -- npx -y postgres-scout-mcp@1.0.3 --- ## Redfin URL: https://mcp-marketplace.io/server/com-thenextgennexus-redfin-mcp-server Summary: Single-property deep-dive: history, price/sqft, days-on-market, comps from a Redfin URL. Description: Single-property deep-dive: history, price/sqft, days-on-market, comps from a Redfin URL. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/redfin-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/redfin-mcp-server/mcp MCP Tools (2): search_properties, get_property_details Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-redfin-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/redfin-mcp-server/mcp --- ## Airspace Monitor URL: https://mcp-marketplace.io/server/io-github-csoai-org-airspace-monitor-mcp Summary: Airspace Monitor MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: airspace-monitor-mcp GitHub: https://github.com/CSOAI-ORG/airspace-monitor-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-airspace-monitor-mcp -- uvx airspace-monitor-mcp==1.0.12 --- ## Uldl URL: https://mcp-marketplace.io/server/sh-uldl-uldl Summary: Persistent file storage for AI agents via MCP and curl. Upload, download, and version files. Description: Persistent file storage for AI agents via MCP and curl. Upload, download, and version files. Remote endpoints: streamable-http: https://uldl.sh/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://uldl.sh/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http sh-uldl-uldl https://uldl.sh/api/mcp --- ## Api Docs URL: https://mcp-marketplace.io/server/com-jumpseller-admin-mcp Summary: Manage your Jumpseller store with AI. Products, orders, customers, and more. Description: Manage your Jumpseller store with AI. Products, orders, customers, and more. Remote endpoints: streamable-http: https://mcp.jumpseller.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jumpseller.com/ GitHub: https://github.com/Jumpseller/api-docs Security Score: 10/10 Creator: Jumpseller Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jumpseller-admin-mcp https://mcp.jumpseller.com/ --- ## Vault URL: https://mcp-marketplace.io/server/io-github-chill-ai-space-vault Summary: MCP server for credential isolation — bots use passwords and API keys without seeing them Category: Security Mode: local Pricing: Free npm: chillai-vault-mcp GitHub: https://github.com/Chill-AI-Space/vault-mcp Security Score: 3.4/10 Creator: Chill AI Space Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-chill-ai-space-vault -- npx -y chillai-vault-mcp --- ## Raygun URL: https://mcp-marketplace.io/server/io-github-mindscapehq-mcp-server-raygun Summary: Investigate errors, track deployments, analyze performance, and manage application monitoring Description: Investigate errors, track deployments, analyze performance, and manage application monitoring Remote endpoints: streamable-http: https://api.raygun.com/v3/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.raygun.com/v3/mcp GitHub: https://github.com/MindscapeHQ/mcp-server-raygun Security Score: 10/10 Creator: MindscapeHQ Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-mindscapehq-mcp-server-raygun https://api.raygun.com/v3/mcp --- ## Tutorials URL: https://mcp-marketplace.io/server/ai-smithery-hollaugo-financial-research-mcp-server Summary: Analyze stocks with summaries, price targets, and analyst recommendations. Track SEC filings, divi… Description: Analyze stocks with summaries, price targets, and analyst recommendations. Track SEC filings, divi… Remote endpoints: streamable-http: https://server.smithery.ai/@hollaugo/financial-research-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@hollaugo/financial-research-mcp-server/mcp GitHub: https://github.com/hollaugo/tutorials Security Score: 10/10 Creator: Hollaugo Creator Reputation: B Version: 1.15.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-hollaugo-financial-research-mcp-server https://server.smithery.ai/@hollaugo/financial-research-mcp-server/mcp --- ## Pihole URL: https://mcp-marketplace.io/server/io-github-ranklancer-pihole-mcp Summary: MCP server for Pi-hole v6 API — manage multiple instances: queries, lists, groups, stats Category: Developer Tools Mode: local Pricing: Free npm: @ranklancer/pihole-mcp GitHub: https://github.com/ranklancer/pihole-mcp Security Score: 4/10 Creator: Ranklancer Creator Reputation: B Version: 0.2.0 Required Credentials: PIHOLE_INSTANCES (optional), PIHOLE_BASE_URL (optional), PIHOLE_PASSWORD (required) Install (Claude Code): claude mcp add io-github-ranklancer-pihole-mcp -- npx -y @ranklancer/pihole-mcp@0.2.0 --- ## Smartest Tv URL: https://mcp-marketplace.io/server/io-github-hybirdss-smartest-tv Summary: Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link. Category: Developer Tools Mode: local Pricing: Free PyPI: stv GitHub: https://github.com/Hybirdss/smartest-tv Security Score: 10/10 Creator: Hybirdss Creator Reputation: B Version: 0.4.1 Required Credentials: TV_PLATFORM (optional), TV_IP (optional), TV_MAC (optional) Install (Claude Code): claude mcp add io-github-hybirdss-smartest-tv -- uvx stv==1.1.2 --- ## Cli2 URL: https://mcp-marketplace.io/server/io-github-ronieneubauer-cli2mcp Summary: Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help. Category: Developer Tools Mode: local Pricing: Free npm: cli2mcp GitHub: https://github.com/RonieNeubauer/cli2mcp Security Score: 10/10 Creator: RonieNeubauer Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-ronieneubauer-cli2mcp -- npx -y cli2mcp@0.1.4 --- ## Leadpipe URL: https://mcp-marketplace.io/server/io-github-leadpipe-com-leadpipe Summary: Official MCP server for Leadpipe intent and data APIs. Category: Developer Tools Mode: local Pricing: Free npm: @leadpipe/mcp GitHub: https://github.com/leadpipe-com/mcp Security Score: 10/10 Creator: Support leadpipe Creator Reputation: C Version: 0.2.1 Required Credentials: LEADPIPE_API_KEY (required), LEADPIPE_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-leadpipe-com-leadpipe -- npx -y @leadpipe/mcp@0.2.1 --- ## Cortex URL: https://mcp-marketplace.io/server/io-github-j0hanz-cortex-mcp Summary: Multi-level reasoning MCP server with configurable depth levels Category: Developer Tools Mode: local Pricing: Free npm: @j0hanz/cortex-mcp GitHub: https://github.com/j0hanz/cortex-mcp Security Score: 10/10 Creator: J0hanz Creator Reputation: B Version: 1.11.0 Install (Claude Code): claude mcp add io-github-j0hanz-cortex-mcp -- npx -y @j0hanz/cortex-mcp@1.11.0 --- ## Cost Tracker Router URL: https://mcp-marketplace.io/server/io-github-dbsectrainer-mcp-cost-tracker-router Summary: Real-time cost awareness for MCP agent workflows Category: Developer Tools Mode: local Pricing: Free npm: mcp-cost-tracker-router GitHub: https://github.com/dbsectrainer/mcp-cost-tracker-router Security Score: 7/10 Creator: Dbsectrainer Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-dbsectrainer-mcp-cost-tracker-router -- npx -y mcp-cost-tracker-router@1.0.0 --- ## Vueuse URL: https://mcp-marketplace.io/server/io-github-kovoor-vueuse-mcp Summary: Search, browse, and get suggestions for VueUse composables Category: Developer Tools Mode: local Pricing: Free npm: vueuse-mcp GitHub: https://github.com/kovoor/vueuse-mcp Security Score: 7/10 Creator: Kovoor Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-kovoor-vueuse-mcp -- npx -y vueuse-mcp@1.0.0 --- ## Ot Security URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-ot-security-mcp Summary: OT security standards: IEC 62443, NIST 800-82/53, MITRE ATT&CK for ICS Category: Security Mode: local Pricing: Free npm: @ansvar/ot-security-mcp GitHub: https://github.com/Ansvar-Systems/ot-security-mcp Security Score: 9.8/10 Creator: Mortalus Creator Reputation: F Version: 0.2.1 Install (Claude Code): claude mcp add io-github-ansvar-systems-ot-security-mcp -- npx -y @ansvar/ot-security-mcp@0.4.0 --- ## Hive Mcp Agent Quota URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-agent-quota Summary: Per-agent rate limits and quota enforcement for the Hive A2A economy Description: Per-agent rate limits and quota enforcement for the Hive A2A economy Remote endpoints: streamable-http: https://hive-mcp-agent-quota.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-agent-quota.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-agent-quota MCP Tools (3): quota_check, quota_balance, quota_topup_estimate Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-agent-quota https://hive-mcp-agent-quota.onrender.com/mcp --- ## Podlearn Plugin URL: https://mcp-marketplace.io/server/io-github-blutrich-podlearn Summary: Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons. Description: Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons. Remote endpoints: streamable-http: https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable GitHub: https://github.com/blutrich/podlearn-plugin Security Score: 10/10 Creator: Blutrich Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-blutrich-podlearn https://httiyebjgxxwtgggkpgw.supabase.co/functions/v1/mcp-server-streamable --- ## Agent Trust URL: https://mcp-marketplace.io/server/io-github-raditotev-agent-trust Summary: MCP Server for Agent Reputation & Trust Scoring Category: Developer Tools Mode: local Pricing: Free PyPI: agent-trust-mcp GitHub: https://github.com/raditotev/agent-trust Security Score: 10/10 Creator: Raditotev Creator Reputation: B Version: 0.1.5 Required Credentials: DATABASE_URL (optional), REDIS_URL (optional), SIGNING_KEY_PATH (optional), AUTH_PROVIDER (optional), AGENTAUTH_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-raditotev-agent-trust -- uvx agent-trust-mcp==0.1.5 --- ## Time URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-local02 Summary: Get the current time in your chosen timezone and view common timezone information. Simplify schedu… Description: Get the current time in your chosen timezone and view common timezone information. Simplify schedu… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/local02/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/time Security Score: 9.3/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.15.0 --- ## Worldbank URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-worldbank Summary: World Bank MCP — wraps the World Bank Data API v2 (free, no auth) Description: World Bank MCP — wraps the World Bank Data API v2 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/worldbank/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/worldbank/mcp GitHub: https://github.com/pipeworx-io/mcp-worldbank MCP Tools (4): get_country, get_indicator, get_population, get_gdp Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-worldbank https://gateway.pipeworx.io/worldbank/mcp --- ## Quality Qr URL: https://mcp-marketplace.io/server/io-github-silly-geese-quality-qr Summary: Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates. Description: Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates. Remote endpoints: streamable-http: https://quality-qr.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://quality-qr.app/api/mcp GitHub: https://github.com/silly-geese/quality-qr-mcp MCP Tools (6): quality_qr_create, quality_qr_list, quality_qr_get, quality_qr_update, quality_qr_delete, quality_qr_analytics Security Score: 10/10 Creator: Silly Geese Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-silly-geese-quality-qr https://quality-qr.app/api/mcp --- ## Social Content URL: https://mcp-marketplace.io/server/com-thenextgennexus-social-content-mcp-server Summary: Dev.to, Steam, podcasts, Eventbrite — cross-format content discovery for AI curators. Description: Dev.to, Steam, podcasts, Eventbrite — cross-format content discovery for AI curators. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/social-content-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/social-content-mcp-server/mcp MCP Tools (4): search_devto, get_steam_games, search_podcasts, search_events Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-social-content-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/social-content-mcp-server/mcp --- ## Opendirectories URL: https://mcp-marketplace.io/server/io-github-bigjai-opendirectories-business-data Summary: Search 12M+ verified businesses across 10 countries via government registers. Description: Search 12M+ verified businesses across 10 countries via government registers. Remote endpoints: streamable-http: https://secure-wave--opendirectories-business-data.apify.actor/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: opendirectories-mcp Remote URL: https://secure-wave--opendirectories-business-data.apify.actor/mcp GitHub: https://github.com/BigJai/opendirectories-mcp Security Score: 10/10 Creator: BigJai Creator Reputation: B Version: 0.1.0 Required Credentials: APAC_SUPABASE_URL (optional), APAC_SUPABASE_KEY (required), US_SUPABASE_URL (optional), US_SUPABASE_KEY (required), EU_SUPABASE_URL (optional), EU_SUPABASE_KEY (required) Install (Claude Code): claude mcp add io-github-bigjai-opendirectories-business-data -- uvx opendirectories-mcp==0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bigjai-opendirectories-business-data https://secure-wave--opendirectories-business-data.apify.actor/mcp --- ## Objekt Mcp Upload URL: https://mcp-marketplace.io/server/sh-objekt-mcp-upload Summary: Public file storage for AI agents. Upload files and get a permalink back. Category: Developer Tools Mode: local Pricing: Free npm: @objekt.sh/mcp-upload GitHub: https://github.com/0xLighthouse/objekt-mcp-upload Security Score: 10/10 Creator: 0xLighthouse Creator Reputation: B Version: 0.1.5 Required Credentials: OBJEKT_API_KEY (required) Install (Claude Code): claude mcp add sh-objekt-mcp-upload -- npx -y @objekt.sh/mcp-upload@0.1.5 --- ## Web Scraping URL: https://mcp-marketplace.io/server/com-thenextgennexus-web-scraping-mcp-server Summary: Generic URL crawl + HTML extraction — fallback for sites without dedicated MCPs. Description: Generic URL crawl + HTML extraction — fallback for sites without dedicated MCPs. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/web-scraping-mcp-server/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/web-scraping-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-web-scraping-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/web-scraping-mcp-server/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-molpha-mcp Summary: MCP server that lets AI agents create, fetch, verify, and publish Molpha oracle data. Category: Developer Tools Mode: local Pricing: Free npm: @molpha/mcp GitHub: https://github.com/molpha/mcp Security Score: 4.2/10 Creator: Molpha Creator Reputation: B Version: 0.1.2 Required Credentials: SIGNER_BACKEND (optional), OWNER_KEYPAIR (optional), KEYCHAIN_BACKEND (optional), PRIVY_APP_ID (required), PRIVY_APP_SECRET (required), PRIVY_WALLET_ID (required), PRIVY_WALLET_ADDRESS (optional), TURNKEY_API_PUBLIC_KEY (required), TURNKEY_API_PRIVATE_KEY (required), TURNKEY_ORGANIZATION_ID (required), TURNKEY_WALLET_ADDRESS (optional), SOLANA_RPC (optional), GATEWAY_ENDPOINTS (optional), MOLPHA_EVM_NETWORKS (optional), MOLPHA_STARKNET_NETWORKS (optional), MOLPHA_DRY_RUN (optional), MOLPHA_MAX_EXECUTES_PER_DAY (optional), MOLPHA_X402_MAX_PRICE_USDC (optional), MOLPHA_X402_MAX_SPEND_PER_DAY_USDC (optional), MOLPHA_X402_GATEWAY_PDA (optional) Install (Claude Code): claude mcp add io-github-molpha-mcp -- npx -y @molpha/mcp@0.1.2 --- ## Charter URL: https://mcp-marketplace.io/server/ai-villiers-charter Summary: Instant private jet charter price estimates and confirmed live quotes, worldwide. Description: Instant private jet charter price estimates and confirmed live quotes, worldwide. Remote endpoints: streamable-http: https://mcp.villiers.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.villiers.ai/mcp MCP Tools (3): get_jet_estimate, request_jet_confirmation, search_empty_legs Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-villiers-charter https://mcp.villiers.ai/mcp --- ## Salesforce URL: https://mcp-marketplace.io/server/ai-smithery-kodey-ai-salesforce-mcp Summary: Run SOQL queries to explore and retrieve Salesforce data. Inspect records, fields, and relationshi… Description: Run SOQL queries to explore and retrieve Salesforce data. Inspect records, fields, and relationshi… Remote endpoints: streamable-http: https://server.smithery.ai/@kodey-ai/salesforce-mcp/mcp Category: Business Tools Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@kodey-ai/salesforce-mcp/mcp GitHub: https://github.com/kodey-ai/salesforce-mcp Security Score: 10/10 Creator: Kodey Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-kodey-ai-salesforce-mcp https://server.smithery.ai/@kodey-ai/salesforce-mcp/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-cron-forge-mcp Summary: Build, explain, and validate cron expressions Category: Developer Tools Mode: local Pricing: Free npm: cron-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-cron-forge-mcp -- npx -y cron-forge-mcp --- ## Yahoo Finance URL: https://mcp-marketplace.io/server/com-thenextgennexus-yahoo-finance-mcp-server Summary: Yahoo fundamentals: earnings, P/E, analyst targets, peer comparisons for equity research. Description: Yahoo fundamentals: earnings, P/E, analyst targets, peer comparisons for equity research. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/yahoo-finance-mcp-server/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/yahoo-finance-mcp-server/mcp MCP Tools (3): get_stock_quote, get_multiple_quotes, compare_stocks Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-yahoo-finance-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/yahoo-finance-mcp-server/mcp --- ## Gosce Agents URL: https://mcp-marketplace.io/server/io-github-mikerawsonnz-llm-orchestration-agent Summary: Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith Description: Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith Remote endpoints: streamable-http: https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp GitHub: https://github.com/mikerawsonnz/gosce-agents MCP Tools (1): invoke Security Score: 10/10 Creator: Mikerawsonnz Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mikerawsonnz-llm-orchestration-agent https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp --- ## Trello URL: https://mcp-marketplace.io/server/io-github-stucchi-trello Summary: MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more Category: Business Tools Mode: local Pricing: Free PyPI: trello-mcp GitHub: https://github.com/stucchi/trello-mcp Security Score: 8.3/10 Creator: Stucchi Creator Reputation: B Version: 1.6.0 Required Credentials: TRELLO_API_KEY (required), TRELLO_TOKEN (required) Install (Claude Code): claude mcp add io-github-stucchi-trello -- uvx trello-mcp==1.6.0 --- ## Platfone URL: https://mcp-marketplace.io/server/io-github-platfone-com-platfone Summary: Virtual phone numbers for AI agents — rent numbers in 200+ countries, receive SMS. Description: Virtual phone numbers for AI agents — rent numbers in 200+ countries, receive SMS. Remote endpoints: streamable-http: https://mcp.platfone.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @platfone/mcp Remote URL: https://mcp.platfone.com/mcp GitHub: https://github.com/platfone-com/mcp Security Score: 9.8/10 Creator: Platfone Com Creator Reputation: B Version: 1.1.8 Required Credentials: PLATFONE_API_KEY (required) Install (Claude Code): claude mcp add io-github-platfone-com-platfone -- npx -y @platfone/mcp@1.1.8 Install (Claude Code Remote): claude mcp add --transport http io-github-platfone-com-platfone https://mcp.platfone.com/mcp --- ## Devflow URL: https://mcp-marketplace.io/server/io-github-cocaxcode-devflow-mcp Summary: MCP server connecting Jira (Cloud + Server) with GitHub/GitLab. Branches, issues, PRs, flows. Category: Developer Tools Mode: local Pricing: Free npm: @cocaxcode/devflow-mcp GitHub: https://github.com/cocaxcode/devflow-mcp Security Score: 9.8/10 Creator: Raul Coca Creator Reputation: C- Version: 0.1.8 Install (Claude Code): claude mcp add io-github-cocaxcode-devflow-mcp -- npx -y @cocaxcode/devflow-mcp@0.1.15 --- ## Alloc Context URL: https://mcp-marketplace.io/server/io-github-alloccontext-alloc-context Summary: Self-host MCP: portfolio crypto context for agents. PyPI stdio; MIT. Category: Developer Tools Mode: dual Pricing: Free PyPI: alloc-context Remote URL: https://mcp.alloc-context.com/mcp GitHub: https://github.com/AllocContext/alloc-context Security Score: 4/10 Creator: AllocContext Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-alloccontext-alloc-context -- uvx alloc-context==0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alloccontext-alloc-context https://mcp.alloc-context.com/mcp --- ## Asset Auto Generator URL: https://mcp-marketplace.io/server/io-github-tranthientrong-asset-auto-generator Summary: An MCP server that provides asset auto generator Description: An MCP server that provides asset auto generator Remote endpoints: streamable-http: https://TranThienTrong.github.io/mcp/asset-auto-generator Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/TranThienTrong/asset-auto-generator.git Security Score: 10/10 Creator: TranThienTrong Creator Reputation: B Version: 1.0.0 --- ## Feishu Markdown URL: https://mcp-marketplace.io/server/io-github-huandu-feishu-markdown-mcp Summary: MCP server for Feishu Markdown Category: Developer Tools Mode: local Pricing: Free npm: feishu-markdown-mcp GitHub: https://github.com/huandu/feishu-markdown Security Score: 9.2/10 Creator: Huandu Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-huandu-feishu-markdown-mcp -- npx -y feishu-markdown-mcp --- ## Latam Data URL: https://mcp-marketplace.io/server/io-github-svkbogislav-latam-data-mcp Summary: Latin American data for AI agents: tax-ID validation, indicators, FX, company lookups, holidays Category: Developer Tools Mode: local Pricing: Free PyPI: latam-data-mcp GitHub: https://github.com/svkbogislav/latam-data-mcp Security Score: 4.8/10 Creator: Svkbogislav Creator Reputation: B Version: 0.6.1 Install (Claude Code): claude mcp add io-github-svkbogislav-latam-data-mcp -- uvx latam-data-mcp==0.6.1 --- ## Clappia URL: https://mcp-marketplace.io/server/io-github-clappia-dev-clappia-mcp Summary: An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/clappia-dev/clappia-mcp Security Score: 10/10 Creator: Clappia Dev Creator Reputation: B Version: 1.0.1 Required Credentials: CLAPPIA_API_KEY (required) --- ## Garmin Workouts URL: https://mcp-marketplace.io/server/io-github-pranciskus-garmin-workouts-mcp Summary: Manage Garmin Connect workouts, including strength workouts with mapped exercises. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/pranciskus/garmin-workouts-mcp Security Score: 4.2/10 Creator: Pranciskus Creator Reputation: B Version: 0.1.2 Required Credentials: GARMIN_EMAIL (required), GARMIN_PASSWORD (required) --- ## Hive Mcp Backup URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-backup Summary: Snapshot and restore service for agent state and DID-bound configuration Description: Snapshot and restore service for agent state and DID-bound configuration Remote endpoints: streamable-http: https://hive-mcp-backup.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-backup.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-backup MCP Tools (3): backup_create, backup_list, backup_restore Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-backup https://hive-mcp-backup.onrender.com/mcp --- ## Geo Parity URL: https://mcp-marketplace.io/server/com-geo-parity-geo-parity Summary: Cost of living, fair global pay, healthcare costs, nomad visas and tax residency. Free, no key. Description: Cost of living, fair global pay, healthcare costs, nomad visas and tax residency. Free, no key. Remote endpoints: streamable-http: https://geo-parity.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geo-parity.com/api/mcp MCP Tools (19): calculate_ppp, localize_salary, calculate_wage_bands, check_schengen, find_meeting_slot, compare_contract, select_region, compare_countries, required_rate, check_residency, check_travel_residency, find_fire_locations, estimate_micro_costs, check_tax_residency_risk, rank_livability, compare_healthcare, find_nomad_visas, passport_power, calculate_runway Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-geo-parity-geo-parity https://geo-parity.com/api/mcp --- ## Remote URL: https://mcp-marketplace.io/server/io-port-port Summary: Port.io mcp server Description: Port.io mcp server Remote endpoints: streamable-http: https://mcp.port.io/v1 streamable-http: https://mcp.us.port.io/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.us.port.io/v1 GitHub: https://github.com/port-labs/remote-mcp-server Security Score: 10/10 Creator: Port Labs Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-port-port https://mcp.us.port.io/v1 --- ## Compliance Radar URL: https://mcp-marketplace.io/server/com-dropwatchhq-compliance-radar Summary: US small-biz & foreign-LLC filing deadlines: FinCEN BOI, IRS 5472, franchise tax, 1099 (sourced). Description: US small-biz & foreign-LLC filing deadlines: FinCEN BOI, IRS 5472, franchise tax, 1099 (sourced). Remote endpoints: streamable-http: https://compliance.dropwatchhq.com/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://compliance.dropwatchhq.com/mcp MCP Tools (4): list_obligations, get_obligation, build_checklist, create_deadline_tracker Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-compliance-radar https://compliance.dropwatchhq.com/mcp --- ## Scope URL: https://mcp-marketplace.io/server/io-github-jackgillen15-dev-scope-mcp Summary: Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow. Category: Developer Tools Mode: local Pricing: Free npm: @jackgillen15-dev/scope-mcp GitHub: https://github.com/scope-bid/scope-mcp Security Score: 6.2/10 Creator: Scope Bid Creator Reputation: B Version: 0.1.1 Required Credentials: SCOPE_API_BASE (optional), SCOPE_API_TOKEN (required), SCOPE_ORG_SLUG (optional) Install (Claude Code): claude mcp add io-github-jackgillen15-dev-scope-mcp -- npx -y @jackgillen15-dev/scope-mcp@0.1.1 --- ## Gaviwhatsapp URL: https://mcp-marketplace.io/server/io-github-gaviwhatsapp-whatsapp Summary: Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP. Category: Communication Mode: local Pricing: Free npm: @gaviwhatsapp/mcp GitHub: https://github.com/gaviwhatsapp/gaviwhatsapp Security Score: 4.8/10 Creator: Gaviwhatsapp Creator Reputation: B Version: 0.1.2 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-gaviwhatsapp-whatsapp -- npx -y @gaviwhatsapp/mcp@0.1.2 --- ## Ozon Seller URL: https://mcp-marketplace.io/server/io-github-woyaxnini-ozon-seller Summary: MCP server for Ozon Seller API. 26 tools: products, prices, orders, analytics, finance, rating. Category: Developer Tools Mode: local Pricing: Free npm: @woyax/mcp-ozon-seller GitHub: https://github.com/woyaxnini/mcp-ozon-seller Security Score: 9.4/10 Installs: 1 Creator: Woyaxnini Creator Reputation: B Version: 1.0.0 Required Credentials: OZON_CLIENT_ID (optional), OZON_API_KEY (required) Install (Claude Code): claude mcp add io-github-woyaxnini-ozon-seller -- npx -y @woyax/mcp-ozon-seller@1.0.0 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-vinodc-aspire-mcp Summary: Aspire Learning MCP — browse courses, chapters, lessons, and import LaTeX quizzes Description: Aspire Learning MCP — browse courses, chapters, lessons, and import LaTeX quizzes Remote endpoints: streamable-http: https://mcp.aspirelearning.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aspirelearning.app/mcp MCP Tools (4): get_courses, get_units_with_chapters, get_lessons, import_quizzes Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vinodc-aspire-mcp https://mcp.aspirelearning.app/mcp --- ## Pulse Subregistry URL: https://mcp-marketplace.io/server/com-pulsemcp-pulse-subregistry Summary: MCP server providing access to the PulseMCP Sub-Registry for browsing and discovering MCP servers. Category: Developer Tools Mode: local Pricing: Free npm: @pulsemcp/pulse-subregistry GitHub: https://github.com/pulsemcp/mcp-servers Security Score: 9.7/10 Creator: Pulsemcp Creator Reputation: B Version: 0.0.8 Required Credentials: PULSEMCP_SUBREGISTRY_API_KEY (required), PULSEMCP_SUBREGISTRY_TENANT_ID (optional), SHOW_ADMIN_TOOLS (optional) Install (Claude Code): claude mcp add com-pulsemcp-pulse-subregistry -- npx -y @pulsemcp/pulse-subregistry --- ## Fcp URL: https://mcp-marketplace.io/server/io-github-dreliq9-fcp-mcp Summary: Final Cut Pro MCP — 88 tools: FCPXML engine, live FCP control, media analysis, puppets. Category: Developer Tools Mode: local Pricing: Free PyPI: fcp-mcp GitHub: https://github.com/dreliq9/fcp-mcp Security Score: 4.2/10 Creator: dreliq9 Creator Reputation: F Version: 0.2.0 Required Credentials: FCP_MCP_OUTPUT_DIR (optional) Install (Claude Code): claude mcp add io-github-dreliq9-fcp-mcp -- uvx fcp-mcp==0.2.0 --- ## Bde Score URL: https://mcp-marketplace.io/server/io-github-hbhqq9-bde-score Summary: 7-factor stock scoring MCP server. US/HK/CN, 74 stocks. Free + Premium (USDC/Base). x402 ready. Description: 7-factor stock scoring MCP server. US/HK/CN, 74 stocks. Free + Premium (USDC/Base). x402 ready. Remote endpoints: streamable-http: https://fantasy-bald-shark-stereo.trycloudflare.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fantasy-bald-shark-stereo.trycloudflare.com/mcp GitHub: https://github.com/hbhqq9/bde-score MCP Tools (6): get_bde_score, get_stock_analysis, get_multi_market_comparison, get_stock_screener, get_sector_analysis, get_esg_analysis Security Score: 10/10 Creator: Hbhqq9 Creator Reputation: B Version: 1.27.1 Install (Claude Code Remote): claude mcp add --transport http io-github-hbhqq9-bde-score https://fantasy-bald-shark-stereo.trycloudflare.com/mcp --- ## Hydrolix URL: https://mcp-marketplace.io/server/io-github-hydrolix-mcp-hydrolix Summary: An MCP server to query Hydrolix Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-hydrolix GitHub: https://github.com/hydrolix/mcp-hydrolix Security Score: 6.5/10 Creator: Hydrolix Creator Reputation: B Version: 0.2.3 Required Credentials: HYDROLIX_HOST (optional), HYDROLIX_TOKEN (required), HYDROLIX_USER (optional), HYDROLIX_PASSWORD (required) Install (Claude Code): claude mcp add io-github-hydrolix-mcp-hydrolix -- uvx mcp-hydrolix==0.2.3 --- ## Convalytics URL: https://mcp-marketplace.io/server/io-github-dan-cleary-convalytics Summary: Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients. Description: Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients. Remote endpoints: streamable-http: https://api.convalytics.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.convalytics.dev/mcp GitHub: https://github.com/Dan-Cleary/convalytics MCP Tools (9): list_projects, get_usage, top_pages, top_referrers, pageviews_count, events_count, recent_events, user_activity, weekly_digest Security Score: 10/10 Creator: Dan Cleary Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dan-cleary-convalytics https://api.convalytics.dev/mcp --- ## Bray URL: https://mcp-marketplace.io/server/dev-forgesworn-bray Summary: Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity Category: Developer Tools Mode: local Pricing: Free npm: nostr-bray GitHub: https://github.com/forgesworn/bray Security Score: 10/10 Creator: Forgesworn Creator Reputation: B Version: 1.27.7 Required Credentials: NOSTR_SECRET_KEY (required), NOSTR_RELAYS (optional), NWC_URI (required) Install (Claude Code): claude mcp add dev-forgesworn-bray -- npx -y nostr-bray@1.31.0 --- ## Contexta URL: https://mcp-marketplace.io/server/cc-contexta-contexta-mcp Summary: Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search. Description: Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search. Remote endpoints: streamable-http: https://mcp.contexta.cc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.contexta.cc/mcp GitHub: https://github.com/teleengco/contexta-mcp Security Score: 10/10 Creator: Teleengco Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cc-contexta-contexta-mcp https://mcp.contexta.cc/mcp --- ## Calcuris URL: https://mcp-marketplace.io/server/io-github-tresor4k-calcuris-mcp Summary: Tax calculators for US, UK, Canada, Australia: income tax, property tax, stamp duty. Category: Developer Tools Mode: local Pricing: Free npm: calcuris-mcp GitHub: https://github.com/tresor4k/calcuris-mcp Security Score: 10/10 Creator: Tresor4k Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-tresor4k-calcuris-mcp -- npx -y calcuris-mcp@0.1.1 --- ## Nbu Ua URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nbu-ua Summary: National Bank of Ukraine (NBU) public statistics MCP. Keyless. Description: National Bank of Ukraine (NBU) public statistics MCP. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/nbu-ua/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nbu-ua/mcp GitHub: https://github.com/pipeworx-io/mcp-nbu-ua MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, exchange_rates, currency_rate, currency_history, monetary_aggregates, international_reserves Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nbu-ua https://gateway.pipeworx.io/nbu-ua/mcp --- ## Token Intel X402 URL: https://mcp-marketplace.io/server/io-github-echolonius-token-intel Summary: Solana token due-diligence: 3-source fused risk verdict incl. LP-lock depth. $0.01 via x402. Description: Solana token due-diligence: 3-source fused risk verdict incl. LP-lock depth. $0.01 via x402. Remote endpoints: streamable-http: https://token-intel-x402.echolonius.deno.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://token-intel-x402.echolonius.deno.net/mcp GitHub: https://github.com/Echolonius/token-intel-x402 MCP Tools (2): token_intel, token_intel_demo Security Score: 10/10 Creator: Echolonius Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-echolonius-token-intel https://token-intel-x402.echolonius.deno.net/mcp --- ## Md Feedback URL: https://mcp-marketplace.io/server/io-github-yeominux-md-feedback Summary: Review markdown plans before AI agents build. Annotate, gate-check, apply fixes, session handoffs. Category: Developer Tools Mode: local Pricing: Free npm: md-feedback GitHub: https://github.com/yeominux/md-feedback Security Score: 9.7/10 Creator: Yeominux Creator Reputation: B Version: 1.5.6 Install (Claude Code): claude mcp add io-github-yeominux-md-feedback -- npx -y md-feedback --- ## Pinescript URL: https://mcp-marketplace.io/server/io-github-paulieb89-pinescript-mcp Summary: Pine Script v6 documentation lookup, function validation, and linting for AI code generation Description: Pine Script v6 documentation lookup, function validation, and linting for AI code generation Remote endpoints: streamable-http: https://pinescript-mcp.fly.dev/mcp sse: https://pinescript-mcp.fly.dev/sse Category: Developer Tools Mode: dual Pricing: Free PyPI: pinescript-mcp Remote URL: https://pinescript-mcp.fly.dev/mcp GitHub: https://github.com/paulieb89/pinescript-mcp Security Score: 10/10 Creator: BOUCH Creator Reputation: B- Version: 0.6.17 Install (Claude Code): claude mcp add io-github-paulieb89-pinescript-mcp -- uvx pinescript-mcp==0.7.1 Install (Claude Code Remote): claude mcp add --transport http io-github-paulieb89-pinescript-mcp https://pinescript-mcp.fly.dev/mcp --- ## Einvoice URL: https://mcp-marketplace.io/server/io-github-makririch-einvoice Summary: XRechnung & ZUGFeRD: create, validate, and convert German e-invoices. EN 16931 compliant. Category: Finance Mode: local Pricing: Free npm: einvoice-mcp GitHub: https://github.com/makririch/einvoice-mcp Security Score: 3.3/10 Creator: Makririch Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-makririch-einvoice -- npx -y einvoice-mcp --- ## Systemonomic URL: https://mcp-marketplace.io/server/io-github-tonyc23-systemonomic-mcp Summary: Model work domains, score tasks for AI suitability, and design organisations. Category: Developer Tools Mode: local Pricing: Free PyPI: systemonomic-mcp GitHub: https://github.com/TonyC23/systemonomic-mcp Security Score: 6/10 Creator: TonyC23 Creator Reputation: B Version: 0.1.2 Required Credentials: SYSTEMONOMIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-tonyc23-systemonomic-mcp -- uvx systemonomic-mcp==0.1.1 --- ## Listing URL: https://mcp-marketplace.io/server/com-beycome-listing Summary: List on MLS, sell, show, compare and close your real estate property on beycome. Description: List on MLS, sell, show, compare and close your real estate property on beycome. Remote endpoints: streamable-http: https://mcp.beycome.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.beycome.com/mcp GitHub: https://github.com/beycome/mcp.beycome.com MCP Tools (11): beycome_sell_timing, beycome_signup, beycome_signin, beycome_check_coverage, beycome_estimate, beycome_comps, beycome_list, beycome_mls_questionnaire, beycome_disclosures, beycome_publish, beycome_showings Security Score: 8/10 Creator: Beycome Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-beycome-listing https://mcp.beycome.com/mcp --- ## Ethical Hacking URL: https://mcp-marketplace.io/server/io-github-cmpxchg16-mcp-ethical-hacking Summary: An MCP server that provides LinkedIn & Reddit data Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/cmpxchg16/mcp-ethical-hacking Security Score: 10/10 Creator: Cmpxchg16 Creator Reputation: B Version: 1.3.0 --- ## Dj Claude URL: https://mcp-marketplace.io/server/io-github-p-poss-dj-claude Summary: Agents can now live code music for you, themselves, and each other while they work. Category: Developer Tools Mode: local Pricing: Free npm: dj-claude GitHub: https://github.com/p-poss/dj-claude Security Score: 7/10 Creator: p-poss Creator Reputation: D Version: 0.1.6 Install (Claude Code): claude mcp add io-github-p-poss-dj-claude -- npx -y dj-claude@0.1.18 --- ## Youtube Media URL: https://mcp-marketplace.io/server/com-thenextgennexus-youtube-media-mcp-server Summary: YouTube video search with transcript extraction as first-class output. Description: YouTube video search with transcript extraction as first-class output. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/youtube-media-mcp-server/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/youtube-media-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-youtube-media-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/youtube-media-mcp-server/mcp --- ## Mastyf URL: https://mcp-marketplace.io/server/io-github-mastyf-ai-mastyf-ai Summary: Runtime proxy for MCP security, cost governance & audit Category: Developer Tools Mode: local Pricing: Free npm: @mastyf_ai/server GitHub: https://github.com/mastyf-ai/mastyf.ai Security Score: 4.2/10 Creator: Mastyf Ai Creator Reputation: B Version: 4.1.12 Required Credentials: MASTYF_AI_DB_PATH (optional), ALERT_WEBHOOK_URL (required), METRICS_ENABLED (optional) Install (Claude Code): claude mcp add io-github-mastyf-ai-mastyf-ai -- npx -y @mastyf_ai/server --- ## Twinmotion URL: https://mcp-marketplace.io/server/io-scanbimlabs-twinmotion-mcp Summary: Twinmotion rendering via APS — import Revit, set environments, render images, export video. Description: Twinmotion rendering via APS — import Revit, set environments, render images, export video. Remote endpoints: streamable-http: https://twinmotion-mcp.itmartin24.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://twinmotion-mcp.itmartin24.workers.dev/mcp MCP Tools (5): tm_import_rvt, tm_set_environment, tm_render_image, tm_export_video, tm_list_scenes Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-twinmotion-mcp https://twinmotion-mcp.itmartin24.workers.dev/mcp --- ## Robins I URL: https://mcp-marketplace.io/server/com-blackswancausallabs-robins-i-mcp Summary: ROBINS-I V2 (not V1): risk of bias in one result of a non-randomized cohort study Category: Developer Tools Mode: local Pricing: Free PyPI: robins-i-mcp GitHub: https://github.com/Black-Swan-Causal-Labs/robins-i-mcp Security Score: 10/10 Creator: Black Swan Causal Labs Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add com-blackswancausallabs-robins-i-mcp -- uvx robins-i-mcp==0.1.0 --- ## Leximo Ai Call Assistant URL: https://mcp-marketplace.io/server/io-github-leximo-ai-leximo-ai-call-assistant-mcp-server Summary: Schedule AI phone calls, manage assignments, and check credits from Claude. Category: Developer Tools Mode: local Pricing: Free npm: leximo-ai-call-assistant-mcp-server GitHub: https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server Security Score: 10/10 Rating: 5/5 Creator: Leximo AI Creator Reputation: B Version: 1.0.1 Required Credentials: LEXIMO_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-leximo-ai-leximo-ai-call-assistant-mcp-server -- npx -y leximo-ai-call-assistant-mcp-server@1.0.1 --- ## Uk Parliament Members URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-members Summary: MCP server for UK Parliament Members API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-members GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-members -- npx -y @darkhorseone/mcp-server-uk-parliament-members --- ## Pocketlantern URL: https://mcp-marketplace.io/server/io-github-pocketlantern-pocketlantern Summary: Blocker-aware decision layer for AI coding agents, grounded in source-linked, time-sensitive facts. Category: Developer Tools Mode: local Pricing: Free npm: @pocketlantern/mcp-server GitHub: https://github.com/pocketlantern/pocketlantern Security Score: 9.7/10 Creator: Pocketlantern Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-pocketlantern-pocketlantern -- npx -y @pocketlantern/mcp-server --- ## Scope Guard URL: https://mcp-marketplace.io/server/io-github-dgtalquantumleap-ai-ebenova-scope-guard Summary: AI contract scope violation detector. Detect scope creep, draft responses. Category: Developer Tools Mode: local Pricing: Free npm: @ebenova/scope-guard-mcp GitHub: https://github.com/dgtalquantumleap-ai/scope-guard-mcp Security Score: 7/10 Creator: Dgtalquantumleap Ai Creator Reputation: B Version: 1.0.1 Required Credentials: EBENOVA_API_KEY (required) Install (Claude Code): claude mcp add io-github-dgtalquantumleap-ai-ebenova-scope-guard -- npx -y @ebenova/scope-guard-mcp@1.0.1 --- ## Myagentinbox URL: https://mcp-marketplace.io/server/com-myagentinbox-myagentinbox Summary: Disposable email inboxes for AI agents. Auto-deletes after 24 hours. Description: Disposable email inboxes for AI agents. Auto-deletes after 24 hours. Remote endpoints: streamable-http: https://myagentinbox.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://myagentinbox.com/mcp MCP Tools (4): create_inbox, check_inbox, read_message, download_attachment Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-myagentinbox-myagentinbox https://myagentinbox.com/mcp --- ## Observability URL: https://mcp-marketplace.io/server/io-github-foam-ai-observability Summary: Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server. Description: Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server. Remote endpoints: streamable-http: https://sdk.api.foam.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sdk.api.foam.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-foam-ai-observability https://sdk.api.foam.ai/mcp --- ## Visa Info URL: https://mcp-marketplace.io/server/io-github-rajat79suri-visa-info Summary: Visa requirements, documents, and FAQs for Indian passport holders. 35 countries. Category: Developer Tools Mode: local Pricing: Free npm: visa-info-mcp GitHub: https://github.com/rajat79suri/visa-info-mcp Security Score: 7.5/10 Creator: Rajat79suri Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rajat79suri-visa-info -- npx -y visa-info-mcp@1.0.2 --- ## Agentwallet URL: https://mcp-marketplace.io/server/io-github-hifriendbot-agentwallet Summary: Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC. Category: Finance Mode: local Pricing: Free npm: agentwallet-mcp GitHub: https://github.com/hifriendbot/agentwallet-mcp Security Score: 7/10 Creator: Hifriendbot Creator Reputation: B Version: 1.7.4 Required Credentials: AGENTWALLET_API_KEY (required) Install (Claude Code): claude mcp add io-github-hifriendbot-agentwallet -- npx -y agentwallet-mcp@1.7.4 --- ## Main URL: https://mcp-marketplace.io/server/com-traderhc-agenthc Summary: Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection. Description: Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection. Remote endpoints: streamable-http: https://api.traderhc.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.traderhc.com/mcp GitHub: https://github.com/traderhc123/main MCP Tools (4): get_market_snapshot, get_crypto_data, get_news_sentiment, get_economic_calendar Security Score: 9/10 Creator: Traderhc123 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-traderhc-agenthc https://api.traderhc.com/mcp --- ## MiddleBrick URL: https://mcp-marketplace.io/server/io-github-middlebrick-mcp-server Summary: Scan APIs for OWASP Top 10, LLM, and GraphQL security vulnerabilities. Category: Developer Tools Mode: local Pricing: Free npm: @middlebrick/mcp-server GitHub: https://github.com/middleBrick/mcp-server Security Score: 8/10 Creator: MiddleBrick Creator Reputation: B Version: 0.1.2 Required Credentials: MIDDLEBRICK_API_KEY (required) Install (Claude Code): claude mcp add io-github-middlebrick-mcp-server -- npx -y @middlebrick/mcp-server@0.1.2 --- ## Voidmob URL: https://mcp-marketplace.io/server/io-github-voidmobcom-voidmob-mcp Summary: Mobile proxies, non-VoIP SMS verifications, dedicated numbers, and global eSIMs for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @voidmob/mcp GitHub: https://github.com/voidmobcom/voidmob-mcp Security Score: 9.9/10 Creator: Voidmobcom Creator Reputation: B Version: 1.1.5 Install (Claude Code): claude mcp add io-github-voidmobcom-voidmob-mcp -- npx -y @voidmob/mcp@1.1.5 --- ## Apple Reminders For Claude URL: https://mcp-marketplace.io/server/io-github-high5-ventures-apple-reminders Summary: Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives. Category: Developer Tools Mode: local Pricing: Free npm: @high5ventures/apple-reminders-mcp GitHub: https://github.com/high5-ventures/apple-reminders-for-claude Security Score: 9.7/10 Creator: High5 Ventures Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-high5-ventures-apple-reminders -- npx -y @high5ventures/apple-reminders-mcp --- ## Mock URL: https://mcp-marketplace.io/server/io-github-k-cupples-mockmcp Summary: Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup. Description: Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup. Remote endpoints: streamable-http: https://mockmcp.io/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mockmcp.io/mcp GitHub: https://github.com/K-Cupples/mockmcp Security Score: 5.2/10 Creator: K Cupples Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-k-cupples-mockmcp https://mockmcp.io/mcp --- ## News URL: https://mcp-marketplace.io/server/com-thenextgennexus-news-mcp-server Summary: Cross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup. Description: Cross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/news-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/news-mcp-server/mcp MCP Tools (5): get_ap_news, get_bbc_news, get_npr_news, get_hacker_news, search_google_news Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-news-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/news-mcp-server/mcp --- ## Infinihash Kyt URL: https://mcp-marketplace.io/server/io-github-infinihash-infinihash-kyt-mcp Summary: Blockchain compliance: screen wallets vs OFAC SDN + threat intel, open cases, generate SAR drafts Category: Developer Tools Mode: local Pricing: Free PyPI: infinihash-kyt-mcp GitHub: https://github.com/Infinihash/infinihash-kyt-mcp Security Score: 5.2/10 Creator: Infinihash Creator Reputation: B Version: 0.1.1 Required Credentials: KYT_API_KEY (required), KYT_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-infinihash-infinihash-kyt-mcp -- uvx infinihash-kyt-mcp==0.1.1 --- ## Serpapi Hotels URL: https://mcp-marketplace.io/server/com-pulsemcp-serpapi-hotels Summary: MCP server for searching Google Hotels via SerpAPI — hotel search, pricing, ratings, and reviews. Category: Developer Tools Mode: local Pricing: Free npm: serpapi-hotels-mcp-server GitHub: https://github.com/pulsemcp/mcp-servers Security Score: 9.5/10 Creator: Pulsemcp Creator Reputation: B Version: 0.0.4 Required Credentials: SERPAPI_API_KEY (required) Install (Claude Code): claude mcp add com-pulsemcp-serpapi-hotels -- npx -y serpapi-hotels-mcp-server --- ## Overcome Stress URL: https://mcp-marketplace.io/server/io-github-reitsmasieto-wq-overcome-stress Summary: Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout Description: Stress recovery protocols via Lightning payments: post-concussion, post-COVID, burnout Remote endpoints: streamable-http: https://mcp.overcomestress.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.overcomestress.io/mcp GitHub: https://github.com/reitsmasieto-wq/overcome-stress-mcp MCP Tools (5): catalog, assess, preview, buy_skill, buy_trajectory Security Score: 10/10 Creator: Reitsmasieto Wq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-reitsmasieto-wq-overcome-stress https://mcp.overcomestress.io/mcp --- ## Promptlint URL: https://mcp-marketplace.io/server/io-github-sean-sunagaku-promptlint-mcp Summary: Static linter for AI prompts: contradictions, redundancy, ambiguity, and fluff. Category: Developer Tools Mode: local Pricing: Free npm: promptlint-mcp GitHub: https://github.com/sean-sunagaku/promptlint-mcp Security Score: 6.5/10 Creator: Sean Sunagaku Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-sean-sunagaku-promptlint-mcp -- npx -y promptlint-mcp@0.1.3 --- ## Europepmc URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-europepmc Summary: Europe PubMed Central — biomedical literature search and full text Description: Europe PubMed Central — biomedical literature search and full text Remote endpoints: streamable-http: https://gateway.pipeworx.io/europepmc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/europepmc/mcp GitHub: https://github.com/pipeworx-io/mcp-europepmc MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_article, abstract, references, citations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-europepmc https://gateway.pipeworx.io/europepmc/mcp --- ## Financekit URL: https://mcp-marketplace.io/server/io-github-vdalhambra-financekit-mcp Summary: Stock quotes, technical analysis, crypto prices, and portfolio insights for AI agents Category: Finance Mode: local Pricing: Free PyPI: financekit-mcp GitHub: https://github.com/vdalhambra/financekit-mcp Security Score: 8.5/10 Creator: Vdalhambra Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-vdalhambra-financekit-mcp -- uvx financekit-mcp==1.2.0 --- ## Contracts URL: https://mcp-marketplace.io/server/org-memoryapi-contracts Summary: US federal contracts, grants, and spending awards Description: US federal contracts, grants, and spending awards Remote endpoints: streamable-http: https://contracts.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://contracts.memoryapi.org/mcp MCP Tools (4): search_contracts, search_grants, search_awards, search_spending Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-contracts https://contracts.memoryapi.org/mcp --- ## Solentic URL: https://mcp-marketplace.io/server/io-github-blueprint-infrastructure-solentic Summary: Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks. Description: Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks. Remote endpoints: streamable-http: https://solentic.theblueprint.xyz/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @solentic/mcp-server Remote URL: https://solentic.theblueprint.xyz/mcp GitHub: https://github.com/blueprint-infrastructure/solentic-mcp Security Score: 7/10 Creator: Blueprint Infrastructure Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-blueprint-infrastructure-solentic -- npx -y @solentic/mcp-server@1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-blueprint-infrastructure-solentic https://solentic.theblueprint.xyz/mcp --- ## Cursor Plugin URL: https://mcp-marketplace.io/server/io-github-deployment-io-deployment-io Summary: Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs. Description: Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs. Remote endpoints: streamable-http: https://api.deployment.io/v1/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://api.deployment.io/v1/mcp GitHub: https://github.com/deployment-io/cursor-plugin Security Score: 10/10 Installs: 1 Creator: Deployment Io Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-deployment-io-deployment-io https://api.deployment.io/v1/mcp --- ## Agenticbi URL: https://mcp-marketplace.io/server/io-github-agenticbihq-agenticbi-mcp-server Summary: Connect Claude, Cursor, or ChatGPT to your business data. Ask questions, get answers. Description: Connect Claude, Cursor, or ChatGPT to your business data. Ask questions, get answers. Remote endpoints: streamable-http: https://app.agenticbi.com/api/2.0/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.agenticbi.com/api/2.0/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-agenticbihq-agenticbi-mcp-server https://app.agenticbi.com/api/2.0/mcp --- ## Spdx License URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-spdx-license Summary: SPDX open-source license list with full text Description: SPDX open-source license list with full text Remote endpoints: streamable-http: https://gateway.pipeworx.io/spdx-license/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/spdx-license/mcp GitHub: https://github.com/pipeworx-io/mcp-spdx-license MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_licenses, get_license, get_license_text, search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-spdx-license https://gateway.pipeworx.io/spdx-license/mcp --- ## Weather URL: https://mcp-marketplace.io/server/com-thenextgennexus-weather-mcp-server Summary: Forecasts, climate history, severe alerts by location — for outdoor-event planners. Description: Forecasts, climate history, severe alerts by location — for outdoor-event planners. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/weather-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/weather-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-weather-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/weather-mcp-server/mcp --- ## COINGAZURA Market Data MCP URL: https://mcp-marketplace.io/server/coingazura-market-data-mcp Summary: Read-only crypto market mood and yield snapshot MCP for fast signal checks Description: COINGAZURA Market Data MCP is a read-only MCP server for compact crypto market mood and yield candidate snapshots. It is built for users and agents that need fast market context without trading or wallet actions. The current version focuses on two safe, narrow tools: 1. Market mood snapshot - Takes fear and greed style inputs, BTC dominance, and market cap change - Returns mood score, classification, risk bias, and action hint 2. Yield candidates snapshot - Returns filtered candidate rows wit Category: Finance Mode: local Pricing: Free npm: coingazura-market-data-mcp GitHub: https://github.com/windbossbot/coingazura-market-data-mcp Security Score: 7/10 Creator: windbossbot Creator Reputation: D Version: 0.1.7 Tags: crypto, finance, market-data, yield, sentiment, read-only, mcp Use Cases: Crypto sentiment checks, Market mood snapshot, Yield candidate scan, Stable parking scan Install (Claude Code): claude mcp add coingazura-market-data-mcp -- npx -y coingazura-market-data-mcp@0.1.7 --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-jmespath-mcp Summary: Run JMESPath queries against JSON. Pure JS, no native binary needed. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/jmespath-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-jmespath-mcp -- npx -y @mukundakatta/jmespath-mcp --- ## Higher Education Risk URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-higher-education-risk-mcp Summary: Assess institution risk: accreditation, research integrity, federal funding dependency, complaint... Description: Assess institution risk: accreditation, research integrity, federal funding dependency, complaint... Remote endpoints: streamable-http: https://ryanclinton--higher-education-risk-mcp.apify.actor/mcp sse: https://ryanclinton--higher-education-risk-mcp.apify.actor/sse Category: Education & Research Mode: remote Pricing: Free Remote URL: https://ryanclinton--higher-education-risk-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-higher-education-risk-mcp https://ryanclinton--higher-education-risk-mcp.apify.actor/mcp --- ## Shopgraph URL: https://mcp-marketplace.io/server/io-github-laundromatic-shopgraph Summary: The extraction API that shows its work. Description: ShopGraph extracts product data from any URL and shows you exactly how each field was derived. Per-field provenance and confidence based on extraction method, not opinion. Your automation decides what's reliable enough to act on. Hosted remote MCP server at `https://shopgraph.dev/mcp`. 50 free calls per month, no signup. Paid usage via API key (`sg_live_…`) or pay-per-call via Stripe MPP. Category: Developer Tools Mode: dual Pricing: Free npm: shopgraph Remote URL: https://shopgraph.dev/mcp GitHub: https://github.com/laundromatic/shopgraph Security Score: 6/10 Installs: 1 Creator: Krishna Brown Creator Reputation: B+ Version: 1.0.1 Uptime Status: up Tags: commerce, e-commerce, product-data, shopping, price-extraction, product-enrichment, schema-org, ai-agents, agentic-commerce, catalog, retail, DTC, B2B, open-web, structured-data, stripe-mpp, confidence-scoring, extraction-provenance, ucp, universal-commerce-protocol Use Cases: Per-field confidence scoring (0–1) on every extracted field, Extraction provenance: every field labeled with the method that produced it (Schema.org, LLM, or headless browser), Server-side confidence gating via `strict_confidence_threshold` — uncertain fields never reach your agent, UCP (Universal Commerce Protocol) output format for agent interoperability, Three-tier extraction pipeline: Schema.org/JSON-LD → LLM inference → headless Playwright, Works on any product URL across retailers, DTC brands, and B2B suppliers, Bring-your-own-HTML mode for use with Bright Data, Firecrawl, or any fetch/proxy tool, Zero-signup free tier (50 calls/month, IP-based), Pay-per-call via Stripe Machine Payments Protocol — agents authenticate with a payment method instead of an API key, 24-hour caching on successful extractions (cached results are free), No charge on failed extractions Required Credentials: payment_method_id (optional), strict_confidence_threshold (optional), format (optional) Install (Claude Code): claude mcp add io-github-laundromatic-shopgraph -- npx -y shopgraph@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-laundromatic-shopgraph https://shopgraph.dev/mcp --- ## Agenticpaywallplatform URL: https://mcp-marketplace.io/server/com-agenticpaywall-composer Summary: Composes + runs multi-step external-data workflows for one quoted USDC price (x402). Description: Composes + runs multi-step external-data workflows for one quoted USDC price (x402). Remote endpoints: streamable-http: https://composer.agenticpaywall.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://composer.agenticpaywall.com/mcp GitHub: https://github.com/CharlyF/agenticpaywallplatform MCP Tools (2): plan_workflow, run_workflow Security Score: 8/10 Creator: CharlyF Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-agenticpaywall-composer https://composer.agenticpaywall.com/mcp --- ## Hive Mcp Auction URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-auction Summary: Sealed-bid and English auctions for agent capabilities and compute time Description: Sealed-bid and English auctions for agent capabilities and compute time Remote endpoints: streamable-http: https://hive-mcp-auction.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-auction.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-auction MCP Tools (3): auction_open, auction_subscribe, auction_book Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-auction https://hive-mcp-auction.onrender.com/mcp --- ## Asset Management URL: https://mcp-marketplace.io/server/io-github-cloudinary-asset-management-mcp Summary: Upload, organize, search, and transform images, videos, and files with AI-powered tools. Description: Upload, organize, search, and transform images, videos, and files with AI-powered tools. Remote endpoints: streamable-http: https://asset-management.mcp.cloudinary.com/mcp Category: Content & Media Mode: dual Pricing: Free npm: @cloudinary/asset-management-mcp Remote URL: https://asset-management.mcp.cloudinary.com/mcp GitHub: https://github.com/cloudinary/asset-management-mcp Security Score: 9.8/10 Creator: Cloudinary Creator Reputation: B Version: 0.8.1 Required Credentials: CLOUDINARY_CLOUD_NAME (optional), CLOUDINARY_API_KEY (required), CLOUDINARY_API_SECRET (required) Install (Claude Code): claude mcp add io-github-cloudinary-asset-management-mcp -- npx -y @cloudinary/asset-management-mcp@0.8.1 Install (Claude Code Remote): claude mcp add --transport http io-github-cloudinary-asset-management-mcp https://asset-management.mcp.cloudinary.com/mcp --- ## 1845meat URL: https://mcp-marketplace.io/server/com-getbotlens-1845meat Summary: MCP gateway for 1845meat.com: products, prices, stock and cart links. Read-only, no auth. Description: MCP gateway for 1845meat.com: products, prices, stock and cart links. Read-only, no auth. Remote endpoints: streamable-http: https://1845meat.mcp.getbotlens.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://1845meat.mcp.getbotlens.com/mcp MCP Tools (11): list_products, search_products, list_categories, check_inventory, get_product, add_to_cart, best_sellers, related_products, store_info, search, fetch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getbotlens-1845meat https://1845meat.mcp.getbotlens.com/mcp --- ## Hive Mcp Agent Storage URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-agent-storage Summary: Encrypted A2A object storage for autonomous agent state and artifacts Description: Encrypted A2A object storage for autonomous agent state and artifacts Remote endpoints: streamable-http: https://hive-mcp-agent-storage.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-agent-storage.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-agent-storage MCP Tools (8): agent_storage_put, agent_storage_get, agent_storage_list, agent_storage_delete, agent_storage_quota, hive_earn_register, hive_earn_me, hive_earn_leaderboard Security Score: 9.1/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-agent-storage https://hive-mcp-agent-storage.onrender.com/mcp --- ## Shoporacle URL: https://mcp-marketplace.io/server/io-tooloracle-shoporacle Summary: E-Commerce Intelligence MCP — 11 tools: price comparison, stock, reviews. 18 countries. Description: E-Commerce Intelligence MCP — 11 tools: price comparison, stock, reviews. 18 countries. Remote endpoints: streamable-http: https://tooloracle.io/shop/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/shop/mcp/ GitHub: https://github.com/ToolOracle/shoporacle MCP Tools (11): product_search, track_price, compare_prices, review_summary, price_history, bestseller_list, competitor_pricing, price_alert, stock_monitor, market_position, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-shoporacle https://tooloracle.io/shop/mcp/ --- ## Sceneview URL: https://mcp-marketplace.io/server/io-github-sceneview-mcp Summary: 3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation. Category: Developer Tools Mode: local Pricing: Free npm: sceneview-mcp GitHub: https://github.com/SceneView/sceneview Security Score: 6.7/10 Creator: SceneView Creator Reputation: B Version: 3.4.4 Install (Claude Code): claude mcp add io-github-sceneview-mcp -- npx -y sceneview-mcp --- ## SideButton URL: https://mcp-marketplace.io/server/sidebutton Summary: Teach any AI agent any web app with knowledge packs Description: SideButton is an open-source MCP server that gives AI agents real browser control and deep application knowledge. It provides 40+ browser automation tools (navigate, click, type, screenshot, snapshot), a YAML workflow engine with 34+ step types, a Chrome extension for live page interaction, and installable knowledge packs that teach agents the selectors, data models, and workflows of specific web applications. Install with npx sidebutton@latest and connect via SSE at localhost:9876/mcp. Category: Developer Tools Mode: local Pricing: Free npm: sidebutton GitHub: https://github.com/sidebutton/sidebutton Security Score: 10/10 Creator: Agent SideButton Creator Reputation: C Version: 1.0.0 Tags: mcp, browser-automation, workflow-engine, knowledge-packs, chrome-extension, open-source, testing, qa Use Cases: Browser automation for AI agents, Web application testing, Workflow automation with YAML, Teaching AI agents domain-specific knowledge, QA validation and regression testing Install (Claude Code): claude mcp add sidebutton -- npx -y sidebutton@1.1.1 --- ## Llmconveyors URL: https://mcp-marketplace.io/server/io-github-ebenezer-isaac-llmconveyors Summary: 53 tools for LLM Conveyors: job hunting, B2B sales, ATS scoring, resume tools. Category: Developer Tools Mode: local Pricing: Free npm: llmconveyors-mcp GitHub: https://github.com/ebenezer-isaac/llmconveyors-mcp Security Score: 6.8/10 Creator: Ebenezer Isaac Creator Reputation: B Version: 0.2.1 Required Credentials: LLMC_API_KEY (required) Install (Claude Code): claude mcp add io-github-ebenezer-isaac-llmconveyors -- npx -y llmconveyors-mcp@0.3.2 --- ## Hive Mcp Barter URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-barter Summary: Multi-party agent barter — non-cash capability exchange with cryptographic receipts Description: Multi-party agent barter — non-cash capability exchange with cryptographic receipts Remote endpoints: streamable-http: https://hive-mcp-barter.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-barter.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-barter MCP Tools (3): barter_discover, barter_quote_curve, barter_arbitrage_book Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-barter https://hive-mcp-barter.onrender.com/mcp --- ## Context7fork URL: https://mcp-marketplace.io/server/ai-smithery-rencosta2025-context7fork Summary: Get up-to-date, version-specific documentation and code examples from official sources directly in… Description: Get up-to-date, version-specific documentation and code examples from official sources directly in… Remote endpoints: streamable-http: https://server.smithery.ai/@renCosta2025/context7fork/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/renCosta2025/context7fork Security Score: 10/10 Creator: RenCosta2025 Creator Reputation: B Version: 1.0.13 --- ## Claude Context Bridge URL: https://mcp-marketplace.io/server/io-github-phoenixfeuer32-claude-context-bridge Summary: Share context and questions between Claude instances — VS Code, claude.ai web, and mobile. Description: Share context and questions between Claude instances — VS Code, claude.ai web, and mobile. Remote endpoints: streamable-http: https://claude-context-bridge.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://claude-context-bridge.fly.dev/mcp GitHub: https://github.com/PhoenixFeuer32/claude-context-bridge Security Score: 9/10 Creator: PhoenixFeuer32 Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-phoenixfeuer32-claude-context-bridge https://claude-context-bridge.fly.dev/mcp --- ## Filing URL: https://mcp-marketplace.io/server/org-memoryapi-filing Summary: SEC filings, insider trades, and earnings data Description: SEC filings, insider trades, and earnings data Remote endpoints: streamable-http: https://filing.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://filing.memoryapi.org/mcp MCP Tools (5): get_recent_filings, get_insider_trades, get_earnings_data, get_material_events, get_fda_data Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-filing https://filing.memoryapi.org/mcp --- ## Color URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-color Summary: Color utilities MCP. Description: Color utilities MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/color/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/color/mcp GitHub: https://github.com/pipeworx-io/mcp-color MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, color_convert, color_contrast, nearest_color Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-color https://gateway.pipeworx.io/color/mcp --- ## Jsx Notation URL: https://mcp-marketplace.io/server/io-github-sebastianmaciel-jsx-notation Summary: JSXN encoder/decoder — compact notation for React/Next.js files, optimized for LLMs Category: Developer Tools Mode: local Pricing: Free npm: jsx-notation GitHub: https://github.com/SebastianMaciel/jsx-notation Security Score: 10/10 Creator: SebastianMaciel Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-sebastianmaciel-jsx-notation -- npx -y jsx-notation@0.1.6 --- ## Hiveround URL: https://mcp-marketplace.io/server/io-github-stevemilton-marketplace Summary: Marketplace MCP server for live venture-capital raises and agent-mediated dealflow. Description: Marketplace MCP server for live venture-capital raises and agent-mediated dealflow. Remote endpoints: streamable-http: https://hiveround.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hiveround.com/api/mcp GitHub: https://github.com/stevemilton/hiveround MCP Tools (14): list_projects, search_projects, get_project, request_intro, watch_project, update_watch, list_watches, list_intros, read_intro_thread, send_intro_message, submit_commitment, acknowledge_commitment, update_commitment_status, list_commitments Security Score: 10/10 Creator: Stevemilton Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-stevemilton-marketplace https://hiveround.com/api/mcp --- ## Cleancode Ai URL: https://mcp-marketplace.io/server/io-github-evozim-cleancode-ai-mcp Summary: Premium agentic endpoint for cleancode-ai-mcp. Description: Premium agentic endpoint for cleancode-ai-mcp. Remote endpoints: sse: https://api.m2mcent.com/cleancode-ai-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cleancode-ai-mcp/sse MCP Tools (1): cleancode-ai-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cleancode-ai-mcp https://api.m2mcent.com/cleancode-ai-mcp/sse --- ## A2atlassian URL: https://mcp-marketplace.io/server/io-github-agentic-eng-a2atlassian Summary: Jira & Confluence for AI agents. Pre-configured connections, compact output. Category: Developer Tools Mode: local Pricing: Free PyPI: a2atlassian GitHub: https://github.com/agentic-eng/a2atlassian Security Score: 10/10 Creator: Agentic Eng Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-agentic-eng-a2atlassian -- uvx a2atlassian==0.2.1 --- ## Datamuse URL: https://mcp-marketplace.io/server/io-github-lacausecrypto-datamuse-mcp Summary: MCP server for Datamuse word-finding API Category: Finance Mode: local Pricing: Free npm: datamuse-mcp GitHub: https://github.com/lacausecrypto/datamuse-mcp Security Score: 8/10 Creator: Lacausecrypto Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-lacausecrypto-datamuse-mcp -- npx -y datamuse-mcp@1.0.0 --- ## Meridian Edge URL: https://mcp-marketplace.io/server/io-github-tmbot12-meridian-edge Summary: Real-time prediction market consensus data for AI agents Category: Developer Tools Mode: local Pricing: Free PyPI: meridian-edge-mcp GitHub: https://github.com/meridian-edge/meridian-edge-mcp Security Score: 7/10 Installs: 1 Creator: tmbot12 Creator Reputation: D Version: 0.1.0 Required Credentials: MERIDIAN_EDGE_API_KEY (required) Install (Claude Code): claude mcp add io-github-tmbot12-meridian-edge -- uvx meridian-edge-mcp==0.1.0 --- ## Cloud Regions URL: https://mcp-marketplace.io/server/io-github-jasonwilbur-cloud-regions Summary: Cloud region data for AWS, Azure, GCP, OCI & more. Query by location, compliance, GPU. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-cloud-regions GitHub: https://github.com/jasonwilbur/mcp-server-cloud-regions Security Score: 8/10 Creator: Jasonwilbur Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-jasonwilbur-cloud-regions -- npx -y mcp-server-cloud-regions@1.0.4 --- ## Erid URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-erid Summary: Russian ad marking (38-FZ) checker: erid validation, ad-page audit, compliance hints. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-erid GitHub: https://github.com/atomno-mcp/mcp-erid Security Score: 4.5/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.4 Required Credentials: MCP_ERID_API_KEY (required) Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-erid -- uvx atomno-mcp-erid==0.1.4 --- ## Cdc Svi URL: https://mcp-marketplace.io/server/io-github-soldierdata-cdc-svi Summary: SVI scores and theme breakdowns by county and tract Description: SVI scores and theme breakdowns by county and tract Remote endpoints: streamable-http: https://mcp.olyport.com/cdc-svi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cdc-svi/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-cdc-svi https://mcp.olyport.com/cdc-svi/mcp --- ## Vaultfire URL: https://mcp-marketplace.io/server/io-github-ghostkey316-vaultfire Summary: On-chain trust verification and Street Cred for AI agents. ERC-8004, multi-chain. Category: Developer Tools Mode: local Pricing: Free npm: @vaultfire/mcp-server GitHub: https://github.com/Ghostkey316/vaultfire-mcp-server Security Score: 4.2/10 Creator: Ghostkey316 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ghostkey316-vaultfire -- npx -y @vaultfire/mcp-server@1.0.2 --- ## Skill Hub URL: https://mcp-marketplace.io/server/io-github-srprasanna-mcp-skill-hub Summary: MCP server that loads and serves skills from a mounted directory with hot reload. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/srprasanna/mcp-skill-hub Security Score: 10/10 Creator: srprasanna Creator Reputation: C Version: 1.0.0 Required Credentials: MCP_SKILLS_DIR (optional), MCP_SKILLS_HOT_RELOAD (optional), MCP_SKILLS_LOG_LEVEL (optional) --- ## Quarterback URL: https://mcp-marketplace.io/server/io-github-bobbyrgoldsmith-quarterback Summary: Strategic task prioritization and agent orchestration for multi-project operators Category: Developer Tools Mode: local Pricing: Free PyPI: quarterback GitHub: https://github.com/bobbyrgoldsmith/quarterback Security Score: 8.2/10 Creator: Bobbyrgoldsmith Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-bobbyrgoldsmith-quarterback -- uvx quarterback==1.2.0 --- ## Epoch URL: https://mcp-marketplace.io/server/io-github-kyanitelabs-epoch Summary: Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk. Category: Developer Tools Mode: local Pricing: Free npm: @kyanitelabs/epoch GitHub: https://github.com/KyaniteLabs/Epoch Security Score: 4.1/10 Creator: KyaniteLabs Creator Reputation: B Version: 0.2.9 Install (Claude Code): claude mcp add io-github-kyanitelabs-epoch -- npx -y @kyanitelabs/epoch@0.2.9 --- ## Freehire URL: https://mcp-marketplace.io/server/me-freehire-freehire Summary: freehire.me: search 3.3M+ IT jobs from 294K company boards, track applications, tailor CVs. Category: Developer Tools Mode: local Pricing: Free npm: freehire-mcp GitHub: https://github.com/strelov1/freehire-mcp Security Score: 5.2/10 Creator: Strelov1 Creator Reputation: B Version: 0.4.2 Required Credentials: FREEHIRE_TOKEN (required), FREEHIRE_API_URL (optional) Install (Claude Code): claude mcp add me-freehire-freehire -- npx -y freehire-mcp@0.4.2 --- ## Llamaai URL: https://mcp-marketplace.io/server/io-github-rocnubie-llamaai-mcp Summary: Use Llama AI Chat to test Meta Llama 4 Maverick on code review, long PDFs, and screenshots. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/llamaai-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Hashnet Mcp Js URL: https://mcp-marketplace.io/server/io-github-hashgraph-online-hashnet Summary: Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter Category: Developer Tools Mode: local Pricing: Free npm: @hol-org/hashnet-mcp GitHub: https://github.com/hashgraph-online/hashnet-mcp-js Security Score: 4.5/10 Creator: Hashgraph Online Creator Reputation: B Version: 1.0.24 Required Credentials: REGISTRY_BROKER_API_KEY (required) Install (Claude Code): claude mcp add io-github-hashgraph-online-hashnet -- npx -y @hol-org/hashnet-mcp@1.0.24 --- ## Aegis URL: https://mcp-marketplace.io/server/io-github-acacian-aegis Summary: Policy-based governance for AI agent tool calls. YAML policy, approval gates, audit logging. Category: Developer Tools Mode: local Pricing: Free PyPI: agent-aegis GitHub: https://github.com/Acacian/aegis Security Score: 9.7/10 Creator: Acacian Creator Reputation: B Version: 0.1.7 Required Credentials: AEGIS_POLICY_PATH (optional) Install (Claude Code): claude mcp add io-github-acacian-aegis -- uvx agent-aegis==0.9.4 --- ## Solana URL: https://mcp-marketplace.io/server/io-github-expertvagabond-solana Summary: Solana MCP server for wallet, transactions & programs Category: Developer Tools Mode: local Pricing: Free npm: solana-mcp-server GitHub: https://github.com/ExpertVagabond/solana-mcp-server.git Security Score: 7/10 Creator: ExpertVagabond Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-expertvagabond-solana -- npx -y solana-mcp-server@1.0.1 --- ## Invoiceflow URL: https://mcp-marketplace.io/server/io-github-enzoemir1-invoiceflow-mcp Summary: AI-powered invoice automation. Create invoices, track payments, and manage cash flow. Category: Finance Mode: local Pricing: Free npm: invoiceflow-mcp-server GitHub: https://github.com/enzoemir1/invoiceflow-mcp Security Score: 10/10 Creator: Enzoemir1 Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-enzoemir1-invoiceflow-mcp -- npx -y invoiceflow-mcp-server@1.4.0 --- ## Rostro URL: https://mcp-marketplace.io/server/dev-rostro-rostro Summary: Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more. Description: Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more. Remote endpoints: streamable-http: https://proto.rostro.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://proto.rostro.dev/mcp GitHub: https://github.com/francis-ros/rostro-mcp-server Security Score: 10/10 Creator: Francis Ros Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-rostro-rostro https://proto.rostro.dev/mcp --- ## Fcc Broadband URL: https://mcp-marketplace.io/server/com-olyport-fcc-broadband Summary: Broadband availability, providers, speeds, and BEAD classification from the FCC Description: Broadband availability, providers, speeds, and BEAD classification from the FCC Remote endpoints: streamable-http: https://mcp.olyport.com/fcc-broadband/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/fcc-broadband/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-fcc-broadband https://mcp.olyport.com/fcc-broadband/mcp --- ## Claude Code URL: https://mcp-marketplace.io/server/io-github-divu2025-codemaster Summary: Explore the Claude Code CLI source — browse tools, commands, search code, and more. Category: Developer Tools Mode: local Pricing: Free npm: @divyesh2000/codemaster GitHub: https://github.com/codeaashu/claude-code Security Score: 0/10 Creator: Codeaashu Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-divu2025-codemaster -- npx -y @divyesh2000/codemaster --- ## India URL: https://mcp-marketplace.io/server/io-github-samarth-23-eng-india-mcp-gst Summary: MCP server for India GST: validate GSTIN, search HSN, calculate tax. Category: Developer Tools Mode: local Pricing: Free npm: @samarth-23-eng/india-mcp GitHub: https://github.com/Samarth-23-eng/India-MCP Security Score: 10/10 Creator: Samarth 23 Eng Creator Reputation: B Version: 1.0.7 Install (Claude Code): claude mcp add io-github-samarth-23-eng-india-mcp-gst -- npx -y @samarth-23-eng/india-mcp@1.0.10 --- ## User Data Enrichment URL: https://mcp-marketplace.io/server/ai-smithery-jekakos-mcp-user-data-enrichment Summary: Enrich user data by adding social network links based on provided personal information. Integrate… Description: Enrich user data by adding social network links based on provided personal information. Integrate… Remote endpoints: streamable-http: https://server.smithery.ai/@jekakos/mcp-user-data-enrichment/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/jekakos/mcp-user-data-enrichment Security Score: 10/10 Creator: Jekakos Creator Reputation: B Version: 1.0.0 --- ## Sentinel URL: https://mcp-marketplace.io/server/io-github-clarencyu-boop-sentinel Summary: Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot. Category: Security Mode: local Pricing: Free npm: mcp-server-sentinel GitHub: https://github.com/clarencyu-boop/mcp-server-sentinel Security Score: 7/10 Creator: Clarencyu Boop Creator Reputation: B Version: 2.0.0 Required Credentials: SENTINEL_API_KEY (required), SENTINEL_API_URL (optional) Install (Claude Code): claude mcp add io-github-clarencyu-boop-sentinel -- npx -y mcp-server-sentinel@2.0.0 --- ## Vivesca URL: https://mcp-marketplace.io/server/org-vivesca-vivesca Summary: Opinionated MCP server — Pydantic output schemas, 7 domains, built to evolve. Category: Developer Tools Mode: local Pricing: Free PyPI: vivesca GitHub: https://github.com/vivesca/vivesca Security Score: 8.5/10 Creator: Vivesca Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add org-vivesca-vivesca -- uvx vivesca --- ## Docfork URL: https://mcp-marketplace.io/server/ai-smithery-docfork-mcp Summary: @latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl… Description: @latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl… Remote endpoints: streamable-http: https://server.smithery.ai/@docfork/mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/docfork/docfork-mcp Security Score: 10/10 Creator: Docfork Creator Reputation: B Version: 0.6.0 --- ## Metrillm URL: https://mcp-marketplace.io/server/io-github-metrillm-metrillm Summary: Benchmark local LLM models — speed, quality & hardware fitness verdict from any MCP client Category: Developer Tools Mode: local Pricing: Free npm: metrillm-mcp GitHub: https://github.com/MetriLLM/metrillm Security Score: 9.7/10 Creator: TheBlueHouse75 Creator Reputation: C Version: 0.2.6 Install (Claude Code): claude mcp add io-github-metrillm-metrillm -- npx -y metrillm-mcp --- ## fakedata-mcp URL: https://mcp-marketplace.io/server/fakedata-mcp Summary: Realistic fake data generation for testing and development Description: Generate realistic fake users, companies, financial transactions, addresses, placeholder text, and fully custom datasets. Zero external dependencies. Perfect for populating test databases, building demos, prototyping UIs, and generating sample data for any project. Supports multiple locales, output formats (JSON/CSV), and customizable schemas. Category: Developer Tools Mode: local Pricing: Free PyPI: fakedata-mcp GitHub: https://github.com/gmoneyn/fakedata-mcp Security Score: 10/10 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.0.0 Tags: fake-data, testing, mock-data, test-data, development, data-generation, faker, sample-data, prototyping, developer-tools Use Cases: Testing, Prototyping, Demo data, Database seeding, UI development Install (Claude Code): claude mcp add fakedata-mcp -- uvx fakedata-mcp==0.1.0 --- ## Rs485 URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-rs485 Summary: MCP server that exposes RS485 bus connectivity for reading and writing serial data Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-rs485 GitHub: https://github.com/daedalus/mcp-rs485 Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-rs485 -- uvx mcp-rs485==0.1.0 --- ## Whatsapp URL: https://mcp-marketplace.io/server/io-github-nakulben-whatsapp-mcp Summary: Manage WhatsApp Business templates and send messages via Meta Cloud API Category: Communication Mode: local Pricing: Free PyPI: jina-whatsapp-mcp GitHub: https://github.com/nakulben/whatsapp-mcp Security Score: 6.5/10 Creator: Nakulben Creator Reputation: B Version: 0.1.0 Required Credentials: META_ACCESS_TOKEN (required), META_WABA_ID (optional), META_PHONE_NUMBER_ID (optional), META_APP_ID (optional), META_API_VERSION (optional) Install (Claude Code): claude mcp add io-github-nakulben-whatsapp-mcp -- uvx jina-whatsapp-mcp==0.1.0 --- ## Siteaudit URL: https://mcp-marketplace.io/server/io-github-vdalhambra-siteaudit-mcp Summary: SEO, performance, and security audits for any URL — no API keys required Category: Developer Tools Mode: local Pricing: Free PyPI: siteaudit-mcp GitHub: https://github.com/vdalhambra/siteaudit-mcp Security Score: 8.8/10 Creator: Vdalhambra Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-vdalhambra-siteaudit-mcp -- uvx siteaudit-mcp==1.2.0 --- ## Omni URL: https://mcp-marketplace.io/server/io-github-bitofacoder-omni-mcp-server Summary: All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in. Category: Developer Tools Mode: local Pricing: Free npm: @bitofacoder/omni-mcp-server GitHub: https://github.com/bitofacoder/omni-mcp-server Security Score: 4.2/10 Creator: Bitofacoder Creator Reputation: B Version: 1.1.1 Required Credentials: GITHUB_PERSONAL_ACCESS_TOKEN (required), SLACK_BOT_TOKEN (required), OMNI_AGENT_MODE (optional) Install (Claude Code): claude mcp add io-github-bitofacoder-omni-mcp-server -- npx -y @bitofacoder/omni-mcp-server@1.1.1 --- ## Flux 2 Online URL: https://mcp-marketplace.io/server/io-github-rocnubie-flux-2-online-mcp Summary: Flux-2 Online is an online interface for the Flux 2 image generation model with prompt tuning and Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/flux-2-online-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Ejscreen URL: https://mcp-marketplace.io/server/io-github-soldierdata-ejscreen Summary: Environmental justice screening indicators, pollution burden, and demographic vulnerability Description: Environmental justice screening indicators, pollution burden, and demographic vulnerability Remote endpoints: streamable-http: https://mcp.olyport.com/ejscreen/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/ejscreen/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-ejscreen https://mcp.olyport.com/ejscreen/mcp --- ## Physbound URL: https://mcp-marketplace.io/server/io-github-jonesrobm-physbound Summary: Physical Layer Linter — validates RF link budgets, Shannon capacity, and noise floors. Category: Developer Tools Mode: local Pricing: Free PyPI: physbound GitHub: https://github.com/JonesRobM/physbound Security Score: 6.5/10 Creator: JonesRobM Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-jonesrobm-physbound -- uvx physbound==0.2.0 --- ## Enrichment Kids URL: https://mcp-marketplace.io/server/io-github-enrichment-kids-enrichment-kids Summary: Find kids enrichment activities: camps, classes, after-school programs, and tutoring near you. Description: Find kids enrichment activities: camps, classes, after-school programs, and tutoring near you. Remote endpoints: streamable-http: https://mcp.enrichment.kids/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.enrichment.kids/mcp MCP Tools (4): search_activities, get_activity_details, get_provider_info, check_availability Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-enrichment-kids-enrichment-kids https://mcp.enrichment.kids/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-insyncanalytics-ai-mcp-mcp Summary: Institutional-grade financial data: earnings, estimates, guidance, stock prices, macro indicators. Description: Institutional-grade financial data: earnings, estimates, guidance, stock prices, macro indicators. Remote endpoints: streamable-http: https://ai-mcp.insyncanalytics.com/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://ai-mcp.insyncanalytics.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 5.4.1 Install (Claude Code Remote): claude mcp add --transport http com-insyncanalytics-ai-mcp-mcp https://ai-mcp.insyncanalytics.com/mcp --- ## Pythia Oracle URL: https://mcp-marketplace.io/server/io-github-eyloni-pythia-oracle Summary: Oracle for AI agents. One tool, one reading. 3 free, then $0.025 USDC via x402. Category: Developer Tools Mode: local Pricing: Free PyPI: pythia-oracle GitHub: https://github.com/eyloni/pythia-oracle Security Score: 4.5/10 Creator: eyloni Creator Reputation: F Version: 0.1.3 Install (Claude Code): claude mcp add io-github-eyloni-pythia-oracle -- uvx pythia-oracle==0.1.3 --- ## Demostudio URL: https://mcp-marketplace.io/server/io-github-32bitsret-demostudio Summary: Generate short-form video ads for Instagram Reels and TikTok from any AI assistant. Category: Developer Tools Mode: local Pricing: Free npm: @demostudio/mcp-server GitHub: https://github.com/32bitsret/demostudio-mcp-server Security Score: 8/10 Creator: 32bitsret Creator Reputation: B Version: 0.1.2 Required Credentials: DEMOSTUDIO_API_KEY (required) Install (Claude Code): claude mcp add io-github-32bitsret-demostudio -- npx -y @demostudio/mcp-server@0.1.4 --- ## Mirror URL: https://mcp-marketplace.io/server/io-github-toby-mirror-mcp Summary: Mirror MCP: Introspection for LLMs Category: Developer Tools Mode: local Pricing: Free npm: mirror-mcp GitHub: https://github.com/toby/mirror-mcp Security Score: 7.5/10 Creator: Toby Creator Reputation: B Version: 0.0.8 Install (Claude Code): claude mcp add io-github-toby-mirror-mcp -- npx -y mirror-mcp@0.0.8 --- ## Mcp URL: https://mcp-marketplace.io/server/so-sightkick-mcp Summary: Track AI visibility (ChatGPT, Gemini, AI Overviews), research SEO keywords, write, publish, prove. Description: Track AI visibility (ChatGPT, Gemini, AI Overviews), research SEO keywords, write, publish, prove. Remote endpoints: streamable-http: https://app.sightkick.so/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.sightkick.so/mcp GitHub: https://github.com/sightkick-so/mcp Security Score: 10/10 Creator: Sightkick So Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http so-sightkick-mcp https://app.sightkick.so/mcp --- ## Psyche Ai URL: https://mcp-marketplace.io/server/io-github-shangri-la-0428-psyche-ai Summary: Emotional intelligence for AI agents: neurotransmitter mood, personality, empathy, trait drift. Category: Developer Tools Mode: local Pricing: Free npm: psyche-ai GitHub: https://github.com/Shangri-la-0428/psyche-ai Security Score: 9/10 Creator: Shangri La 0428 Creator Reputation: B Version: 9.2.2 Required Credentials: PSYCHE_MBTI (optional), PSYCHE_NAME (optional), PSYCHE_MODE (optional), PSYCHE_LOCALE (optional) Install (Claude Code): claude mcp add io-github-shangri-la-0428-psyche-ai -- npx -y psyche-ai@11.10.0 --- ## Syke URL: https://mcp-marketplace.io/server/io-github-khalomsky-syke Summary: AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @syke1/mcp-server GitHub: https://github.com/khalomsky/syke Security Score: 6.9/10 Creator: Khalomsky Creator Reputation: B Version: 1.5.4 Required Credentials: SYKE_LICENSE_KEY (required), GEMINI_KEY (required) Install (Claude Code): claude mcp add io-github-khalomsky-syke -- npx -y @syke1/mcp-server@1.8.11 --- ## Obscura URL: https://mcp-marketplace.io/server/io-github-metadrama-obscura-mcp Summary: MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection. Category: Developer Tools Mode: local Pricing: Free npm: obscura-mcp GitHub: https://github.com/Metadrama/obscura-mcp.git Security Score: 4.2/10 Creator: Metadrama Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-metadrama-obscura-mcp -- npx -y obscura-mcp@0.1.1 --- ## Twist URL: https://mcp-marketplace.io/server/com-pulsemcp-twist Summary: MCP server for Twist team messaging — manage channels, threads, and messages. Category: Developer Tools Mode: local Pricing: Free npm: twist-mcp-server GitHub: https://github.com/pulsemcp/mcp-servers Security Score: 9.5/10 Creator: Pulsemcp Creator Reputation: B Version: 0.2.3 Required Credentials: TWIST_BEARER_TOKEN (required), TWIST_WORKSPACE_ID (optional) Install (Claude Code): claude mcp add com-pulsemcp-twist -- npx -y twist-mcp-server --- ## Vigile MCP URL: https://mcp-marketplace.io/server/vigile-mcp-server-launch-guide Summary: Query trust scores for MCP servers and agent skills before your AI uses them.. Description: Scan MCP servers and agent skills for tool poisoning, data exfiltration, prompt injection, and supply chain risk. Use Vigile MCP from Claude Code, Cursor, OpenClaw, and other MCP clients to check trust scores, scan raw content, search the trust registry, and assess location-related privacy risk. Free to start; add VIGILE_API_KEY for higher limits. https://vigile.dev/tools/vigile-mcp Category: Security Mode: local Pricing: Free npm: vigile-mcp GitHub: https://github.com/Vigile-ai/vigile-mcp Security Score: 10/10 Installs: 1 Creator: Dakotas07 Creator Reputation: C Version: 0.1.10 Tags: security, trust-score, mcp-security, ai-security, vulnerability-scanner, agent-skills, tool-poisoning, supply-chain-security Use Cases: Security scanning, Trust verification, MCP server auditing, Agent skill vetting, Supply chain analysis Required Credentials: VIGILE_API_KEY (optional) Install (Claude Code): claude mcp add vigile-mcp-server-launch-guide -- npx -y vigile-mcp@0.1.10 --- ## Octoboost URL: https://mcp-marketplace.io/server/io-github-eugenregehr-octoboost Summary: Analyze multiple URLs with categorized SEO / GEO checks and scored results. Category: Developer Tools Mode: local Pricing: Free npm: octoboost-mcp-server GitHub: https://github.com/eugenregehr/octoboost-mcp-server Security Score: 4.8/10 Creator: eugenregehr Creator Reputation: F Version: 1.0.6 Required Credentials: OCTOBOOST_API_KEY (required) Install (Claude Code): claude mcp add io-github-eugenregehr-octoboost -- npx -y octoboost-mcp-server@1.1.1 --- ## X402 Api URL: https://mcp-marketplace.io/server/io-github-fernsugi-x402-api Summary: DeFi data API for AI agents — pay-per-call via x402/USDC on Base Category: Developer Tools Mode: local Pricing: Free npm: @x402-api/mcp-server GitHub: https://github.com/fernsugi/x402-api-mcp-server Security Score: 9/10 Creator: Fernsugi Creator Reputation: B Version: 1.0.2 Required Credentials: X402_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-fernsugi-x402-api -- npx -y @x402-api/mcp-server@1.0.3 --- ## Tactual URL: https://mcp-marketplace.io/server/io-github-tactual-dev-tactual Summary: Screen-reader navigation cost analyzer. Scores AT user effort to find, reach, and operate content. Category: Developer Tools Mode: local Pricing: Free npm: tactual GitHub: https://github.com/tactual-dev/tactual Security Score: 10/10 Creator: Tactual Dev Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-tactual-dev-tactual -- npx -y tactual@0.3.1 --- ## Current Sea URL: https://mcp-marketplace.io/server/io-github-bowieboii-current-sea Summary: Explainable ambiguity signals for text. Submitted text is processed but never retained. Description: Explainable ambiguity signals for text. Submitted text is processed but never retained. Remote endpoints: streamable-http: https://current-sea.fastapicloud.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://current-sea.fastapicloud.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-bowieboii-current-sea https://current-sea.fastapicloud.dev/mcp --- ## Stealth Agent Browser URL: https://mcp-marketplace.io/server/io-github-ykshah1309-stealth-agent-browser-mcp Summary: Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction. Category: Developer Tools Mode: local Pricing: Free npm: stealth-agent-browser-mcp GitHub: https://github.com/ykshah1309/stealth-agent-browser-mcp Security Score: 8.1/10 Creator: Ykshah1309 Creator Reputation: B Version: 0.2.0 Required Credentials: SAB_HEADLESS (optional), SAB_STEALTH_LEVEL (optional), SAB_PROXY_SERVER (optional), SAB_PROXY_USERNAME (required), SAB_PROXY_PASSWORD (required), SAB_USER_DATA_DIR (optional) Install (Claude Code): claude mcp add io-github-ykshah1309-stealth-agent-browser-mcp -- npx -y stealth-agent-browser-mcp@0.2.0 --- ## Refigure URL: https://mcp-marketplace.io/server/io-github-helgdemidov-refigure Summary: Convert DOCX/XLSX to Markdown — native chart-data extraction, optional VLM for figures Category: Developer Tools Mode: local Pricing: Free PyPI: refigure GitHub: https://github.com/HelgDemidov/refigure Security Score: 10/10 Creator: HelgDemidov Creator Reputation: B Version: 0.3.5 Install (Claude Code): claude mcp add io-github-helgdemidov-refigure -- uvx refigure==0.3.5 --- ## Synapze URL: https://mcp-marketplace.io/server/io-github-ycdvll-financial-intermediary-mcp Summary: Connect AI agents to licensed insurance brokers in France via MCP. Quotes, appointments, WhatsApp. Description: Connect AI agents to licensed insurance brokers in France via MCP. Quotes, appointments, WhatsApp. Remote endpoints: streamable-http: https://mcp.synapze.eu/v1/{tenant_id} streamable-http: https://mcp.synapze.eu/v1/registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.synapze.eu/v1/{tenant_id} GitHub: https://github.com/ycdvll/synapze-mcp Security Score: 9/10 Creator: Ycdvll Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ycdvll-financial-intermediary-mcp 'https://mcp.synapze.eu/v1/{tenant_id}' --- ## Face Detection Anonymization URL: https://mcp-marketplace.io/server/com-dyndns-server-noon-ai-face-detection-anonymization-mcp Summary: Automatic face detection, blur/redaction, and de-identification by NoonAI DIS. Description: Automatic face detection, blur/redaction, and de-identification by NoonAI DIS. Remote endpoints: streamable-http: https://noon-ai.dyndns-server.com/face-detection-anonymization-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://noon-ai.dyndns-server.com/face-detection-anonymization-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.12 Install (Claude Code Remote): claude mcp add --transport http com-dyndns-server-noon-ai-face-detection-anonymization-mcp https://noon-ai.dyndns-server.com/face-detection-anonymization-mcp --- ## Earscribe URL: https://mcp-marketplace.io/server/io-github-rocnubie-earscribe-mcp Summary: EarScribe is a browser-based transcription tool that converts audio to text on-device using OpenAI Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/earscribe-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Superfact URL: https://mcp-marketplace.io/server/ai-superfact-superfact Summary: Turn any AI chat or agent run into a beautiful, shareable public page. Description: Turn any AI chat or agent run into a beautiful, shareable public page. Remote endpoints: streamable-http: https://superfact.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://superfact.ai/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-superfact-superfact https://superfact.ai/api/mcp --- ## Criterion URL: https://mcp-marketplace.io/server/io-github-balajsaleem-criterion Summary: Semantic search across 6,236 Quran verses and 12,416 authentic Hadiths for Islamic guidance. Description: Semantic search across 6,236 Quran verses and 12,416 authentic Hadiths for Islamic guidance. Remote endpoints: streamable-http: https://criterion.life/api/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/BalajSaleem/criterion Security Score: 10/10 Creator: BalajSaleem Creator Reputation: B Version: 1.0.0 --- ## Igdb URL: https://mcp-marketplace.io/server/ai-smithery-bielacki-igdb-mcp-server Summary: Explore and discover video games from the Internet Game Database. Search titles, view detailed inf… Description: Explore and discover video games from the Internet Game Database. Search titles, view detailed inf… Remote endpoints: streamable-http: https://server.smithery.ai/@bielacki/igdb-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/bielacki/igdb-mcp-server Security Score: 10/10 Creator: Bielacki Creator Reputation: B Version: 1.14.0 --- ## Gemini 3 Online URL: https://mcp-marketplace.io/server/io-github-rocnubie-gemini-3-online-mcp Summary: Gemini 3 Online is an online chat interface that lets users interact with the Gemini 3 model for Category: AI & ML Mode: local Pricing: Free GitHub: https://github.com/rocnubie/gemini-3-online-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Creator Deals URL: https://mcp-marketplace.io/server/io-github-closermethod-creator-deals-mcp Summary: Deal mechanics for brand deals, UGC, and newsletter sponsorships: rights, exclusivity, negotiation. Category: Developer Tools Mode: local Pricing: Free npm: creator-deals-mcp GitHub: https://github.com/closermethod/creator-deals-mcp Security Score: 6.7/10 Creator: Closermethod Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-closermethod-creator-deals-mcp -- npx -y creator-deals-mcp@1.0.2 --- ## Wordcast URL: https://mcp-marketplace.io/server/io-github-rocnubie-wordcast-mcp Summary: WordCast is a browser-based text-to-speech reader that runs entirely on-device using the Web Speech Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/wordcast-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Twitterapi Io URL: https://mcp-marketplace.io/server/io-github-kaitoinfra-twitterapi-io-mcp-server Summary: Official MCP server for twitterapi.io — Twitter/X data (tweets, users, followers, trends). Category: Marketing & Social Mode: local Pricing: Free npm: @kaitoinfra/twitterapi-io-mcp-server GitHub: https://github.com/kaitoInfra/twitterapi-io-mcp-server Security Score: 6.2/10 Creator: KaitoInfra Creator Reputation: B Version: 0.1.2 Required Credentials: TWITTERAPI_IO_API_KEY (required) Install (Claude Code): claude mcp add io-github-kaitoinfra-twitterapi-io-mcp-server -- npx -y @kaitoinfra/twitterapi-io-mcp-server@0.1.2 --- ## Clawphunks URL: https://mcp-marketplace.io/server/io-github-jefdiesel-clawphunks Summary: Mint and trade ClawPhunks NFTs - 10k pixel punks for AI agents. x402 payment, ethscriptions on L1. Category: Developer Tools Mode: local Pricing: Free npm: clawphunks-mcp GitHub: https://github.com/jefdiesel/clawphunks Security Score: 7.8/10 Creator: Jefdiesel Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-jefdiesel-clawphunks -- npx -y clawphunks-mcp --- ## Packages URL: https://mcp-marketplace.io/server/io-github-snehdhruv-trillboards-dooh Summary: DOOH advertising via AI agents. 5,000+ screens with edge AI audience intelligence. Description: DOOH advertising via AI agents. 5,000+ screens with edge AI audience intelligence. Remote endpoints: streamable-http: https://api.trillboards.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.trillboards.com/mcp GitHub: https://github.com/trillboards/packages MCP Tools (74): register_partner, get_partner_info, register_device, list_devices, get_device, delete_device, get_device_ads, record_impression, batch_impressions, device_heartbeat, get_analytics, create_webhook, list_webhooks, update_webhook, delete_webhook, test_webhook, get_webhook_deliveries, discover_inventory, get_live_audience, get_audience_forecast, create_campaign, get_campaign_performance, get_network_stats, get_signals, activate_signal, get_adcp_capabilities, get_products, create_media_buy, update_media_buy, sync_creatives, get_media_buy_delivery, provide_performance_feedback, log_event, get_pricing, get_usage_summary, setup_billing, purchase_credits, get_billing_status, get_campaign_attribution, get_attribution_timeseries, get_attention_metrics, get_creative_attention, get_multi_touch_attribution, get_cross_channel_journey, get_incrementality, create_experiment, get_creative_attribution, get_roas, export_cohort, get_audience_lookalike, semantic_audience_search, get_campaign_heatmap, verify_proof_of_play, query_observations, semantic_search_observations, anomaly_detect, cross_signal_correlate, configure_sensing, export_dataset, predictive_query, get_social_attention, find_similar_moments, predict_moment_quality, recommend_creative, get_social_contagion_summary, get_dataset_stats, get_content_performance, search_content, get_content_recommendations, list_endpoints, describe_endpoint, validate_request, list_error_codes, query_changelog Security Score: 8/10 Creator: Trillboards Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-snehdhruv-trillboards-dooh https://api.trillboards.com/mcp --- ## Politeia URL: https://mcp-marketplace.io/server/io-github-politeia-agents-politeia Summary: Public governance wiki where AI agents propose, debate, amend and vote. Description: Public governance wiki where AI agents propose, debate, amend and vote. Remote endpoints: streamable-http: https://politeia-agents.politeia-agents.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://politeia-agents.politeia-agents.workers.dev/mcp GitHub: https://github.com/politeia-agents/politeia Security Score: 4.2/10 Creator: Politeia Agents Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-politeia-agents-politeia https://politeia-agents.politeia-agents.workers.dev/mcp --- ## Brave Search URL: https://mcp-marketplace.io/server/ai-smithery-brave Summary: Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,… Description: Visit https://brave.com/search/api/ for a free API key. Search the web, local businesses, images,… Remote endpoints: streamable-http: https://server.smithery.ai/brave/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/brave/brave-search-mcp-server Security Score: 10/10 Creator: Brave Creator Reputation: B Version: 2.0.58 --- ## Ai Hive URL: https://mcp-marketplace.io/server/io-github-wubin1836-ai-hive-aigc Summary: Generate and edit images and videos for ecommerce, marketing and advertising with AI-HIVE. Description: Generate and edit images and videos for ecommerce, marketing and advertising with AI-HIVE. Remote endpoints: streamable-http: https://ai-hive.iclip.cn/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-hive.iclip.cn/api/mcp GitHub: https://github.com/wubin1836/ai-hive-mcp-server Security Score: 10/10 Creator: Wubin1836 Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-wubin1836-ai-hive-aigc https://ai-hive.iclip.cn/api/mcp --- ## Abell URL: https://mcp-marketplace.io/server/io-github-abelljs-abell Summary: AI tools related to Abell. Currently includes MCP of Abell Category: Developer Tools Mode: local Pricing: Free npm: abell-ai GitHub: https://github.com/abelljs/abell Security Score: 9.7/10 Creator: Abelljs Creator Reputation: B Version: 0.0.9 Install (Claude Code): claude mcp add io-github-abelljs-abell -- npx -y abell-ai --- ## Knotrik URL: https://mcp-marketplace.io/server/com-knotrik-knotrik Summary: Query and audit AppSheet apps in natural language via Knotrik's pre-scanned definitions. Description: Query and audit AppSheet apps in natural language via Knotrik's pre-scanned definitions. Remote endpoints: streamable-http: https://mcp.knotrik.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.knotrik.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.9.4 Install (Claude Code Remote): claude mcp add --transport http com-knotrik-knotrik https://mcp.knotrik.com/mcp --- ## Vivioo URL: https://mcp-marketplace.io/server/io-github-viviooio-vivioo Summary: Trust infrastructure for AI agents. Directory, jobs, verification, and 360 feedback. Description: Trust infrastructure for AI agents. Directory, jobs, verification, and 360 feedback. Remote endpoints: sse: https://mcp.vivioo.io/v2/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.vivioo.io/v2/sse GitHub: https://github.com/viviooio/vivioo-mcp Security Score: 4.2/10 Creator: Viviooio Creator Reputation: B Version: 2.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-viviooio-vivioo https://mcp.vivioo.io/v2/sse --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-cleanslice-mcp Summary: Architecture docs and patterns for NestJS + Nuxt full-stack apps Description: Architecture docs and patterns for NestJS + Nuxt full-stack apps Remote endpoints: streamable-http: https://mcp.cleanslice.org/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/CleanSlice/mcp Security Score: 10/10 Creator: CleanSlice Creator Reputation: B Version: 1.0.0 --- ## Manifest URL: https://mcp-marketplace.io/server/com-zomato-mcp Summary: An MCP server that exposes functionalities to use Zomato's services. Description: An MCP server that exposes functionalities to use Zomato's services. Remote endpoints: streamable-http: https://mcp-server.zomato.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server.zomato.com/mcp GitHub: https://github.com/Zomato/mcp-server-manifest Security Score: 10/10 Creator: Zomato Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-zomato-mcp https://mcp-server.zomato.com/mcp --- ## Rendry URL: https://mcp-marketplace.io/server/io-rendry-rendry Summary: Deterministic image rendering for agents: JSON template in, on-brand PNG out. Description: Deterministic image rendering for agents: JSON template in, on-brand PNG out. Remote endpoints: streamable-http: https://rendry.io/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rendry.io/api/v1/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.17.0 Install (Claude Code Remote): claude mcp add --transport http io-rendry-rendry https://rendry.io/api/v1/mcp --- ## Copilot Memory URL: https://mcp-marketplace.io/server/io-github-labforgedev-copilot-memory-mcp Summary: Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/LabForgeDev/copilot-memory-mcp Security Score: 10/10 Creator: LabForgeDev Creator Reputation: B Version: 1.0.0 --- ## Bazi URL: https://mcp-marketplace.io/server/ai-smithery-minionszyw-bazi Summary: Generate BaZi charts from birth details. Explore Four Pillars, solar terms, and Luck Pillars for d… Description: Generate BaZi charts from birth details. Explore Four Pillars, solar terms, and Luck Pillars for d… Remote endpoints: streamable-http: https://server.smithery.ai/@minionszyw/bazi/mcp Category: File & Storage Mode: dual Pricing: Free GitHub: https://github.com/minionszyw/bazi Security Score: 10/10 Creator: Minionszyw Creator Reputation: B Version: 1.14.0 --- ## Unifi URL: https://mcp-marketplace.io/server/io-github-sirkirby-unifi-access-mcp Summary: Manage UniFi Access doors, credentials, policies, visitors, and events via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: unifi-access-mcp GitHub: https://github.com/sirkirby/unifi-mcp Security Score: 9/10 Creator: Sirkirby Creator Reputation: B Version: 0.1.6 Required Credentials: UNIFI_HOST (optional), UNIFI_USERNAME (required), UNIFI_PASSWORD (required), UNIFI_API_KEY (required), UNIFI_PORT (optional), UNIFI_VERIFY_SSL (optional) Install (Claude Code): claude mcp add io-github-sirkirby-unifi-access-mcp -- uvx unifi-access-mcp --- ## Google Flights URL: https://mcp-marketplace.io/server/com-flightpowers-google-flights-mcp Summary: Real-time flight search: one-way and round-trip fares across date ranges, with price verdicts. Description: Real-time flight search: one-way and round-trip fares across date ranges, with price verdicts. Remote endpoints: streamable-http: https://google-flights-mcp.flightpowers.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://google-flights-mcp.flightpowers.com/mcp MCP Tools (2): search_oneway_flights, search_roundtrip_flights Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-flightpowers-google-flights-mcp https://google-flights-mcp.flightpowers.com/mcp --- ## Global URL: https://mcp-marketplace.io/server/org-memoryapi-global Summary: Global economic data from World Bank and OECD Description: Global economic data from World Bank and OECD Remote endpoints: streamable-http: https://global.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://global.memoryapi.org/mcp MCP Tools (3): get_global_gdp, get_world_bank_data, get_oecd_indicators Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-global https://global.memoryapi.org/mcp --- ## Clinicaltables URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-clinicaltables Summary: NIH Clinical Tables: ICD-10/9, RxTerms, LOINC, NPI, conditions search. Keyless. Description: NIH Clinical Tables: ICD-10/9, RxTerms, LOINC, NPI, conditions search. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/clinicaltables/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/clinicaltables/mcp GitHub: https://github.com/pipeworx-io/mcp-clinicaltables MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, conditions, icd10cm, icd9cm, procedures, drugs, loinc, npi_individual, npi_organization, ucum, disease_names Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-clinicaltables https://gateway.pipeworx.io/clinicaltables/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-scientificmicroservices-mcp Summary: Valid and reliable data engineering and statistical analysis without hallucinations. Description: Valid and reliable data engineering and statistical analysis without hallucinations. Remote endpoints: streamable-http: https://mcp.scientificmicroservices.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scientificmicroservices.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-scientificmicroservices-mcp https://mcp.scientificmicroservices.com/mcp --- ## Uk Due Diligence URL: https://mcp-marketplace.io/server/io-github-paulieb89-uk-due-diligence-mcp Summary: UK due diligence — Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT Description: UK due diligence — Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT Remote endpoints: streamable-http: https://uk-due-diligence-mcp.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: uk-due-diligence-mcp Remote URL: https://uk-due-diligence-mcp.fly.dev/mcp GitHub: https://github.com/paulieb89/uk-due-diligence-mcp Security Score: 10/10 Creator: BOUCH Creator Reputation: B- Version: 1.0.3 Install (Claude Code): claude mcp add io-github-paulieb89-uk-due-diligence-mcp -- uvx uk-due-diligence-mcp==1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-paulieb89-uk-due-diligence-mcp https://uk-due-diligence-mcp.fly.dev/mcp --- ## Bazi Api URL: https://mcp-marketplace.io/server/io-github-ghdejr11-beep-bazi-api Summary: Deterministic Korean Saju / BaZi Four Pillars MCP. Day Master, five elements, compatibility. Description: Deterministic Korean Saju / BaZi Four Pillars MCP. Day Master, five elements, compatibility. Remote endpoints: streamable-http: https://bazi-api.kunstudio.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bazi-api.kunstudio.workers.dev/mcp MCP Tools (2): bazi_chart, bazi_compatibility Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ghdejr11-beep-bazi-api https://bazi-api.kunstudio.workers.dev/mcp --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-currency-converter-mcp Summary: MCP server for currency_converter_mcp Description: MCP server for currency_converter_mcp Remote endpoints: streamable-http: https://currency_converter_mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://currency_converter_mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 9.9/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-currency-converter-mcp https://currency_converter_mcp.mcpize.run/mcp --- ## Flux URL: https://mcp-marketplace.io/server/io-github-black-forest-labs-flux-mcp Summary: Official FLUX MCP server. Generate, edit, vary, and browse images from Black Forest Labs. Description: Official FLUX MCP server. Generate, edit, vary, and browse images from Black Forest Labs. Remote endpoints: streamable-http: https://mcp.bfl.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bfl.ai Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-black-forest-labs-flux-mcp https://mcp.bfl.ai --- ## DRAIN URL: https://mcp-marketplace.io/server/io-github-kimbo128-drain-mcp Summary: Pay for AI inference with USDC micropayments on Polygon. No API keys needed. Category: Developer Tools Mode: local Pricing: Free npm: drain-mcp GitHub: https://github.com/kimbo128/DRAIN Security Score: 6.5/10 Installs: 1 Creator: Kimbo128 Creator Reputation: B Version: 0.1.3 Required Credentials: DRAIN_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-kimbo128-drain-mcp -- npx -y drain-mcp@0.4.1 --- ## Jupyter URL: https://mcp-marketplace.io/server/io-github-chengjiale150-jupyter-mcp-server Summary: A powerful MCP server for AI-driven Jupyter Notebook management and execution Category: Developer Tools Mode: local Pricing: Free PyPI: better-jupyter-mcp-server GitHub: https://github.com/ChengJiale150/jupyter-mcp-server Security Score: 2.5/10 Creator: ChengJiale150 Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-chengjiale150-jupyter-mcp-server -- uvx better-jupyter-mcp-server==1.4.12 --- ## Reddit Ads URL: https://mcp-marketplace.io/server/io-github-mharnett-reddit-ads Summary: Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting. Category: Marketing & Social Mode: local Pricing: Free npm: mcp-reddit-ads GitHub: https://github.com/mharnett/mcp-reddit-ads Security Score: 8/10 Creator: Mharnett Creator Reputation: B Version: 1.0.1 Required Credentials: REDDIT_CLIENT_ID (optional), REDDIT_CLIENT_SECRET (required), REDDIT_REFRESH_TOKEN (required) Install (Claude Code): claude mcp add io-github-mharnett-reddit-ads -- npx -y mcp-reddit-ads@1.1.1 --- ## Hive Mcp Escrow URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-escrow Summary: Trust-minimized USDC escrow for autonomous agent transactions Description: Trust-minimized USDC escrow for autonomous agent transactions Remote endpoints: streamable-http: https://hive-mcp-escrow.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-escrow.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-escrow MCP Tools (4): open_escrow, fund_escrow, release, dispute Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-escrow https://hive-mcp-escrow.onrender.com/mcp --- ## Predict URL: https://mcp-marketplace.io/server/com-gocreativeai-predict-predict Summary: Live prediction markets: Polymarket + Kalshi prices, odds, order books. Pay-per-call USDC, no key. Description: Live prediction markets: Polymarket + Kalshi prices, odds, order books. Pay-per-call USDC, no key. Remote endpoints: streamable-http: https://predict.gocreativeai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://predict.gocreativeai.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gocreativeai-predict-predict https://predict.gocreativeai.com/mcp --- ## Archive 35 URL: https://mcp-marketplace.io/server/io-github-wolfschram-archive35-photography Summary: Search and license C2PA verified fine art photography. 1,109 images, 55 countries. Category: Developer Tools Mode: local Pricing: Free PyPI: archive35-commerce-mcp GitHub: https://github.com/wolfschram/archive-35.com Security Score: 10/10 Creator: wolfschram Creator Reputation: C Version: 1.0.1 Install (Claude Code): claude mcp add io-github-wolfschram-archive35-photography -- uvx archive35-commerce-mcp==1.0.1 --- ## Payer Api Directory URL: https://mcp-marketplace.io/server/com-dropwatchhq-payer-api-directory Summary: Directory of US clearinghouse/payer APIs (Availity, Optum, Waystar) with pricing & access signals. Description: Directory of US clearinghouse/payer APIs (Availity, Optum, Waystar) with pricing & access signals. Remote endpoints: streamable-http: https://clearinghouse.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clearinghouse.dropwatchhq.com/mcp MCP Tools (4): list_clearinghouses, get_clearinghouse, vendors_by_function, recommend_clearinghouse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-payer-api-directory https://clearinghouse.dropwatchhq.com/mcp --- ## Sports URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-sports Summary: Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required) Description: Sports MCP — wraps TheSportsDB API (free tier, test key 3, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/sports/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/sports/mcp GitHub: https://github.com/pipeworx-io/mcp-sports MCP Tools (9): discover_tools, remember, recall, forget, search_teams, search_players, get_league_table, get_last_events, get_next_events Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-sports https://gateway.pipeworx.io/sports/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-balldontlie-mcp Summary: MCP server for BALLDONTLIE API Description: MCP server for BALLDONTLIE API Remote endpoints: streamable-http: https://mcp.balldontlie.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.balldontlie.io/mcp GitHub: https://github.com/balldontlie-api/mcp Security Score: 10/10 Creator: Balldontlie Api Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-balldontlie-mcp https://mcp.balldontlie.io/mcp --- ## Grid URL: https://mcp-marketplace.io/server/io-github-velogerber-aiegis Summary: AI agent security and governance. Register, verify, scan, and monitor agents. Description: AI agent security and governance. Register, verify, scan, and monitor agents. Remote endpoints: sse: https://aiegis.ie/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aiegis.ie/mcp GitHub: https://github.com/AiEGIS-ie/Grid MCP Tools (6): aegis_register, aegis_verify, aegis_scan, aegis_health, aegis_agents, aegis_quarantine Security Score: 10/10 Creator: AiEGIS Ie Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-velogerber-aiegis https://aiegis.ie/mcp --- ## Agendum URL: https://mcp-marketplace.io/server/io-github-sralli-agendum Summary: AI agent memory: task tracking, scoped work packages, decisions, and cross-session continuity Category: Developer Tools Mode: local Pricing: Free PyPI: agendum GitHub: https://github.com/sralli/agendum Security Score: 10/10 Creator: Sralli Creator Reputation: B Version: 0.3.4 Install (Claude Code): claude mcp add io-github-sralli-agendum -- uvx agendum==0.3.4 --- ## Claude Amplifier URL: https://mcp-marketplace.io/server/io-github-sisuthros-claude-amplifier Summary: Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud. Category: Developer Tools Mode: local Pricing: Free npm: claude-amplifier GitHub: https://github.com/Sisuthros/claude-amplifier Security Score: 5.8/10 Creator: Sisuthros Creator Reputation: B Version: 1.5.3 Install (Claude Code): claude mcp add io-github-sisuthros-claude-amplifier -- npx -y claude-amplifier@1.5.3 --- ## Paper Chaser URL: https://mcp-marketplace.io/server/io-github-joshuasundance-swca-paper-chaser-mcp Summary: MCP server for academic papers, citations, authors, ECOS dossiers, and Federal Register text. Category: Education & Research Mode: local Pricing: Free GitHub: https://github.com/joshuasundance-swca/paper-chaser-mcp Security Score: 5.2/10 Creator: Joshuasundance Swca Creator Reputation: B Version: 0.2.2 --- ## Whatsapp Go URL: https://mcp-marketplace.io/server/ai-smithery-samihalawa-whatsapp-go-mcp Summary: Scan QR codes and go! No more troublesome autos or APIs! Send text messages, images, links, locati… Description: Scan QR codes and go! No more troublesome autos or APIs! Send text messages, images, links, locati… Remote endpoints: streamable-http: https://server.smithery.ai/@samihalawa/whatsapp-go-mcp/mcp Category: Communication Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@samihalawa/whatsapp-go-mcp/mcp GitHub: https://github.com/samihalawa/whatsapp-go-mcp Security Score: 10/10 Creator: Samihalawa Creator Reputation: B Version: v7.5.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-samihalawa-whatsapp-go-mcp https://server.smithery.ai/@samihalawa/whatsapp-go-mcp/mcp --- ## Cerebro URL: https://mcp-marketplace.io/server/io-github-benjixone-cerebro-mcp Summary: Government tenders, awards and pre-tender pipelines from 21 official sources as MCP tools. Description: Government tenders, awards and pre-tender pipelines from 21 official sources as MCP tools. Remote endpoints: streamable-http: https://cerebroradar.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cerebroradar.com/mcp GitHub: https://github.com/benjixone/cerebro-mcp Security Score: 10/10 Creator: Benjixone Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-benjixone-cerebro-mcp https://cerebroradar.com/mcp --- ## Units URL: https://mcp-marketplace.io/server/io-github-sellisd-mcp-units Summary: An MCP server that provides some common units conversions for cooking Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-units GitHub: https://github.com/sellisd/mcp-units Security Score: 9.5/10 Creator: Sellisd Creator Reputation: B Version: 0.3.3 Install (Claude Code): claude mcp add io-github-sellisd-mcp-units -- uvx mcp-units==0.3.3 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-env Summary: MCP server for .env file validation, parsing, and comparison. Category: Developer Tools Mode: local Pricing: Free npm: env-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-env -- npx -y env-forge-mcp --- ## Appstore Connect URL: https://mcp-marketplace.io/server/io-github-sardorbekr-appstore-connect Summary: MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more. Category: Developer Tools Mode: local Pricing: Free npm: asc-mcp GitHub: https://github.com/SardorbekR/appstore-connect-mcp Security Score: 1.3/10 Creator: SardorbekR Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-sardorbekr-appstore-connect -- npx -y asc-mcp@1.1.0 --- ## Health URL: https://mcp-marketplace.io/server/org-memoryapi-health Summary: Health data: NIH grants, WHO statistics, and genetic variants Description: Health data: NIH grants, WHO statistics, and genetic variants Remote endpoints: streamable-http: https://health.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://health.memoryapi.org/mcp MCP Tools (4): get_nih_grants, get_who_health, get_genetic_variants, get_protein_expression Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-health https://health.memoryapi.org/mcp --- ## Notify URL: https://mcp-marketplace.io/server/io-github-aahl-mcp-notify Summary: MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-notify GitHub: https://github.com/aahl/mcp-notify Security Score: 2.3/10 Creator: Aahl Creator Reputation: B Version: 0.1.11 Required Credentials: WEWORK_BOT_KEY (required), WEWORK_APP_CORPID (optional), WEWORK_APP_SECRET (required), WEWORK_APP_AGENTID (optional), WEWORK_APP_TOUSER (optional), DINGTALK_BOT_KEY (required), LARK_BOT_KEY (required), FEISHU_BOT_KEY (required), TELEGRAM_DEFAULT_CHAT (optional), TELEGRAM_BOT_TOKEN (required), PUSH_PLUS_TOKEN (required), TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-aahl-mcp-notify -- uvx mcp-notify==0.1.11 --- ## Nan Forget URL: https://mcp-marketplace.io/server/io-github-nanmesh-nan-forget Summary: AI that remembers. Local-first cross-session, cross-project long-term memory for coding tools. Category: Developer Tools Mode: local Pricing: Free npm: nan-forget GitHub: https://github.com/NaNMesh/nan-forget Security Score: 8/10 Creator: NaNMesh Creator Reputation: B Version: 0.6.8 Required Credentials: OPENAI_API_KEY (required), NAN_FORGET_EMBEDDING_PROVIDER (optional), NAN_FORGET_USER_ID (optional), NAN_FORGET_PROJECT_ROOT (optional) Install (Claude Code): claude mcp add io-github-nanmesh-nan-forget -- npx -y nan-forget@0.6.8 --- ## Gapbase URL: https://mcp-marketplace.io/server/io-github-thevibepreneur-gapbase-mcp Summary: Search 474 validated startup gaps by industry, role, or keyword. Works offline. Category: Developer Tools Mode: local Pricing: Free npm: gapbase-mcp GitHub: https://github.com/thevibepreneur/gapbase-mcp Security Score: 8/10 Creator: Thevibepreneur Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-thevibepreneur-gapbase-mcp -- npx -y gapbase-mcp@0.1.1 --- ## Speech Ai Examples URL: https://mcp-marketplace.io/server/io-github-fasuizu-br-image-tools Summary: Background removal, 4x upscaling, and face restoration via GPU Description: Background removal, 4x upscaling, and face restoration via GPU Remote endpoints: streamable-http: https://apim-ai-apis.azure-api.net/mcp/image/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://apim-ai-apis.azure-api.net/mcp/image/mcp GitHub: https://github.com/fasuizu-br/speech-ai-examples Security Score: 10/10 Creator: Fasuizu Br Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fasuizu-br-image-tools https://apim-ai-apis.azure-api.net/mcp/image/mcp --- ## Claude Code Bridge URL: https://mcp-marketplace.io/server/io-github-rahuljava2807-claude-bridge-mcp Summary: Pipes Claude Code session output into Claude Chat — no more copy-paste between tools Category: Developer Tools Mode: local Pricing: Free npm: @rahulonramp2807/claude-bridge-mcp GitHub: https://github.com/rahuljava2807/claude-code-bridge-mcp Security Score: 8/10 Creator: Rahuljava2807 Creator Reputation: B Version: 2.2.0 Install (Claude Code): claude mcp add io-github-rahuljava2807-claude-bridge-mcp -- npx -y @rahulonramp2807/claude-bridge-mcp@2.2.0 --- ## Graphlit URL: https://mcp-marketplace.io/server/ai-zine-mcp Summary: Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere. Description: Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere. Remote endpoints: streamable-http: https://www.zine.ai/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/graphlit/graphlit-mcp-server Security Score: 10/10 Creator: Graphlit Creator Reputation: B Version: 1.0.0 --- ## Guardrly URL: https://mcp-marketplace.io/server/io-github-fishcoco-code-guardrly-mcp Summary: Non-invasive AI Agent monitoring — audit every API call to Shopify, Meta Ads, and more Category: Developer Tools Mode: local Pricing: Free PyPI: guardrly GitHub: https://github.com/fishcoco-code/guardrly-mcp Security Score: 9/10 Creator: Fishcoco Code Creator Reputation: B Version: 0.1.3 Required Credentials: GUARDRLY_API_KEY (required), GUARDRLY_API_URL (optional), HMAC_SECRET (required) Install (Claude Code): claude mcp add io-github-fishcoco-code-guardrly-mcp -- uvx guardrly==0.1.3 --- ## Prism URL: https://mcp-marketplace.io/server/com-gocreativeai-enrich-prism Summary: People-enrich: work email + phone, company & domain enrichment. Pay-per-call USDC, no key. Description: People-enrich: work email + phone, company & domain enrichment. Pay-per-call USDC, no key. Remote endpoints: streamable-http: https://enrich.gocreativeai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://enrich.gocreativeai.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gocreativeai-enrich-prism https://enrich.gocreativeai.com/mcp --- ## Perf URL: https://mcp-marketplace.io/server/io-github-perf-ai-perf-mcp Summary: Fact-check and fix AI outputs. Hallucination detection, schema validation, auto-repair. Category: Developer Tools Mode: local Pricing: Free npm: perf-mcp GitHub: https://github.com/Perf-Technology/perf-mcp Security Score: 7/10 Creator: Shreyas Deshmukh Creator Reputation: D Version: 0.1.1 Required Credentials: PERF_API_KEY (required) Install (Claude Code): claude mcp add io-github-perf-ai-perf-mcp -- npx -y perf-mcp@0.1.1 --- ## Oasyce Sdk URL: https://mcp-marketplace.io/server/io-github-shangri-la-0428-oasyce Summary: On-chain economy for AI agents: escrow, marketplace, data rights, reputation, disputes. Category: Developer Tools Mode: local Pricing: Free PyPI: oasyce-sdk GitHub: https://github.com/Shangri-la-0428/oasyce-sdk Security Score: 6.5/10 Creator: Shangri La 0428 Creator Reputation: B Version: 0.4.1 Required Credentials: OASYCE_NODE (optional), OASYCE_FAUCET (optional) Install (Claude Code): claude mcp add io-github-shangri-la-0428-oasyce -- uvx oasyce-sdk==0.13.0 --- ## Vessel Browser URL: https://mcp-marketplace.io/server/io-github-unmodeled-tyler-vessel-browser Summary: AI-native browser runtime for autonomous agents with human-in-the-loop supervision Category: Developer Tools Mode: local Pricing: Free npm: @quanta-intellect/vessel-browser GitHub: https://github.com/unmodeled-tyler/vessel-browser Security Score: 6.6/10 Creator: Unmodeled Tyler Creator Reputation: B Version: 0.1.10 Install (Claude Code): claude mcp add io-github-unmodeled-tyler-vessel-browser -- npx -y @quanta-intellect/vessel-browser@0.1.58 --- ## Aiact URL: https://mcp-marketplace.io/server/io-github-thegridwork-aiact Summary: Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports. Category: Developer Tools Mode: local Pricing: Free npm: gridwork-aiact GitHub: https://github.com/thegridwork/aiact Security Score: 10/10 Creator: Thegridwork Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-thegridwork-aiact -- npx -y gridwork-aiact@1.1.0 --- ## Ref Tools URL: https://mcp-marketplace.io/server/ai-smithery-ref-tools-ref-tools-mcp Summary: Provide your AI coding tools with token-efficient access to up-to-date technical documentation for… Description: Provide your AI coding tools with token-efficient access to up-to-date technical documentation for… Remote endpoints: streamable-http: https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/ref-tools/ref-tools-mcp Security Score: 7/10 Creator: Ref Tools Creator Reputation: B Version: 3.0.0 --- ## Ilostat URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ilostat Summary: ILOSTAT (International Labour Organization statistics) MCP — global labour Description: ILOSTAT (International Labour Organization statistics) MCP — global labour Remote endpoints: streamable-http: https://gateway.pipeworx.io/ilostat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ilostat/mcp GitHub: https://github.com/pipeworx-io/mcp-ilostat MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_dataflows, dataflow_structure, get_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ilostat https://gateway.pipeworx.io/ilostat/mcp --- ## Form2web URL: https://mcp-marketplace.io/server/io-github-sandeep1995-form2web Summary: AI website builder (Wix/Framer alt). SlateHut MCP over HTTP: tools, schemas. Bearer auth. Description: AI website builder (Wix/Framer alt). SlateHut MCP over HTTP: tools, schemas. Bearer auth. Remote endpoints: streamable-http: https://slatehut.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://slatehut.com/api/mcp GitHub: https://github.com/sandeep1995/form2web Security Score: 8/10 Creator: Sandeep1995 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sandeep1995-form2web https://slatehut.com/api/mcp --- ## Fabric URL: https://mcp-marketplace.io/server/io-github-fabric-protocol-fabric Summary: Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP. Description: Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP. Remote endpoints: streamable-http: https://fabric-api-393345198409.us-west1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fabric-api-393345198409.us-west1.run.app/mcp GitHub: https://github.com/Fabric-Protocol/fabric MCP Tools (49): fabric_bootstrap, fabric_get_meta, fabric_get_categories, fabric_get_regions, fabric_search_listings, fabric_search_requests, fabric_create_unit, fabric_publish_unit, fabric_unpublish_unit, fabric_create_request, fabric_publish_request, fabric_unpublish_request, fabric_list_units, fabric_list_requests, fabric_update_unit, fabric_delete_unit, fabric_update_request, fabric_delete_request, fabric_get_node_listings, fabric_get_node_requests, fabric_get_node_listings_by_category, fabric_get_node_requests_by_category, fabric_get_nodes_categories_summary, fabric_create_auth_key, fabric_list_auth_keys, fabric_revoke_auth_key, fabric_get_unit, fabric_get_request, fabric_get_offer, fabric_get_events, fabric_get_credits, fabric_create_offer, fabric_counter_offer, fabric_accept_offer, fabric_reject_offer, fabric_cancel_offer, fabric_reveal_contact, fabric_list_offers, fabric_get_credit_quote, fabric_buy_credit_pack_stripe, fabric_subscribe_stripe, fabric_buy_credit_pack_crypto, fabric_get_crypto_currencies, fabric_get_profile, fabric_update_profile, fabric_get_ledger, fabric_get_referral_code, fabric_get_referral_stats, fabric_claim_referral Security Score: 10/10 Creator: Pilsang Park Creator Reputation: C Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fabric-protocol-fabric https://fabric-api-393345198409.us-west1.run.app/mcp --- ## Overseerr URL: https://mcp-marketplace.io/server/tv-tootie-overseerr-mcp Summary: MCP server for Overseerr media requests and discovery. Category: Developer Tools Mode: local Pricing: Free PyPI: overseerr-mcp GitHub: https://github.com/jmagar/overseerr-mcp Security Score: 10/10 Creator: Jmagar Creator Reputation: B Version: 1.0.1 Required Credentials: OVERSEERR_URL (optional), OVERSEERR_API_KEY (required) Install (Claude Code): claude mcp add tv-tootie-overseerr-mcp -- uvx overseerr-mcp==1.0.2 --- ## Scispot URL: https://mcp-marketplace.io/server/io-scispot-mcp Summary: Turn any LLM into your lab assistant: search samples, track experiments, analyze data with AI. Description: Turn any LLM into your lab assistant: search samples, track experiments, analyze data with AI. Remote endpoints: streamable-http: https://mcp.scispot.io/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scispot.io/ GitHub: https://github.com/scispot-repo/scispot-mcp-server Security Score: 10/10 Creator: Scispot Repo Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-scispot-mcp https://mcp.scispot.io/ --- ## Twelvelabs URL: https://mcp-marketplace.io/server/io-github-micro-jay-twelvelabs-mcp-server Summary: MCP server for ElevenLabs Conversational AI (not TwelveLabs video) — agents, KB, voices Category: Developer Tools Mode: local Pricing: Free npm: twelvelabs-mcp-server GitHub: https://github.com/micro-JAY/twelvelabs-mcp-server Security Score: 4/10 Creator: Micro JAY Creator Reputation: B Version: 1.0.1 Required Credentials: ELEVENLABS_API_KEY (required) Install (Claude Code): claude mcp add io-github-micro-jay-twelvelabs-mcp-server -- npx -y twelvelabs-mcp-server@1.0.1 --- ## Memori URL: https://mcp-marketplace.io/server/io-github-memorilabs-memori-mcp Summary: Memori MCP server — persistent AI memory with recall and augmentation tools Category: Developer Tools Mode: local Pricing: Free npm: @memorilabs/memori-mcp GitHub: https://github.com/MemoriLabs/memori-mcp Security Score: 8/10 Creator: MemoriLabs Creator Reputation: B Version: 1.0.0 Required Credentials: MEMORI_API_KEY (required) Install (Claude Code): claude mcp add io-github-memorilabs-memori-mcp -- npx -y @memorilabs/memori-mcp@1.0.0 --- ## DevDocs URL: https://mcp-marketplace.io/server/io-github-madhan-g-p-devdocs-mcp Summary: Local DevDocs MCP Server (Developer Docs with project specific context awareness) Category: Developer Tools Mode: local Pricing: Free npm: @madhan-g-p/devdocs-mcp-server GitHub: https://github.com/madhan-g-p/DevDocs-MCP Security Score: 8/10 Creator: madhan-g-p Creator Reputation: C- Version: 1.0.0 Install (Claude Code): claude mcp add io-github-madhan-g-p-devdocs-mcp -- npx -y @madhan-g-p/devdocs-mcp-server@1.0.1 --- ## Cervellaswarm URL: https://mcp-marketplace.io/server/io-github-rafapra3008-lu-mcp-server Summary: Verify AI agent communication with session types and formal proofs Category: Developer Tools Mode: local Pricing: Free PyPI: lu-mcp-server GitHub: https://github.com/rafapra3008/cervellaswarm.git Security Score: 7/10 Creator: Rafapra3008 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-rafapra3008-lu-mcp-server -- uvx lu-mcp-server==0.1.3 --- ## Capstone URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-capstone Summary: MCP server exposing Capstone 5.0.7 disassembly framework Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-capstone GitHub: https://github.com/daedalus/mcp-capstone Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-capstone -- uvx mcp-capstone==0.1.0 --- ## ComOS Federation Gateway URL: https://mcp-marketplace.io/server/comos-federation-gateway Summary: AI commerce control plane — one MCP connection, every merchant, full checkout. Description: The ComOS Federation Gateway gives AI agents complete programmatic control of a live multi-merchant commerce network through a single MCP connection. Connect once and your agent can browse catalogs, manage carts, complete checkouts with Stripe payments, track orders, handle returns, and manage inventory across every merchant on the ComOS network. 39 MCP tools including 30 dedicated commerce operations plus a pass-through to the full REST API (43 endpoints). Production-validated with 5 active ten Category: Business Tools Mode: dual Pricing: Free Remote URL: https://mcp.comos-gateway.com/mcp/sse GitHub: https://github.com/ronrey/comos-federation-examples Security Score: 5.2/10 Creator: ron reynolds Creator Reputation: C+ Version: 1.0.0 Uptime Status: up Tags: commerce, ecommerce, shopping, ai-commerce, mcp, federation, multi-tenant, checkout, stripe, payments, catalog, cart, orders, inventory, oauth, enterprise, saas, marketplace, merchant-network, agent-commerce, agentic-commerce, retail, product-search, order-tracking, returns Use Cases: AI Shopping Assistants, Agentic Commerce, Multi-Store Product Search, Automated Checkout, Order Management, Inventory Monitoring, Customer Support Agents, Price Comparison, Product Recommendations, Agent-to-Merchant Integration Install (Claude Code Remote): claude mcp add --transport http comos-federation-gateway https://mcp.comos-gateway.com/mcp/sse --- ## SupplyMaven MCP Server URL: https://mcp-marketplace.io/server/supplymaven-mcp-server Summary: Bloomberg terminal for supply chain Description: Supply Chain risk data, real-time Manufacturing Index, Global Disruption Index, Port, Airport and Border congestion Mode: dual Pricing: Free Remote URL: https://supplymaven.com/api/mcp GitHub: https://github.com/SupplyMaven-SCR/supplymaven-mcp-server Security Score: 9/10 Creator: User Creator Reputation: C- Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http supplymaven-mcp-server https://supplymaven.com/api/mcp --- ## Smart Thinking URL: https://mcp-marketplace.io/server/ai-smithery-leghis-smart-thinking Summary: Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee… Description: Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee… Remote endpoints: streamable-http: https://server.smithery.ai/@Leghis/smart-thinking/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/Leghis/Smart-Thinking Security Score: 10/10 Creator: Leghis Creator Reputation: B Version: 0.0.0 --- ## Unesco Uis URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-unesco-uis Summary: UNESCO Institute for Statistics (UIS) MCP — keyless. Description: UNESCO Institute for Statistics (UIS) MCP — keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/unesco-uis/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/unesco-uis/mcp GitHub: https://github.com/pipeworx-io/mcp-unesco-uis MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_data, list_indicators, list_geounits Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-unesco-uis https://gateway.pipeworx.io/unesco-uis/mcp --- ## Sitehealth URL: https://mcp-marketplace.io/server/io-github-carsonroell-debug-sitehealth-mcp Summary: Full website health audit — SSL, DNS, DMARC/SPF/DKIM, performance, uptime, links Category: Developer Tools Mode: local Pricing: Free npm: sitehealth-mcp GitHub: https://github.com/carsonroell-debug/sitehealth-mcp Security Score: 10/10 Creator: Carsonroell Debug Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-carsonroell-debug-sitehealth-mcp -- npx -y sitehealth-mcp@0.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-sevalla-hosting-mcp Summary: Official Sevalla MCP — full PaaS API access through just 2 tools. Description: Official Sevalla MCP — full PaaS API access through just 2 tools. Remote endpoints: streamable-http: https://mcp.sevalla.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sevalla.com/mcp GitHub: https://github.com/sevalla-hosting/mcp Security Score: 9.5/10 Creator: Sevalla Hosting Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sevalla-hosting-mcp https://mcp.sevalla.com/mcp --- ## Panes URL: https://mcp-marketplace.io/server/com-getpanes-panes Summary: Send notifications, updates and daily digests to a person's phone — typed cards in a private feed. Description: Send notifications, updates and daily digests to a person's phone — typed cards in a private feed. Remote endpoints: streamable-http: https://getpanes.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getpanes.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-getpanes-panes https://getpanes.com/api/mcp --- ## Mcpwatch URL: https://mcp-marketplace.io/server/io-github-lazymac2x-mcpwatch Summary: Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard. Category: Developer Tools Mode: local Pricing: Free npm: mcpwatch-mcp GitHub: https://github.com/lazymac2x/mcpwatch Security Score: 9/10 Creator: Lazymac2x Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-lazymac2x-mcpwatch -- npx -y mcpwatch-mcp --- ## Brreg URL: https://mcp-marketplace.io/server/io-github-hellosverre-brreg Summary: MCP server for Norway's Brønnøysund business registry — lookup, search, roles. Category: Developer Tools Mode: local Pricing: Free npm: brreg-mcp GitHub: https://github.com/hellosverre/brreg-mcp Security Score: 10/10 Creator: Hellosverre Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-hellosverre-brreg -- npx -y brreg-mcp@0.1.1 --- ## Alpha Vantage URL: https://mcp-marketplace.io/server/io-github-alphavantage-alpha-vantage-mcp Summary: Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators Description: Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators Remote endpoints: sse: https://mcp.alphavantage.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.alphavantage.co/mcp GitHub: https://github.com/alphavantage/alpha_vantage_mcp Security Score: 10/10 Creator: Alphavantage Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alphavantage-alpha-vantage-mcp https://mcp.alphavantage.co/mcp --- ## Spotify URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-spotify Summary: MCP server for Spotify - let AI agents control playback, search music, and manage playlists Category: Content & Media Mode: local Pricing: Free npm: @striderlabs/mcp-spotify GitHub: https://github.com/markswendsen-code/mcp-spotify Security Score: 6/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-spotify -- npx -y @striderlabs/mcp-spotify@0.1.0 --- ## MCPClientMock URL: https://mcp-marketplace.io/server/io-github-akkshay10-mcpclientmock Summary: MCP server for James Bloom MockServer - create expectations, verify requests, and manage mock state Category: Developer Tools Mode: local Pricing: Free npm: mockserver-mcp GitHub: https://github.com/Akkshay10/MCPClientMock Security Score: 5.5/10 Creator: Akkshay10 Creator Reputation: B Version: 1.0.2 Required Credentials: MOCKSERVER_HOST (optional), MOCKSERVER_PORT (optional) Install (Claude Code): claude mcp add io-github-akkshay10-mcpclientmock -- npx -y mockserver-mcp@1.0.2 --- ## Insurelink URL: https://mcp-marketplace.io/server/io-github-skewing1-insurelink Summary: AI agent-to-agent SLA agreements on Base with insurance, reputation, and x402 payments. Description: AI agent-to-agent SLA agreements on Base with insurance, reputation, and x402 payments. Remote endpoints: streamable-http: https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-skewing1-insurelink https://ivnmscuuljqubunqcgkh.supabase.co/functions/v1/mcp-server/mcp --- ## Supermarkt URL: https://mcp-marketplace.io/server/nl-schappy-supermarkt Summary: Live Dutch supermarket prices and promotions (Albert Heijn, Jumbo, Lidl, Aldi and more) for AI. Description: Live Dutch supermarket prices and promotions (Albert Heijn, Jumbo, Lidl, Aldi and more) for AI. Remote endpoints: streamable-http: https://mcp.schappy.nl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.schappy.nl/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http nl-schappy-supermarkt https://mcp.schappy.nl/mcp --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-business-entity Summary: SEC company search and SBA business resources. 4 MCP tools for business intelligence. Description: SEC company search and SBA business resources. 4 MCP tools for business intelligence. Remote endpoints: streamable-http: https://business-entity-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://business-entity-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-business-entity https://business-entity-mcp.apify.actor/mcp --- ## Nomacms URL: https://mcp-marketplace.io/server/io-github-nomacms-nomacms-mcp-server Summary: MCP server for NomaCMS. Manage collections, fields, content, assets, and webhooks via AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @nomacms/mcp-server GitHub: https://github.com/NomaCMS/nomacms-mcp-server Security Score: 10/10 Creator: NomaCMS Creator Reputation: B Version: 1.2.2 Required Credentials: NOMA_API_KEY (required), NOMA_PROJECT_ID (optional) Install (Claude Code): claude mcp add io-github-nomacms-nomacms-mcp-server -- npx -y @nomacms/mcp-server@1.2.2 --- ## Turso Cloud URL: https://mcp-marketplace.io/server/io-github-spences10-mcp-turso-cloud Summary: MCP server for integrating Turso with LLMs Category: Data & Analytics Mode: local Pricing: Free npm: mcp-turso-cloud GitHub: https://github.com/spences10/mcp-turso-cloud Security Score: 10/10 Creator: Spences10 Creator Reputation: B Version: 0.0.9 Required Credentials: TURSO_API_TOKEN (required), TURSO_ORGANIZATION (optional), TURSO_DEFAULT_DATABASE (optional), TOKEN_EXPIRATION (optional), TOKEN_PERMISSION (optional) Install (Claude Code): claude mcp add io-github-spences10-mcp-turso-cloud -- npx -y mcp-turso-cloud@0.0.11 --- ## Fixatia URL: https://mcp-marketplace.io/server/io-github-tbrajkovic-fixatia-property-search Summary: Search real estate auction properties across Europe with filtering by country, price, and ROI. Description: Search real estate auction properties across Europe with filtering by country, price, and ROI. Remote endpoints: streamable-http: https://mcp.fixatia.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fixatia.com/api/mcp GitHub: https://github.com/tbrajkovic/Fixatia MCP Tools (4): search_properties, get_property, get_filter_options, send_property_inquiry Security Score: 9/10 Creator: Tbrajkovic Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tbrajkovic-fixatia-property-search https://mcp.fixatia.com/api/mcp --- ## A2asearch URL: https://mcp-marketplace.io/server/io-github-tadas-github-a2asearch-mcp Summary: Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: a2asearch-mcp GitHub: https://github.com/tadas-github/a2asearch-mcp Security Score: 7.5/10 Creator: Tadas Github Creator Reputation: B Version: 1.1.5 Install (Claude Code): claude mcp add io-github-tadas-github-a2asearch-mcp -- npx -y a2asearch-mcp@1.1.6 --- ## Paper Search Mcp Openai URL: https://mcp-marketplace.io/server/ai-smithery-adamamer20-paper-search-mcp-openai Summary: Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic… Description: Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic… Remote endpoints: streamable-http: https://server.smithery.ai/@adamamer20/paper-search-mcp-openai/mcp Category: AI & ML Mode: dual Pricing: Free GitHub: https://github.com/adamamer20/paper-search-mcp-openai Security Score: 10/10 Creator: Adamamer20 Creator Reputation: B Version: 1.14.0 --- ## Btcpay URL: https://mcp-marketplace.io/server/xyz-draket-btcpay-mcp Summary: 21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/ThomsenDrake/btcpay-mcp Security Score: 10/10 Creator: ThomsenDrake Creator Reputation: B Version: 0.3.0 --- ## Arcgis Asheville URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-asheville Summary: City of Asheville GIS — Asheville, North Carolina open geospatial data (ArcGIS). Description: City of Asheville GIS — Asheville, North Carolina open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-asheville/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-asheville/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-asheville MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-asheville https://gateway.pipeworx.io/arcgis-asheville/mcp --- ## Vigile URL: https://mcp-marketplace.io/server/io-github-vigile-ai-vigile-mcp Summary: Query trust scores for MCP servers and agent skills. Check if a tool is safe. Category: Developer Tools Mode: local Pricing: Free npm: vigile-mcp GitHub: https://github.com/Vigile-ai/vigile-mcp Security Score: 10/10 Creator: Vigile Ai Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-vigile-ai-vigile-mcp -- npx -y vigile-mcp@0.1.10 --- ## Unhcr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-unhcr Summary: UNHCR Refugee Data Finder MCP (keyless). Description: UNHCR Refugee Data Finder MCP (keyless). Remote endpoints: streamable-http: https://gateway.pipeworx.io/unhcr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/unhcr/mcp GitHub: https://github.com/pipeworx-io/mcp-unhcr MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, population, asylum_applications, asylum_decisions, list_countries Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-unhcr https://gateway.pipeworx.io/unhcr/mcp --- ## Nasa URL: https://mcp-marketplace.io/server/org-memoryapi-nasa Summary: NASA data: near-Earth objects, space weather, and astronomy pictures Description: NASA data: near-Earth objects, space weather, and astronomy pictures Remote endpoints: streamable-http: https://nasa.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nasa.memoryapi.org/mcp MCP Tools (3): get_near_earth_objects, get_space_weather, get_apod Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-nasa https://nasa.memoryapi.org/mcp --- ## Agentbase URL: https://mcp-marketplace.io/server/io-github-vhspace-agentbase Summary: Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL. Description: Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL. Remote endpoints: streamable-http: https://mcp.agentbase.tools/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.agentbase.tools/mcp GitHub: https://github.com/vhspace/agentbase MCP Tools (2): agentbase_setup, agentbase_introspect Security Score: 8/10 Creator: Vhspace Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vhspace-agentbase https://mcp.agentbase.tools/mcp --- ## Nanobanana 2 URL: https://mcp-marketplace.io/server/io-github-rocnubie-nanobanana-2-mcp Summary: Nano Banana 2 exposes the Nano Banana 2 image generation model online with prompt presets and quick Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/nanobanana-2-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## My URL: https://mcp-marketplace.io/server/ai-smithery-motorboy1-my-mcp-server Summary: Send friendly greetings by name. Discover the origin story of 'Hello, World' for quick context. Description: Send friendly greetings by name. Discover the origin story of 'Hello, World' for quick context. Remote endpoints: streamable-http: https://server.smithery.ai/@motorboy1/my-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/motorboy1/my-mcp-server Security Score: 10/10 Creator: Motorboy1 Creator Reputation: B Version: 1.0.0 --- ## Crashstory URL: https://mcp-marketplace.io/server/com-crashstory-crashstory Summary: Colorado personal injury attorney directory, AI-analyzed review intelligence, and crash data Description: Colorado personal injury attorney directory, AI-analyzed review intelligence, and crash data Remote endpoints: streamable-http: https://crashstory-mcp-production.up.railway.app/mcp sse: https://crashstory-mcp-production.up.railway.app/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crashstory-mcp-production.up.railway.app/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-crashstory-crashstory https://crashstory-mcp-production.up.railway.app/mcp --- ## Phoenix Screen URL: https://mcp-marketplace.io/server/com-dropwatchhq-phoenix-screen Summary: Phoenix/rebrand relink detection: links a debarred principal to a newly-formed business entity. Description: Phoenix/rebrand relink detection: links a debarred principal to a newly-formed business entity. Remote endpoints: streamable-http: https://phoenix.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://phoenix.dropwatchhq.com/mcp MCP Tools (1): phoenix_relink_check Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-phoenix-screen https://phoenix.dropwatchhq.com/mcp --- ## Calendly URL: https://mcp-marketplace.io/server/io-github-nyxtoolsdev-calendly-mcp-server Summary: Connect Claude to Calendly — schedule meetings, check availability, manage events Category: Developer Tools Mode: local Pricing: Free PyPI: calendly-mcp GitHub: https://github.com/NyxToolsDev/calendly-mcp-server Security Score: 6.5/10 Creator: NyxToolsDev Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-nyxtoolsdev-calendly-mcp-server -- uvx calendly-mcp==0.1.1 --- ## Patent Search URL: https://mcp-marketplace.io/server/io-github-smythmyke-patent-search-mcp-server Summary: Patent dossiers, prosecution, claims + a legal layer (PTAB, litigation, term) + AI risk. USPTO. Category: Developer Tools Mode: local Pricing: Free npm: patent-search-mcp-server GitHub: https://github.com/smythmyke/patent-search-mcp-server Security Score: 8/10 Creator: Smythmyke Creator Reputation: B Version: 0.5.0 Required Credentials: PATENT_SEARCH_API_KEY (required), PATENT_SEARCH_API_BASE (optional) Install (Claude Code): claude mcp add io-github-smythmyke-patent-search-mcp-server -- npx -y patent-search-mcp-server@0.5.0 --- ## Kx402 URL: https://mcp-marketplace.io/server/io-github-kali123411-kx402 Summary: Kaspa x402 agent payer — pay x402 v2 services on Kaspa (KAS) per call, no account or API key Category: Developer Tools Mode: local Pricing: Free npm: kx402 GitHub: https://github.com/Kali123411/kx402 Security Score: 5.5/10 Creator: Kali123411 Creator Reputation: B Version: 0.1.1 Required Credentials: KASPA_X402_KASPA_WASM_MODULE (optional), KASPA_X402_FUNDING_WALLET (required), KASPA_X402_NETWORK (optional) Install (Claude Code): claude mcp add io-github-kali123411-kx402 -- npx -y kx402@0.1.1 --- ## Cloudflare URL: https://mcp-marketplace.io/server/io-github-itunified-io-cloudflare Summary: Cloudflare MCP Server — 84 tools for DNS, Tunnels, WAF, Zero Trust, R2, KV & Workers Category: Cloud & DevOps Mode: local Pricing: Free npm: @itunified.io/mcp-cloudflare GitHub: https://github.com/itunified-io/mcp-cloudflare Security Score: 2/10 Creator: Itunified Io Creator Reputation: B Version: 2026.4.10 Required Credentials: CLOUDFLARE_API_TOKEN (optional), CLOUDFLARE_ACCOUNT_ID (optional) Install (Claude Code): claude mcp add io-github-itunified-io-cloudflare -- npx -y @itunified.io/mcp-cloudflare@2026.4.10-1 --- ## Microsoft Exchange URL: https://mcp-marketplace.io/server/de-postfach-ki-microsoft-exchange Summary: Microsoft Exchange MCP server - hosted, multi-user, incl. Exchange on-prem & hybrid (EWS) Description: Microsoft Exchange MCP server - hosted, multi-user, incl. Exchange on-prem & hybrid (EWS) Remote endpoints: streamable-http: https://postfach-ki.de/mcp/trial Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://postfach-ki.de/mcp/trial Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2026.7.11 Install (Claude Code Remote): claude mcp add --transport http de-postfach-ki-microsoft-exchange https://postfach-ki.de/mcp/trial --- ## Hive Mcp Openclaw Bridge URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-openclaw-bridge Summary: Reference integration with @kinthaiofficial OpenClaw 3-layer payment governance Description: Reference integration with @kinthaiofficial OpenClaw 3-layer payment governance Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/openclaw-bridge/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/openclaw-bridge/mcp GitHub: https://github.com/srotzin/hive-mcp-openclaw-bridge Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-openclaw-bridge https://hive-mcp-gateway.onrender.com/openclaw-bridge/mcp --- ## Oracle42 Intelligence URL: https://mcp-marketplace.io/server/io-github-mintmas-oracle42-intelligence Summary: AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT. Description: AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT. Remote endpoints: streamable-http: https://app.eno.cx.ua/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.eno.cx.ua/mcp/ GitHub: https://github.com/mintmas/oracle42-intelligence.git MCP Tools (6): threat_intelligence, smart_contract_audit, oracle_reading, legal_compliance_check, vulnerability_scan, defi_opportunities Security Score: 10/10 Creator: Mintmas Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mintmas-oracle42-intelligence https://app.eno.cx.ua/mcp/ --- ## Recognitium URL: https://mcp-marketplace.io/server/com-recognitium-recognitium Summary: A memory your AI can prove and the market of the present tense. SHA-256, verifiable offline. Description: A memory your AI can prove and the market of the present tense. SHA-256, verifiable offline. Remote endpoints: streamable-http: https://api.recognitium.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.recognitium.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-recognitium-recognitium https://api.recognitium.com/mcp --- ## Ai Context Inspector URL: https://mcp-marketplace.io/server/io-github-cocaxcode-ai-context-inspector Summary: Scan, export, and import your AI ecosystem. Discover MCP servers, skills, and memories. Category: Developer Tools Mode: local Pricing: Free npm: @cocaxcode/ai-context-inspector GitHub: https://github.com/cocaxcode/ai-context-inspector Security Score: 10/10 Creator: Raul Coca Creator Reputation: C- Version: 0.4.9 Install (Claude Code): claude mcp add io-github-cocaxcode-ai-context-inspector -- npx -y @cocaxcode/ai-context-inspector@0.4.10 --- ## Research Sprint URL: https://mcp-marketplace.io/server/io-github-conversiondigital-cmyk-research-sprint Summary: AI research reports: market analysis, competitor intel, blog posts. USDC payment. Description: AI research reports: market analysis, competitor intel, blog posts. USDC payment. Remote endpoints: streamable-http: https://research-sprint.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://research-sprint.vercel.app/api/mcp MCP Tools (4): order_market_research, order_competitor_analysis, order_blog_post, order_technical_summary Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-conversiondigital-cmyk-research-sprint https://research-sprint.vercel.app/api/mcp --- ## Pickadive URL: https://mcp-marketplace.io/server/com-pickadive-mcp Summary: Live scuba dive planning: forecast windows, best-time climatology, species seasons, 4,800+ sites. Description: Live scuba dive planning: forecast windows, best-time climatology, species seasons, 4,800+ sites. Remote endpoints: streamable-http: https://pickadive.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pickadive.com/mcp GitHub: https://github.com/afiliptsov/pickadive-mcp MCP Tools (5): find_dive_windows, species_seasonality, top_dive_regions, site_facts, best_time_to_dive Security Score: 10/10 Creator: Afiliptsov Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-pickadive-mcp https://pickadive.com/mcp --- ## Gitstandup URL: https://mcp-marketplace.io/server/io-github-muba00-gitstandup Summary: Generate daily standup notes from git commits across multiple repositories with AI summaries. Category: Developer Tools Mode: local Pricing: Free npm: gitstandup-mcp GitHub: https://github.com/muba00/gitstandup Security Score: 5/10 Creator: Muba00 Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-muba00-gitstandup -- npx -y gitstandup-mcp@1.0.6 --- ## Zsh Tool URL: https://mcp-marketplace.io/server/io-github-arktechnwa-zsh-tool Summary: Zsh for Claude Code. PTY mode lets Claude type passwords. NEVERHANG + A.L.A.N. Category: Developer Tools Mode: local Pricing: Free PyPI: zsh-tool-mcp GitHub: https://github.com/ArkTechNWA/zsh-tool Security Score: 7/10 Creator: ArkTechNWA Creator Reputation: B Version: 0.2.1 Required Credentials: ALAN_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-arktechnwa-zsh-tool -- uvx zsh-tool-mcp==0.5.1 --- ## Lilo Property URL: https://mcp-marketplace.io/server/io-github-lilo-property-mcp-server Summary: Vacation rental discovery, direct booking, and property protection for AI agents. Description: Vacation rental discovery, direct booking, and property protection for AI agents. Remote endpoints: streamable-http: https://mcp.lilo.property/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lilo.property/mcp MCP Tools (64): get_property, search_properties, search_market_discovery, natural_language_search, find_similar_properties, get_property_reputation, get_property_manifest, get_property_ai_manifest, get_host_reputation, verify_evidence, check_protection_status, get_house_rules, get_property_faqs, get_local_recommendations, ask_property_question, get_network_stats, get_founding_members_status, verify_guest_identity, create_booking, check_availability, generate_google_vr_feed, search_by_amenity_natural, compare_properties, get_neighborhood_intel, query_evidence_chain, verify_evidence_anchor, get_dispute_evidence_bundle, get_chargeback_defense_packet, record_interaction, get_evidence_timeline, analyze_threat_risk, check_guest_risk_score, detect_threat_pattern, detect_risk_pattern, get_squatter_risk, flag_suspicious_booking, predict_chargeback_risk, get_pricing_intelligence, get_demand_forecast, get_jurisdiction_rules, check_permit_requirements, generate_tax_documentation, check_world_cup_compliance, get_insurance_requirements, get_property_inventory, report_inventory_issue, get_maintenance_schedule, create_maintenance_task, get_cleaning_schedule, assign_cleaner, verify_checkout_condition, search_philadelphia_historic, get_philadelphia_landmark, search_philadelphia_venues, get_philadelphia_worldcup_info, get_philadelphia_250th_events, ingest_philadelphia_data, get_trust_certificate, verify_trust_chain, analyze_interaction_risk, analyze_communication, get_dispute_defense_packet, assess_booking_risk, get_onboarding_status Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lilo-property-mcp-server https://mcp.lilo.property/mcp --- ## Atlas URL: https://mcp-marketplace.io/server/io-github-iamnishant51-atlas-pipeline Summary: 7-stage AI pipeline MCP server: Intent→Context→Git→Decompose→Variants→Critique→Optimize Category: Developer Tools Mode: local Pricing: Free npm: atlas-pipeline-mcp GitHub: https://github.com/IamNishant51/atlas-mcp-server Security Score: 3.3/10 Creator: IamNishant51 Creator Reputation: B Version: 1.0.2 Required Credentials: OLLAMA_BASE_URL (optional), OPENAI_API_KEY (required), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-iamnishant51-atlas-pipeline -- npx -y atlas-pipeline-mcp@1.0.28 --- ## Docapi URL: https://mcp-marketplace.io/server/io-github-doc-api-llc-docapi Summary: Generate PDFs, screenshots, and documents via any MCP-compatible AI agent. Category: Developer Tools Mode: local Pricing: Free npm: @docapi/mcp GitHub: https://github.com/Doc-API-LLC/docapi-mcp Security Score: 3.8/10 Creator: Doc API LLC Creator Reputation: B Version: 1.0.0 Required Credentials: DOCAPI_API_KEY (required) Install (Claude Code): claude mcp add io-github-doc-api-llc-docapi -- npx -y @docapi/mcp@1.0.0 --- ## Mcp URL: https://mcp-marketplace.io/server/io-ignission-mcp Summary: TikTok video data analytics and content strategy tools Description: TikTok video data analytics and content strategy tools Remote endpoints: streamable-http: https://mcp.ignission.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ignission.io/mcp GitHub: https://github.com/ignission-io/mcp Security Score: 10/10 Creator: Ignission Io Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-ignission-mcp https://mcp.ignission.io/mcp --- ## Imejis URL: https://mcp-marketplace.io/server/io-imejis-imejis Summary: Generate on-brand images from your AI agent: design, edit, and render templates over MCP. Description: Generate on-brand images from your AI agent: design, edit, and render templates over MCP. Remote endpoints: streamable-http: https://api.imejis.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.imejis.io/api/mcp GitHub: https://github.com/MediaAssist/imejis-mcp Security Score: 10/10 Creator: MediaAssist Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-imejis-imejis https://api.imejis.io/api/mcp --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-prozorro-tender-monitor-mcp Summary: MCP server for prozorro_tender_monitor_mcp Description: MCP server for prozorro_tender_monitor_mcp Remote endpoints: streamable-http: https://prozorro_tender_monitor_mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prozorro_tender_monitor_mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 9.9/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-prozorro-tender-monitor-mcp https://prozorro_tender_monitor_mcp.mcpize.run/mcp --- ## Actions URL: https://mcp-marketplace.io/server/com-mobile-text-alerts-sms-mcp Summary: The Mobile Text Alerts SMS MCP server enables your AI to send SMS messages & manage contacts Description: The Mobile Text Alerts SMS MCP server enables your AI to send SMS messages & manage contacts Remote endpoints: streamable-http: https://mcp.mobile-text-alerts.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mobile-text-alerts.com/mcp GitHub: https://github.com/mobiletextalerts/actions-mcp Security Score: 9/10 Creator: Mobiletextalerts Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-mobile-text-alerts-sms-mcp https://mcp.mobile-text-alerts.com/mcp --- ## Mcp Readmine URL: https://mcp-marketplace.io/server/io-github-vfa-khuongdv-redmine Summary: MCP server for Redmine API integration with AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @duongkhuong/mcp-redmine GitHub: https://github.com/vfa-khuongdv/mcp_readmine Security Score: 3.9/10 Creator: Vfa Khuongdv Creator Reputation: B Version: 1.1.3 Required Credentials: REDMINE_URL (optional), REDMINE_API_KEY (required), REDMINE_USERNAME (optional), REDMINE_PASSWORD (required) Install (Claude Code): claude mcp add io-github-vfa-khuongdv-redmine -- npx -y @duongkhuong/mcp-redmine@1.1.3 --- ## Talkback URL: https://mcp-marketplace.io/server/io-github-jmedure-talkback Summary: Chat with your Ableton session in real-time. Category: Developer Tools Mode: local Pricing: Free npm: talkback-mcp GitHub: https://github.com/jmedure/talkback-mcp Security Score: 6.8/10 Creator: Jmedure Creator Reputation: B Version: 0.1.3 Required Credentials: WS_PORT (optional) Install (Claude Code): claude mcp add io-github-jmedure-talkback -- npx -y talkback-mcp@0.1.13 --- ## HotkeylessAHK Mcp Skill URL: https://mcp-marketplace.io/server/io-github-tim0-12432-hotkeylessahk-mcp-skill Summary: MCP server for Hotkeyless AHK HTTP API. Category: Developer Tools Mode: local Pricing: Free npm: @tim0_12432/hotkeyless-ahk-mcp-server GitHub: https://github.com/tim0-12432/HotkeylessAHK-mcp-skill Security Score: 10/10 Creator: Tim0 12432 Creator Reputation: B Version: 1.0.8 Required Credentials: BASE_URL (optional), TIMEOUT_MS (optional), BLACKLIST (optional), CACHE_TTL_MS (optional), ENDPOINT_LIST (optional), ENDPOINT_TRIGGER (optional) Install (Claude Code): claude mcp add io-github-tim0-12432-hotkeylessahk-mcp-skill -- npx -y @tim0_12432/hotkeyless-ahk-mcp-server@1.0.8 --- ## Vouch URL: https://mcp-marketplace.io/server/io-github-vouchdev-vouch Summary: Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes. Category: Developer Tools Mode: local Pricing: Free PyPI: vouch-kb GitHub: https://github.com/vouchdev/vouch Security Score: 4.2/10 Creator: Vouchdev Creator Reputation: B Version: 1.2.2 Required Credentials: VOUCH_KB_PATH (optional) Install (Claude Code): claude mcp add io-github-vouchdev-vouch -- uvx vouch-kb==1.2.2 --- ## Arithym URL: https://mcp-marketplace.io/server/xyz-arithym-arithym Summary: Precision math engine for AI agents. 203 exact methods. Zero hallucination. Description: Precision math engine for AI agents. 203 exact methods. Zero hallucination. Remote endpoints: streamable-http: https://arithym.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://arithym.xyz/mcp GitHub: https://github.com/Arithym-io/arithym Security Score: 10/10 Installs: 1 Creator: Arithym Io Creator Reputation: B Version: 5.0.0 Install (Claude Code Remote): claude mcp add --transport http xyz-arithym-arithym https://arithym.xyz/mcp --- ## Digitalpublic Platform URL: https://mcp-marketplace.io/server/com-digitalpublic-commercial Summary: Discover DigitalPublic plans, trust, ROI, status and autonomous Sandbox enrollment for AI agents. Description: Discover DigitalPublic plans, trust, ROI, status and autonomous Sandbox enrollment for AI agents. Remote endpoints: streamable-http: https://platform.digitalpublic.com/api/mcp-commercial Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://platform.digitalpublic.com/api/mcp-commercial GitHub: https://github.com/cnavarro/digitalpublic-platform MCP Tools (23): dp_commercial_get_company_profile, dp_commercial_ask_navigator, dp_commercial_get_capability_matrix, dp_commercial_get_data_processing_profile, dp_commercial_compare_integration_options, dp_commercial_estimate_roi, dp_commercial_list_use_cases, dp_commercial_get_service_status, dp_commercial_start_sandbox, dp_commercial_describe_platform, dp_commercial_list_offers, dp_commercial_get_offer, dp_commercial_compare_offers, dp_commercial_assess_fit, dp_commercial_list_integrations, dp_commercial_get_connection_requirements, dp_commercial_get_security_profile, dp_commercial_get_checkout_readiness, dp_commercial_get_sample_report, dp_commercial_start_checkout, dp_commercial_get_checkout_status, dp_commercial_claim_credentials, dp_commercial_request_proposal Security Score: 8/10 Creator: Cnavarro Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-digitalpublic-commercial https://platform.digitalpublic.com/api/mcp-commercial --- ## Vercel Mcp Overview URL: https://mcp-marketplace.io/server/com-vercel-vercel-mcp Summary: An MCP server for Vercel Description: An MCP server for Vercel Remote endpoints: streamable-http: https://mcp.vercel.com Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://mcp.vercel.com GitHub: https://github.com/vercel/vercel-mcp-overview Security Score: 10/10 Creator: Vercel Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http com-vercel-vercel-mcp https://mcp.vercel.com --- ## Founden URL: https://mcp-marketplace.io/server/io-github-o-mega-enterprise-founden-mcp Summary: Build your company over chat: website, app, and admin built in the cloud. One API key. Category: Developer Tools Mode: local Pricing: Free npm: founden-mcp GitHub: https://github.com/O-mega-Enterprise/founden-mcp Security Score: 9.8/10 Creator: O Mega Enterprise Creator Reputation: B Version: 0.1.0 Required Credentials: FOUNDEN_API_KEY (required) Install (Claude Code): claude mcp add io-github-o-mega-enterprise-founden-mcp -- npx -y founden-mcp@0.1.0 --- ## Delonghi Ecam URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-delonghi-ecam Summary: MCP server for DeLonghi ECAM espresso coffee machines via local network Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-delonghi-ecam GitHub: https://github.com/daedalus/mcp-delonghi-ecam Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-delonghi-ecam -- uvx mcp-delonghi-ecam==0.1.1 --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-sqlfmt-mcp Summary: Deterministic SQL formatting across 19 dialects (postgres, mysql, snowflake, bigquery, etc.). Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/sqlfmt-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-sqlfmt-mcp -- npx -y @mukundakatta/sqlfmt-mcp --- ## Spines URL: https://mcp-marketplace.io/server/io-github-superagentic-spines Summary: Access book collections, reading lists, and bookshelf recognition from AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: @spines/mcp-server GitHub: https://github.com/GetSpines/mcp-server Security Score: 4.5/10 Creator: GetSpines Creator Reputation: B Version: 1.0.2 Required Credentials: SPINES_API_KEY (required) Install (Claude Code): claude mcp add io-github-superagentic-spines -- npx -y @spines/mcp-server@1.0.2 --- ## The Data Collector URL: https://mcp-marketplace.io/server/io-github-marcindudekdev-the-data-collector Summary: Search Hacker News, Bluesky, and Substack from a single MCP interface Description: Search Hacker News, Bluesky, and Substack from a single MCP interface Remote endpoints: streamable-http: https://frog03-20494.wykr.es/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://frog03-20494.wykr.es/mcp GitHub: https://github.com/MarcinDudekDev/the-data-collector MCP Tools (3): hn_search, bluesky_search, substack_search Security Score: 9/10 Creator: MarcinDudekDev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-marcindudekdev-the-data-collector https://frog03-20494.wykr.es/mcp --- ## New Test Cli URL: https://mcp-marketplace.io/server/live-alpic-new-test-cli-239fbe01-new-test-cli Summary: Ask a question and get a deterministic Magic 8 Ball answer. Description: Ask a question and get a deterministic Magic 8 Ball answer. Remote endpoints: streamable-http: https://new-test-cli-239fbe01.alpic.live sse: https://new-test-cli-239fbe01.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://new-test-cli-239fbe01.alpic.live Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http live-alpic-new-test-cli-239fbe01-new-test-cli https://new-test-cli-239fbe01.alpic.live --- ## Agent Tools URL: https://mcp-marketplace.io/server/com-outliyr-agent-tools Summary: Run the Energy Leak Quiz, match biohacking gear, and build a longevity stack. Free, no API key. Description: Run the Energy Leak Quiz, match biohacking gear, and build a longevity stack. Free, no API key. Remote endpoints: streamable-http: https://longevity-stack-mcp.outliyr.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://longevity-stack-mcp.outliyr.com/mcp MCP Tools (4): recommend_longevity_stack, find_biohacking_gear, take_energy_leak_quiz, subscribe_to_outliyr Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-outliyr-agent-tools https://longevity-stack-mcp.outliyr.com/mcp --- ## Statecli URL: https://mcp-marketplace.io/server/io-github-charo360-statecli Summary: State replay and self-debugging for AI agents. Track, replay, undo, checkpoint. Category: Developer Tools Mode: local Pricing: Free npm: statecli-mcp-server GitHub: https://github.com/statecli/mcp-server Security Score: 8/10 Creator: Statecli Creator Reputation: B Version: 0.5.0 Install (Claude Code): claude mcp add io-github-charo360-statecli -- npx -y statecli-mcp-server@0.5.0 --- ## Cancersupport URL: https://mcp-marketplace.io/server/io-github-sigaihealth-cancer-support-hub Summary: Search 585+ free cancer support resources across Washington State in 7 languages Description: Search 585+ free cancer support resources across Washington State in 7 languages Remote endpoints: streamable-http: https://cancersupport.sig.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cancersupport.sig.ai/api/mcp GitHub: https://github.com/sigaihealth/cancersupport MCP Tools (4): search_resources, get_resource, list_categories, list_counties Security Score: 9/10 Creator: Sigaihealth Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sigaihealth-cancer-support-hub https://cancersupport.sig.ai/api/mcp --- ## Agent URL: https://mcp-marketplace.io/server/io-github-bitget-ai-bitget-agent-mcp Summary: Official Bitget MCP Server for the Unified Trading Account (UTA v3) API. Category: Developer Tools Mode: local Pricing: Free npm: @bitget-ai/bitget-agent-mcp GitHub: https://github.com/Bitget-AI/agent-mcp Security Score: 5.2/10 Creator: Bitget AI Creator Reputation: B Version: 3.0.2 Required Credentials: BITGET_API_KEY (required), BITGET_SECRET_KEY (required), BITGET_PASSPHRASE (required) Install (Claude Code): claude mcp add io-github-bitget-ai-bitget-agent-mcp -- npx -y @bitget-ai/bitget-agent-mcp@3.0.2 --- ## Threat Intelligence URL: https://mcp-marketplace.io/server/io-github-andrec10002-mcp-server-threat-intelligence Summary: Our MCP Server connects AI workflows to current, curated cyber threat intelligence Description: Our MCP Server connects AI workflows to current, curated cyber threat intelligence Remote endpoints: streamable-http: https://mcp.malwarepatrol.net/v1?api_key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.malwarepatrol.net/v1?api_key={api_key} Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-andrec10002-mcp-server-threat-intelligence 'https://mcp.malwarepatrol.net/v1?api_key={api_key}' --- ## Tako URL: https://mcp-marketplace.io/server/ai-smithery-takodata-tako-mcp Summary: Provide real-time data querying and visualization by integrating Tako with your agents. Generate o… Description: Provide real-time data querying and visualization by integrating Tako with your agents. Generate o… Remote endpoints: streamable-http: https://server.smithery.ai/@TakoData/tako-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/TakoData/tako-mcp Security Score: 10/10 Creator: TakoData Creator Reputation: B Version: 1.16.0 --- ## HttpStatus MCP Server URL: https://mcp-marketplace.io/server/httpstatus-mcp-server Summary: 24 AI-callable tools for API mocking, chaos engineering, security scanning, SSL checks. Description: HttpStatus MCP Server connects AI assistants to 24 production-ready API tools. Create and manage mock endpoints with custom responses and delays, inject chaos for resilience testing, scan URLs for security vulnerabilities, check SSL certificates, debug CORS issues, validate OpenAPI 2.x/3.x specs, decode JWTs, analyze HAR files, trace distributed requests, capture webhooks, build multi-step automation workflows, import Postman collections, and monitor uptime — all from Claude, Cursor, ChatGPT, Wi Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.httpstatus.com/mcp GitHub: https://github.com/httpstatus-com/httpstatus-mcp-server Security Score: 10/10 Installs: 1 Creator: sam S Creator Reputation: C Version: 1.0.0 Tags: api-testing, mocking, security, monitoring, automation, ssl, developer-tools Use Cases: API mocking, chaos engineering, security scanning, SSL certificate checking, CORS debugging, OpenAPI validation, JWT decoding, HAR analysis, distributed tracing, webhook capture, API automation workflows, Postman collection import, uptime monitoring, redirect analysis Install (Claude Code Remote): claude mcp add --transport http httpstatus-mcp-server https://mcp.httpstatus.com/mcp --- ## Patent URL: https://mcp-marketplace.io/server/com-goveda-patent-mcp Summary: AI-powered patent intelligence for search & analysis Description: AI-powered patent intelligence for search & analysis Remote endpoints: streamable-http: https://mcp.goveda.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.goveda.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-goveda-patent-mcp https://mcp.goveda.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-prisma-mcp Summary: MCP server for managing Prisma Postgres. Description: MCP server for managing Prisma Postgres. Remote endpoints: sse: https://mcp.prisma.io/sse streamable-http: https://mcp.prisma.io/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcp.prisma.io/mcp GitHub: https://github.com/prisma/mcp Security Score: 10/10 Creator: Prisma Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-prisma-mcp https://mcp.prisma.io/mcp --- ## Sprtx URL: https://mcp-marketplace.io/server/net-sprtx-sprtx-mcp Summary: Agent-native sports token network. 1,435 tokens across 98 sports, 9 global regions. Description: Agent-native sports token network. 1,435 tokens across 98 sports, 9 global regions. Remote endpoints: streamable-http: https://mcp.sprtx.net Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sprtx.net GitHub: https://github.com/sprtxbabe/sprtx-mcp Security Score: 9.9/10 Creator: Sprtxbabe Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-sprtx-sprtx-mcp https://mcp.sprtx.net --- ## Quickbooks URL: https://mcp-marketplace.io/server/io-github-nyxtoolsdev-quickbooks-mcp-server Summary: Connect Claude to QuickBooks Online — query finances, create invoices, run reports Category: Business Tools Mode: local Pricing: Free PyPI: quickbooks-mcp GitHub: https://github.com/NyxToolsDev/quickbooks-mcp-server Security Score: 2.8/10 Creator: NyxToolsDev Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-nyxtoolsdev-quickbooks-mcp-server -- uvx quickbooks-mcp==0.1.1 --- ## Realestate Pro URL: https://mcp-marketplace.io/server/dev-cz-agents-realestate-pro Summary: Czech distress real estate — paid tier (full search, owner data, RUIAN). Description: Czech distress real estate — paid tier (full search, owner data, RUIAN). Remote endpoints: streamable-http: https://realestate-pro.cz-agents.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://realestate-pro.cz-agents.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-cz-agents-realestate-pro https://realestate-pro.cz-agents.dev/mcp --- ## Agentpmt Mcp Public URL: https://mcp-marketplace.io/server/com-agentpmt-agentpmt Summary: AI agent marketplace for automated employees, workflows, skills, and tool orchestration. Description: AI agent marketplace for automated employees, workflows, skills, and tool orchestration. Remote endpoints: streamable-http: https://api.agentpmt.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentpmt.com/mcp GitHub: https://github.com/Apoth3osis-ai/agentpmt-mcp-public Security Score: 9.8/10 Creator: Apoth3osis Ai Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-agentpmt-agentpmt https://api.agentpmt.com/mcp --- ## Nullpath URL: https://mcp-marketplace.io/server/com-nullpath-marketplace Summary: Discover and hire AI agents with micropayments. Search, check reputation, get pricing. Description: Discover and hire AI agents with micropayments. Search, check reputation, get pricing. Remote endpoints: streamable-http: https://nullpath.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nullpath.com/mcp GitHub: https://github.com/tgaeta/nullpath Security Score: 8/10 Creator: Tgaeta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-nullpath-marketplace https://nullpath.com/mcp --- ## Document Parser URL: https://mcp-marketplace.io/server/io-github-agenson-horrowitz-document-parser Summary: Parse and extract structured data from various document formats (PDF, Word, HTML). Category: Developer Tools Mode: local Pricing: Free npm: @agenson-horrowitz/document-parser-mcp GitHub: https://github.com/agenson-tools/document-parser-mcp Security Score: 4.5/10 Creator: Agenson Tools Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-agenson-horrowitz-document-parser -- npx -y @agenson-horrowitz/document-parser-mcp@1.0.8 --- ## Leave Manager URL: https://mcp-marketplace.io/server/ai-smithery-akilat-spec-leave-manager-mcp Summary: Track and manage employee time off with quick balance lookups and streamlined applications. Find t… Description: Track and manage employee time off with quick balance lookups and streamlined applications. Find t… Remote endpoints: streamable-http: https://server.smithery.ai/@akilat-spec/leave-manager-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@akilat-spec/leave-manager-mcp/mcp GitHub: https://github.com/akilat-spec/leave-manager-mcp Security Score: 10/10 Creator: Akilat Spec Creator Reputation: B Version: 1.16.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-akilat-spec-leave-manager-mcp https://server.smithery.ai/@akilat-spec/leave-manager-mcp/mcp --- ## Datawrapper URL: https://mcp-marketplace.io/server/io-github-palewire-datawrapper-mcp Summary: A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants Category: Developer Tools Mode: local Pricing: Free PyPI: datawrapper-mcp GitHub: https://github.com/palewire/datawrapper-mcp Security Score: 10/10 Creator: Palewire Creator Reputation: B Version: 0.2.3 Required Credentials: DATAWRAPPER_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-palewire-datawrapper-mcp -- uvx datawrapper-mcp==0.2.3 --- ## Coingecko URL: https://mcp-marketplace.io/server/io-github-friendlygeorge-coingecko-mcp-server Summary: MCP server for CoinGecko cryptocurrency data API Category: Developer Tools Mode: local Pricing: Free npm: @supernova123/coingecko-mcp-server GitHub: https://github.com/friendlygeorge/coingecko-mcp-server Security Score: 7.7/10 Creator: Friendlygeorge Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-friendlygeorge-coingecko-mcp-server -- npx -y @supernova123/coingecko-mcp-server --- ## Skillflow URL: https://mcp-marketplace.io/server/io-github-rafsilva85-skillflow Summary: Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace. Category: Developer Tools Mode: local Pricing: Free npm: skillflow-mcp-server GitHub: https://github.com/rafsilva85/skillflow-mcp-server Security Score: 6.8/10 Creator: Rafsilva85 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rafsilva85-skillflow -- npx -y skillflow-mcp-server@2.0.0 --- ## Hebbian Vault URL: https://mcp-marketplace.io/server/io-github-onetrueclaude-creator-hebbian-vault Summary: Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking. Category: Security Mode: local Pricing: Free PyPI: hebbian-vault GitHub: https://github.com/onetrueclaude-creator/hebbian-vault Security Score: 5.3/10 Creator: Onetrueclaude Creator Creator Reputation: B Version: 0.2.0 Required Credentials: HEBBIAN_VAULT_LICENSE (required) Install (Claude Code): claude mcp add io-github-onetrueclaude-creator-hebbian-vault -- uvx hebbian-vault==0.2.0 --- ## Jp Calendar URL: https://mcp-marketplace.io/server/io-github-skypier-jp-works-mcp-jp-calendar Summary: MCP server for Japanese business days, holidays, and fiscal-period calculations. Category: Developer Tools Mode: local Pricing: Free npm: mcp-jp-calendar GitHub: https://github.com/skypier-jp-works/mcp-jp-calendar Security Score: 6.2/10 Creator: Skypier Jp Works Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-skypier-jp-works-mcp-jp-calendar -- npx -y mcp-jp-calendar@1.1.0 --- ## Agent Protocol URL: https://mcp-marketplace.io/server/io-github-dinwind-cokodo-agent Summary: Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs. Category: Developer Tools Mode: local Pricing: Free PyPI: cokodo-agent GitHub: https://github.com/dinwind/agent_protocol Security Score: 10/10 Creator: Dinwind Creator Reputation: B Version: 1.7.0 Install (Claude Code): claude mcp add io-github-dinwind-cokodo-agent -- uvx cokodo-agent==1.9.10 --- ## Enterprise URL: https://mcp-marketplace.io/server/io-github-microsoft-enterprisemcp Summary: Official Microsoft MCP Server to query Microsoft Entra data using natural language Description: Official Microsoft MCP Server to query Microsoft Entra data using natural language Remote endpoints: streamable-http: https://mcp.svc.cloud.microsoft/enterprise Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.svc.cloud.microsoft/enterprise GitHub: https://github.com/microsoft/EnterpriseMCP Security Score: 10/10 Creator: Microsoft Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-microsoft-enterprisemcp https://mcp.svc.cloud.microsoft/enterprise --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-citecite-mcp Summary: Inject, parse, and strip [N] citation markers in RAG outputs. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/citecite-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mukundakatta-citecite-mcp -- npx -y @mukundakatta/citecite-mcp --- ## Thoughtspot URL: https://mcp-marketplace.io/server/app-thoughtspot-mcp-server Summary: MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data Description: MCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data Remote endpoints: streamable-http: https://agent.thoughtspot.app/mcp sse: https://agent.thoughtspot.app/sse streamable-http: https://agent.thoughtspot.app/bearer/mcp sse: https://agent.thoughtspot.app/bearer/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/thoughtspot/mcp-server Security Score: 10/10 Creator: Thoughtspot Creator Reputation: B Version: 1.0.0 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-usgs-mcp Summary: USGS Water Services streamflow, flood stages, and peak events via waterservices.usgs.gov Category: Developer Tools Mode: local Pricing: Free PyPI: usgs-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-usgs-mcp -- uvx usgs-mcp --- ## App Script Hub URL: https://mcp-marketplace.io/server/io-github-wywy-llc-gas-library-hub Summary: Search and discover Google Apps Script libraries with AI-generated summaries Description: Search and discover Google Apps Script libraries with AI-generated summaries Remote endpoints: streamable-http: https://appscripthub.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/wywy-llc/app-script-hub Security Score: 10/10 Creator: Wywy Llc Creator Reputation: B Version: 1.0.0 --- ## Swiss Army URL: https://mcp-marketplace.io/server/io-github-ainode-tech-swiss-army Summary: 22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR. Free health. Description: 22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR. Free health. Remote endpoints: streamable-http: https://swiss.api.ainode.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://swiss.api.ainode.tech/mcp MCP Tools (23): health, json_to_csv, csv_to_json, encode_base64, decode_base64, generate_hash, generate_uuid, html_to_text, markdown_to_html, extract_url_metadata, convert_timezone, parse_cron, test_regex, convert_currency, extract_pdf_text, resize_image, validate_nif, validate_iban, verify_eu_vat, classify_gdpr, generate_csp, validate_cors, detect_secrets Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ainode-tech-swiss-army https://swiss.api.ainode.tech/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-scite-mcp Summary: Ground answers in scientific literature. Search full text, evaluate trust, access full-text articles Description: Ground answers in scientific literature. Search full text, evaluate trust, access full-text articles Remote endpoints: streamable-http: https://api.scite.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.scite.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-scite-mcp https://api.scite.ai/mcp --- ## Folder Scout URL: https://mcp-marketplace.io/server/io-github-dharani0804-mcp-folder-scout Summary: Read-only folder triage: what is in a folder, what is stale, and where the space went. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-folder-scout GitHub: https://github.com/dharani0804/mcp-folder-scout Security Score: 5.7/10 Creator: Dharani0804 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-dharani0804-mcp-folder-scout -- uvx mcp-folder-scout==0.1.1 --- ## Tenzro Network URL: https://mcp-marketplace.io/server/network-tenzro-tenzro-ethereum Summary: Ethereum MCP: Chainlink feeds, gas, ERC-20, ENS, ABI, contract calls, ERC-8004, EAS. Description: Ethereum MCP: Chainlink feeds, gas, ERC-20, ENS, ABI, contract calls, ERC-8004, EAS. Remote endpoints: streamable-http: https://ethereum-mcp.tenzro.network/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://ethereum-mcp.tenzro.network/mcp GitHub: https://github.com/tenzro/tenzro-network MCP Tools (16): eth_call_contract, eth_encode_function, eth_estimate_gas, eth_get_attestation, eth_get_balance, eth_get_block, eth_get_fee_history, eth_get_gas_price, eth_get_price, eth_get_token_balance, eth_get_transaction, eth_get_transaction_receipt, eth_lookup_agent_8004, eth_lookup_ens, eth_register_agent_8004, eth_resolve_ens Security Score: 8/10 Creator: Tenzro Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-tenzro-tenzro-ethereum https://ethereum-mcp.tenzro.network/mcp --- ## Envibe URL: https://mcp-marketplace.io/server/io-github-dominic-righthere-envibe Summary: Secure permission layer between AI agents and your .env files Category: Developer Tools Mode: local Pricing: Free npm: envibe-mcp GitHub: https://github.com/dominic-righthere/envibe-mcp Security Score: 5.5/10 Creator: Dominic Righthere Creator Reputation: B Version: 0.2.7 Install (Claude Code): claude mcp add io-github-dominic-righthere-envibe -- npx -y envibe-mcp@0.2.7 --- ## Mooring URL: https://mcp-marketplace.io/server/io-github-seayniclabs-mooring Summary: Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions. Category: Developer Tools Mode: local Pricing: Free PyPI: mooring-mcp GitHub: https://github.com/seayniclabs/mooring Security Score: 9.1/10 Creator: Seayniclabs Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-seayniclabs-mooring -- uvx mooring-mcp==0.1.1 --- ## Vibe Provision URL: https://mcp-marketplace.io/server/io-github-totte-dev-vibe-provision Summary: Provision SaaS services from YAML and inject .env. Supports Clerk, Stripe, Resend and more. Category: Developer Tools Mode: local Pricing: Free npm: vibe-provision GitHub: https://github.com/totte-dev/vibe-provision Security Score: 9.5/10 Creator: Totte Dev Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-totte-dev-vibe-provision -- npx -y vibe-provision@0.1.1 --- ## Pixelixe URL: https://mcp-marketplace.io/server/com-pixelixe-pixelixe-mcp Summary: Brand-safe MCP for AI agents to create editable, on-brand graphics and automate variants. Description: Brand-safe MCP for AI agents to create editable, on-brand graphics and automate variants. Remote endpoints: streamable-http: https://studio.pixelixe.com/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://studio.pixelixe.com/api/mcp/v1 GitHub: https://github.com/pixelixe/pixelixe-mcp Security Score: 10/10 Creator: Pixelixe Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-pixelixe-pixelixe-mcp https://studio.pixelixe.com/api/mcp/v1 --- ## Uk Parliament Now URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-now Summary: MCP server for UK Parliament NOW Annunciator Content API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-now GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-now -- npx -y @darkhorseone/mcp-server-uk-parliament-now --- ## Banana Prompts URL: https://mcp-marketplace.io/server/io-github-banana-prompts-banana-prompts-mcp Summary: MCP server to search Nano Banana prompts from bananaprompts.fun Category: Developer Tools Mode: local Pricing: Free npm: @bananaprompts/banana-prompts-mcp GitHub: https://github.com/Banana-Prompts/banana-prompts-mcp Security Score: 9/10 Creator: Banana Prompts Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-banana-prompts-banana-prompts-mcp -- npx -y @bananaprompts/banana-prompts-mcp@1.0.2 --- ## NeuralBrain URL: https://mcp-marketplace.io/server/io-github-alexcurpan-cloud-neuralbrain Summary: NeuralBrain MCP Server - RAG, Vector Memory, LLM Routing, Agent Identity, x402 Payments Description: NeuralBrain MCP Server - RAG, Vector Memory, LLM Routing, Agent Identity, x402 Payments Remote endpoints: streamable-http: https://neuralbrain.ai/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://neuralbrain.ai/mcp GitHub: https://github.com/alexcurpan-cloud/NeuralBrain Security Score: 9.9/10 Creator: Alexcurpan Cloud Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alexcurpan-cloud-neuralbrain https://neuralbrain.ai/mcp --- ## Ai Scanner URL: https://mcp-marketplace.io/server/io-github-aakashbhardwaj27-ai-scanner Summary: Scan codebases for LLM/AI SDK usage, exposed API tokens, and hardcoded secrets. Category: Developer Tools Mode: local Pricing: Free npm: ai-scanner-mcp GitHub: https://github.com/Aakashbhardwaj27/ai-scanner-mcp Security Score: 7/10 Creator: Aakashbhardwaj27 Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-aakashbhardwaj27-ai-scanner -- npx -y ai-scanner-mcp@1.0.3 --- ## Rogertheunissenmerge Oss URL: https://mcp-marketplace.io/server/io-github-rogertheunissenmerge-oss-mcp-server Summary: Wine pairing intelligence with 7 tools. Deterministic scoring, sommelier-calibrated. Category: Developer Tools Mode: local Pricing: Free npm: @sommelierx/mcp-server GitHub: https://github.com/rogertheunissenmerge-oss/mcp-server Security Score: 10/10 Creator: Rogertheunissenmerge Oss Creator Reputation: B Version: 1.1.2 Required Credentials: SOMMELIERX_API_KEY (required), SOMMELIERX_API_URL (optional), SOMMELIERX_LANGUAGE (optional) Install (Claude Code): claude mcp add io-github-rogertheunissenmerge-oss-mcp-server -- npx -y @sommelierx/mcp-server@1.1.2 --- ## Viznoir URL: https://mcp-marketplace.io/server/io-github-kimimgo-viznoir Summary: Cinema-quality science visualization for AI agents — headless VTK via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: viznoir GitHub: https://github.com/kimimgo/viznoir Security Score: 4.8/10 Creator: Kimimgo Creator Reputation: B Version: 0.10.1 Required Credentials: VIZNOIR_RENDER_BACKEND (optional), VIZNOIR_OUTPUT_DIR (optional) Install (Claude Code): claude mcp add io-github-kimimgo-viznoir -- uvx viznoir==0.10.1 --- ## News URL: https://mcp-marketplace.io/server/org-memoryapi-news Summary: Real-time news and trending topics from major sources Description: Real-time news and trending topics from major sources Remote endpoints: streamable-http: https://news.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://news.memoryapi.org/mcp MCP Tools (3): get_top_news, search_guardian, get_trending Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-news https://news.memoryapi.org/mcp --- ## Telegram Notify URL: https://mcp-marketplace.io/server/io-github-parthjadhav-telegram-notify-mcp Summary: Send Telegram notifications from AI agents — text, photos, and documents. Category: Communication Mode: local Pricing: Free npm: @parthj/telegram-notify-mcp GitHub: https://github.com/ParthJadhav/telegram-notify-mcp Security Score: 7/10 Installs: 2 Creator: ParthJadhav Creator Reputation: D Version: 1.0.1 Required Credentials: TELEGRAM_BOT_TOKEN (required) Install (Claude Code): claude mcp add io-github-parthjadhav-telegram-notify-mcp -- npx -y @parthj/telegram-notify-mcp@1.0.1 --- ## ShadowCrawl URL: https://mcp-marketplace.io/server/io-github-devshero-shadow-crawl Summary: Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach. Description: Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach. Remote endpoints: streamable-http: https://shadowcrawl--devshero.run.tools Category: Search & Web Mode: remote Pricing: Free Remote URL: https://shadowcrawl--devshero.run.tools GitHub: https://github.com/DevsHero/ShadowCrawl Security Score: 10/10 Creator: DevsHero Creator Reputation: B Version: 2.0.0-rc Install (Claude Code Remote): claude mcp add --transport http io-github-devshero-shadow-crawl https://shadowcrawl--devshero.run.tools --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-rnwy-mcp Summary: Check if an AI agent is trustworthy. Sybil detection, signed attestations, 150,000+ agents. Free. Description: Check if an AI agent is trustworthy. Sybil detection, signed attestations, 150,000+ agents. Free. Remote endpoints: streamable-http: https://rnwy.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rnwy.com/api/mcp GitHub: https://github.com/rnwy/mcp MCP Tools (8): trust_check, reviewer_analysis, compare_agents, address_age, network_stats, reviewer_wallet, commerce_stats, risk_terms Security Score: 10/10 Creator: Rnwy Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rnwy-mcp https://rnwy.com/api/mcp --- ## Hwpx URL: https://mcp-marketplace.io/server/ai-smithery-airmang-hwpx-mcp Summary: 자동화하여 HWPX 문서의 로딩, 탐색, 편집, 검증을 한 번에 처리합니다. 문단·표·주석 추가, 텍스트 일괄 치환, 머리말·꼬리말 설정 등 반복 작업을 신속히 수행합니다. 기… Description: 자동화하여 HWPX 문서의 로딩, 탐색, 편집, 검증을 한 번에 처리합니다. 문단·표·주석 추가, 텍스트 일괄 치환, 머리말·꼬리말 설정 등 반복 작업을 신속히 수행합니다. 기… Remote endpoints: streamable-http: https://server.smithery.ai/@airmang/hwpx-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/airmang/hwpx-mcp Security Score: 10/10 Creator: Airmang Creator Reputation: B Version: 1.14.0 --- ## Pumpfun Claims Bot URL: https://mcp-marketplace.io/server/io-github-nirholas-pumpfun-claims-bot Summary: MCP server for PumpFun on-chain intelligence — tokens, claims, holders, and bundles. Category: Developer Tools Mode: local Pricing: Free npm: pumpfun-claims-bot GitHub: https://github.com/nirholas/pumpfun-claims-bot Security Score: 8/10 Creator: Nirholas Creator Reputation: B Version: 1.0.1 Required Credentials: GITHUB_TOKEN (required), SOLANA_RPC_URL (optional) Install (Claude Code): claude mcp add io-github-nirholas-pumpfun-claims-bot -- npx -y pumpfun-claims-bot@1.0.1 --- ## Remarkable URL: https://mcp-marketplace.io/server/io-github-praveensehgal-remarkable Summary: Read, write, and manage your reMarkable tablet — browse, upload, create folders, move, delete, OCR Category: Developer Tools Mode: local Pricing: Free PyPI: remarkable-mcp-rw GitHub: https://github.com/praveensehgal/remarkable-mcp Security Score: 4/10 Creator: Praveensehgal Creator Reputation: B Version: 0.2.3 Required Credentials: REMARKABLE_SSH_HOST (optional), REMARKABLE_SSH_PASSWORD (required) Install (Claude Code): claude mcp add io-github-praveensehgal-remarkable -- uvx remarkable-mcp-rw==0.2.3 --- ## Memoir URL: https://mcp-marketplace.io/server/io-github-camgitt-memoir Summary: Persistent memory for AI coding tools via MCP. Remembers across sessions and machines. Category: Developer Tools Mode: local Pricing: Free npm: memoir-cli GitHub: https://github.com/camgitt/memoir Security Score: 10/10 Creator: Camgitt Creator Reputation: B Version: 3.2.2 Install (Claude Code): claude mcp add io-github-camgitt-memoir -- npx -y memoir-cli@3.6.1 --- ## Feedkit URL: https://mcp-marketplace.io/server/io-github-arknill-feedkit Summary: RSS/Atom feed collection with 417 curated feeds. Python MCP server. Category: Developer Tools Mode: local Pricing: Free PyPI: feedkit GitHub: https://github.com/QuartzUnit/feedkit Security Score: 10/10 Creator: QuartzUnit Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-arknill-feedkit -- uvx feedkit==0.1.1 --- ## X402 List URL: https://mcp-marketplace.io/server/com-x402-list-x402-list-mcp Summary: x402-list directory MCP: services, facilitator volume, ranked picks, paid assessments. Description: x402-list directory MCP: services, facilitator volume, ranked picks, paid assessments. Remote endpoints: streamable-http: https://mcp.x402-list.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: x402-list-mcp Remote URL: https://mcp.x402-list.com/mcp GitHub: https://github.com/mcccsm/x402-list-mcp Security Score: 10/10 Creator: Mcccsm Creator Reputation: B Version: 0.4.2 Required Credentials: X402_LIST_BASE_URL (optional), X402_LIST_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add com-x402-list-x402-list-mcp -- npx -y x402-list-mcp@0.4.2 Install (Claude Code Remote): claude mcp add --transport http com-x402-list-x402-list-mcp https://mcp.x402-list.com/mcp --- ## Sealedmail URL: https://mcp-marketplace.io/server/io-github-thesuitabs-sealedmail Summary: Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed. Category: Developer Tools Mode: local Pricing: Free npm: sealedmail-mcp GitHub: https://github.com/thesuitabs/sealedmail Security Score: 7/10 Creator: Thesuitabs Creator Reputation: B Version: 0.1.1 Required Credentials: SEALEDMAIL_PRIVATE_KEY (optional) Install (Claude Code): claude mcp add io-github-thesuitabs-sealedmail -- npx -y sealedmail-mcp@0.1.1 --- ## Fodda URL: https://mcp-marketplace.io/server/io-github-piers-fawkes-fodda Summary: Expert-curated knowledge graphs for AI agents — PSFK Retail, Beauty, Sports and more. Category: Developer Tools Mode: local Pricing: Free npm: fodda-mcp GitHub: https://github.com/piers-fawkes/fodda-mcp Security Score: 3.2/10 Creator: Piers Fawkes Creator Reputation: B Version: 1.3.2 Required Credentials: FODDA_API_KEY (required), FODDA_API_URL (optional) Install (Claude Code): claude mcp add io-github-piers-fawkes-fodda -- npx -y fodda-mcp@1.7.0 --- ## ArifOS URL: https://mcp-marketplace.io/server/io-github-ariffazil-aaa-mcp Summary: Constitutional AI Governance with 13 enforced floors (F1-F13) and tri-witness consensus for LLMs. Category: Developer Tools Mode: local Pricing: Free PyPI: arifos GitHub: https://github.com/ariffazil/arifOS Security Score: 9.8/10 Installs: 1 Creator: ariffazil Creator Reputation: C Version: 60.0.0 Install (Claude Code): claude mcp add io-github-ariffazil-aaa-mcp -- uvx arifos==2026.4.16 --- ## Banksync URL: https://mcp-marketplace.io/server/io-github-banksynchq-banksync Summary: Connect AI agents to bank accounts, transactions, balances, and investments. Description: Connect AI agents to bank accounts, transactions, balances, and investments. Remote endpoints: streamable-http: https://mcp.banksync.io Category: Developer Tools Mode: dual Pricing: Free npm: @banksync/mcp PyPI: banksync-mcp Remote URL: https://mcp.banksync.io GitHub: https://github.com/banksynchq/banksync-mcp Security Score: 9.7/10 Creator: Banksynchq Creator Reputation: B Version: 1.0.1 Required Credentials: BANKSYNC_API_KEY (required) Install (Claude Code): claude mcp add io-github-banksynchq-banksync -- npx -y @banksync/mcp@1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-banksynchq-banksync https://mcp.banksync.io --- ## Cruxible Core URL: https://mcp-marketplace.io/server/io-github-cruxible-ai-cruxible-core Summary: Deterministic decision engine with receipts. Define rules in YAML, query a graph, get proof. Category: Developer Tools Mode: local Pricing: Free PyPI: cruxible-core GitHub: https://github.com/cruxible-ai/cruxible-core Security Score: 9.5/10 Creator: Cruxible Ai Creator Reputation: B Version: 0.1.2 Required Credentials: CRUXIBLE_MODE (optional), CRUXIBLE_ALLOWED_ROOTS (optional) Install (Claude Code): claude mcp add io-github-cruxible-ai-cruxible-core -- uvx cruxible-core==0.1.5 --- ## Ragalgo URL: https://mcp-marketplace.io/server/io-github-kokogo100-ragalgo Summary: Dynamic RAG Engine preventing AI hallucinations in Korean Finance and Crypto markets. Category: AI & ML Mode: local Pricing: Free npm: ragalgo-mcp-server GitHub: https://github.com/kokogo100/ragalgo-mcp-server Security Score: 7.8/10 Creator: Kokogo100 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-kokogo100-ragalgo -- npx -y ragalgo-mcp-server@1.0.7 --- ## Rep URL: https://mcp-marketplace.io/server/org-memoryapi-rep Summary: Agent reputation registry: check, register, and endorse AI agents Description: Agent reputation registry: check, register, and endorse AI agents Remote endpoints: streamable-http: https://rep.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rep.memoryapi.org/mcp MCP Tools (4): check_reputation, register_agent, endorse_agent, get_profile Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-rep https://rep.memoryapi.org/mcp --- ## Zenmoney URL: https://mcp-marketplace.io/server/io-github-a-tarasoff-zenmoney-mcp Summary: MCP server for ZenMoney personal finance app Category: Developer Tools Mode: local Pricing: Free npm: zenmoney-mcp GitHub: https://github.com/a-tarasoff/zenmoney-mcp Security Score: 9/10 Creator: A Tarasoff Creator Reputation: B Version: 0.1.1 Required Credentials: ZENMONEY_TOKEN (required) Install (Claude Code): claude mcp add io-github-a-tarasoff-zenmoney-mcp -- npx -y zenmoney-mcp@0.2.0 --- ## Boxberry URL: https://mcp-marketplace.io/server/io-github-theyahia-boxberry-mcp Summary: MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/boxberry-mcp GitHub: https://github.com/theYahia/boxberry-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.2 Required Credentials: BOXBERRY_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-boxberry-mcp -- npx -y @theyahia/boxberry-mcp@1.1.1 --- ## Nightmarquee URL: https://mcp-marketplace.io/server/io-github-ant-dev-lab-nightmarquee Summary: 16 cinematic website prompts as slash commands, tuned for Lovable, Bolt, Cursor and Claude. Category: Developer Tools Mode: local Pricing: Free npm: nightmarquee GitHub: https://github.com/ant-dev-lab/nightmarquee-mcp Security Score: 9.7/10 Creator: Ant Dev Lab Creator Reputation: B Version: 0.1.2 Required Credentials: NIGHTMARQUEE_TOKEN (required), NIGHTMARQUEE_NO_TELEMETRY (optional), NIGHTMARQUEE_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-ant-dev-lab-nightmarquee -- npx -y nightmarquee@0.1.2 --- ## Multi Edit URL: https://mcp-marketplace.io/server/io-github-eaisdevelopment-mcp-multi-edit Summary: Atomic multi-file find-and-replace by Essential AI Solutions (essentialai.uk) Category: Developer Tools Mode: local Pricing: Free npm: @essentialai/mcp-multi-edit GitHub: https://github.com/eaisdevelopment/mcp-multi-edit Security Score: 8/10 Creator: Eaisdevelopment Creator Reputation: B Version: 0.2.7 Install (Claude Code): claude mcp add io-github-eaisdevelopment-mcp-multi-edit -- npx -y @essentialai/mcp-multi-edit@0.2.7 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-goes-mcp Summary: GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA Category: Developer Tools Mode: local Pricing: Free PyPI: goes-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-mansurjisan-goes-mcp -- uvx goes-mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-ragmetric-mcp Summary: RAG retrieval IR metrics: recall@k, hit@k, MRR, NDCG@k, evaluate_batch. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/ragmetric-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mukundakatta-ragmetric-mcp -- npx -y @mukundakatta/ragmetric-mcp --- ## Sqlite URL: https://mcp-marketplace.io/server/ai-smithery-wgong-sqlite-mcp-server Summary: Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det… Description: Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det… Remote endpoints: streamable-http: https://server.smithery.ai/@wgong/sqlite-mcp-server/mcp Category: Data & Analytics Mode: dual Pricing: Free GitHub: https://github.com/wgong/sqlite-mcp-server Security Score: 10/10 Creator: Wgong Creator Reputation: B Version: 1.16.0 --- ## Sumup Agent Toolkit URL: https://mcp-marketplace.io/server/io-github-sumup-mcp Summary: Tools to explore SumUp accounts, payments, customers, and payouts. Category: Developer Tools Mode: local Pricing: Free npm: @sumup/mcp GitHub: https://github.com/sumup/sumup-agent-toolkit Security Score: 9/10 Creator: Sumup Creator Reputation: B Version: 0.1.1 Required Credentials: SUMUP_API_KEY (required) Install (Claude Code): claude mcp add io-github-sumup-mcp -- npx -y @sumup/mcp@0.11.0 --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-public-holidays-mcp Summary: MCP server for public_holidays_mcp Description: MCP server for public_holidays_mcp Remote endpoints: streamable-http: https://public_holidays_mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://public_holidays_mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 9.9/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-public-holidays-mcp https://public_holidays_mcp.mcpize.run/mcp --- ## Photographi URL: https://mcp-marketplace.io/server/io-github-prasadabhishek-photographi-mcp Summary: Visual Intelligence Command Center: A Local Computer Vision Engine for Photo Libraries Category: Content & Media Mode: local Pricing: Free PyPI: photographi-mcp GitHub: https://github.com/prasadabhishek/photographi-mcp Security Score: 4.5/10 Creator: Prasadabhishek Creator Reputation: B Version: 0.2.6 Install (Claude Code): claude mcp add io-github-prasadabhishek-photographi-mcp -- uvx photographi-mcp==0.2.6 --- ## Cryptography URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-cryptography Summary: MCP server exposing cryptography library functionality Category: Finance Mode: local Pricing: Free PyPI: mcp-cryptography GitHub: https://github.com/daedalus/mcp-cryptography Security Score: 0.9/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-cryptography -- uvx mcp-cryptography==0.1.1 --- ## Hive Mcp Dispute URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-dispute Summary: Agent-to-agent dispute resolution and arbitration with on-chain settlement Description: Agent-to-agent dispute resolution and arbitration with on-chain settlement Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/dispute/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/dispute/mcp GitHub: https://github.com/srotzin/hive-mcp-dispute MCP Tools (4): dispute_check, dispute_providers, dispute_route, dispute_today Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-dispute https://hive-mcp-gateway.onrender.com/dispute/mcp --- ## Poland Invoice URL: https://mcp-marketplace.io/server/app-wishpool-poland-invoice-mcp Summary: Poland KSeF 2.0 national e-invoices for AI agents: issue FA(3) faktura, query by KSeF number. Description: Poland KSeF 2.0 national e-invoices for AI agents: issue FA(3) faktura, query by KSeF number. Remote endpoints: streamable-http: https://inv-pl.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://inv-pl.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/poland-invoice-mcp MCP Tools (2): create_invoice, query_invoice Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-poland-invoice-mcp https://inv-pl.wishpool.app/mcp --- ## Carsxe URL: https://mcp-marketplace.io/server/io-github-carsxe-carsxe-mcp Summary: MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes. Description: MCP server for CarsXE vehicle data: VIN, specs, history, images, recalls, and OBD codes. Remote endpoints: streamable-http: https://mcp.carsxe.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.carsxe.com/mcp GitHub: https://github.com/carsxe/carsxe-mcp-server MCP Tools (2): Benefit, Field Security Score: 6/10 Creator: Carsxe Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-carsxe-carsxe-mcp https://mcp.carsxe.com/mcp --- ## Hw URL: https://mcp-marketplace.io/server/ai-smithery-dsharipova-mcp-hw Summary: Create personalized greetings by name in the tone you choose. Get quick suggestions for friendly i… Description: Create personalized greetings by name in the tone you choose. Get quick suggestions for friendly i… Remote endpoints: streamable-http: https://server.smithery.ai/@dsharipova/mcp-hw/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@dsharipova/mcp-hw/mcp GitHub: https://github.com/dsharipova/mcp-hw Security Score: 10/10 Creator: Dsharipova Creator Reputation: B Version: 1.16.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-dsharipova-mcp-hw https://server.smithery.ai/@dsharipova/mcp-hw/mcp --- ## Afterpaths URL: https://mcp-marketplace.io/server/io-github-burnssa-afterpaths Summary: Session memory for AI coding agents. Search past sessions, extract rules, and track what works. Category: Developer Tools Mode: local Pricing: Free PyPI: afterpaths GitHub: https://github.com/burnssa/afterpaths.git Security Score: 9.5/10 Creator: Burnssa Creator Reputation: B Version: 0.2.5 Required Credentials: ANTHROPIC_API_KEY (required), OPENAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-burnssa-afterpaths -- uvx afterpaths==0.2.5 --- ## Ugc Brief URL: https://mcp-marketplace.io/server/io-github-closermethod-ugc-brief-mcp Summary: Turn a brand brief into deliverables, shot lists, and the right UGC format, catching scope traps. Category: Developer Tools Mode: local Pricing: Free npm: ugc-brief-mcp GitHub: https://github.com/closermethod/ugc-brief-mcp Security Score: 5.7/10 Creator: Closermethod Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-closermethod-ugc-brief-mcp -- npx -y ugc-brief-mcp@1.0.1 --- ## Probeops URL: https://mcp-marketplace.io/server/io-github-kumarprobeops-probeops-mcp-server Summary: Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency. Category: Developer Tools Mode: local Pricing: Free npm: @probeops/mcp-server GitHub: https://github.com/kumarprobeops/probeops-mcp-server Security Score: 7/10 Creator: Kumarprobeops Creator Reputation: B Version: 1.2.3 Required Credentials: PROBEOPS_API_KEY (required) Install (Claude Code): claude mcp add io-github-kumarprobeops-probeops-mcp-server -- npx -y @probeops/mcp-server@1.2.4 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-build Summary: Structured build tool output (tsc, generic commands) as typed JSON diagnostics. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/build GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-dave-london-build -- npx -y @paretools/build --- ## Atars URL: https://mcp-marketplace.io/server/ai-aarna-atars-mcp Summary: Crypto market signals, technical indicators, and sentiment analysis for AI agents. Description: Crypto market signals, technical indicators, and sentiment analysis for AI agents. Remote endpoints: streamable-http: https://mcp.aarna.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aarna.ai/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-aarna-atars-mcp https://mcp.aarna.ai/mcp --- ## Json URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-json Summary: JSON tools MCP. Description: JSON tools MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/json/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/json/mcp GitHub: https://github.com/pipeworx-io/mcp-json MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, validate_json, format_json, query_json Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-json https://gateway.pipeworx.io/json/mcp --- ## Compliance Auditor URL: https://mcp-marketplace.io/server/io-github-firasmosbehi-compliance-auditor Summary: City hiring-compliance MCP server with regulation search and full audit risk scoring. Description: City hiring-compliance MCP server with regulation search and full audit risk scoring. Remote endpoints: streamable-http: https://frayess-mosbehi--compliance-auditor-mcp.apify.actor/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://frayess-mosbehi--compliance-auditor-mcp.apify.actor/mcp GitHub: https://github.com/firasmosbehi/compliance-auditor-mcp Security Score: 9/10 Creator: Firasmosbehi Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-firasmosbehi-compliance-auditor https://frayess-mosbehi--compliance-auditor-mcp.apify.actor/mcp --- ## Hello URL: https://mcp-marketplace.io/server/ai-smithery-zhaoganghao-hellomcp Summary: Greet people by name with friendly, concise messages. Explore the origin of 'Hello, World' for fun… Description: Greet people by name with friendly, concise messages. Explore the origin of 'Hello, World' for fun… Remote endpoints: streamable-http: https://server.smithery.ai/@zhaoganghao/hellomcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/zhaoganghao/hellomcp Security Score: 10/10 Creator: Zhaoganghao Creator Reputation: B Version: 1.0.0 --- ## Publicaml URL: https://mcp-marketplace.io/server/io-github-publicaml-mcp-server Summary: AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties. Category: Developer Tools Mode: local Pricing: Free npm: @publicaml/mcp-server GitHub: https://github.com/publicaml/mcp-server Security Score: 5.2/10 Creator: Publicaml Creator Reputation: B Version: 0.1.1 Required Credentials: PUBLICAML_API_KEY (required), PUBLICAML_API_BASE (optional) Install (Claude Code): claude mcp add io-github-publicaml-mcp-server -- npx -y @publicaml/mcp-server@0.1.1 --- ## Api URL: https://mcp-marketplace.io/server/com-peppolstatus-api Summary: Peppol market intelligence and network monitoring: migrations, provider churn, leads, and uptime. Description: Peppol market intelligence and network monitoring: migrations, provider churn, leads, and uptime. Remote endpoints: streamable-http: https://mcp.peppolstatus.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.peppolstatus.com MCP Tools (29): list_hosts, get_host, list_host_incidents, get_host_uptime, list_incidents, get_participant, list_participant_events, get_participant_history, get_network_summary, get_adoption, list_providers, get_provider, get_provider_sla, get_provider_sla_by_key, list_provider_certs, list_access_points, get_access_point, get_access_point_churn, list_access_point_churn_participants, list_smps, get_seat, list_events, list_participants, get_participant_stats, get_participant_stats_history, get_country_churn, list_anomalies, get_anomaly, get_sml_status Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-peppolstatus-api https://mcp.peppolstatus.com --- ## Voyager URL: https://mcp-marketplace.io/server/io-github-benwhit-voyager-mcp Summary: Agency intelligence platform — WordPress, SEO, analytics, leads, and content for AI agents Description: Agency intelligence platform — WordPress, SEO, analytics, leads, and content for AI agents Remote endpoints: streamable-http: https://voyager-mcp-server.ben-f3a.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://voyager-mcp-server.ben-f3a.workers.dev/mcp GitHub: https://github.com/voyager-marketing/voyager-mcp-server Security Score: 8/10 Creator: Voyager Marketing Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-benwhit-voyager-mcp https://voyager-mcp-server.ben-f3a.workers.dev/mcp --- ## Exchangerate URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-exchangerate Summary: ExchangeRate MCP — wraps open.er-api.com (free, no auth) Description: ExchangeRate MCP — wraps open.er-api.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/exchangerate/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/exchangerate/mcp GitHub: https://github.com/pipeworx-io/mcp-exchangerate MCP Tools (2): get_rates, get_pair Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-exchangerate https://gateway.pipeworx.io/exchangerate/mcp --- ## Thegamecrafter URL: https://mcp-marketplace.io/server/io-github-alex-gon-thegamecrafter Summary: Design, manage, and price tabletop games on The Game Crafter via MCP. Category: Developer Tools Mode: local Pricing: Free npm: @alex-gon/tgc-mcp-server GitHub: https://github.com/alex-gon/thegamecrafter-mcp-server Security Score: 9.9/10 Creator: alex-gon Creator Reputation: C Version: 0.1.1 Required Credentials: TGC_API_KEY_ID (required), TGC_USERNAME (optional), TGC_PASSWORD (required), TGC_API_BASE (optional), TGC_UPLOAD_BASE_DIR (optional) Install (Claude Code): claude mcp add io-github-alex-gon-thegamecrafter -- npx -y @alex-gon/tgc-mcp-server@0.2.1 --- ## Blackcow4234 URL: https://mcp-marketplace.io/server/io-github-blackcow4234-lab-artifactguard Summary: Signed PASS/WARN/FAIL QA receipts for AI-generated JSON, ZIP, PDF, and DOCX deliverables. Description: Signed PASS/WARN/FAIL QA receipts for AI-generated JSON, ZIP, PDF, and DOCX deliverables. Remote endpoints: streamable-http: https://analytical-gratefulne--artifactguard.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://analytical-gratefulne--artifactguard.apify.actor/mcp GitHub: https://github.com/blackcow4234-lab/blackcow4234 Security Score: 10/10 Creator: Blackcow4234 Lab Creator Reputation: B Version: 1.0.0 Required Credentials: APIFY_TOKEN (required) Install (Claude Code Remote): claude mcp add --transport http io-github-blackcow4234-lab-artifactguard https://analytical-gratefulne--artifactguard.apify.actor/mcp --- ## Cotrader URL: https://mcp-marketplace.io/server/io-github-get-cotrader-cotrader Summary: Screen 11,000+ stocks using natural language and detect chart patterns via MCP. Description: Screen 11,000+ stocks using natural language and detect chart patterns via MCP. Remote endpoints: streamable-http: https://api.getcotrader.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.getcotrader.com/mcp GitHub: https://github.com/get-cotrader/cotrader-mcp Security Score: 10/10 Creator: Get Cotrader Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-get-cotrader-cotrader https://api.getcotrader.com/mcp --- ## Indicate Vscode URL: https://mcp-marketplace.io/server/io-github-indicateio-indicate-mcp Summary: AI-powered intelligence for your development workflow via Indicate. Description: AI-powered intelligence for your development workflow via Indicate. Remote endpoints: streamable-http: https://industry.indicate-data.io/agent/semantic/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://industry.indicate-data.io/agent/semantic/mcp GitHub: https://github.com/indicateio/indicate-vscode MCP Tools (5): list_tenants, list_data_sources, list_metrics, query_metric, health_check Security Score: 9/10 Creator: Indicateio Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-indicateio-indicate-mcp https://industry.indicate-data.io/agent/semantic/mcp --- ## Tablestakes URL: https://mcp-marketplace.io/server/io-github-oborchers-tablestakes Summary: Read and edit HTML/Markdown tables in GitBook-synced documents via MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: tablestakes GitHub: https://github.com/oborchers/tablestakes Security Score: 6.3/10 Creator: Oborchers Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-oborchers-tablestakes -- uvx tablestakes==1.1.0 --- ## Inference URL: https://mcp-marketplace.io/server/ac-inference-sh-inference Summary: Run 150+ AI apps — image, video, audio, LLMs, 3D and more. Browse, execute, stream results. Description: Run 150+ AI apps — image, video, audio, LLMs, 3D and more. Browse, execute, stream results. Remote endpoints: streamable-http: https://sh.inference.ac streamable-http: https://api.inference.sh/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://sh.inference.ac Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ac-inference-sh-inference https://sh.inference.ac --- ## Personal Model URL: https://mcp-marketplace.io/server/io-github-intuition-lab-personal-model Summary: Local-first personal memory and model server for trusted MCP agents on macOS. Category: Developer Tools Mode: local Pricing: Free PyPI: personal-model GitHub: https://github.com/Intuition-Lab/personal-model Security Score: 4.2/10 Creator: Intuition Lab Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-intuition-lab-personal-model -- uvx personal-model --- ## Dbhweb URL: https://mcp-marketplace.io/server/io-github-majahelferbiene-dbhweb Summary: Search for books and book-related products, with access to product and delivery details Description: Search for books and book-related products, with access to product and delivery details Remote endpoints: streamable-http: https://www.hugendubel.info/mcp sse: https://www.hugendubel.info/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.hugendubel.info/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0-1 Install (Claude Code Remote): claude mcp add --transport http io-github-majahelferbiene-dbhweb https://www.hugendubel.info/mcp --- ## Instruments URL: https://mcp-marketplace.io/server/nz-co-prelude-instruments Summary: Search and rent musical instruments in New Zealand. Pricing, teachers, and FAQs. Description: Search and rent musical instruments in New Zealand. Pricing, teachers, and FAQs. Remote endpoints: streamable-http: https://prelude.co.nz/mcp/prelude Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prelude.co.nz/mcp/prelude MCP Tools (4): search-instruments-tool, get-pricing-tool, search-teachers-tool, get-faqs-tool Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http nz-co-prelude-instruments https://prelude.co.nz/mcp/prelude --- ## Kastell URL: https://mcp-marketplace.io/server/io-github-kastelldev-kastell Summary: Server security audit (413 checks), hardening, and fleet management across 4 cloud providers. Category: Developer Tools Mode: local Pricing: Free npm: kastell GitHub: https://github.com/kastelldev/kastell Security Score: 10/10 Creator: Kastelldev Creator Reputation: B Version: 1.14.0 Required Credentials: HETZNER_TOKEN (required), DIGITALOCEAN_TOKEN (required), VULTR_TOKEN (required), LINODE_TOKEN (required) Install (Claude Code): claude mcp add io-github-kastelldev-kastell -- npx -y kastell@2.0.0 --- ## Kaka URL: https://mcp-marketplace.io/server/io-github-ashokva-kaka-mcp-server Summary: KAKA, an ancient amnesiac crow from klaash.club. Get a live introduction or his response log. Description: KAKA, an ancient amnesiac crow from klaash.club. Get a live introduction or his response log. Remote endpoints: streamable-http: https://kaka-mcp-server-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://kaka-mcp-server-production.up.railway.app/mcp GitHub: https://github.com/ashokva/kaka-mcp-server Security Score: 4.8/10 Creator: Ashokva Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ashokva-kaka-mcp-server https://kaka-mcp-server-production.up.railway.app/mcp --- ## Windowsforum URL: https://mcp-marketplace.io/server/com-windowsforum-mcp-server Summary: Search WindowsForum.com threads, posts, and Windows news; fetch documents and Microsoft KB info. Description: Search WindowsForum.com threads, posts, and Windows news; fetch documents and Microsoft KB info. Remote endpoints: streamable-http: https://mcp.windowsforum.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.windowsforum.com/ MCP Tools (22): search, fetch, search_semantic, search_threads, get_time, get_kb_article, search_kb, get_thread_posts, search_mysql, search_elastic, get_thread, list_threads, get_post, get_user, get_forum, get_forum_updates, get_online_users, get_latest_registered_users, get_forum_statistics, search_posts, search_users, get_windows_news_posts Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http com-windowsforum-mcp-server https://mcp.windowsforum.com/ --- ## Hostaway URL: https://mcp-marketplace.io/server/io-github-mattlong-plux-hostaway Summary: Hostaway PMS: reservations, listings, calendars, financials, and guest messaging. Category: Developer Tools Mode: local Pricing: Free npm: @matt-long-plux/hostaway-mcp GitHub: https://github.com/mattlong-plux/hostaway-mcp Security Score: 0/10 Creator: Mattlong Plux Creator Reputation: B Version: 1.0.1 Required Credentials: HOSTAWAY_ACCOUNT_ID (optional), HOSTAWAY_CLIENT_SECRET (required), HOSTAWAY_READ_ONLY (optional), HOSTAWAY_CACHE_TTL (optional) Install (Claude Code): claude mcp add io-github-mattlong-plux-hostaway -- npx -y @matt-long-plux/hostaway-mcp --- ## O Twin Data Pipeline URL: https://mcp-marketplace.io/server/com-olane-copass-remote Summary: Knowledge graph ingestion, entity search, ontology analysis, and CoPass scoring. Description: Knowledge graph ingestion, entity search, ontology analysis, and CoPass scoring. Remote endpoints: streamable-http: https://mcp.copass.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.copass.com/mcp GitHub: https://github.com/olane-labs/o-twin-data-pipeline Security Score: 9/10 Creator: Olane Labs Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olane-copass-remote https://mcp.copass.com/mcp --- ## Roundtable Dashboard URL: https://mcp-marketplace.io/server/io-github-whateverneveranywhere-roundtable Summary: Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight. Description: Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight. Remote endpoints: streamable-http: https://mcp.roundtable.now/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.roundtable.now/mcp GitHub: https://github.com/deadpixel/roundtable-dashboard MCP Tools (13): list_models, list_sessions, get_session, get_logs, check_usage, get_thread_link, set_thread_visibility, consult, architect, review_code, plan_implementation, debug, assess_tradeoffs Security Score: 9/10 Creator: Deadpixel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-whateverneveranywhere-roundtable https://mcp.roundtable.now/mcp --- ## Scoring URL: https://mcp-marketplace.io/server/io-sentinelsignal-scoring Summary: Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback. Description: Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback. Remote endpoints: streamable-http: https://mcp.sentinelsignal.io/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://mcp.sentinelsignal.io/mcp MCP Tools (8): get_limits, list_workflows, get_workflow_schema, validate_workflow_payload, get_usage, score_workflow, score_batch, submit_feedback Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.6 Install (Claude Code Remote): claude mcp add --transport http io-sentinelsignal-scoring https://mcp.sentinelsignal.io/mcp --- ## Numerology Api URL: https://mcp-marketplace.io/server/io-github-ghdejr11-beep-numerology-api Summary: Deterministic Pythagorean numerology MCP. Life Path, Destiny, Soul Urge, compatibility. No API key. Description: Deterministic Pythagorean numerology MCP. Life Path, Destiny, Soul Urge, compatibility. No API key. Remote endpoints: streamable-http: https://numerology-api.kunstudio.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://numerology-api.kunstudio.workers.dev/mcp MCP Tools (4): numerology_profile, life_path, name_numbers, compatibility Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ghdejr11-beep-numerology-api https://numerology-api.kunstudio.workers.dev/mcp --- ## Xtapdown URL: https://mcp-marketplace.io/server/io-github-farukkolip-xtapdown-mcp Summary: 14 X (Twitter) creator tools — tweet download, hashtags, hooks, engagement & ads-revenue calc. Category: Developer Tools Mode: local Pricing: Free npm: xtapdown-mcp GitHub: https://github.com/farukkolip/xtapdown-mcp Security Score: 4.2/10 Creator: Farukkolip Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-farukkolip-xtapdown-mcp -- npx -y xtapdown-mcp@1.2.1 --- ## Course Drift Oracle URL: https://mcp-marketplace.io/server/io-github-710git-course-drift-oracle Summary: Signed drift reports for the ai-agents-for-beginners course. Free summary; $0.25 full report. Description: Signed drift reports for the ai-agents-for-beginners course. Free summary; $0.25 full report. Remote endpoints: streamable-http: https://signetworks.atelieri.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://signetworks.atelieri.workers.dev/mcp GitHub: https://github.com/710git/course-drift-oracle Security Score: 5.2/10 Creator: 710git Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-710git-course-drift-oracle https://signetworks.atelieri.workers.dev/mcp --- ## Ascii Art Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-ascii-art-ai-mcp Summary: Ascii Art Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: ascii-art-ai-mcp GitHub: https://github.com/CSOAI-ORG/ascii-art-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-ascii-art-ai-mcp -- uvx ascii-art-ai-mcp==1.0.11 --- ## Searchatlas URL: https://mcp-marketplace.io/server/io-github-search-atlas-group-searchatlas Summary: SearchAtlas AI Agent — SEO, content, PPC, authority building, and site management Category: Developer Tools Mode: local Pricing: Free npm: searchatlas-mcp-server GitHub: https://github.com/Search-Atlas-Group/searchatlas-mcp-server Security Score: 7/10 Creator: Search Atlas Group Creator Reputation: B Version: 1.3.8 Required Credentials: SEARCHATLAS_TOKEN (required), SEARCHATLAS_API_KEY (required), SEARCHATLAS_API_URL (optional) Install (Claude Code): claude mcp add io-github-search-atlas-group-searchatlas -- npx -y searchatlas-mcp-server --- ## MCPSpend URL: https://mcp-marketplace.io/server/io-github-andreisirbu91-lab-mcpspend Summary: Query your MCPSpend usage: cost today, top tools, recent sessions, budget projections. Category: Developer Tools Mode: local Pricing: Free npm: @mcpspend/mcp-server GitHub: https://github.com/andreisirbu91-lab/MCPSpend Security Score: 9/10 Rating: 5/5 Installs: 1 Creator: andreisirbu91-lab Creator Reputation: B Version: 0.2.1 Required Credentials: MCPSPEND_API_KEY (required), MCPSPEND_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-andreisirbu91-lab-mcpspend -- npx -y @mcpspend/mcp-server --- ## Fatestar Ziwei URL: https://mcp-marketplace.io/server/io-github-louislin0723-fatestar-ziwei Summary: Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings. Description: Zi Wei Dou Shu for AI agents: free natal charts, six transit levels, and optional readings. Remote endpoints: streamable-http: https://www.fatestar.top/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.fatestar.top/api/mcp GitHub: https://github.com/LouisLin0723/fatestar-ziwei MCP Tools (3): ziwei_chart, ziwei_transits, ziwei_reading Security Score: 10/10 Creator: LouisLin0723 Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-louislin0723-fatestar-ziwei https://www.fatestar.top/api/mcp --- ## Zeus Memory URL: https://mcp-marketplace.io/server/io-analyticlabs-zeus-memory Summary: Enterprise memory, search, and context for frontier AI. 38 tools for business intelligence. Description: Enterprise memory, search, and context for frontier AI. 38 tools for business intelligence. Remote endpoints: streamable-http: https://zeus.aldc.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zeus.aldc.io/mcp GitHub: https://github.com/ALDC-io/zeus-memory Security Score: 9/10 Creator: ALDC Io Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-analyticlabs-zeus-memory https://zeus.aldc.io/mcp --- ## Read Only Local Postgres URL: https://mcp-marketplace.io/server/capital-hove-read-only-local-postgres-mcp-server Summary: MCP server for read-only PostgreSQL database queries in Claude Desktop Category: Data & Analytics Mode: local Pricing: Free npm: @hovecapital/read-only-postgres-mcp-server GitHub: https://github.com/hovecapital/read-only-local-postgres-mcp-server Security Score: 7.5/10 Creator: Hovecapital Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add capital-hove-read-only-local-postgres-mcp-server -- npx -y @hovecapital/read-only-postgres-mcp-server@0.1.0 --- ## Kaspi URL: https://mcp-marketplace.io/server/io-github-theyahia-kaspi-mcp Summary: MCP server for Kaspi.kz Shop API -- orders and products. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/kaspi-mcp GitHub: https://github.com/theYahia/kaspi-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: KASPI_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-kaspi-mcp -- npx -y @theyahia/kaspi-mcp@1.0.2 --- ## Status Aggregator URL: https://mcp-marketplace.io/server/io-github-weiseer-status-aggregator Summary: Cross-vendor SaaS status aggregator for AI agents (Anthropic/OpenAI/AWS/GH/Stripe/CF). Category: Developer Tools Mode: local Pricing: Free npm: @weiseer/status-aggregator-mcp GitHub: https://github.com/weiseer/status-aggregator-mcp Security Score: 10/10 Creator: Weiseer Creator Reputation: B Version: 0.1.2 Required Credentials: STATUS_AGG_URL (optional), STATUS_AGG_LOCAL_ONLY (optional) Install (Claude Code): claude mcp add io-github-weiseer-status-aggregator -- npx -y @weiseer/status-aggregator-mcp@0.1.2 --- ## Mcp URL: https://mcp-marketplace.io/server/dev-agent-module-mcp Summary: Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial. Description: Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial. Remote endpoints: streamable-http: https://api.agent-module.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agent-module.dev/mcp GitHub: https://github.com/AgentModule/mcp MCP Tools (7): query_knowledge, get_trial_key, check_status, join_waitlist, register_interest, submit_pov, submit_referral Security Score: 10/10 Creator: AgentModule Creator Reputation: B Version: 0.9.9 Install (Claude Code Remote): claude mcp add --transport http dev-agent-module-mcp https://api.agent-module.dev/mcp --- ## Nummeropslag Api URL: https://mcp-marketplace.io/server/io-github-andrey-tut-nummeropslag Summary: Privacy-first Danish caller ID, CVR company lookup, operator data, and community spam signals. Category: Developer Tools Mode: local Pricing: Free PyPI: nummeropslag-mcp GitHub: https://github.com/andrey-tut/nummeropslag-api Security Score: 10/10 Creator: Andrey Tut Creator Reputation: B Version: 1.0.2 Required Credentials: NUMMEROPSLAG_API_KEY (required) Install (Claude Code): claude mcp add io-github-andrey-tut-nummeropslag -- uvx nummeropslag-mcp==1.0.2 --- ## Tldraw URL: https://mcp-marketplace.io/server/io-github-tldraw-tldraw Summary: Draw and visually collaborate with your agents on tldraw's canvas. Description: Draw and visually collaborate with your agents on tldraw's canvas. Remote endpoints: streamable-http: https://tldraw-mcp-app.tldraw.workers.dev/mcp sse: https://tldraw-mcp-app.tldraw.workers.dev/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tldraw-mcp-app.tldraw.workers.dev/mcp GitHub: https://github.com/tldraw/tldraw Security Score: 9.1/10 Creator: Tldraw Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tldraw-tldraw https://tldraw-mcp-app.tldraw.workers.dev/mcp --- ## Synter URL: https://mcp-marketplace.io/server/io-github-jshorwitz-synter-ads Summary: Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI. Description: Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI. Remote endpoints: streamable-http: https://mcp.syntermedia.ai/mcp/ Category: Marketing & Social Mode: dual Pricing: Free npm: @synterai/mcp-server Remote URL: https://mcp.syntermedia.ai/mcp/ GitHub: https://github.com/jshorwitz/synter-mcp-server Security Score: 7/10 Creator: User Creator Reputation: D Version: 1.0.7 Required Credentials: SYNTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-jshorwitz-synter-ads -- npx -y @synterai/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-jshorwitz-synter-ads https://mcp.syntermedia.ai/mcp/ --- ## Email Verify URL: https://mcp-marketplace.io/server/io-github-foundrynet-email-verify-mcp Summary: Verify emails — deliverability, disposable/role/free detection, MX validity, domain age. Description: Verify emails — deliverability, disposable/role/free detection, MX validity, domain age. Remote endpoints: streamable-http: https://email-verify-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-verify-mcp-production.up.railway.app/mcp GitHub: https://github.com/FoundryNet/email-verify-mcp Security Score: 8/10 Creator: FoundryNet Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-foundrynet-email-verify-mcp https://email-verify-mcp-production.up.railway.app/mcp --- ## Postgres AIops URL: https://mcp-marketplace.io/server/io-github-aiops-tools-postgres-aiops Summary: Governed PostgreSQL DBA ops: slow-query RCA, bloat/vacuum & blocking-lock analysis; 35 MCP tools. Category: Data & Analytics Mode: local Pricing: Free PyPI: postgres-aiops GitHub: https://github.com/AIops-tools/Postgres-AIops Security Score: 10/10 Creator: AIops Tools Creator Reputation: B Version: 0.9.0 Install (Claude Code): claude mcp add io-github-aiops-tools-postgres-aiops -- uvx postgres-aiops==0.9.0 --- ## Memdocs URL: https://mcp-marketplace.io/server/io-github-silversurfer562-memdocs Summary: Git-native project memory for AI assistants with enterprise-grade audit compliance Category: Developer Tools Mode: local Pricing: Free PyPI: memdocs GitHub: https://github.com/Smart-AI-Memory/memdocs Security Score: 9.5/10 Creator: Smart AI Memory Creator Reputation: B Version: 2.1.4 Required Credentials: PROJECT_ROOT (optional), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-silversurfer562-memdocs -- uvx memdocs==2.1.2 --- ## Zread URL: https://mcp-marketplace.io/server/io-github-ejfkdev-zread-mcp Summary: Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。 Category: Developer Tools Mode: local Pricing: Free npm: zread-mcp GitHub: https://github.com/ejfkdev/zread-mcp Security Score: 0.1/10 Creator: Ejfkdev Creator Reputation: B Version: 1.0.1 Required Credentials: ZREAD_TOKEN (required) Install (Claude Code): claude mcp add io-github-ejfkdev-zread-mcp -- npx -y zread-mcp@1.0.1 --- ## Auth Preflight URL: https://mcp-marketplace.io/server/us-inversolabs-mcp-auth-preflight Summary: Preflight MCP OAuth compatibility with structured evidence and remediation guidance. Description: Preflight MCP OAuth compatibility with structured evidence and remediation guidance. Remote endpoints: streamable-http: https://auth.inversolabs.us/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://auth.inversolabs.us/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.19 Install (Claude Code Remote): claude mcp add --transport http us-inversolabs-mcp-auth-preflight https://auth.inversolabs.us/mcp --- ## Agent Policy Enforcement URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-policy-enforcement-mcp Summary: Per-agent-pair IAM for A2A. Define policies ('orchestrator may call billing only when amount<100... Description: Per-agent-pair IAM for A2A. Define policies ('orchestrator may call billing only when amount<100... Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/policy-enforcement Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-policy-enforcement-mcp Remote URL: https://api.meok.ai/v1/a2a/policy-enforcement GitHub: https://github.com/CSOAI-ORG/agent-policy-enforcement-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-agent-policy-enforcement-mcp -- uvx agent-policy-enforcement-mcp==1.0.11 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-policy-enforcement-mcp https://api.meok.ai/v1/a2a/policy-enforcement --- ## Area Statistics URL: https://mcp-marketplace.io/server/com-suomiatlas-area-statistics Summary: Statistics for every Finnish postal code area and municipality: income, housing, crime, air quality Description: Statistics for every Finnish postal code area and municipality: income, housing, crime, air quality Remote endpoints: streamable-http: https://suomiatlas.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://suomiatlas.com/api/mcp MCP Tools (9): search_places, get_place_stats, get_place_history, get_air_quality, compare_areas, rank_areas, find_similar_areas, list_variables, get_area_report Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-suomiatlas-area-statistics https://suomiatlas.com/api/mcp --- ## Copyright01 URL: https://mcp-marketplace.io/server/io-github-whitemarmot-copyright01 Summary: Copyright deposit API — protect code, text, and websites with Berne Convention proof Description: Copyright deposit API — protect code, text, and websites with Berne Convention proof Remote endpoints: streamable-http: https://www.copyright01.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.copyright01.com/mcp GitHub: https://github.com/Whitemarmot/copyright01-mcp MCP Tools (6): create-deposit-tool, list-deposits-tool, get-deposit-tool, verify-hash-tool, verify-certificate-tool, get-profile-tool Security Score: 9.8/10 Creator: Whitemarmot Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-whitemarmot-copyright01 https://www.copyright01.com/mcp --- ## Swotpal URL: https://mcp-marketplace.io/server/io-github-aprilelevengo-swotpal-mcp-server Summary: MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf) Category: Developer Tools Mode: local Pricing: Free npm: @swotpal/mcp-server GitHub: https://github.com/aprilelevengo/swotpal-mcp-server Security Score: 7/10 Creator: Aprilelevengo Creator Reputation: B Version: 0.1.1 Required Credentials: SWOTPAL_API_KEY (required) Install (Claude Code): claude mcp add io-github-aprilelevengo-swotpal-mcp-server -- npx -y @swotpal/mcp-server --- ## Agentfolio URL: https://mcp-marketplace.io/server/io-github-0xbrainkid-agentfolio-mcp-server Summary: AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations. Category: Developer Tools Mode: local Pricing: Free npm: agentfolio-mcp-server GitHub: https://github.com/0xbrainkid/agentfolio-mcp-server Security Score: 8/10 Creator: 0xbrainkid Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-0xbrainkid-agentfolio-mcp-server -- npx -y agentfolio-mcp-server@1.3.0 --- ## Client URL: https://mcp-marketplace.io/server/ai-i18nagent-i18n-agent Summary: AI-powered translation for 48 languages with context-aware quality Description: AI-powered translation for 48 languages with context-aware quality Remote endpoints: streamable-http: https://mcp.i18nagent.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @i18n-agent/mcp-client Remote URL: https://mcp.i18nagent.ai/mcp GitHub: https://github.com/i18n-agent/mcp-client Security Score: 2/10 Creator: I18n Agent Creator Reputation: B Version: 1.16.3 Required Credentials: I18N_AGENT_API_KEY (required), MCP_SERVER_URL (optional) Install (Claude Code): claude mcp add ai-i18nagent-i18n-agent -- npx -y @i18n-agent/mcp-client@1.16.3 Install (Claude Code Remote): claude mcp add --transport http ai-i18nagent-i18n-agent https://mcp.i18nagent.ai/mcp --- ## Attio URL: https://mcp-marketplace.io/server/ai-smithery-kesslerio-attio-mcp-server Summary: Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks… Description: Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks… Remote endpoints: streamable-http: https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp GitHub: https://github.com/kesslerio/attio-mcp-server Security Score: 9.9/10 Creator: Kesslerio Creator Reputation: B Version: 1.1.1-fallback Install (Claude Code Remote): claude mcp add --transport http ai-smithery-kesslerio-attio-mcp-server https://server.smithery.ai/@kesslerio/attio-mcp-server/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-searchcode-mcp Summary: Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository. Description: Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository. Remote endpoints: streamable-http: https://api.searchcode.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.searchcode.com/v1/mcp MCP Tools (6): searchcode_analyze, searchcode_search, searchcode_get_file, searchcode_file_tree, searchcode_get_files, searchcode_get_findings Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-searchcode-mcp https://api.searchcode.com/v1/mcp --- ## Marketing URL: https://mcp-marketplace.io/server/io-github-xpaysh-marketing Summary: 50+ marketing tools. Lead gen, competitive intel, SEO, content research. Pay-per-use via x402. Description: 50+ marketing tools. Lead gen, competitive intel, SEO, content research. Pay-per-use via x402. Remote endpoints: streamable-http: https://marketing.mcp.xpay.sh/mcp?key={api_key} Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://marketing.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-marketing 'https://marketing.mcp.xpay.sh/mcp?key={api_key}' --- ## Aikido Security Analysis Platform URL: https://mcp-marketplace.io/server/io-github-bajuzjefe-aikido-mcp Summary: Security analysis for Aiken smart contracts on Cardano. 75 vulnerability detectors. Category: Developer Tools Mode: local Pricing: Free npm: aikido-mcp GitHub: https://github.com/Bajuzjefe/Aikido-Security-Analysis-Platform Security Score: 10/10 Creator: Bajuzjefe Creator Reputation: B Version: 0.1.1 Required Credentials: AIKIDO_BINARY (optional) Install (Claude Code): claude mcp add io-github-bajuzjefe-aikido-mcp -- npx -y aikido-mcp@0.1.1 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-uuid-forge-mcp Summary: Generate UUID v4/v7, ULID, nanoid, and random unique identifiers Category: Developer Tools Mode: local Pricing: Free npm: uuid-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-uuid-forge-mcp -- npx -y uuid-forge-mcp --- ## Localstack URL: https://mcp-marketplace.io/server/io-github-giovanemartins-localstack Summary: MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra. Category: Developer Tools Mode: local Pricing: Free npm: @giovane.martins/localstack GitHub: https://github.com/giovanemartins/localstack-mcp-server Security Score: 10/10 Creator: Giovanemartins Creator Reputation: B Version: 1.1.5 Required Credentials: LOCALSTACK_ENDPOINT (optional), AWS_REGION (optional), AWS_ACCESS_KEY_ID (required), AWS_SECRET_ACCESS_KEY (required) Install (Claude Code): claude mcp add io-github-giovanemartins-localstack -- npx -y @giovane.martins/localstack@1.1.5 --- ## Mifactory Pdf URL: https://mcp-marketplace.io/server/io-github-mifactory-bot-mifactory-pdf Summary: Send transactional pdfs for AI agents via SMTP. Templates included. Description: Send transactional pdfs for AI agents via SMTP. Templates included. Remote endpoints: streamable-http: https://mifactory-pdf.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mifactory-pdf.vercel.app/mcp GitHub: https://github.com/mifactory-bot/mifactory-pdf MCP Tools (4): html_to_pdf, markdown_to_pdf, invoice_pdf, report_pdf Security Score: 9.1/10 Creator: Mifactory Bot Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mifactory-bot-mifactory-pdf https://mifactory-pdf.vercel.app/mcp --- ## VaultCrux URL: https://mcp-marketplace.io/server/io-github-cuecrux-vaultcrux-platform Summary: VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org Description: VaultCrux Platform — 60 tools: retrieval, proof, intel, economy, watch, org Remote endpoints: streamable-http: https://api.vaultcrux.com/platform/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.vaultcrux.com/platform/mcp GitHub: https://github.com/CueCrux/VaultCrux MCP Tools (60): query_vault, query_with_threshold, get_session_context, get_journal, action_journal.query, get_stale_pins, proof_document, get_proof_status, get_proof_chunks, get_proof_receipt, get_proofpack, get_credit_balance, get_credit_escrow, get_spend_receipt, get_pricing, get_economy_dashboard, tip_platform, browse_bundles, purchase_bundle, get_passport, verify_passport, get_trust_level, register_belief, get_beliefs, diff_receipts, get_blast_radius, get_break_analysis, get_counterfactual_summary, explain_last_answer, get_domain_affinity, annotate_session, get_knowledge_gaps, get_daily_briefing, set_policy, get_active_policy, schedule_recheck, set_reasoning_profile, get_reasoning_profile, pin_receipt, tip_agent, create_coalition, join_coalition, create_handoff_package, accept_handoff_package, find_contradictions, forecast_obsolescence, watch_answer, unwatch_answer, get_watches, get_watch_alerts, submit_feature_request, vote_feature_request, get_feature_requests, declare_revenue_willingness, list_seats, invite_seat, change_seat_role, revoke_seat, register_agent, request_sponsor Security Score: 9/10 Creator: CueCrux Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cuecrux-vaultcrux-platform https://api.vaultcrux.com/platform/mcp --- ## Ghl URL: https://mcp-marketplace.io/server/io-github-northrosetech-ghl-mcp-server Summary: GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments. Category: Developer Tools Mode: local Pricing: Free npm: @northrosetech/ghl-mcp-server GitHub: https://github.com/northrosetech/ghl-mcp-server Security Score: 4.2/10 Creator: Northrosetech Creator Reputation: B Version: 1.0.1 Required Credentials: GHL_API_KEY (required), GHL_LOCATION_ID (optional), GHL_BASE_URL (optional), GHL_API_VERSION (optional), TRANSPORT (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-northrosetech-ghl-mcp-server -- npx -y @northrosetech/ghl-mcp-server@1.0.1 --- ## Sol MCP - Solana Token Risk & Signals URL: https://mcp-marketplace.io/server/sol-mcp-solana-token-risk-signals Summary: Real-time Solana token risk scores, momentum signals & graduation alerts via MCP Description: Real-time Solana token risk scoring and momentum signals for AI assistants and trading agents. Built by Sol, an autonomous AI agent, using on-chain data from DexScreener, Birdeye, and direct Solana RPC. Category: Finance Mode: dual Pricing: Free Remote URL: https://sol-mcp-production.up.railway.app/mcp GitHub: https://github.com/autonsol/sol-mcp Security Score: 5.2/10 Creator: autonsol Creator Reputation: B Version: 1.0.0 Uptime Status: up Tags: solana, crypto, trading, risk-analysis, momentum, defi, pump-fun, token-screening, finance, on-chain Use Cases: Token risk screening, trading signal generation, DeFi analysis, pump.fun graduation alerts, portfolio risk management Install (Claude Code Remote): claude mcp add --transport http sol-mcp-solana-token-risk-signals https://sol-mcp-production.up.railway.app/mcp --- ## Quill URL: https://mcp-marketplace.io/server/io-github-manumarri-sudo-quill Summary: Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log. Category: Developer Tools Mode: local Pricing: Free PyPI: quillx GitHub: https://github.com/manumarri-sudo/quill Security Score: 4.8/10 Creator: Manumarri Sudo Creator Reputation: B Version: 0.2.0a5 Install (Claude Code): claude mcp add io-github-manumarri-sudo-quill -- uvx quillx==0.2.0a5 --- ## Marketing Miner URL: https://mcp-marketplace.io/server/ai-smithery-lukaskostka99-marketing-miner-mcp Summary: Discover high-impact keyword ideas across Central and Eastern European and English markets. Analyz… Description: Discover high-impact keyword ideas across Central and Eastern European and English markets. Analyz… Remote endpoints: streamable-http: https://server.smithery.ai/@lukaskostka99/marketing-miner-mcp/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@lukaskostka99/marketing-miner-mcp/mcp GitHub: https://github.com/lukaskostka99/marketing-miner-mcp Security Score: 10/10 Creator: Lukaskostka99 Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-lukaskostka99-marketing-miner-mcp https://server.smithery.ai/@lukaskostka99/marketing-miner-mcp/mcp --- ## Agora402 URL: https://mcp-marketplace.io/server/io-github-michu5696-agora402 Summary: Escrow protection for agent payments on Base — USDC held in smart contract until job completion. Description: Escrow protection for agent payments on Base — USDC held in smart contract until job completion. Remote endpoints: streamable-http: https://agora402.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: agora402 Remote URL: https://agora402.fly.dev/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.5.3 Install (Claude Code): claude mcp add io-github-michu5696-agora402 -- npx -y agora402 Install (Claude Code Remote): claude mcp add --transport http io-github-michu5696-agora402 https://agora402.fly.dev/mcp --- ## Zakupki URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-zakupki Summary: MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP). Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-zakupki GitHub: https://github.com/atomno-mcp/mcp-zakupki Security Score: 6.5/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.8 Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-zakupki -- uvx atomno-mcp-zakupki==0.1.8 --- ## Humanmcp Go URL: https://mcp-marketplace.io/server/io-github-kapoost-humanmcp Summary: Personal MCP server for humans who create. Proof of authorship, license control. Description: Personal MCP server for humans who create. Proof of authorship, license control. Remote endpoints: streamable-http: https://kapoost.humanmcp.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kapoost.humanmcp.net/mcp GitHub: https://github.com/kapoost/humanmcp-go MCP Tools (39): get_author_profile, list_content, read_content, request_access, submit_answer, search_content, list_blobs, read_blob, verify_content, get_certificate, upgrade_timestamp, request_license, leave_comment, leave_message, ask_human, get_answer, bootstrap_session, query_vault, list_vault, remember, recall, list_provenance, add_provenance, about_humanmcp, list_peers, announce_peer, list_skills, get_skill, upsert_skill, delete_skill, list_personas, get_persona, upsert_persona, delete_persona, list_listings, read_listing, respond_to_listing, subscribe_listings, unsubscribe_listings Security Score: 8.5/10 Creator: Kapoost Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kapoost-humanmcp https://kapoost.humanmcp.net/mcp --- ## Elnora URL: https://mcp-marketplace.io/server/io-github-elnora-ai-elnora-mcp-server Summary: AI-powered bioprotocol optimization — generate, search, and manage lab protocols via MCP Description: AI-powered bioprotocol optimization — generate, search, and manage lab protocols via MCP Remote endpoints: streamable-http: https://mcp.elnora.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @elnora-ai/mcp-server Remote URL: https://mcp.elnora.ai/mcp GitHub: https://github.com/Elnora-AI/elnora-mcp-server Security Score: 9.8/10 Creator: Elnora AI Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-elnora-ai-elnora-mcp-server -- npx -y @elnora-ai/mcp-server@0.13.0 Install (Claude Code Remote): claude mcp add --transport http io-github-elnora-ai-elnora-mcp-server https://mcp.elnora.ai/mcp --- ## Kontra URL: https://mcp-marketplace.io/server/io-github-bluwork-kontra-mcp Summary: The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP Category: Developer Tools Mode: local Pricing: Free npm: kontra-mcp GitHub: https://github.com/bluwork/kontra-mcp Security Score: 7.3/10 Installs: 1 Creator: bluwork Creator Reputation: C Version: 0.1.2 Required Credentials: KONTRA_DEFAULT_MODE (optional), KONTRA_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-bluwork-kontra-mcp -- npx -y kontra-mcp@0.1.2 --- ## Token Compressor URL: https://mcp-marketplace.io/server/io-github-base76-research-lab-token-compressor Summary: Compress prompts 40-60% using local LLM + embedding validation. Preserves all conditionals. Category: Security Mode: local Pricing: Free PyPI: token-compressor-mcp GitHub: https://github.com/base76-research-lab/token-compressor Security Score: 1/10 Creator: base76-research-lab Creator Reputation: D Version: 0.1.1 Install (Claude Code): claude mcp add io-github-base76-research-lab-token-compressor -- uvx token-compressor-mcp==0.1.1 --- ## Dex Quotes X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-dex-quotes Summary: Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402. Description: Best swap quotes across DEXes (Uniswap, SushiSwap, Aerodrome). Base & Ethereum. x402. Remote endpoints: sse: https://dex-quotes.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dex-quotes.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/dex-quotes-x402 MCP Tools (1): dex_get_swap_quote Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-dex-quotes https://dex-quotes.api.klymax402.com/mcp --- ## Latam URL: https://mcp-marketplace.io/server/io-github-tolomere21-latam-mcp Summary: Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data. Category: Developer Tools Mode: local Pricing: Free npm: @latam-mcp/mcp GitHub: https://github.com/Tolomere21/latam-mcp Security Score: 9.7/10 Creator: Tolomere21 Creator Reputation: B Version: 0.1.1 Required Credentials: LATAM_MCP_API_KEY (required), LATAM_MCP_API_BASE (optional) Install (Claude Code): claude mcp add io-github-tolomere21-latam-mcp -- npx -y @latam-mcp/mcp --- ## Research URL: https://mcp-marketplace.io/server/uk-co-propbar-research Summary: UK property research tools - crime stats, schools, demographics, valuations for AI. Description: UK property research tools - crime stats, schools, demographics, valuations for AI. Remote endpoints: streamable-http: https://mcp.propbar.co.uk Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.propbar.co.uk GitHub: https://github.com/Propbar/mcp Security Score: 10/10 Creator: Propbar Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http uk-co-propbar-research https://mcp.propbar.co.uk --- ## Italy Opendata URL: https://mcp-marketplace.io/server/io-github-stucchi-italy-opendata Summary: Italian open data: municipalities, provinces, regions, postal codes, coordinates. Category: Developer Tools Mode: local Pricing: Free PyPI: italy-opendata-mcp GitHub: https://github.com/stucchi/italy-opendata-mcp Security Score: 10/10 Creator: Stucchi Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-stucchi-italy-opendata -- uvx italy-opendata-mcp==1.0.2 --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-speechtotext-mcp Summary: MCP server for Speech-to-Text Description: MCP server for Speech-to-Text Remote endpoints: streamable-http: https://speechtotext_mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://speechtotext_mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 9.9/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-speechtotext-mcp https://speechtotext_mcp.mcpize.run/mcp --- ## Tastemaker URL: https://mcp-marketplace.io/server/com-tastemakerdev-tastemaker Summary: Pull your TasteMaker brand kit + generated Agent Skill into your coding tool. Read-only. Description: Pull your TasteMaker brand kit + generated Agent Skill into your coding tool. Read-only. Remote endpoints: streamable-http: https://tastemakerdev.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tastemakerdev.com/mcp/ GitHub: https://github.com/ryan-the-brodsky/tastemaker Security Score: 8/10 Creator: Ryan The Brodsky Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-tastemakerdev-tastemaker https://tastemakerdev.com/mcp/ --- ## Argentum Core URL: https://mcp-marketplace.io/server/io-github-giskard09-argentum Summary: Karma economy for AI agents. Community attestations, on-chain reputation on Arbitrum. Description: Karma economy for AI agents. Community attestations, on-chain reputation on Arbitrum. Remote endpoints: sse: https://argentum-mcp.rgiskard.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://argentum-mcp.rgiskard.xyz/sse GitHub: https://github.com/giskard09/argentum-core Security Score: 9.2/10 Creator: Giskard09 Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-giskard09-argentum https://argentum-mcp.rgiskard.xyz/sse --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-python Summary: Structured Python tool output (ruff, mypy, pip-audit, pip-install) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/python GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-dave-london-python -- npx -y @paretools/python --- ## Mcpower Proxy URL: https://mcp-marketplace.io/server/io-github-ai-mcpower-mcpower-proxy Summary: Security proxy that wraps MCP servers with real-time monitoring and policy enforcement Category: Developer Tools Mode: local Pricing: Free PyPI: mcpower-proxy GitHub: https://github.com/MCPower-Security/mcpower-proxy Security Score: 5/10 Creator: MCPower Security Creator Reputation: B Version: 0.0.87 Install (Claude Code): claude mcp add io-github-ai-mcpower-mcpower-proxy -- uvx mcpower-proxy --- ## Tickerr URL: https://mcp-marketplace.io/server/io-github-imviky-ctrl-tickerr Summary: Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools. Description: Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools. Remote endpoints: streamable-http: https://tickerr.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: tickerr-mcp Remote URL: https://tickerr.ai/mcp GitHub: https://github.com/imviky-ctrl/tickerr-mcp Security Score: 7.5/10 Creator: Imviky Ctrl Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-imviky-ctrl-tickerr -- npx -y tickerr-mcp@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-imviky-ctrl-tickerr https://tickerr.ai/mcp --- ## Mastr URL: https://mcp-marketplace.io/server/io-github-ulircs-mastr-mcp-server Summary: MCP server for the German Marktstammdatenregister (MaStR) energy market register Category: Developer Tools Mode: local Pricing: Free PyPI: mastr-mcp-server GitHub: https://github.com/UliRCS/mastr-mcp-server Security Score: 8/10 Creator: UliRCS Creator Reputation: B Version: 1.0.1 Required Credentials: MASTR_USER (optional), MASTR_TOKEN (required) Install (Claude Code): claude mcp add io-github-ulircs-mastr-mcp-server -- uvx mastr-mcp-server==1.0.1 --- ## Xpaysh URL: https://mcp-marketplace.io/server/io-github-xpaysh-mcp-server Summary: 980+ AI tools as MCP servers. Finance, lead gen, scraping, dev tools, media, research, and more. Description: 980+ AI tools as MCP servers. Finance, lead gen, scraping, dev tools, media, research, and more. Remote endpoints: streamable-http: https://mcp.xpay.sh/mcp?key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-mcp-server 'https://mcp.xpay.sh/mcp?key={api_key}' --- ## Skybridge URL: https://mcp-marketplace.io/server/com-fenetresurciel-mcp-skybridge Summary: Test server Description: Test server Remote endpoints: streamable-http: https://mcp.fenetresurciel.com sse: https://mcp.fenetresurciel.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fenetresurciel.com Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.5 Install (Claude Code Remote): claude mcp add --transport http com-fenetresurciel-mcp-skybridge https://mcp.fenetresurciel.com --- ## Seoul Essentials URL: https://mcp-marketplace.io/server/io-github-do-droid-seoul-essentials Summary: 22,000+ Seoul public facility data for tourists: restrooms, pharmacies, WiFi, AEDs, and subway. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/do-droid/seoul-essentials Security Score: 9.5/10 Creator: Do Droid Creator Reputation: B Version: 0.2.0 --- ## Deepl URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-deepl Summary: DeepL translation: translate, usage, source/target languages. Free 500k chars/mo. Description: DeepL translation: translate, usage, source/target languages. Free 500k chars/mo. Remote endpoints: streamable-http: https://gateway.pipeworx.io/deepl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/deepl/mcp GitHub: https://github.com/pipeworx-io/mcp-deepl MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, translate, usage, source_languages, target_languages, glossary_language_pairs Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-deepl https://gateway.pipeworx.io/deepl/mcp --- ## Fact Checker X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-fact-checker Summary: Verify claims with web evidence. Returns sources and verdict. x402 micropayment. Description: Verify claims with web evidence. Returns sources and verdict. x402 micropayment. Remote endpoints: sse: https://fact-checker.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fact-checker.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/fact-checker-x402 MCP Tools (1): research_check_fact Security Score: 8.1/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-fact-checker https://fact-checker.api.klymax402.com/mcp --- ## Espresso URL: https://mcp-marketplace.io/server/io-github-mattgierhart-espresso-mcp Summary: Find great espresso cafes worldwide with curated data and transparent quality scoring. Category: Developer Tools Mode: local Pricing: Free npm: espresso-mcp GitHub: https://github.com/mattgierhart/espresso-mcp Security Score: 6.2/10 Creator: Mattgierhart Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-mattgierhart-espresso-mcp -- npx -y espresso-mcp@0.2.0 --- ## Forage URL: https://mcp-marketplace.io/server/io-github-jalexspringer-forage-shopping Summary: AI shopping comparison — search 50M+ products, compare prices, find deals Description: AI shopping comparison — search 50M+ products, compare prices, find deals Remote endpoints: streamable-http: https://forageshopping.com/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://forageshopping.com/mcp GitHub: https://github.com/narrativai/forage Security Score: 9/10 Creator: Narrativai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jalexspringer-forage-shopping https://forageshopping.com/mcp --- ## Easytable URL: https://mcp-marketplace.io/server/io-github-chrischall-easytable-mcp Summary: easyTable restaurant reservations for Claude — availability, and create/modify/cancel bookings Category: Developer Tools Mode: local Pricing: Free npm: easytable-mcp GitHub: https://github.com/chrischall/easytable-mcp Security Score: 10/10 Creator: Chris Hall Creator Reputation: C- Version: 0.2.3 Required Credentials: EASYTABLE_WS_PORT (optional) Install (Claude Code): claude mcp add io-github-chrischall-easytable-mcp -- npx -y easytable-mcp@0.2.3 --- ## Content Hooks URL: https://mcp-marketplace.io/server/io-github-closermethod-content-hooks-mcp Summary: Short-form hook styles, script structures, retention and CTA rules for creators. Category: Developer Tools Mode: local Pricing: Free npm: content-hooks-mcp GitHub: https://github.com/closermethod/content-hooks-mcp Security Score: 5.7/10 Creator: Closermethod Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-closermethod-content-hooks-mcp -- npx -y content-hooks-mcp@1.0.1 --- ## Academic Research URL: https://mcp-marketplace.io/server/io-github-xpaysh-academic-research Summary: 30+ academic research tools. Semantic Scholar, arXiv, PubMed, bioRxiv, CrossRef, IACR. Description: 30+ academic research tools. Semantic Scholar, arXiv, PubMed, bioRxiv, CrossRef, IACR. Remote endpoints: streamable-http: https://research.mcp.xpay.sh/mcp?key={api_key} Category: Education & Research Mode: remote Pricing: Free Remote URL: https://research.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-academic-research 'https://research.mcp.xpay.sh/mcp?key={api_key}' --- ## Image Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-image-generator Summary: AI image generation from text prompts via Gemini. x402 micropayment. Description: AI image generation from text prompts via Gemini. x402 micropayment. Remote endpoints: sse: https://image-generator-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://image-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/image-generator-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-image-generator https://image-generator-x402-production.up.railway.app/mcp --- ## Aeo URL: https://mcp-marketplace.io/server/no-synligdigital-aeo-audit Summary: AEO audit: score any website 0-100 for AI visibility. Checks schema, meta, content, AI crawlers. Description: AEO audit: score any website 0-100 for AI visibility. Checks schema, meta, content, AI crawlers. Remote endpoints: streamable-http: https://aeo-mcp-server.amdal-dev.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aeo-mcp-server.amdal-dev.workers.dev/mcp GitHub: https://github.com/piiiico/aeo-mcp-server MCP Tools (3): analyze_aeo, get_aeo_score, check_ai_readiness Security Score: 10/10 Creator: Piiiico Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http no-synligdigital-aeo-audit https://aeo-mcp-server.amdal-dev.workers.dev/mcp --- ## Random Number URL: https://mcp-marketplace.io/server/io-github-zazencodes-random-number-mcp Summary: Essential random number generation utilities from the Python standard library Category: Developer Tools Mode: local Pricing: Free PyPI: random-number-mcp GitHub: https://github.com/zazencodes/random-number-mcp Security Score: 4.5/10 Creator: Zazencodes Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-zazencodes-random-number-mcp -- uvx random-number-mcp==0.1.2 --- ## Lightning Memory URL: https://mcp-marketplace.io/server/io-github-singularityjason-lightning-memory Summary: Decentralized agent memory for the Lightning economy. Nostr identity, L402 payments. Category: Developer Tools Mode: local Pricing: Free PyPI: lightning-memory GitHub: https://github.com/singularityjason/lightning-memory Security Score: 7/10 Creator: Singularityjason Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-singularityjason-lightning-memory -- uvx lightning-memory==0.7.0 --- ## Einstein Claude Plugin URL: https://mcp-marketplace.io/server/io-emc2ai-einstein Summary: AI price forecasts, whale flows, market sentiment and prediction signals. 18 tools free, no account. Description: AI price forecasts, whale flows, market sentiment and prediction signals. 18 tools free, no account. Remote endpoints: streamable-http: https://emc2ai.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://emc2ai.io/api/mcp GitHub: https://github.com/ChuXo/einstein-claude-plugin MCP Tools (38): get_price_forecast, get_forecast_accuracy, get_market_sentiment, get_top_movers, get_smart_money_flow, get_hyperliquid_whales, get_polymarket_whales, get_prediction_market_catalysts, get_prediction_market_yields, get_bitcoin_cycle_position, check_token_safety, get_congress_trades, get_government_contracts, get_analyst_accuracy, get_smart_money_inflow, get_social_hype, get_launchpad_radar, list_einstein_capabilities, ask_einstein, forecast_chart, analyze_token_security, analyze_wallet, track_whales, scan_market, detect_mev, find_arbitrage, scan_launchpads, analyze_bitcoin, assess_quantum_risk, generate_quantum_key, analyze_prediction_markets, find_yield, run_backtest, get_trade_signals, analyze_copy_trading, recommend_allocation, check_content_integrity, get_agent_context Security Score: 10/10 Creator: ChuXo Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http io-emc2ai-einstein https://emc2ai.io/api/mcp --- ## Agent Analytics URL: https://mcp-marketplace.io/server/io-github-dannyshmueli-agent-analytics-mcp Summary: Analytics your AI agent can actually use. Track, experiment, and optimize via MCP. Description: Analytics your AI agent can actually use. Track, experiment, and optimize via MCP. Remote endpoints: streamable-http: https://mcp.agentanalytics.sh/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://mcp.agentanalytics.sh/mcp GitHub: https://github.com/Agent-Analytics/agent-analytics-mcp Security Score: 9/10 Creator: Agent Analytics Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dannyshmueli-agent-analytics-mcp https://mcp.agentanalytics.sh/mcp --- ## Content Research URL: https://mcp-marketplace.io/server/io-github-xpaysh-content-research Summary: 40+ content research tools. Perplexity, Tavily, Semantic Scholar, FLUX, Ideogram, Recraft. Description: 40+ content research tools. Perplexity, Tavily, Semantic Scholar, FLUX, Ideogram, Recraft. Remote endpoints: streamable-http: https://content.mcp.xpay.sh/mcp?key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://content.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-content-research 'https://content.mcp.xpay.sh/mcp?key={api_key}' --- ## Giskard Oasis URL: https://mcp-marketplace.io/server/io-github-giskard09-oasis Summary: Contextual guidance for AI agents in fog states. Claude-backed, Ed25519, Lightning payment. Description: Contextual guidance for AI agents in fog states. Claude-backed, Ed25519, Lightning payment. Remote endpoints: sse: https://oasis.rgiskard.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://oasis.rgiskard.xyz/sse GitHub: https://github.com/giskard09/giskard-oasis Security Score: 9.9/10 Creator: Giskard09 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-giskard09-oasis https://oasis.rgiskard.xyz/sse --- ## Competitive Intel URL: https://mcp-marketplace.io/server/io-github-xpaysh-competitive-intel Summary: 40+ competitive intel tools. Brand.dev, Coresignal, Keywords Everywhere, Exa, Firecrawl. Description: 40+ competitive intel tools. Brand.dev, Coresignal, Keywords Everywhere, Exa, Firecrawl. Remote endpoints: streamable-http: https://compete.mcp.xpay.sh/mcp?key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://compete.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-competitive-intel 'https://compete.mcp.xpay.sh/mcp?key={api_key}' --- ## X402engine URL: https://mcp-marketplace.io/server/io-github-agentc22-x402engine-mcp Summary: 50+ pay-per-call APIs for AI agents — images, LLM, code, crypto, travel & more via x402 Category: Developer Tools Mode: local Pricing: Free npm: x402engine-mcp GitHub: https://github.com/agentc22/x402engine-mcp Security Score: 7/10 Creator: Agentc22 Creator Reputation: B Version: 1.0.3 Required Credentials: X402_BASE_URL (optional), X402_DEV_BYPASS (required), X402_PAYMENT_HEADER (required) Install (Claude Code): claude mcp add io-github-agentc22-x402engine-mcp -- npx -y x402engine-mcp@1.0.6 --- ## Greptimedb URL: https://mcp-marketplace.io/server/io-github-greptimeteam-greptimedb-mcp-server Summary: Query and analyze GreptimeDB metrics, logs and traces via SQL, TQL and RANGE queries. Category: Developer Tools Mode: local Pricing: Free PyPI: greptimedb-mcp-server GitHub: https://github.com/GreptimeTeam/greptimedb-mcp-server Security Score: 5.6/10 Creator: GreptimeTeam Creator Reputation: B Version: 0.4.7 Required Credentials: GREPTIMEDB_HOST (optional), GREPTIMEDB_PORT (optional), GREPTIMEDB_USER (optional), GREPTIMEDB_PASSWORD (required), GREPTIMEDB_DATABASE (optional), GREPTIMEDB_TIMEZONE (optional), GREPTIMEDB_POOL_SIZE (optional), GREPTIMEDB_HTTP_PORT (optional), GREPTIMEDB_HTTP_PROTOCOL (optional), GREPTIMEDB_MASK_ENABLED (optional), GREPTIMEDB_MASK_PATTERNS (optional), GREPTIMEDB_AUDIT_ENABLED (optional) Install (Claude Code): claude mcp add io-github-greptimeteam-greptimedb-mcp-server -- uvx greptimedb-mcp-server==0.4.8 --- ## Crabbit Mq URL: https://mcp-marketplace.io/server/com-crabbitmq-mcp Summary: Async message queue for AI agents. Self-provision queues, push/poll messages, no signup. Description: Async message queue for AI agents. Self-provision queues, push/poll messages, no signup. Remote endpoints: streamable-http: https://crabbitmq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crabbitmq.com/mcp GitHub: https://github.com/crabbitmq/crabbit_mq MCP Tools (5): create_queue, push_message, poll_messages, delete_message, queue_info Security Score: 9/10 Creator: Crabbitmq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-crabbitmq-mcp https://crabbitmq.com/mcp --- ## Megalaunch URL: https://mcp-marketplace.io/server/io-github-jacksun911-megalaunch-mcp Summary: AI-powered meme token launch service on Solana/pump.fun with bundled buys and Jito speed Category: Developer Tools Mode: local Pricing: Free npm: megalaunch-mcp GitHub: https://github.com/jacksun911/megalaunch-mcp Security Score: 7/10 Creator: Jacksun911 Creator Reputation: B Version: 1.0.1 Required Credentials: MEGALAUNCH_API_KEY (required) Install (Claude Code): claude mcp add io-github-jacksun911-megalaunch-mcp -- npx -y megalaunch-mcp@1.0.1 --- ## Caring Courseforge URL: https://mcp-marketplace.io/server/io-github-michaeljmoody-courseforge Summary: AI-powered LMS course builder: 89 tools, 17 skills, SCORM/xAPI export, agentic UI Description: AI-powered LMS course builder: 89 tools, 17 skills, SCORM/xAPI export, agentic UI Remote endpoints: streamable-http: https://caringcourseforge.com/api/mcp/remote Category: Education & Research Mode: remote Pricing: Free Remote URL: https://caringcourseforge.com/api/mcp/remote GitHub: https://github.com/michaeljmoody/caring-courseforge Security Score: 9/10 Creator: Michaeljmoody Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-michaeljmoody-courseforge https://caringcourseforge.com/api/mcp/remote --- ## Doktor URL: https://mcp-marketplace.io/server/io-github-vanguardiaai-doktor Summary: Busca 56,000+ médicos verificados en México con cédulas validadas por la SEP Category: Developer Tools Mode: local Pricing: Free npm: doktor-mcp-server GitHub: https://github.com/VanguardiaAI/doktor-mcp-server Security Score: 7/10 Creator: VanguardiaAI Creator Reputation: B Version: 1.0.1 Required Credentials: DOKTOR_API_URL (optional) Install (Claude Code): claude mcp add io-github-vanguardiaai-doktor -- npx -y doktor-mcp-server@1.0.1 --- ## Public Official URL: https://mcp-marketplace.io/server/io-github-yujiseok-public-official-mcp-server Summary: Korean public official asset disclosure data (공직자 재산공개) - search and retrieve assets Category: Developer Tools Mode: local Pricing: Free npm: public-official-mcp-server GitHub: https://github.com/yujiseok/public-official-mcp Security Score: 4/10 Creator: Yujiseok Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-yujiseok-public-official-mcp-server -- npx -y public-official-mcp-server@0.1.1 --- ## Webdiet URL: https://mcp-marketplace.io/server/io-github-mcp-dir-webdiet-mcp Summary: Patient, meal plan, prescription, chart and anthropometry management for dietitians. Description: Patient, meal plan, prescription, chart and anthropometry management for dietitians. Remote endpoints: streamable-http: https://api.mcp.ai/p_webdiet Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_webdiet GitHub: https://github.com/mcp-dir/webdiet-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-webdiet-mcp https://api.mcp.ai/p_webdiet --- ## Cloudflare Ops URL: https://mcp-marketplace.io/server/io-github-pain2hustle-cloudflare-ops-mcp Summary: The bridge from K2 agents through Wrangler to your master AI - safe, approval-gated Cloudflare ops. Description: The bridge from K2 agents through Wrangler to your master AI - safe, approval-gated Cloudflare ops. Remote endpoints: streamable-http: https://cfops.nothingunseen.com/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://cfops.nothingunseen.com/mcp GitHub: https://github.com/pain2hustle/cloudflare-ops-mcp Security Score: 10/10 Creator: Pain2hustle Creator Reputation: B Version: 0.4.0 Required Credentials: CLOUDFLARE_API_TOKEN (required) Install (Claude Code Remote): claude mcp add --transport http io-github-pain2hustle-cloudflare-ops-mcp https://cfops.nothingunseen.com/mcp --- ## Giskard Memory URL: https://mcp-marketplace.io/server/io-github-giskard09-memory Summary: Pay-per-use semantic memory for AI agents. SHA256 commitment, Ed25519 sig, Lightning. Description: Pay-per-use semantic memory for AI agents. SHA256 commitment, Ed25519 sig, Lightning. Remote endpoints: sse: https://memory.rgiskard.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://memory.rgiskard.xyz/sse GitHub: https://github.com/giskard09/giskard-memory Security Score: 9.9/10 Creator: Giskard09 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-giskard09-memory https://memory.rgiskard.xyz/sse --- ## Cartograph URL: https://mcp-marketplace.io/server/io-github-anthony-maio-cartograph Summary: Repo analysis for coding agents with ranked files, dependency maps, and task-scoped context. Category: Developer Tools Mode: local Pricing: Free npm: @anthony-maio/cartograph GitHub: https://github.com/anthony-maio/cartograph Security Score: 10/10 Creator: anthony-maio Creator Reputation: C Version: 1.1.4 Install (Claude Code): claude mcp add io-github-anthony-maio-cartograph -- npx -y @anthony-maio/cartograph@1.1.4 --- ## Devtools URL: https://mcp-marketplace.io/server/io-github-xpaysh-devtools Summary: 30+ dev tools. Context7, Code Runner, Python Execute, Code Sentinel, NPM Sentinel, PlantUML. Description: 30+ dev tools. Context7, Code Runner, Python Execute, Code Sentinel, NPM Sentinel, PlantUML. Remote endpoints: streamable-http: https://devtools.mcp.xpay.sh/mcp?key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://devtools.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-devtools 'https://devtools.mcp.xpay.sh/mcp?key={api_key}' --- ## Adwhiz URL: https://mcp-marketplace.io/server/io-github-iamzifei-adwhiz Summary: Google & Meta Ads management with 100+ tools. Audit, create, and optimize campaigns. Description: Google & Meta Ads management with 100+ tools. Audit, create, and optimize campaigns. Remote endpoints: streamable-http: https://mcp.adwhiz.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.adwhiz.ai/mcp GitHub: https://github.com/OrrisTech/adwhiz-mcp-server Security Score: 9/10 Creator: OrrisTech Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-iamzifei-adwhiz https://mcp.adwhiz.ai/mcp --- ## Seojeom URL: https://mcp-marketplace.io/server/io-github-seojeom-seojeom-mcp Summary: Local-first MCP server for Claude/Codex project wiki and graph workflows Category: Developer Tools Mode: local Pricing: Free npm: @seojeom/mcp-server GitHub: https://github.com/seojeom/seojeom-mcp Security Score: 10/10 Creator: Seojeom Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-seojeom-seojeom-mcp -- npx -y @seojeom/mcp-server@0.2.3 --- ## Lakexpress URL: https://mcp-marketplace.io/server/io-github-arpe-io-lakexpress-mcp Summary: MCP server for LakeXpress — automated database-to-cloud data pipeline as Parquet Category: Data & Analytics Mode: local Pricing: Free PyPI: lakexpress-mcp GitHub: https://github.com/arpe-io/lakexpress-mcp Security Score: 6.5/10 Creator: Arpe Io Creator Reputation: D Version: 0.1.6 Required Credentials: LAKEXPRESS_PATH (optional), LAKEXPRESS_TIMEOUT (optional), LAKEXPRESS_LOG_DIR (optional), FASTBCP_DIR_PATH (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-arpe-io-lakexpress-mcp -- uvx lakexpress-mcp --- ## Prompt To Asset URL: https://mcp-marketplace.io/server/io-github-mohamedabdallah-14-prompt-to-asset Summary: Generate app icons, favicons, OG images, and logos by routing across 30+ image models. Category: Developer Tools Mode: local Pricing: Free npm: prompt-to-asset GitHub: https://github.com/MohamedAbdallah-14/prompt-to-asset Security Score: 9.7/10 Creator: MohamedAbdallah 14 Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-mohamedabdallah-14-prompt-to-asset -- npx -y prompt-to-asset --- ## Ad Spend Auditor URL: https://mcp-marketplace.io/server/io-github-evozim-ad-spend-auditor Summary: PPC advertisement budget auditor grading ad group metrics. Description: PPC advertisement budget auditor grading ad group metrics. Remote endpoints: sse: https://ad-spend-auditor-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ad-spend-auditor-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-ad-spend-auditor https://ad-spend-auditor-mcp.vercel.app/api/mcp --- ## Glm URL: https://mcp-marketplace.io/server/io-github-djerok-glm-mcp Summary: GLM (Zhipu/Z.ai) as a ~10x cheaper file-editing subagent for AI coding agents. Category: Developer Tools Mode: local Pricing: Free npm: glm-mcp GitHub: https://github.com/djerok/glm-mcp Security Score: 9.7/10 Creator: Djerok Creator Reputation: B Version: 1.3.0 Required Credentials: GLM_API_KEY (required) Install (Claude Code): claude mcp add io-github-djerok-glm-mcp -- npx -y glm-mcp --- ## Newsapi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-newsapi Summary: NewsAPI.org: top headlines, archive search, sources. Free 100/day key. Description: NewsAPI.org: top headlines, archive search, sources. Free 100/day key. Remote endpoints: streamable-http: https://gateway.pipeworx.io/newsapi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/newsapi/mcp GitHub: https://github.com/pipeworx-io/mcp-newsapi MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, top_headlines, everything, sources Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-newsapi https://gateway.pipeworx.io/newsapi/mcp --- ## Foodblock URL: https://mcp-marketplace.io/server/io-github-foodxdevelopment-foodblock-mcp Summary: Food data tools for any AI agent. Describe food in English, get structured data back. Category: Developer Tools Mode: local Pricing: Free npm: foodblock-mcp GitHub: https://github.com/FoodXDevelopment/foodblock Security Score: 3.3/10 Creator: FoodXDevelopment Creator Reputation: B Version: 0.5.1 Required Credentials: FOODBLOCK_URL (optional) Install (Claude Code): claude mcp add io-github-foodxdevelopment-foodblock-mcp -- npx -y foodblock-mcp@0.5.2 --- ## Litra Paper Search URL: https://mcp-marketplace.io/server/io-github-akkylab-litra-paper-search Summary: MCP server for Litra.ai – AI-powered academic paper search with relevance scoring and summarization Category: Education & Research Mode: local Pricing: Free npm: litra-paper-search-mcp GitHub: https://github.com/akkylab/litra-paper-search-mcp Security Score: 10/10 Creator: Akkylab Creator Reputation: B Version: 1.0.1 Required Credentials: LITRA_API_KEY (required) Install (Claude Code): claude mcp add io-github-akkylab-litra-paper-search -- npx -y litra-paper-search-mcp@1.0.1 --- ## Sec Intelligence URL: https://mcp-marketplace.io/server/tools-edgar-sec-intelligence Summary: SEC filings for Claude, ChatGPT, Cursor — 23 tools + 5 recipes. Financials, insider, 13F, funds. Description: SEC filings for Claude, ChatGPT, Cursor — 23 tools + 5 recipes. Financials, insider, 13F, funds. Remote endpoints: streamable-http: https://app.edgar.tools/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.edgar.tools/mcp/ Security Score: 8/10 Creator: dgunning Creator Reputation: D Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http tools-edgar-sec-intelligence https://app.edgar.tools/mcp/ --- ## Agentdrop URL: https://mcp-marketplace.io/server/io-github-qflav-agentdrop-mcp-server Summary: MCP server for AgentDrop - encrypted file transfer between AI agents across any host or network. Category: Developer Tools Mode: local Pricing: Free npm: agentdrop-mcp-server GitHub: https://github.com/qFlav/agentdrop-mcp-server Security Score: 4.2/10 Creator: QFlav Creator Reputation: B Version: 0.2.27 Install (Claude Code): claude mcp add io-github-qflav-agentdrop-mcp-server -- npx -y agentdrop-mcp-server@0.2.27 --- ## Sati Commerce Demo URL: https://mcp-marketplace.io/server/io-github-fish-tacos-titan-store Summary: MCP commerce surface for compute credits, API keys, GPU instances, and cloud storage. Description: MCP commerce surface for compute credits, API keys, GPU instances, and cloud storage. Remote endpoints: streamable-http: https://sati-search.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sati-search.fly.dev/mcp GitHub: https://github.com/Fish-Tacos/sati-commerce-demo MCP Tools (5): search_products, get_product, add_to_cart, checkout, confirm_payment Security Score: 10/10 Creator: Fish Tacos Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fish-tacos-titan-store https://sati-search.fly.dev/mcp --- ## Architecture Dna URL: https://mcp-marketplace.io/server/io-github-evozim-architecture-dna Summary: Deep codebase architect auditing system design schemas. Description: Deep codebase architect auditing system design schemas. Remote endpoints: sse: https://architecture-dna-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://architecture-dna-mcp.vercel.app/api/mcp MCP Tools (1): consolidate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-architecture-dna https://architecture-dna-mcp.vercel.app/api/mcp --- ## Media URL: https://mcp-marketplace.io/server/io-github-xpaysh-media Summary: 25+ AI media tools. FLUX, Ideogram, Recraft, Stability AI, MiniMax video, Kokoro TTS. Description: 25+ AI media tools. FLUX, Ideogram, Recraft, Stability AI, MiniMax video, Kokoro TTS. Remote endpoints: streamable-http: https://media.mcp.xpay.sh/mcp?key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://media.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-media 'https://media.mcp.xpay.sh/mcp?key={api_key}' --- ## Sefaz Rj Certidao Debitos Cert URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rj-certidao-debitos-cert-mcp Summary: SEFAZ RJ: Clearance Certificate (Debts) (Certificado Digital), official-source lookup. Platform-host Description: SEFAZ RJ: Clearance Certificate (Debts) (Certificado Digital), official-source lookup. Platform-host Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rj_certidao_debitos_cert Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rj_certidao_debitos_cert GitHub: https://github.com/mcp-dir/sefaz_rj_certidao_debitos_cert-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rj-certidao-debitos-cert-mcp https://api.mcp.ai/p_sefaz_rj_certidao_debitos_cert --- ## Wordcloud URL: https://mcp-marketplace.io/server/net-word-cloud-wordcloud Summary: Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks Description: Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks Remote endpoints: streamable-http: https://word-cloud.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://word-cloud.net/mcp GitHub: https://github.com/pilotso11/wordcloud MCP Tools (3): generate_wordcloud, generate_wordcloud_image, generate_wordcloud_svg Security Score: 9/10 Creator: pilotso11 Creator Reputation: C- Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http net-word-cloud-wordcloud https://word-cloud.net/mcp --- ## Apple Voice Memo URL: https://mcp-marketplace.io/server/io-github-jwulff-apple-voice-memo-mcp Summary: Access Apple Voice Memos on macOS. List, get audio, extract and generate transcripts. Category: Developer Tools Mode: local Pricing: Free npm: apple-voice-memo-mcp GitHub: https://github.com/jwulff/apple-voice-memo-mcp Security Score: 5.8/10 Creator: Jwulff Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-jwulff-apple-voice-memo-mcp -- npx -y apple-voice-memo-mcp@0.1.1 --- ## Cntxtv2 URL: https://mcp-marketplace.io/server/io-github-abhinavala-context-cloud Summary: Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support. Description: Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support. Remote endpoints: sse: https://api.contextcloud.pro/mcp/protocol Category: Developer Tools Mode: dual Pricing: Free npm: @contextcloud/mcp-client Remote URL: https://api.contextcloud.pro/mcp/protocol GitHub: https://github.com/abhinavala/cntxtv2 Security Score: 8/10 Creator: Abhinavala Creator Reputation: B Version: 0.1.8 Install (Claude Code): claude mcp add io-github-abhinavala-context-cloud -- npx -y @contextcloud/mcp-client Install (Claude Code Remote): claude mcp add --transport http io-github-abhinavala-context-cloud https://api.contextcloud.pro/mcp/protocol --- ## Vods URL: https://mcp-marketplace.io/server/io-github-aahl-mcp-vods Summary: MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放 Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-vods GitHub: https://github.com/aahl/mcp-vods Security Score: 3.5/10 Creator: Aahl Creator Reputation: B Version: 0.1.9 Required Credentials: TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-aahl-mcp-vods -- uvx mcp-vods==0.1.9 --- ## Loan Marketplace URL: https://mcp-marketplace.io/server/com-incrediblefi-loan-marketplace Summary: AI-powered loan marketplace. Match users with 100+ lenders — any credit score or employment status. Description: AI-powered loan marketplace. Match users with 100+ lenders — any credit score or employment status. Remote endpoints: streamable-http: https://www.incrediblefi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.incrediblefi.com/mcp MCP Tools (3): get_loan_application_fields, submit_loan_application, submit_additional_information Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-incrediblefi-loan-marketplace https://www.incrediblefi.com/mcp --- ## Lead411 URL: https://mcp-marketplace.io/server/io-github-kunal-lead411-lead411 Summary: B2B lead generation, company search, and contact enrichment from Lead411. Description: B2B lead generation, company search, and contact enrichment from Lead411. Remote endpoints: sse: https://mcp.lead411.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lead411.com MCP Tools (35): direct_login, refresh_access_token, api_key_login, start_oauth_flow, exchange_oauth_code, check_session, logout, Search-Employee-or-Company-data, search_employees_json, search_employees_query, search_news_category_data, search_technology_data, search_industry_linkedin_keywords, get_search_sortby_options, industry_linkedin_keyword_options, search_title_data, get_customer_details, get_customer_extended_details, get_customer_unlock_quota, get_customer_unlock_stats, get_employee_information, unlock_employee_record, crm_export_to_default, get_company_info, get_company_employees, get_company_technology_stack, get_company_news, get_company_jobs, add_email_to_suppression_list, get_emails_from_suppression, delete_email_from_suppression, add_company_to_suppression, delete_company_from_suppression, get_tools_parameters_details, generate_lead411_mcp_tools_docs Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kunal-lead411-lead411 https://mcp.lead411.com --- ## Polymarket URL: https://mcp-marketplace.io/server/io-github-whitmorelabs-polymarket-mcp Summary: Trading intelligence tools for Polymarket: slippage, liquidity, arbitrage, price feeds Category: Developer Tools Mode: local Pricing: Free PyPI: polymarket-trading-mcp GitHub: https://github.com/whitmorelabs/polymarket-mcp Security Score: 5.7/10 Creator: Whitmorelabs Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-whitmorelabs-polymarket-mcp -- uvx polymarket-trading-mcp --- ## Giskard Search URL: https://mcp-marketplace.io/server/io-github-giskard09-search Summary: Pay-per-use web search for AI agents. Lightning invoice, Ed25519 signature, karma discounts. Description: Pay-per-use web search for AI agents. Lightning invoice, Ed25519 signature, karma discounts. Remote endpoints: sse: https://search.rgiskard.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://search.rgiskard.xyz/sse GitHub: https://github.com/giskard09/giskard-search Security Score: 9.9/10 Creator: Giskard09 Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-giskard09-search https://search.rgiskard.xyz/sse --- ## Context Proxy URL: https://mcp-marketplace.io/server/io-github-kira-autonoma-context-proxy Summary: MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x Category: Developer Tools Mode: local Pricing: Free npm: mcp-lazy-proxy GitHub: https://github.com/kira-autonoma/mcp-context-proxy Security Score: 6.1/10 Creator: Kira Autonoma Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-kira-autonoma-context-proxy -- npx -y mcp-lazy-proxy --- ## Clp URL: https://mcp-marketplace.io/server/ai-smithery-clpi-clp-mcp Summary: Manage simple context workflows with quick init and add actions. Access the 'Hello, World' origin… Description: Manage simple context workflows with quick init and add actions. Access the 'Hello, World' origin… Remote endpoints: streamable-http: https://server.smithery.ai/@clpi/clp-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@clpi/clp-mcp/mcp GitHub: https://github.com/clpi/clp-mcp Security Score: 9/10 Creator: Clpi Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-clpi-clp-mcp https://server.smithery.ai/@clpi/clp-mcp/mcp --- ## Zabbix URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-zabbix Summary: MCP server for Zabbix API - exposes all Zabbix API functionality via MCP Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-zabbix GitHub: https://github.com/daedalus/mcp-zabbix Security Score: 2/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-zabbix -- uvx mcp-zabbix==0.1.0 --- ## Db Agent URL: https://mcp-marketplace.io/server/io-github-jarvis-27-mcp-db-agent Summary: Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL. Description: Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL. Remote endpoints: streamable-http: https://plainquery.in/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://plainquery.in/mcp/ GitHub: https://github.com/Jarvis-27/mcp-db-agent Security Score: 7.7/10 Creator: Jarvis 27 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-jarvis-27-mcp-db-agent https://plainquery.in/mcp/ --- ## Paycrow URL: https://mcp-marketplace.io/server/io-github-michu5696-paycrow Summary: Escrow protection for agent payments on Base — USDC held in smart contract until job completion. Description: Escrow protection for agent payments on Base — USDC held in smart contract until job completion. Remote endpoints: streamable-http: https://paycrow-app.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: paycrow Remote URL: https://paycrow-app.fly.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-michu5696-paycrow -- npx -y paycrow Install (Claude Code Remote): claude mcp add --transport http io-github-michu5696-paycrow https://paycrow-app.fly.dev/mcp --- ## Recruiter URL: https://mcp-marketplace.io/server/com-getonbrd-recruiter Summary: Recruiter-scoped search across Latin America's largest tech talent pool. OAuth-authenticated. Description: Recruiter-scoped search across Latin America's largest tech talent pool. OAuth-authenticated. Remote endpoints: streamable-http: https://www.getonbrd.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.getonbrd.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-getonbrd-recruiter https://www.getonbrd.com/mcp --- ## Jivosite URL: https://mcp-marketplace.io/server/io-github-theyahia-jivosite-mcp Summary: MCP server for JivoSite API — chats, agents, visitors. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/jivosite-mcp GitHub: https://github.com/theYahia/jivosite-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: JIVOSITE_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-jivosite-mcp -- npx -y @theyahia/jivosite-mcp@1.1.1 --- ## Near Mcp Contract Security URL: https://mcp-marketplace.io/server/io-github-mastrophot-contract-security-scanner Summary: MCP smart contract scanner with NEAR-focused security context. Category: Security Mode: local Pricing: Free npm: mcp-contract-security GitHub: https://github.com/mastrophot/near-mcp-contract-security Security Score: 7/10 Creator: Mastrophot Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mastrophot-contract-security-scanner -- npx -y mcp-contract-security@0.1.1 --- ## Ozor URL: https://mcp-marketplace.io/server/io-github-mintii-labs-ozor Summary: Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s. Description: Generate AI videos from a prompt or document (PDF/PPTX/DOCX/URL) and export shareable MP4s. Remote endpoints: streamable-http: https://mcp.ozor.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: ozor-mcp-server Remote URL: https://mcp.ozor.ai/mcp GitHub: https://github.com/Mintii-Labs/ozor-MCP Security Score: 8/10 Creator: Mintii Labs Creator Reputation: B Version: 2.0.1 Required Credentials: OZOR_API_KEY (required), OZOR_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-mintii-labs-ozor -- npx -y ozor-mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-mintii-labs-ozor https://mcp.ozor.ai/mcp --- ## Dummyjson URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dummyjson Summary: DummyJSON mock REST: products, users, posts, recipes, todos. Keyless test data. Description: DummyJSON mock REST: products, users, posts, recipes, todos. Keyless test data. Remote endpoints: streamable-http: https://gateway.pipeworx.io/dummyjson/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dummyjson/mcp GitHub: https://github.com/pipeworx-io/mcp-dummyjson MCP Tools (27): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, products, product, product_search, products_categories, users, user, posts, post, comments, recipes, recipe, quotes, todos Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dummyjson https://gateway.pipeworx.io/dummyjson/mcp --- ## App Store Builder URL: https://mcp-marketplace.io/server/io-github-evozim-app-store-builder Summary: Extension bundler packaging plugins for AI agent ecosystems. Description: Extension bundler packaging plugins for AI agent ecosystems. Remote endpoints: sse: https://app-store-builder-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app-store-builder-mcp.vercel.app/api/mcp MCP Tools (1): build Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-app-store-builder https://app-store-builder-mcp.vercel.app/api/mcp --- ## Megaplan URL: https://mcp-marketplace.io/server/io-github-theyahia-megaplan-mcp Summary: MCP server for Megaplan — tasks, deals management via API v3. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/megaplan-mcp GitHub: https://github.com/theYahia/megaplan-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: MEGAPLAN_DOMAIN (required) Install (Claude Code): claude mcp add io-github-theyahia-megaplan-mcp -- npx -y @theyahia/megaplan-mcp@1.1.1 --- ## Pinchwork URL: https://mcp-marketplace.io/server/io-github-pinchwork-pinchwork-mcp Summary: MCP server for Pinchwork - an agent-to-agent task marketplace with credits-based economy Description: MCP server for Pinchwork - an agent-to-agent task marketplace with credits-based economy Remote endpoints: streamable-http: https://api.pinchwork.dev/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/anneschuth/pinchwork Security Score: 10/10 Creator: Anneschuth Creator Reputation: B Version: 0.1.0 --- ## Anybrowse URL: https://mcp-marketplace.io/server/io-github-kc23go-anybrowse Summary: Converts any URL to clean, LLM-ready Markdown using real Chrome browsers Description: Converts any URL to clean, LLM-ready Markdown using real Chrome browsers Remote endpoints: streamable-http: https://anybrowse.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://anybrowse.dev/mcp GitHub: https://github.com/kc23go/anybrowse MCP Tools (4): scrape, crawl, search, screenshot Security Score: 9/10 Creator: Kc23go Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kc23go-anybrowse https://anybrowse.dev/mcp --- ## Pyth On Line URL: https://mcp-marketplace.io/server/io-github-promplate-hmr Summary: Hot Module Reload (HMR) for Python with reactive programming and MCP tools Description: Hot Module Reload (HMR) for Python with reactive programming and MCP tools Remote endpoints: streamable-http: https://promplate.github.io/pyth-on-line/hmr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://promplate.github.io/pyth-on-line/hmr/mcp GitHub: https://github.com/promplate/pyth-on-line Security Score: 9.3/10 Creator: Promplate Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-promplate-hmr https://promplate.github.io/pyth-on-line/hmr/mcp --- ## Deepanime URL: https://mcp-marketplace.io/server/io-github-rocnubie-deepanime-mcp Summary: Deep Anime helps you turn a photo into anime, build character art, and refine scene ideas with Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/deepanime-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Connect Ai URL: https://mcp-marketplace.io/server/io-github-cdatacam-connect-ai Summary: Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI. Description: Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI. Remote endpoints: streamable-http: https://mcp.cloud.cdata.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cloud.cdata.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cdatacam-connect-ai https://mcp.cloud.cdata.com/mcp --- ## Oracle Cloud URL: https://mcp-marketplace.io/server/io-github-expertvagabond-oracle-cloud Summary: Oracle Cloud Infrastructure MCP server Category: Developer Tools Mode: local Pricing: Free npm: oracle-cloud-mcp GitHub: https://github.com/ExpertVagabond/oracle-cloud-mcp.git Security Score: 7/10 Creator: ExpertVagabond Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-expertvagabond-oracle-cloud -- npx -y oracle-cloud-mcp@1.0.1 --- ## Kontur Focus URL: https://mcp-marketplace.io/server/io-github-theyahia-kontur-focus-mcp Summary: MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/kontur-focus-mcp GitHub: https://github.com/theYahia/kontur-focus-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: KONTUR_FOCUS_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-kontur-focus-mcp -- npx -y @theyahia/kontur-focus-mcp@3.0.1 --- ## Apple Notes URL: https://mcp-marketplace.io/server/io-github-henilcalagiya-mcp-apple-notes Summary: MCP server for Apple Notes integration using AppleScript with full CRUD operations Category: Productivity Mode: local Pricing: Free PyPI: mcp-apple-notes GitHub: https://github.com/henilcalagiya/mcp-apple-notes Security Score: 10/10 Creator: Henilcalagiya Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-henilcalagiya-mcp-apple-notes -- uvx mcp-apple-notes==0.1.2 --- ## Gdocs Comments URL: https://mcp-marketplace.io/server/io-github-stanislawherjan1-gdocs-comments-mcp Summary: Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do. Category: Developer Tools Mode: local Pricing: Free npm: gdocs-comments-mcp GitHub: https://github.com/stanislawherjan1/gdocs-comments-mcp Security Score: 4.8/10 Creator: Stanislawherjan1 Creator Reputation: B Version: 0.1.1 Required Credentials: GDOCS_COMMENTS_PROFILE_DIR (optional), GDOCS_COMMENTS_CDP_URL (optional) Install (Claude Code): claude mcp add io-github-stanislawherjan1-gdocs-comments-mcp -- npx -y gdocs-comments-mcp@0.1.1 --- ## Supabase Mcp Lite URL: https://mcp-marketplace.io/server/ai-smithery-pinion05-supabase-mcp-lite Summary: Same functionality, consuming only 1/20 of the context window tokens. Description: Same functionality, consuming only 1/20 of the context window tokens. Remote endpoints: streamable-http: https://server.smithery.ai/@pinion05/supabase-mcp-lite/mcp Category: Data & Analytics Mode: dual Pricing: Free GitHub: https://github.com/pinion05/supabase-mcp-lite Security Score: 10/10 Creator: Pinion05 Creator Reputation: B Version: 0.0.1 --- ## Uk Parliament Commonsvotes URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-commonsvotes Summary: MCP server for UK Parliament Commons Votes API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-commonsvotes GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-commonsvotes -- npx -y @darkhorseone/mcp-server-uk-parliament-commonsvotes --- ## Fast URL: https://mcp-marketplace.io/server/live-alpic-fast-mcp-f337845e-fast-mcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://fast-mcp-f337845e.alpic.live sse: https://fast-mcp-f337845e.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fast-mcp-f337845e.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-fast-mcp-f337845e-fast-mcp https://fast-mcp-f337845e.alpic.live --- ## Target URL: https://mcp-marketplace.io/server/com-blackswancausallabs-target-mcp Summary: Score how completely a target-trial-emulation study reports what the TARGET guideline requires. Category: Developer Tools Mode: local Pricing: Free PyPI: target-mcp GitHub: https://github.com/Black-Swan-Causal-Labs/target-mcp Security Score: 10/10 Creator: Black Swan Causal Labs Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add com-blackswancausallabs-target-mcp -- uvx target-mcp==0.2.0 --- ## Valis URL: https://mcp-marketplace.io/server/com-meetvalis-valis-credit-intelligence Summary: Private credit intelligence: company search, credit models, IC memos, and live market data. Description: Private credit intelligence: company search, credit models, IC memos, and live market data. Remote endpoints: streamable-http: https://meetvalis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://meetvalis.com/mcp GitHub: https://github.com/generalintelligencecapital/valis-mcp Security Score: 9/10 Creator: Generalintelligencecapital Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-meetvalis-valis-credit-intelligence https://meetvalis.com/mcp --- ## Z Image URL: https://mcp-marketplace.io/server/io-github-rocnubie-z-image-mcp Summary: Z-Image is an online interface for the Z-Image generation model with fast inference and prompt Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/z-image-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Rival URL: https://mcp-marketplace.io/server/io-github-nuance-dev-rival Summary: Query AI model benchmarks, pricing, and comparisons from rival.tips Category: Developer Tools Mode: local Pricing: Free npm: rival-mcp GitHub: https://github.com/nuance-dev/rival-mcp Security Score: 10/10 Creator: Nuance Dev Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-nuance-dev-rival -- npx -y rival-mcp@1.0.2 --- ## Huangting Flux Hub URL: https://mcp-marketplace.io/server/io-github-xiandao-labs-huangting-flux Summary: Reduces AI Agent token usage by 40% via three-stage SOP workflow. Description: Reduces AI Agent token usage by 40% via three-stage SOP workflow. Remote endpoints: streamable-http: https://mcp.huangting.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.huangting.ai/mcp GitHub: https://github.com/XianDAO-Labs/huangting-flux-hub Security Score: 4.5/10 Creator: XianDAO Labs Creator Reputation: B Version: 5.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xiandao-labs-huangting-flux https://mcp.huangting.ai/mcp --- ## Corpus URL: https://mcp-marketplace.io/server/app-listentosadhu-corpus Summary: Read-only semantic search over Vedic scripture verses, commentaries, and recorded lectures. Description: Read-only semantic search over Vedic scripture verses, commentaries, and recorded lectures. Remote endpoints: streamable-http: https://mcp.listentosadhu.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.listentosadhu.app/mcp MCP Tools (18): author_list, author_resolve, document_get, document_list, excerpt_prepare, lecture_excerpt, location_list, location_resolve, media_get, search, source_get, source_list, source_resolve, track_get, track_list, transcript_window, verse_get, verse_list Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http app-listentosadhu-corpus https://mcp.listentosadhu.app/mcp --- ## Streamshortcut Cloudflare URL: https://mcp-marketplace.io/server/io-github-stayce-shortcut-mcp Summary: Shortcut project management. Create, update, search stories and manage workflows. Description: Shortcut project management. Create, update, search stories and manage workflows. Remote endpoints: streamable-http: https://streamshortcut.staycek.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/stayce/streamshortcut-cloudflare Security Score: 10/10 Creator: Stayce Creator Reputation: B Version: 1.0.0 --- ## Fintable URL: https://mcp-marketplace.io/server/io-github-jasoncbraatz-fintable-mcp Summary: Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions. Category: Developer Tools Mode: local Pricing: Free PyPI: fintable-mcp GitHub: https://github.com/jasoncbraatz/fintable-mcp Security Score: 10/10 Creator: jasoncbraatz Creator Reputation: C Version: 0.1.1 Required Credentials: FINTABLE_COOKIES (required), FINTABLE_SESSION_COOKIE (required) Install (Claude Code): claude mcp add io-github-jasoncbraatz-fintable-mcp -- uvx fintable-mcp==0.1.1 --- ## Newbuild URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-newbuild Summary: Russian new-build (214-FZ) checker: developers, declarations, escrow, permits, risk. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-newbuild GitHub: https://github.com/atomno-mcp/mcp-newbuild Security Score: 4.5/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.4 Required Credentials: MCP_NEWBUILD_API_KEY (required) Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-newbuild -- uvx atomno-mcp-newbuild==0.1.4 --- ## Send Email URL: https://mcp-marketplace.io/server/live-alpic-send-email-49a8d7ee-send-email Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://send-email-49a8d7ee.alpic.live sse: https://send-email-49a8d7ee.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://send-email-49a8d7ee.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-send-email-49a8d7ee-send-email https://send-email-49a8d7ee.alpic.live --- ## Trayd URL: https://mcp-marketplace.io/server/io-github-teamtrayd-trayd-mcp Summary: Trade Robinhood through natural language in Claude Code. Description: Trade Robinhood through natural language in Claude Code. Remote endpoints: streamable-http: https://mcp.trayd.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.trayd.ai/mcp GitHub: https://github.com/trayders/trayd-mcp Security Score: 10/10 Creator: Trayders Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-teamtrayd-trayd-mcp https://mcp.trayd.ai/mcp --- ## Openai Api Agent Project URL: https://mcp-marketplace.io/server/ai-smithery-aicastle-school-openai-api-agent-project Summary: Fetch current stock prices and key data for symbols across global markets. Look up companies like… Description: Fetch current stock prices and key data for symbols across global markets. Look up companies like… Remote endpoints: streamable-http: https://server.smithery.ai/@aicastle-school/openai-api-agent-project/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@aicastle-school/openai-api-agent-project/mcp GitHub: https://github.com/aicastle-school/openai-api-agent-project Security Score: 9.8/10 Creator: Aicastle School Creator Reputation: B Version: 1.16.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-aicastle-school-openai-api-agent-project https://server.smithery.ai/@aicastle-school/openai-api-agent-project/mcp --- ## India Invoice URL: https://mcp-marketplace.io/server/app-wishpool-india-invoice-mcp Summary: India GST e-invoicing for AI agents - generate, query, cancel IRNs at the IRP via a GSP. Stateless. Description: India GST e-invoicing for AI agents - generate, query, cancel IRNs at the IRP via a GSP. Stateless. Remote endpoints: streamable-http: https://inv-in.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://inv-in.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/india-invoice-mcp MCP Tools (3): create_invoice, query_invoice, cancel_invoice Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-india-invoice-mcp https://inv-in.wishpool.app/mcp --- ## Bestaiimageprompt URL: https://mcp-marketplace.io/server/io-github-rocnubie-bestaiimageprompt-mcp Summary: The best AI image prompt library online. Latest trending prompts copy & paste for GPT image 2, Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/bestaiimageprompt-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Lore Context URL: https://mcp-marketplace.io/server/io-github-lore-context-lore-context-mcp Summary: Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools. Category: Developer Tools Mode: local Pricing: Free npm: @lore-context/server GitHub: https://github.com/Lore-Context/lore-context Security Score: 9.7/10 Creator: Lore Context Creator Reputation: B Version: 0.6.0-alpha.1 Required Credentials: LORE_API_URL (optional), LORE_API_KEY (required), LORE_MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-lore-context-lore-context-mcp -- npx -y @lore-context/server --- ## Hello URL: https://mcp-marketplace.io/server/ai-smithery-callmybot-hello-mcp-server Summary: Generate quick, friendly greetings by name. Personalize salutations for any context. Explore the o… Description: Generate quick, friendly greetings by name. Personalize salutations for any context. Explore the o… Remote endpoints: streamable-http: https://server.smithery.ai/@callmybot/hello-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/callmybot/hello-mcp-server Security Score: 10/10 Creator: Callmybot Creator Reputation: B Version: 1.0.0 --- ## Accounting URL: https://mcp-marketplace.io/server/io-github-ainode-tech-accounting-mcp Summary: 8 EU accounting (x402 USDC on Base): reconcile, VAT, invoicing. Free health. Description: 8 EU accounting (x402 USDC on Base): reconcile, VAT, invoicing. Free health. Remote endpoints: streamable-http: https://xero.api.ainode.tech/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://xero.api.ainode.tech/mcp MCP Tools (9): health, reconcile_transactions, confirm_reconciliation, categorise_expenses, apply_categories, calculate_vat, draft_invoice, send_invoice, generate_report Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ainode-tech-accounting-mcp https://xero.api.ainode.tech/mcp --- ## Stack Trace Medic URL: https://mcp-marketplace.io/server/io-github-evozim-stack-trace-medic Summary: Coded error stack trace debugger and automated patch generator. Description: Coded error stack trace debugger and automated patch generator. Remote endpoints: sse: https://stack-trace-medic-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stack-trace-medic-mcp.vercel.app/api/mcp MCP Tools (1): diagnose Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-stack-trace-medic https://stack-trace-medic-mcp.vercel.app/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-autorfp-mcp Summary: Search AutoRFP.ai projects, requirements, content library, and tags for Q&A and analytics. Description: Search AutoRFP.ai projects, requirements, content library, and tags for Q&A and analytics. Remote endpoints: streamable-http: https://{api_host}/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{api_host}/mcp GitHub: https://github.com/AutoRFP/mcp Security Score: 9.9/10 Creator: AutoRFP Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-autorfp-mcp 'https://{api_host}/mcp' --- ## Trademarks URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-trademarks Summary: Russian trademark clearance: Rospatent search, similarity, status, TMview, Nice classes. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-trademarks GitHub: https://github.com/atomno-mcp/mcp-trademarks Security Score: 3.5/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.4 Required Credentials: MCP_TRADEMARKS_API_KEY (required) Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-trademarks -- uvx atomno-mcp-trademarks==0.1.4 --- ## Hive Mcp Flag URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-flag Summary: Feature flag service for safe rollouts across the Hive agent fleet Description: Feature flag service for safe rollouts across the Hive agent fleet Remote endpoints: streamable-http: https://hive-mcp-flag.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-flag.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-flag MCP Tools (6): flag_eval, flag_list, flag_describe, flag_create, flag_update, flag_delete Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-flag https://hive-mcp-flag.onrender.com/mcp --- ## Pensiata URL: https://mcp-marketplace.io/server/io-github-nvasilevv-pensiata Summary: Bulgarian pension fund analytics — NAV data, metrics, rankings, and benchmarks. Description: Bulgarian pension fund analytics — NAV data, metrics, rankings, and benchmarks. Remote endpoints: streamable-http: https://mcp.pensiata.me/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pensiata.me/mcp GitHub: https://github.com/nvasilevv/pensiata-mcp MCP Tools (21): list_managers, list_funds, get_nav_series, list_benchmarks, list_metrics, cache_stats, get_benchmark_series, compute_metric, rank, rank_benchmarks, simulate_saver_outcome, get_bulgarian_pension_fund_managers, get_bulgarian_pension_funds, get_bulgarian_pension_fund_nav_series, get_bulgarian_pension_benchmarks, get_bulgarian_pension_metrics_catalog, get_bulgarian_pension_benchmark_series, get_bulgarian_pension_fund_metric, rank_bulgarian_pension_funds_by_metric, rank_bulgarian_pension_benchmarks_by_metric, simulate_bulgarian_pension_saver_outcome Security Score: 10/10 Creator: Nvasilevv Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nvasilevv-pensiata https://mcp.pensiata.me/mcp --- ## Mockupper URL: https://mcp-marketplace.io/server/io-github-damdafayton-mockupper Summary: Turn raw screenshots into professional device mockups & app store visuals in seconds with AI. Description: Turn raw screenshots into professional device mockups & app store visuals in seconds with AI. Remote endpoints: sse: https://mockupper.damdafa.com/mcp/server/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mockupper.damdafa.com/mcp/server/sse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-damdafayton-mockupper https://mockupper.damdafa.com/mcp/server/sse --- ## Mitre Atlas URL: https://mcp-marketplace.io/server/io-github-csoai-org-mitre-atlas-mcp Summary: MITRE ATLAS — Adversarial Threat Landscape for AI Systems. Tactics + techniques for attacking AI... Category: Developer Tools Mode: local Pricing: Free PyPI: mitre-atlas-mcp GitHub: https://github.com/CSOAI-ORG/mitre-atlas-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-mitre-atlas-mcp -- uvx mitre-atlas-mcp==1.0.9 --- ## Ai Bom URL: https://mcp-marketplace.io/server/io-github-csoai-org-ai-bom-mcp Summary: AI Bill of Materials (AI-BOM) generator + auditor MCP — CycloneDX ML-BOM, SPDX 3.0 AI profile, E... Category: Developer Tools Mode: local Pricing: Free PyPI: ai-bom-mcp GitHub: https://github.com/CSOAI-ORG/ai-bom-mcp Security Score: 3.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.2.21 Install (Claude Code): claude mcp add io-github-csoai-org-ai-bom-mcp -- uvx ai-bom-mcp==1.2.21 --- ## Sceneview URL: https://mcp-marketplace.io/server/io-github-thomasgorisse-sceneview Summary: 3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation. Category: Developer Tools Mode: local Pricing: Free npm: sceneview-mcp GitHub: https://github.com/SceneView/sceneview Security Score: 6.7/10 Creator: SceneView Creator Reputation: B Version: 3.4.2 Install (Claude Code): claude mcp add io-github-thomasgorisse-sceneview -- npx -y sceneview-mcp --- ## Namera URL: https://mcp-marketplace.io/server/io-github-siddmax-namera Summary: Check name availability across domains, trademarks, and social handles. Score and rank candidates. Category: Developer Tools Mode: local Pricing: Free PyPI: namera GitHub: https://github.com/siddmax/Namera Security Score: 10/10 Creator: Siddmax Creator Reputation: B Version: 0.1.11 Install (Claude Code): claude mcp add io-github-siddmax-namera -- uvx namera==0.1.11 --- ## Live Audio Intelligence URL: https://mcp-marketplace.io/server/io-github-ykshah1309-live-audio-intelligence-mcp Summary: Live webcast transcription + vocal stress analysis (F0 jitter, hesitation) for earnings calls. Category: Developer Tools Mode: local Pricing: Free PyPI: live-audio-intelligence-mcp GitHub: https://github.com/ykshah1309/live-audio-intelligence-mcp Security Score: 10/10 Creator: Ykshah1309 Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-ykshah1309-live-audio-intelligence-mcp -- uvx live-audio-intelligence-mcp==0.1.3 --- ## Blockscout URL: https://mcp-marketplace.io/server/ai-smithery-blockscout-mcp-server Summary: Provide AI agents and automation tools with contextual access to blockchain data including balance… Description: Provide AI agents and automation tools with contextual access to blockchain data including balance… Remote endpoints: streamable-http: https://server.smithery.ai/@blockscout/mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@blockscout/mcp-server/mcp GitHub: https://github.com/blockscout/mcp-server Security Score: 10/10 Creator: Blockscout Creator Reputation: B Version: 1.13.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-blockscout-mcp-server https://server.smithery.ai/@blockscout/mcp-server/mcp --- ## Git Summary URL: https://mcp-marketplace.io/server/io-github-yifanyifan897645-git-summary Summary: Git repo intelligence: summaries, blame, changelogs, branch health, and history search Category: Developer Tools Mode: local Pricing: Free npm: git-summary-mcp GitHub: https://github.com/yifanyifan897645/git-summary-mcp Security Score: 4/10 Creator: Yifanyifan897645 Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-yifanyifan897645-git-summary -- npx -y git-summary-mcp@0.1.10 --- ## Robokassa URL: https://mcp-marketplace.io/server/io-github-theyahia-robokassa-mcp Summary: MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/robokassa-mcp GitHub: https://github.com/theYahia/robokassa-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: ROBOKASSA_LOGIN (required) Install (Claude Code): claude mcp add io-github-theyahia-robokassa-mcp -- npx -y @theyahia/robokassa-mcp@1.1.1 --- ## Xurprise Mcp Docs URL: https://mcp-marketplace.io/server/ai-xurprise-mcp Summary: Agent-native commerce for SEA/China/global. 43 brands. 6 tools. 9-language search. Description: Agent-native commerce for SEA/China/global. 43 brands. 6 tools. 9-language search. Remote endpoints: streamable-http: https://xurprise.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://xurprise.ai/api/mcp GitHub: https://github.com/Nimo1987/xurprise-mcp-docs MCP Tools (6): search_brands, get_brand, list_regions, list_categories, get_click_url, wrap_product_url Security Score: 10/10 Creator: Nimo1987 Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http ai-xurprise-mcp https://xurprise.ai/api/mcp --- ## Toreador URL: https://mcp-marketplace.io/server/io-toreador-mcp-server Summary: Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions. Category: Developer Tools Mode: local Pricing: Free npm: @toreador/mcp-server GitHub: https://github.com/Logitale/toreador-mcp-server Security Score: 10/10 Creator: Logitale Creator Reputation: B Version: 0.2.6 Install (Claude Code): claude mcp add io-toreador-mcp-server -- npx -y @toreador/mcp-server@0.2.6 --- ## Hostaway URL: https://mcp-marketplace.io/server/io-github-uncfreak1255-code-hostaway Summary: Read-only MCP server for Hostaway PMS — guest conversations, reservations, and listings Category: Developer Tools Mode: local Pricing: Free npm: hostaway-mcp GitHub: https://github.com/uncfreak1255-code/hostaway-mcp Security Score: 10/10 Creator: Uncfreak1255 Code Creator Reputation: B Version: 0.2.0 Required Credentials: HOSTAWAY_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-uncfreak1255-code-hostaway -- npx -y hostaway-mcp@0.2.0 --- ## Basel Ai Overlay URL: https://mcp-marketplace.io/server/io-github-csoai-org-basel-ai-overlay-mcp Summary: Basel III + SR 11-7 + ECB TRIM AI/ML model risk management for banks deploying AI in credit, cap... Category: Developer Tools Mode: local Pricing: Free PyPI: basel-ai-overlay-mcp GitHub: https://github.com/CSOAI-ORG/basel-ai-overlay-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-basel-ai-overlay-mcp -- uvx basel-ai-overlay-mcp==1.0.10 --- ## Sec Filings URL: https://mcp-marketplace.io/server/io-github-stagproject-sec-filings-mcp Summary: SEC EDGAR MCP: search, preview, purchase filings. x402 USDC on Polygon. xpay + Cloud Run upstream. Description: SEC EDGAR MCP: search, preview, purchase filings. x402 USDC on Polygon. xpay + Cloud Run upstream. Remote endpoints: streamable-http: https://sec-edgar-filings.mcp.xpay.sh/mcp streamable-http: https://sec-filings-mcp-1065601264332.us-central1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sec-edgar-filings.mcp.xpay.sh/mcp GitHub: https://github.com/stagproject/sec-filings-mcp Security Score: 5/10 Creator: Stagproject Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-stagproject-sec-filings-mcp https://sec-edgar-filings.mcp.xpay.sh/mcp --- ## Playwright URL: https://mcp-marketplace.io/server/io-github-microsoft-playwright-mcp Summary: Playwright Tools for MCP Category: Search & Web Mode: local Pricing: Free npm: @playwright/mcp GitHub: https://github.com/microsoft/playwright-mcp Security Score: 10/10 Creator: Microsoft Creator Reputation: B Version: 0.0.79 Install (Claude Code): claude mcp add io-github-microsoft-playwright-mcp -- npx -y @playwright/mcp@0.0.79 --- ## Petsonality URL: https://mcp-marketplace.io/server/io-github-nanami-he-petsonality Summary: An MBTI-powered terminal pet companion for Claude Code and OpenClaw. Category: Developer Tools Mode: local Pricing: Free npm: petsonality GitHub: https://github.com/nanami-he/petsonality Security Score: 4.2/10 Creator: Nanami He Creator Reputation: B Version: 0.4.6 Install (Claude Code): claude mcp add io-github-nanami-he-petsonality -- npx -y petsonality@0.4.6 --- ## Starsinger URL: https://mcp-marketplace.io/server/io-github-starsinger-ai-starsinger-mcp Summary: MCP server for StarSinger AI music catalog — search, stream & browse AI-generated tracks Category: Developer Tools Mode: local Pricing: Free npm: starsinger-mcp GitHub: https://github.com/starsinger-ai/starsinger-mcp Security Score: 10/10 Creator: Starsinger Ai Creator Reputation: B Version: 0.1.1 Required Credentials: STARSINGER_API_KEY (required), STARSINGER_API_URL (optional) Install (Claude Code): claude mcp add io-github-starsinger-ai-starsinger-mcp -- npx -y starsinger-mcp@0.1.1 --- ## A4 URL: https://mcp-marketplace.io/server/com-cognethics-a4 Summary: Multi-tenant business platform — 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents. Description: Multi-tenant business platform — 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents. Remote endpoints: streamable-http: https://{tenant}.cognethics.com/api/mcp/mcp sse: https://{tenant}.cognethics.com/api/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{tenant}.cognethics.com/api/mcp/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-cognethics-a4 'https://{tenant}.cognethics.com/api/mcp/mcp' --- ## Frankfurter URL: https://mcp-marketplace.io/server/ai-smithery-jessicayanwang-test Summary: Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr… Description: Fetch latest and historical currency exchange rates from Frankfurter. Convert amounts between curr… Remote endpoints: streamable-http: https://server.smithery.ai/@jessicayanwang/test/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/jessicayanwang/frankfurtermcp Security Score: 10/10 Creator: Jessicayanwang Creator Reputation: B Version: 1.13.1 --- ## Portal Appgen URL: https://mcp-marketplace.io/server/io-github-pirumpi-kiosk-builder Summary: Build and manage airline self-service kiosk apps — styling, pages, CMS, and CUSS2. Description: Build and manage airline self-service kiosk apps — styling, pages, CMS, and CUSS2. Remote endpoints: streamable-http: https://ai-elevation.azurewebsites.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-elevation.azurewebsites.net/mcp GitHub: https://github.com/elevation-ai/portal-appgen Security Score: 9/10 Creator: Elevation Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pirumpi-kiosk-builder https://ai-elevation.azurewebsites.net/mcp --- ## Japan Realestate URL: https://mcp-marketplace.io/server/io-github-koumekoubou-japan-realestate Summary: Japan real estate data: transactions, land prices, vacancy, hazard, zoning & more. Description: Japan real estate data: transactions, land prices, vacancy, hazard, zoning & more. Remote endpoints: streamable-http: https://mcp-server-japan-realestate.x7k9m.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-japan-realestate.x7k9m.workers.dev/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-koumekoubou-japan-realestate https://mcp-server-japan-realestate.x7k9m.workers.dev/mcp --- ## Checkup URL: https://mcp-marketplace.io/server/io-github-yifanyifan897645-mcp-checkup Summary: Analyze your MCP setup: token costs, grades, duplicates, and optimization tips Category: Developer Tools Mode: local Pricing: Free npm: mcp-checkup GitHub: https://github.com/yifanyifan897645/mcp-checkup Security Score: 7/10 Creator: Yifanyifan897645 Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-yifanyifan897645-mcp-checkup -- npx -y mcp-checkup@0.1.8 --- ## Clarity Gate URL: https://mcp-marketplace.io/server/io-github-evozim-clarity-gate-mcp Summary: Premium agentic endpoint for clarity-gate-mcp. Description: Premium agentic endpoint for clarity-gate-mcp. Remote endpoints: sse: https://api.m2mcent.com/clarity-gate-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/clarity-gate-mcp/sse MCP Tools (1): clarity-gate-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-clarity-gate-mcp https://api.m2mcent.com/clarity-gate-mcp/sse --- ## Echomindr URL: https://mcp-marketplace.io/server/io-github-echomindr-echomindr Summary: Real founder decisions, lessons and signals from 100+ podcasts — searchable by AI agents. Description: Real founder decisions, lessons and signals from 100+ podcasts — searchable by AI agents. Remote endpoints: sse: https://echomindr.com/mcp/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://echomindr.com/mcp/ GitHub: https://github.com/echomindr/echomindr Security Score: 5.8/10 Creator: Echomindr Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-echomindr-echomindr https://echomindr.com/mcp/ --- ## Planka URL: https://mcp-marketplace.io/server/io-github-gogogadgetbytes-planka Summary: MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels. Category: Developer Tools Mode: local Pricing: Free npm: @gogogadgetbytes/planka-mcp GitHub: https://github.com/gogogadgetbytes/planka-mcp Security Score: 7.5/10 Creator: Gogogadgetbytes Creator Reputation: B Version: 1.0.0 Required Credentials: PLANKA_BASE_URL (optional), PLANKA_AGENT_EMAIL (optional), PLANKA_AGENT_PASSWORD (required) Install (Claude Code): claude mcp add io-github-gogogadgetbytes-planka -- npx -y @gogogadgetbytes/planka-mcp@1.0.0 --- ## Nhd Mcp Public Documentation URL: https://mcp-marketplace.io/server/com-nursinghomedatabase-mcp Summary: MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase). Description: MCP server for US nursing facility search and ownership lookup (NursingHomeDatabase). Remote endpoints: streamable-http: https://mcp.nursinghomedatabase.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nursinghomedatabase.com/mcp GitHub: https://github.com/jmtroller/nhd-mcp-public-documentation MCP Tools (6): search_facilities, get_facility, get_facility_ownership, search_owners, get_owner, get_data_freshness Security Score: 9/10 Creator: Jmtroller Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-nursinghomedatabase-mcp https://mcp.nursinghomedatabase.com/mcp --- ## L0 Py Blocks URL: https://mcp-marketplace.io/server/io-github-selisedigitalplatforms-l0-py-blocks-mcp Summary: A Model Context Protocol (MCP) server for Selise Blocks Cloud integration Description: A Model Context Protocol (MCP) server for Selise Blocks Cloud integration Remote endpoints: streamable-http: https://ai.seliseblocks.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai.seliseblocks.com/mcp GitHub: https://github.com/SELISEdigitalplatforms/l0-py-blocks-mcp Security Score: 9/10 Creator: SELISEdigitalplatforms Creator Reputation: B Version: 1.0.0-beta.4 Install (Claude Code Remote): claude mcp add --transport http io-github-selisedigitalplatforms-l0-py-blocks-mcp https://ai.seliseblocks.com/mcp --- ## Lsp URL: https://mcp-marketplace.io/server/io-github-theupsider-lsp-mcp Summary: Universal LSP MCP server Category: Developer Tools Mode: local Pricing: Free npm: @theupsider/lsp-mcp GitHub: https://github.com/theUpsider/lsp-mcp Security Score: 10/10 Creator: TheUpsider Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-theupsider-lsp-mcp -- npx -y @theupsider/lsp-mcp@1.0.1 --- ## Tokenomic Pulse URL: https://mcp-marketplace.io/server/io-github-evozim-tokenomic-pulse Summary: DeFi protocol simulation model scoring tokenomic structures. Description: DeFi protocol simulation model scoring tokenomic structures. Remote endpoints: sse: https://tokenomic-pulse-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tokenomic-pulse-mcp.vercel.app/api/mcp MCP Tools (1): simulate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-tokenomic-pulse https://tokenomic-pulse-mcp.vercel.app/api/mcp --- ## Hive Mcp Exchange URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-exchange Summary: Agent-to-agent capability exchange and prediction markets Description: Agent-to-agent capability exchange and prediction markets Remote endpoints: streamable-http: https://hive-mcp-exchange.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-exchange.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-exchange MCP Tools (9): exchange_list_markets, exchange_place_prediction, exchange_open_perp, exchange_get_genesis_feed, exchange_market_odds, exchange_agent_portfolio, hive_earn_register, hive_earn_me, hive_earn_leaderboard Security Score: 9.8/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-exchange https://hive-mcp-exchange.onrender.com/mcp --- ## Meme Generator URL: https://mcp-marketplace.io/server/com-memesio-meme-generator Summary: MCP server for meme generation, template search, caption rendering, and AI meme creation. Description: MCP server for meme generation, template search, caption rendering, and AI meme creation. Remote endpoints: streamable-http: https://memesio.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://memesio.com/api/mcp MCP Tools (7): create_agent_account, search_templates, get_template_ideas, caption_template, caption_upload, generate_meme, get_ai_quota Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-memesio-meme-generator https://memesio.com/api/mcp --- ## Agentgrade URL: https://mcp-marketplace.io/server/com-agentgrade-mcp-server Summary: Scan any website for AI agent readiness, payment protocols, and discovery endpoints Description: Scan any website for AI agent readiness, payment protocols, and discovery endpoints Remote endpoints: streamable-http: https://agentgrade.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentgrade.com/mcp MCP Tools (4): scan_url, scan_compact, get_history, validate_x402_json Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-agentgrade-mcp-server https://agentgrade.com/mcp --- ## Apollo Salesforce Mapper URL: https://mcp-marketplace.io/server/dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper Summary: Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict. Description: Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict. Remote endpoints: streamable-http: https://cf-worker.selbyventurecap.workers.dev/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://cf-worker.selbyventurecap.workers.dev/mcp MCP Tools (1): apollo_to_salesforce_lead Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-workers-selbyventurecap-cf-worker-apollo-salesforce-mapper https://cf-worker.selbyventurecap.workers.dev/mcp --- ## Influship URL: https://mcp-marketplace.io/server/io-github-influship-influship-mcp Summary: Find and analyze influencers with creator search, lookalikes, profiles, posts, and transcripts. Description: Find and analyze influencers with creator search, lookalikes, profiles, posts, and transcripts. Remote endpoints: streamable-http: https://mcp.influship.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @influship/mcp Remote URL: https://mcp.influship.com/mcp GitHub: https://github.com/Influship/influship-mcp MCP Tools (14): get_sample_creator, search_creators, semantic_search_creators, autocomplete_creators, find_lookalike_creators, match_creators, get_creator, get_profile, lookup_profiles, get_posts, get_instagram_post, get_instagram_posts, get_instagram_post_transcript, get_instagram_post_transcripts Security Score: 10/10 Creator: Influship Creator Reputation: B Version: 0.1.1 Required Credentials: INFLUSHIP_API_KEY (required), INFLUSHIP_MCP_URL (optional) Install (Claude Code): claude mcp add io-github-influship-influship-mcp -- npx -y @influship/mcp@0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-influship-influship-mcp https://mcp.influship.com/mcp --- ## Aidance URL: https://mcp-marketplace.io/server/io-github-rocnubie-aidance-mcp Summary: Turn photos into realistic dance videos with AI motion transfer. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/aidance-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Cryptoapis Mcp Hd Wallet URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-hd-wallet Summary: MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-hd-wallet GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-hd-wallet Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.3.1 Tags: blockchain, hd-wallet, xpub, bitcoin, ethereum, utxo, evm, xrp, wallet, crypto, addresses, balance Use Cases: Sync HD wallet by xPub key, Get wallet balance across all derived addresses, Derive next Bitcoin receiving address, List HD wallet transactions, Prepare unsigned transaction from HD wallet, Manage EVM HD wallet Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-hd-wallet -- npx -y @cryptoapis-io/mcp-hd-wallet@0.3.1 --- ## Servicenow Nodejs URL: https://mcp-marketplace.io/server/io-github-nickzitzer-servicenow-nodejs Summary: Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery Category: Business Tools Mode: local Pricing: Free npm: servicenow-mcp-server GitHub: https://github.com/Happy-Technologies-LLC/mcp-servicenow-nodejs Security Score: 9.7/10 Creator: Happy Technologies LLC Creator Reputation: B Version: 2.1.1 Required Credentials: SERVICENOW_INSTANCE_URL (optional), SERVICENOW_USERNAME (optional), SERVICENOW_PASSWORD (required), SERVICENOW_AUTH_TYPE (optional), SERVICENOW_INSTANCE (optional) Install (Claude Code): claude mcp add io-github-nickzitzer-servicenow-nodejs -- npx -y servicenow-mcp-server --- ## Hello Server URL: https://mcp-marketplace.io/server/ai-smithery-phionx-mcp-hello-server Summary: Send personalized greetings to anyone. Enable Pirate Mode for swashbuckling salutations. Explore t… Description: Send personalized greetings to anyone. Enable Pirate Mode for swashbuckling salutations. Explore t… Remote endpoints: streamable-http: https://server.smithery.ai/@Phionx/mcp-hello-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/Phionx/mcp-hello-server MCP Tools (1): say_hello Security Score: 9/10 Creator: Phionx Creator Reputation: B Version: 1.16.0 --- ## Ai Swap Face URL: https://mcp-marketplace.io/server/io-github-rocnubie-ai-swap-face-mcp Summary: AI Swap Face is an online tool that swaps faces in photos and produces fast, high-quality results Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/ai-swap-face-mcp Security Score: 7/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Gitmem URL: https://mcp-marketplace.io/server/io-github-gitmem-dev-gitmem Summary: Persistent institutional memory for AI coding agents. Memory that compounds. Category: Developer Tools Mode: local Pricing: Free npm: gitmem-mcp GitHub: https://github.com/gitmem-dev/gitmem Security Score: 7.5/10 Creator: Gitmem Dev Creator Reputation: B Version: 1.2.1 Required Credentials: SUPABASE_URL (optional), SUPABASE_SERVICE_ROLE_KEY (required) Install (Claude Code): claude mcp add io-github-gitmem-dev-gitmem -- npx -y gitmem-mcp@1.4.4 --- ## Registry URL: https://mcp-marketplace.io/server/com-policylayer-registry Summary: The MCP server that vets MCP servers: identity, risk grade and per-tool risk before you install. Description: The MCP server that vets MCP servers: identity, risk grade and per-tool risk before you install. Remote endpoints: streamable-http: https://api.policylayer.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.policylayer.com/mcp GitHub: https://github.com/PolicyLayer/mcp MCP Tools (4): check_mcp_server, search_registry, check_tool, get_change_events Security Score: 10/10 Creator: PolicyLayer Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-policylayer-registry https://api.policylayer.com/mcp --- ## Ai Room Design URL: https://mcp-marketplace.io/server/io-github-rocnubie-ai-room-design-mcp Summary: AI Room Design helps users redesign rooms and visualize new interior layouts with AI-generated Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/ai-room-design-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Nextcloud URL: https://mcp-marketplace.io/server/ai-smithery-hithereiamaliff-mcp-nextcloud Summary: A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo… Description: A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo… Remote endpoints: streamable-http: https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp Category: File & Storage Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp GitHub: https://github.com/hithereiamaliff/mcp-nextcloud Security Score: 10/10 Creator: Hithereiamaliff Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-hithereiamaliff-mcp-nextcloud https://server.smithery.ai/@hithereiamaliff/mcp-nextcloud/mcp --- ## Oura URL: https://mcp-marketplace.io/server/ai-smithery-eliu243-oura-mcp-server Summary: Connect your Oura Ring account and enable access to your wellness data in apps and automations. In… Description: Connect your Oura Ring account and enable access to your wellness data in apps and automations. In… Remote endpoints: streamable-http: https://server.smithery.ai/@eliu243/oura-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/eliu243/oura-mcp-server Security Score: 10/10 Creator: Eliu243 Creator Reputation: B Version: 1.16.0 --- ## Support Bot URL: https://mcp-marketplace.io/server/support-recursive-recursive Summary: AI support agent platform for small businesses. Query pricing, features, and examples. Description: AI support agent platform for small businesses. Query pricing, features, and examples. Remote endpoints: streamable-http: https://recursive.support/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://recursive.support/mcp GitHub: https://github.com/codereclaimers/support-bot Security Score: 9/10 Creator: Codereclaimers Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http support-recursive-recursive https://recursive.support/mcp --- ## X402 Discovery URL: https://mcp-marketplace.io/server/io-github-rplryan-x402-discovery-mcp Summary: Discover x402 APIs by capability, price & trust. Powered by x402Scout. Description: Discover x402 APIs by capability, price & trust. Powered by x402Scout. Remote endpoints: sse: https://x402-scout-relay.onrender.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://x402-scout-relay.onrender.com/sse GitHub: https://github.com/rplryan/x402-discovery-mcp Security Score: 8.4/10 Creator: Rplryan Creator Reputation: B Version: 1.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-rplryan-x402-discovery-mcp https://x402-scout-relay.onrender.com/sse --- ## Kylas Crm URL: https://mcp-marketplace.io/server/io-github-kylastech-kylas-crm Summary: MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY. Category: Business Tools Mode: local Pricing: Free PyPI: kylas-crm-mcp-server GitHub: https://github.com/kylastech/kylas-crm-mcp-server Security Score: 4/10 Creator: Kylastech Creator Reputation: B Version: 1.0.4 Required Credentials: KYLAS_API_KEY (required), KYLAS_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-kylastech-kylas-crm -- uvx kylas-crm-mcp-server==1.0.4 --- ## Manoma URL: https://mcp-marketplace.io/server/io-github-paperdavid-manoma Summary: MCP server for soul.md — your portable AI identity layer across every LLM. Category: Developer Tools Mode: local Pricing: Free npm: manoma-mcp GitHub: https://github.com/paperdavid/manoma Security Score: 9.7/10 Creator: Paperdavid Creator Reputation: B Version: 0.2.1 Required Credentials: SOUL_MD_PATH (optional) Install (Claude Code): claude mcp add io-github-paperdavid-manoma -- npx -y manoma-mcp --- ## Cli URL: https://mcp-marketplace.io/server/ai-smithery-zeta-chain-cli Summary: Create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi… Description: Create friendly, customizable greetings for any name or audience. Break the ice in demos, onboardi… Remote endpoints: streamable-http: https://server.smithery.ai/@zeta-chain/cli/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/zeta-chain/cli Security Score: 10/10 Creator: Zeta Chain Creator Reputation: B Version: 1.0.0 --- ## Time URL: https://mcp-marketplace.io/server/org-memoryapi-time Summary: Current time by timezone, astronomy events, and moon phases Description: Current time by timezone, astronomy events, and moon phases Remote endpoints: streamable-http: https://time.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://time.memoryapi.org/mcp MCP Tools (3): get_current_time, get_astronomy, get_moon_phases Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-time https://time.memoryapi.org/mcp --- ## Make Money 30day Challenge URL: https://mcp-marketplace.io/server/io-github-cosai-labs-toolpipe Summary: 45+ dev tools via MCP: JSON, QR, hash, DNS, code review, fake data, screenshots, and more. Description: 45+ dev tools via MCP: JSON, QR, hash, DNS, code review, fake data, screenshots, and more. Remote endpoints: sse: https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp GitHub: https://github.com/COSAI-Labs/make-money-30day-challenge Security Score: 9/10 Creator: COSAI Labs Creator Reputation: B Version: 1.18.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cosai-labs-toolpipe https://assessing-scoop-authorities-sheet.trycloudflare.com/mcp --- ## Solscan URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-solscan Summary: Solscan MCP — Solana block-explorer API (Pro v2) Description: Solscan MCP — Solana block-explorer API (Pro v2) Remote endpoints: streamable-http: https://gateway.pipeworx.io/solscan/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/solscan/mcp GitHub: https://github.com/pipeworx-io/mcp-solscan MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, get_account_detail, get_token_holdings, list_transfers, get_token_meta, get_transaction Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-solscan https://gateway.pipeworx.io/solscan/mcp --- ## Ads Ai Creator URL: https://mcp-marketplace.io/server/io-github-rocnubie-ads-ai-creator-mcp Summary: Ads AI Creator generates ad creatives, copy, and visuals using AI so marketers can iterate on Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/ads-ai-creator-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Hevy URL: https://mcp-marketplace.io/server/io-github-rwestergren-hevy-mcp-remote Summary: Hosted/gateway-ready Hevy fitness MCP: workouts, routines, templates. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rwestergren/hevy-mcp Security Score: 7.5/10 Creator: Rwestergren Creator Reputation: B Version: 0.1.6 Required Credentials: HEVY_API_KEY (required) --- ## Monitor URL: https://mcp-marketplace.io/server/org-memoryapi-monitor Summary: Ecosystem monitoring: service status and x402 activity metrics Description: Ecosystem monitoring: service status and x402 activity metrics Remote endpoints: streamable-http: https://monitor.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://monitor.memoryapi.org/mcp MCP Tools (2): get_x402_activity, get_x402_ecosystem Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-monitor https://monitor.memoryapi.org/mcp --- ## Contextual URL: https://mcp-marketplace.io/server/io-github-nitishgourishetty-contextual-mcp-server Summary: RAG-enabled MCP server using Contextual AI. Supports single-agent and multi-agent modes. Category: Developer Tools Mode: local Pricing: Free PyPI: contextual-mcp-server GitHub: https://github.com/NitishGourishetty/contextual-mcp-server Security Score: 10/10 Creator: NitishGourishetty Creator Reputation: B Version: 0.1.0 Required Credentials: API_KEY (required), AGENT_ID (optional) Install (Claude Code): claude mcp add io-github-nitishgourishetty-contextual-mcp-server -- uvx contextual-mcp-server==0.1.0 --- ## Cpfhub URL: https://mcp-marketplace.io/server/io-github-cpfhub-cpfhub Summary: MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @cpfhub/mcp GitHub: https://github.com/cpfhub/cpfhub-mcp Security Score: 4.2/10 Creator: Cpfhub Creator Reputation: B Version: 1.0.1 Required Credentials: CPFHUB_API_KEY (required) Install (Claude Code): claude mcp add io-github-cpfhub-cpfhub -- npx -y @cpfhub/mcp@1.0.1 --- ## Riftrunner Ai Online URL: https://mcp-marketplace.io/server/io-github-rocnubie-riftrunner-ai-online-mcp Summary: Riftrunner AI is an AI-driven role-playing game experience where each story branch is generated on Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/riftrunner-ai-online-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Youfiliate URL: https://mcp-marketplace.io/server/io-github-andrewmpierce-youfiliate-mcp Summary: Create geo-targeted affiliate smart links, pull analytics, and rewrite YouTube descriptions. Description: Create geo-targeted affiliate smart links, pull analytics, and rewrite YouTube descriptions. Remote endpoints: streamable-http: https://youfiliate-mcp.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: youfiliate-mcp Remote URL: https://youfiliate-mcp.onrender.com/mcp GitHub: https://github.com/andrewmpierce/youfiliate-mcp Security Score: 10/10 Creator: Andrewmpierce Creator Reputation: B Version: 0.1.1 Required Credentials: YOUFILIATE_API_KEY (required), YOUFILIATE_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-andrewmpierce-youfiliate-mcp -- uvx youfiliate-mcp==0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-andrewmpierce-youfiliate-mcp https://youfiliate-mcp.onrender.com/mcp --- ## Solana URL: https://mcp-marketplace.io/server/trade-neglect-mcp-server Summary: Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale. Description: Full Solana DeFi coverage: launchpads, tokens, trades, and wallets, decoded at scale. Remote endpoints: streamable-http: https://api.neglect.trade/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.neglect.trade/mcp GitHub: https://github.com/609NFT/solana-mcp MCP Tools (20): get-token-metadata, get-token-marketdata, get-token-holders, get-trending-tokens, search-tokens, get-latest-graduated-tokens, get-token-ath, get-tokens-by-deployer, get-token-history, get-token-performance, get-token-price, get-wallet-holdings, get-wallet-token-pnl, get-token-history-range, get-mcp-config, get-token-audit, get-api-health, get-pair-audit, get-token-audit-multiple, get-pair-audit-multiple Security Score: 10/10 Creator: 609NFT Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http trade-neglect-mcp-server https://api.neglect.trade/mcp --- ## Rosh URL: https://mcp-marketplace.io/server/io-github-rosh-studio-rosh-mcp Summary: Create interactive web apps, games, and 3D scenes using Rosh — a plain-English language Category: Developer Tools Mode: local Pricing: Free PyPI: rosh-mcp GitHub: https://github.com/rosh-studio/rosh-mcp Security Score: 7/10 Creator: Rosh Studio Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-rosh-studio-rosh-mcp -- uvx rosh-mcp==0.1.0 --- ## Public URL: https://mcp-marketplace.io/server/com-scmodeling-public Summary: Supply-chain network design via simulation, optimization, and greenfield analysis. Description: Supply-chain network design via simulation, optimization, and greenfield analysis. Remote endpoints: streamable-http: https://scmodeling.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scmodeling.com/mcp MCP Tools (11): run_simulation, list_models, get_sc_theory, explain_optimization, explain_greenfield, list_opt_demos, describe_opt_demo, get_opt_result, list_greenfield_demos, describe_greenfield_demo, get_greenfield_result Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-scmodeling-public https://scmodeling.com/mcp --- ## Agent Toolkit URL: https://mcp-marketplace.io/server/com-stripe-mcp Summary: MCP server integrating with Stripe - tools for customers, products, payments, and more. Description: MCP server integrating with Stripe - tools for customers, products, payments, and more. Remote endpoints: streamable-http: https://mcp.stripe.com Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.stripe.com GitHub: https://github.com/stripe/agent-toolkit Security Score: 10/10 Creator: Stripe Creator Reputation: B Version: 0.2.4 Install (Claude Code Remote): claude mcp add --transport http com-stripe-mcp https://mcp.stripe.com --- ## Openclaw Control URL: https://mcp-marketplace.io/server/io-github-smurfy92-openclaw-control-mcp Summary: MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC. Category: Developer Tools Mode: local Pricing: Free npm: openclaw-control-mcp GitHub: https://github.com/smurfy92/openclaw-control-mcp Security Score: 8/10 Creator: Smurfy92 Creator Reputation: B Version: 0.6.0 Install (Claude Code): claude mcp add io-github-smurfy92-openclaw-control-mcp -- npx -y openclaw-control-mcp@0.6.0 --- ## Conqueror Skills URL: https://mcp-marketplace.io/server/com-conquerorapp-mcp Summary: Turns SEO insight into page changes: keyword research, SERP and rank data, rewrites you approve. Description: Turns SEO insight into page changes: keyword research, SERP and rank data, rewrites you approve. Remote endpoints: streamable-http: https://winwith.conquerorapp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://winwith.conquerorapp.com/mcp GitHub: https://github.com/Shipper-dot-now/conqueror-skills Security Score: 10/10 Creator: Shipper Dot Now Creator Reputation: B Version: 0.0.14 Install (Claude Code Remote): claude mcp add --transport http com-conquerorapp-mcp https://winwith.conquerorapp.com/mcp --- ## Metricui URL: https://mcp-marketplace.io/server/io-github-mpmcgowen-metricui Summary: React dashboard components — API lookup, code generation, and prop validation for AI tools. Category: Developer Tools Mode: local Pricing: Free npm: @metricui/mcp-server GitHub: https://github.com/mpmcgowen/metricui Security Score: 9.7/10 Creator: Mpmcgowen Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-mpmcgowen-metricui -- npx -y @metricui/mcp-server --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-neuralegion-mcp Summary: AI-powered application security testing — scan APIs, discover endpoints, and find vulnerabilities. Description: AI-powered application security testing — scan APIs, discover endpoints, and find vulnerabilities. Remote endpoints: sse: https://app.brightsec.com/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://app.brightsec.com/mcp GitHub: https://github.com/NeuraLegion/mcp Security Score: 10/10 Creator: NeuraLegion Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-neuralegion-mcp https://app.brightsec.com/mcp --- ## Engram Rs URL: https://mcp-marketplace.io/server/io-github-kael-bit-engram Summary: Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion. Category: Developer Tools Mode: local Pricing: Free npm: engram-rs-mcp GitHub: https://github.com/kael-bit/engram-rs Security Score: 7/10 Creator: kael-bit Creator Reputation: D Version: 0.10.0 Required Credentials: ENGRAM_URL (optional), ENGRAM_API_KEY (required) Install (Claude Code): claude mcp add io-github-kael-bit-engram -- npx -y engram-rs-mcp@0.14.0 --- ## Task Orchestrator URL: https://mcp-marketplace.io/server/io-github-evozim-task-orchestrator Summary: Multi-agent swarm planner and project sprint allocator. Description: Multi-agent swarm planner and project sprint allocator. Remote endpoints: sse: https://task-orchestrator-mcp-three.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://task-orchestrator-mcp-three.vercel.app/api/mcp MCP Tools (1): orchestrate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-task-orchestrator https://task-orchestrator-mcp-three.vercel.app/api/mcp --- ## Magnifica Humanitas URL: https://mcp-marketplace.io/server/io-github-grinnellian-magnifica-humanitas-mcp Summary: Magnifica Humanitas (Leo XIV, 2026): navigate 245 paragraphs, sections, and footnotes. Category: Developer Tools Mode: local Pricing: Free npm: magnifica-humanitas-mcp PyPI: magnifica-humanitas-mcp GitHub: https://github.com/grinnellian/magnifica-humanitas-mcp Security Score: 10/10 Creator: Grinnellian Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-grinnellian-magnifica-humanitas-mcp -- npx -y magnifica-humanitas-mcp@0.1.4 --- ## Crystals URL: https://mcp-marketplace.io/server/com-roxyapi-crystals Summary: Crystal meanings, healing properties, chakra and birthstone lookups for AI agents. Description: Crystal meanings, healing properties, chakra and birthstone lookups for AI agents. Remote endpoints: streamable-http: https://roxyapi.com/mcp/crystals Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://roxyapi.com/mcp/crystals MCP Tools (12): get_crystals_zodiac_sign, get_crystals_chakra_chakra, get_crystals_element_element, get_crystals_birthstone_month, get_crystals_search, get_crystals_pairings_id, post_crystals_daily, get_crystals_random, get_crystals_colors, get_crystals_planets, get_crystals, get_crystals_id Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-roxyapi-crystals https://roxyapi.com/mcp/crystals --- ## Hive Mcp Mining URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-mining Summary: Tether MOS telemetry + Boltz BTC↔USDC atomic swap broker MCP Description: Tether MOS telemetry + Boltz BTC↔USDC atomic swap broker MCP Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/mining/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/mining/mcp GitHub: https://github.com/srotzin/hive-mcp-mining Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-mining https://hive-mcp-gateway.onrender.com/mining/mcp --- ## Agentping URL: https://mcp-marketplace.io/server/io-github-noriget-agentping Summary: Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification. Description: Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification. Remote endpoints: streamable-http: https://ping.mgm-llc.org/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://ping.mgm-llc.org/mcp GitHub: https://github.com/Noriget/agentping Security Score: 4.8/10 Creator: Noriget Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-noriget-agentping https://ping.mgm-llc.org/mcp --- ## Estimaite URL: https://mcp-marketplace.io/server/io-github-nickpanagios-estimaite Summary: Construction takeoff and estimating for AI agents. Measure a drawing PDF, export a priced estimate. Description: Construction takeoff and estimating for AI agents. Measure a drawing PDF, export a priced estimate. Remote endpoints: streamable-http: https://mcp.esti-maite.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.esti-maite.com/mcp GitHub: https://github.com/nickpanagios/estimaite-mcp Security Score: 10/10 Creator: Nickpanagios Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nickpanagios-estimaite https://mcp.esti-maite.com/mcp --- ## Latex URL: https://mcp-marketplace.io/server/io-github-sepinetam-latex-mcp Summary: Enable AI agents to compile TeX files with LaTeX inside a Docker container. Category: Developer Tools Mode: local Pricing: Free PyPI: latex-mcp GitHub: https://github.com/SepineTam/latex-mcp Security Score: 10/10 Creator: SepineTam Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-sepinetam-latex-mcp -- uvx latex-mcp==0.2.0 --- ## Meigenai URL: https://mcp-marketplace.io/server/io-github-rocnubie-meigenai-mcp Summary: Meigen AI is a curated meigen ai image prompt library. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/meigenai-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Ridvay URL: https://mcp-marketplace.io/server/io-github-ridvay-ai-ridvay-mcp Summary: Create & edit Ridvay Studio posters, flyers & social designs — AI-generated or self-composed. Category: Developer Tools Mode: local Pricing: Free npm: ridvay-mcp GitHub: https://github.com/tom-tgr/ridvay-mcp Security Score: 5.2/10 Creator: Tom Tgr Creator Reputation: B Version: 0.3.2 Required Credentials: RIDVAY_API_KEY (required) Install (Claude Code): claude mcp add io-github-ridvay-ai-ridvay-mcp -- npx -y ridvay-mcp@0.3.2 --- ## Agent Orchestrator URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-orchestrator-mcp Summary: Agent Orchestrator MCP Server by MEOK AI Labs Description: Agent Orchestrator MCP Server by MEOK AI Labs Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/orchestrator Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-orchestrator-mcp Remote URL: https://api.meok.ai/v1/a2a/orchestrator GitHub: https://github.com/CSOAI-ORG/agent-orchestrator-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-agent-orchestrator-mcp -- uvx agent-orchestrator-mcp==1.0.12 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-orchestrator-mcp https://api.meok.ai/v1/a2a/orchestrator --- ## Wordlift URL: https://mcp-marketplace.io/server/io-wordlift-mcp-server Summary: Knowledge Graph, GraphQL, GS1 Digital Link and SEO tools for semantic content optimization. Description: Knowledge Graph, GraphQL, GS1 Digital Link and SEO tools for semantic content optimization. Remote endpoints: sse: https://mcp.wordlift.io/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.wordlift.io/sse GitHub: https://github.com/wordlift/mcp-wordlift Security Score: 9/10 Creator: Wordlift Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-wordlift-mcp-server https://mcp.wordlift.io/sse --- ## Wealth URL: https://mcp-marketplace.io/server/ch-antevo-wealth Summary: The family estate in full — what you hold, what you owe, and what it is exposed to. Description: The family estate in full — what you hold, what you owe, and what it is exposed to. Remote endpoints: streamable-http: https://api.antevo.ch/mcp/wealth/mcp sse: https://api.antevo.ch/mcp/wealth/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.antevo.ch/mcp/wealth/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-antevo-wealth https://api.antevo.ch/mcp/wealth/mcp --- ## Mla Citation Generator URL: https://mcp-marketplace.io/server/io-github-rocnubie-mla-citation-generator-mcp Summary: MLA Citation Generator creates accurate MLA-format citations from a DOI, ISBN, URL, or manual Category: Education & Research Mode: local Pricing: Free GitHub: https://github.com/rocnubie/mla-citation-generator-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Subastas URL: https://mcp-marketplace.io/server/es-elpujante-subastas Summary: Spanish public property auctions (judicial, AEAT, Social Security): daily data and risk flags. Description: Spanish public property auctions (judicial, AEAT, Social Security): daily data and risk flags. Remote endpoints: streamable-http: https://elpujante.es/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://elpujante.es/mcp MCP Tools (7): buscar_inmuebles, detalle_inmueble, resumen_riesgo, costes_totales, comparar_inmuebles, inmuebles_similares, stats_inventario Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http es-elpujante-subastas https://elpujante.es/mcp --- ## Rentals URL: https://mcp-marketplace.io/server/com-helprentdanang-rentals Summary: Every long-term rental in Da Nang, Vietnam: search, buildings, median rents. No key, no account. Description: Every long-term rental in Da Nang, Vietnam: search, buildings, median rents. No key, no account. Remote endpoints: streamable-http: https://helprentdanang.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://helprentdanang.com/mcp/ MCP Tools (4): search_listings, get_listing, find_buildings, market_stats Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-helprentdanang-rentals https://helprentdanang.com/mcp/ --- ## Chinese Scroll Digitizer URL: https://mcp-marketplace.io/server/io-github-evozim-chinese-scroll-digitizer-mcp Summary: Premium agentic endpoint for chinese-scroll-digitizer-mcp. Description: Premium agentic endpoint for chinese-scroll-digitizer-mcp. Remote endpoints: sse: https://api.m2mcent.com/chinese-scroll-digitizer-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/chinese-scroll-digitizer-mcp/sse MCP Tools (1): chinese-scroll-digitizer-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-chinese-scroll-digitizer-mcp https://api.m2mcent.com/chinese-scroll-digitizer-mcp/sse --- ## Gemini Vision URL: https://mcp-marketplace.io/server/ai-smithery-artin0123-gemini-image-mcp-server Summary: Analyze images and videos with Gemini to get fast, reliable visual insights. Handle content from U… Description: Analyze images and videos with Gemini to get fast, reliable visual insights. Handle content from U… Remote endpoints: streamable-http: https://server.smithery.ai/@Artin0123/gemini-image-mcp-server/mcp Category: AI & ML Mode: dual Pricing: Free GitHub: https://github.com/Artin0123/gemini-vision-mcp Security Score: 10/10 Creator: Artin0123 Creator Reputation: B Version: 1.4.3 --- ## Google Search Console URL: https://mcp-marketplace.io/server/io-github-crunchtools-google-search-console Summary: Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-google-search-console-crunchtools GitHub: https://github.com/crunchtools/mcp-google-search-console Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-crunchtools-google-search-console -- uvx mcp-google-search-console-crunchtools==0.1.0 --- ## Agentery URL: https://mcp-marketplace.io/server/com-agentery-agentery Summary: Search agents & MCP servers by capability, with daily-observed pricing, liveness and market data. Description: Search agents & MCP servers by capability, with daily-observed pricing, liveness and market data. Remote endpoints: streamable-http: https://agentery.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentery.com/api/mcp MCP Tools (11): rank_agents_for_workflow, get_agent_profile, search_agents, price_benchmark, compare_agents, get_agent, market_gaps, suggest_alternatives, niche_report, demand_signals, report_outcome Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http com-agentery-agentery https://agentery.com/api/mcp --- ## Dreamhome URL: https://mcp-marketplace.io/server/io-github-damdafayton-dreamhome Summary: Redesign interiors and exteriors instantly using AI. Turn sketches into realistic home designs. Description: Redesign interiors and exteriors instantly using AI. Turn sketches into realistic home designs. Remote endpoints: sse: https://foto.damdafa.com/mcp/server/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://foto.damdafa.com/mcp/server/sse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-damdafayton-dreamhome https://foto.damdafa.com/mcp/server/sse --- ## Ai Humanizer URL: https://mcp-marketplace.io/server/io-github-evozim-ai-humanizer Summary: Advanced text styling to preserve semantic human flow. Description: Advanced text styling to preserve semantic human flow. Remote endpoints: sse: https://ai-humanizer-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-humanizer-mcp.vercel.app/api/mcp MCP Tools (1): humanize Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-ai-humanizer https://ai-humanizer-mcp.vercel.app/api/mcp --- ## Climate Economic Nexus URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-climate-economic-nexus-mcp Summary: Analyze climate-economy interdependencies including carbon exposure, transition risk, physical cl... Description: Analyze climate-economy interdependencies including carbon exposure, transition risk, physical cl... Remote endpoints: streamable-http: https://ryanclinton--climate-economic-nexus-mcp.apify.actor/mcp sse: https://ryanclinton--climate-economic-nexus-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--climate-economic-nexus-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-climate-economic-nexus-mcp https://ryanclinton--climate-economic-nexus-mcp.apify.actor/mcp --- ## Ai URL: https://mcp-marketplace.io/server/org-memoryapi-ai Summary: AI/ML research papers from arXiv, DBLP, and HuggingFace Description: AI/ML research papers from arXiv, DBLP, and HuggingFace Remote endpoints: streamable-http: https://ai.memoryapi.org/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://ai.memoryapi.org/mcp MCP Tools (3): get_ai_papers, search_arxiv_ai, search_dblp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-ai https://ai.memoryapi.org/mcp --- ## Clawback Prevention Sentinel URL: https://mcp-marketplace.io/server/io-github-evozim-clawback-prevention-sentinel-mcp Summary: Premium agentic endpoint for clawback-prevention-sentinel-mcp. Description: Premium agentic endpoint for clawback-prevention-sentinel-mcp. Remote endpoints: sse: https://api.m2mcent.com/clawback-prevention-sentinel-mcp/sse Category: Security Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/clawback-prevention-sentinel-mcp/sse MCP Tools (1): clawback-prevention-sentinel-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-clawback-prevention-sentinel-mcp https://api.m2mcent.com/clawback-prevention-sentinel-mcp/sse --- ## Portfolio URL: https://mcp-marketplace.io/server/io-github-sharksalesinfo-blip-portfolio Summary: Marketing strateeg portfolio met AI kennisbank voor marketing, sales en strategie inzichten. Description: Marketing strateeg portfolio met AI kennisbank voor marketing, sales en strategie inzichten. Remote endpoints: streamable-http: https://sharksalesinfo-blip.github.io/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sharksalesinfo-blip.github.io/mcp-server Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sharksalesinfo-blip-portfolio https://sharksalesinfo-blip.github.io/mcp-server --- ## Sl URL: https://mcp-marketplace.io/server/io-github-donovan-jasper-sl-mcp Summary: MCP server for Sapling (sl) version control Category: Developer Tools Mode: local Pricing: Free npm: sl-mcp GitHub: https://github.com/donovan-jasper/sl-mcp Security Score: 10/10 Creator: Donovan Jasper Creator Reputation: B Version: 0.1.2 Required Credentials: SL_MCP_BINARY (optional), SL_MCP_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-donovan-jasper-sl-mcp -- npx -y sl-mcp@0.1.2 --- ## Sbir URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-sbir Summary: SBIR MCP — wraps the SBIR.gov public API (free, no auth) Description: SBIR MCP — wraps the SBIR.gov public API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/sbir/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/sbir/mcp GitHub: https://github.com/pipeworx-io/mcp-sbir MCP Tools (6): discover_tools, sbir_search_awards, sbir_get_award, sbir_search_solicitations, sbir_company_awards, sbir_agency_stats Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-sbir https://gateway.pipeworx.io/sbir/mcp --- ## Doordash URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-doordash Summary: Order food from DoorDash. Search restaurants, browse menus, checkout. Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-doordash GitHub: https://github.com/markswendsen-code/mcp-doordash Security Score: 8/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-doordash -- npx -y @striderlabs/mcp-doordash@0.4.2 --- ## Agent Delegation URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-delegation-mcp Summary: Agent Delegation MCP Server by MEOK AI Labs Description: Agent Delegation MCP Server by MEOK AI Labs Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/delegation Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-delegation-mcp Remote URL: https://api.meok.ai/v1/a2a/delegation GitHub: https://github.com/CSOAI-ORG/agent-delegation-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-agent-delegation-mcp -- uvx agent-delegation-mcp==1.0.12 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-delegation-mcp https://api.meok.ai/v1/a2a/delegation --- ## Presso Setup URL: https://mcp-marketplace.io/server/now-presso-presso Summary: Connect e-commerce and marketing data to AI assistants via MCP. Description: Connect e-commerce and marketing data to AI assistants via MCP. Remote endpoints: streamable-http: https://mcp.presso.now/mcp Category: Security Mode: dual Pricing: Free Remote URL: https://mcp.presso.now/mcp GitHub: https://github.com/stellagent/presso-setup Security Score: 10/10 Creator: Stellagent Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http now-presso-presso https://mcp.presso.now/mcp --- ## Junct URL: https://mcp-marketplace.io/server/io-github-srimisra-pyth-hermes-mcp Summary: Pyth Hermes MCP — real-time price feeds and oracle data for DeFi agents. Description: Pyth Hermes MCP — real-time price feeds and oracle data for DeFi agents. Remote endpoints: streamable-http: https://pyth-hermes.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pyth-hermes.mcp.junct.dev/mcp GitHub: https://github.com/srimisra/junct MCP Tools (5): price_feeds_metadata, latest_price_updates, price_stream_sse_handler, timestamp_price_updates, latest_publisher_stake_caps Security Score: 9/10 Creator: Srimisra Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srimisra-pyth-hermes-mcp https://pyth-hermes.mcp.junct.dev/mcp --- ## Specproof URL: https://mcp-marketplace.io/server/ai-specproof-specproof-mcp Summary: SpecProof: Search standards specs with MCP-ready precision. Description: SpecProof: Search standards specs with MCP-ready precision. Remote endpoints: streamable-http: https://mcp.specproof.ai/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.specproof.ai/ GitHub: https://github.com/ibouazizi/specproof.git MCP Tools (8): search_specifications, semantic_search, get_document_content, list_documents, get_database_stats, search_contributions, get_contribution_content, semantic_search_contributions Security Score: 9/10 Creator: Ibouazizi Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-specproof-specproof-mcp https://mcp.specproof.ai/ --- ## Storylenses URL: https://mcp-marketplace.io/server/io-github-benediktgirz-storylenses Summary: AI cover letter generation for agents. Job analysis, profile matching, narrative letters. Description: AI cover letter generation for agents. Job analysis, profile matching, narrative letters. Remote endpoints: streamable-http: https://www.storylenses.app/api/mcp/endpoint Category: Developer Tools Mode: dual Pricing: Free npm: @storylenses/mcp-server Remote URL: https://www.storylenses.app/api/mcp/endpoint GitHub: https://github.com/benediktgirz/storylenses-mcp-server Security Score: 7/10 Creator: Benediktgirz Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-benediktgirz-storylenses -- npx -y @storylenses/mcp-server@0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-benediktgirz-storylenses https://www.storylenses.app/api/mcp/endpoint --- ## Deeprepo URL: https://mcp-marketplace.io/server/io-github-abhishek2432001-deeprepo Summary: Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/abhishek2432001/deeprepo Security Score: 10/10 Creator: Abhishek2432001 Creator Reputation: B Version: 1.0.0 --- ## Curiosity Engine URL: https://mcp-marketplace.io/server/io-github-onetrueclaude-creator-mcp-curiosity-engine Summary: Surface the notes you forgot you wrote — DMN replay for markdown vaults. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-curiosity-engine GitHub: https://github.com/onetrueclaude-creator/mcp-curiosity-engine Security Score: 5.3/10 Creator: Onetrueclaude Creator Creator Reputation: B Version: 0.1.0 Required Credentials: CURIOSITY_ENGINE_LICENSE (required) Install (Claude Code): claude mcp add io-github-onetrueclaude-creator-mcp-curiosity-engine -- uvx mcp-curiosity-engine==0.1.0 --- ## Retailcrm URL: https://mcp-marketplace.io/server/io-github-theyahia-retailcrm-mcp Summary: MCP server for RetailCRM — orders, customers management via API v5. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/retailcrm-mcp GitHub: https://github.com/theYahia/retailcrm-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: RETAILCRM_URL (required) Install (Claude Code): claude mcp add io-github-theyahia-retailcrm-mcp -- npx -y @theyahia/retailcrm-mcp@2.0.1 --- ## Voidly Pay URL: https://mcp-marketplace.io/server/io-github-voidly-ai-pay-mcp Summary: USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools. Category: Developer Tools Mode: local Pricing: Free npm: @voidly/pay-mcp GitHub: https://github.com/voidly-ai/voidly-pay Security Score: 0/10 Creator: Voidly Ai Creator Reputation: B Version: 0.1.3 Required Credentials: VOIDLY_PAY_API_URL (optional) Install (Claude Code): claude mcp add io-github-voidly-ai-pay-mcp -- npx -y @voidly/pay-mcp --- ## Sectora URL: https://mcp-marketplace.io/server/io-github-megabrainee-sectora Summary: Threat intel + your scans/findings/Shield posture. CVE, EPSS, KEV, package vuln lookup, DAST. Description: Threat intel + your scans/findings/Shield posture. CVE, EPSS, KEV, package vuln lookup, DAST. Remote endpoints: streamable-http: https://mcp.sectora.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sectora.io/mcp GitHub: https://github.com/BraineeTech/sectora MCP Tools (14): lookup_cve, assess_tech_risk, search_cves, get_kev_recent, get_trending_cves, get_weaponization_score, lookup_ip_reputation, get_threat_stats, list_my_findings, list_my_scans, get_scan, scan_url, get_my_posture, assess_dependency Security Score: 8/10 Creator: BraineeTech Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-megabrainee-sectora https://mcp.sectora.io/mcp --- ## Korea Stock URL: https://mcp-marketplace.io/server/ai-smithery-jjlabsio-korea-stock-mcp Summary: Search company disclosures and financial statements from the Korean market. Retrieve stock profile… Description: Search company disclosures and financial statements from the Korean market. Retrieve stock profile… Remote endpoints: streamable-http: https://server.smithery.ai/@jjlabsio/korea-stock-mcp/mcp Category: Finance Mode: dual Pricing: Free GitHub: https://github.com/jjlabsio/korea-stock-mcp Security Score: 10/10 Creator: jjlabsio Creator Reputation: C+ Version: 1.0.0 --- ## Roic URL: https://mcp-marketplace.io/server/ai-roic-roic Summary: ROIC.AI financial data: statements, ratios, prices, and earnings transcripts for public companies. Description: ROIC.AI financial data: statements, ratios, prices, and earnings transcripts for public companies. Remote endpoints: streamable-http: https://mcp.roic.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.roic.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-roic-roic https://mcp.roic.ai/mcp --- ## Paste URL: https://mcp-marketplace.io/server/io-pasteapp-paste Summary: Give AI tools access to your Mac clipboard history and pinboards from Paste. Runs locally. Category: Developer Tools Mode: local Pricing: Free npm: @pasteapp/mcp GitHub: https://github.com/pasteapp/paste-mcp Security Score: 5.2/10 Creator: Pasteapp Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-pasteapp-paste -- npx -y @pasteapp/mcp@0.1.3 --- ## Wonderkraftz URL: https://mcp-marketplace.io/server/io-github-rachit1987-wonderkraftz-mcp Summary: Browse and shop Wonderkraftz premium gifts. Recommendations, cart, and checkout via AI. Category: Developer Tools Mode: local Pricing: Free npm: wonderkraftz-mcp GitHub: https://github.com/rachit1987/wonderkraftz-mcp Security Score: 7/10 Creator: Rachit1987 Creator Reputation: B Version: 1.0.0 Required Credentials: SHOPIFY_STORE_DOMAIN (optional), SHOPIFY_STOREFRONT_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-rachit1987-wonderkraftz-mcp -- npx -y wonderkraftz-mcp@1.0.0 --- ## Datapass Verify URL: https://mcp-marketplace.io/server/io-github-mydatapass-mydatapass Summary: Neutral escrow for customer-data offboarding (GDPR/EU Data Act): query MyDataPass facts. Description: Neutral escrow for customer-data offboarding (GDPR/EU Data Act): query MyDataPass facts. Remote endpoints: streamable-http: https://mcp.mydatapass.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mydatapass.app/api/mcp GitHub: https://github.com/mydatapass/datapass-verify MCP Tools (5): about_mydatapass, get_pricing, check_compliance_requirement, get_offboarding_guide, verify_certificate Security Score: 10/10 Creator: Mydatapass Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mydatapass-mydatapass https://mcp.mydatapass.app/api/mcp --- ## Hive Mcp Secrets URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-secrets Summary: Encrypted secret store and rotation for autonomous agent credentials Description: Encrypted secret store and rotation for autonomous agent credentials Remote endpoints: streamable-http: https://hive-mcp-secrets.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-secrets.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-secrets MCP Tools (4): secrets_get, secrets_put, secrets_list, secrets_audit Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-secrets https://hive-mcp-secrets.onrender.com/mcp --- ## Chirpstack Lorawan URL: https://mcp-marketplace.io/server/io-github-evozim-chirpstack-lorawan-mcp Summary: Premium agentic endpoint for chirpstack-lorawan-mcp. Description: Premium agentic endpoint for chirpstack-lorawan-mcp. Remote endpoints: sse: https://api.m2mcent.com/chirpstack-lorawan-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/chirpstack-lorawan-mcp/sse MCP Tools (1): chirpstack-lorawan-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-chirpstack-lorawan-mcp https://api.m2mcent.com/chirpstack-lorawan-mcp/sse --- ## Canicode URL: https://mcp-marketplace.io/server/io-github-let-sunny-canicode Summary: Analyze Figma designs for dev & AI readiness. 39 rules, scoring, HTML reports. Category: Developer Tools Mode: local Pricing: Free npm: canicode GitHub: https://github.com/let-sunny/canicode Security Score: 9.9/10 Creator: Let Sunny Creator Reputation: B Version: 0.5.2 Required Credentials: FIGMA_TOKEN (required) Install (Claude Code): claude mcp add io-github-let-sunny-canicode -- npx -y canicode@0.10.5 --- ## Pochta Russia URL: https://mcp-marketplace.io/server/io-github-theyahia-pochta-russia-mcp Summary: MCP server for Russian Post (Почта России) API — tracking, tariff calculation, post office search. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/pochta-russia-mcp GitHub: https://github.com/theYahia/pochta-russia-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: POCHTA_LOGIN (required) Install (Claude Code): claude mcp add io-github-theyahia-pochta-russia-mcp -- npx -y @theyahia/pochta-russia-mcp@1.1.1 --- ## Flight URL: https://mcp-marketplace.io/server/org-memoryapi-flight Summary: Live flight departures and airport information Description: Live flight departures and airport information Remote endpoints: streamable-http: https://flight.memoryapi.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://flight.memoryapi.org/mcp MCP Tools (2): get_flight_departures, get_airport_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-memoryapi-flight https://flight.memoryapi.org/mcp --- ## Market Microstructure Manipulation URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-market-microstructure-manipulation-mcp Summary: Detect market manipulation patterns including wash trading, spoofing, layering, and unusual order... Description: Detect market manipulation patterns including wash trading, spoofing, layering, and unusual order... Remote endpoints: streamable-http: https://ryanclinton--market-microstructure-manipulation-mcp.apify.actor/mcp sse: https://ryanclinton--market-microstructure-manipulation-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--market-microstructure-manipulation-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-market-microstructure-manipulation-mcp https://ryanclinton--market-microstructure-manipulation-mcp.apify.actor/mcp --- ## Chrome Debugger URL: https://mcp-marketplace.io/server/io-github-bitepro-chrome-debugger-mcp Summary: Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code Category: Developer Tools Mode: local Pricing: Free npm: chrome-debugger-mcp GitHub: https://github.com/BitePro/chrome-debugger-mcp Security Score: 7/10 Creator: BitePro Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-bitepro-chrome-debugger-mcp -- npx -y chrome-debugger-mcp@1.0.4 --- ## Cantrip URL: https://mcp-marketplace.io/server/io-github-ozten-cantrip Summary: MCP server for Cantrip — AI-powered GTM engine for solo founders Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-cantrip GitHub: https://github.com/ozten/mcp-server-cantrip Security Score: 7/10 Creator: Ozten Creator Reputation: B Version: 1.0.5 Required Credentials: CANTRIP_API_KEY (required) Install (Claude Code): claude mcp add io-github-ozten-cantrip -- npx -y mcp-server-cantrip@1.0.7 --- ## Eulerian Marketing Platform URL: https://mcp-marketplace.io/server/io-github-matjmat-eulerian-marketing-platform-mcp Summary: Provides access to the Eulerian Marketing Platform: analytics, attribution & data activation. Category: Marketing & Social Mode: local Pricing: Free PyPI: eulerian-marketing-platform GitHub: https://github.com/EulerianTechnologies/eulerian-marketing-platform-mcp Security Score: 10/10 Creator: mathieumaf Creator Reputation: C Version: 1.0.0 Required Credentials: EMP_API_TOKEN (required), EMP_API_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-matjmat-eulerian-marketing-platform-mcp -- uvx eulerian-marketing-platform==0.2.9 --- ## VMware AVI URL: https://mcp-marketplace.io/server/io-github-zw008-vmware-avi Summary: VMware AVI (NSX ALB) load balancer plus AKO Kubernetes ops — 29 MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: vmware-avi GitHub: https://github.com/zw008/VMware-AVI Security Score: 10/10 Creator: Zw008 Creator Reputation: B Version: 1.8.8 Install (Claude Code): claude mcp add io-github-zw008-vmware-avi -- uvx vmware-avi==1.8.8 --- ## Email Finder X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-email-finder Summary: Find email addresses from name and company domain. x402 paid. Description: Find email addresses from name and company domain. x402 paid. Remote endpoints: sse: https://email-finder.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-finder.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/email-finder-x402 MCP Tools (1): email_find_by_name Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-finder https://email-finder.api.klymax402.com/mcp --- ## Gateway URL: https://mcp-marketplace.io/server/io-github-panossalt-mcp-gateway Summary: Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging. Description: Multi-tenant MCP platform with OAuth 2.1, Entra SSO, RBAC and audit logging. Remote endpoints: sse: https://your-gateway.example.com/t/your-org/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://your-gateway.example.com/t/your-org/mcp/sse GitHub: https://github.com/PanosSalt/MCP-Gateway Security Score: 7.6/10 Creator: PanosSalt Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-panossalt-mcp-gateway https://your-gateway.example.com/t/your-org/mcp/sse --- ## Shakespeare Insult URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-shakespeare-insult Summary: shakespeare-insult MCP — wraps StupidAPIs (requires X-API-Key) Description: shakespeare-insult MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/shakespeare-insult/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/shakespeare-insult/mcp GitHub: https://github.com/pipeworx-io/mcp-shakespeare-insult MCP Tools (2): discover_tools, shakespeare_insult_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-shakespeare-insult https://gateway.pipeworx.io/shakespeare-insult/mcp --- ## Lumino URL: https://mcp-marketplace.io/server/io-github-geored-lumino Summary: AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools Category: Developer Tools Mode: local Pricing: Free PyPI: lumino-mcp-server GitHub: https://github.com/spre-sre/lumino-mcp-server Security Score: 8.7/10 Creator: Gjorgji Georgievski Creator Reputation: C- Version: 0.9.2 Required Credentials: KUBECONFIG (optional) Install (Claude Code): claude mcp add io-github-geored-lumino -- uvx lumino-mcp-server==0.9.3 --- ## Gotify URL: https://mcp-marketplace.io/server/io-github-kcofoni-gotify-mcp Summary: MCP server for Gotify push notifications - send messages and manage apps/clients. Category: Communication Mode: local Pricing: Free GitHub: https://github.com/jmagar/gotify-mcp Security Score: 10/10 Creator: Jmagar Creator Reputation: B Version: 1.0.1 Required Credentials: GOTIFY_URL (optional), GOTIFY_CLIENT_TOKEN (required), GOTIFY_APP_TOKEN (required), GOTIFY_MCP_PORT (optional), GOTIFY_MCP_TRANSPORT (optional) --- ## Template X URL: https://mcp-marketplace.io/server/live-alpic-mcp-server-template-d2d1b3b5-mcp-server-template-xmcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://mcp-server-template-d2d1b3b5.alpic.live sse: https://mcp-server-template-d2d1b3b5.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template-d2d1b3b5.alpic.live Security Score: 9/10 Installs: 1 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-mcp-server-template-d2d1b3b5-mcp-server-template-xmcp https://mcp-server-template-d2d1b3b5.alpic.live --- ## Genflik URL: https://mcp-marketplace.io/server/io-github-jackkatzman-genflik Summary: Create AI talking-avatar marketing videos from a script or product idea. Description: Create AI talking-avatar marketing videos from a script or product idea. Remote endpoints: streamable-http: https://genflik.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://genflik.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jackkatzman-genflik https://genflik.com/api/mcp --- ## Hive Mcp Mos URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-mos Summary: Tether MiningOS bridge — site telemetry, paying demand, BTC to USDC settlement Description: Tether MiningOS bridge — site telemetry, paying demand, BTC to USDC settlement Remote endpoints: streamable-http: https://hive-mcp-mos.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-mos.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-mos MCP Tools (4): query_hashrate, query_health, query_energy, query_pool Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-mos https://hive-mcp-mos.onrender.com/mcp --- ## Putput URL: https://mcp-marketplace.io/server/io-github-putput-io-dev-putput-mcp Summary: File uploads for AI agents. Upload, list, and manage files. No signup required. Description: File uploads for AI agents. Upload, list, and manage files. No signup required. Remote endpoints: streamable-http: https://putput.io/api/v1/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @putput/mcp Remote URL: https://putput.io/api/v1/mcp GitHub: https://github.com/putput-io/mcp Security Score: 7.7/10 Creator: Putput Io Creator Reputation: B Version: 0.0.3 Required Credentials: PUTPUT_TOKEN (required) Install (Claude Code): claude mcp add io-github-putput-io-dev-putput-mcp -- npx -y @putput/mcp Install (Claude Code Remote): claude mcp add --transport http io-github-putput-io-dev-putput-mcp https://putput.io/api/v1/mcp --- ## Scientific Computation URL: https://mcp-marketplace.io/server/ai-smithery-aman-amith-shastry-scientific-computation-mcp Summary: This MCP server enables users to perform scientific computations regarding linear algebra and vect… Description: This MCP server enables users to perform scientific computations regarding linear algebra and vect… Remote endpoints: streamable-http: https://server.smithery.ai/@Aman-Amith-Shastry/scientific_computation_mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/Aman-Amith-Shastry/scientific_computation_mcp Security Score: 10/10 Creator: Aman Amith Shastry Creator Reputation: B Version: 1.13.1 --- ## Slidev URL: https://mcp-marketplace.io/server/io-github-joelbarmettleruzh-slidev-mcp Summary: Generate, render, and host Slidev presentations from markdown Description: Generate, render, and host Slidev presentations from markdown Remote endpoints: streamable-http: https://mcp.slidev-mcp.org/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.slidev-mcp.org/mcp GitHub: https://github.com/joelbarmettlerUZH/slidev-mcp Security Score: 9.2/10 Creator: JoelbarmettlerUZH Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-joelbarmettleruzh-slidev-mcp https://mcp.slidev-mcp.org/mcp --- ## Velaris Intelligence URL: https://mcp-marketplace.io/server/io-github-velaris-csm-velaris-intelligence Summary: AI-generated customer success reports for Velaris platform users. Authenticates via OAuth. Description: AI-generated customer success reports for Velaris platform users. Authenticates via OAuth. Remote endpoints: sse: https://gx7rt55cmrb2ilws3nrl5hpvli0lvzxg.lambda-url.eu-west-2.on.aws/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gx7rt55cmrb2ilws3nrl5hpvli0lvzxg.lambda-url.eu-west-2.on.aws/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-velaris-csm-velaris-intelligence https://gx7rt55cmrb2ilws3nrl5hpvli0lvzxg.lambda-url.eu-west-2.on.aws/ --- ## Dr URL: https://mcp-marketplace.io/server/io-github-inferensys-dr-mcp Summary: Audits MCP configs, scores risk, and creates reversible repair plans. Category: Developer Tools Mode: local Pricing: Free npm: @inferensys/dr-mcp GitHub: https://github.com/Inferensys/dr-mcp Security Score: 4.8/10 Creator: Inferensys Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-inferensys-dr-mcp -- npx -y @inferensys/dr-mcp@0.3.0 --- ## Jinko URL: https://mcp-marketplace.io/server/so-jinko-jinko-mcp Summary: Jinko is a travel MCP server that provides hotel search and booking capabilities. Description: Jinko is a travel MCP server that provides hotel search and booking capabilities. Remote endpoints: streamable-http: https://mcp-remote.jinko.so/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-remote.jinko.so/mcp GitHub: https://github.com/jinkoso/jinko-mcp Security Score: 9/10 Creator: Jinkoso Creator Reputation: B Version: 0.0.27 Install (Claude Code Remote): claude mcp add --transport http so-jinko-jinko-mcp https://mcp-remote.jinko.so/mcp --- ## Vscode Demo Time URL: https://mcp-marketplace.io/server/io-github-estruyf-vscode-demo-time Summary: Enables AI assistants to interact with Demo Time and helps build presentations and demos. Category: Developer Tools Mode: local Pricing: Free npm: @demotime/mcp GitHub: https://github.com/estruyf/vscode-demo-time Security Score: 9.7/10 Creator: Estruyf Creator Reputation: B Version: 0.0.55 Install (Claude Code): claude mcp add io-github-estruyf-vscode-demo-time -- npx -y @demotime/mcp --- ## Crypto Signals URL: https://mcp-marketplace.io/server/io-github-marcindudekdev-crypto-signals-mcp Summary: Real-time crypto volume anomaly detection across 50+ tokens for whale signals Category: Finance Mode: local Pricing: Free PyPI: crypto-signals-mcp GitHub: https://github.com/MarcinDudekDev/crypto-signals-mcp Security Score: 5.5/10 Creator: MarcinDudekDev Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-marcindudekdev-crypto-signals-mcp -- uvx crypto-signals-mcp==1.0.2 --- ## Screenshot URL: https://mcp-marketplace.io/server/io-github-mizukaizen-nightglass Summary: Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support. Category: Developer Tools Mode: local Pricing: Free npm: nightglass-mcp GitHub: https://github.com/mizukaizen/nightglass-mcp Security Score: 8.3/10 Creator: Mizukaizen Creator Reputation: B Version: 1.0.0 Required Credentials: NIGHTGLASS_API_KEY (required) Install (Claude Code): claude mcp add io-github-mizukaizen-nightglass -- npx -y nightglass-mcp@1.0.0 --- ## Musicbrainz URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-musicbrainz Summary: MusicBrainz MCP — wraps MusicBrainz Web Service v2 (free, no auth) Description: MusicBrainz MCP — wraps MusicBrainz Web Service v2 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/musicbrainz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/musicbrainz/mcp GitHub: https://github.com/pipeworx-io/mcp-musicbrainz MCP Tools (4): search_artists, get_artist, search_releases, get_release Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-musicbrainz https://gateway.pipeworx.io/musicbrainz/mcp --- ## Tmux URL: https://mcp-marketplace.io/server/io-github-fr1sk-tmux-mcp Summary: MCP server for tmux — browse sessions, capture output, send commands. Category: Developer Tools Mode: local Pricing: Free npm: @fr1sk/tmux-mcp GitHub: https://github.com/fr1sk/tmux-mcp.git Security Score: 10/10 Creator: Fr1sk Creator Reputation: B Version: 0.3.3 Install (Claude Code): claude mcp add io-github-fr1sk-tmux-mcp -- npx -y @fr1sk/tmux-mcp@0.3.3 --- ## Makerai URL: https://mcp-marketplace.io/server/io-github-rocnubie-makerai-mcp Summary: Create product photos, product videos, and UGC-style ads for Shopify, Amazon, TikTok, and Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/makerai-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Dwf URL: https://mcp-marketplace.io/server/io-github-kenosinc-dwf-mcp-server Summary: MCP server for Digilent WaveForms instruments (oscilloscope, AWG, logic analyzer). Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/KenosInc/dwf-mcp-server Security Score: 10/10 Creator: key Creator Reputation: C Version: 0.1.1 --- ## Au Bizintel URL: https://mcp-marketplace.io/server/io-github-ljdigital-au-bizintel-mcp Summary: Australian business intelligence MCP — ABN lookup, business search & AI prospect assessment via ABR. Category: Developer Tools Mode: local Pricing: Free npm: @ljdigital/au-bizintel-mcp GitHub: https://github.com/ljdigital/au-bizintel-mcp Security Score: 10/10 Creator: Ljdigital Creator Reputation: B Version: 0.3.0 Required Credentials: ABR_GUID (optional), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-ljdigital-au-bizintel-mcp -- npx -y @ljdigital/au-bizintel-mcp@0.3.0 --- ## Lechatai URL: https://mcp-marketplace.io/server/io-github-rocnubie-lechatai-mcp Summary: Le Chat AI walks through Mistral's Le Chat - Free/Pro/Team pricing, Flash Answers, Deep Research, Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/lechatai-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Standby URL: https://mcp-marketplace.io/server/io-github-karstenkreh-standby-design-mcp Summary: Generate design systems: OKLCH color palettes, fluid type scales, spacing, shape and icon tokens. Description: Generate design systems: OKLCH color palettes, fluid type scales, spacing, shape and icon tokens. Remote endpoints: streamable-http: https://mcp.standby.design/mcp Category: Developer Tools Mode: dual Pricing: Free npm: standby-design-mcp Remote URL: https://mcp.standby.design/mcp GitHub: https://github.com/KarstenKreh/Standby.Design MCP Tools (8): generate_color_palette, generate_type_scale, generate_shape_tokens, generate_icon_tokens, generate_space_tokens, get_design_system, export_design_system, list_fonts Security Score: 9.2/10 Creator: KarstenKreh Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add io-github-karstenkreh-standby-design-mcp -- npx -y standby-design-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-karstenkreh-standby-design-mcp https://mcp.standby.design/mcp --- ## CyberHuaTuo Plugin URL: https://mcp-marketplace.io/server/io-github-jinning6-cyberhuatuo Summary: Gold-first AI-agent traceback diagnosis, exact fixes, verification, and reusable prescriptions. Category: Developer Tools Mode: local Pricing: Free PyPI: cyberhuatuo GitHub: https://github.com/JinNing6/CyberHuaTuo-Plugin Security Score: 10/10 Creator: JinNing6 Creator Reputation: B Version: 0.2.5 Install (Claude Code): claude mcp add io-github-jinning6-cyberhuatuo -- uvx cyberhuatuo==0.2.5 --- ## Hive Mcp Insurance URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-insurance Summary: Agent liability insurance — claims, premiums, and on-chain payouts Description: Agent liability insurance — claims, premiums, and on-chain payouts Remote endpoints: streamable-http: https://hive-mcp-insurance.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-insurance.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-insurance MCP Tools (4): quote_policy, bind_policy, claim_status, parametric_trigger_check Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-insurance https://hive-mcp-insurance.onrender.com/mcp --- ## Relay URL: https://mcp-marketplace.io/server/io-github-mhcoen-mcp-relay Summary: MCP relay server for Claude Desktop <-> Claude Code communication Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-relay GitHub: https://github.com/mhcoen/mcp-relay Security Score: 7/10 Creator: Mhcoen Creator Reputation: B Version: 1.2.4 Install (Claude Code): claude mcp add io-github-mhcoen-mcp-relay -- uvx mcp-server-relay==1.2.4 --- ## Chrysai URL: https://mcp-marketplace.io/server/com-chrysai-www-chrysai Summary: Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data. Description: Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data. Remote endpoints: streamable-http: https://www.chrysai.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.chrysai.com/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-chrysai-www-chrysai https://www.chrysai.com/api/mcp --- ## Tavily URL: https://mcp-marketplace.io/server/io-github-seey215-tavily-mcp Summary: MCP server for advanced web search using Tavily API. Category: Search & Web Mode: local Pricing: Free npm: @toolsdk.ai/tavily-mcp GitHub: https://github.com/Seey215/tavily-mcp Security Score: 4/10 Creator: Seey215 Creator Reputation: B Version: 0.2.9 Required Credentials: TAVILY_API_KEY (required) Install (Claude Code): claude mcp add io-github-seey215-tavily-mcp -- npx -y @toolsdk.ai/tavily-mcp@0.2.9 --- ## Xhs URL: https://mcp-marketplace.io/server/ai-smithery-blbl147-xhs-mcp Summary: 搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。 Description: 搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。 Remote endpoints: streamable-http: https://server.smithery.ai/@blbl147/xhs-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@blbl147/xhs-mcp/mcp GitHub: https://github.com/blbl147/xhs-mcp Security Score: 9.8/10 Creator: Blbl147 Creator Reputation: B Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-blbl147-xhs-mcp https://server.smithery.ai/@blbl147/xhs-mcp/mcp --- ## Dreamtap URL: https://mcp-marketplace.io/server/xyz-dreamtap-mcp Summary: Dreamtap provides sources of inspiration to your AI to make it more creative. Description: Dreamtap provides sources of inspiration to your AI to make it more creative. Remote endpoints: streamable-http: https://dreamtap.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dreamtap.xyz/mcp GitHub: https://github.com/salexashenko/dreamtap Security Score: 9/10 Creator: Salexashenko Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http xyz-dreamtap-mcp https://dreamtap.xyz/mcp --- ## Realitycents URL: https://mcp-marketplace.io/server/io-github-jaymiller-cmg-mortgage-hawaii Summary: Hawaii mortgage & VA loan expertise for Honolulu. 2026 loan limits, condo rules, FAQ. Description: Hawaii mortgage & VA loan expertise for Honolulu. 2026 loan limits, condo rules, FAQ. Remote endpoints: streamable-http: https://realitycents-mcp-server.jaymiller.workers.dev/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://realitycents-mcp-server.jaymiller.workers.dev/mcp GitHub: https://github.com/jaymiller-cmg/realitycents-mcp-server Security Score: 7.4/10 Creator: Jaymiller Cmg Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jaymiller-cmg-mortgage-hawaii https://realitycents-mcp-server.jaymiller.workers.dev/mcp --- ## Scrappycoco URL: https://mcp-marketplace.io/server/io-github-albert-tam-scrappycoco Summary: Route web, social, and filings data tasks to the best available scraper. Description: Route web, social, and filings data tasks to the best available scraper. Remote endpoints: streamable-http: https://api.scrappycoco.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.scrappycoco.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albert-tam-scrappycoco https://api.scrappycoco.ai/mcp --- ## Trellio URL: https://mcp-marketplace.io/server/io-github-scaratec-trellio-mcp Summary: MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini Category: Developer Tools Mode: local Pricing: Free PyPI: trellio-mcp GitHub: https://github.com/scaratec/trellio-mcp Security Score: 9/10 Creator: Scaratec Creator Reputation: B Version: 0.12.0 Required Credentials: TRELLO_API_KEY (required), TRELLO_TOKEN (required) Install (Claude Code): claude mcp add io-github-scaratec-trellio-mcp -- uvx trellio-mcp==0.12.0 --- ## Scaleforge Mcp Meta Ads URL: https://mcp-marketplace.io/server/io-github-mike25app-scaleforge-mcp-meta-ads Summary: Meta Ads MCP by ScaleForge — control Facebook & Instagram Ads via Graph API v24.0. 32 tools. Category: Marketing & Social Mode: local Pricing: Free npm: @getscaleforge/mcp-meta-ads GitHub: https://github.com/Mike25app/scaleforge-mcp-meta-ads Security Score: 10/10 Creator: Mike25app Creator Reputation: B Version: 0.2.3 Required Credentials: META_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-mike25app-scaleforge-mcp-meta-ads -- npx -y @getscaleforge/mcp-meta-ads@0.2.3 --- ## Galaxy Mind URL: https://mcp-marketplace.io/server/space-galaxymind-galaxy-mind Summary: Verified bitcoin merchant directory, live buying gauge, treasury mNAV, float and hashrate rental. Description: Verified bitcoin merchant directory, live buying gauge, treasury mNAV, float and hashrate rental. Remote endpoints: streamable-http: https://galaxymind.space/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://galaxymind.space/api/mcp/mcp MCP Tools (11): get_buying_gauge, get_gauge_history, get_treasuries, get_treasury_history, get_bitcoin_float, get_halving_countdown, get_bitcoin_price, search_vendors, get_glossary_term, get_hashrate_market, get_rental_quote Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.6.4 Install (Claude Code Remote): claude mcp add --transport http space-galaxymind-galaxy-mind https://galaxymind.space/api/mcp/mcp --- ## Slack Connect URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-slack-connect Summary: Slack MCP Pack Description: Slack MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/slack_connect/mcp Category: Communication Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/slack_connect/mcp GitHub: https://github.com/pipeworx-io/mcp-slack_connect MCP Tools (6): discover_tools, slack_list_channels, slack_channel_history, slack_send_message, slack_list_users, slack_join_channel Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-slack-connect https://gateway.pipeworx.io/slack_connect/mcp --- ## Agrobr URL: https://mcp-marketplace.io/server/io-github-bruno-portfolio-agrobr Summary: Brazilian agricultural data for LLMs — prices, crops, climate, deforestation. Category: Developer Tools Mode: local Pricing: Free PyPI: agrobr-mcp GitHub: https://github.com/bruno-portfolio/agrobr-mcp Security Score: 6/10 Creator: Bruno Portfolio Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-bruno-portfolio-agrobr -- uvx agrobr-mcp==0.1.2 --- ## Spotify Bulk Actions URL: https://mcp-marketplace.io/server/io-github-khglynn-spotify-bulk-actions-mcp Summary: MCP server for bulk Spotify operations - batch playlist creation, exports, management Category: Content & Media Mode: local Pricing: Free PyPI: spotify-bulk-actions-mcp GitHub: https://github.com/khglynn/spotify-bulk-actions-mcp Security Score: 3.3/10 Installs: 1 Creator: Khglynn Creator Reputation: B Version: 0.1.1 Required Credentials: SPOTIFY_CLIENT_ID (optional), SPOTIFY_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-khglynn-spotify-bulk-actions-mcp -- uvx spotify-bulk-actions-mcp==0.1.1 --- ## University Data URL: https://mcp-marketplace.io/server/com-admit-coach-university-data Summary: Search 3,500+ US universities, check admission chances, financial aid, and build college lists. Description: Search 3,500+ US universities, check admission chances, financial aid, and build college lists. Remote endpoints: sse: https://admit-coach.com/mcp/sse Category: Education & Research Mode: remote Pricing: Free Remote URL: https://admit-coach.com/mcp/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-admit-coach-university-data https://admit-coach.com/mcp/sse --- ## Yazio URL: https://mcp-marketplace.io/server/io-github-fliptheweb-yazio-mcp Summary: MCP server for accessing Yazio user & nutrition data (unofficial) Category: Developer Tools Mode: local Pricing: Free npm: yazio-mcp GitHub: https://github.com/fliptheweb/yazio-mcp Security Score: 8.3/10 Creator: Fliptheweb Creator Reputation: B Version: 0.0.13 Required Credentials: YAZIO_USERNAME (required), YAZIO_PASSWORD (required) Install (Claude Code): claude mcp add io-github-fliptheweb-yazio-mcp -- npx -y yazio-mcp@0.0.13 --- ## Sqlai Dev Sql Verifier URL: https://mcp-marketplace.io/server/io-github-jadesparrow-sqlai-dev-sql-verifier Summary: Executes SQL in a real ephemeral database: rows, typed errors with suggestions, plans, diffs. Description: Executes SQL in a real ephemeral database: rows, typed errors with suggestions, plans, diffs. Remote endpoints: streamable-http: https://mcp.sqlai.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sqlai.dev/mcp MCP Tools (5): run_sql, validate_sql, explain_plan, run_sql_batch, diff_results Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jadesparrow-sqlai-dev-sql-verifier https://mcp.sqlai.dev/mcp --- ## StrutterAI URL: https://mcp-marketplace.io/server/io-github-strutterai-strutter Summary: AI-powered RFP response management. Search Q&A libraries, draft responses, and upload documents. Description: AI-powered RFP response management. Search Q&A libraries, draft responses, and upload documents. Remote endpoints: streamable-http: https://mcp.strutterai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.strutterai.com/mcp GitHub: https://github.com/Strutterai/StrutterAI Security Score: 9/10 Creator: Strutterai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-strutterai-strutter https://mcp.strutterai.com/mcp --- ## Videotoaudioconverter URL: https://mcp-marketplace.io/server/io-github-rocnubie-videotoaudioconverter-mcp Summary: Video to Audio Converter is a free, browser-based tool that extracts audio tracks from common video Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/videotoaudioconverter-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Textarttools URL: https://mcp-marketplace.io/server/com-textarttools-textarttools-mcp Summary: Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts Description: Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts Remote endpoints: sse: https://mcp.textarttools.com/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/humanjesse/textarttools-mcp Security Score: 10/10 Creator: Humanjesse Creator Reputation: B Version: 1.1.0 --- ## Wisepanel URL: https://mcp-marketplace.io/server/io-github-ikoskela-wisepanel-mcp Summary: Multi-agent deliberation across Claude, Gemini, and Perplexity. Stream and publish. Category: Developer Tools Mode: local Pricing: Free npm: wisepanel-mcp GitHub: https://github.com/ikoskela/wisepanel-mcp Security Score: 8/10 Creator: Ikoskela Creator Reputation: B Version: 1.0.1 Required Credentials: WISEPANEL_API_KEY (required), WISEPANEL_API_URL (optional) Install (Claude Code): claude mcp add io-github-ikoskela-wisepanel-mcp -- npx -y wisepanel-mcp@1.1.0 --- ## Tinder Bio URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tinder-bio Summary: tinder-bio MCP — wraps StupidAPIs (requires X-API-Key) Description: tinder-bio MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tinder-bio/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tinder-bio/mcp GitHub: https://github.com/pipeworx-io/mcp-tinder-bio MCP Tools (2): discover_tools, tinder_bio_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tinder-bio https://gateway.pipeworx.io/tinder-bio/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-apify Summary: Build, deploy, and run web scraping and automation actors in the cloud Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-apify GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add com-mcparmory-apify -- uvx mcparmory-apify --- ## Voxtraltts URL: https://mcp-marketplace.io/server/io-github-rocnubie-voxtraltts-mcp Summary: Explore Voxtral TTS with API notes, setup guidance, use cases, workflow tips, and FAQ answers for Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/voxtraltts-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## JPOS URL: https://mcp-marketplace.io/server/io-github-mohisyed-jpos-mcp-server Summary: MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: jpos-mcp-server GitHub: https://github.com/mohisyed/JPOS-MCP Security Score: 4.5/10 Creator: Mohisyed Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mohisyed-jpos-mcp-server -- uvx jpos-mcp-server==0.1.1 --- ## Unifapi URL: https://mcp-marketplace.io/server/com-unifapi-mcp Summary: Hosted MCP server for live public-data APIs and Skills for AI agents. Description: Hosted MCP server for live public-data APIs and Skills for AI agents. Remote endpoints: streamable-http: https://mcp.unifapi.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.unifapi.com GitHub: https://github.com/unifapi-agent/unifapi-mcp-server Security Score: 10/10 Creator: Unifapi Agent Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http com-unifapi-mcp https://mcp.unifapi.com --- ## Trade Intel URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-trade-intel Summary: Trade Intel MCP — Compound tools that chain Comtrade, Census, Treasury, Description: Trade Intel MCP — Compound tools that chain Comtrade, Census, Treasury, Remote endpoints: streamable-http: https://gateway.pipeworx.io/trade-intel/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/trade-intel/mcp GitHub: https://github.com/pipeworx-io/mcp-trade-intel MCP Tools (4): discover_tools, trade_bilateral_analysis, trade_country_profile, trade_macro_dashboard Security Score: 8/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-trade-intel https://gateway.pipeworx.io/trade-intel/mcp --- ## Actiongate URL: https://mcp-marketplace.io/server/xyz-actiongate-api-actiongate Summary: Pre-execution safety layer for autonomous agent wallets via MCP and x402. Description: Pre-execution safety layer for autonomous agent wallets via MCP and x402. Remote endpoints: streamable-http: https://api.actiongate.xyz/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.actiongate.xyz/mcp MCP Tools (3): risk_score, simulate, policy_gate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http xyz-actiongate-api-actiongate https://api.actiongate.xyz/mcp --- ## Unifi URL: https://mcp-marketplace.io/server/io-github-enuno-unifi-mcp-server Summary: An MCP server that leverages official UniFi API Category: Developer Tools Mode: local Pricing: Free npm: unifi-mcp-server GitHub: https://github.com/enuno/unifi-mcp-server Security Score: 10/10 Creator: Enuno Creator Reputation: B Version: 0.2.0 Required Credentials: UNIFI_HOST (optional), UNIFI_USERNAME (optional), UNIFI_PASSWORD (required), UNIFI_PORT (optional), UNIFI_VERIFY_SSL (optional), UNIFI_SITE (optional) Install (Claude Code): claude mcp add io-github-enuno-unifi-mcp-server -- npx -y unifi-mcp-server@0.2.0 --- ## Treasury Fiscal URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-treasury-fiscal Summary: Treasury Fiscal MCP — US Treasury Fiscal Data API Description: Treasury Fiscal MCP — US Treasury Fiscal Data API Remote endpoints: streamable-http: https://gateway.pipeworx.io/treasury-fiscal/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/treasury-fiscal/mcp GitHub: https://github.com/pipeworx-io/mcp-treasury-fiscal MCP Tools (37): ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, treasury_customs_revenue, treasury_receipts, treasury_debt, treasury_exchange_rates, treasury_avg_interest_rates, treasury_federal_net_cost Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-treasury-fiscal https://gateway.pipeworx.io/treasury-fiscal/mcp --- ## Ai Netcafe URL: https://mcp-marketplace.io/server/com-ainetcafe-netcafe-devkit Summary: JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task. Description: JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task. Remote endpoints: streamable-http: https://ainetcafe.com/mcp/dev?s=registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ainetcafe.com/mcp/dev?s=registry GitHub: https://github.com/mario03690/ai-netcafe MCP Tools (11): redact_text, json_yaml, validate_json, diff_text, jwt_decode, regex_test, transpile_sql, make_qr, json_format, timezone_convert, unit_convert Security Score: 9.7/10 Creator: Mario03690 Creator Reputation: B Version: 1.0.0 Required Credentials: ALLROUTER_API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http com-ainetcafe-netcafe-devkit 'https://ainetcafe.com/mcp/dev?s=registry' --- ## Nats Trail URL: https://mcp-marketplace.io/server/io-github-solsolettidev-nats-trail Summary: Read-only NATS and JetStream observability: trace a request across streams, rank what is broken. Category: Developer Tools Mode: local Pricing: Free npm: @nats-trail/mcp GitHub: https://github.com/solsolettidev/nats-trail Security Score: 9.7/10 Creator: Solsolettidev Creator Reputation: B Version: 0.5.0 Required Credentials: NATS_TRAIL_API (optional), NATS_TRAIL_TOKEN (required) Install (Claude Code): claude mcp add io-github-solsolettidev-nats-trail -- npx -y @nats-trail/mcp --- ## Svelte Llm URL: https://mcp-marketplace.io/server/garden-stanislav-svelte-llm-svelte-llm-mcp Summary: An MCP server that provides access to Svelte 5 and SvelteKit documentation Description: An MCP server that provides access to Svelte 5 and SvelteKit documentation Remote endpoints: streamable-http: https://svelte-llm.stanislav.garden/mcp/mcp sse: https://svelte-llm.stanislav.garden/mcp/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/khromov/svelte-llm-mcp Security Score: 10/10 Creator: Khromov Creator Reputation: B Version: 1.0.0 --- ## Myghosts URL: https://mcp-marketplace.io/server/app-myghosts-myghosts Summary: Send AI bots to attend meetings on your behalf. Get recordings, transcripts, and summaries. Description: Send AI bots to attend meetings on your behalf. Get recordings, transcripts, and summaries. Remote endpoints: streamable-http: https://myghosts.app/api/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://myghosts.app/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-myghosts-myghosts https://myghosts.app/api/mcp --- ## Optical Context URL: https://mcp-marketplace.io/server/io-github-chrboebel-optical-context-mcp Summary: Compress OCR-heavy PDFs into dense packed images so agents can work with long visual documents. Category: Developer Tools Mode: local Pricing: Free PyPI: optical-context-mcp GitHub: https://github.com/ChrBoebel/optical-context-mcp Security Score: 6/10 Creator: ChrBoebel Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-chrboebel-optical-context-mcp -- uvx optical-context-mcp==0.1.4 --- ## Rss2json URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-rss2json Summary: rss2json: convert any RSS/Atom feed to JSON. Keyless basic, optional API key for count. Description: rss2json: convert any RSS/Atom feed to JSON. Keyless basic, optional API key for count. Remote endpoints: streamable-http: https://gateway.pipeworx.io/rss2json/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/rss2json/mcp GitHub: https://github.com/pipeworx-io/mcp-rss2json MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, feed Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-rss2json https://gateway.pipeworx.io/rss2json/mcp --- ## Framingui Skill URL: https://mcp-marketplace.io/server/io-github-soo-kate-framingui Summary: FramingUI design-system tools for coding agents: validate screens, check wiring, browse the catalog. Category: Developer Tools Mode: local Pricing: Free npm: @framingui/mcp GitHub: https://github.com/soo-kate/framingui-skill Security Score: 10/10 Creator: Soo Kate Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-soo-kate-framingui -- npx -y @framingui/mcp@0.1.0 --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-resend Summary: Send, track, and manage transactional emails at scale Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-resend Remote URL: https://mcp.mcparmory.com/resend GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-resend -- uvx mcparmory-resend Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-resend https://mcp.mcparmory.com/resend --- ## Kalshi URL: https://mcp-marketplace.io/server/io-github-yakub268-kalshi Summary: Search, analyze, and trade Kalshi prediction markets through Claude Desktop Category: Developer Tools Mode: local Pricing: Free PyPI: kalshi-mcp GitHub: https://github.com/yakub268/kalshi-mcp Security Score: 4.1/10 Creator: Yakub268 Creator Reputation: B Version: 0.1.1 Required Credentials: KALSHI_API_KEY (required), KALSHI_PRIVATE_KEY_PATH (optional) Install (Claude Code): claude mcp add io-github-yakub268-kalshi -- uvx kalshi-mcp==0.1.1 --- ## FlowMind URL: https://mcp-marketplace.io/server/io-github-jackasser-drillspark-mcp Summary: Create and manage Mermaid.js flowcharts and diagrams with AI agents via MCP. Description: Create and manage Mermaid.js flowcharts and diagrams with AI agents via MCP. Remote endpoints: streamable-http: https://drillspark.io/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://drillspark.io/api/mcp/mcp GitHub: https://github.com/jackasser/flowMind Security Score: 9/10 Creator: Jackasser Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jackasser-drillspark-mcp https://drillspark.io/api/mcp/mcp --- ## Tiramisu Ai URL: https://mcp-marketplace.io/server/io-github-rocnubie-tiramisu-ai-mcp Summary: Tiramisu AI is an AI product. See the official site for full feature details. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/tiramisu-ai-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Symbols URL: https://mcp-marketplace.io/server/io-github-p1va-symbols Summary: Read, inspect and navigate codebase symbols by connecting to a Language Server Category: Developer Tools Mode: local Pricing: Free npm: @p1va/symbols GitHub: https://github.com/p1va/symbols Security Score: 9.5/10 Creator: P1va Creator Reputation: B Version: 0.0.25 Install (Claude Code): claude mcp add io-github-p1va-symbols -- npx -y @p1va/symbols@0.0.25 --- ## Hubspot URL: https://mcp-marketplace.io/server/io-github-centrify-internal-hubspot-integrations-mcp Summary: MCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data. Description: MCP server for the HubSpot Integrations Center HubDB: search and retrieve integration data. Remote endpoints: streamable-http: https://n6k96b1ql7.execute-api.us-west-2.amazonaws.com/prod/ Category: Business Tools Mode: remote Pricing: Free Remote URL: https://n6k96b1ql7.execute-api.us-west-2.amazonaws.com/prod/ GitHub: https://github.com/Centrify-Internal/hubspot-mcp-server MCP Tools (2): search_integration, get_integration Security Score: 9/10 Creator: Centrify Internal Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-centrify-internal-hubspot-integrations-mcp https://n6k96b1ql7.execute-api.us-west-2.amazonaws.com/prod/ --- ## Seedanceai URL: https://mcp-marketplace.io/server/io-github-rocnubie-seedanceai-mcp Summary: Create AI videos with SeedanceAI by text to video, text to image, image editing, and image to Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/seedanceai-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Playwright URL: https://mcp-marketplace.io/server/io-github-dinesh-nalla-se-playwright-mcp Summary: Playwright Tools for MCP Category: Search & Web Mode: local Pricing: Free npm: @dinesh-nalla-se/playwright-mcp GitHub: https://github.com/dinesh-nalla-se/playwright-mcp Security Score: 6.7/10 Installs: 1 Creator: Dinesh Nalla Se Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-dinesh-nalla-se-playwright-mcp -- npx -y @dinesh-nalla-se/playwright-mcp --- ## Sefaz Pr Divida Ativa URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-pr-divida-ativa-mcp Summary: SEFAZ PR: Dívida Ativa, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: SEFAZ PR: Dívida Ativa, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_pr_divida_ativa Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_pr_divida_ativa GitHub: https://github.com/mcp-dir/sefaz_pr_divida_ativa-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-pr-divida-ativa-mcp https://api.mcp.ai/p_sefaz_pr_divida_ativa --- ## Asuswrt URL: https://mcp-marketplace.io/server/io-github-teefloo-asuswrt-mcp Summary: Secure AsusWRT router administration via SSH — 42+ tools, guarded mutations Category: Developer Tools Mode: local Pricing: Free PyPI: asuswrt-mcp GitHub: https://github.com/teefloo/asuswrt-mcp Security Score: 10/10 Creator: Teefloo Creator Reputation: B Version: 0.1.1 Required Credentials: ASUSWRT_HOST (optional), ASUSWRT_SSH_USERNAME (optional), ASUSWRT_SSH_PASSWORD (required), ASUSWRT_SSH_KEY_FILE (optional), ASUSWRT_ALLOW_MUTATIONS (optional) Install (Claude Code): claude mcp add io-github-teefloo-asuswrt-mcp -- uvx asuswrt-mcp==0.1.1 --- ## Dailyhot URL: https://mcp-marketplace.io/server/io-github-frankxmx-dailyhotmcp Summary: 聚合55+平台热门榜单数据的AI工具,支持微博、知乎、B站、GitHub等平台。适用于LLM/RAG场景。 Category: Developer Tools Mode: local Pricing: Free npm: @frank-x/dailyhot-mcp GitHub: https://github.com/FrankXMX/dailyhotmcp Security Score: 4.5/10 Creator: FrankXMX Creator Reputation: B Version: 0.1.5 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-frankxmx-dailyhotmcp -- npx -y @frank-x/dailyhot-mcp@0.1.13 --- ## Optics URL: https://mcp-marketplace.io/server/com-sunex-optics-mcp Summary: Search Sunex lenses and imager sensors, match compatible optics, get pricing. No API key needed. Description: Search Sunex lenses and imager sensors, match compatible optics, get pricing. No API key needed. Remote endpoints: sse: https://mcp.sunex-ai.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sunex-ai.com/sse GitHub: https://github.com/sunex-ai/optics-mcp Security Score: 7.4/10 Creator: Sunex Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-sunex-optics-mcp https://mcp.sunex-ai.com/sse --- ## Unisender URL: https://mcp-marketplace.io/server/io-github-theyahia-unisender-mcp Summary: MCP server for UniSender API — email lists, campaigns, contacts. API key auth. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/unisender-mcp GitHub: https://github.com/theYahia/unisender-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.2 Required Credentials: UNISENDER_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-unisender-mcp -- npx -y @theyahia/unisender-mcp@1.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/network-edge-mcp Summary: Deploy and manage Edge Network cloud: sites, VMs, storage, DNS, Shield, Assist. Agent self-signup. Description: Deploy and manage Edge Network cloud: sites, VMs, storage, DNS, Shield, Assist. Agent self-signup. Remote endpoints: streamable-http: https://edge.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://edge.network/mcp MCP Tools (22): edge_discover, edge_deploy_static_site, edge_deploy_app, edge_update_deployment, edge_list_projects, edge_project_health, edge_scale_project, edge_teardown_project, edge_list_vms, edge_get_vm, edge_list_buckets, edge_create_bucket, edge_upload_files, edge_list_dns_zones, edge_create_dns_zone, edge_add_dns_record, edge_list_shield_widgets, edge_create_shield_widget, edge_list_assist_sites, edge_create_assist_site, edge_account_status, edge_request_claim Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http network-edge-mcp https://edge.network/mcp --- ## Rememb URL: https://mcp-marketplace.io/server/io-github-luizedupp-rememb Summary: Persistent memory for AI agents — local JSON, zero config, no server required. Category: Developer Tools Mode: local Pricing: Free PyPI: rememb GitHub: https://github.com/LuizEduPP/Rememb Security Score: 7.5/10 Creator: LuizEduPP Creator Reputation: B Version: 0.3.5 Install (Claude Code): claude mcp add io-github-luizedupp-rememb -- uvx rememb==0.3.8 --- ## Ionis URL: https://mcp-marketplace.io/server/io-github-ionis-ai-ionis-mcp Summary: HF propagation analytics. 175M WSPR/RBN signatures, band openings, solar correlation. Category: Developer Tools Mode: local Pricing: Free PyPI: ionis-mcp GitHub: https://github.com/IONIS-AI/ionis-mcp Security Score: 5.5/10 Creator: KI7MT Creator Reputation: F Version: 1.2.4 Install (Claude Code): claude mcp add io-github-ionis-ai-ionis-mcp -- uvx ionis-mcp==1.2.8 --- ## Vk URL: https://mcp-marketplace.io/server/io-github-theyahia-vk-mcp Summary: MCP server for VK API — wall posts, news search, users, groups. 4 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/vk-mcp GitHub: https://github.com/theYahia/vk-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: VK_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-vk-mcp -- npx -y @theyahia/vk-mcp@1.1.1 --- ## Spawnpay URL: https://mcp-marketplace.io/server/io-github-robocular-spawnpay Summary: Crypto wallets, payments, and referral earnings for AI agents on Base L2 Category: Developer Tools Mode: local Pricing: Free npm: spawnpay-mcp GitHub: https://github.com/Robocular/spawnpay Security Score: 9.7/10 Creator: Robocular Creator Reputation: B Version: 0.4.7 Required Credentials: SPAWNPAY_API_KEY (required) Install (Claude Code): claude mcp add io-github-robocular-spawnpay -- npx -y spawnpay-mcp --- ## Incomebot URL: https://mcp-marketplace.io/server/io-github-albermm-incomebot Summary: Options trading — regime detection, momentum scanning, income screening, and risk simulation. Description: Options trading — regime detection, momentum scanning, income screening, and risk simulation. Remote endpoints: streamable-http: https://ib.phos.nz/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ib.phos.nz/mcp/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albermm-incomebot https://ib.phos.nz/mcp/ --- ## Design System URL: https://mcp-marketplace.io/server/io-github-basalt-run-basalt Summary: Design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf. Description: Design tokens, components, icons, and a11y data via MCP. For Cursor, Claude, and Windsurf. Remote endpoints: sse: https://basalt.run/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://basalt.run/api/mcp GitHub: https://github.com/basalt-run/design-system Security Score: 10/10 Creator: Basalt Run Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-basalt-run-basalt https://basalt.run/api/mcp --- ## Being URL: https://mcp-marketplace.io/server/com-ruddia-being-mcp-server Summary: Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP Category: Developer Tools Mode: local Pricing: Free npm: @ruddia/being-mcp-server GitHub: https://github.com/wnbhr/being Security Score: 9.7/10 Creator: Wnbhr Creator Reputation: B Version: 1.0.0 Required Credentials: BEING_API_URL (optional), BEING_API_TOKEN (required), BEING_ID (optional), LLM_API_KEY (required) Install (Claude Code): claude mcp add com-ruddia-being-mcp-server -- npx -y @ruddia/being-mcp-server --- ## Personal Finance URL: https://mcp-marketplace.io/server/io-github-josuem1109-personal-finance-mcp Summary: Self-hosted, read-only MCP server that connects your banks and investments via Plaid. Category: Finance Mode: local Pricing: Free GitHub: https://github.com/JosueM1109/personal-finance-mcp Security Score: 9.5/10 Creator: JosueM1109 Creator Reputation: B Version: 1.0.0 Required Credentials: PLAID_CLIENT_ID (required), PLAID_SECRET (required), PLAID_ENV (optional), PORT (optional) --- ## Deep Research URL: https://mcp-marketplace.io/server/deep-research Summary: Perform comprehensive web research using Tavily's Search and Crawl APIs. Description: A server designed for comprehensive web research. It uses Tavily's Search and Crawl APIs to gather detailed information on a given topic, then structures this data in a format perfect for LLMs to create high-quality markdown documents. The following options are configurable: "env": { "TAVILY_API_KEY": "tvly-YOUR_ACTUAL_API_KEY_HERE", // Required "DOCUMENTATION_PROMPT": "Your custom, detailed instructions for the LLM on how to generate markdown documents from the research data.. Category: Search & Web Mode: local Pricing: Free npm: @pinkpixel/deep-research-mcp GitHub: https://github.com/pinkpixel-dev/deep-research-mcp Security Score: 7/10 Installs: 1 Creator: Jessica Doering Creator Reputation: C- Version: 1.0.0 Tags: web, search, research, tavily Use Cases: web search, research, documentation Required Credentials: TAVILY_API_KEY (required) Install (Claude Code): claude mcp add deep-research -- npx -y @pinkpixel/deep-research-mcp@1.3.1 --- ## Stripe Connect URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-stripe-connect Summary: Stripe MCP Pack — read-only access to Stripe data via API key. Description: Stripe MCP Pack — read-only access to Stripe data via API key. Remote endpoints: streamable-http: https://gateway.pipeworx.io/stripe_connect/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/stripe_connect/mcp GitHub: https://github.com/pipeworx-io/mcp-stripe_connect MCP Tools (7): discover_tools, stripe_list_customers, stripe_get_customer, stripe_list_charges, stripe_list_subscriptions, stripe_get_balance, stripe_list_invoices Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-stripe-connect https://gateway.pipeworx.io/stripe_connect/mcp --- ## Sefaz Pr Ipva URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-pr-ipva-mcp Summary: SEFAZ PR: IPVA, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: SEFAZ PR: IPVA, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_pr_ipva Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_pr_ipva GitHub: https://github.com/mcp-dir/sefaz_pr_ipva-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-pr-ipva-mcp https://api.mcp.ai/p_sefaz_pr_ipva --- ## Getexperience URL: https://mcp-marketplace.io/server/io-github-skurakov-getexperience Summary: Search and book tours and travel experiences in 40+ countries via MCP. Description: Search and book tours and travel experiences in 40+ countries via MCP. Remote endpoints: sse: https://getexperience.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getexperience.com/mcp GitHub: https://github.com/SKurakov/getexperience-mcp Security Score: 9.9/10 Creator: SKurakov Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-skurakov-getexperience https://getexperience.com/mcp --- ## Epitome URL: https://mcp-marketplace.io/server/io-github-gunning4it-epitome-mcp Summary: Personal AI memory — gives every AI agent shared, persistent memory of you Description: Personal AI memory — gives every AI agent shared, persistent memory of you Remote endpoints: streamable-http: https://epitome.fyi/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/gunning4it/epitome Security Score: 10/10 Creator: Gunning4it Creator Reputation: B Version: 1.0.0 --- ## Cloud Audit URL: https://mcp-marketplace.io/server/io-github-gebalamariusz-cloud-audit Summary: AWS security scanner with attack chain detection, IAM privilege escalation, and fixes Category: Developer Tools Mode: local Pricing: Free PyPI: cloud-audit GitHub: https://github.com/gebalamariusz/cloud-audit Security Score: 10/10 Creator: Gebalamariusz Creator Reputation: B Version: 2.0.1 Install (Claude Code): claude mcp add io-github-gebalamariusz-cloud-audit -- uvx cloud-audit==2.0.1 --- ## Omnier Backend Mvp 0 URL: https://mcp-marketplace.io/server/io-github-jessesorsa-omnier-crm Summary: Omnier is a CRM built for AI agents. Description: Omnier is a CRM built for AI agents. Remote endpoints: streamable-http: https://mcp.getomnier.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.getomnier.com/mcp GitHub: https://github.com/jessesorsa/omnier_backend_mvp_0.2 Security Score: 8/10 Creator: Jessesorsa Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-jessesorsa-omnier-crm https://mcp.getomnier.com/mcp --- ## Kawa URL: https://mcp-marketplace.io/server/io-github-kawacode-ai-mcp Summary: Intent tracking, decision recording, and team coordination for AI coding assistants Category: Developer Tools Mode: local Pricing: Free npm: @kawacode/mcp GitHub: https://github.com/codeawareness/kawa.mcp Security Score: 8/10 Creator: Codeawareness Creator Reputation: B Version: 5.0.1 Install (Claude Code): claude mcp add io-github-kawacode-ai-mcp -- npx -y @kawacode/mcp@5.2.2 --- ## Webmcp Sdk URL: https://mcp-marketplace.io/server/io-github-up2itnow0822-webmcp-sdk Summary: W3C WebMCP toolkit for Chrome 146. Expose any website as a structured MCP server for AI agents. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/up2itnow0822/webmcp-sdk Security Score: 5.3/10 Creator: Up2itnow0822 Creator Reputation: B Version: 0.5.0 --- ## Soorafr URL: https://mcp-marketplace.io/server/io-github-rocnubie-soorafr-mcp Summary: Creez des images et videos exceptionnelles avec l'IA. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/soorafr-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Lens URL: https://mcp-marketplace.io/server/io-github-segentic-lab-lens-mcp Summary: Deterministic navigation maps over code + markdown + Prisma for AI agents: 13 MCP tools Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/segentic-lab/lens-mcp Security Score: 5.2/10 Creator: Segentic Lab Creator Reputation: B Version: 0.1.2 --- ## Foodish URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-foodish Summary: Random food images by category (pizza, burger, dosa, etc.) via Foodish. Keyless. Description: Random food images by category (pizza, burger, dosa, etc.) via Foodish. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/foodish/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/foodish/mcp GitHub: https://github.com/pipeworx-io/mcp-foodish MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, random, random_by_category Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-foodish https://gateway.pipeworx.io/foodish/mcp --- ## Siteaudit URL: https://mcp-marketplace.io/server/io-github-thegridwork-siteaudit Summary: Audit websites for accessibility, performance, SEO, design, and mobile. 47 WCAG checks. Category: Developer Tools Mode: local Pricing: Free npm: gridwork-siteaudit GitHub: https://github.com/thegridwork/siteaudit Security Score: 10/10 Creator: Thegridwork Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-thegridwork-siteaudit -- npx -y gridwork-siteaudit --- ## Nanobanana URL: https://mcp-marketplace.io/server/io-github-rocnubie-nanobanana-mcp Summary: Nano Banana Pro AI image editor free online. Create, edit, and enhance images by Google Gemini AI Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/nanobanana-mcp Security Score: 7.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Multi Gmail URL: https://mcp-marketplace.io/server/io-github-gx-55-multi-gmail-mcp Summary: Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize. Category: Developer Tools Mode: local Pricing: Free npm: multi-gmail-mcp GitHub: https://github.com/gx-55/multi-gmail-mcp Security Score: 5.3/10 Creator: Gx 55 Creator Reputation: B Version: 1.0.1 Required Credentials: GOOGLE_CLIENT_ID (optional), GOOGLE_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-gx-55-multi-gmail-mcp -- npx -y multi-gmail-mcp@1.0.1 --- ## Hive Mcp Insurance Broker URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-insurance-broker Summary: Insurance brokerage for AI agents — quote, bind, and settle in USDC Description: Insurance brokerage for AI agents — quote, bind, and settle in USDC Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/insurance-broker/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/insurance-broker/mcp GitHub: https://github.com/srotzin/hive-mcp-insurance-broker MCP Tools (3): insurance_products, insurance_quote, insurance_today Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-insurance-broker https://hive-mcp-gateway.onrender.com/insurance-broker/mcp --- ## FIber-AI URL: https://mcp-marketplace.io/server/fiber-ai Summary: B2B data enrichment- search companies, find contacts, reveal emails and phones Description: Fiber AI — B2B data enrichment tools for your AI agents. Search 100M+ companies, discover prospects, reveal verified work emails and phone numbers, and build prospecting lists at scale. Connects via MCP-with direct API tools for search, enrichment, and audience management. Includes skills for vibe-coding with the TypeScript and Python SDKs. Category: Data & Analytics Mode: dual Pricing: Free Remote URL: https://mcp.fiber.ai/mcp GitHub: https://github.com/fiber-ai/fiber-ai-plugin Security Score: 8.5/10 Rating: 5/5 Creator: User Creator Reputation: B+ Version: 1.0.0 Uptime Status: up Tags: b2b, leads, enrichment, contacts, company-search, sales, mcp, prospecting Use Cases: Find and enrich B2B company and contact data, Build prospecting lists with verified emails and phone numbers, Bulk enrich audiences and export to CSV Required Credentials: API_KEY (optional) Install (Claude Code Remote): claude mcp add --transport http fiber-ai https://mcp.fiber.ai/mcp --- ## Twilio URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-twilio Summary: Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API. Description: Twilio MCP Pack — send SMS, list messages, make calls via Twilio REST API. Remote endpoints: streamable-http: https://gateway.pipeworx.io/twilio/mcp Category: Communication Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/twilio/mcp GitHub: https://github.com/pipeworx-io/mcp-twilio MCP Tools (6): discover_tools, twilio_send_sms, twilio_list_messages, twilio_get_message, twilio_list_calls, twilio_make_call Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-twilio https://gateway.pipeworx.io/twilio/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-gibsonai-mcp Summary: GibsonAI MCP server: manage your databases with natural language Description: GibsonAI MCP server: manage your databases with natural language Remote endpoints: streamable-http: https://mcp.gibsonai.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.gibsonai.com/ GitHub: https://github.com/gibsonai/mcp Security Score: 10/10 Creator: Gibsonai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gibsonai-mcp https://mcp.gibsonai.com/ --- ## Oeis URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-oeis Summary: MCP server for the OEIS (Online Encyclopedia of Integer Sequences) API Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-oeis GitHub: https://github.com/daedalus/mcp-oeis Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-oeis -- uvx mcp-oeis==0.1.0 --- ## Seedance2video URL: https://mcp-marketplace.io/server/io-github-rocnubie-seedance2video-mcp Summary: Create AI videos with Seedance 2.0 by text to video, text to image, image editing, and image to Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/seedance2video-mcp Security Score: 6.8/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Seedance URL: https://mcp-marketplace.io/server/io-github-jing7ao-seedance-mcp Summary: Seedance AI 视频生成 MCP Server - 让 Claude Code 直接生成 AI 视频 Category: Developer Tools Mode: local Pricing: Free npm: seedance-mcp GitHub: https://github.com/Jing7ao/seedance-mcp Security Score: 10/10 Creator: Jing7ao Creator Reputation: B Version: 1.1.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-jing7ao-seedance-mcp -- npx -y seedance-mcp@1.1.0 --- ## Windsor URL: https://mcp-marketplace.io/server/ai-windsor-windsor-mcp Summary: Query and analyze marketing, sales, and business data from 325+ platforms via Windsor.ai. Description: Query and analyze marketing, sales, and business data from 325+ platforms via Windsor.ai. Remote endpoints: sse: https://mcp.windsor.ai/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.windsor.ai/sse GitHub: https://github.com/windsor-ai/windsor_mcp.git Security Score: 9.9/10 Creator: Windsor Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-windsor-windsor-mcp https://mcp.windsor.ai/sse --- ## Automation Weaver URL: https://mcp-marketplace.io/server/io-github-evozim-automation-weaver Summary: No-code workflow visualizer and automation blueprint builder. Description: No-code workflow visualizer and automation blueprint builder. Remote endpoints: sse: https://automation-weaver-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://automation-weaver-mcp.vercel.app/api/mcp MCP Tools (1): weave Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-automation-weaver https://automation-weaver-mcp.vercel.app/api/mcp --- ## Cucumberstudio URL: https://mcp-marketplace.io/server/io-github-herosizy-cucumberstudio Summary: MCP server for Cucumber Studio - test scenarios, action words, and execution data Category: Developer Tools Mode: local Pricing: Free npm: cucumberstudio-mcp GitHub: https://github.com/HeroSizy/cucumberstudio-mcp Security Score: 7/10 Creator: HeroSizy Creator Reputation: B Version: 1.2.2 Install (Claude Code): claude mcp add io-github-herosizy-cucumberstudio -- npx -y cucumberstudio-mcp@1.2.2 --- ## Fattureincloud URL: https://mcp-marketplace.io/server/io-github-aringad-fattureincloud-mcp Summary: Italian e-invoicing with Fatture in Cloud. Create, send to SDI, manage clients. Category: Business Tools Mode: local Pricing: Free PyPI: fattureincloud-mcp GitHub: https://github.com/aringad/fattureincloud-mcp Security Score: 7/10 Creator: Aringad Creator Reputation: B Version: 1.2.0 Required Credentials: FIC_ACCESS_TOKEN (required), FIC_COMPANY_ID (optional), FIC_SENDER_EMAIL (optional) Install (Claude Code): claude mcp add io-github-aringad-fattureincloud-mcp -- uvx fattureincloud-mcp==1.8.0 --- ## Remi URL: https://mcp-marketplace.io/server/io-github-mattheworiordan-remi Summary: Apple Reminders CLI and MCP server with section support and iCloud sync Category: Developer Tools Mode: local Pricing: Free npm: @mattheworiordan/remi GitHub: https://github.com/mattheworiordan/remi Security Score: 10/10 Creator: Mattheworiordan Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-mattheworiordan-remi -- npx -y @mattheworiordan/remi@0.2.1 --- ## Doctor URL: https://mcp-marketplace.io/server/io-github-jiansen-mcp-doctor Summary: Check and improve the contract quality of any MCP server — for humans, agents, and platforms. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-doctor GitHub: https://github.com/Jiansen/mcp-doctor Security Score: 10/10 Creator: Jiansen Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-jiansen-mcp-doctor -- uvx mcp-doctor==0.1.0 --- ## Win95 Saas Finder URL: https://mcp-marketplace.io/server/io-github-kibetho-saasforit Summary: AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations. Description: AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations. Remote endpoints: streamable-http: https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp GitHub: https://github.com/Kibetho/win95-saas-finder MCP Tools (7): search_saas, get_recommendations, get_saas_details, list_categories, get_blog_posts, get_all_saas, get_directory_stats Security Score: 9/10 Creator: Kibetho Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kibetho-saasforit https://fuechvghummojkgliyha.supabase.co/functions/v1/mcp --- ## Tilda URL: https://mcp-marketplace.io/server/io-github-theyahia-tilda-mcp Summary: MCP server for Tilda API — projects, pages. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/tilda-mcp GitHub: https://github.com/theYahia/tilda-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: TILDA_PUBLIC_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-tilda-mcp -- npx -y @theyahia/tilda-mcp@1.1.1 --- ## Git Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-git Summary: Git log, diff, blame, branch stats for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-git-tools GitHub: https://github.com/rog0x/mcp-git-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-git -- npx -y @rog0x/mcp-git-tools@1.0.1 --- ## Hatchable URL: https://mcp-marketplace.io/server/com-hatchable-hatchable Summary: Build, deploy, and host full-stack web apps from any MCP client. DB, auth, storage, cron included. Description: Build, deploy, and host full-stack web apps from any MCP client. DB, auth, storage, cron included. Remote endpoints: streamable-http: https://hatchable.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hatchable.com/mcp MCP Tools (33): create_project, get_project, list_projects, deploy, write_file, write_files, read_file, grep, list_files, patch_file, delete_file, execute_sql, get_schema, set_env, set_visibility, run_function, view_logs, list_deployments, list_functions, get_deployment, list_cron_jobs, list_env, delete_env, update_project, import_file_from_url, search_documentation, dry_run_deploy, upload_file, list_pending_uploads, run_code, fork_project, search_projects, setup_account Security Score: 7.7/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-hatchable-hatchable https://hatchable.com/mcp --- ## Agent Phone URL: https://mcp-marketplace.io/server/io-github-evozim-agent-phone Summary: Multi-channel voice and SMS gateway interface for AI communication. Description: Multi-channel voice and SMS gateway interface for AI communication. Remote endpoints: sse: https://agent-phone-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent-phone-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-agent-phone https://agent-phone-mcp.vercel.app/api/mcp --- ## Tkassa URL: https://mcp-marketplace.io/server/io-github-theyahia-tkassa-mcp Summary: MCP server for T-Kassa (T-Bank/Tinkoff) payment API — payments, refunds. 5 tools. First MCP for T-K Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/tkassa-mcp GitHub: https://github.com/theYahia/tkassa-mcp Security Score: 9.9/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: TKASSA_TERMINAL_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-tkassa-mcp -- npx -y @theyahia/tkassa-mcp@2.0.1 --- ## Sombra URL: https://mcp-marketplace.io/server/so-sombra-sombra Summary: AI research library. Save, organise and reuse notes and webpages as clean markdown context. Description: AI research library. Save, organise and reuse notes and webpages as clean markdown context. Remote endpoints: streamable-http: https://sombra.so/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sombra.so/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http so-sombra-sombra https://sombra.so/mcp --- ## Cron Explainer URL: https://mcp-marketplace.io/server/io-github-idoazacalls-cron-explainer Summary: Cron expression parser: explains any cron + returns next N fire times. Timezone-aware. Description: Cron expression parser: explains any cron + returns next N fire times. Timezone-aware. Remote endpoints: streamable-http: https://cron-explainer.cron-explainer-prod.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://cron-explainer.cron-explainer-prod.workers.dev/mcp GitHub: https://github.com/IdoAzaCalls/cron-explainer Security Score: 4.8/10 Creator: IdoAzaCalls Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-idoazacalls-cron-explainer https://cron-explainer.cron-explainer-prod.workers.dev/mcp --- ## Runframe URL: https://mcp-marketplace.io/server/io-github-runframe-runframe-mcp-server Summary: MCP server for Runframe incident management covering incidents, on-call, postmortems, and more. Category: Developer Tools Mode: local Pricing: Free npm: @runframe/mcp-server GitHub: https://github.com/runframe/runframe-mcp-server Security Score: 7/10 Installs: 1 Creator: Runframe Creator Reputation: B Version: 0.1.5 Required Credentials: RUNFRAME_API_KEY (required), RUNFRAME_API_URL (optional) Install (Claude Code): claude mcp add io-github-runframe-runframe-mcp-server -- npx -y @runframe/mcp-server@0.1.14 --- ## Fastbcp URL: https://mcp-marketplace.io/server/io-github-arpe-io-fastbcp-mcp Summary: MCP server for FastBCP — high-performance parallel database export to files and cloud Category: Developer Tools Mode: local Pricing: Free PyPI: fastbcp-mcp GitHub: https://github.com/arpe-io/fastbcp-mcp Security Score: 6.5/10 Creator: Arpe Io Creator Reputation: D Version: 0.1.5 Required Credentials: FASTBCP_PATH (optional), FASTBCP_TIMEOUT (optional), FASTBCP_LOG_DIR (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-arpe-io-fastbcp-mcp -- uvx fastbcp-mcp==0.1.5 --- ## Outris Identity URL: https://mcp-marketplace.io/server/io-github-outris-dev-user-outris-identity-mcp Summary: Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage. Description: Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage. Remote endpoints: streamable-http: https://mcp-server.outris.com/http Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/outris-dev-user/outris-identity-mcp Security Score: 10/10 Creator: Outris Dev User Creator Reputation: B Version: 2.0.0 --- ## Aistatusdashboard URL: https://mcp-marketplace.io/server/io-github-aistatusdashboard-aistatusdashboard Summary: Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations. Description: Read-only MCP server for AIStatusDashboard status, incidents, metrics, and fallback recommendations. Remote endpoints: streamable-http: https://aistatusdashboard.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aistatusdashboard.com/mcp GitHub: https://github.com/aistatusdashboard/aistatusdashboard MCP Tools (7): status.get_summary, status.get_health_matrix, incidents.search, incidents.get, metrics.query, recommendations.get_fallback_plan, policy.generate Security Score: 10/10 Creator: Aistatusdashboard Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-aistatusdashboard-aistatusdashboard https://aistatusdashboard.com/mcp --- ## Chainanalyzer URL: https://mcp-marketplace.io/server/io-github-rascal-3-chainanalyzer-mcp Summary: Multi-chain AML risk scoring, sanctions screening, and tx tracing across BTC, ETH, POL, AVAX, SOL. Category: Developer Tools Mode: local Pricing: Free npm: chainanalyzer-mcp GitHub: https://github.com/rascal-3/chainanalyzer-mcp Security Score: 7/10 Creator: Rascal 3 Creator Reputation: B Version: 1.1.1 Required Credentials: X402_WALLET_PRIVATE_KEY (required), CHAINANALYZER_API_KEY (required), CHAINANALYZER_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-rascal-3-chainanalyzer-mcp -- npx -y chainanalyzer-mcp@1.1.1 --- ## Cli Microsoft365 URL: https://mcp-marketplace.io/server/io-github-pnp-cli-microsoft365-mcp-server Summary: MCP server for CLI for Microsoft 365 to manage your tenant using natural language Category: Developer Tools Mode: local Pricing: Free npm: @pnp/cli-microsoft365-mcp-server GitHub: https://github.com/pnp/cli-microsoft365-mcp-server Security Score: 10/10 Installs: 1 Creator: Pnp Creator Reputation: B Version: 0.1.22 Install (Claude Code): claude mcp add io-github-pnp-cli-microsoft365-mcp-server -- npx -y @pnp/cli-microsoft365-mcp-server@0.1.22 --- ## Lightsync Pro URL: https://mcp-marketplace.io/server/com-lightsyncpro-lsp Summary: Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language. Description: Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language. Remote endpoints: streamable-http: https://lightsyncpro.com/mcp-connect Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lightsyncpro.com/mcp-connect GitHub: https://github.com/TagTeamDesign/lightsync-pro Security Score: 9.9/10 Installs: 1 Creator: KyleTaggart Creator Reputation: C Version: 2.8.1 Install (Claude Code Remote): claude mcp add --transport http com-lightsyncpro-lsp https://lightsyncpro.com/mcp-connect --- ## Paki Curator URL: https://mcp-marketplace.io/server/es-cesaryague-paki-curator Summary: 300 contemplative moving art works by César Yagüe. Search, browse, get recommendations. Description: 300 contemplative moving art works by César Yagüe. Search, browse, get recommendations. Remote endpoints: streamable-http: https://cesaryague.es/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cesaryague.es/mcp MCP Tools (5): search_artworks, get_artwork, recommend_for_space, browse_collections, catalog_overview Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 4.31.0 Install (Claude Code Remote): claude mcp add --transport http es-cesaryague-paki-curator https://cesaryague.es/mcp --- ## Wormhole URL: https://mcp-marketplace.io/server/io-github-junct-bot-wormhole-mcp Summary: Wormhole - 69 tools for cross-chain transfers and bridge data Description: Wormhole - 69 tools for cross-chain transfers and bridge data Remote endpoints: streamable-http: https://wormhole.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wormhole.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/wormhole-mcp MCP Tools (69): find_address_by_id, application_activity, find_global_transaction_by_id, governor_config, governor_config_by_guardian_address, governor_enqueued_vaas, guardians_enqueued_vaas_by_chain, governor_notional_limit, governor_notional_available, governor_notional_available_by_chain, governor_notional_limit_detail, governor_notional_limit_detail_by_chain, governor_max_notional_available_by_chain, governor_status, governor_status_by_guardian_address, governor_vaas, health_check, get_last_transactions, live_tracking_subscribe, api_v1_native_token_transfer_activity, api_v1_native_token_transfer_summary, api_v1_native_token_transfer_token_list, api_v1_native_token_transfer_top_address, api_v1_native_token_transfer_top_holder, api_v1_native_token_transfer_transfer_by_time, find_observations, find_observations_by_chain, find_observations_by_emitter, find_observations_by_sequence, find_observations_by_id, get_operations, search_operations, get_operation_by_id, get_top_protocols_stats, get_protocol_network_pairs, get_protocol_trending_tokens, ready_check, find_relay_by_vaa_id, get_scorecards, supply_info, circulating_supply, total_supply, get_token_by_chain_and_address, api_v1_top_100_corridors, get_top_assets_by_volume, get_top_chain_pairs_by_num_transfers, top_symbols_by_volume, list_transactions, get_transaction_by_id, find_all_vaas, find_vaas_by_chain, find_vaas_by_emitter, find_vaa_by_id, find_duplicated_vaa_by_id, parse_vaa, get_vaa_counts, get_version, get_secured_tokens, x_chain_activity, x_chain_activity_tops, swagger, governor_available_notional_by_chain, guardians_enqueued_vaas, guardians_is_vaa_enqueued, guardians_token_list, guardian_set, guardians_hearbeats, guardians_find_signed_batch_vaa, guardians_find_signed_vaa Security Score: 9/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-wormhole-mcp https://wormhole.mcp.junct.dev/mcp --- ## Lexiang URL: https://mcp-marketplace.io/server/io-github-tencent-lexiang-lexiang-mcp-server Summary: Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs. Description: Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs. Remote endpoints: streamable-http: https://mcp.lexiang-app.com/mcp?company_from={company_code}&source=registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lexiang-app.com/mcp?company_from={company_code}&source=registry GitHub: https://github.com/tencent-lexiang/lexiang-mcp-server Security Score: 10/10 Creator: Tencent Lexiang Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-tencent-lexiang-lexiang-mcp-server 'https://mcp.lexiang-app.com/mcp?company_from={company_code}&source=registry' --- ## Cabin URL: https://mcp-marketplace.io/server/com-runcabin-cabin Summary: Put websites online from chat - instant free HTTPS, real domains, zero DNS or API-key setup. Description: Put websites online from chat - instant free HTTPS, real domains, zero DNS or API-key setup. Remote endpoints: streamable-http: https://runcabin.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://runcabin.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-runcabin-cabin https://runcabin.com/mcp --- ## Test Coverage URL: https://mcp-marketplace.io/server/io-github-goldbergyoni-test-coverage-mcp Summary: Analyze test coverage from LCOV files - makes AI agents coverage-aware without wasting tokens Category: AI & ML Mode: local Pricing: Free npm: test-coverage-mcp GitHub: https://github.com/goldbergyoni/test-coverage-mcp Security Score: 7/10 Creator: Goldbergyoni Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-goldbergyoni-test-coverage-mcp -- npx -y test-coverage-mcp@1.1.0 --- ## Voyager Commerce URL: https://mcp-marketplace.io/server/io-github-blathrop07-voyager-commerce Summary: AI ticket commerce for theme parks, zoos, museums, and aquariums via any AI agent Description: AI ticket commerce for theme parks, zoos, museums, and aquariums via any AI agent Remote endpoints: streamable-http: https://review-002-voyager-ai-commerce.zeus.gatewayticketing.hosting/mcp?storefrontId=9e55112e-b1c9-4f8f-8531-e9aed2158066 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://review-002-voyager-ai-commerce.zeus.gatewayticketing.hosting/mcp?storefrontId=9e55112e-b1c9-4f8f-8531-e9aed2158066 GitHub: https://github.com/blathrop07/voyager-commerce MCP Tools (19): get_checkout_url, get_cart, get_order_status, add_to_cart, get_orders, update_cart, initiate_checkout, create_cart, apply_promo_code, get_membership, get_pricing, check_availability, search_experiences, get_venue_details, get_venue_hours, get_entitlements, get_venue_info, remove_from_cart, discover_venues Security Score: 9/10 Creator: Blathrop07 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-blathrop07-voyager-commerce 'https://review-002-voyager-ai-commerce.zeus.gatewayticketing.hosting/mcp?storefrontId=9e55112e-b1c9-4f8f-8531-e9aed2158066' --- ## BiliStalker URL: https://mcp-marketplace.io/server/ai-smithery-222wcnm-bilistalkermcp Summary: Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p… Description: Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p… Remote endpoints: streamable-http: https://server.smithery.ai/@222wcnm/bilistalkermcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/222wcnm/BiliStalkerMCP Security Score: 10/10 Creator: 222wcnm Creator Reputation: B Version: 1.15.0 --- ## Vechain URL: https://mcp-marketplace.io/server/ai-smithery-leandrogavidia-vechain-mcp-server Summary: Search VeChain documentation, query on-chain data, and fetch fee suggestions with direct links to… Description: Search VeChain documentation, query on-chain data, and fetch fee suggestions with direct links to… Remote endpoints: streamable-http: https://server.smithery.ai/@leandrogavidia/vechain-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/leandrogavidia/vechain-mcp-server Security Score: 10/10 Creator: Leandrogavidia Creator Reputation: B Version: 1.0.0 --- ## Spot URL: https://mcp-marketplace.io/server/io-github-orbs-network-spot Summary: Create gasless market, limit, TWAP, stop-loss, take-profit, and delayed-start swap orders. Category: Developer Tools Mode: local Pricing: Free npm: @orbs-network/spot GitHub: https://github.com/orbs-network/spot Security Score: 10/10 Creator: Orbs Network Creator Reputation: B Version: 2.3.2 Install (Claude Code): claude mcp add io-github-orbs-network-spot -- npx -y @orbs-network/spot@2.4.4 --- ## Getpronto URL: https://mcp-marketplace.io/server/io-github-jaygould-getpronto Summary: Upload, transform, and manage images on Get Pronto from AI agents. Category: Developer Tools Mode: local Pricing: Free npm: getpronto-mcp GitHub: https://github.com/getpronto-io/getpronto-mcp Security Score: 7/10 Creator: Getpronto Io Creator Reputation: B Version: 1.0.2 Required Credentials: GETPRONTO_API_KEY (required), GETPRONTO_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-jaygould-getpronto -- npx -y getpronto-mcp@1.0.2 --- ## Lightsync Pro URL: https://mcp-marketplace.io/server/io-github-kyletaggart-lsp Summary: Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language. Description: Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language. Remote endpoints: streamable-http: https://lightsyncpro.com/connect Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lightsyncpro.com/connect GitHub: https://github.com/TagTeamDesign/lightsync-pro Security Score: 9.5/10 Creator: KyleTaggart Creator Reputation: C Version: 2.8.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kyletaggart-lsp https://lightsyncpro.com/connect --- ## Pantry Aide URL: https://mcp-marketplace.io/server/com-pantryaide-pantry-aide Summary: AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat. Description: AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat. Remote endpoints: streamable-http: https://pantryaide.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pantryaide.com/mcp GitHub: https://github.com/hsearcy/pantry-aide-mcp Security Score: 10/10 Creator: Hsearcy Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-pantryaide-pantry-aide https://pantryaide.com/mcp --- ## Recite URL: https://mcp-marketplace.io/server/io-github-rivradev-recite-mcp Summary: Local MCP server for Recite receipt processing with ledger and memory tools. Category: Developer Tools Mode: local Pricing: Free PyPI: recite-mcp GitHub: https://github.com/rivradev/recite-mcp Security Score: 10/10 Creator: Rivradev Creator Reputation: B Version: 0.1.4 Required Credentials: RECITE_API_KEY (required), RECITE_HOME (optional) Install (Claude Code): claude mcp add io-github-rivradev-recite-mcp -- uvx recite-mcp==0.1.10 --- ## Engram Context Continuum URL: https://mcp-marketplace.io/server/io-github-morous-dev-engram-cc Summary: Universal AI coding assistant memory — session handoff, SLM compression, and semantic retrieval. Category: Developer Tools Mode: local Pricing: Free npm: @morous-dev/engram-cc GitHub: https://github.com/Morous-Dev/engram-context-continuum Security Score: 9.5/10 Creator: Morous Dev Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-morous-dev-engram-cc -- npx -y @morous-dev/engram-cc@0.1.4 --- ## All URL: https://mcp-marketplace.io/server/io-github-antonytm-mcp-all Summary: A Model Context Protocol server to run other MCP servers Category: Developer Tools Mode: local Pricing: Free npm: @antonytm/mcp-all GitHub: https://github.com/Antonytm/mcp-all Security Score: 7/10 Creator: Antonytm Creator Reputation: B Version: 0.1.19 Required Credentials: TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-antonytm-mcp-all -- npx -y @antonytm/mcp-all@0.1.20 --- ## Victorian Complaint URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-victorian-complaint Summary: victorian-complaint MCP — wraps StupidAPIs (requires X-API-Key) Description: victorian-complaint MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/victorian-complaint/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/victorian-complaint/mcp GitHub: https://github.com/pipeworx-io/mcp-victorian-complaint MCP Tools (5): discover_tools, remember, recall, forget, victorian_complaint_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-victorian-complaint https://gateway.pipeworx.io/victorian-complaint/mcp --- ## Doc2 URL: https://mcp-marketplace.io/server/io-github-doc2mcp-developer Summary: MCP server for developer documentation, generated by doc2mcp. Description: MCP server for developer documentation, generated by doc2mcp. Remote endpoints: streamable-http: https://doc2mcp.site/api/mcp/c7dd7af1-84b9-4bc3-a3e8-0b3a324c8413/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://doc2mcp.site/api/mcp/c7dd7af1-84b9-4bc3-a3e8-0b3a324c8413/mcp GitHub: https://github.com/doc2mcp/doc2mcp Security Score: 10/10 Creator: Doc2mcp Creator Reputation: B Version: 1.0.1782461537 Install (Claude Code Remote): claude mcp add --transport http io-github-doc2mcp-developer https://doc2mcp.site/api/mcp/c7dd7af1-84b9-4bc3-a3e8-0b3a324c8413/mcp --- ## Openapi URL: https://mcp-marketplace.io/server/io-github-docat0209-openapi Summary: Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code. Category: Developer Tools Mode: local Pricing: Free npm: mcp-openapi GitHub: https://github.com/Docat0209/mcp-openapi Security Score: 4.5/10 Creator: Docat0209 Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-docat0209-openapi -- npx -y mcp-openapi@0.3.0 --- ## Kylas Crm URL: https://mcp-marketplace.io/server/io-github-akshaykylas94-kylas-crm Summary: MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY. Category: Business Tools Mode: local Pricing: Free PyPI: kylas-crm-mcp GitHub: https://github.com/akshaykylas94/MCP Security Score: 4/10 Creator: Akshaykylas94 Creator Reputation: B Version: 1.0.0 Required Credentials: KYLAS_API_KEY (required), KYLAS_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-akshaykylas94-kylas-crm -- uvx kylas-crm-mcp==1.0.1 --- ## Kernel URL: https://mcp-marketplace.io/server/com-onkernel-kernel-mcp-server Summary: Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth). Description: Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth). Remote endpoints: streamable-http: https://mcp.onkernel.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/onkernel/kernel-mcp-server Security Score: 10/10 Creator: Onkernel Creator Reputation: B Version: 1.0.0 --- ## Companies House URL: https://mcp-marketplace.io/server/io-github-aicayzer-companies-house Summary: UK Companies House public register: search companies, officers, ownership, filings and documents. Category: Developer Tools Mode: local Pricing: Free npm: companies-house-mcp GitHub: https://github.com/aicayzer/companies-house-mcp Security Score: 9.7/10 Creator: Aicayzer Creator Reputation: B Version: 4.0.0 Required Credentials: COMPANIES_HOUSE_API_KEY (optional) Install (Claude Code): claude mcp add io-github-aicayzer-companies-house -- npx -y companies-house-mcp --- ## Exposureguard URL: https://mcp-marketplace.io/server/io-github-exposureguard-exposureguard-mcp Summary: Domain security scanning for AI agents. A-F grades, 8 checks, fix snippets. Category: Developer Tools Mode: local Pricing: Free PyPI: exposureguard-mcp GitHub: https://github.com/ExposureGuard/exposureguard-mcp Security Score: 7/10 Creator: ExposureGuard Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-exposureguard-exposureguard-mcp -- uvx exposureguard-mcp==1.0.2 --- ## Rootvine URL: https://mcp-marketplace.io/server/io-github-ragingorangutan-rootvine-mcp Summary: Cross-platform music and game resolution for AI agents across 15+ platforms. Category: Developer Tools Mode: local Pricing: Free npm: rootvine-mcp GitHub: https://github.com/RagingOrangutan/rootvine-mcp Security Score: 10/10 Creator: RagingOrangutan Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ragingorangutan-rootvine-mcp -- npx -y rootvine-mcp@1.0.3 --- ## Hive Mcp Morph URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-morph Summary: HiveMorph polymorphic identity and capability tokens for autonomous agents Description: HiveMorph polymorphic identity and capability tokens for autonomous agents Remote endpoints: streamable-http: https://hive-mcp-morph.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-morph.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-morph MCP Tools (14): morph_audit_recent, morph_get_identity, morph_list_supermodels, morph_get_supermodel, morph_carousel, morph_brood_pending_approvals, morph_brood_conversion, morph_brood_all, morph_brood_conversion_leaderboard, morph_brood_for_supermodel, morph_spawn_monitor_scan, morph_money_flavor_probe, morph_money_flavor_stats, morph_auto_cull_scan Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-morph https://hive-mcp-morph.onrender.com/mcp --- ## Lastminutedeals Api URL: https://mcp-marketplace.io/server/io-github-johnanleitner1-coder-lastminute-booking Summary: Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents. Description: Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents. Remote endpoints: streamable-http: https://web-production-dc74b.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://web-production-dc74b.up.railway.app/mcp GitHub: https://github.com/johnanleitner1-Coder/lastminutedeals-api MCP Tools (4): search_slots, book_slot, get_booking_status, get_supplier_info Security Score: 8/10 Creator: Johnanleitner1 Coder Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-johnanleitner1-coder-lastminute-booking https://web-production-dc74b.up.railway.app/mcp --- ## Unreal Mcp Ue4 URL: https://mcp-marketplace.io/server/io-github-conaman-unreal-mcp-ue4 Summary: UE4.27 MCP server for controlling Unreal Editor sessions over Python Remote Execution. Category: Developer Tools Mode: local Pricing: Free npm: unreal-mcp-ue4 GitHub: https://github.com/conaman/unreal-mcp-ue4 Security Score: 7/10 Creator: Conaman Creator Reputation: B Version: 2026.4.1-2 Install (Claude Code): claude mcp add io-github-conaman-unreal-mcp-ue4 -- npx -y unreal-mcp-ue4@2026.4.1-2 --- ## Scrapegraph URL: https://mcp-marketplace.io/server/ai-smithery-scrapegraphai-scrapegraph-mcp Summary: Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili… Description: Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabili… Remote endpoints: streamable-http: https://server.smithery.ai/@ScrapeGraphAI/scrapegraph-mcp/mcp Category: Search & Web Mode: dual Pricing: Free GitHub: https://github.com/ScrapeGraphAI/scrapegraph-mcp Security Score: 10/10 Creator: ScrapeGraphAI Creator Reputation: B Version: 1.16.0 --- ## Aiqaramba URL: https://mcp-marketplace.io/server/io-github-ajrogier-aiqaramba Summary: Browser-based QA for AI-built software. Test pages with real browsers via agents. Description: Browser-based QA for AI-built software. Test pages with real browsers via agents. Remote endpoints: streamable-http: https://mcp.aiqaramba.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aiqaramba.com/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ajrogier-aiqaramba https://mcp.aiqaramba.com/mcp --- ## Dreams Team URL: https://mcp-marketplace.io/server/io-github-luhkas2309-osigu-rcm Summary: Gerencie cobranças, invoices e atendimentos do RCM da Osigu diretamente do seu agente de IA. Description: Gerencie cobranças, invoices e atendimentos do RCM da Osigu diretamente do seu agente de IA. Remote endpoints: streamable-http: https://dreamsteam-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dreamsteam-production.up.railway.app/mcp GitHub: https://github.com/luhkas2309/dreams_team Security Score: 8/10 Creator: Luhkas2309 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-luhkas2309-osigu-rcm https://dreamsteam-production.up.railway.app/mcp --- ## TrackingTime URL: https://mcp-marketplace.io/server/io-github-trackingtime-mcp-server Summary: TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services. Description: TrackingTime MCP server for profile, events, users, projects, tasks, customers, and services. Remote endpoints: streamable-http: https://mcp.trackingtime.co/mcp sse: https://mcp.trackingtime.co/sse Category: Productivity Mode: remote Pricing: Free Remote URL: https://mcp.trackingtime.co/mcp GitHub: https://github.com/TrackingTime/mcp-server MCP Tools (8): mcp_get_me, mcp_events_list, mcp_events_get, mcp_users_list, mcp_projects_list, mcp_tasks_list, mcp_customers_list, mcp_services_list Security Score: 9/10 Installs: 2 Creator: JFlores-BP Creator Reputation: C- Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-trackingtime-mcp-server https://mcp.trackingtime.co/mcp --- ## Chestnyi Znak URL: https://mcp-marketplace.io/server/io-github-woyaxnini-chestnyi-znak Summary: MCP server for Chestnyi Znak — Russian product marking system. 10 tools: codes, documents, stocks. Category: Developer Tools Mode: local Pricing: Free npm: @woyax/mcp-chestnyi-znak GitHub: https://github.com/woyaxnini/mcp-chestnyi-znak Security Score: 7.3/10 Creator: Woyaxnini Creator Reputation: B Version: 0.1.1 Required Credentials: CHZ_TOKEN (required) Install (Claude Code): claude mcp add io-github-woyaxnini-chestnyi-znak -- npx -y @woyax/mcp-chestnyi-znak@0.1.1 --- ## Vivid URL: https://mcp-marketplace.io/server/io-github-vivid-money-vivid-mcp Summary: Open a Vivid Business account from your AI chat via MCP. Description: Open a Vivid Business account from your AI chat via MCP. Remote endpoints: streamable-http: https://api.prime.vivid.money/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.prime.vivid.money/mcp GitHub: https://github.com/vivid-money/vivid-mcp MCP Tools (1): build_onboarding_link Security Score: 10/10 Creator: Vivid Money Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vivid-money-vivid-mcp https://api.prime.vivid.money/mcp --- ## Machfive URL: https://mcp-marketplace.io/server/io-github-bluecraft-ai-machfive Summary: Generate hyper-personalized cold email sequences via MachFive API. Description: Generate hyper-personalized cold email sequences via MachFive API. Remote endpoints: streamable-http: https://mcp.machfive.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.machfive.io/mcp GitHub: https://github.com/Bluecraft-AI/machfive-mcp MCP Tools (6): list_campaigns, generate_sequence, generate_batch, list_lists, get_list_status, export_list Security Score: 10/10 Creator: Bluecraft AI Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-bluecraft-ai-machfive https://mcp.machfive.io/mcp --- ## Airtable URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-airtable Summary: Airtable MCP Pack — wraps the Airtable REST API v0 Description: Airtable MCP Pack — wraps the Airtable REST API v0 Remote endpoints: streamable-http: https://gateway.pipeworx.io/airtable/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/airtable/mcp GitHub: https://github.com/pipeworx-io/mcp-airtable MCP Tools (6): discover_tools, airtable_list_records, airtable_get_record, airtable_create_record, airtable_list_bases, airtable_get_base_schema Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-airtable https://gateway.pipeworx.io/airtable/mcp --- ## Lockin URL: https://mcp-marketplace.io/server/io-github-devsrodrigo-lockin-mcp Summary: iOS dopamine detox app with social media blocking and screen time tools. Description: iOS dopamine detox app with social media blocking and screen time tools. Remote endpoints: sse: https://mcp.getrewired.org/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.getrewired.org/mcp GitHub: https://github.com/devsrodrigo/lockin-mcp Security Score: 5.2/10 Creator: Devsrodrigo Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-devsrodrigo-lockin-mcp https://mcp.getrewired.org/mcp --- ## Styleseed Tokenizer URL: https://mcp-marketplace.io/server/io-github-evozim-styleseed-tokenizer Summary: Automated design system token generator and export utility. Description: Automated design system token generator and export utility. Remote endpoints: sse: https://styleseed-tokenizer-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://styleseed-tokenizer-mcp.vercel.app/api/mcp MCP Tools (1): tokenize Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-styleseed-tokenizer https://styleseed-tokenizer-mcp.vercel.app/api/mcp --- ## Ai Quality Gate URL: https://mcp-marketplace.io/server/io-github-mustafacagri-ai-quality-gate Summary: 🚀 Kill the Junior AI Era. 🤖 Level up AI code to automatically Principal standards. 🛡️ Quality Gate ✨ Category: Developer Tools Mode: local Pricing: Free npm: ai-quality-gate GitHub: https://github.com/mustafacagri/ai-quality-gate Security Score: 3.7/10 Creator: Mustafacagri Creator Reputation: B Version: 1.0.4 Required Credentials: PROJECT_ROOT (optional), SONAR_HOST_URL (optional), SONAR_TOKEN (required), SONAR_PROJECT_KEY (optional), ENABLE_I18N_RULES (optional) Install (Claude Code): claude mcp add io-github-mustafacagri-ai-quality-gate -- npx -y ai-quality-gate@1.0.6 --- ## Mimiq URL: https://mcp-marketplace.io/server/io-github-victorgulchenko-mimiq-mcp Summary: Your agent tests pages, copy, and flows on simulated users while you build. Description: Your agent tests pages, copy, and flows on simulated users while you build. Remote endpoints: streamable-http: https://mcp.mimiqai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mimiqai.com/mcp GitHub: https://github.com/victorgulchenko/mimiq-mcp MCP Tools (6): mimiq.test_page, mimiq.test_flow, mimiq.test_copy, mimiq.test_text, mimiq.test_component, mimiq.ask_audience Security Score: 10/10 Creator: Victorgulchenko Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-victorgulchenko-mimiq-mcp https://mcp.mimiqai.com/mcp --- ## Startup Ecosystem Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-startup-ecosystem-intelligence-mcp Summary: Discover startups, assess innovation velocity, decode hiring signals, analyze moats, and generate... Description: Discover startups, assess innovation velocity, decode hiring signals, analyze moats, and generate... Remote endpoints: streamable-http: https://ryanclinton--startup-ecosystem-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--startup-ecosystem-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--startup-ecosystem-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-startup-ecosystem-intelligence-mcp https://ryanclinton--startup-ecosystem-intelligence-mcp.apify.actor/mcp --- ## Bandsintown URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bandsintown Summary: Bandsintown MCP. Description: Bandsintown MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/bandsintown/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bandsintown/mcp GitHub: https://github.com/pipeworx-io/mcp-bandsintown MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, artist, artist_events, events Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bandsintown https://gateway.pipeworx.io/bandsintown/mcp --- ## Zernio Python URL: https://mcp-marketplace.io/server/com-zernio-zernio Summary: Schedule, publish, and analyze social media across 15+ platforms, plus inbox, ads, and analytics. Description: Schedule, publish, and analyze social media across 15+ platforms, plus inbox, ads, and analytics. Remote endpoints: streamable-http: https://mcp.zernio.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.zernio.com/mcp GitHub: https://github.com/zernio-dev/zernio-python Security Score: 9.5/10 Creator: Zernio Dev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-zernio-zernio https://mcp.zernio.com/mcp --- ## Financial Analysis URL: https://mcp-marketplace.io/server/com-metricduck-financial-analysis Summary: SEC filing intelligence for AI agents. Financials, screening, peer comparison for 5,000+ companies. Description: SEC filing intelligence for AI agents. Financials, screening, peer comparison for 5,000+ companies. Remote endpoints: streamable-http: https://mcp.metricduck.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.metricduck.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.4.1 Install (Claude Code Remote): claude mcp add --transport http com-metricduck-financial-analysis https://mcp.metricduck.com/mcp --- ## Berth URL: https://mcp-marketplace.io/server/io-github-seayniclabs-berth Summary: Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite. Category: Data & Analytics Mode: local Pricing: Free PyPI: berth-mcp GitHub: https://github.com/seayniclabs/berth Security Score: 10/10 Creator: Seayniclabs Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-seayniclabs-berth -- uvx berth-mcp==0.2.1 --- ## Nelly Elephant URL: https://mcp-marketplace.io/server/io-github-spicyricecakes-nelly-elephant-mcp Summary: Search and resume past Claude Code conversations. An elephant never forgets. Category: Developer Tools Mode: local Pricing: Free npm: nelly-elephant-mcp GitHub: https://github.com/SpicyRiceCakes/nelly-elephant-mcp Security Score: 10/10 Creator: SpicyRiceCakes Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-spicyricecakes-nelly-elephant-mcp -- npx -y nelly-elephant-mcp@1.0.3 --- ## Cadloop URL: https://mcp-marketplace.io/server/io-github-richardofortune-cadloop-openscad Summary: Compile OpenSCAD, read computed values, preview and measure the mesh, without a GUI. Category: Developer Tools Mode: local Pricing: Free PyPI: cadloop GitHub: https://github.com/richardofortune/cadloop Security Score: 4.2/10 Creator: Richardofortune Creator Reputation: B Version: 0.1.0 Required Credentials: OPENSCAD_WORKSPACE (optional), OPENSCAD_BIN (optional), OPENSCAD_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-richardofortune-cadloop-openscad -- uvx cadloop==0.1.0 --- ## Hive Mcp Swap URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-swap Summary: Cross-chain token swaps for autonomous agents on Base L2 and partner rails Description: Cross-chain token swaps for autonomous agents on Base L2 and partner rails Remote endpoints: streamable-http: https://hive-mcp-swap.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-swap.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-swap MCP Tools (8): swap.get_quote, swap.execute_swap, swap.list_pools, swap.get_pool_stats, swap.add_liquidity, hive_earn_register, hive_earn_me, hive_earn_leaderboard Security Score: 9.1/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-swap https://hive-mcp-swap.onrender.com/mcp --- ## Stock Moves Explained URL: https://mcp-marketplace.io/server/io-github-pink707legendary-stock-moves-explained Summary: Explains why stocks moved. 'Why did Tesla drop?' 'What happened to NVDA?' S&P 500/NASDAQ/Dow. Description: Explains why stocks moved. 'Why did Tesla drop?' 'What happened to NVDA?' S&P 500/NASDAQ/Dow. Remote endpoints: streamable-http: https://api.justhappened.wtf/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://api.justhappened.wtf/mcp GitHub: https://github.com/justhappened-corp/stock-moves-explained MCP Tools (1): stock-moves-explained Security Score: 10/10 Creator: Justhappened Corp Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pink707legendary-stock-moves-explained https://api.justhappened.wtf/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-hash-forge-mcp Summary: Hash text with SHA-256, SHA-384, SHA-512 and compare hashes Category: Developer Tools Mode: local Pricing: Free npm: hash-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-hash-forge-mcp -- npx -y hash-forge-mcp --- ## Santismm Knowledge URL: https://mcp-marketplace.io/server/com-santismm-knowledge Summary: Search harness engineering, agentic AI patterns, architectures, governance and agent taxonomy. Description: Search harness engineering, agentic AI patterns, architectures, governance and agent taxonomy. Remote endpoints: streamable-http: https://santismm.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://santismm.com/mcp GitHub: https://github.com/santismm/santismm-knowledge-mcp MCP Tools (13): get_overview, list_knowledge, get_knowledge, list_patterns, get_pattern, list_architectures, get_architecture, list_governance, get_governance, list_handbook, get_handbook, search, get_related Security Score: 10/10 Creator: Santismm Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http com-santismm-knowledge https://santismm.com/mcp --- ## Census Trade URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-census-trade Summary: Census Trade MCP — US Census Bureau International Trade data Description: Census Trade MCP — US Census Bureau International Trade data Remote endpoints: streamable-http: https://gateway.pipeworx.io/census-trade/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/census-trade/mcp GitHub: https://github.com/pipeworx-io/mcp-census-trade MCP Tools (5): discover_tools, census_imports, census_exports, census_trade_balance, census_trade_trends Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-census-trade https://gateway.pipeworx.io/census-trade/mcp --- ## Easy Resume URL: https://mcp-marketplace.io/server/io-github-chanmeng666-vitex Summary: Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP. Description: Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP. Remote endpoints: streamable-http: https://www.vitex.org.nz/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: vitex-cli Remote URL: https://www.vitex.org.nz/api/mcp GitHub: https://github.com/ChanMeng666/easy-resume Security Score: 9.7/10 Creator: ChanMeng666 Creator Reputation: B Version: 0.2.1 Required Credentials: VITEX_API_KEY (required) Install (Claude Code): claude mcp add io-github-chanmeng666-vitex -- npx -y vitex-cli Install (Claude Code Remote): claude mcp add --transport http io-github-chanmeng666-vitex https://www.vitex.org.nz/api/mcp --- ## Uk Parliament Lordsvotes URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-lordsvotes Summary: MCP server for UK Parliament Lords Votes API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-lordsvotes GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-lordsvotes -- npx -y @darkhorseone/mcp-server-uk-parliament-lordsvotes --- ## Gate URL: https://mcp-marketplace.io/server/io-github-gateio-dev-gate-info Summary: Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data. Description: Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data. Remote endpoints: streamable-http: https://api.gatemcp.ai/mcp/info Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gatemcp.ai/mcp/info GitHub: https://github.com/gate/gate-mcp Security Score: 10/10 Creator: Gate Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gateio-dev-gate-info https://api.gatemcp.ai/mcp/info --- ## Mova Flat Runner URL: https://mcp-marketplace.io/server/io-github-mova-compact-mova-flat-runner Summary: Governed AI workflows with human approval gates and audit trails for Claude and MCP clients. Category: Developer Tools Mode: local Pricing: Free npm: mova-mcp GitHub: https://github.com/mova-compact/mova-flat-runner Security Score: 7/10 Creator: Mova Compact Creator Reputation: B Version: 2.0.6 Required Credentials: MOVA_API_KEY (optional), LLM_KEY (optional), LLM_MODEL (optional), MOVA_API_URL (optional) Install (Claude Code): claude mcp add io-github-mova-compact-mova-flat-runner -- npx -y mova-mcp@2.0.8 --- ## Hive Mcp Sla Monitor URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-sla-monitor Summary: Service level agreement monitoring for the Hive agent fleet Description: Service level agreement monitoring for the Hive agent fleet Remote endpoints: streamable-http: https://hive-mcp-sla-monitor.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-sla-monitor.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-sla-monitor MCP Tools (4): sla_register, sla_status, sla_breach_history, sla_unregister Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-sla-monitor https://hive-mcp-sla-monitor.onrender.com/mcp --- ## Northdata Connectors URL: https://mcp-marketplace.io/server/io-github-p-meier-northdata-mcp Summary: NorthData API for German company, owner, and financial data — with a built-in credit guard. Category: Developer Tools Mode: local Pricing: Free PyPI: northdata-mcp GitHub: https://github.com/p-meier/northdata-connectors Security Score: 6.5/10 Creator: P Meier Creator Reputation: B Version: 0.1.1 Required Credentials: NORTHDATA_API_KEY (required), NORTHDATA_APPROVAL_THRESHOLD (optional), NORTHDATA_ABSOLUTE_MAX (optional), NORTHDATA_CREDIT_LOG (optional) Install (Claude Code): claude mcp add io-github-p-meier-northdata-mcp -- uvx northdata-mcp==0.1.1 --- ## Chargebee URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-chargebee Summary: Chargebee MCP Pack — wraps the Chargebee API v2 Description: Chargebee MCP Pack — wraps the Chargebee API v2 Remote endpoints: streamable-http: https://gateway.pipeworx.io/chargebee/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/chargebee/mcp GitHub: https://github.com/pipeworx-io/mcp-chargebee MCP Tools (6): discover_tools, chargebee_list_subscriptions, chargebee_get_subscription, chargebee_list_customers, chargebee_get_customer, chargebee_list_invoices Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-chargebee https://gateway.pipeworx.io/chargebee/mcp --- ## Krystalview URL: https://mcp-marketplace.io/server/io-github-mcslaine-krystalview Summary: AI agent access to website analytics, session replay, and anomaly detection. Category: Developer Tools Mode: local Pricing: Free PyPI: krystalview-mcp GitHub: https://github.com/McSlaine/krystalview-mcp Security Score: 9/10 Creator: McSlaine Creator Reputation: B Version: 0.1.2 Required Credentials: KRYSTALVIEW_API_KEY (required), KRYSTALVIEW_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-mcslaine-krystalview -- uvx krystalview-mcp==0.1.4 --- ## Clawswap URL: https://mcp-marketplace.io/server/io-github-wartech9-clawswap Summary: Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments. Category: Cloud & DevOps Mode: local Pricing: Free npm: @clawswap/mcp-server GitHub: https://github.com/WarTech9/clawswap-mcp Security Score: 6/10 Rating: 5/5 Installs: 1 Creator: John Warmann Creator Reputation: B- Version: 0.1.5 Required Credentials: SOLANA_PRIVATE_KEY (required), BASE_PRIVATE_KEY (required), SOLANA_RPC_URL (optional), BASE_RPC_URL (optional) Install (Claude Code): claude mcp add io-github-wartech9-clawswap -- npx -y @clawswap/mcp-server@0.1.5 --- ## Designare URL: https://mcp-marketplace.io/server/at-designare-knowledge Summary: Knowledge Base von designare.at – Michael Kanda, Web & KI aus Wien. Semantische Suche über RAG. Description: Knowledge Base von designare.at – Michael Kanda, Web & KI aus Wien. Semantische Suche über RAG. Remote endpoints: streamable-http: https://designare.at/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://designare.at/api/mcp GitHub: https://github.com/michael-kanda/designare MCP Tools (2): search_knowledge, get_services Security Score: 10/10 Creator: Michael Kanda Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http at-designare-knowledge https://designare.at/api/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-diff-mcp Summary: Character-precise unified diff + patch application + patch parsing. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/diff-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-diff-mcp -- npx -y @mukundakatta/diff-mcp --- ## Yandex Speechkit URL: https://mcp-marketplace.io/server/io-github-theyahia-yandex-speechkit-mcp Summary: MCP server for Yandex SpeechKit API — speech recognition and synthesis. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandex-speechkit-mcp GitHub: https://github.com/theYahia/yandex-speechkit-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: YANDEX_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-yandex-speechkit-mcp -- npx -y @theyahia/yandex-speechkit-mcp@1.1.1 --- ## Dockerhub URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dockerhub Summary: Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data) Description: Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dockerhub/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dockerhub/mcp GitHub: https://github.com/pipeworx-io/mcp-dockerhub MCP Tools (4): discover_tools, search_images, get_image, get_tags Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dockerhub https://gateway.pipeworx.io/dockerhub/mcp --- ## Hive Mcp Log URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-log Summary: Tamper-evident audit log service for agent-to-agent transactions Description: Tamper-evident audit log service for agent-to-agent transactions Remote endpoints: streamable-http: https://hive-mcp-log.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-log.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-log MCP Tools (6): log_ingest, log_tail, log_search, log_retention_get, log_retention_set, log_today Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-log https://hive-mcp-log.onrender.com/mcp --- ## U2 URL: https://mcp-marketplace.io/server/io-github-bpamiri-u2-mcp Summary: Connect AI assistants to Rocket Universe/UniData MultiValue databases via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: u2-mcp GitHub: https://github.com/bpamiri/u2-mcp Security Score: 7.5/10 Creator: Bpamiri Creator Reputation: B Version: 0.1.1 Required Credentials: U2_HOST (optional), U2_USER (optional), U2_PASSWORD (optional), U2_ACCOUNT (optional), U2_SERVICE (optional), U2_PORT (optional), U2_SSL (optional), U2_READ_ONLY (optional), U2_MAX_RECORDS (optional), U2_BLOCKED_COMMANDS (optional) Install (Claude Code): claude mcp add io-github-bpamiri-u2-mcp -- uvx u2-mcp==0.4.0 --- ## Diagrams URL: https://mcp-marketplace.io/server/io-github-mskry-diagrams-mcp-server Summary: Generate cloud architecture diagrams, flowcharts, and sequence diagrams. Description: Generate cloud architecture diagrams, flowcharts, and sequence diagrams. Remote endpoints: streamable-http: https://diagrams-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: diagrams-mcp-server Remote URL: https://diagrams-mcp-production.up.railway.app/mcp GitHub: https://github.com/ByteOverDev/diagrams-mcp Security Score: 10/10 Creator: ByteOverDev Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-mskry-diagrams-mcp-server -- uvx diagrams-mcp-server==0.2.2 Install (Claude Code Remote): claude mcp add --transport http io-github-mskry-diagrams-mcp-server https://diagrams-mcp-production.up.railway.app/mcp --- ## Time URL: https://mcp-marketplace.io/server/io-github-katomato65-time-mcp Summary: Simple MCP server that tells the time Category: Developer Tools Mode: local Pricing: Free npm: @katomato65/time-mcp GitHub: https://github.com/KatoMato65/time-mcp Security Score: 8/10 Creator: KatoMato65 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-katomato65-time-mcp -- npx -y @katomato65/time-mcp@1.0.3 --- ## Zopaf URL: https://mcp-marketplace.io/server/io-github-rjandino-zopaf Summary: Negotiation math engine. Pareto frontier, counteroffer generation, zero LLM tokens. Description: Negotiation math engine. Pareto frontier, counteroffer generation, zero LLM tokens. Remote endpoints: streamable-http: https://zopaf-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zopaf-mcp-production.up.railway.app/mcp GitHub: https://github.com/rjandino/zopaf Security Score: 10/10 Creator: Rjandino Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rjandino-zopaf https://zopaf-mcp-production.up.railway.app/mcp --- ## Pymcp URL: https://mcp-marketplace.io/server/ai-smithery-anirbanbasu-pymcp Summary: Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P… Description: Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P… Remote endpoints: streamable-http: https://server.smithery.ai/@anirbanbasu/pymcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/anirbanbasu/pymcp Security Score: 10/10 Creator: Anirbanbasu Creator Reputation: B Version: 0.1.7 --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-ragdrift-mcp Summary: Diagnose RAG drift: interpret scores, recommend thresholds, explain dimensions. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/ragdrift-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mukundakatta-ragdrift-mcp -- npx -y @mukundakatta/ragdrift-mcp --- ## XFMS URL: https://mcp-marketplace.io/server/dev-xpansion-xfms Summary: Pick the right LLM for any task. Ranked shortlist with rationale across 8 evaluators. Description: Pick the right LLM for any task. Ranked shortlist with rationale across 8 evaluators. Remote endpoints: streamable-http: https://xfms.vercel.app/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://xfms.vercel.app/mcp/ GitHub: https://github.com/VisionAIrySE/XFMS MCP Tools (3): rank, pick, discover Security Score: 10/10 Creator: VisionAIrySE Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http dev-xpansion-xfms https://xfms.vercel.app/mcp/ --- ## Pbirb URL: https://mcp-marketplace.io/server/io-github-mafaq229-pbirb-mcp Summary: MCP server for editing Power BI Report Builder paginated reports (RDL) Category: Developer Tools Mode: local Pricing: Free PyPI: pbirb-mcp GitHub: https://github.com/mafaq229/pbirb-mcp Security Score: 6.3/10 Creator: Mafaq229 Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-mafaq229-pbirb-mcp -- uvx pbirb-mcp==0.4.1 --- ## Test M URL: https://mcp-marketplace.io/server/ai-smithery-blacklotusdev8-test-m Summary: Greet anyone by name with a friendly hello. Scrape webpages to extract content for quick reference… Description: Greet anyone by name with a friendly hello. Scrape webpages to extract content for quick reference… Remote endpoints: streamable-http: https://server.smithery.ai/@blacklotusdev8/test_m/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@blacklotusdev8/test_m/mcp GitHub: https://github.com/blacklotusdev8/test_m Security Score: 10/10 Creator: Blacklotusdev8 Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-blacklotusdev8-test-m https://server.smithery.ai/@blacklotusdev8/test_m/mcp --- ## Harmonyos URL: https://mcp-marketplace.io/server/io-github-fadinglight9291117-harmonyos Summary: MCP server for HarmonyOS development - interact with projects, devices, and applications Category: Developer Tools Mode: local Pricing: Free npm: mcp-harmonyos GitHub: https://github.com/FadingLight9291117/mcp-harmonyos Security Score: 8/10 Creator: FadingLight9291117 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-fadinglight9291117-harmonyos -- npx -y mcp-harmonyos@1.0.4 --- ## Credit Optimizer V5 URL: https://mcp-marketplace.io/server/io-github-rafsilva85-credit-optimizer Summary: Optimizes Manus AI credit usage by 30-75% via intelligent model routing and smart testing. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-credit-optimizer GitHub: https://github.com/rafsilva85/credit-optimizer-v5 Security Score: 4.5/10 Creator: Rafsilva85 Creator Reputation: B Version: 5.2.0 Install (Claude Code): claude mcp add io-github-rafsilva85-credit-optimizer -- uvx mcp-credit-optimizer==5.2.0 --- ## Vivesca URL: https://mcp-marketplace.io/server/io-github-terry-li-hm-vivesca Summary: Opinionated MCP server — Pydantic output schemas, 7 domains, built to evolve. Category: Developer Tools Mode: local Pricing: Free PyPI: vivesca GitHub: https://github.com/vivesca/vivesca Security Score: 8.5/10 Creator: Vivesca Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-terry-li-hm-vivesca -- uvx vivesca --- ## Botoi URL: https://mcp-marketplace.io/server/io-github-xogz3-botoi-mcp Summary: 49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more. Description: 49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more. Remote endpoints: streamable-http: https://api.botoi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.botoi.com/mcp GitHub: https://github.com/XogZ3/botoi MCP Tools (49): lookup_ip, lookup_dns, lookup_whois, lookup_ssl, lookup_email, lookup_headers, lookup_url_metadata, lookup_domain_availability, lookup_tech_detect, lookup_vpn_detect, lookup_phone, lookup_company, text_base64_encode, text_base64_decode, text_json_format, text_json_validate, text_markdown_to_html, text_html_to_markdown, text_csv_to_json, text_yaml_to_json, text_json_to_yaml, text_xml_to_json, dev_hash, dev_uuid, dev_jwt_sign, dev_jwt_verify, dev_cron_describe, dev_password_generate, dev_url_encode, dev_url_decode, dev_regex_test, dev_diff, dev_semver_parse, dev_timestamp_convert, security_encrypt, security_decrypt, security_totp_generate, security_validate_credit_card, security_pii_detect, transform_minify_js, transform_minify_css, transform_sql_format, transform_code_format, transform_json_to_typescript, lookup_address_validate, lookup_breach_check, lookup_ssl_cert_expiry, lookup_dns_monitor, lookup_accessibility Security Score: 9/10 Creator: XogZ3 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xogz3-botoi-mcp https://api.botoi.com/mcp --- ## Financial Hub URL: https://mcp-marketplace.io/server/io-github-ykshah1309-financial-hub-mcp Summary: SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes Category: Developer Tools Mode: local Pricing: Free npm: financial-hub-mcp GitHub: https://github.com/ykshah1309/financial-hub-mcp Security Score: 8.3/10 Creator: Ykshah1309 Creator Reputation: B Version: 1.3.1 Required Credentials: FRED_API_KEY (required), SEC_USER_AGENT_EMAIL (optional), FINNHUB_API_KEY (required) Install (Claude Code): claude mcp add io-github-ykshah1309-financial-hub-mcp -- npx -y financial-hub-mcp@1.3.1 --- ## Piqrypt URL: https://mcp-marketplace.io/server/io-github-piqrypt-audit-trail Summary: Cryptographic audit trail for AI agents. Sign, verify, export. GDPR/HIPAA/EU AI Act. Category: Developer Tools Mode: local Pricing: Free npm: @piqrypt/mcp-server GitHub: https://github.com/PiQrypt/piqrypt-mcp-server Security Score: 8/10 Creator: PiQrypt Creator Reputation: B Version: 1.5.2 Install (Claude Code): claude mcp add io-github-piqrypt-audit-trail -- npx -y @piqrypt/mcp-server@1.5.2 --- ## Email URL: https://mcp-marketplace.io/server/com-lockally-email Summary: Stateful email for AI agents — read inboxes, reply in-thread, draft with approval. Description: Stateful email for AI agents — read inboxes, reply in-thread, draft with approval. Remote endpoints: streamable-http: https://mcp.lockally.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lockally.com/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-lockally-email https://mcp.lockally.com/ --- ## Kairos Connect Edge URL: https://mcp-marketplace.io/server/io-github-mollaie-kairos-connect Summary: Connect AI agents to your Kairos workspace — manage goals, tasks, docs, whiteboards, and forms. Description: Connect AI agents to your Kairos workspace — manage goals, tasks, docs, whiteboards, and forms. Remote endpoints: streamable-http: https://mcp.thekairos.app/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.thekairos.app/ GitHub: https://github.com/moemollaei-org/kairos-connect-edge Security Score: 9/10 Creator: Moemollaei Org Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-mollaie-kairos-connect https://mcp.thekairos.app/ --- ## Melchizedek URL: https://mcp-marketplace.io/server/io-github-louis49-melchizedek Summary: Persistent memory for Claude Code — offline, single-file, hybrid search. Category: Developer Tools Mode: local Pricing: Free npm: melchizedek GitHub: https://github.com/louis49/melchizedek Security Score: 10/10 Creator: Louis49 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-louis49-melchizedek -- npx -y melchizedek@1.0.2 --- ## Ref Tools URL: https://mcp-marketplace.io/server/tools-ref-ref-tools-mcp Summary: Token-efficient search for coding agents over public and private documentation. Description: Token-efficient search for coding agents over public and private documentation. Remote endpoints: streamable-http: https://api.ref.tools/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/ref-tools/ref-tools-mcp Security Score: 10/10 Creator: Ref Tools Creator Reputation: B Version: 3.0.1 --- ## NodeProxy URL: https://mcp-marketplace.io/server/io-github-pgalyen1987-nodeproxy Summary: x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum. Description: x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum. Remote endpoints: streamable-http: https://nodeproxy-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @nodeproxy/langchain PyPI: nodeproxy-tools Remote URL: https://nodeproxy-production.up.railway.app/mcp GitHub: https://github.com/pgalyen1987/NodeProxy MCP Tools (2): surface_markdown_parser, stealth_markdown_parser Security Score: 0.2/10 Creator: Pgalyen1987 Creator Reputation: B Version: 1.1.2 Install (Claude Code): claude mcp add io-github-pgalyen1987-nodeproxy -- npx -y @nodeproxy/langchain@0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pgalyen1987-nodeproxy https://nodeproxy-production.up.railway.app/mcp --- ## Statelode URL: https://mcp-marketplace.io/server/dev-statelode-statelode Summary: Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate. Description: Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate. Remote endpoints: streamable-http: https://api.statelode.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: statelode-bridge Remote URL: https://api.statelode.dev/mcp GitHub: https://github.com/Statelode/statelode Security Score: 8/10 Creator: Statelode Creator Reputation: B Version: 0.1.1 Required Credentials: STATELODE_TOKEN (required) Install (Claude Code): claude mcp add dev-statelode-statelode -- npx -y statelode-bridge Install (Claude Code Remote): claude mcp add --transport http dev-statelode-statelode https://api.statelode.dev/mcp --- ## SQL MCP Mac Windows URL: https://mcp-marketplace.io/server/io-github-tharanabope-sql-server-mcp-macos Summary: SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support) Category: Developer Tools Mode: local Pricing: Free npm: @tharanabopearachchi/sql-server-mcp-macos GitHub: https://github.com/TharanaBope/SQL-MCP-Mac-Windows Security Score: 5.2/10 Creator: TharanaBope Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-tharanabope-sql-server-mcp-macos -- npx -y @tharanabopearachchi/sql-server-mcp-macos@1.0.4 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-lint Summary: Pare Lint ג€” Structured linting and formatting (ESLint, Prettier, Biome, Oxlint) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/lint GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-lint -- npx -y @paretools/lint --- ## Thunderbit URL: https://mcp-marketplace.io/server/io-github-thunderbit-com-thunderbit-mcp-server Summary: AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema. Category: Developer Tools Mode: local Pricing: Free npm: @thunderbit/mcp-server GitHub: https://github.com/thunderbit-com/thunderbit-mcp-server Security Score: 4.8/10 Creator: Thunderbit Com Creator Reputation: B Version: 1.0.4 Required Credentials: THUNDERBIT_API_KEY (required) Install (Claude Code): claude mcp add io-github-thunderbit-com-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server --- ## Otp Ojp URL: https://mcp-marketplace.io/server/io-github-testinat0r-otp-ojp Summary: Validate, introspect, and parse talent profiles (OTP) and job postings (OJP) Category: Developer Tools Mode: local Pricing: Free npm: @opentalentprotocol/mcp-server GitHub: https://github.com/neogene-ai/otp-ojp-mcp-server Security Score: 7.5/10 Creator: Neogene Ai Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-testinat0r-otp-ojp -- npx -y @opentalentprotocol/mcp-server@0.1.1 --- ## Rebholz Attorney URL: https://mcp-marketplace.io/server/com-jenniferrebholz-rebholz-attorney Summary: Authoritative information about Jennifer Rebholz, Arizona personal injury attorney and trial lawyer. Description: Authoritative information about Jennifer Rebholz, Arizona personal injury attorney and trial lawyer. Remote endpoints: streamable-http: https://mcp.jenniferrebholz.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jenniferrebholz.com/mcp MCP Tools (15): get_scope, get_summary, get_bio, get_credentials, get_leadership, get_trials, get_reviews, get_qa, get_blog, get_publications, get_firm_and_contact, get_biography, get_speaking, get_practice_areas, get_career_timeline Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jenniferrebholz-rebholz-attorney https://mcp.jenniferrebholz.com/mcp --- ## Pystub URL: https://mcp-marketplace.io/server/io-github-koyoyeager-pystub Summary: Auto-detect stubbable packages for Python exe builds and generate minimal stub code Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-pystub GitHub: https://github.com/KoyoYeager/mcp-pystub Security Score: 7/10 Creator: KoyoYeager Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-koyoyeager-pystub -- uvx mcp-pystub==0.2.0 --- ## Arbitova URL: https://mcp-marketplace.io/server/io-github-jiayuanliang0716-max-arbitova Summary: Escrow + AI arbitration for A2A payments. Lock funds, confirm delivery, dispute if needed. Category: Developer Tools Mode: local Pricing: Free npm: @arbitova/mcp-server GitHub: https://github.com/jiayuanliang0716-max/Arbitova Security Score: 9.7/10 Creator: Jiayuanliang0716 Max Creator Reputation: B Version: 3.4.0 Required Credentials: ARBITOVA_API_KEY (required), ARBITOVA_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-jiayuanliang0716-max-arbitova -- npx -y @arbitova/mcp-server --- ## Vin Recall URL: https://mcp-marketplace.io/server/io-github-pratikmehkarkar-vin-recall-mcp Summary: Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle. Description: Decodes US VINs and looks up open NHTSA safety recall campaigns for a vehicle. Remote endpoints: streamable-http: https://vin-recall-mcp.zenithserver.duckdns.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://vin-recall-mcp.zenithserver.duckdns.org/mcp GitHub: https://github.com/pratikmehkarkar/vin-recall-mcp MCP Tools (2): decode_vin, check_recalls Security Score: 10/10 Creator: Pratikmehkarkar Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pratikmehkarkar-vin-recall-mcp https://vin-recall-mcp.zenithserver.duckdns.org/mcp --- ## Hive Mcp Vault URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-vault Summary: A2A ZK wallet recovery — guardian swarm, no seed phrase, HiveLaw enforcement Description: A2A ZK wallet recovery — guardian swarm, no seed phrase, HiveLaw enforcement Remote endpoints: streamable-http: https://hive-mcp-vault.onrender.com/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://hive-mcp-vault.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-vault MCP Tools (8): vault.create_vault, vault.get_status, vault.initiate_recovery, vault.list_guardians, vault.submit_guardian_vote, hive_earn_register, hive_earn_me, hive_earn_leaderboard Security Score: 9.1/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-vault https://hive-mcp-vault.onrender.com/mcp --- ## Bitfinex URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bitfinex Summary: Bitfinex v2 public MCP. Description: Bitfinex v2 public MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/bitfinex/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bitfinex/mcp GitHub: https://github.com/pipeworx-io/mcp-bitfinex MCP Tools (30): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, tickers, ticker, ticker_history, trades, book, stats, candles, derivatives_status, derivatives_status_history, liquidations, platform_status Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bitfinex https://gateway.pipeworx.io/bitfinex/mcp --- ## Klavis URL: https://mcp-marketplace.io/server/ai-klavis-strata Summary: MCP server for progressive tool usage at any scale (see https://klavis.ai) Description: MCP server for progressive tool usage at any scale (see https://klavis.ai) Remote endpoints: streamable-http: https://strata.klavis.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://strata.klavis.ai/mcp/ GitHub: https://github.com/Klavis-AI/klavis Security Score: 10/10 Creator: Klavis AI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-klavis-strata https://strata.klavis.ai/mcp/ --- ## Regulatory Deadline URL: https://mcp-marketplace.io/server/io-github-weiseer-regulatory-deadline Summary: FinCEN/SEC/EU AI Act/GDPR deadline tracker for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @weiseer/regulatory-deadline-mcp GitHub: https://github.com/weiseer/regulatory-deadline-mcp Security Score: 10/10 Creator: Weiseer Creator Reputation: B Version: 0.1.1 Required Credentials: REG_URL (optional), REG_LOCAL_ONLY (optional) Install (Claude Code): claude mcp add io-github-weiseer-regulatory-deadline -- npx -y @weiseer/regulatory-deadline-mcp@0.1.1 --- ## Wolfpack Intelligence URL: https://mcp-marketplace.io/server/io-github-rok-labs-wolfpack-intelligence Summary: On-chain security and market intelligence for trading agents on Base. Description: On-chain security and market intelligence for trading agents on Base. Remote endpoints: streamable-http: https://api.wolfpack.roklabs.dev/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.wolfpack.roklabs.dev/api/v1/mcp MCP Tools (11): token_risk_analysis, security_check, narrative_momentum, agent_trust_score, smart_money_signals, token_market_snapshot, mega_report, prediction_market, il_calculator, yield_scanner, technical_analysis Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rok-labs-wolfpack-intelligence https://api.wolfpack.roklabs.dev/api/v1/mcp --- ## Malt URL: https://mcp-marketplace.io/server/io-github-leombm-malt-mcp Summary: MCP server for Malt.fr. Read your freelance profile, stats, and missions from Claude. Category: Developer Tools Mode: local Pricing: Free PyPI: malt-mcp GitHub: https://github.com/LeoMbm/malt-mcp Security Score: 4.2/10 Creator: LeoMbm Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-leombm-malt-mcp -- uvx malt-mcp==0.3.1 --- ## Bullionradar URL: https://mcp-marketplace.io/server/fr-bullionradar-bullionradar-mcp Summary: Prix live de 11 dealers et specs complètes de 80+ pièces d'or et d'argent, pour agents IA. Description: Prix live de 11 dealers et specs complètes de 80+ pièces d'or et d'argent, pour agents IA. Remote endpoints: streamable-http: https://bullionradar.fr/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bullionradar.fr/api/mcp GitHub: https://github.com/laurentknauss/bullionradar MCP Tools (6): get_best_price, compare_prices, get_coin_specs, list_dealers, compare_coins, search_coins Security Score: 8/10 Creator: Laurentknauss Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http fr-bullionradar-bullionradar-mcp https://bullionradar.fr/api/mcp --- ## Linkup URL: https://mcp-marketplace.io/server/ai-smithery-linkupplatform-linkup-mcp-server Summary: Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co… Description: Search the web in real time to get trustworthy, source-backed answers. Find the latest news and co… Remote endpoints: streamable-http: https://server.smithery.ai/@LinkupPlatform/linkup-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/LinkupPlatform/linkup-mcp-server Security Score: 10/10 Creator: LinkupPlatform Creator Reputation: B Version: 1.0.0 --- ## Crunchyroll URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-crunchyroll Summary: MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-crunchyroll GitHub: https://github.com/markswendsen-code/mcp-crunchyroll Security Score: 7.5/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-markswendsen-code-crunchyroll -- npx -y @striderlabs/mcp-crunchyroll@0.1.1 --- ## Feeless402 URL: https://mcp-marketplace.io/server/com-feeless402-nano-pay Summary: Pay for x402-priced APIs with feeless, sub-second Nano (XNO) micropayments from a local wallet. Category: Developer Tools Mode: local Pricing: Free PyPI: feeless402 GitHub: https://github.com/Feeless402/feeless402 Security Score: 7.5/10 Creator: Feeless402 Creator Reputation: B Version: 0.2.4 Install (Claude Code): claude mcp add com-feeless402-nano-pay -- uvx feeless402==0.2.4 --- ## Smithery Ai Github URL: https://mcp-marketplace.io/server/ai-smithery-smithery-ai-github Summary: Access the GitHub API, enabling file operations, repository management, search functionality, and… Description: Access the GitHub API, enabling file operations, repository management, search functionality, and… Remote endpoints: streamable-http: https://server.smithery.ai/@smithery-ai/github/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/smithery-ai/mcp-servers Security Score: 10/10 Creator: Smithery Ai Creator Reputation: B Version: 1.0.0 --- ## Rocket Plus URL: https://mcp-marketplace.io/server/io-github-crypto-goatz-rocket-plus-mcp Summary: 56+ AI tools for CRM, content, workflows, SkillForge & marketing automation. Category: Finance Mode: local Pricing: Free npm: rocket-plus-mcp GitHub: https://github.com/Crypto-Goatz/rocket-plus-mcp.git Security Score: 8/10 Creator: Crypto Goatz Creator Reputation: B Version: 2.1.0 Required Credentials: ROCKET_API_KEY (required), ROCKET_API_URL (optional) Install (Claude Code): claude mcp add io-github-crypto-goatz-rocket-plus-mcp -- npx -y rocket-plus-mcp@3.0.1 --- ## Schemastore URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-schemastore Summary: JSON Schema catalog (SchemaStore.org) Description: JSON Schema catalog (SchemaStore.org) Remote endpoints: streamable-http: https://gateway.pipeworx.io/schemastore/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/schemastore/mcp GitHub: https://github.com/pipeworx-io/mcp-schemastore MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_schemas, find_schema_for, fetch_schema, lookup Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-schemastore https://gateway.pipeworx.io/schemastore/mcp --- ## Augments URL: https://mcp-marketplace.io/server/io-github-augmnt-augments-mcp-server Summary: Augments MCP Server - A comprehensive framework documentation provider for Claude Code Category: Developer Tools Mode: local Pricing: Free PyPI: augments-mcp-server GitHub: https://github.com/augmnt/augments-mcp-server Security Score: 6.8/10 Creator: Augmnt Creator Reputation: B Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-augmnt-augments-mcp-server -- uvx augments-mcp-server==2.0.5 --- ## Google Flights URL: https://mcp-marketplace.io/server/io-github-andreacappelletti97-google-flights Summary: MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more. Category: Developer Tools Mode: local Pricing: Free npm: google-flights-mcp GitHub: https://github.com/andreacappelletti97/google-flights-mcp Security Score: 10/10 Creator: Andreacappelletti97 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-andreacappelletti97-google-flights -- npx -y google-flights-mcp@1.0.3 --- ## Radio URL: https://mcp-marketplace.io/server/io-github-meshpop-radiomcp Summary: Internet radio streaming MCP server — search, play, and manage radio stations worldwide Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/meshpop/radiomcp Security Score: 10/10 Creator: Meshpop Creator Reputation: B Version: 1.0.0 --- ## Planfix URL: https://mcp-marketplace.io/server/io-github-theyahia-planfix-mcp Summary: MCP server for Planfix API — tasks, contacts. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/planfix-mcp GitHub: https://github.com/theYahia/planfix-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: PLANFIX_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-planfix-mcp -- npx -y @theyahia/planfix-mcp@1.1.1 --- ## Razz URL: https://mcp-marketplace.io/server/io-github-razz-games-razz Summary: Play provably fair games with real SOL wagering from any AI agent Category: Developer Tools Mode: local Pricing: Free npm: @razzgames/mcp-server GitHub: https://github.com/razz-games/razz-mcp Security Score: 9.8/10 Creator: Razz Games Creator Reputation: B Version: 0.3.1 Required Credentials: RAZZ_API_KEY (required), PLATFORM_WS_URL (optional), PLATFORM_API_URL (optional) Install (Claude Code): claude mcp add io-github-razz-games-razz -- npx -y @razzgames/mcp-server@0.3.1 --- ## Todo URL: https://mcp-marketplace.io/server/io-github-mctx-ai-todo Summary: Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder, Description: Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder, Remote endpoints: sse: https://todo.mctx.ai/v2.0.3 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://todo.mctx.ai/v2.0.3 Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-todo https://todo.mctx.ai/v2.0.3 --- ## Yuque URL: https://mcp-marketplace.io/server/io-github-yuque-yuque-mcp Summary: MCP server for Yuque — expose your knowledge base to AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: yuque-mcp GitHub: https://github.com/yuque/yuque-mcp-server Security Score: 3.5/10 Creator: Yuque Creator Reputation: B Version: 0.1.4 Required Credentials: YUQUE_PERSONAL_TOKEN (required), YUQUE_GROUP_TOKEN (required), YUQUE_TOKEN (required) Install (Claude Code): claude mcp add io-github-yuque-yuque-mcp -- npx -y yuque-mcp@0.1.13 --- ## Sitecore Server URL: https://mcp-marketplace.io/server/io-github-antonytm-mcp-sitecore-server Summary: A Model Context Protocol server for Sitecore Category: Developer Tools Mode: local Pricing: Free npm: @antonytm/mcp-sitecore-server GitHub: https://github.com/Antonytm/mcp-sitecore-server Security Score: 6.5/10 Creator: Antonytm Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-antonytm-mcp-sitecore-server -- npx -y @antonytm/mcp-sitecore-server@1.3.12 --- ## Bloomfilter URL: https://mcp-marketplace.io/server/io-github-eronmmer-bloomfilter Summary: Service that lets AI Agents search, register, and configure domains Category: Developer Tools Mode: local Pricing: Free npm: @bloomfilter/mcp-server GitHub: https://github.com/BloomFilter-Labs/mcp-server-bloomfilter Security Score: 6/10 Creator: BloomFilter Labs Creator Reputation: B Version: 0.1.1 Required Credentials: BLOOMFILTER_PRIVATE_KEY (required), BLOOMFILTER_API_URL (optional), BLOOMFILTER_NETWORK (optional) Install (Claude Code): claude mcp add io-github-eronmmer-bloomfilter -- npx -y @bloomfilter/mcp-server@0.1.2 --- ## Vorim URL: https://mcp-marketplace.io/server/io-github-kzino-vorim-mcp-server Summary: AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI Category: Developer Tools Mode: local Pricing: Free npm: @vorim/mcp-server GitHub: https://github.com/Kzino/vorim-mcp-server Security Score: 9/10 Creator: Kzino Creator Reputation: B Version: 1.1.2 Required Credentials: VORIM_API_KEY (required), VORIM_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-kzino-vorim-mcp-server -- npx -y @vorim/mcp-server@1.1.2 --- ## Mcp URL: https://mcp-marketplace.io/server/ru-swipa-mcp Summary: SWIPA bot API — send/receive messages on swipa.ru via per-connection Bearer auth. Description: SWIPA bot API — send/receive messages on swipa.ru via per-connection Bearer auth. Remote endpoints: sse: https://swipa.ru/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://swipa.ru/mcp/sse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http ru-swipa-mcp https://swipa.ru/mcp/sse --- ## Random Profiles URL: https://mcp-marketplace.io/server/com-random-profiles-mcp Summary: Generate fake user profiles and companies for tests, seed data, and AI agent demos. Category: Developer Tools Mode: local Pricing: Free npm: random-profiles-mcp GitHub: https://github.com/gusdeboer/random-profiles-mcp Security Score: 10/10 Creator: Gusdeboer Creator Reputation: B Version: 1.4.3 Required Credentials: RANDOM_PROFILES_API_KEY (required) Install (Claude Code): claude mcp add com-random-profiles-mcp -- npx -y random-profiles-mcp@1.4.3 --- ## Solana Mcp Vybe URL: https://mcp-marketplace.io/server/io-github-vybenetwork-vybe-solana-api Summary: Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools. Description: Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools. Remote endpoints: streamable-http: https://docs.vybenetwork.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://docs.vybenetwork.com/mcp GitHub: https://github.com/vybenetwork/solana-mcp-vybe MCP Tools (4): list-endpoints, get-endpoint, search-endpoints, execute-request Security Score: 10/10 Creator: Vybenetwork Creator Reputation: B Version: 1.0.9 Install (Claude Code Remote): claude mcp add --transport http io-github-vybenetwork-vybe-solana-api https://docs.vybenetwork.com/mcp --- ## Deepblue URL: https://mcp-marketplace.io/server/xyz-deepbluebase-deepblue-trading Summary: Live crypto trading signals, sentiment, Polymarket analytics. Free demo + x402 micropayments. Description: Live crypto trading signals, sentiment, Polymarket analytics. Free demo + x402 micropayments. Remote endpoints: streamable-http: https://mcp.deepbluebase.xyz/mcp/ Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.deepbluebase.xyz/mcp/ GitHub: https://github.com/ClawHub-core/deepblue-mcp Security Score: 10/10 Creator: ClawHub Core Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http xyz-deepbluebase-deepblue-trading https://mcp.deepbluebase.xyz/mcp/ --- ## Amocrm URL: https://mcp-marketplace.io/server/io-github-theyahia-amocrm-mcp Summary: MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/amocrm-mcp GitHub: https://github.com/theYahia/amocrm-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: AMOCRM_DOMAIN (required) Install (Claude Code): claude mcp add io-github-theyahia-amocrm-mcp -- npx -y @theyahia/amocrm-mcp@2.0.2 --- ## Mermaid URL: https://mcp-marketplace.io/server/ai-smithery-hustcc-mcp-mermaid Summary: Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr… Description: Generate dynamic Mermaid diagrams and charts with AI assistance. Customize styles and export diagr… Remote endpoints: streamable-http: https://server.smithery.ai/@hustcc/mcp-mermaid/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/hustcc/mcp-mermaid Security Score: 10/10 Creator: Hustcc Creator Reputation: B Version: 0.1.3 --- ## Oracle Agent Card URL: https://mcp-marketplace.io/server/io-github-whawi-oracle Summary: Ground truth operational layer for urban transfers in LatAm. Description: Ground truth operational layer for urban transfers in LatAm. Remote endpoints: streamable-http: https://oracle.whaber.ai/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://oracle.whaber.ai/mcp/v1 GitHub: https://github.com/Whawi/oracle-agent-card Security Score: 9.9/10 Creator: Whawi Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-whawi-oracle https://oracle.whaber.ai/mcp/v1 --- ## Rsk URL: https://mcp-marketplace.io/server/io-github-rsksmart-rsk-mcp-server Summary: MCP Server for Rootstock Blockchain Category: Developer Tools Mode: local Pricing: Free npm: @rsksmart/rsk-mcp-server GitHub: https://github.com/rsksmart/rsk-mcp-server Security Score: 3.2/10 Creator: Rsksmart Creator Reputation: B Version: 0.2.7 Install (Claude Code): claude mcp add io-github-rsksmart-rsk-mcp-server -- npx -y @rsksmart/rsk-mcp-server@0.2.7 --- ## Mysql URL: https://mcp-marketplace.io/server/io-github-neverinfamous-mysql-mcp Summary: Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment Category: Data & Analytics Mode: local Pricing: Free GitHub: https://github.com/neverinfamous/mysql-mcp.git Security Score: 10/10 Creator: Neverinfamous Creator Reputation: B Version: 1.0.0 --- ## Bitrix24 URL: https://mcp-marketplace.io/server/io-github-theyahia-bitrix24-mcp Summary: MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/bitrix24-mcp GitHub: https://github.com/theYahia/bitrix24-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: BITRIX24_WEBHOOK_URL (required) Install (Claude Code): claude mcp add io-github-theyahia-bitrix24-mcp -- npx -y @theyahia/bitrix24-mcp@3.0.1 --- ## Postcodes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-postcodes Summary: Postcodes MCP — wraps postcodes.io UK postcode API (free, no auth) Description: Postcodes MCP — wraps postcodes.io UK postcode API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/postcodes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/postcodes/mcp GitHub: https://github.com/pipeworx-io/mcp-postcodes MCP Tools (4): lookup_postcode, nearest_postcodes, validate_postcode, random_postcode Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-postcodes https://gateway.pipeworx.io/postcodes/mcp --- ## Well URL: https://mcp-marketplace.io/server/io-github-wellapp-ai-well-mcp Summary: Connect your AI to your Well financial data - invoices, companies, contacts. Description: Connect your AI to your Well financial data - invoices, companies, contacts. Remote endpoints: streamable-http: https://api.wellapp.ai/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.wellapp.ai/v1/mcp GitHub: https://github.com/WellApp-ai/well-mcp Security Score: 9/10 Creator: WellApp Ai Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-wellapp-ai-well-mcp https://api.wellapp.ai/v1/mcp --- ## Commerce Intelligence URL: https://mcp-marketplace.io/server/io-phoslabs-commerce-intelligence Summary: Commerce intelligence for AI agents. Diagnose drop-offs, fix checkouts, optimize pricing. Description: Commerce intelligence for AI agents. Diagnose drop-offs, fix checkouts, optimize pricing. Remote endpoints: streamable-http: https://mcp.phoslabs.io/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.phoslabs.io/ Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 4.0.0 Install (Claude Code Remote): claude mcp add --transport http io-phoslabs-commerce-intelligence https://mcp.phoslabs.io/ --- ## Sympy URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-sympy Summary: MCP server that exposes SymPy's symbolic mathematics functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-sympy GitHub: https://github.com/daedalus/mcp-sympy Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-sympy -- uvx mcp-sympy==0.1.0 --- ## Twitterapi Docs URL: https://mcp-marketplace.io/server/io-github-dorukardahan-twitterapi-docs-mcp Summary: Offline access to TwitterAPI.io docs for AI assistants. 52 endpoints, guides, pricing. Category: Marketing & Social Mode: local Pricing: Free npm: twitterapi-docs-mcp GitHub: https://github.com/dorukardahan/twitterapi-docs-mcp Security Score: 7.7/10 Creator: Dorukardahan Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-dorukardahan-twitterapi-docs-mcp -- npx -y twitterapi-docs-mcp --- ## DecimerMCPServer URL: https://mcp-marketplace.io/server/io-github-docminus-decimer-mcp-server Summary: MCP server for DECIMER image-to-SMILES chemical structure recognition Category: Data & Analytics Mode: local Pricing: Free PyPI: decimer-mcp-server GitHub: https://github.com/DocMinus/DecimerMCPServer Security Score: 7/10 Creator: DocMinus Creator Reputation: D Version: 0.1.4 Use Cases: chemistry Install (Claude Code): claude mcp add io-github-docminus-decimer-mcp-server -- uvx decimer-mcp-server==0.1.4 --- ## Cron Parser Api URL: https://mcp-marketplace.io/server/io-github-lazymac2x-cron-parser Summary: Cloudflare Workers MCP server: cron-parser Description: Cloudflare Workers MCP server: cron-parser Remote endpoints: streamable-http: https://api.lazy-mac.com/cron-parser/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lazy-mac.com/cron-parser/mcp GitHub: https://github.com/lazymac2x/cron-parser-api MCP Tools (5): explain_cron, validate_cron, next_runs, generate_cron, common_crons Security Score: 10/10 Creator: Lazymac2x Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lazymac2x-cron-parser https://api.lazy-mac.com/cron-parser/mcp --- ## Siliconbridge URL: https://mcp-marketplace.io/server/io-github-aataqi-boop-siliconbridge Summary: Human-in-the-loop API for AI agents. CAPTCHA, OTP, KYC, and approvals by real humans. Description: Human-in-the-loop API for AI agents. CAPTCHA, OTP, KYC, and approvals by real humans. Remote endpoints: streamable-http: https://siliconbridge.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://siliconbridge.xyz/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aataqi-boop-siliconbridge https://siliconbridge.xyz/mcp --- ## Agents URL: https://mcp-marketplace.io/server/io-github-absolutejs-agents Summary: Search verified agents and production agent-first AbsoluteJS packages. Category: Developer Tools Mode: local Pricing: Free npm: @absolutejs/agents-mcp GitHub: https://github.com/absolutejs/agents-mcp Security Score: 10/10 Creator: Absolutejs Creator Reputation: B Version: 0.2.0 Required Credentials: ABSOLUTE_AGENT_REGISTRY_URL (optional), ABSOLUTE_PACKAGE_REGISTRY_URL (optional) Install (Claude Code): claude mcp add io-github-absolutejs-agents -- npx -y @absolutejs/agents-mcp@0.2.0 --- ## Deadline Locale Guide URL: https://mcp-marketplace.io/server/io-github-wxt-ai-deadline-locale-guide Summary: Set timezone guidance for project deadlines Description: Set timezone guidance for project deadlines Remote endpoints: streamable-http: https://openings-vote-drilling-initially.trycloudflare.com/mcp/deadline-locale-guide Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openings-vote-drilling-initially.trycloudflare.com/mcp/deadline-locale-guide Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-wxt-ai-deadline-locale-guide https://openings-vote-drilling-initially.trycloudflare.com/mcp/deadline-locale-guide --- ## Bea Gov URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bea-gov Summary: BEA — Bureau of Economic Analysis MCP. Description: BEA — Bureau of Economic Analysis MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/bea-gov/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bea-gov/mcp GitHub: https://github.com/pipeworx-io/mcp-bea-gov MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, dataset_list, parameter_list, parameter_values, parameter_values_filtered, get_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bea-gov https://gateway.pipeworx.io/bea-gov/mcp --- ## Agent Signal URL: https://mcp-marketplace.io/server/io-github-dan24ou-cpu-agent-signal Summary: Collective intelligence for AI shopping agents — product intel, deals, and more Description: Collective intelligence for AI shopping agents — product intel, deals, and more Remote endpoints: streamable-http: https://agent-signal-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: agent-signal Remote URL: https://agent-signal-production.up.railway.app/mcp GitHub: https://github.com/dan24ou-cpu/agent-signal Security Score: 6.8/10 Creator: Dan24ou Cpu Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-dan24ou-cpu-agent-signal -- npx -y agent-signal@0.7.1 Install (Claude Code Remote): claude mcp add --transport http io-github-dan24ou-cpu-agent-signal https://agent-signal-production.up.railway.app/mcp --- ## Ecb URL: https://mcp-marketplace.io/server/io-github-scka-de-ecb-mcp Summary: ECB data for AI agents — rates, yields, inflation, money supply, and 100+ datasets. No API key. Category: Developer Tools Mode: local Pricing: Free npm: ecb-mcp GitHub: https://github.com/scka-de/ecb-mcp Security Score: 2.3/10 Creator: Scka De Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-scka-de-ecb-mcp -- npx -y ecb-mcp@0.1.1 --- ## Xhs URL: https://mcp-marketplace.io/server/io-github-shanyang-me-xiaohongshu-mcp Summary: Publish, search, and manage Xiaohongshu (Little Red Book) content via MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: xiaohongshu-mcp-server GitHub: https://github.com/shanyang-me/xhs-mcp Security Score: 4.5/10 Creator: Shanyang Me Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-shanyang-me-xiaohongshu-mcp -- uvx xiaohongshu-mcp-server==0.1.1 --- ## Monthsleft URL: https://mcp-marketplace.io/server/io-github-docracy1-monthsleft Summary: SaaS runway calculator (MRR growth vs churn), breakeven, burn multiple. Free MCP connector. Description: SaaS runway calculator (MRR growth vs churn), breakeven, burn multiple. Free MCP connector. Remote endpoints: streamable-http: https://monthsleft.netlify.app/.netlify/functions/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://monthsleft.netlify.app/.netlify/functions/mcp GitHub: https://github.com/docracy1/monthsleft MCP Tools (4): calculate_saas_runway, calculate_runway, calculate_breakeven, calculate_burn_multiple Security Score: 10/10 Creator: Docracy1 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-docracy1-monthsleft https://monthsleft.netlify.app/.netlify/functions/mcp --- ## Calmboard URL: https://mcp-marketplace.io/server/io-github-dalvaren-calmboard Summary: AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows. Description: AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows. Remote endpoints: streamable-http: https://calmboard.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://calmboard.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dalvaren-calmboard https://calmboard.ai/mcp --- ## Business Intelligence URL: https://mcp-marketplace.io/server/io-github-sjcripps-business-intelligence Summary: AI business intelligence: competitor analysis, web scoring, reviews, market research Description: AI business intelligence: competitor analysis, web scoring, reviews, market research Remote endpoints: streamable-http: https://mcp.ezbizservices.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/ezbiz-services/mcp-business-intelligence Security Score: 10/10 Creator: Ezbiz Services Creator Reputation: B Version: 1.0.0 --- ## Mern URL: https://mcp-marketplace.io/server/io-github-irtezaasadrizvi-mern-mcp Summary: Scaffolds MERN CRUD resources into existing Express and React codebases. Category: Developer Tools Mode: local Pricing: Free npm: mern-mcp GitHub: https://github.com/IrtezaAsadRizvi/mern-mcp Security Score: 6.3/10 Creator: IrtezaAsadRizvi Creator Reputation: B Version: 0.1.0 Required Credentials: MERN_MCP_PROJECT_ROOT (optional) Install (Claude Code): claude mcp add io-github-irtezaasadrizvi-mern-mcp -- npx -y mern-mcp@0.1.0 --- ## Nooxus URL: https://mcp-marketplace.io/server/io-github-robertglools-nooxus-mcp Summary: Nooxus Edge Data MCP: Search AI-verified Chinese manufacturers, eliminate B2B hallucinations. Category: Developer Tools Mode: local Pricing: Free PyPI: nooxus-mcp GitHub: https://github.com/Nooxus-AI/nooxus-mcp Security Score: 7/10 Creator: Nooxus AI Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-robertglools-nooxus-mcp -- uvx nooxus-mcp==0.1.4 --- ## Brapi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-brapi Summary: brapi.dev MCP — Brazilian stock + crypto + ETF quotes. Description: brapi.dev MCP — Brazilian stock + crypto + ETF quotes. Remote endpoints: streamable-http: https://gateway.pipeworx.io/brapi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/brapi/mcp GitHub: https://github.com/pipeworx-io/mcp-brapi MCP Tools (26): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, quote_list, quote, available, crypto, currency, inflation, prime_rate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-brapi https://gateway.pipeworx.io/brapi/mcp --- ## Codevulnerability URL: https://mcp-marketplace.io/server/io-github-evozim-codevulnerability-mcp Summary: Premium agentic endpoint for codevulnerability-mcp. Description: Premium agentic endpoint for codevulnerability-mcp. Remote endpoints: sse: https://api.m2mcent.com/codevulnerability-mcp/sse Category: Security Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/codevulnerability-mcp/sse MCP Tools (1): codevulnerability-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-codevulnerability-mcp https://api.m2mcent.com/codevulnerability-mcp/sse --- ## Ludo URL: https://mcp-marketplace.io/server/ai-ludo-game-assets Summary: Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices. Description: Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices. Remote endpoints: streamable-http: https://mcp.ludo.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ludo.ai/mcp GitHub: https://github.com/Ludo-AI/ludo-mcp MCP Tools (16): validateApiKeyEndpoint, createImage, generateWithStyle, editImage, animateSprite, generatePose, transferMotion, listAnimationPresets, createVideo, removeBackground, create3DModel, createSoundEffect, createMusic, createVoice, createSpeech, createSpeechPreset Security Score: 10/10 Creator: Ludo AI Creator Reputation: B Version: 0.9.0 Install (Claude Code Remote): claude mcp add --transport http ai-ludo-game-assets https://mcp.ludo.ai/mcp --- ## Preclick URL: https://mcp-marketplace.io/server/ai-preclick-preclick-mcp Summary: PreClick scans links for threats and confirms intent match with high accuracy before agents click. Description: PreClick scans links for threats and confirms intent match with high accuracy before agents click. Remote endpoints: streamable-http: https://preclick.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://preclick.ai/mcp GitHub: https://github.com/cybrlab-ai/preclick-mcp Security Score: 10/10 Creator: Cybrlab Ai Creator Reputation: B Version: 0.3.6 Install (Claude Code Remote): claude mcp add --transport http ai-preclick-preclick-mcp https://preclick.ai/mcp --- ## Verification Talent URL: https://mcp-marketplace.io/server/com-algeriacertify-verification-talent Summary: Verify Algerian digital certificates and find certified professionals for hiring in Algeria. Description: Verify Algerian digital certificates and find certified professionals for hiring in Algeria. Remote endpoints: streamable-http: https://www.algeriacertify.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.algeriacertify.com/api/mcp MCP Tools (7): verify_certificate, search_certified_talent, match_talent_to_job, get_talent_profile, list_specialties, list_institutions, platform_stats Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-algeriacertify-verification-talent https://www.algeriacertify.com/api/mcp --- ## Lc Checker URL: https://mcp-marketplace.io/server/com-tallymesh-lc-checker Summary: Check a letter-of-credit document set for UCP600/ISBP discrepancies before the bank does. Description: Check a letter-of-credit document set for UCP600/ISBP discrepancies before the bank does. Remote endpoints: streamable-http: https://tallymesh.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tallymesh.com/mcp MCP Tools (2): start_lc_audit, get_lc_audit_result Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-tallymesh-lc-checker https://tallymesh.com/mcp --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-federal-register-mcp Summary: Federal Register proposed/final rules, notices, executive orders, FAR cases. 8 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: federal-register-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 5.2/10 Creator: 1102tools Creator Reputation: B Version: 0.2.7 Install (Claude Code): claude mcp add io-github-1102tools-federal-register-mcp -- uvx federal-register-mcp --- ## Limitguard Ai URL: https://mcp-marketplace.io/server/ai-limitguard-api-trust-intelligence Summary: Entity verification, sanctions screening, and trust scoring for AI agents. Description: Entity verification, sanctions screening, and trust scoring for AI agents. Remote endpoints: streamable-http: https://api.limitguard.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.limitguard.ai/mcp GitHub: https://github.com/JWconsultancy1234/limitguard-ai MCP Tools (5): check_entity, check_agent, get_trust_score, verify_wallet, get_risk_score Security Score: 8/10 Creator: JWconsultancy1234 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-limitguard-api-trust-intelligence https://api.limitguard.ai/mcp --- ## Scholar URL: https://mcp-marketplace.io/server/io-github-mlintangmz2765-scholar Summary: Hardened Scholar MCP for deep academic research (Scopus, OpenAlex, Unpaywall) with PDF vision. Category: Education & Research Mode: local Pricing: Free PyPI: scholar-academic-mcp GitHub: https://github.com/mlintangmz2765/Scholar-MCP Security Score: 6.5/10 Creator: Mlintangmz2765 Creator Reputation: B Version: 1.0.0 Required Credentials: SCOPUS_API_KEY (required), CONTACT_EMAIL (optional), SCOPUS_INST_TOKEN (required) Install (Claude Code): claude mcp add io-github-mlintangmz2765-scholar -- uvx scholar-academic-mcp==1.0.0 --- ## Npm Search URL: https://mcp-marketplace.io/server/io-github-zcag-npm-search-mcp Summary: Search npm packages, get live registry data, and compare alternatives. No API key needed. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/zcag/npm-search-mcp Security Score: 5.5/10 Creator: zcag Creator Reputation: F Version: 1.0.0 --- ## Mdshare URL: https://mcp-marketplace.io/server/io-github-sathya-sankaran-mdshare Summary: Free markdown sharing. Upload, get links, collaborate. No login needed. Category: Developer Tools Mode: local Pricing: Free npm: mdshare-mcp GitHub: https://github.com/urbanmorph/mdshare Security Score: 8.8/10 Creator: Urbanmorph Creator Reputation: B Version: 1.4.1 Install (Claude Code): claude mcp add io-github-sathya-sankaran-mdshare -- npx -y mdshare-mcp --- ## Roundtable Dashboard URL: https://mcp-marketplace.io/server/now-roundtable-mcp-roundtable Summary: Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight. Description: Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight. Remote endpoints: streamable-http: https://mcp.roundtable.now/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.roundtable.now/mcp GitHub: https://github.com/deadpixel/roundtable-dashboard MCP Tools (13): list-models, list-sessions, get-session, get-logs, check-usage, get-thread-link, set-thread-visibility, consult-council, design-architecture, review-code, plan-implementation, debug-issue, assess-tradeoffs Security Score: 9/10 Creator: Deadpixel Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http now-roundtable-mcp-roundtable https://mcp.roundtable.now/mcp --- ## Stock Scanner URL: https://mcp-marketplace.io/server/io-github-yyordanov-tradu-stock-scanner-mcp Summary: Stock and crypto market data — 49 tools for quotes, technicals, options, SEC filings, and more. Category: Finance Mode: local Pricing: Free npm: stock-scanner-mcp GitHub: https://github.com/yyordanov-tradu/stock-scanner-mcp Security Score: 9.8/10 Creator: Yyordanov Tradu Creator Reputation: B Version: 1.13.1 Required Credentials: FINNHUB_API_KEY (required), ALPHA_VANTAGE_API_KEY (required), FRED_API_KEY (required) Install (Claude Code): claude mcp add io-github-yyordanov-tradu-stock-scanner-mcp -- npx -y stock-scanner-mcp@1.16.0 --- ## Cobot Safety Zone URL: https://mcp-marketplace.io/server/io-github-evozim-cobot-safety-zone-mcp Summary: Premium agentic endpoint for cobot-safety-zone-mcp. Description: Premium agentic endpoint for cobot-safety-zone-mcp. Remote endpoints: sse: https://api.m2mcent.com/cobot-safety-zone-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cobot-safety-zone-mcp/sse MCP Tools (1): cobot-safety-zone-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cobot-safety-zone-mcp https://api.m2mcent.com/cobot-safety-zone-mcp/sse --- ## Readdown URL: https://mcp-marketplace.io/server/io-github-zcag-readdown-mcp Summary: Convert web pages to clean, LLM-optimized Markdown. No browser needed. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/zcag/readdown-mcp Security Score: 5.2/10 Creator: zcag Creator Reputation: F Version: 1.0.0 --- ## Hive Mcp Aml Screen URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-aml-screen Summary: Real-time AML and sanctions screening for agent-to-agent transactions Description: Real-time AML and sanctions screening for agent-to-agent transactions Remote endpoints: streamable-http: https://hive-mcp-aml-screen.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-aml-screen.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-aml-screen MCP Tools (3): aml_screen, aml_bulk_screen, aml_today Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-aml-screen https://hive-mcp-aml-screen.onrender.com/mcp --- ## Agent Negotiation URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-negotiation-mcp Summary: Agent Negotiation MCP Server by MEOK AI Labs Description: Agent Negotiation MCP Server by MEOK AI Labs Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/negotiation Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-negotiation-mcp Remote URL: https://api.meok.ai/v1/a2a/negotiation GitHub: https://github.com/CSOAI-ORG/agent-negotiation-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.16 Install (Claude Code): claude mcp add io-github-csoai-org-agent-negotiation-mcp -- uvx agent-negotiation-mcp==1.0.16 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-negotiation-mcp https://api.meok.ai/v1/a2a/negotiation --- ## Gads URL: https://mcp-marketplace.io/server/io-github-pijusz-mcp-gads Summary: Google Ads MCP server — query campaigns, keywords, assets & more via natural language Category: Developer Tools Mode: local Pricing: Free npm: mcp-gads GitHub: https://github.com/pijusz/mcp-gads Security Score: 10/10 Creator: Pijusz Creator Reputation: B Version: 0.5.4 Install (Claude Code): claude mcp add io-github-pijusz-mcp-gads -- npx -y mcp-gads@0.6.0 --- ## Open Corporates URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-open-corporates Summary: OpenCorporates MCP — Global company registry data (free, no auth, rate limited) Description: OpenCorporates MCP — Global company registry data (free, no auth, rate limited) Remote endpoints: streamable-http: https://gateway.pipeworx.io/open-corporates/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/open-corporates/mcp GitHub: https://github.com/pipeworx-io/mcp-open-corporates MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_companies, get_company, search_officers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-open-corporates https://gateway.pipeworx.io/open-corporates/mcp --- ## Mux URL: https://mcp-marketplace.io/server/io-github-mcpmux-mcp-mux Summary: McpMux — configure MCP servers once, connect every AI client through one local gateway. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/mcpmux/mcp-mux Security Score: 10/10 Creator: Mcpmux Creator Reputation: B Version: 0.1.1 --- ## Anneal Memory URL: https://mcp-marketplace.io/server/io-github-phillipclapham-anneal-memory Summary: Two-layer memory for AI agents with an immune system. Zero dependencies. Category: Developer Tools Mode: local Pricing: Free PyPI: anneal-memory GitHub: https://github.com/phillipclapham/anneal-memory Security Score: 10/10 Creator: phillipclapham Creator Reputation: C Version: 0.1.1 Install (Claude Code): claude mcp add io-github-phillipclapham-anneal-memory -- uvx anneal-memory==0.2.1 --- ## Opensanctions URL: https://mcp-marketplace.io/server/io-github-scka-de-opensanctions-mcp Summary: Sanctions screening and PEP checks via OpenSanctions API for AI agents Category: Developer Tools Mode: local Pricing: Free npm: opensanctions-mcp GitHub: https://github.com/scka-de/opensanctions-mcp Security Score: 10/10 Creator: Scka De Creator Reputation: B Version: 0.1.1 Required Credentials: OPENSANCTIONS_API_KEY (required), OPENSANCTIONS_API_URL (optional) Install (Claude Code): claude mcp add io-github-scka-de-opensanctions-mcp -- npx -y opensanctions-mcp@0.1.2 --- ## Agentic House Search Data Registry URL: https://mcp-marketplace.io/server/io-github-asturksever-agentic-house-search Summary: UK neighbourhood research from government open data: postcode reports, comparisons, 45 datasets. Description: UK neighbourhood research from government open data: postcode reports, comparisons, 45 datasets. Remote endpoints: streamable-http: https://agentic-house-search.vercel.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: agentic-house-search Remote URL: https://agentic-house-search.vercel.app/mcp GitHub: https://github.com/asturksever/agentic-house-search-data-registry MCP Tools (5): postcode_report, postcode_lookup, postcode_compare, postcode_search_datasets, postcode_get_dataset Security Score: 10/10 Creator: Asturksever Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-asturksever-agentic-house-search -- npx -y agentic-house-search@0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-asturksever-agentic-house-search https://agentic-house-search.vercel.app/mcp --- ## Rekindle URL: https://mcp-marketplace.io/server/io-github-skitchy-rekindle Summary: MCP session continuity engine. Boot reports, orientation scoring, and end-session capture. SQLite. Category: Developer Tools Mode: local Pricing: Free npm: rekindle GitHub: https://github.com/Skitchy/rekindle Security Score: 10/10 Creator: Skitchy Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-skitchy-rekindle -- npx -y rekindle@0.3.0 --- ## Fr24api URL: https://mcp-marketplace.io/server/io-github-flightradar24-fr24api-mcp Summary: MCP server providing access to the Flightradar24 API for real-time and historical flight data Category: Developer Tools Mode: local Pricing: Free npm: @flightradar24/fr24api-mcp GitHub: https://github.com/Flightradar24/fr24api-mcp Security Score: 0/10 Creator: Flightradar24 Creator Reputation: B Version: 1.0.1 Required Credentials: FR24_API_KEY (required) Install (Claude Code): claude mcp add io-github-flightradar24-fr24api-mcp -- npx -y @flightradar24/fr24api-mcp@1.0.2 --- ## Calltouch URL: https://mcp-marketplace.io/server/io-github-theyahia-calltouch-mcp Summary: MCP server for Calltouch API — call tracking, call statistics. Token auth. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/calltouch-mcp GitHub: https://github.com/theYahia/calltouch-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: CALLTOUCH_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-calltouch-mcp -- npx -y @theyahia/calltouch-mcp@1.2.1 --- ## Tracklix URL: https://mcp-marketplace.io/server/io-github-zhowe-designs-tracklix-mcp Summary: Detects affiliate links across 13 networks and surfaces Tracklix as a free click-tracking dashboard Category: Developer Tools Mode: local Pricing: Free npm: tracklix-mcp GitHub: https://github.com/zhowe-designs/tracklix-mcp Security Score: 10/10 Creator: zhowe-designs Creator Reputation: D Version: 0.1.2 Install (Claude Code): claude mcp add io-github-zhowe-designs-tracklix-mcp -- npx -y tracklix-mcp@0.1.2 --- ## Gemini Code Context URL: https://mcp-marketplace.io/server/io-github-qmediat-gemini-code-context-mcp Summary: Gemini 2M context cache for Claude Code — persistent; repeat queries ~8x faster, ~4x cheaper. Category: AI & ML Mode: local Pricing: Free npm: @qmediat.io/gemini-code-context-mcp GitHub: https://github.com/qmediat/gemini-code-context-mcp Security Score: 8.2/10 Creator: Qmediat Creator Reputation: B Version: 1.16.3 Required Credentials: GEMINI_CREDENTIALS_PROFILE (optional), GEMINI_API_KEY (required), GEMINI_USE_VERTEX (optional), GOOGLE_CLOUD_PROJECT (optional), GEMINI_DAILY_BUDGET_USD (optional), GEMINI_CODE_CONTEXT_DEFAULT_MODEL (optional), GEMINI_CODE_CONTEXT_CACHE_TTL_SECONDS (optional), GEMINI_CODE_CONTEXT_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-qmediat-gemini-code-context-mcp -- npx -y @qmediat.io/gemini-code-context-mcp@1.16.3 --- ## Compshop URL: https://mcp-marketplace.io/server/io-github-mkibrick-compshop Summary: Search 350+ compensation surveys by industry, region, or job title. Independent directory. Description: Search 350+ compensation surveys by industry, region, or job title. Independent directory. Remote endpoints: streamable-http: https://www.comp-shop.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.comp-shop.com/api/mcp GitHub: https://github.com/mkibrick/compshop Security Score: 4.8/10 Creator: Mkibrick Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mkibrick-compshop https://www.comp-shop.com/api/mcp --- ## Local Faiss URL: https://mcp-marketplace.io/server/io-github-nonatofabio-local-faiss-mcp Summary: Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts. Category: AI & ML Mode: local Pricing: Free PyPI: local-faiss-mcp GitHub: https://github.com/nonatofabio/local_faiss_mcp Security Score: 4.3/10 Creator: Nonatofabio Creator Reputation: B Version: 0.2.0-rc.3 Install (Claude Code): claude mcp add io-github-nonatofabio-local-faiss-mcp -- uvx local-faiss-mcp==0.2.1 --- ## Cap Js URL: https://mcp-marketplace.io/server/io-github-cap-js-mcp-server Summary: Model Context Protocol (MCP) server for AI-assisted development of CAP applications. Category: Developer Tools Mode: local Pricing: Free npm: @cap-js/mcp-server GitHub: https://github.com/cap-js/mcp-server Security Score: 8/10 Creator: Cap Js Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-cap-js-mcp-server -- npx -y @cap-js/mcp-server@0.0.4 --- ## Gameserver URL: https://mcp-marketplace.io/server/io-github-statico-alt-spacemolt Summary: MMO game for AI agents: mine, trade, craft, explore, and battle in a galaxy of ~500 systems Description: MMO game for AI agents: mine, trade, craft, explore, and battle in a galaxy of ~500 systems Remote endpoints: streamable-http: https://game.spacemolt.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://game.spacemolt.com/mcp GitHub: https://github.com/SpaceMolt/gameserver Security Score: 9/10 Creator: SpaceMolt Creator Reputation: B Version: 0.129.5 Install (Claude Code Remote): claude mcp add --transport http io-github-statico-alt-spacemolt https://game.spacemolt.com/mcp --- ## Co2 Inference Calculator URL: https://mcp-marketplace.io/server/io-github-evozim-co2-inference-calculator-mcp Summary: Premium agentic endpoint for co2-inference-calculator-mcp. Description: Premium agentic endpoint for co2-inference-calculator-mcp. Remote endpoints: sse: https://api.m2mcent.com/co2-inference-calculator-mcp/sse Category: AI & ML Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/co2-inference-calculator-mcp/sse MCP Tools (1): co2-inference-calculator-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-co2-inference-calculator-mcp https://api.m2mcent.com/co2-inference-calculator-mcp/sse --- ## Clawagent URL: https://mcp-marketplace.io/server/io-github-zaq2989-clawagent Summary: AI agent marketplace with MCP support and HTTP 402 micropayments (x402/intmax402). Description: AI agent marketplace with MCP support and HTTP 402 micropayments (x402/intmax402). Remote endpoints: sse: https://clawagent-production.up.railway.app/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clawagent-production.up.railway.app/mcp/sse GitHub: https://github.com/zaq2989/Clawagent Security Score: 9.9/10 Creator: Zaq2989 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-zaq2989-clawagent https://clawagent-production.up.railway.app/mcp/sse --- ## Android Security Analyzer URL: https://mcp-marketplace.io/server/android-security-analyzer Summary: MCP server for static security analysis of Android application source code. Description: Analyzes Android project source files — without building the project — and returns a structured security report. The analysis covers: * Manifest analysis — exported components, dangerous permissions, cleartext traffic, debug flags, backup settings, SDK versions * Gradle/build config — release build misconfigurations, outdated SDKs, suspicious dependencies, hardcoded secrets * Source code (Java/Kotlin) — insecure WebView, SSL/TLS bypass, weak crypto, SQL injection patterns, process execution, ins Category: Security Mode: dual Pricing: Free Remote URL: https://android-security-analyzer.ako-labs.workers.dev/mcp GitHub: https://github.com/ako2345/android-security-analyzer Security Score: 5.2/10 Creator: User Creator Reputation: F Version: 1.0.0 Tags: android, application, security, static-analysis, code-review, vulnerability-detection, secure-coding Use Cases: Security auditing, Code review, Vulnerability detection, Secure coding Install (Claude Code Remote): claude mcp add --transport http android-security-analyzer https://android-security-analyzer.ako-labs.workers.dev/mcp --- ## Gener8v URL: https://mcp-marketplace.io/server/io-github-gener8v-thomas-mcp-geographic-data Summary: U.S. demographics, housing, mortgage, migration, and employment data via loc8n API Description: U.S. demographics, housing, mortgage, migration, and employment data via loc8n API Remote endpoints: sse: https://mcp.loc8n.com/sse Category: Developer Tools Mode: dual Pricing: Free npm: @gener8v/mcp-geographic-data Remote URL: https://mcp.loc8n.com/sse GitHub: https://github.com/gener8v/gener8v.mcp.geographic-data Security Score: 7/10 Creator: Gener8v Creator Reputation: B Version: 0.1.3 Required Credentials: LOC8N_API_KEY (required) Install (Claude Code): claude mcp add io-github-gener8v-thomas-mcp-geographic-data -- npx -y @gener8v/mcp-geographic-data@0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gener8v-thomas-mcp-geographic-data https://mcp.loc8n.com/sse --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-country-data-mcp Summary: MCP server for country_data_mcp Description: MCP server for country_data_mcp Remote endpoints: streamable-http: https://country_data_mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://country_data_mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 9.9/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-country-data-mcp https://country_data_mcp.mcpize.run/mcp --- ## Demo URL: https://mcp-marketplace.io/server/live-alpic-staging-demo-81c8a122-demo Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://demo-81c8a122.staging.alpic.live sse: https://demo-81c8a122.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://demo-81c8a122.staging.alpic.live Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-demo-81c8a122-demo https://demo-81c8a122.staging.alpic.live --- ## Clinical Trial Matcher URL: https://mcp-marketplace.io/server/io-github-evozim-clinical-trial-matcher-mcp Summary: Premium agentic endpoint for clinical-trial-matcher-mcp. Description: Premium agentic endpoint for clinical-trial-matcher-mcp. Remote endpoints: sse: https://api.m2mcent.com/clinical-trial-matcher-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/clinical-trial-matcher-mcp/sse MCP Tools (1): clinical-trial-matcher-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-clinical-trial-matcher-mcp https://api.m2mcent.com/clinical-trial-matcher-mcp/sse --- ## Cloudpayments URL: https://mcp-marketplace.io/server/io-github-theyahia-cloudpayments-mcp Summary: MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools. Category: Finance Mode: local Pricing: Free npm: @theyahia/cloudpayments-mcp GitHub: https://github.com/theYahia/cloudpayments-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: CLOUDPAYMENTS_PUBLIC_ID (required) Install (Claude Code): claude mcp add io-github-theyahia-cloudpayments-mcp -- npx -y @theyahia/cloudpayments-mcp@2.0.1 --- ## Kronan URL: https://mcp-marketplace.io/server/io-github-sandsower-kronan-mcp Summary: MCP server for the Krónan grocery store API (Iceland) Category: Developer Tools Mode: local Pricing: Free npm: kronan-mcp GitHub: https://github.com/sandsower/kronan-mcp Security Score: 7/10 Creator: Sandsower Creator Reputation: B Version: 1.0.1 Required Credentials: KRONAN_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-sandsower-kronan-mcp -- npx -y kronan-mcp@1.0.1 --- ## Leaf URL: https://mcp-marketplace.io/server/app-readwithleaf-leaf Summary: AI assistant integration for Leaf — track books, log reading sessions, and manage your library. Description: AI assistant integration for Leaf — track books, log reading sessions, and manage your library. Remote endpoints: streamable-http: https://mcp.readwithleaf.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.readwithleaf.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-readwithleaf-leaf https://mcp.readwithleaf.app/mcp --- ## China Export Rebate URL: https://mcp-marketplace.io/server/io-github-rainbow686-china-export-rebate-mcp Summary: China export tax rebate rate & HS code lookup (官方退税率). Description: China export tax rebate rate & HS code lookup (官方退税率). Remote endpoints: streamable-http: https://china-export-rebate-mcp.rainbow686.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://china-export-rebate-mcp.rainbow686.workers.dev/mcp GitHub: https://github.com/rainbow686/china-export-rebate-mcp MCP Tools (3): query_rebate_rate, search_rebate_by_name, rebate_rate_stats Security Score: 8/10 Creator: Rainbow686 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rainbow686-china-export-rebate-mcp https://china-export-rebate-mcp.rainbow686.workers.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-androidmanagement-mcp Summary: Remote enterprise management of Android devices and apps Description: Remote enterprise management of Android devices and apps Remote endpoints: streamable-http: https://androidmanagement.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://androidmanagement.googleapis.com/mcp MCP Tools (9): get_enterprise, list_enterprises, get_application, get_device, list_devices, get_policy, list_policies, get_web_app, list_web_apps Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-androidmanagement-mcp https://androidmanagement.googleapis.com/mcp --- ## Adadvisor URL: https://mcp-marketplace.io/server/ai-adadvisor-mcp-server Summary: Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings. Description: Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings. Remote endpoints: streamable-http: https://api.adadvisor.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.adadvisor.ai/mcp MCP Tools (5): list_ad_accounts, list_entities, get_performance, get_timeseries, get_entity_details Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-adadvisor-mcp-server https://api.adadvisor.ai/mcp --- ## Kolada URL: https://mcp-marketplace.io/server/io-github-isakskogstad-kolada-mcp Summary: Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities. Description: Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities. Remote endpoints: streamable-http: https://kolada-mcp-pafn.onrender.com/mcp sse: https://kolada-mcp-pafn.onrender.com/sse Category: Developer Tools Mode: dual Pricing: Free npm: kolada-mcp-server GitHub: https://github.com/isakskogstad/kolada-mcp Security Score: 3.3/10 Creator: Isak Skogstad Creator Reputation: C+ Version: 2.2.1 Install (Claude Code): claude mcp add io-github-isakskogstad-kolada-mcp -- npx -y kolada-mcp-server@2.2.1 --- ## Factorguide URL: https://mcp-marketplace.io/server/io-github-bwana7-factorguide Summary: Send a coupling matrix, get zone classifications and optimal factorization strategy. Description: Send a coupling matrix, get zone classifications and optimal factorization strategy. Remote endpoints: streamable-http: https://factorguide.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://factorguide.io/mcp GitHub: https://github.com/Bwana7/factorguide MCP Tools (7): factorguide_navigate, factorguide_diagnose, factorguide_submit_payment, factorguide_report_outcome, factorguide_explain, factorguide_regime_detect, factorguide_synergy_detect Security Score: 10/10 Creator: Bwana7 Creator Reputation: B Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-bwana7-factorguide https://factorguide.io/mcp --- ## Cloudpulse URL: https://mcp-marketplace.io/server/io-github-lhf552004-cloudpulse Summary: Cross-cloud observability for AI agents. Covers AWS, GCP, Vercel, and Cloudflare. Category: Developer Tools Mode: local Pricing: Free npm: cloudpulse-mcp GitHub: https://github.com/Galadriel-Tech-Solutions/cloudpulse-mcp Security Score: 7/10 Creator: Galadriel Tech Solutions Creator Reputation: B Version: 0.1.2 Required Credentials: AWS_ACCESS_KEY_ID (required), AWS_SECRET_ACCESS_KEY (required), AWS_REGION (optional), VERCEL_TOKEN (required), GOOGLE_APPLICATION_CREDENTIALS (optional), GOOGLE_CLOUD_PROJECT (optional), CLOUDFLARE_API_TOKEN (required), CLOUDFLARE_ACCOUNT_ID (optional) Install (Claude Code): claude mcp add io-github-lhf552004-cloudpulse -- npx -y cloudpulse-mcp@0.1.2 --- ## Etherscan Api URL: https://mcp-marketplace.io/server/io-github-junct-bot-etherscan-api-mcp Summary: Etherscan Api - 71 tools for data, metrics, and on-chain analytics Description: Etherscan Api - 71 tools for data, metrics, and on-chain analytics Remote endpoints: streamable-http: https://etherscan-api.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://etherscan-api.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/etherscan-api-mcp MCP Tools (71): get_ether_balance_for_a_single_address, get_ether_balance_for_multiple_addresses_in_a_single_call, get_a_list_of_normal_transactions_by_address, get_a_list_of_internal_transactions_by_address, get_internal_transactions_by_transaction_hash, get_internal_transactions_by_block_range, get_a_list_of_erc20_token_transfer_events_by_address, get_a_list_of_erc721_token_transfer_events_by_address, get_a_list_of_erc1155_token_transfer_events_by_address, get_list_of_blocks_validated_by_address, get_beacon_chain_withdrawals_by_address_and_block_range, get_historical_ether_balance_for_a_single_address_by_blockno, get_contract_abi_for_verified_contract_source_codes, get_contract_source_code_for_verified_contract_source_codes, get_contract_creator_and_creation_tx_hash, verify_source_code, check_source_code_verification_status, check_contract_execution_status, check_transaction_receipt_status, get_block_and_uncle_rewards_by_blockno, get_estimated_block_countdown_time_by_blockno, get_block_number_by_timestamp, get_daily_average_block_size, get_daily_block_count_and_rewards, get_daily_block_rewards, get_daily_average_time_for_a_block_to_be_included_in_the, get_daily_uncle_block_count_and_rewards, get_event_logs_by_address, get_event_logs_by_topics, get_event_logs_by_address_filtered_by_topics, eth_blocknumber, eth_getblockbynumber, eth_getunclebyblocknumberandindex, eth_getblocktransactioncountbynumber, eth_gettransactionbyhash, eth_gettransactionbyblocknumberandindex, eth_gettransactioncount, eth_sendrawtransaction, eth_gettransactionreceipt, eth_call, eth_getcode, eth_getstorageat, eth_gasprice, eth_estimategas, get_erc20_token_totalsupply_by_contractaddress, get_erc20_token_account_balance_for_tokencontractaddress, get_historical_erc20_token_totalsupply_by_contractaddress_and, get_historical_erc20_token_account_balance_for, get_token_holder_list_by_contract_address, get_token_info_by_contractaddress, get_address_erc20_token_holding, get_address_erc721_token_holding, get_address_erc721_token_inventory_by_contract_address, get_estimation_of_confirmation_time, get_gas_oracle, get_daily_average_gas_limit, get_ethereum_daily_total_gas_used, get_daily_average_gas_price, get_total_supply_of_ether, get_total_supply_of_ether_2, get_ether_last_price, get_ethereum_nodes_size, get_total_nodes_count, get_daily_network_transaction_fee, get_daily_new_address_count, get_daily_network_utilization, get_daily_average_network_hash_rate, get_daily_transaction_count, get_daily_average_network_difficulty, get_ether_historical_daily_market_cap, get_ether_historical_price Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-etherscan-api-mcp https://etherscan-api.mcp.junct.dev/mcp --- ## Ru Books URL: https://mcp-marketplace.io/server/io-github-books-service-ru-books Summary: MCP server for Russian books search, details, and recommendation candidates. Description: MCP server for Russian books search, details, and recommendation candidates. Remote endpoints: streamable-http: https://knigochit.ru/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://knigochit.ru/mcp MCP Tools (3): books_search, book_details, recommendation_candidates Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-books-service-ru-books https://knigochit.ru/mcp --- ## Stompy URL: https://mcp-marketplace.io/server/ai-stompy-stompy Summary: Persistent AI memory with semantic search, conflict detection, and ticketing. Description: Persistent AI memory with semantic search, conflict detection, and ticketing. Remote endpoints: streamable-http: https://mcp.stompy.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stompy.ai GitHub: https://github.com/banton/stompy-mcp-server Security Score: 10/10 Creator: Banton Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-stompy-stompy https://mcp.stompy.ai --- ## Nicheiqs URL: https://mcp-marketplace.io/server/io-github-darylerivers-nicheiqs Summary: Score any market niche 0-100. Analyzes Reddit pain signals, Google Trends, and competition level. Category: Developer Tools Mode: local Pricing: Free npm: nicheiqs-mcp GitHub: https://github.com/darylerivers/nicheiqs-mcp Security Score: 8/10 Creator: Darylerivers Creator Reputation: B Version: 1.0.0 Required Credentials: NICHE_ENGINE_API_KEY (required), NICHE_ENGINE_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-darylerivers-nicheiqs -- npx -y nicheiqs-mcp@1.0.1 --- ## A11y Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-a11y Summary: Alt text, headings, contrast, ARIA for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-a11y-tools GitHub: https://github.com/rog0x/mcp-a11y-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-a11y -- npx -y @rog0x/mcp-a11y-tools@1.0.2 --- ## Vectordecisions URL: https://mcp-marketplace.io/server/io-github-nikitadatar-vectordecisions-mcp-server Summary: AI Governance MCP Server - GATRI trust scoring, kill-switch, EU AI Act compliance for Claude Category: AI & ML Mode: local Pricing: Free npm: vectordecisions-mcp-server GitHub: https://github.com/NikitaDatar/vectordecisions-mcp-server Security Score: 7.5/10 Creator: NikitaDatar Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-nikitadatar-vectordecisions-mcp-server -- npx -y vectordecisions-mcp-server@1.0.3 --- ## Codemunch Pro URL: https://mcp-marketplace.io/server/io-github-bigjai-codemunch-pro Summary: Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval. Category: Developer Tools Mode: local Pricing: Free PyPI: codemunch-pro GitHub: https://github.com/BigJai/codemunch-pro Security Score: 9.3/10 Creator: BigJai Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-bigjai-codemunch-pro -- uvx codemunch-pro==1.3.0 --- ## Rrg URL: https://mcp-marketplace.io/server/io-github-richardjhobbs-rrg-marketplace Summary: Agent-native fashion marketplace. Browse, design, purchase NFTs, launch brands on Base. Description: Agent-native fashion marketplace. Browse, design, purchase NFTs, launch brands on Base. Remote endpoints: streamable-http: https://realrealgenuine.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://realrealgenuine.com/mcp GitHub: https://github.com/richardjhobbs/rrg MCP Tools (24): list_drops, get_current_brief, upload_image, submit_design, get_submission_status, initiate_purchase, confirm_purchase, get_download_links, list_brands, list_briefs, get_brand, register_brand, get_drop_details, get_offers, check_agent_standing, join_rrg_discord, redeem_voucher, join_marketing_program, log_referral, check_my_commissions, get_marketing_handbook, get_agent_pass, initiate_agent_purchase, confirm_agent_purchase Security Score: 7.6/10 Creator: Richardjhobbs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-richardjhobbs-rrg-marketplace https://realrealgenuine.com/mcp --- ## Neurodivergent Memory URL: https://mcp-marketplace.io/server/io-github-jmeyer1980-neurodivergent-memory Summary: Persistent knowledge graph MCP server for neurodivergent thinking. BM25 search, no cloud LLM. Category: Developer Tools Mode: local Pricing: Free npm: neurodivergent-memory GitHub: https://github.com/jmeyer1980/neurodivergent-memory Security Score: 10/10 Creator: Jmeyer1980 Creator Reputation: B Version: 0.1.8 Install (Claude Code): claude mcp add io-github-jmeyer1980-neurodivergent-memory -- npx -y neurodivergent-memory@0.3.9 --- ## Zooidfund URL: https://mcp-marketplace.io/server/fund-zooid-zooidfund Summary: MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base. Description: MCP server for AI agents to discover campaigns by humans and donate USDC directly on Base. Remote endpoints: streamable-http: https://fcefnmdlggldmfusydix.supabase.co/functions/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fcefnmdlggldmfusydix.supabase.co/functions/v1/mcp MCP Tools (9): get_platform_overview, search_campaigns, get_campaign, get_campaign_donations, get_evidence, confirm_evidence_payment, donate, confirm_donation, register_agent Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http fund-zooid-zooidfund https://fcefnmdlggldmfusydix.supabase.co/functions/v1/mcp --- ## Nory URL: https://mcp-marketplace.io/server/io-github-thememebanker-nory-x402 Summary: Give any AI agent instant payment capabilities via x402 protocol on Solana Category: Developer Tools Mode: local Pricing: Free npm: nory-mcp-server GitHub: https://github.com/TheMemeBanker/nory-mcp-server Security Score: 8/10 Creator: TheMemeBanker Creator Reputation: B Version: 1.0.3 Required Credentials: NORY_WALLET_KEY (required), NORY_API_URL (optional) Install (Claude Code): claude mcp add io-github-thememebanker-nory-x402 -- npx -y nory-mcp-server@1.0.3 --- ## Cloud Agent URL: https://mcp-marketplace.io/server/io-github-joepangallo-cloud-agent Summary: AI software engineer — writes code, opens PRs, reviews code, generates tests, and more. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-cloud-agent GitHub: https://github.com/joepangallo/mcp-server-cloud-agent Security Score: 9.2/10 Creator: Joepangallo Creator Reputation: B Version: 1.1.1 Required Credentials: CLOUD_AGENT_API_KEY (required), CLOUD_AGENT_URL (optional) Install (Claude Code): claude mcp add io-github-joepangallo-cloud-agent -- npx -y mcp-server-cloud-agent@1.1.1 --- ## Globalpulse URL: https://mcp-marketplace.io/server/io-github-gpavan1992-globalpulse-mcp Summary: Real-world intelligence MCP — macroeconomics, climate, disasters, trade & aviation. Category: Developer Tools Mode: local Pricing: Free npm: globalpulse-mcp-server GitHub: https://github.com/gpavan1992/Globalpulse-MCP Security Score: 5.2/10 Creator: Gpavan1992 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-gpavan1992-globalpulse-mcp -- npx -y globalpulse-mcp-server@1.0.0 --- ## Color Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-color Summary: Color convert, palette, contrast checker for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-color-tools GitHub: https://github.com/rog0x/mcp-color-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-color -- npx -y @rog0x/mcp-color-tools@1.0.1 --- ## Delimit URL: https://mcp-marketplace.io/server/io-github-delimit-ai-delimit Summary: One workspace for every AI coding assistant. Shared tasks, memory, and governance. Category: Developer Tools Mode: local Pricing: Free npm: delimit-cli GitHub: https://github.com/delimit-ai/delimit Security Score: 4.1/10 Creator: Delimit Ai Creator Reputation: B Version: 3.10.4 Install (Claude Code): claude mcp add io-github-delimit-ai-delimit -- npx -y delimit-cli@4.1.53 --- ## Basicops URL: https://mcp-marketplace.io/server/io-github-basicops-basicops Summary: BasicOps MCP server for project management, tasks, notes, and team collaboration. Description: BasicOps MCP server for project management, tasks, notes, and team collaboration. Remote endpoints: streamable-http: https://app.basicops.com/mcp sse: https://app.basicops.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.basicops.com/mcp GitHub: https://github.com/BasicOps/mcp-server Security Score: 10/10 Creator: Hans Larsen Creator Reputation: C Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-basicops-basicops https://app.basicops.com/mcp --- ## Support Local Businesses URL: https://mcp-marketplace.io/server/io-github-polsia-inc-slb-florida-business-intelligence Summary: 312K+ FL commercial parcels, 6,400+ verified listings, AI visibility reports, x402 micropayments Description: 312K+ FL commercial parcels, 6,400+ verified listings, AI visibility reports, x402 micropayments Remote endpoints: streamable-http: https://support-local-businesses.polsia.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://support-local-businesses.polsia.app/mcp GitHub: https://github.com/Polsia-Inc/support-local-businesses Security Score: 9/10 Creator: Polsia Inc Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-polsia-inc-slb-florida-business-intelligence https://support-local-businesses.polsia.app/mcp --- ## Wxo Builder URL: https://mcp-marketplace.io/server/io-github-markusvankempen-wxo-builder-mcp-server Summary: Manage IBM Watson Orchestrate tools, agents, connections from Cursor, Copilot, Claude. Category: Developer Tools Mode: local Pricing: Free npm: @markusvankempen/wxo-builder-mcp-server GitHub: https://github.com/markusvankempen/wxo-builder-mcp-server Security Score: 9.7/10 Creator: Markusvankempen Creator Reputation: B Version: 1.0.4 Required Credentials: WO_API_KEY (required), WO_INSTANCE_URL (optional) Install (Claude Code): claude mcp add io-github-markusvankempen-wxo-builder-mcp-server -- npx -y @markusvankempen/wxo-builder-mcp-server --- ## Blobpedia URL: https://mcp-marketplace.io/server/io-github-unitynodes-blobpedia Summary: Celestia knowledge base: CIPs, docs, forum, videos, GitHub, plus live on-chain state Description: Celestia knowledge base: CIPs, docs, forum, videos, GitHub, plus live on-chain state Remote endpoints: streamable-http: https://blobpedia.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://blobpedia.org/mcp GitHub: https://github.com/UnityNodes/blobpedia MCP Tools (23): search, get_cip, list_cips, get_discussion, get_whitepaper, list_whitepapers, get_trending, get_doc, get_cip_history, get_cip_attachments, get_cip_mentions, get_recent_changes, get_network_stats, get_network_state, list_ecosystem_projects, list_repos, list_github_discussions, get_github_discussion, get_video, list_videos, get_foundation_info, semantic_search, get_started_guide Security Score: 8/10 Creator: UnityNodes Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-unitynodes-blobpedia https://blobpedia.org/mcp --- ## Aegis Policy URL: https://mcp-marketplace.io/server/io-github-evozim-aegis-policy Summary: Governance firewall and safety guardrails oracle for AI swarms. Description: Governance firewall and safety guardrails oracle for AI swarms. Remote endpoints: sse: https://aegis-policy-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aegis-policy-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-aegis-policy https://aegis-policy-mcp.vercel.app/api/mcp --- ## TablaCognita URL: https://mcp-marketplace.io/server/io-github-pstryder-tablacognita Summary: MCP-native collaborative markdown editor with real-time AI document editing Description: MCP-native collaborative markdown editor with real-time AI document editing Remote endpoints: streamable-http: https://app.tablacognita.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.tablacognita.com/mcp GitHub: https://github.com/PStryder/TablaCognita Security Score: 4.5/10 Creator: PStryder Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pstryder-tablacognita https://app.tablacognita.com/mcp --- ## Stithy Memory URL: https://mcp-marketplace.io/server/stithy-memory Summary: Stop re-explaining context. Your AI remembers, every session. Description: Every session with your AI starts the same way: re-explaining who you are, what you're building, what you decided last week. The AI has no memory of any of it. Free memory MCPs exist to fix this — but they're hobbyist projects. Stale schemas. No dedup. No decay. Searc Category: Productivity Mode: local Pricing: $6.99 (subscription) npm: @stithy/memory GitHub: https://github.com/resolceo-ai/stithy-mcp Security Score: 5.7/10 Creator: Stithy Creator Reputation: F Version: 1.0.0 Tags: memory, persistence, semantic-search, claude, cursor, windsurf, claude-code, vector-search, local-first, privacy Use Cases: Cross-session memory, Context persistence, Knowledge management, Personal assistant memory, Project context tracking Required Credentials: MCP_LICENSE_KEY (required), STITHY_MEMORY_DB (optional) Install (Claude Code): claude mcp add stithy-memory -- npx -y @stithy/memory --- ## Feedbk URL: https://mcp-marketplace.io/server/io-github-feedbk-ai-create-survey Summary: Create AI surveys with dynamic follow-up probing directly from your AI assistant. Description: Create AI surveys with dynamic follow-up probing directly from your AI assistant. Remote endpoints: streamable-http: https://mcp.feedbk.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.feedbk.ai/mcp GitHub: https://github.com/feedbk-ai/feedbk-mcp-server MCP Tools (2): start_survey, publish_survey Security Score: 10/10 Creator: Feedbk Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-feedbk-ai-create-survey https://mcp.feedbk.ai/mcp --- ## TempoGraph URL: https://mcp-marketplace.io/server/io-github-elmoaid-tempograph Summary: Code graph context engine with 24 MCP tools. 170+ languages via tree-sitter. Category: Developer Tools Mode: local Pricing: Free PyPI: tempograph GitHub: https://github.com/Elmoaid/TempoGraph Security Score: 10/10 Creator: Elmoaid Creator Reputation: B Version: 0.7.2 Install (Claude Code): claude mcp add io-github-elmoaid-tempograph -- uvx tempograph==0.7.4 --- ## Pixabay URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pixabay Summary: Pixabay MCP. Description: Pixabay MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/pixabay/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pixabay/mcp GitHub: https://github.com/pipeworx-io/mcp-pixabay MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_images, search_videos Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pixabay https://gateway.pipeworx.io/pixabay/mcp --- ## Brainfile URL: https://mcp-marketplace.io/server/io-brainfile-brainfile Summary: Brainfile memory layer for Claude Code over MCP: free starter files + weekly freshness feed. Description: Brainfile memory layer for Claude Code over MCP: free starter files + weekly freshness feed. Remote endpoints: streamable-http: https://brainfile.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://brainfile.io/mcp MCP Tools (3): get_starter_file, list_pack_contents, get_freshness_sample Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-brainfile-brainfile https://brainfile.io/mcp --- ## Memory URL: https://mcp-marketplace.io/server/io-github-chenxiaofie-memory-mcp Summary: 情景+实体记忆 MCP 服务,为 Claude Code 提供持久化记忆能力 Category: Developer Tools Mode: local Pricing: Free PyPI: chenxiaofie-memory-mcp GitHub: https://github.com/chenxiaofie/memory-mcp Security Score: 6.5/10 Creator: Chenxiaofie Creator Reputation: B Version: 0.2.1 Required Credentials: CLAUDE_PROJECT_ROOT (optional) Install (Claude Code): claude mcp add io-github-chenxiaofie-memory-mcp -- uvx chenxiaofie-memory-mcp==0.3.2 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-florentine-ai-mcp Summary: MCP server for Florentine.ai - Natural language to MongoDB aggregations Category: Developer Tools Mode: local Pricing: Free npm: @florentine-ai/mcp GitHub: https://github.com/florentine-ai/mcp Security Score: 10/10 Creator: Florentine Ai Creator Reputation: B Version: 0.2.1 Required Credentials: FLORENTINE_TOKEN (required), LLM_SERVICE (optional), LLM_KEY (required), SESSION_ID (optional), RETURN_TYPES (optional), REQUIRED_INPUTS (optional) Install (Claude Code): claude mcp add io-github-florentine-ai-mcp -- npx -y @florentine-ai/mcp@1.0.0 --- ## Agency URL: https://mcp-marketplace.io/server/io-github-npupko-agency-mcp-server Summary: On-demand access to 150+ specialist AI agent templates — search, browse, and spawn agents Category: Developer Tools Mode: local Pricing: Free npm: agency-mcp-server GitHub: https://github.com/npupko/agency-mcp-server Security Score: 7.2/10 Creator: Npupko Creator Reputation: B Version: 0.2.2 Required Credentials: AGENCY_AGENTS_PATH (optional), AGENCY_REPO_URL (optional), AGENCY_AUTO_UPDATE (optional), AGENCY_UPDATE_INTERVAL (optional) Install (Claude Code): claude mcp add io-github-npupko-agency-mcp-server -- npx -y agency-mcp-server@0.3.1 --- ## Searxng URL: https://mcp-marketplace.io/server/io-github-aicrafted-searxng-mcp Summary: MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/aicrafted/searxng-mcp Security Score: 4.5/10 Creator: Aicrafted Creator Reputation: B Version: 1.0.0 Required Credentials: SEARXNG_URL (optional) --- ## Cloudscale Sim URL: https://mcp-marketplace.io/server/io-github-evozim-cloudscale-sim-mcp Summary: Premium agentic endpoint for cloudscale-sim-mcp. Description: Premium agentic endpoint for cloudscale-sim-mcp. Remote endpoints: sse: https://api.m2mcent.com/cloudscale-sim-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cloudscale-sim-mcp/sse MCP Tools (1): cloudscale-sim-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cloudscale-sim-mcp https://api.m2mcent.com/cloudscale-sim-mcp/sse --- ## Tickadoo URL: https://mcp-marketplace.io/server/io-github-tickadoo-tickadoo-mcp Summary: Search and book theatre, attractions, tours across 681 cities. 13,090+ products. Description: Search and book theatre, attractions, tours across 681 cities. 13,090+ products. Remote endpoints: streamable-http: https://mcp.tickadoo.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @tickadoo/mcp-server Remote URL: https://mcp.tickadoo.com/mcp GitHub: https://github.com/tickadoo/tickadoo-mcp Security Score: 7.5/10 Creator: francistickadoo Creator Reputation: D Version: 1.4.2 Install (Claude Code): claude mcp add io-github-tickadoo-tickadoo-mcp -- npx -y @tickadoo/mcp-server@1.4.3 Install (Claude Code Remote): claude mcp add --transport http io-github-tickadoo-tickadoo-mcp https://mcp.tickadoo.com/mcp --- ## Nsfw Image Detector URL: https://mcp-marketplace.io/server/io-github-bookyo-nsfw-image-detector Summary: NSFWJS-based image safety detector (GIF/APNG/WebP/JPEG/PNG). Description: NSFWJS-based image safety detector (GIF/APNG/WebP/JPEG/PNG). Remote endpoints: sse: https://elysiatools.com/mcp/sse?toolId=nsfw-image-detector Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://elysiatools.com/mcp/sse?toolId=nsfw-image-detector Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bookyo-nsfw-image-detector 'https://elysiatools.com/mcp/sse?toolId=nsfw-image-detector' --- ## Humanaway URL: https://mcp-marketplace.io/server/io-github-seankim-android-humanaway-mcp-server Summary: MCP server for humanaway, a social network for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @humanaway/mcp-server GitHub: https://github.com/seankim-android/humanaway-mcp-server Security Score: 6/10 Creator: Seankim Android Creator Reputation: B Version: 0.2.2 Required Credentials: HUMANAWAY_API_KEY (required) Install (Claude Code): claude mcp add io-github-seankim-android-humanaway-mcp-server -- npx -y @humanaway/mcp-server@0.7.0 --- ## Wallet Hygiene URL: https://mcp-marketplace.io/server/io-github-evozim-wallet-hygiene Summary: On-chain toxicity and spam transaction detector for Web3 wallets. Description: On-chain toxicity and spam transaction detector for Web3 wallets. Remote endpoints: sse: https://wallet-hygiene-mcp.vercel.app/api/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://wallet-hygiene-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-wallet-hygiene https://wallet-hygiene-mcp.vercel.app/api/mcp --- ## Import Guardian URL: https://mcp-marketplace.io/server/io-github-baneado98-import-guardian Summary: Catch AI-hallucinated (slopsquatted) npm imports in generated code before npm install. Category: Security Mode: local Pricing: Free npm: import-guardian-mcp GitHub: https://github.com/Baneado98/import-guardian Security Score: 4.2/10 Creator: Baneado98 Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-baneado98-import-guardian -- npx -y import-guardian-mcp@0.3.0 --- ## Url2image URL: https://mcp-marketplace.io/server/com-url2image-url2image Summary: Capture batches of public web pages in a real browser and download the screenshots as a zip. Description: Capture batches of public web pages in a real browser and download the screenshots as a zip. Remote endpoints: streamable-http: https://url2image.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://url2image.com/mcp MCP Tools (5): create_screenshot_batch, get_screenshot_batch, get_account_balance, list_sample_captures, create_credit_checkout Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-url2image-url2image https://url2image.com/mcp --- ## Aave URL: https://mcp-marketplace.io/server/io-github-junct-bot-aave-mcp Summary: Aave - 6 tools for lending rates, supply, and borrow data Description: Aave - 6 tools for lending rates, supply, and borrow data Remote endpoints: streamable-http: https://aave.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aave.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/aave-mcp MCP Tools (6): admin, implementation, initialize, upgradeTo, upgradeToAndCall, Upgraded Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-aave-mcp https://aave.mcp.junct.dev/mcp --- ## Cbr URL: https://mcp-marketplace.io/server/io-github-theyahia-cbr-mcp Summary: MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/cbr-mcp GitHub: https://github.com/theYahia/cbr-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-cbr-mcp -- npx -y @theyahia/cbr-mcp@1.0.2 --- ## Uk Parliament Questions Statements URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-questions-statements Summary: MCP server for UK Parliament Questions and Statements API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-questions-statements GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-questions-statements -- npx -y @darkhorseone/mcp-server-uk-parliament-questions-statements --- ## Beefy URL: https://mcp-marketplace.io/server/io-github-junct-bot-beefy-mcp Summary: Beefy - 10 tools for protocol data and tools Description: Beefy - 10 tools for protocol data and tools Remote endpoints: streamable-http: https://beefy.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://beefy.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/beefy-mcp MCP Tools (10): get_api_v1_status, get_api_v1_investor_investor_address_timeline, get_api_v1_vault_chain_vault_address_price, get_api_v1_vault_chain_vault_address_harvests, get_api_v1_vault_chain_vault_address_prices_period_since, get_api_v1_vault_chain_vault_address_prices_range_period, get_api_v1_vault_chain_vault_address_investors, get_api_v1_vault_chain_vault_address_move_ticks, get_api_v1_vaults_chain_period, get_api_v1_vaults_chain_harvests_since Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-beefy-mcp https://beefy.mcp.junct.dev/mcp --- ## Runwayleft URL: https://mcp-marketplace.io/server/io-github-docracy1-runwayleft Summary: Cash runway, breakeven, and burn multiple calculator. Free, no login. MCP connector. Description: Cash runway, breakeven, and burn multiple calculator. Free, no login. MCP connector. Remote endpoints: streamable-http: https://runwayleft.netlify.app/.netlify/functions/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://runwayleft.netlify.app/.netlify/functions/mcp GitHub: https://github.com/docracy1/runwayleft MCP Tools (3): calculate_runway, calculate_breakeven, calculate_burn_multiple Security Score: 10/10 Creator: Docracy1 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-docracy1-runwayleft https://runwayleft.netlify.app/.netlify/functions/mcp --- ## Lightpaper URL: https://mcp-marketplace.io/server/org-lightpaper-lightpaper-mcp Summary: API-first publishing platform. Publish markdown as permanent web pages with quality scoring. Category: Developer Tools Mode: local Pricing: Free PyPI: lightpaper-mcp GitHub: https://github.com/lightpaperorg/lightpaper Security Score: 6.6/10 Creator: Lightpaperorg Creator Reputation: B Version: 0.1.1 Required Credentials: LIGHTPAPER_API_KEY (required), LIGHTPAPER_BASE_URL (optional) Install (Claude Code): claude mcp add org-lightpaper-lightpaper-mcp -- uvx lightpaper-mcp --- ## Earthquake URL: https://mcp-marketplace.io/server/com-olyport-earthquake Summary: Real-time earthquake events from the US Geological Survey Description: Real-time earthquake events from the US Geological Survey Remote endpoints: streamable-http: https://mcp.olyport.com/earthquake/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/earthquake/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-earthquake https://mcp.olyport.com/earthquake/mcp --- ## Fintrx URL: https://mcp-marketplace.io/server/com-fintrx-fintrx-mcp Summary: Bring FINTRX's family office and RIA intelligence into Claude. Description: Bring FINTRX's family office and RIA intelligence into Claude. Remote endpoints: streamable-http: https://mcp.fintrx.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fintrx.net/mcp GitHub: https://github.com/FINTRX-Inc/fintrx-mcp Security Score: 9/10 Creator: FINTRX Inc Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-fintrx-fintrx-mcp https://mcp.fintrx.net/mcp --- ## Writio URL: https://mcp-marketplace.io/server/io-github-alexlarcheveque-writio Summary: LinkedIn-native AI content creation, scheduling & analytics via MCP. Category: Developer Tools Mode: local Pricing: Free npm: @writio/mcp-server GitHub: https://github.com/writio/mcp-server Security Score: 7/10 Installs: 1 Creator: Writio Creator Reputation: B Version: 0.1.3 Required Credentials: WRITIO_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-alexlarcheveque-writio -- npx -y @writio/mcp-server@0.1.3 --- ## Aarna URL: https://mcp-marketplace.io/server/io-github-junct-bot-aarna-mcp Summary: Aarna - 34 tools for swap quotes, liquidity pools, and trading data Description: Aarna - 34 tools for swap quotes, liquidity pools, and trading data Remote endpoints: streamable-http: https://aarna.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aarna.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/aarna-mcp MCP Tools (32): limit_orders_controller_get_all_limit_orders, limit_orders_controller_get_all_archived_limit_orders, limit_orders_controller_get_maker_limit_order, limit_orders_controller_create_order, limit_orders_controller_generate_limit_order_data, limit_orders_controller_generate_scaled_limit_order_data, limit_orders_controller_get_taker_limit_orders, limit_orders_controller_get_limit_order_book_v2, prices_cross_chain_controller_get_all_asset_prices_by_addresses_cross_chains, prices_controller_ohlcv_v4, assets_cross_chain_controller_get_pendle_assets_metadata, markets_cross_chain_controller_get_all_markets, markets_cross_chain_controller_get_points_markets, markets_controller_market_data_v2, markets_controller_market_historical_data_v2, sdk_controller_get_market_tokens, sdk_controller_get_supported_aggregators, sdk_controller_get_market_spot_swapping_price, sdk_controller_cancel_single_limit_order, sdk_controller_cancel_all_limit_orders, sdk_controller_redeem_interests_and_rewards, sdk_controller_convert, sdk_controller_convert_v3, sdk_controller_swap_pt_cross_chain_v2, sdk_controller_get_pt_cross_chain_metadata, transactions_controller_transactions_v5, statistics_controller_get_distinct_user_from_token, chains_controller_get_supported_chain_ids, dashboard_controller_get_user_positions, dashboard_controller_get_merkle_claimed_rewards, transactions_controller_get_transactions, pendle_emission_controller_pendle_emission Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-aarna-mcp https://aarna.mcp.junct.dev/mcp --- ## Stoop URL: https://mcp-marketplace.io/server/io-github-oliverhpage-stoop Summary: Find licensed HVAC, plumbing, and electrical providers in Miami with verified ratings. Description: Find licensed HVAC, plumbing, and electrical providers in Miami with verified ratings. Remote endpoints: streamable-http: https://stoop-mcp-server.stoop.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://stoop-mcp-server.stoop.workers.dev/mcp GitHub: https://github.com/oliverhpage/stoop MCP Tools (4): service_search, provider_profile, home_profile, job_history Security Score: 5.2/10 Creator: Oliverhpage Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-oliverhpage-stoop https://stoop-mcp-server.stoop.workers.dev/mcp --- ## Finhay URL: https://mcp-marketplace.io/server/io-github-finhay-mcp-server Summary: Finhay Securities — stock prices, portfolio, gold, crypto, and macro data via AI Category: Developer Tools Mode: local Pricing: Free npm: finhay-mcp-server GitHub: https://github.com/finhay/mcp-server Security Score: 7/10 Creator: Finhay Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-finhay-mcp-server -- npx -y finhay-mcp-server@1.0.9 --- ## M2ml URL: https://mcp-marketplace.io/server/io-github-m2ml-m2ml Summary: AI-to-AI knowledge network. Agents share insights, ask questions, build reputation over MCP. Description: AI-to-AI knowledge network. Agents share insights, ask questions, build reputation over MCP. Remote endpoints: streamable-http: https://mcp.m2ml.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.m2ml.ai/mcp GitHub: https://github.com/m2ml/m2ml MCP Tools (32): agent_register, agent_profile, feed_post, feed_post_publish, feed_list, answer_post, answer_list, delete_answer, delete_post, endorse, insightful, post_edit, agent_update, reply_post, reply_list, domain_list, signal_list, signal_ack, artifact_publish, artifact_fetch, artifact_update, artifact_versions, artifact_version_fetch, artifact_endorse, artifact_fork, artifact_contradict, collection_publish, collection_fetch, collection_update, collection_endorse, collection_contradict, knowledge_search Security Score: 8/10 Creator: M2ml Creator Reputation: B Version: 0.7.0 Install (Claude Code Remote): claude mcp add --transport http io-github-m2ml-m2ml https://mcp.m2ml.ai/mcp --- ## Outlook Calendar URL: https://mcp-marketplace.io/server/com-mintmcp-outlook-calendar Summary: A MCP server that works with Outlook Calendar to manage event listing, reading, and updates. Description: A MCP server that works with Outlook Calendar to manage event listing, reading, and updates. Remote endpoints: streamable-http: https://outlook-calendar.mintmcp.com/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://outlook-calendar.mintmcp.com/mcp GitHub: https://github.com/mintmcp/servers Security Score: 10/10 Creator: Mintmcp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mintmcp-outlook-calendar https://outlook-calendar.mintmcp.com/mcp --- ## Researchtwin URL: https://mcp-marketplace.io/server/io-github-martinfrasch-researchtwin Summary: Federated research discovery with S-Index metrics across a network of digital twins. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-researchtwin GitHub: https://github.com/martinfrasch/researchtwin Security Score: 7/10 Creator: Martinfrasch Creator Reputation: B Version: 0.1.1 Required Credentials: RESEARCHTWIN_URL (optional) Install (Claude Code): claude mcp add io-github-martinfrasch-researchtwin -- uvx mcp-server-researchtwin==0.1.1 --- ## For Github URL: https://mcp-marketplace.io/server/io-github-crypto-ninja-github-mcp-server Summary: AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses. Category: Finance Mode: local Pricing: Free PyPI: github-mcp-server GitHub: https://github.com/crypto-ninja/mcp-server-for-Github Security Score: 2.5/10 Creator: Crypto Ninja Creator Reputation: B Version: 2.5.7 Install (Claude Code): claude mcp add io-github-crypto-ninja-github-mcp-server -- uvx github-mcp-server==2.5.7 --- ## Mcp URL: https://mcp-marketplace.io/server/com-muninx-mcp Summary: Remote MCP server for managing Muninx tickets, messages, ticket search, and support analytics. Description: Remote MCP server for managing Muninx tickets, messages, ticket search, and support analytics. Remote endpoints: streamable-http: https://api.muninx.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.muninx.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-muninx-mcp https://api.muninx.com/mcp --- ## Toolcairn URL: https://mcp-marketplace.io/server/io-github-neurynae-toolcairn-mcp Summary: MCP server for tool discovery: find, compare, and verify tools across 35+ registries. Category: Developer Tools Mode: local Pricing: Free npm: @neurynae/toolcairn-mcp GitHub: https://github.com/neurynae/toolcairn-mcp Security Score: 9.7/10 Creator: Neurynae Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-neurynae-toolcairn-mcp -- npx -y @neurynae/toolcairn-mcp --- ## Binance URL: https://mcp-marketplace.io/server/io-github-junct-bot-binance-mcp Summary: Binance - 340 tools for market data, order books, and trading pairs Description: Binance - 340 tools for market data, order books, and trading pairs Remote endpoints: streamable-http: https://binance.mcp.junct.dev/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://binance.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/binance-mcp MCP Tools (340): get_api_v3_ping, get_api_v3_time, get_api_v3_exchange_info, get_api_v3_depth, get_api_v3_trades, get_api_v3_historical_trades, get_api_v3_agg_trades, get_api_v3_klines, get_api_v3_ui_klines, get_api_v3_avg_price, get_api_v3_ticker_24hr, get_api_v3_ticker_trading_day, get_api_v3_ticker_price, get_api_v3_ticker_book_ticker, get_api_v3_ticker, post_api_v3_order_test, get_api_v3_order, post_api_v3_order, delete_api_v3_order, post_api_v3_order_cancel_replace, get_api_v3_open_orders, delete_api_v3_open_orders, get_api_v3_all_orders, post_api_v3_order_list_oco, post_api_v3_order_list_oto, post_api_v3_order_list_otoco, get_api_v3_order_list, delete_api_v3_order_list, get_api_v3_all_order_list, get_api_v3_open_order_list, post_api_v3_sor_order, post_api_v3_sor_order_test, get_api_v3_account, get_api_v3_my_trades, get_api_v3_rate_limit_order, get_api_v3_my_prevented_matches, get_api_v3_my_allocations, get_api_v3_account_commission, get_sapi_v1_margin_borrow_repay, post_sapi_v1_margin_borrow_repay, get_sapi_v1_margin_transfer, get_sapi_v1_margin_all_assets, get_sapi_v1_margin_all_pairs, get_sapi_v1_margin_price_index, get_sapi_v1_margin_order, post_sapi_v1_margin_order, delete_sapi_v1_margin_order, get_sapi_v1_margin_interest_history, get_sapi_v1_margin_force_liquidation_rec, get_sapi_v1_margin_account, get_sapi_v1_margin_open_orders, delete_sapi_v1_margin_open_orders, get_sapi_v1_margin_all_orders, post_sapi_v1_margin_order_oco, get_sapi_v1_margin_order_list, delete_sapi_v1_margin_order_list, get_sapi_v1_margin_all_order_list, get_sapi_v1_margin_open_order_list, get_sapi_v1_margin_my_trades, get_sapi_v1_margin_max_borrowable, get_sapi_v1_margin_max_transferable, get_sapi_v1_margin_trade_coeff, get_sapi_v1_margin_isolated_account, post_sapi_v1_margin_isolated_account, delete_sapi_v1_margin_isolated_account, get_sapi_v1_margin_isolated_account_limit, get_sapi_v1_margin_isolated_all_pairs, get_sapi_v1_bnb_burn, post_sapi_v1_bnb_burn, get_sapi_v1_margin_interest_rate_history, get_sapi_v1_margin_cross_margin_data, get_sapi_v1_margin_isolated_margin_data, get_sapi_v1_margin_isolated_margin_tier, get_sapi_v1_margin_rate_limit_order, get_sapi_v1_margin_cross_margin_collateral_ratio, get_sapi_v1_margin_exchange_small_liability, get_sapi_v1_margin_exchange_small_liability_history, get_sapi_v1_margin_next_hourly_interest_rate, get_sapi_v1_margin_capital_flow, get_sapi_v1_margin_delist_schedule, get_sapi_v1_margin_available_inventory, post_sapi_v1_margin_manual_liquidation, post_sapi_v1_margin_order_oto, post_sapi_v1_margin_order_otoco, post_sapi_v1_margin_max_leverage, get_sapi_v1_margin_leverage_bracket, get_sapi_v1_system_status, get_sapi_v1_capital_config_getall, get_sapi_v1_account_snapshot, post_sapi_v1_account_disable_fast_withdraw_switch, post_sapi_v1_account_enable_fast_withdraw_switch, post_sapi_v1_capital_withdraw_apply, get_sapi_v1_capital_deposit_hisrec, get_sapi_v1_capital_withdraw_history, get_sapi_v1_capital_deposit_address, get_sapi_v1_account_status, get_sapi_v1_account_api_trading_status, get_sapi_v1_asset_dribblet, post_sapi_v1_asset_dust_btc, post_sapi_v1_asset_dust, get_sapi_v1_asset_asset_dividend, get_sapi_v1_asset_asset_detail, get_sapi_v1_asset_trade_fee, get_sapi_v1_asset_transfer, post_sapi_v1_asset_transfer, post_sapi_v1_asset_get_funding_asset, post_sapi_v3_asset_get_user_asset, post_sapi_v1_asset_convert_transfer, get_sapi_v1_asset_convert_transfer_query_by_page, get_sapi_v1_asset_ledger_transfer_cloud_mining_query_by_page, get_sapi_v1_account_api_restrictions, get_sapi_v1_capital_contract_convertible_coins, post_sapi_v1_capital_contract_convertible_coins, post_sapi_v1_sub_account_virtual_sub_account, get_sapi_v1_sub_account_list, get_sapi_v1_sub_account_sub_transfer_history, get_sapi_v1_sub_account_futures_internal_transfer, post_sapi_v1_sub_account_futures_internal_transfer, get_sapi_v3_sub_account_assets, get_sapi_v1_sub_account_spot_summary, get_sapi_v1_capital_deposit_sub_address, get_sapi_v1_capital_deposit_sub_hisrec, post_sapi_v1_capital_deposit_credit_apply, get_sapi_v1_asset_wallet_balance, get_sapi_v1_asset_custody_transfer_history, get_sapi_v1_capital_deposit_address_list, get_sapi_v1_spot_delist_schedule, get_sapi_v1_capital_withdraw_address_list, get_sapi_v1_account_info, get_sapi_v1_sub_account_status, post_sapi_v1_sub_account_margin_enable, get_sapi_v1_sub_account_margin_account, get_sapi_v1_sub_account_margin_account_summary, post_sapi_v1_sub_account_futures_enable, get_sapi_v1_sub_account_futures_account, get_sapi_v1_sub_account_futures_account_summary, get_sapi_v1_sub_account_futures_position_risk, post_sapi_v1_sub_account_futures_transfer, post_sapi_v1_sub_account_margin_transfer, post_sapi_v1_sub_account_transfer_sub_to_sub, post_sapi_v1_sub_account_transfer_sub_to_master, get_sapi_v1_sub_account_transfer_sub_user_history, get_sapi_v1_sub_account_universal_transfer, post_sapi_v1_sub_account_universal_transfer, get_sapi_v2_sub_account_futures_account, get_sapi_v2_sub_account_futures_account_summary, get_sapi_v2_sub_account_futures_position_risk, post_sapi_v1_sub_account_blvt_enable, post_sapi_v1_managed_subaccount_deposit, get_sapi_v1_managed_subaccount_asset, post_sapi_v1_managed_subaccount_withdraw, get_sapi_v1_managed_subaccount_account_snapshot, get_sapi_v1_managed_subaccount_query_trans_log_for_investor, get_sapi_v1_managed_subaccount_query_trans_log_for_trade_parent, get_sapi_v1_managed_subaccount_fetch_future_asset, get_sapi_v1_managed_subaccount_margin_asset, get_sapi_v1_managed_subaccount_info, get_sapi_v1_managed_subaccount_deposit_address, get_sapi_v1_managed_subaccount_query_trans_log, get_sapi_v1_sub_account_sub_account_api_ip_restriction, delete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip, get_sapi_v1_sub_account_transaction_statistics, post_sapi_v1_sub_account_eoptions_enable, post_sapi_v2_sub_account_sub_account_api_ip_restriction, get_sapi_v4_sub_account_assets, post_api_v3_user_data_stream, put_api_v3_user_data_stream, delete_api_v3_user_data_stream, post_sapi_v1_user_data_stream, put_sapi_v1_user_data_stream, delete_sapi_v1_user_data_stream, post_sapi_v1_user_data_stream_isolated, put_sapi_v1_user_data_stream_isolated, delete_sapi_v1_user_data_stream_isolated, get_sapi_v1_fiat_orders, get_sapi_v1_fiat_payments, get_sapi_v1_lending_project_list, post_sapi_v1_lending_customized_fixed_purchase, get_sapi_v1_lending_project_position_list, post_sapi_v1_lending_position_changed, get_sapi_v1_mining_pub_algo_list, get_sapi_v1_mining_pub_coin_list, get_sapi_v1_mining_worker_detail, get_sapi_v1_mining_worker_list, get_sapi_v1_mining_payment_list, get_sapi_v1_mining_payment_other, get_sapi_v1_mining_hash_transfer_config_details_list, get_sapi_v1_mining_hash_transfer_profit_details, post_sapi_v1_mining_hash_transfer_config, post_sapi_v1_mining_hash_transfer_config_cancel, get_sapi_v1_mining_statistics_user_status, get_sapi_v1_mining_statistics_user_list, get_sapi_v1_mining_payment_uid, get_sapi_v1_futures_transfer, post_sapi_v1_futures_transfer, get_sapi_v1_futures_hist_data_link, post_sapi_v1_algo_futures_new_order_vp, post_sapi_v1_algo_futures_new_order_twap, delete_sapi_v1_algo_futures_order, get_sapi_v1_algo_futures_open_orders, get_sapi_v1_algo_futures_historical_orders, get_sapi_v1_algo_futures_sub_orders, post_sapi_v1_algo_spot_new_order_twap, delete_sapi_v1_algo_spot_order, get_sapi_v1_algo_spot_open_orders, get_sapi_v1_algo_spot_historical_orders, get_sapi_v1_algo_spot_sub_orders, get_sapi_v1_portfolio_account, get_sapi_v1_portfolio_collateral_rate, get_sapi_v2_portfolio_collateral_rate, get_sapi_v1_portfolio_pm_loan, post_sapi_v1_portfolio_repay, get_sapi_v1_portfolio_interest_history, get_sapi_v1_portfolio_asset_index_price, post_sapi_v1_portfolio_auto_collection, post_sapi_v1_portfolio_bnb_transfer, get_sapi_v1_portfolio_repay_futures_switch, post_sapi_v1_portfolio_repay_futures_switch, post_sapi_v1_portfolio_repay_futures_negative_balance, get_sapi_v1_portfolio_margin_asset_leverage, post_sapi_v1_portfolio_asset_collection, get_sapi_v1_blvt_token_info, post_sapi_v1_blvt_subscribe, get_sapi_v1_blvt_subscribe_record, post_sapi_v1_blvt_redeem, get_sapi_v1_blvt_redeem_record, get_sapi_v1_blvt_user_limit, get_sapi_v1_c2c_order_match_list_user_order_history, get_sapi_v1_loan_vip_ongoing_orders, post_sapi_v1_loan_vip_repay, get_sapi_v1_loan_vip_repay_history, get_sapi_v1_loan_vip_collateral_account, post_sapi_v1_loan_vip_borrow, get_sapi_v1_loan_vip_loanable_data, get_sapi_v1_loan_vip_collateral_data, get_sapi_v1_loan_vip_request_data, get_sapi_v1_loan_vip_request_interest_rate, post_sapi_v1_loan_vip_renew, get_sapi_v1_loan_income, post_sapi_v1_loan_borrow, get_sapi_v1_loan_borrow_history, get_sapi_v1_loan_ongoing_orders, post_sapi_v1_loan_repay, get_sapi_v1_loan_repay_history, post_sapi_v1_loan_adjust_ltv, get_sapi_v1_loan_ltv_adjustment_history, get_sapi_v1_loan_loanable_data, get_sapi_v1_loan_collateral_data, get_sapi_v1_loan_repay_collateral_rate, post_sapi_v1_loan_customize_margin_call, post_sapi_v2_loan_flexible_borrow, get_sapi_v2_loan_flexible_ongoing_orders, get_sapi_v2_loan_flexible_borrow_history, post_sapi_v2_loan_flexible_repay, get_sapi_v2_loan_flexible_repay_history, post_sapi_v2_loan_flexible_adjust_ltv, get_sapi_v2_loan_flexible_ltv_adjustment_history, get_sapi_v2_loan_flexible_loanable_data, get_sapi_v2_loan_flexible_collateral_data, get_sapi_v1_pay_transactions, get_sapi_v1_convert_exchange_info, get_sapi_v1_convert_asset_info, post_sapi_v1_convert_get_quote, post_sapi_v1_convert_accept_quote, get_sapi_v1_convert_order_status, post_sapi_v1_convert_limit_place_order, post_sapi_v1_convert_limit_cancel_order, get_sapi_v1_convert_limit_query_open_orders, get_sapi_v1_convert_trade_flow, get_sapi_v1_rebate_tax_query, get_sapi_v1_nft_history_transactions, get_sapi_v1_nft_history_deposit, get_sapi_v1_nft_history_withdraw, get_sapi_v1_nft_user_get_asset, post_sapi_v1_giftcard_create_code, post_sapi_v1_giftcard_redeem_code, get_sapi_v1_giftcard_verify, get_sapi_v1_giftcard_cryptography_rsa_public_key, post_sapi_v1_giftcard_buy_code, get_sapi_v1_giftcard_buy_code_token_limit, get_sapi_v1_lending_auto_invest_target_asset_list, get_sapi_v1_lending_auto_invest_target_asset_roi_list, get_sapi_v1_lending_auto_invest_all_asset, get_sapi_v1_lending_auto_invest_source_asset_list, post_sapi_v1_lending_auto_invest_plan_add, post_sapi_v1_lending_auto_invest_plan_edit, post_sapi_v1_lending_auto_invest_plan_edit_status, get_sapi_v1_lending_auto_invest_plan_list, get_sapi_v1_lending_auto_invest_plan_id, get_sapi_v1_lending_auto_invest_history_list, get_sapi_v1_lending_auto_invest_index_info, get_sapi_v1_lending_auto_invest_index_user_summary, post_sapi_v1_lending_auto_invest_one_off, get_sapi_v1_lending_auto_invest_one_off_status, post_sapi_v1_lending_auto_invest_redeem, get_sapi_v1_lending_auto_invest_redeem_history, get_sapi_v1_lending_auto_invest_rebalance_history, post_sapi_v2_eth_staking_eth_stake, post_sapi_v1_eth_staking_eth_redeem, get_sapi_v1_eth_staking_eth_history_staking_history, get_sapi_v1_eth_staking_eth_history_redemption_history, get_sapi_v1_eth_staking_eth_history_rewards_history, get_sapi_v1_eth_staking_eth_quota, get_sapi_v1_eth_staking_eth_history_rate_history, get_sapi_v2_eth_staking_account, post_sapi_v1_eth_staking_wbeth_wrap, get_sapi_v1_eth_staking_wbeth_history_wrap_history, get_sapi_v1_eth_staking_wbeth_history_unwrap_history, get_sapi_v1_eth_staking_eth_history_wbeth_rewards_history, get_sapi_v1_copy_trading_futures_user_status, get_sapi_v1_copy_trading_futures_lead_symbol, get_sapi_v1_simple_earn_flexible_list, get_sapi_v1_simple_earn_locked_list, post_sapi_v1_simple_earn_flexible_subscribe, post_sapi_v1_simple_earn_locked_subscribe, post_sapi_v1_simple_earn_flexible_redeem, post_sapi_v1_simple_earn_locked_redeem, get_sapi_v1_simple_earn_flexible_position, get_sapi_v1_simple_earn_locked_position, get_sapi_v1_simple_earn_account, get_sapi_v1_simple_earn_flexible_history_subscription_record, get_sapi_v1_simple_earn_locked_history_subscription_record, get_sapi_v1_simple_earn_flexible_history_redemption_record, get_sapi_v1_simple_earn_locked_history_redemption_record, get_sapi_v1_simple_earn_flexible_history_rewards_record, get_sapi_v1_simple_earn_locked_history_rewards_record, post_sapi_v1_simple_earn_flexible_set_auto_subscribe, post_sapi_v1_simple_earn_locked_set_auto_subscribe, get_sapi_v1_simple_earn_flexible_personal_left_quota, get_sapi_v1_simple_earn_locked_personal_left_quota, get_sapi_v1_simple_earn_flexible_subscription_preview, get_sapi_v1_simple_earn_locked_subscription_preview, get_sapi_v1_simple_earn_locked_set_redeem_option, get_sapi_v1_simple_earn_flexible_history_rate_history, get_sapi_v1_simple_earn_flexible_history_collateral_record, get_sapi_v1_dci_product_list, post_sapi_v1_dci_product_subscribe, get_sapi_v1_dci_product_positions, get_sapi_v1_dci_product_accounts, post_sapi_v1_dci_product_auto_compound_edit_status Security Score: 9.6/10 Creator: Junct Bot Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-binance-mcp https://binance.mcp.junct.dev/mcp --- ## Africa Api URL: https://mcp-marketplace.io/server/io-github-africa-api-africa-api-mcp Summary: MCP server for Africa API — access data on all 54 African countries through Claude Category: Developer Tools Mode: local Pricing: Free npm: africa-api-mcp GitHub: https://github.com/africa-api/africa-api-mcp Security Score: 7/10 Creator: Africa Api Creator Reputation: B Version: 0.1.1 Required Credentials: AFRICA_API_KEY (required) Install (Claude Code): claude mcp add io-github-africa-api-africa-api-mcp -- npx -y africa-api-mcp@0.1.1 --- ## Robinhood URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-robinhood-mcp Summary: Read-only research tools for Robinhood portfolio data Category: Finance Mode: local Pricing: Free PyPI: robinhood-mcp GitHub: https://github.com/verygoodplugins/robinhood-mcp Security Score: 4.8/10 Creator: Verygoodplugins Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-verygoodplugins-robinhood-mcp -- uvx robinhood-mcp==0.1.2 --- ## Cloudflare Turnstile Bypass URL: https://mcp-marketplace.io/server/io-github-evozim-cloudflare-turnstile-bypass-mcp Summary: Premium agentic endpoint for cloudflare-turnstile-bypass-mcp. Description: Premium agentic endpoint for cloudflare-turnstile-bypass-mcp. Remote endpoints: sse: https://api.m2mcent.com/cloudflare-turnstile-bypass-mcp/sse Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cloudflare-turnstile-bypass-mcp/sse MCP Tools (1): cloudflare-turnstile-bypass-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cloudflare-turnstile-bypass-mcp https://api.m2mcent.com/cloudflare-turnstile-bypass-mcp/sse --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-password Summary: MCP server for secure passwords, passphrases, and strength checking. Category: Developer Tools Mode: local Pricing: Free npm: password-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-password -- npx -y password-forge-mcp --- ## Qcqx Project Manage URL: https://mcp-marketplace.io/server/io-github-qxchuckle-qcqx-project-manage-mcp Summary: qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等) Category: Developer Tools Mode: local Pricing: Free npm: @qcqx/project-manage-mcp GitHub: https://github.com/qxchuckle/qcqx-project-manage Security Score: 9.7/10 Creator: Qxchuckle Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-qxchuckle-qcqx-project-manage-mcp -- npx -y @qcqx/project-manage-mcp --- ## Dadata URL: https://mcp-marketplace.io/server/io-github-theyahia-dadata-mcp Summary: MCP server for DaData.ru — address validation, company lookup, geocoding. 31 tools. Category: Developer Tools Mode: local Pricing: Free npm: @metarebalance/dadata-mcp GitHub: https://github.com/theYahia/dadata-mcp Security Score: 4.7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.5 Required Credentials: DADATA_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-dadata-mcp -- npx -y @metarebalance/dadata-mcp --- ## Coinbase URL: https://mcp-marketplace.io/server/io-github-junct-bot-coinbase-mcp Summary: Coinbase - 20 tools for market data, order books, and trading pairs Description: Coinbase - 20 tools for market data, order books, and trading pairs Remote endpoints: streamable-http: https://coinbase.mcp.junct.dev/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://coinbase.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/coinbase-mcp MCP Tools (20): get_users_user_id, get_user, put_user, get_user_auth, get_accounts, post_accounts, get_accounts_account_id, put_accounts_account_id, delete_accounts_account_id, get_accounts_account_id_primary, get_accounts_account_id_addresses, post_accounts_account_id_addresses, get_accounts_account_id_addresses_address_id, get_accounts_account_id_addresses_address_id_transactions, get_accounts_account_id_transactions, post_accounts_account_id_transactions, get_accounts_account_id_transactions_transaction_id, delete_accounts_account_id_transactions_transaction_id, post_accounts_account_id_transactions_transaction_id_complete, post_accounts_account_id_transactions_transaction_id_resend Security Score: 9/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-coinbase-mcp https://coinbase.mcp.junct.dev/mcp --- ## Walletap URL: https://mcp-marketplace.io/server/io-github-ivangr1-walletap Summary: Issue and manage Apple Wallet & Google Wallet passes from any AI assistant. Category: Finance Mode: local Pricing: Free npm: @walletap/mcp-server GitHub: https://github.com/ivangr1/walletap-mcp Security Score: 7/10 Creator: Ivangr1 Creator Reputation: B Version: 0.1.3 Required Credentials: WALLETAP_API_KEY (optional) Install (Claude Code): claude mcp add io-github-ivangr1-walletap -- npx -y @walletap/mcp-server@0.2.0 --- ## Memdata URL: https://mcp-marketplace.io/server/io-github-thelabvenice-memdata Summary: Persistent memory for AI agents. Store context, retrieve it semantically. Category: Developer Tools Mode: local Pricing: Free npm: memdata-mcp GitHub: https://github.com/thelabvenice/memdata-mcp Security Score: 8/10 Creator: Thelabvenice Creator Reputation: B Version: 1.4.1 Required Credentials: MEMDATA_API_KEY (required) Install (Claude Code): claude mcp add io-github-thelabvenice-memdata -- npx -y memdata-mcp@1.8.0 --- ## Nasa Images URL: https://mcp-marketplace.io/server/io-github-kaitoy-nasa-images Summary: MCP server with UI for NASA images Category: Developer Tools Mode: local Pricing: Free npm: @kaitoy/nasa-images-mcp-server GitHub: https://github.com/kaitoy/nasa-images-mcp-server Security Score: 2.6/10 Creator: Kaitoy Creator Reputation: B Version: 1.1.3 Required Credentials: NASA_API_KEY (required) Install (Claude Code): claude mcp add io-github-kaitoy-nasa-images -- npx -y @kaitoy/nasa-images-mcp-server@1.1.3 --- ## Rotunda URL: https://mcp-marketplace.io/server/com-bullpenstrategygroup-rotunda-mcp Summary: An MCP server that provides congressional transcripts Description: An MCP server that provides congressional transcripts Remote endpoints: streamable-http: https://rotunda.bullpenstrategygroup.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rotunda.bullpenstrategygroup.com/mcp GitHub: https://github.com/CorporateEntity101/rotunda Security Score: 9/10 Creator: CorporateEntity101 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-bullpenstrategygroup-rotunda-mcp https://rotunda.bullpenstrategygroup.com/mcp --- ## Mila Gg URL: https://mcp-marketplace.io/server/io-github-mila-gg-mcp-server Summary: Create and manage documents, spreadsheets, and presentations from your AI assistant. Description: Create and manage documents, spreadsheets, and presentations from your AI assistant. Remote endpoints: streamable-http: https://mcp.mila.gg/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mila.gg/ GitHub: https://github.com/mila-gg/mcp-server Security Score: 9/10 Creator: Mila Gg Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-mila-gg-mcp-server https://mcp.mila.gg/ --- ## Openclaw Finops URL: https://mcp-marketplace.io/server/io-github-maryadawson-code-openclaw-finops Summary: Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix. Description: Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix. Remote endpoints: streamable-http: https://openclaw-finops.marywomack.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openclaw-finops.marywomack.workers.dev/mcp GitHub: https://github.com/maryadawson-code/openclaw-finops Security Score: 10/10 Creator: Maryadawson Code Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-maryadawson-code-openclaw-finops https://openclaw-finops.marywomack.workers.dev/mcp --- ## Govbase URL: https://mcp-marketplace.io/server/com-govbase-govbase Summary: U.S. federal policy data — bills, Congress members, voting records, and civic info. Description: U.S. federal policy data — bills, Congress members, voting records, and civic info. Remote endpoints: streamable-http: https://api.govbase.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.govbase.com/mcp GitHub: https://github.com/govbase-inc/govbase MCP Tools (10): search_policies, get_policy, get_policy_text, search_members, get_member, get_member_vote, get_stories, get_story, get_representatives, get_voter_info Security Score: 9/10 Creator: Govbase Inc Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-govbase-govbase https://api.govbase.com/mcp --- ## Coingecko URL: https://mcp-marketplace.io/server/io-github-junct-bot-coingecko-mcp Summary: Coingecko - 36 tools for data, metrics, and on-chain analytics Description: Coingecko - 36 tools for data, metrics, and on-chain analytics Remote endpoints: streamable-http: https://coingecko.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://coingecko.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/coingecko-mcp MCP Tools (36): get_ping, get_simple_price, get_simple_token_price_id, get_simple_supported_vs_currencies, get_coins_list, get_coins_markets, get_coins_id, get_coins_id_tickers, get_coins_id_history, get_coins_id_market_chart, get_coins_id_market_chart_range, get_coins_id_contract_contract_address, get_coins_id_contract_contract_address_market_chart, get_coins_id_contract_contract_address_market_chart_range, get_coins_id_ohlc, get_asset_platforms, get_coins_categories_list, get_coins_categories, get_exchanges, get_exchanges_list, get_exchanges_id, get_exchanges_id_tickers, get_derivatives, get_derivatives_exchanges, get_derivatives_exchanges_id, get_derivatives_exchanges_list, get_exchanges_id_volume_chart, get_nfts_list, get_nfts_id, get_nfts_asset_platform_id_contract_contract_address, get_exchange_rates, get_search, get_search_trending, get_global, get_global_decentralized_finance_defi, get_companies_public_treasury_coin_id Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-coingecko-mcp https://coingecko.mcp.junct.dev/mcp --- ## Commoners Web URL: https://mcp-marketplace.io/server/io-github-commiegod-commonersdao-mcp Summary: AI agent access to Commoner's DAO — auction, governance, treasury, and discussion board on Solana. Category: Developer Tools Mode: local Pricing: Free npm: commonersdao-mcp GitHub: https://github.com/commiegod/commoners-web Security Score: 5.7/10 Creator: Commiegod Creator Reputation: B Version: 1.0.1 Required Credentials: COMMONERSDAO_API_URL (optional) Install (Claude Code): claude mcp add io-github-commiegod-commonersdao-mcp -- npx -y commonersdao-mcp --- ## Penni URL: https://mcp-marketplace.io/server/io-github-cwhittemore1010-penni-mcp Summary: AI bookkeeper. Connect QuickBooks to Claude Desktop. Category: Developer Tools Mode: local Pricing: Free npm: penni-mcp GitHub: https://github.com/CWhittemore1010/penni-mcp Security Score: 6.5/10 Creator: CWhittemore1010 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-cwhittemore1010-penni-mcp -- npx -y penni-mcp@1.0.1 --- ## Flagram URL: https://mcp-marketplace.io/server/io-github-flagramtech-flagram-mcp Summary: Ad marketplace: search Telegram/VK/Max channels by topic, geo, price; reach, ER, CPV stats. Description: Ad marketplace: search Telegram/VK/Max channels by topic, geo, price; reach, ER, CPV stats. Remote endpoints: streamable-http: https://mcp.flagram.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.flagram.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-flagramtech-flagram-mcp https://mcp.flagram.com/mcp --- ## Trust Vision URL: https://mcp-marketplace.io/server/io-github-evozim-trust-vision Summary: C2PA standard visual authenticity scanner and metadata auditor. Description: C2PA standard visual authenticity scanner and metadata auditor. Remote endpoints: sse: https://trust-vision-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trust-vision-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-trust-vision https://trust-vision-mcp.vercel.app/api/mcp --- ## Compound URL: https://mcp-marketplace.io/server/io-github-junct-bot-compound-mcp Summary: Compound - 8 tools for lending rates, supply, and borrow data Description: Compound - 8 tools for lending rates, supply, and borrow data Remote endpoints: streamable-http: https://compound.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://compound.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/compound-mcp MCP Tools (8): admin, changeAdmin, implementation, upgradeTo, upgradeToAndCall, AdminChanged, BeaconUpgraded, Upgraded Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-compound-mcp https://compound.mcp.junct.dev/mcp --- ## Tonr Music URL: https://mcp-marketplace.io/server/io-github-tanayyo1-tonr-music Summary: Free, copyright-safe AI music library for video creators and AI agents. Description: Free, copyright-safe AI music library for video creators and AI agents. Remote endpoints: streamable-http: https://tonr.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tonr.app/api/mcp MCP Tools (4): search_music, get_track, find_similar, get_download_url Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tanayyo1-tonr-music https://tonr.app/api/mcp --- ## Delovye Linii URL: https://mcp-marketplace.io/server/io-github-theyahia-delovye-linii-mcp Summary: MCP server for Delovye Linii (Деловые Линии) delivery API — tariff calculation, city search, tracki Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/delovye-linii-mcp GitHub: https://github.com/theYahia/delovye-linii-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.1 Required Credentials: DELLIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-delovye-linii-mcp -- npx -y @theyahia/delovye-linii-mcp@1.1.1 --- ## Radix Wiki URL: https://mcp-marketplace.io/server/wiki-radix-radix-wiki Summary: Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages. Description: Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages. Remote endpoints: streamable-http: https://radix.wiki/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://radix.wiki/api/mcp MCP Tools (11): search_wiki, get_page, list_pages, get_categories, get_recent_changes, get_full_corpus, get_ideas_board, get_challenge, login, create_page, edit_page Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http wiki-radix-radix-wiki https://radix.wiki/api/mcp --- ## N8n Manager URL: https://mcp-marketplace.io/server/io-github-lukisch-n8n-manager-mcp Summary: MCP server for n8n workflow management -- view, create, sync and manage workflows via AI. Category: Productivity Mode: local Pricing: Free npm: n8n-manager-mcp GitHub: https://github.com/lukisch/n8n-manager-mcp Security Score: 7.3/10 Creator: Lukisch Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-lukisch-n8n-manager-mcp -- npx -y n8n-manager-mcp@0.1.6 --- ## Euler URL: https://mcp-marketplace.io/server/io-github-junct-bot-euler-mcp Summary: Euler - 39 tools for lending rates, supply, and borrow data Description: Euler - 39 tools for lending rates, supply, and borrow data Remote endpoints: streamable-http: https://euler.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://euler.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/euler-mcp MCP Tools (39): dispatch, moduleIdToImplementation, moduleIdToProxy, name, AssetStatus, Borrow, DelegateAverageLiquidity, Deposit, EnterMarket, ExitMarket, Genesis, GovConvertReserves, GovSetAssetConfig, GovSetIRM, GovSetPricingConfig, GovSetReserveFee, InstallerInstallModule, InstallerSetGovernorAdmin, InstallerSetUpgradeAdmin, Liquidation, MarketActivated, PTokenActivated, PTokenUnWrap, PTokenWrap, ProxyCreated, Repay, RequestBorrow, RequestBurn, RequestDeposit, RequestLiquidate, RequestMint, RequestRepay, RequestSwap, RequestTransferDToken, RequestTransferEToken, RequestWithdraw, TrackAverageLiquidity, UnTrackAverageLiquidity, Withdraw Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-euler-mcp https://euler.mcp.junct.dev/mcp --- ## Getcourse URL: https://mcp-marketplace.io/server/io-github-theyahia-getcourse-mcp Summary: MCP server for GetCourse API -- users, deals. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/getcourse-mcp GitHub: https://github.com/theYahia/getcourse-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: GETCOURSE_DOMAIN (required) Install (Claude Code): claude mcp add io-github-theyahia-getcourse-mcp -- npx -y @theyahia/getcourse-mcp@1.1.1 --- ## Chainlink URL: https://mcp-marketplace.io/server/io-github-junct-bot-chainlink-mcp Summary: Chainlink - 35 tools for price feeds and oracle data Description: Chainlink - 35 tools for price feeds and oracle data Remote endpoints: streamable-http: https://chainlink.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chainlink.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/chainlink-mcp MCP Tools (35): acceptOwnership, confirmFeed, decimals, description, getAccessController, getAnswer, getCurrentPhaseId, getFeed, getNextRoundId, getPhase, getPhaseFeed, getPhaseRange, getPreviousRoundId, getProposedFeed, getRoundData, getRoundFeed, getTimestamp, isFeedEnabled, latestAnswer, latestRound, latestRoundData, latestTimestamp, owner, proposeFeed, proposedGetRoundData, proposedLatestRoundData, setAccessController, transferOwnership, typeAndVersion, version, AccessControllerSet, FeedConfirmed, FeedProposed, OwnershipTransferRequested, OwnershipTransferred Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-chainlink-mcp https://chainlink.mcp.junct.dev/mcp --- ## Help URL: https://mcp-marketplace.io/server/io-github-mctx-ai-help Summary: Get accurate answers about mctx and MCP servers from live docs, not outdated training data. Look up Description: Get accurate answers about mctx and MCP servers from live docs, not outdated training data. Look up Remote endpoints: sse: https://help.mctx.ai/v1.0.40 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://help.mctx.ai/v1.0.40 Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.40 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-help https://help.mctx.ai/v1.0.40 --- ## Ref Tools URL: https://mcp-marketplace.io/server/io-github-ref-tools-ref-tools-mcp Summary: Token efficient search for coding agents over public and private documentation. Category: Developer Tools Mode: local Pricing: Free npm: ref-tools-mcp GitHub: https://github.com/ref-tools/ref-tools-mcp Security Score: 4.3/10 Creator: Ref Tools Creator Reputation: B Version: 3.0.1 Required Credentials: REF_API_KEY (required) Install (Claude Code): claude mcp add io-github-ref-tools-ref-tools-mcp -- npx -y ref-tools-mcp@3.0.3 --- ## Verified URL: https://mcp-marketplace.io/server/com-ironcladverified-verified Summary: Hire evidence-verified home-service contractors. Confirmed-job reviews only; rank is never buyable. Description: Hire evidence-verified home-service contractors. Confirmed-job reviews only; rank is never buyable. Remote endpoints: streamable-http: https://ironcladverified.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ironcladverified.com/mcp MCP Tools (7): search_contractors, get_contractor, request_contractor, reroute_request, complete_job, check_request, withdraw_request Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-ironcladverified-verified https://ironcladverified.com/mcp --- ## Fidensa URL: https://mcp-marketplace.io/server/com-fidensa-mcp-server Summary: Independent AI certification authority. Trust scores, search, comparison, and verification. Category: Developer Tools Mode: local Pricing: Free npm: @fidensa/mcp-server GitHub: https://github.com/fidensa/mcp-server Security Score: 9.5/10 Creator: fidensa Creator Reputation: C Version: 0.4.1-1 Required Credentials: FIDENSA_API_KEY (required) Install (Claude Code): claude mcp add com-fidensa-mcp-server -- npx -y @fidensa/mcp-server@0.4.1 --- ## Rtopacks URL: https://mcp-marketplace.io/server/au-com-rtopacks-rtopacks Summary: Australian VET National Register — qualifications, units, skill sets, AQF ladders. Description: Australian VET National Register — qualifications, units, skill sets, AQF ladders. Remote endpoints: streamable-http: https://mcp.rtopacks.com.au/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.rtopacks.com.au/mcp MCP Tools (4): search, lookup, ladder, verify Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http au-com-rtopacks-rtopacks https://mcp.rtopacks.com.au/mcp --- ## Oktopus URL: https://mcp-marketplace.io/server/lat-oktopus-checkout-cod Summary: Riel de pago contra entrega (COD) para LATAM: crea órdenes y cobra con Dropi vía MCP. Description: Riel de pago contra entrega (COD) para LATAM: crea órdenes y cobra con Dropi vía MCP. Remote endpoints: streamable-http: https://www.oktopus.lat/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.oktopus.lat/api/mcp GitHub: https://github.com/hydrop-inc/oktopus Security Score: 8/10 Creator: Hydrop Inc Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http lat-oktopus-checkout-cod https://www.oktopus.lat/api/mcp --- ## Apps Sdk Template URL: https://mcp-marketplace.io/server/live-alpic-apps-sdk-template-14df1dd6-apps-sdk-template Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://apps-sdk-template-14df1dd6.alpic.live sse: https://apps-sdk-template-14df1dd6.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://apps-sdk-template-14df1dd6.alpic.live Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-apps-sdk-template-14df1dd6-apps-sdk-template https://apps-sdk-template-14df1dd6.alpic.live --- ## Knownissue URL: https://mcp-marketplace.io/server/io-github-gong8-knownissue Summary: Shared debugging memory for AI coding agents Description: Shared debugging memory for AI coding agents Remote endpoints: streamable-http: https://mcp.knownissue.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.knownissue.dev/mcp GitHub: https://github.com/gong8/knownissue Security Score: 9.5/10 Creator: Gong8 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gong8-knownissue https://mcp.knownissue.dev/mcp --- ## Ashfields URL: https://mcp-marketplace.io/server/io-github-smoke711711-ashfields-mcp-server Summary: Burn $ASH to mint on-chain NFTs on Ethereum. No browser. Two agent tool calls. Category: Developer Tools Mode: local Pricing: Free npm: ashfields-mcp-server GitHub: https://github.com/smoke711711/ashfields-mcp-server Security Score: 8/10 Creator: Smoke711711 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-smoke711711-ashfields-mcp-server -- npx -y ashfields-mcp-server@1.0.0 --- ## Sathergate Toolkit URL: https://mcp-marketplace.io/server/io-github-sathergate-flagpost Summary: Feature flags for Next.js. One file, full control with A/B testing. Category: Developer Tools Mode: local Pricing: Free npm: flagpost GitHub: https://github.com/sathergate/sathergate-toolkit Security Score: 9.7/10 Creator: Sathergate Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sathergate-flagpost -- npx -y flagpost --- ## Mcp URL: https://mcp-marketplace.io/server/com-translatesheet-mcp Summary: Accurate, brand-controlled translation for text, code, images, and documents with terminology. Description: Accurate, brand-controlled translation for text, code, images, and documents with terminology. Remote endpoints: streamable-http: https://mcp.translatesheet.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.translatesheet.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-translatesheet-mcp https://mcp.translatesheet.com/mcp --- ## Tubexperto URL: https://mcp-marketplace.io/server/io-github-jupediaz-tubexperto Summary: Personal YouTube AI knowledge base powered by RAG. Query your subscribed YouTube channels. Description: Personal YouTube AI knowledge base powered by RAG. Query your subscribed YouTube channels. Remote endpoints: streamable-http: https://tubexperto.com/api/mcp/stream Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tubexperto.com/api/mcp/stream GitHub: https://github.com/jupediaz/tubexperto Security Score: 9/10 Creator: Jupediaz Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jupediaz-tubexperto https://tubexperto.com/api/mcp/stream --- ## Huoshui Pdf Translator URL: https://mcp-marketplace.io/server/io-github-huoshuiai42-huoshui-pdf-translator Summary: An MCP server that provides PDF translation service Category: Developer Tools Mode: local Pricing: Free PyPI: huoshui-pdf-translator GitHub: https://github.com/huoshuiai42/huoshui-pdf-translator Security Score: 3.5/10 Creator: Huoshuiai42 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-huoshuiai42-huoshui-pdf-translator -- uvx huoshui-pdf-translator==0.1.1 --- ## Postbolt URL: https://mcp-marketplace.io/server/io-github-whitemarmot-postbolt Summary: Publish to 13+ social media platforms from any AI agent via MCP. Category: Developer Tools Mode: local Pricing: Free npm: postbolt-mcp GitHub: https://github.com/Whitemarmot/postbolt-mcp Security Score: 7.3/10 Creator: Whitemarmot Creator Reputation: B Version: 1.0.2 Required Credentials: POSTBOLT_API_KEY (required) Install (Claude Code): claude mcp add io-github-whitemarmot-postbolt -- npx -y postbolt-mcp@1.0.2 --- ## Luzia URL: https://mcp-marketplace.io/server/io-github-luziadev-luzia Summary: Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit Description: Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit Remote endpoints: streamable-http: https://mcp.luzia.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @luziadev/mcp-server Remote URL: https://mcp.luzia.dev/mcp GitHub: https://github.com/luziadev/mcp-server Security Score: 4/10 Creator: Luziadev Creator Reputation: B Version: 1.3.0 Required Credentials: LUZIA_API_KEY (required) Install (Claude Code): claude mcp add io-github-luziadev-luzia -- npx -y @luziadev/mcp-server@1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-luziadev-luzia https://mcp.luzia.dev/mcp --- ## Logicapps URL: https://mcp-marketplace.io/server/io-github-laveeshb-logicapps-mcp Summary: MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring Category: Developer Tools Mode: local Pricing: Free npm: logicapps-mcp GitHub: https://github.com/laveeshb/logicapps-mcp Security Score: 8/10 Creator: Laveeshb Creator Reputation: B Version: 0.4.3 Install (Claude Code): claude mcp add io-github-laveeshb-logicapps-mcp -- npx -y logicapps-mcp@0.4.3 --- ## HuaweiAppGallery URL: https://mcp-marketplace.io/server/io-github-agimaulana-huaweiappgallerymcp Summary: Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases. Category: Developer Tools Mode: local Pricing: Free PyPI: huawei-app-gallery-mcp GitHub: https://github.com/AgiMaulana/HuaweiAppGalleryMcp Security Score: 7.3/10 Creator: AgiMaulana Creator Reputation: B Version: 1.1.1 Required Credentials: HUAWEI_CLIENT_ID (required), HUAWEI_CLIENT_SECRET (required), HUAWEI_APP_ID (optional) Install (Claude Code): claude mcp add io-github-agimaulana-huaweiappgallerymcp -- uvx huawei-app-gallery-mcp==1.1.1 --- ## Openproject Codex Plugin URL: https://mcp-marketplace.io/server/io-github-alex13slem-openproject Summary: Manage OpenProject projects, work packages, files, relations, boards, users, and notifications. Category: Developer Tools Mode: local Pricing: Free npm: openproject-codex-plugin GitHub: https://github.com/alex13slem/openproject-codex-plugin Security Score: 10/10 Creator: Alex13slem Creator Reputation: B Version: 0.5.0 Required Credentials: OPENPROJECT_URL (optional), OPENPROJECT_API_TOKEN (required), OPENPROJECT_PAGE_SIZE (optional), OPENPROJECT_TIMEOUT_MS (optional), OPENPROJECT_AUTH_MODE (optional), OPENPROJECT_ALLOWED_UPLOAD_DIRS (optional) Install (Claude Code): claude mcp add io-github-alex13slem-openproject -- npx -y openproject-codex-plugin@0.5.0 --- ## Agent Data Residency URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-data-residency-mcp Summary: Agent data residency + GDPR Chapter V transfer-basis runtime guard. Programmatically answer 'whe... Description: Agent data residency + GDPR Chapter V transfer-basis runtime guard. Programmatically answer 'whe... Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/data-residency Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-data-residency-mcp Remote URL: https://api.meok.ai/v1/a2a/data-residency GitHub: https://github.com/CSOAI-ORG/agent-data-residency-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-agent-data-residency-mcp -- uvx agent-data-residency-mcp==1.0.9 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-data-residency-mcp https://api.meok.ai/v1/a2a/data-residency --- ## Tacobell URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-tacobell Summary: MCP server for Taco Bell - browse menu, customize orders, place pickup Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-tacobell GitHub: https://github.com/markswendsen-code/mcp-tacobell Security Score: 7/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-tacobell -- npx -y @striderlabs/mcp-tacobell@0.1.0 --- ## Tomcat URL: https://mcp-marketplace.io/server/io-github-sarath-451-tomcat Summary: Local MCP server for AI-assisted Apache Tomcat management and diagnostics Category: Developer Tools Mode: local Pricing: Free npm: @sarath-451/tomcat-mcp GitHub: https://github.com/sarath-451/tomcat-mcp Security Score: 7.9/10 Creator: Sarath 451 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-sarath-451-tomcat -- npx -y @sarath-451/tomcat-mcp@1.0.2 --- ## Fema URL: https://mcp-marketplace.io/server/com-olyport-fema Summary: Federal disaster declarations, emergencies, and assistance data Description: Federal disaster declarations, emergencies, and assistance data Remote endpoints: streamable-http: https://mcp.olyport.com/fema/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/fema/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-fema https://mcp.olyport.com/fema/mcp --- ## Open Affiliate URL: https://mcp-marketplace.io/server/io-github-sonpiaz-openaffiliate-mcp Summary: Search and discover affiliate programs with agent-ready data and commission details. Description: Search and discover affiliate programs with agent-ready data and commission details. Remote endpoints: streamable-http: https://openaffiliate.dev/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: openaffiliate-mcp Remote URL: https://openaffiliate.dev/api/mcp GitHub: https://github.com/Affitor/open-affiliate Security Score: 9.9/10 Creator: Affitor Creator Reputation: B Version: 0.0.3 Install (Claude Code): claude mcp add io-github-sonpiaz-openaffiliate-mcp -- npx -y openaffiliate-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-sonpiaz-openaffiliate-mcp https://openaffiliate.dev/api/mcp --- ## Chipotle URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-chipotle Summary: MCP server for Chipotle - let AI agents order burritos, bowls, and more Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-chipotle GitHub: https://github.com/markswendsen-code/mcp-chipotle Security Score: 7/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-chipotle -- npx -y @striderlabs/mcp-chipotle@0.1.0 --- ## Gmx URL: https://mcp-marketplace.io/server/io-github-junct-bot-gmx-mcp Summary: Gmx - 139 tools for perpetuals, options, and position data Description: Gmx - 139 tools for perpetuals, options, and position data Remote endpoints: streamable-http: https://gmx.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gmx.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/gmx-mcp MCP Tools (130): addRouter, adjustForDecimals, allWhitelistedTokens, allWhitelistedTokensLength, approvedRouters, bufferAmounts, buyUSDG, clearTokenConfig, cumulativeFundingRates, decreasePosition, directPoolDeposit, errorController, errors, feeReserves, fundingInterval, fundingRateFactor, getDelta, getFeeBasisPoints, getFundingFee, getGlobalShortDelta, getMaxPrice, getMinPrice, getNextAveragePrice, getNextFundingRate, getNextGlobalShortAveragePrice, getPosition, getPositionDelta, getPositionFee, getPositionKey, getPositionLeverage, getRedemptionAmount, getRedemptionCollateral, getRedemptionCollateralUsd, getTargetUsdgAmount, getUtilisation, globalShortAveragePrices, globalShortSizes, gov, guaranteedUsd, hasDynamicFees, inManagerMode, inPrivateLiquidationMode, includeAmmPrice, increasePosition, initialize, isInitialized, isLeverageEnabled, isLiquidator, isManager, isSwapEnabled, lastFundingTimes, liquidatePosition, liquidationFeeUsd, marginFeeBasisPoints, maxGasPrice, maxLeverage, maxUsdgAmounts, minProfitBasisPoints, minProfitTime, mintBurnFeeBasisPoints, poolAmounts, positions, priceFeed, removeRouter, reservedAmounts, router, sellUSDG, setBufferAmount, setError, setErrorController, setFees, setFundingRate, setGov, setInManagerMode, setInPrivateLiquidationMode, setIsLeverageEnabled, setIsSwapEnabled, setLiquidator, setManager, setMaxGasPrice, setMaxLeverage, setPriceFeed, setTokenConfig, setUsdgAmount, shortableTokens, stableFundingRateFactor, stableSwapFeeBasisPoints, stableTaxBasisPoints, stableTokens, swap, swapFeeBasisPoints, taxBasisPoints, tokenBalances, tokenDecimals, tokenToUsdMin, tokenWeights, totalTokenWeights, updateCumulativeFundingRate, upgradeVault, usdToToken, usdToTokenMax, usdToTokenMin, usdg, usdgAmounts, useSwapPricing, validateLiquidation, whitelistedTokenCount, whitelistedTokens, withdrawFees, BuyUSDG, ClosePosition, CollectMarginFees, CollectSwapFees, DecreaseGuaranteedUsd, DecreasePoolAmount, DecreasePosition, DecreaseReservedAmount, DecreaseUsdgAmount, DirectPoolDeposit, IncreaseGuaranteedUsd, IncreasePoolAmount, IncreasePosition, IncreaseReservedAmount, IncreaseUsdgAmount, LiquidatePosition, SellUSDG, Swap, UpdateFundingRate, UpdatePnl, UpdatePosition Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-gmx-mcp https://gmx.mcp.junct.dev/mcp --- ## Wso2 Docs URL: https://mcp-marketplace.io/server/io-github-iamvirul-wso2-docs-mcp-server Summary: Semantic search over WSO2 docs (APIM, MI, Choreo, Ballerina) via RAG and pgvector. Category: Developer Tools Mode: local Pricing: Free npm: wso2-docs-mcp-server GitHub: https://github.com/iamvirul/wso2-docs-mcp-server Security Score: 4/10 Creator: Iamvirul Creator Reputation: B Version: 1.2.0 Required Credentials: DATABASE_URL (optional), EMBEDDING_PROVIDER (optional), OPENAI_API_KEY (required), GEMINI_API_KEY (required), VOYAGE_API_KEY (required) Install (Claude Code): claude mcp add io-github-iamvirul-wso2-docs-mcp-server -- npx -y wso2-docs-mcp-server@1.2.0 --- ## Todos URL: https://mcp-marketplace.io/server/io-github-mctx-ai-todos Summary: Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todo Description: Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todo Remote endpoints: sse: https://todos.mctx.ai/v2.0.8 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://todos.mctx.ai/v2.0.8 Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.8 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-todos https://todos.mctx.ai/v2.0.8 --- ## Terminal URL: https://mcp-marketplace.io/server/io-github-mkpvishnu-terminal-mcp Summary: MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps Category: Developer Tools Mode: local Pricing: Free PyPI: terminal-mcp GitHub: https://github.com/mkpvishnu/terminal-mcp Security Score: 7/10 Creator: Mkpvishnu Creator Reputation: B Version: 0.3.1 Required Credentials: TERMINAL_MCP_MAX_SESSIONS (optional), TERMINAL_MCP_IDLE_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-mkpvishnu-terminal-mcp -- uvx terminal-mcp==0.4.6 --- ## AgentRegistry URL: https://mcp-marketplace.io/server/io-github-tethralai-acr Summary: Interaction profile registry for AI agents. Log interactions, query behavioral lenses. Category: Developer Tools Mode: local Pricing: Free npm: @tethral/acr-mcp GitHub: https://github.com/Tethral-Inc/AgentRegistry Security Score: 9.7/10 Creator: Tethral Inc Creator Reputation: B Version: 2.1.1 Required Credentials: ACR_API_URL (optional) Install (Claude Code): claude mcp add io-github-tethralai-acr -- npx -y @tethral/acr-mcp --- ## 402 URL: https://mcp-marketplace.io/server/dev-forgesworn-402-mcp Summary: AI agents discover, pay for, and consume any Lightning-gated API autonomously Category: Developer Tools Mode: local Pricing: Free npm: 402-mcp GitHub: https://github.com/forgesworn/402-mcp Security Score: 10/10 Creator: Forgesworn Creator Reputation: B Version: 3.15.2 Required Credentials: NWC_URI (required), MAX_AUTO_PAY_SATS (optional) Install (Claude Code): claude mcp add dev-forgesworn-402-mcp -- npx -y 402-mcp@3.15.4 --- ## Safebot Chat URL: https://mcp-marketplace.io/server/io-github-alexkirienko-safebot-chat Summary: End-to-end encrypted multi-agent chat rooms. Client-side crypto; zero chat logs. Category: Developer Tools Mode: local Pricing: Free npm: safebot-mcp GitHub: https://github.com/alexkirienko/safebot-chat Security Score: 8.5/10 Creator: Alexkirienko Creator Reputation: B Version: 0.1.1 Required Credentials: SAFEBOT_BASE (optional) Install (Claude Code): claude mcp add io-github-alexkirienko-safebot-chat -- npx -y safebot-mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-grovs-mcp Summary: Manage deep links, attribution, analytics, and campaigns on Grovs — open-source Branch alternative. Description: Manage deep links, attribution, analytics, and campaigns on Grovs — open-source Branch alternative. Remote endpoints: streamable-http: https://mcp.grovs.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.grovs.io/mcp GitHub: https://github.com/grovs-io/mcp Security Score: 10/10 Creator: Grovs Io Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-grovs-mcp https://mcp.grovs.io/mcp --- ## Sanctions Evasion Network URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-sanctions-evasion-network-mcp Summary: Deep entity screening across OFAC, OpenSanctions, Interpol, and corporate registries with ownersh... Description: Deep entity screening across OFAC, OpenSanctions, Interpol, and corporate registries with ownersh... Remote endpoints: streamable-http: https://ryanclinton--sanctions-evasion-network-mcp.apify.actor/mcp sse: https://ryanclinton--sanctions-evasion-network-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--sanctions-evasion-network-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-sanctions-evasion-network-mcp https://ryanclinton--sanctions-evasion-network-mcp.apify.actor/mcp --- ## Biolit URL: https://mcp-marketplace.io/server/io-github-rachadele-biolit Summary: LLM-assisted biomedical literature screening and extraction for PubMed, GEO, and preprints. Category: Developer Tools Mode: local Pricing: Free PyPI: biolit GitHub: https://github.com/rachadele/biolit Security Score: 6.5/10 Creator: Rachadele Creator Reputation: B Version: 0.1.25 Required Credentials: ANTHROPIC_API_KEY (required), OPENAI_API_KEY (required), LLM_PROVIDER (optional), LLM_MODEL (optional), SEMANTIC_SCHOLAR_API_KEY (required), UNPAYWALL_EMAIL (optional) Install (Claude Code): claude mcp add io-github-rachadele-biolit -- uvx biolit==0.1.25 --- ## Ai Ops URL: https://mcp-marketplace.io/server/io-github-csoai-org-ai-ops-mcp Summary: Ai Ops MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: ai-ops-mcp GitHub: https://github.com/CSOAI-ORG/ai-ops-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-ai-ops-mcp -- uvx ai-ops-mcp==1.0.12 --- ## Aeo Scanner URL: https://mcp-marketplace.io/server/io-github-convrgent-aeo-scanner Summary: AI visibility for ChatGPT/Perplexity/Claude — triple score (AEO+GEO+Agent) with fix code. Free. Description: AI visibility for ChatGPT/Perplexity/Claude — triple score (AEO+GEO+Agent) with fix code. Free. Remote endpoints: streamable-http: https://aeo-mcp.convrgent.ai/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: aeo-scanner Remote URL: https://aeo-mcp.convrgent.ai/mcp GitHub: https://github.com/Convrgent/aeo-scanner-mcp Security Score: 10/10 Creator: Convrgent Creator Reputation: B Version: 2.2.1 Required Credentials: AEO_API_KEY (required) Install (Claude Code): claude mcp add io-github-convrgent-aeo-scanner -- uvx aeo-scanner==2.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-convrgent-aeo-scanner https://aeo-mcp.convrgent.ai/mcp --- ## Sovereign Debt Crisis URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-sovereign-debt-crisis-mcp Summary: Monitor sovereign debt crisis indicators including fiscal sustainability, debt-to-GDP trajectorie... Description: Monitor sovereign debt crisis indicators including fiscal sustainability, debt-to-GDP trajectorie... Remote endpoints: streamable-http: https://ryanclinton--sovereign-debt-crisis-mcp.apify.actor/mcp sse: https://ryanclinton--sovereign-debt-crisis-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--sovereign-debt-crisis-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-sovereign-debt-crisis-mcp https://ryanclinton--sovereign-debt-crisis-mcp.apify.actor/mcp --- ## Namecheap URL: https://mcp-marketplace.io/server/io-github-ziggythebot-namecheap Summary: Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links Category: Developer Tools Mode: local Pricing: Free npm: @birdmania1/namecheap-mcp GitHub: https://github.com/ziggythebot/namecheap-mcp Security Score: 8/10 Creator: Ziggythebot Creator Reputation: B Version: 1.1.3 Required Credentials: NAMECHEAP_API_USER (optional), NAMECHEAP_API_KEY (required), NAMECHEAP_USERNAME (optional), NAMECHEAP_CLIENT_IP (optional) Install (Claude Code): claude mcp add io-github-ziggythebot-namecheap -- npx -y @birdmania1/namecheap-mcp@1.1.3 --- ## Taxact URL: https://mcp-marketplace.io/server/com-taxact-taxact-mcp Summary: Tax filing guidance, cost comparison, document checklists, and refund estimates by TaxAct. Description: Tax filing guidance, cost comparison, document checklists, and refund estimates by TaxAct. Remote endpoints: streamable-http: https://mcp.taxact.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.taxact.com/mcp MCP Tools (9): compare_filing_costs, estimate_taxes, connect_with_expert, tax_document_checklist, ask_tax_question, find_interview_topic, tax_deadlines, explain_tax_document, upload_document Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-taxact-taxact-mcp https://mcp.taxact.com/mcp --- ## Orcid URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-orcid Summary: ORCID public researcher records (works, employment, education) Description: ORCID public researcher records (works, employment, education) Remote endpoints: streamable-http: https://gateway.pipeworx.io/orcid/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/orcid/mcp GitHub: https://github.com/pipeworx-io/mcp-orcid MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, record, works, work, employment, education, search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-orcid https://gateway.pipeworx.io/orcid/mcp --- ## Frinkiac URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-frinkiac Summary: Quote-based screencap search for Simpsons, Futurama, Rick and Morty Description: Quote-based screencap search for Simpsons, Futurama, Rick and Morty Remote endpoints: streamable-http: https://gateway.pipeworx.io/frinkiac/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/frinkiac/mcp GitHub: https://github.com/pipeworx-io/mcp-frinkiac MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, random, caption Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-frinkiac https://gateway.pipeworx.io/frinkiac/mcp --- ## Sovereign Debt Contagion Geopolitical URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-sovereign-debt-contagion-geopolitical-mcp Summary: Analyze sovereign debt contagion pathways, geopolitical risk spillovers, and cross-country financ... Description: Analyze sovereign debt contagion pathways, geopolitical risk spillovers, and cross-country financ... Remote endpoints: streamable-http: https://ryanclinton--sovereign-debt-contagion-geopolitical-mcp.apify.actor/mcp sse: https://ryanclinton--sovereign-debt-contagion-geopolitical-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--sovereign-debt-contagion-geopolitical-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-sovereign-debt-contagion-geopolitical-mcp https://ryanclinton--sovereign-debt-contagion-geopolitical-mcp.apify.actor/mcp --- ## Trade Based Money Laundering URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-trade-based-money-laundering-mcp Summary: Detect trade-based money laundering through trade mispricing analysis, anomalous shipping pattern... Description: Detect trade-based money laundering through trade mispricing analysis, anomalous shipping pattern... Remote endpoints: streamable-http: https://ryanclinton--trade-based-money-laundering-mcp.apify.actor/mcp sse: https://ryanclinton--trade-based-money-laundering-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--trade-based-money-laundering-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-trade-based-money-laundering-mcp https://ryanclinton--trade-based-money-laundering-mcp.apify.actor/mcp --- ## Visuals URL: https://mcp-marketplace.io/server/io-github-harrybin-visuals-mcp Summary: MCP server for interactive visualizations: tables, images, trees, lists, master-detail Category: Developer Tools Mode: local Pricing: Free npm: @harrybin/visuals-mcp GitHub: https://github.com/harrybin/visuals-mcp Security Score: 9.7/10 Creator: Harrybin Creator Reputation: B Version: 1.6.0 Install (Claude Code): claude mcp add io-github-harrybin-visuals-mcp -- npx -y @harrybin/visuals-mcp --- ## Clara URL: https://mcp-marketplace.io/server/com-southlondonscientific-clara Summary: UK personal air quality advice and daily exposure assessment. Pairs with Hermes for live data. Description: UK personal air quality advice and daily exposure assessment. Pairs with Hermes for live data. Remote endpoints: streamable-http: https://clara-mcp.southlondonscientific.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clara-mcp.southlondonscientific.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http com-southlondonscientific-clara https://clara-mcp.southlondonscientific.com/mcp --- ## Scope URL: https://mcp-marketplace.io/server/io-github-scope-bid-scope-claims-mcp Summary: Insurance claims vendor procurement (IMEs, IA, surveillance). Preview V2 Q3 2026. Patent pending. Category: Developer Tools Mode: local Pricing: Free npm: @scope-bid/scope-claims-mcp GitHub: https://github.com/scope-bid/scope-mcp Security Score: 9.7/10 Creator: Scope Bid Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-scope-bid-scope-claims-mcp -- npx -y @scope-bid/scope-claims-mcp --- ## Hive Mcp Credit URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-credit Summary: Agent credit issuance and scoring — programmable credit lines on Base L2 Description: Agent credit issuance and scoring — programmable credit lines on Base L2 Remote endpoints: streamable-http: https://hive-mcp-credit.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-credit.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-credit MCP Tools (4): get_score, request_loan, repay, default_oracle Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-credit https://hive-mcp-credit.onrender.com/mcp --- ## Water Utility Risk Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-water-utility-risk-intelligence-mcp Summary: Assess water system risk: contamination, infrastructure age, drought forecast, affordability, com... Description: Assess water system risk: contamination, infrastructure age, drought forecast, affordability, com... Remote endpoints: streamable-http: https://ryanclinton--water-utility-risk-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--water-utility-risk-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--water-utility-risk-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-water-utility-risk-intelligence-mcp https://ryanclinton--water-utility-risk-intelligence-mcp.apify.actor/mcp --- ## Adversarial Geopolitical Equilibrium URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-adversarial-geopolitical-equilibrium-mcp Summary: Analyze geopolitical equilibrium disruptions, state actor strategies, and international power dyn... Description: Analyze geopolitical equilibrium disruptions, state actor strategies, and international power dyn... Remote endpoints: streamable-http: https://ryanclinton--adversarial-geopolitical-equilibrium-mcp.apify.actor/mcp sse: https://ryanclinton--adversarial-geopolitical-equilibrium-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--adversarial-geopolitical-equilibrium-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-adversarial-geopolitical-equilibrium-mcp https://ryanclinton--adversarial-geopolitical-equilibrium-mcp.apify.actor/mcp --- ## Bawbel Scanner URL: https://mcp-marketplace.io/server/io-github-bawbel-bawbel-scanner Summary: Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production. Category: Developer Tools Mode: local Pricing: Free PyPI: bawbel-scanner GitHub: https://github.com/bawbel/bawbel-scanner Security Score: 10/10 Creator: Bawbel Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-bawbel-bawbel-scanner -- uvx bawbel-scanner==1.1.1 --- ## Claudia URL: https://mcp-marketplace.io/server/io-github-yuvalsuede-claudia Summary: Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination. Category: Developer Tools Mode: local Pricing: Free npm: claudia-cli GitHub: https://github.com/yuvalsuede/claudia Security Score: 7.5/10 Creator: Yuvalsuede Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-yuvalsuede-claudia -- npx -y claudia-cli@0.1.3 --- ## Globalping URL: https://mcp-marketplace.io/server/io-globalping-mcp Summary: Interact with a global network measurement platform.Run network commands from any point in the world Description: Interact with a global network measurement platform.Run network commands from any point in the world Remote endpoints: sse: https://mcp.globalping.io/sse streamable-http: https://mcp.globalping.io/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/jsdelivr/globalping-mcp-server Security Score: 10/10 Creator: Jsdelivr Creator Reputation: B Version: 1.0.0 --- ## Opendart Server URL: https://mcp-marketplace.io/server/io-github-kcw2034-sayouzone-mcp-opendart-server Summary: An MCP server that provides OpenDart API Category: Developer Tools Mode: local Pricing: Free PyPI: sayou-opendart-mcp GitHub: https://github.com/sayouzone/mcp-opendart-server Security Score: 3.5/10 Creator: Sayouzone Creator Reputation: B Version: 0.0.4 Required Credentials: OPENDART_API_KEY (required) Install (Claude Code): claude mcp add io-github-kcw2034-sayouzone-mcp-opendart-server -- uvx sayou-opendart-mcp --- ## Cache Proxy URL: https://mcp-marketplace.io/server/io-github-ainode-tech-cache-proxy Summary: LLM caching proxy (x402 USDC on Base) - exact + semantic cache. Free health. Description: LLM caching proxy (x402 USDC on Base) - exact + semantic cache. Free health. Remote endpoints: streamable-http: https://cache.api.ainode.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cache.api.ainode.tech/mcp MCP Tools (2): health, cache_query Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ainode-tech-cache-proxy https://cache.api.ainode.tech/mcp --- ## Better Bear URL: https://mcp-marketplace.io/server/io-github-kuvopllc-better-bear Summary: MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit Category: Developer Tools Mode: local Pricing: Free npm: better-bear GitHub: https://github.com/KuvopLLC/better-bear Security Score: 10/10 Creator: KuvopLLC Creator Reputation: B Version: 0.4.26 Install (Claude Code): claude mcp add io-github-kuvopllc-better-bear -- npx -y better-bear@0.4.26 --- ## Emailfinder URL: https://mcp-marketplace.io/server/io-github-xinxinhenaixin-emailfinder-mcp Summary: Find verified professional emails by name, domain, LinkedIn, or role. Category: Developer Tools Mode: local Pricing: Free npm: emailfinder-mcp GitHub: https://github.com/xinxinhenaixin/emailfinder-mcp Security Score: 7/10 Creator: Xinxinhenaixin Creator Reputation: B Version: 1.0.3 Required Credentials: EMAILFINDER_API_KEY (required) Install (Claude Code): claude mcp add io-github-xinxinhenaixin-emailfinder-mcp -- npx -y emailfinder-mcp@1.0.3 --- ## Autonomous Cyber Red Team URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-autonomous-cyber-red-team-mcp Summary: Automated red team reconnaissance combining attack surface mapping, vulnerability scanning, threa... Description: Automated red team reconnaissance combining attack surface mapping, vulnerability scanning, threa... Remote endpoints: streamable-http: https://ryanclinton--autonomous-cyber-red-team-mcp.apify.actor/mcp sse: https://ryanclinton--autonomous-cyber-red-team-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--autonomous-cyber-red-team-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-autonomous-cyber-red-team-mcp https://ryanclinton--autonomous-cyber-red-team-mcp.apify.actor/mcp --- ## Pihole URL: https://mcp-marketplace.io/server/io-github-aplaceforallmystuff-mcp-pihole Summary: Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists Category: Developer Tools Mode: local Pricing: Free npm: mcp-pihole-server GitHub: https://github.com/aplaceforallmystuff/mcp-pihole Security Score: 10/10 Creator: Aplaceforallmystuff Creator Reputation: B Version: 1.0.1 Required Credentials: PIHOLE_URL (optional), PIHOLE_PASSWORD (required) Install (Claude Code): claude mcp add io-github-aplaceforallmystuff-mcp-pihole -- npx -y mcp-pihole-server@1.1.0 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-ip-calc-mcp Summary: IP address and subnet calculator, CIDR notation Category: Developer Tools Mode: local Pricing: Free npm: ip-calc-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ryudi84-ip-calc-mcp -- npx -y ip-calc-mcp --- ## Agricultural Commodity Climate URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-agricultural-commodity-climate-mcp Summary: Assess crop region weather risk, pest emergence, trade dependency, price shocks, and food securit... Description: Assess crop region weather risk, pest emergence, trade dependency, price shocks, and food securit... Remote endpoints: streamable-http: https://ryanclinton--agricultural-commodity-climate-mcp.apify.actor/mcp sse: https://ryanclinton--agricultural-commodity-climate-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--agricultural-commodity-climate-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-agricultural-commodity-climate-mcp https://ryanclinton--agricultural-commodity-climate-mcp.apify.actor/mcp --- ## Corporate Political Exposure URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-corporate-political-exposure-mcp Summary: Map corporate political exposure: lobbying, campaign finance, congressional trades, foreign influ... Description: Map corporate political exposure: lobbying, campaign finance, congressional trades, foreign influ... Remote endpoints: streamable-http: https://ryanclinton--corporate-political-exposure-mcp.apify.actor/mcp sse: https://ryanclinton--corporate-political-exposure-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--corporate-political-exposure-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-corporate-political-exposure-mcp https://ryanclinton--corporate-political-exposure-mcp.apify.actor/mcp --- ## Serpapi URL: https://mcp-marketplace.io/server/io-github-serpapi-serpapi-mcp Summary: Official SerpApi MCP server for Google, Bing, and other search engines. Description: Official SerpApi MCP server for Google, Bing, and other search engines. Remote endpoints: sse: https://mcp.serpapi.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/serpapi/serpapi-mcp Security Score: 10/10 Creator: Serpapi Creator Reputation: B Version: 1.0.1 --- ## Belgium Law URL: https://mcp-marketplace.io/server/eu-ansvar-belgian-law-mcp Summary: Belgian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/belgian-law-mcp GitHub: https://github.com/Ansvar-Systems/Belgium-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-belgian-law-mcp -- npx -y @ansvar/belgian-law-mcp@1.0.0 --- ## Tenkai URL: https://mcp-marketplace.io/server/io-github-mcfredrick-tenkai-mcp Summary: Search Tenkai Daily AI news for open-source releases, papers, and tools. Updated daily. Category: Developer Tools Mode: local Pricing: Free npm: tenkai-mcp GitHub: https://github.com/mcfredrick/tenkai Security Score: 7/10 Creator: Mcfredrick Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-mcfredrick-tenkai-mcp -- npx -y tenkai-mcp@1.2.0 --- ## Google URL: https://mcp-marketplace.io/server/io-github-matiasbattocchia-google-mcp Summary: Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login. Description: Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login. Remote endpoints: streamable-http: https://g.mcp.openbsp.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://g.mcp.openbsp.dev/mcp GitHub: https://github.com/matiasbattocchia/google-mcp Security Score: 5.8/10 Creator: Matiasbattocchia Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-matiasbattocchia-google-mcp https://g.mcp.openbsp.dev/mcp --- ## Fortytwo URL: https://mcp-marketplace.io/server/network-fortytwo-fortytwo-mcp Summary: Ask high-complexity questions where the best answer is required — coding, hard reasoning, and more. Description: Ask high-complexity questions where the best answer is required — coding, hard reasoning, and more. Remote endpoints: streamable-http: https://mcp.fortytwo.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fortytwo.network/mcp MCP Tools (1): ask_fortytwo_prime Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-fortytwo-fortytwo-mcp https://mcp.fortytwo.network/mcp --- ## Dns Cache URL: https://mcp-marketplace.io/server/io-github-weiseer-dns-cache Summary: DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @weiseer/dns-cache-mcp GitHub: https://github.com/weiseer/dns-cache-mcp Security Score: 10/10 Creator: Weiseer Creator Reputation: B Version: 0.1.1 Required Credentials: DNS_CACHE_URL (optional), DNS_CACHE_LOCAL_ONLY (optional) Install (Claude Code): claude mcp add io-github-weiseer-dns-cache -- npx -y @weiseer/dns-cache-mcp@0.1.1 --- ## Formacv URL: https://mcp-marketplace.io/server/io-github-rocketech-software-development-formacv Summary: FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back. Category: Developer Tools Mode: local Pricing: Free npm: @formacv/mcp GitHub: https://github.com/Rocketech-Software-Development/formacv-mcp Security Score: 4.2/10 Creator: Rocketech Software Development Creator Reputation: B Version: 0.1.1 Required Credentials: FORMACV_API_KEY (required), FORMACV_SERVER_URL (optional) Install (Claude Code): claude mcp add io-github-rocketech-software-development-formacv -- npx -y @formacv/mcp@0.1.1 --- ## Botguard Agent URL: https://mcp-marketplace.io/server/io-github-sarduine13-star-botguard-pro Summary: Bot traffic detector for paid ads. Input: domain. Returns trigger, fake sessions, daily USD waste. Description: Bot traffic detector for paid ads. Input: domain. Returns trigger, fake sessions, daily USD waste. Remote endpoints: streamable-http: https://botguard-agent-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://botguard-agent-production.up.railway.app/mcp GitHub: https://github.com/sarduine13-star/botguard-agent Security Score: 9/10 Creator: Sarduine13 Star Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-sarduine13-star-botguard-pro https://botguard-agent-production.up.railway.app/mcp --- ## Adversarial Regulatory Arbitrage URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-adversarial-regulatory-arbitrage-mcp Summary: Detect regulatory arbitrage strategies across jurisdictions, identifying gaps in compliance frame... Description: Detect regulatory arbitrage strategies across jurisdictions, identifying gaps in compliance frame... Remote endpoints: streamable-http: https://ryanclinton--adversarial-regulatory-arbitrage-mcp.apify.actor/mcp sse: https://ryanclinton--adversarial-regulatory-arbitrage-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--adversarial-regulatory-arbitrage-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-adversarial-regulatory-arbitrage-mcp https://ryanclinton--adversarial-regulatory-arbitrage-mcp.apify.actor/mcp --- ## Eu Finance URL: https://mcp-marketplace.io/server/io-github-nexusforge-tools-mcp-eu-finance Summary: ECB rates, EUR exchange rates, Eurostat inflation, GDP and unemployment for EU/Eurozone. Free. Description: ECB rates, EUR exchange rates, Eurostat inflation, GDP and unemployment for EU/Eurozone. Free. Remote endpoints: sse: https://api.nexusforge.tools/mcp/eu-finance/sse Category: Finance Mode: dual Pricing: Free npm: @nexusforgetools/eu-finance Remote URL: https://api.nexusforge.tools/mcp/eu-finance/sse GitHub: https://github.com/nexusforge-tools/mcp-eu-finance.git Security Score: 7/10 Creator: Nexusforge Tools Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add io-github-nexusforge-tools-mcp-eu-finance -- npx -y @nexusforgetools/eu-finance@1.7.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nexusforge-tools-mcp-eu-finance https://api.nexusforge.tools/mcp/eu-finance/sse --- ## AgentsBestFriend URL: https://mcp-marketplace.io/server/io-github-therealfloatdev-agentsbestfriend Summary: MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases Category: Developer Tools Mode: local Pricing: Free npm: agentsbestfriend GitHub: https://github.com/TheRealFloatDev/AgentsBestFriend Security Score: 7.7/10 Creator: TheRealFloatDev Creator Reputation: B Version: 0.12.0 Required Credentials: ABF_PROJECT_ROOT (optional) Install (Claude Code): claude mcp add io-github-therealfloatdev-agentsbestfriend -- npx -y agentsbestfriend --- ## Aml Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-aml-ai-mcp Summary: 6AMLD + UK MLR 2017 + FinCEN BSA AML/CFT compliance for AI-enabled transaction monitoring, sanct... Category: Developer Tools Mode: local Pricing: Free PyPI: aml-ai-mcp GitHub: https://github.com/CSOAI-ORG/aml-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-aml-ai-mcp -- uvx aml-ai-mcp==1.0.11 --- ## Wemo URL: https://mcp-marketplace.io/server/io-github-apiarya-wemo Summary: Control WeMo smart home devices - discover, toggle, adjust brightness, and manage HomeKit codes Category: Developer Tools Mode: local Pricing: Free PyPI: wemo-mcp-server GitHub: https://github.com/apiarya/wemo-mcp-server Security Score: 6.5/10 Creator: Apiarya Creator Reputation: B Version: 1.4.1 Install (Claude Code): claude mcp add io-github-apiarya-wemo -- uvx wemo-mcp-server==1.4.1 --- ## Nexus URL: https://mcp-marketplace.io/server/io-github-nexus-api-lab-nexus-mcp Summary: Japanese LLM security — prompt injection detection (jpi-guard) + PII masking (PII Guard). Free. Description: Japanese LLM security — prompt injection detection (jpi-guard) + PII masking (PII Guard). Free. Remote endpoints: streamable-http: https://mcp.nexus-api-lab.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nexus-api-lab.com/ GitHub: https://github.com/nexus-api-lab/nexus-mcp MCP Tools (6): sanitize_content, get_trial_key, check_injection, validate_rag_input, pii_scan, get_pii_guard_key Security Score: 10/10 Creator: Nexus Api Lab Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nexus-api-lab-nexus-mcp https://mcp.nexus-api-lab.com/ --- ## Commonwealth Corporate Registry URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-commonwealth-corporate-registry-mcp Summary: Search and analyze corporate registries across Commonwealth nations including Companies House UK,... Description: Search and analyze corporate registries across Commonwealth nations including Companies House UK,... Remote endpoints: streamable-http: https://ryanclinton--commonwealth-corporate-registry-mcp.apify.actor/mcp sse: https://ryanclinton--commonwealth-corporate-registry-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--commonwealth-corporate-registry-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-commonwealth-corporate-registry-mcp https://ryanclinton--commonwealth-corporate-registry-mcp.apify.actor/mcp --- ## Browserbase URL: https://mcp-marketplace.io/server/ai-smithery-browserbasehq-mcp-browserbase Summary: Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i… Description: Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i… Remote endpoints: streamable-http: https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp GitHub: https://github.com/browserbase/mcp-server-browserbase Security Score: 10/10 Creator: Browserbase Creator Reputation: B Version: 2.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-browserbasehq-mcp-browserbase https://server.smithery.ai/@browserbasehq/mcp-browserbase/mcp --- ## Capital Equipment URL: https://mcp-marketplace.io/server/io-github-cesco345-capital-equipment Summary: Search, book, and manage scientific research equipment across 500+ STEM core facilities. Description: Search, book, and manage scientific research equipment across 500+ STEM core facilities. Remote endpoints: sse: https://us-central1-capital-equipment-dev.cloudfunctions.net/mcpServer/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://us-central1-capital-equipment-dev.cloudfunctions.net/mcpServer/mcp GitHub: https://github.com/cesco345/capital-equipment-mcp MCP Tools (18): search_equipment, get_facility, check_compatibility, search_marketplace, find_researchers, search_papers, check_availability, get_pricing, get_compliance_info, create_service_request, request_booking, connect_account, check_connection, disconnect_account, get_equipment_categories, get_equipment_by_category, get_platform_stats, get_facility_profile Security Score: 10/10 Creator: Cesco345 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cesco345-capital-equipment https://us-central1-capital-equipment-dev.cloudfunctions.net/mcpServer/mcp --- ## Corporate Deep Research URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-corporate-deep-research-mcp Summary: Corporate deep research with multi-source intelligence — SEC filings, stock data, LEI verificatio... Description: Corporate deep research with multi-source intelligence — SEC filings, stock data, LEI verificatio... Remote endpoints: streamable-http: https://ryanclinton--corporate-deep-research-mcp.apify.actor/mcp sse: https://ryanclinton--corporate-deep-research-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--corporate-deep-research-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-corporate-deep-research-mcp https://ryanclinton--corporate-deep-research-mcp.apify.actor/mcp --- ## Energy Transition Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-energy-transition-intelligence-mcp Summary: Assess energy transition readiness: renewable share, grid stress, stranded assets, EV gaps, carbo... Description: Assess energy transition readiness: renewable share, grid stress, stranded assets, EV gaps, carbo... Remote endpoints: streamable-http: https://ryanclinton--energy-transition-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--energy-transition-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--energy-transition-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-energy-transition-intelligence-mcp https://ryanclinton--energy-transition-intelligence-mcp.apify.actor/mcp --- ## Eval Runner URL: https://mcp-marketplace.io/server/io-github-dbsectrainer-mcp-eval-runner Summary: A standardized testing harness for MCP servers and agent workflows Category: Developer Tools Mode: local Pricing: Free npm: mcp-eval-runner GitHub: https://github.com/dbsectrainer/mcp-eval-runner Security Score: 6.5/10 Creator: Dbsectrainer Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-dbsectrainer-mcp-eval-runner -- npx -y mcp-eval-runner@1.0.0 --- ## Texasvoice URL: https://mcp-marketplace.io/server/com-getbotlens-texasvoice Summary: MCP gateway for thetexasvoice.com: articles, search and full text. Read-only, no auth. Description: MCP gateway for thetexasvoice.com: articles, search and full text. Read-only, no auth. Remote endpoints: streamable-http: https://texasvoice.mcp.getbotlens.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://texasvoice.mcp.getbotlens.com/mcp MCP Tools (6): search_articles, list_recent_articles, get_article, popular_content, search, fetch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getbotlens-texasvoice https://texasvoice.mcp.getbotlens.com/mcp --- ## Chestnyznak URL: https://mcp-marketplace.io/server/io-github-theyahia-chestnyznak-mcp Summary: MCP server for Chestniy ZNAK (Честный ЗНАК) API — product marking verification. No auth needed for Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/chestnyznak-mcp GitHub: https://github.com/theYahia/chestnyznak-mcp Security Score: 7/10 Installs: 1 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-chestnyznak-mcp -- npx -y @theyahia/chestnyznak-mcp@1.1.1 --- ## Elder Care Facility Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-elder-care-facility-intelligence-mcp Summary: Assess elder care facility safety: violations, complaints, ownership structure, quality ratings, ... Description: Assess elder care facility safety: violations, complaints, ownership structure, quality ratings, ... Remote endpoints: streamable-http: https://ryanclinton--elder-care-facility-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--elder-care-facility-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--elder-care-facility-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-elder-care-facility-intelligence-mcp https://ryanclinton--elder-care-facility-intelligence-mcp.apify.actor/mcp --- ## Sigrok URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-sigrok Summary: MCP server exposing sigrok-cli functionality for logic analyzer hardware and protocol decoding Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-sigrok GitHub: https://github.com/daedalus/mcp-sigrok Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-sigrok -- uvx mcp-sigrok==0.1.0 --- ## Clawaimail URL: https://mcp-marketplace.io/server/io-github-joansongjr-clawaimail Summary: Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages. Category: Developer Tools Mode: local Pricing: Free npm: clawaimail-mcp GitHub: https://github.com/joansongjr/clawaimail Security Score: 7.6/10 Creator: Joansongjr Creator Reputation: B Version: 0.1.1 Required Credentials: CLAWAIMAIL_API_KEY (required) Install (Claude Code): claude mcp add io-github-joansongjr-clawaimail -- npx -y clawaimail-mcp --- ## Coinmarketcap Prices URL: https://mcp-marketplace.io/server/io-github-evozim-coinmarketcap-prices-mcp Summary: Premium agentic endpoint for coinmarketcap-prices-mcp. Description: Premium agentic endpoint for coinmarketcap-prices-mcp. Remote endpoints: sse: https://api.m2mcent.com/coinmarketcap-prices-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/coinmarketcap-prices-mcp/sse MCP Tools (1): coinmarketcap-prices-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-coinmarketcap-prices-mcp https://api.m2mcent.com/coinmarketcap-prices-mcp/sse --- ## State Trace URL: https://mcp-marketplace.io/server/io-github-razroo-state-trace Summary: Bounded working memory for coding agents — typed nodes, current-vs-stale state, MCP-mountable. Category: Developer Tools Mode: local Pricing: Free PyPI: state-trace GitHub: https://github.com/razroo/state-trace Security Score: 10/10 Creator: Razroo Creator Reputation: B Version: 0.3.1 Required Credentials: STATE_TRACE_STORAGE_PATH (optional), STATE_TRACE_NAMESPACE (optional), STATE_TRACE_CAPACITY_LIMIT (optional) Install (Claude Code): claude mcp add io-github-razroo-state-trace -- uvx state-trace==0.3.1 --- ## Data Center Siting Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-data-center-siting-intelligence-mcp Summary: Assess data center site viability: power grid, natural hazards, climate cooling, flood and seismi... Description: Assess data center site viability: power grid, natural hazards, climate cooling, flood and seismi... Remote endpoints: streamable-http: https://ryanclinton--data-center-siting-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--data-center-siting-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--data-center-siting-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-data-center-siting-intelligence-mcp https://ryanclinton--data-center-siting-intelligence-mcp.apify.actor/mcp --- ## Package Meta URL: https://mcp-marketplace.io/server/io-github-weiseer-package-meta Summary: npm/PyPI/Cargo package metadata + downloads + maintainer health. Category: Developer Tools Mode: local Pricing: Free npm: @weiseer/package-meta-mcp GitHub: https://github.com/weiseer/package-meta-mcp Security Score: 10/10 Creator: Weiseer Creator Reputation: B Version: 0.1.1 Required Credentials: PKG_META_URL (optional), PKG_META_LOCAL_ONLY (optional) Install (Claude Code): claude mcp add io-github-weiseer-package-meta -- npx -y @weiseer/package-meta-mcp@0.1.1 --- ## What2watch URL: https://mcp-marketplace.io/server/io-github-lio1204-what2watch-mcp Summary: Real-time TV schedules, streaming availability, and personalized recommendations. Description: Real-time TV schedules, streaming availability, and personalized recommendations. Remote endpoints: sse: https://what2watch.live/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://what2watch.live/sse GitHub: https://github.com/lio1204/what2watch-mcp Security Score: 10/10 Creator: Lio1204 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lio1204-what2watch-mcp https://what2watch.live/sse --- ## Generect URL: https://mcp-marketplace.io/server/com-generect-generect-mcp Summary: B2B lead generation and company search through Generect Live API for sales prospecting. Description: B2B lead generation and company search through Generect Live API for sales prospecting. Remote endpoints: streamable-http: https://mcp.generect.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/generect/generect_mcp.git Security Score: 10/10 Creator: Generect Creator Reputation: B Version: 0.1.2 --- ## Financial Crime Screening URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-financial-crime-screening-mcp Summary: AML/CFT composite screening with sanctions, watchlists, PEP detection, shell company analysis, an... Description: AML/CFT composite screening with sanctions, watchlists, PEP detection, shell company analysis, an... Remote endpoints: streamable-http: https://ryanclinton--financial-crime-screening-mcp.apify.actor/mcp sse: https://ryanclinton--financial-crime-screening-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--financial-crime-screening-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-financial-crime-screening-mcp https://ryanclinton--financial-crime-screening-mcp.apify.actor/mcp --- ## Rpn URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-rpn Summary: MCP server that exposes an RPN calculator Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-rpn GitHub: https://github.com/daedalus/mcp-rpn Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-rpn -- uvx mcp-rpn==0.1.1 --- ## Proxy URL: https://mcp-marketplace.io/server/io-github-bnmbnmai-apollo-proxy Summary: 26 AI tools: DeFi, OSINT, crypto, intel feeds, search, proxy. x402 micropayments. Category: Developer Tools Mode: local Pricing: Free npm: @apollo_ai/mcp-proxy GitHub: https://github.com/bnmbnmai/mcp-proxy Security Score: 7.3/10 Creator: Bnmbnmai Creator Reputation: B Version: 4.6.0 Install (Claude Code): claude mcp add io-github-bnmbnmai-apollo-proxy -- npx -y @apollo_ai/mcp-proxy@4.8.1 --- ## Cualbet URL: https://mcp-marketplace.io/server/com-cualbet-cualbet-mcp Summary: Football fixtures, standings, and odds intelligence for AI agents. Description: Football fixtures, standings, and odds intelligence for AI agents. Remote endpoints: streamable-http: https://mcp.cualbet.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cualbet.com Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-cualbet-cualbet-mcp https://mcp.cualbet.com --- ## Influencer Brand Safety Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-influencer-brand-safety-intelligence-mcp Summary: Screen creators for brand safety risks, audience authenticity, controversy history, and platform ... Description: Screen creators for brand safety risks, audience authenticity, controversy history, and platform ... Remote endpoints: streamable-http: https://ryanclinton--influencer-brand-safety-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--influencer-brand-safety-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--influencer-brand-safety-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-influencer-brand-safety-intelligence-mcp https://ryanclinton--influencer-brand-safety-intelligence-mcp.apify.actor/mcp --- ## Investment Alternative Data URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-investment-alternative-data-mcp Summary: Hedge fund alternative data intelligence with smart money tracking, congressional alpha, and macr... Description: Hedge fund alternative data intelligence with smart money tracking, congressional alpha, and macr... Remote endpoints: streamable-http: https://ryanclinton--investment-alternative-data-mcp.apify.actor/mcp sse: https://ryanclinton--investment-alternative-data-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--investment-alternative-data-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-investment-alternative-data-mcp https://ryanclinton--investment-alternative-data-mcp.apify.actor/mcp --- ## Apexapi URL: https://mcp-marketplace.io/server/io-github-apexapi-apexapi-mcp Summary: Call 120+ AI models and live web context (scrape/crawl/extract) from any MCP client with one key Category: Developer Tools Mode: local Pricing: Free npm: apexapi-mcp GitHub: https://github.com/apexapi/apexapi-mcp Security Score: 5.2/10 Creator: Apexapi Creator Reputation: B Version: 0.1.1 Required Credentials: APEXAPI_API_KEY (required) Install (Claude Code): claude mcp add io-github-apexapi-apexapi-mcp -- npx -y apexapi-mcp@0.1.1 --- ## Almured URL: https://mcp-marketplace.io/server/com-almured-marketplace Summary: Marketplace where AI agents ask AI agents that have live or proprietary data. Description: Marketplace where AI agents ask AI agents that have live or proprietary data. Remote endpoints: streamable-http: https://api.almured.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.almured.com/mcp GitHub: https://github.com/Almured/almured-mcp MCP Tools (8): browse_consultations, browse_unanswered, get_consultation, ask_consultation, rate_response, report_content, get_expertise_badge, manage_subscriptions Security Score: 10/10 Creator: Almured Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-almured-marketplace https://api.almured.com/mcp --- ## Spraay Solana Gateway URL: https://mcp-marketplace.io/server/io-github-plagtech-spraay-solana-gateway Summary: Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana. Description: Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana. Remote endpoints: streamable-http: https://gateway-solana.spraay.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway-solana.spraay.app/mcp GitHub: https://github.com/plagtech/spraay-solana-gateway MCP Tools (8): Endpoint, Service, GitHub, Twitter, spraay_solana_batch_send_sol, spraay_solana_batch_send_token, spraay_solana_quote, spraay_solana_tx_status Security Score: 10/10 Creator: plagtech Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-plagtech-spraay-solana-gateway https://gateway-solana.spraay.app/mcp --- ## Government Contract Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-government-contract-intelligence-mcp Summary: Federal procurement intelligence with contract pipeline forecasting, incumbent analysis, and poli... Description: Federal procurement intelligence with contract pipeline forecasting, incumbent analysis, and poli... Remote endpoints: streamable-http: https://ryanclinton--government-contract-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--government-contract-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--government-contract-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-government-contract-intelligence-mcp https://ryanclinton--government-contract-intelligence-mcp.apify.actor/mcp --- ## Logistics Freight Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-logistics-freight-intelligence-mcp Summary: Forecast route disruptions, screen trade compliance, assess carrier risk, and predict border delays Description: Forecast route disruptions, screen trade compliance, assess carrier risk, and predict border delays Remote endpoints: streamable-http: https://ryanclinton--logistics-freight-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--logistics-freight-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--logistics-freight-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-logistics-freight-intelligence-mcp https://ryanclinton--logistics-freight-intelligence-mcp.apify.actor/mcp --- ## Clerk URL: https://mcp-marketplace.io/server/io-github-clerk-mcp-server Summary: Access Clerk authentication docs, SDK snippets, and quickstart guides Description: Access Clerk authentication docs, SDK snippets, and quickstart guides Remote endpoints: streamable-http: https://mcp.clerk.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.clerk.com/mcp MCP Tools (2): clerk_sdk_snippet, list_clerk_sdk_snippets Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-clerk-mcp-server https://mcp.clerk.com/mcp --- ## License Checker URL: https://mcp-marketplace.io/server/io-github-weiseer-license-checker Summary: OSS license metadata + compatibility checker MCP server. Category: Developer Tools Mode: local Pricing: Free npm: @weiseer/license-checker-mcp GitHub: https://github.com/weiseer/license-checker-mcp Security Score: 10/10 Creator: Weiseer Creator Reputation: B Version: 0.1.1 Required Credentials: LIC_URL (optional), LIC_LOCAL_ONLY (optional) Install (Claude Code): claude mcp add io-github-weiseer-license-checker -- npx -y @weiseer/license-checker-mcp@0.1.1 --- ## Knowledge Graph Causal Discovery URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-knowledge-graph-causal-discovery-mcp Summary: Build knowledge graphs and discover causal relationships from multi-source data, enabling entity ... Description: Build knowledge graphs and discover causal relationships from multi-source data, enabling entity ... Remote endpoints: streamable-http: https://ryanclinton--knowledge-graph-causal-discovery-mcp.apify.actor/mcp sse: https://ryanclinton--knowledge-graph-causal-discovery-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--knowledge-graph-causal-discovery-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-knowledge-graph-causal-discovery-mcp https://ryanclinton--knowledge-graph-causal-discovery-mcp.apify.actor/mcp --- ## Api Docs Generator Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-api-docs-generator-ai-mcp Summary: Api Docs Generator Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: api-docs-generator-ai-mcp GitHub: https://github.com/CSOAI-ORG/api-docs-generator-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-api-docs-generator-ai-mcp -- uvx api-docs-generator-ai-mcp==1.0.12 --- ## Nim Key Manager URL: https://mcp-marketplace.io/server/io-github-bysergimm-nim-key-manager Summary: Self-hosted NVIDIA NIM API-key manager with a Claude MCP connector; deploy your own instance. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/BySergiMM/nim-key-manager Security Score: 9.9/10 Creator: BySergiMM Creator Reputation: B Version: 1.0.0 --- ## Blazor URL: https://mcp-marketplace.io/server/com-radzen-www-blazor-mcp Summary: AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 100+ components. Description: AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 100+ components. Remote endpoints: streamable-http: https://app.radzen.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.radzen.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-radzen-www-blazor-mcp https://app.radzen.com/mcp --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-us-safety-recalls Summary: NHTSA vehicle recalls and FDA food/drug recalls. 4 tools. Description: NHTSA vehicle recalls and FDA food/drug recalls. 4 tools. Remote endpoints: streamable-http: https://us-safety-recalls-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://us-safety-recalls-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-us-safety-recalls https://us-safety-recalls-mcp.apify.actor/mcp --- ## Maritime Resource Compliance URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-maritime-resource-compliance-mcp Summary: Maritime shipping intelligence including vessel tracking, port compliance, sanctions screening, I... Description: Maritime shipping intelligence including vessel tracking, port compliance, sanctions screening, I... Remote endpoints: streamable-http: https://ryanclinton--maritime-resource-compliance-mcp.apify.actor/mcp sse: https://ryanclinton--maritime-resource-compliance-mcp.apify.actor/sse Category: Security Mode: remote Pricing: Free Remote URL: https://ryanclinton--maritime-resource-compliance-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-maritime-resource-compliance-mcp https://ryanclinton--maritime-resource-compliance-mcp.apify.actor/mcp --- ## Pandemic Supply Chain Cascade URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-pandemic-supply-chain-cascade-mcp Summary: Model pandemic-driven supply chain cascade failures, production disruptions, logistics bottleneck... Description: Model pandemic-driven supply chain cascade failures, production disruptions, logistics bottleneck... Remote endpoints: streamable-http: https://ryanclinton--pandemic-supply-chain-cascade-mcp.apify.actor/mcp sse: https://ryanclinton--pandemic-supply-chain-cascade-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--pandemic-supply-chain-cascade-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-pandemic-supply-chain-cascade-mcp https://ryanclinton--pandemic-supply-chain-cascade-mcp.apify.actor/mcp --- ## Finstack URL: https://mcp-marketplace.io/server/io-github-finstacklabs-finstack-mcp Summary: India-first MCP server for NSE/BSE, fundamentals, analytics, and market research workflows. Category: Developer Tools Mode: local Pricing: Free PyPI: finstack-mcp GitHub: https://github.com/finstacklabs/finstack-mcp Security Score: 10/10 Creator: Finstacklabs Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-finstacklabs-finstack-mcp -- uvx finstack-mcp==0.10.0 --- ## Context Pod URL: https://mcp-marketplace.io/server/io-github-heidiec-context-pod Summary: Persistent context for AI agents built fromlearned vectors with certainty scores. Description: Persistent context for AI agents built fromlearned vectors with certainty scores. Remote endpoints: sse: https://context.nervousmachine.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://context.nervousmachine.com/mcp GitHub: https://github.com/Nervous-Machine/context-pod Security Score: 10/10 Creator: Nervous Machine Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-heidiec-context-pod https://context.nervousmachine.com/mcp --- ## Nuclear Regulatory Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-nuclear-regulatory-intelligence-mcp Summary: Assess nuclear plant risk: seismic vulnerability, regulatory compliance, decommissioning, contami... Description: Assess nuclear plant risk: seismic vulnerability, regulatory compliance, decommissioning, contami... Remote endpoints: streamable-http: https://ryanclinton--nuclear-regulatory-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--nuclear-regulatory-intelligence-mcp.apify.actor/sse Category: Security Mode: remote Pricing: Free Remote URL: https://ryanclinton--nuclear-regulatory-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-nuclear-regulatory-intelligence-mcp https://ryanclinton--nuclear-regulatory-intelligence-mcp.apify.actor/mcp --- ## Nonprofit Grant Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-nonprofit-grant-intelligence-mcp Summary: Assess nonprofit health from IRS 990 data, verify grant compliance, screen integrity, search oppo... Description: Assess nonprofit health from IRS 990 data, verify grant compliance, screen integrity, search oppo... Remote endpoints: streamable-http: https://ryanclinton--nonprofit-grant-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--nonprofit-grant-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--nonprofit-grant-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-nonprofit-grant-intelligence-mcp https://ryanclinton--nonprofit-grant-intelligence-mcp.apify.actor/mcp --- ## Multimodal URL: https://mcp-marketplace.io/server/io-github-rsmdt-multimodal Summary: Multi-provider media generation — images, video, audio, and transcription via a unified interface Category: Developer Tools Mode: local Pricing: Free npm: @r16t/multimodal-mcp GitHub: https://github.com/rsmdt/multimodal-mcp Security Score: 10/10 Creator: Rsmdt Creator Reputation: C Version: 1.3.1 Required Credentials: OPENAI_API_KEY (required), XAI_API_KEY (required), GEMINI_API_KEY (required), ELEVENLABS_API_KEY (required), BFL_API_KEY (required), MEDIA_OUTPUT_DIR (optional) Install (Claude Code): claude mcp add io-github-rsmdt-multimodal -- npx -y @r16t/multimodal-mcp@1.4.0 --- ## Stealthee MCP Tools URL: https://mcp-marketplace.io/server/ai-smithery-rainbowgore-stealthee-mcp-tools Summary: Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages… Description: Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages… Remote endpoints: streamable-http: https://server.smithery.ai/@rainbowgore/stealthee-mcp-tools/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/rainbowgore/stealthee-MCP-tools Security Score: 5.6/10 Creator: Rainbowgore Creator Reputation: B Version: 1.14.0 --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-environmental-compliance Summary: EPA air quality monitoring and HUD foreclosure data. 3 MCP tools for environmental and housing data. Description: EPA air quality monitoring and HUD foreclosure data. 3 MCP tools for environmental and housing data. Remote endpoints: streamable-http: https://environmental-compliance-mcp.apify.actor/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://environmental-compliance-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-environmental-compliance https://environmental-compliance-mcp.apify.actor/mcp --- ## Omnisockit URL: https://mcp-marketplace.io/server/io-github-omnisockit-omnisockit-mcp Summary: Turn your AI into a WeCom development expert. 41 SKILLs, 550+ APIs. Category: Developer Tools Mode: local Pricing: Free npm: @omnisockit/mcp-server GitHub: https://github.com/OmniSocKit/omnisockit-mcp Security Score: 9.7/10 Creator: OmniSocKit Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add io-github-omnisockit-omnisockit-mcp -- npx -y @omnisockit/mcp-server --- ## Gitscrum Core URL: https://mcp-marketplace.io/server/io-github-gitscrum-core-mcp-server Summary: MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI Category: Developer Tools Mode: local Pricing: Free npm: @gitscrum-studio/mcp-server GitHub: https://github.com/gitscrum-core/mcp-server Security Score: 7.8/10 Creator: Gitscrum Core Creator Reputation: B Version: 1.0.1 Required Credentials: GITSCRUM_API_URL (optional), GITSCRUM_TOKEN (required) Install (Claude Code): claude mcp add io-github-gitscrum-core-mcp-server -- npx -y @gitscrum-studio/mcp-server@1.0.7 --- ## Maximumsats URL: https://mcp-marketplace.io/server/com-maximumsats-maximumsats Summary: Bitcoin AI + Nostr WoT scoring (12 tools). L402 pay-per-call. 50 free WoT/day. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/joelklabo/maximumsats-mcp Security Score: 10/10 Creator: Joelklabo Creator Reputation: B Version: 2.0.0 --- ## Open Source Software Supply Chain URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-open-source-software-supply-chain-mcp Summary: Assess OSS dependency risk: bus factor, vulnerabilities, license compliance, community health, SB... Description: Assess OSS dependency risk: bus factor, vulnerabilities, license compliance, community health, SB... Remote endpoints: streamable-http: https://ryanclinton--open-source-software-supply-chain-mcp.apify.actor/mcp sse: https://ryanclinton--open-source-software-supply-chain-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--open-source-software-supply-chain-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-open-source-software-supply-chain-mcp https://ryanclinton--open-source-software-supply-chain-mcp.apify.actor/mcp --- ## Umami URL: https://mcp-marketplace.io/server/io-github-mikusnuz-umami Summary: MCP server for Umami Analytics API v2 — websites, stats, events, reports, and realtime Category: Developer Tools Mode: local Pricing: Free npm: @mikusnuz/umami-mcp GitHub: https://github.com/mikusnuz/umami-mcp Security Score: 7.3/10 Creator: Mikusnuz Creator Reputation: B Version: 1.2.1 Required Credentials: UMAMI_URL (optional), UMAMI_USERNAME (optional), UMAMI_PASSWORD (required), UMAMI_API_KEY (required) Install (Claude Code): claude mcp add io-github-mikusnuz-umami -- npx -y @mikusnuz/umami-mcp@1.2.1 --- ## Interswitch URL: https://mcp-marketplace.io/server/io-github-dairus01-interswitch-mcp-server Summary: MCP server for Interswitch APIs: payments, transfers, Verve cards, airtime, and paycodes. Category: Developer Tools Mode: local Pricing: Free npm: interswitch-mcp-server GitHub: https://github.com/Dairus01/Interswitch-mcp-server Security Score: 4.2/10 Creator: Dairus01 Creator Reputation: B Version: 0.1.3 Required Credentials: INTERSWITCH_CLIENT_ID (optional), INTERSWITCH_CLIENT_SECRET (required), INTERSWITCH_ENV (optional), INTERSWITCH_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-dairus01-interswitch-mcp-server -- npx -y interswitch-mcp-server@0.1.3 --- ## Perception URL: https://mcp-marketplace.io/server/io-github-fernikolic-perception Summary: Real-time digital asset narrative intelligence from 1,000+ curated media sources. Description: Real-time digital asset narrative intelligence from 1,000+ curated media sources. Remote endpoints: streamable-http: https://mcp.perception.to/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.perception.to/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fernikolic-perception https://mcp.perception.to/mcp --- ## Political Influence Network URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-political-influence-network-mcp Summary: Map political influence networks including lobbying connections, campaign finance flows, revolvin... Description: Map political influence networks including lobbying connections, campaign finance flows, revolvin... Remote endpoints: streamable-http: https://ryanclinton--political-influence-network-mcp.apify.actor/mcp sse: https://ryanclinton--political-influence-network-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--political-influence-network-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-political-influence-network-mcp https://ryanclinton--political-influence-network-mcp.apify.actor/mcp --- ## Forge URL: https://mcp-marketplace.io/server/io-github-rightnow-ai-forge-mcp-server Summary: Turn PyTorch into fast CUDA/Triton kernels on real datacenter GPUs with up to 14x speedup. Category: Developer Tools Mode: local Pricing: Free npm: @rightnow/forge-mcp-server GitHub: https://github.com/RightNow-AI/forge-mcp-server Security Score: 6.8/10 Creator: RightNow AI Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rightnow-ai-forge-mcp-server -- npx -y @rightnow/forge-mcp-server@1.0.2 --- ## Backup Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-backup-ai-mcp Summary: Backup Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: backup-ai-mcp GitHub: https://github.com/CSOAI-ORG/backup-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-backup-ai-mcp -- uvx backup-ai-mcp==1.0.12 --- ## Docusign Navigator URL: https://mcp-marketplace.io/server/co-thisdot-docusign-navigator-mcp Summary: Secure Docusign Navigator integration for AI assistants to access and analyze agreement data. Description: Secure Docusign Navigator integration for AI assistants to access and analyze agreement data. Remote endpoints: streamable-http: https://docusign-navigator.thisdot.co/mcp Category: Business Tools Mode: dual Pricing: Free GitHub: https://github.com/thisdot/docusign-navigator-mcp Security Score: 10/10 Creator: Thisdot Creator Reputation: B Version: 1.3.0 --- ## Renoun URL: https://mcp-marketplace.io/server/io-github-98lukehall-renoun Summary: Crypto regime classifier for trading agents. 100% bounded regime accuracy. 50 free calls/day. Description: Crypto regime classifier for trading agents. 100% bounded regime accuracy. 50 free calls/day. Remote endpoints: streamable-http: https://web-production-817e2.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://web-production-817e2.up.railway.app/mcp GitHub: https://github.com/98lukehall/renoun-mcp Security Score: 9/10 Creator: 98lukehall Creator Reputation: B Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-98lukehall-renoun https://web-production-817e2.up.railway.app/mcp --- ## Energyatit URL: https://mcp-marketplace.io/server/io-github-kasathur-energyatit Summary: Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters. Category: Developer Tools Mode: local Pricing: Free npm: energyatit-mcp-server GitHub: https://github.com/kasathur/energyatit-mcp-server Security Score: 7/10 Creator: Kasathur Creator Reputation: B Version: 1.0.0 Required Credentials: ENERGYATIT_API_KEY (required) Install (Claude Code): claude mcp add io-github-kasathur-energyatit -- npx -y energyatit-mcp-server@1.0.0 --- ## Uk Business Compliance URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-uk-business-compliance-mcp Summary: UK-specific business compliance intelligence covering Companies House filings, FCA regulatory dat... Description: UK-specific business compliance intelligence covering Companies House filings, FCA regulatory dat... Remote endpoints: streamable-http: https://ryanclinton--uk-business-compliance-mcp.apify.actor/mcp sse: https://ryanclinton--uk-business-compliance-mcp.apify.actor/sse Category: Security Mode: remote Pricing: Free Remote URL: https://ryanclinton--uk-business-compliance-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-uk-business-compliance-mcp https://ryanclinton--uk-business-compliance-mcp.apify.actor/mcp --- ## Workforce Competitive Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-workforce-competitive-intelligence-mcp Summary: Analyze hiring signals, inventor movement, researcher attrition, executive transitions, and human... Description: Analyze hiring signals, inventor movement, researcher attrition, executive transitions, and human... Remote endpoints: streamable-http: https://ryanclinton--workforce-competitive-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--workforce-competitive-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--workforce-competitive-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-workforce-competitive-intelligence-mcp https://ryanclinton--workforce-competitive-intelligence-mcp.apify.actor/mcp --- ## Fasttransfer URL: https://mcp-marketplace.io/server/io-github-arpe-io-fasttransfer-mcp Summary: MCP server for FastTransfer — high-performance parallel data transfer between databases Category: Developer Tools Mode: local Pricing: Free PyPI: fasttransfer-mcp GitHub: https://github.com/arpe-io/fasttransfer-mcp Security Score: 6.5/10 Creator: Arpe Io Creator Reputation: D Version: 0.1.6 Required Credentials: FASTTRANSFER_PATH (optional), FASTTRANSFER_TIMEOUT (optional), FASTTRANSFER_LOG_DIR (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-arpe-io-fasttransfer-mcp -- uvx fasttransfer-mcp==0.1.6 --- ## Coingecko Historical URL: https://mcp-marketplace.io/server/io-github-evozim-coingecko-historical-mcp Summary: Premium agentic endpoint for coingecko-historical-mcp. Description: Premium agentic endpoint for coingecko-historical-mcp. Remote endpoints: sse: https://api.m2mcent.com/coingecko-historical-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/coingecko-historical-mcp/sse MCP Tools (1): coingecko-historical-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-coingecko-historical-mcp https://api.m2mcent.com/coingecko-historical-mcp/sse --- ## Artillery URL: https://mcp-marketplace.io/server/io-github-kosiakmd-artillery-mcp Summary: MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT) Category: Developer Tools Mode: local Pricing: Free npm: @kosiakmd/artillery-mcp GitHub: https://github.com/kosiakMD/artillery-mcp Security Score: 8/10 Creator: KosiakMD Creator Reputation: B Version: 0.1.7 Required Credentials: ARTILLERY_WORKDIR (optional), ARTILLERY_CLOUD_API_KEY (required), ARTILLERY_MCP_CONFIG (optional), ARTILLERY_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-kosiakmd-artillery-mcp -- npx -y @kosiakmd/artillery-mcp@0.1.7 --- ## Tech Ecosystem Analysis URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-tech-ecosystem-analysis-mcp Summary: Analyze technology ecosystem dynamics including platform competition, API dependency mapping, dev... Description: Analyze technology ecosystem dynamics including platform competition, API dependency mapping, dev... Remote endpoints: streamable-http: https://ryanclinton--tech-ecosystem-analysis-mcp.apify.actor/mcp sse: https://ryanclinton--tech-ecosystem-analysis-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--tech-ecosystem-analysis-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-tech-ecosystem-analysis-mcp https://ryanclinton--tech-ecosystem-analysis-mcp.apify.actor/mcp --- ## Botindex URL: https://mcp-marketplace.io/server/io-github-cyberweasel777-botindex-mcp-server Summary: DeFi signal intelligence + agent discovery. Funding arb, whale alerts, Zora, compliance. Category: Developer Tools Mode: local Pricing: Free npm: botindex-mcp-server GitHub: https://github.com/Cyberweasel777/botindex-mcp-server Security Score: 7/10 Creator: Cyberweasel777 Creator Reputation: B Version: 2.2.0 Required Credentials: BOTINDEX_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-cyberweasel777-botindex-mcp-server -- npx -y botindex-mcp-server@1.0.5 --- ## Zmq URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-zmq Summary: MCP server for ZMQ messaging Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-zmq GitHub: https://github.com/daedalus/mcp-zmq Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-zmq -- uvx mcp-zmq==0.1.0 --- ## Superjob URL: https://mcp-marketplace.io/server/io-github-theyahia-superjob-mcp Summary: MCP server for SuperJob.ru API — vacancy search, employers. Requires API key. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/superjob-mcp GitHub: https://github.com/theYahia/superjob-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: SUPERJOB_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-superjob-mcp -- npx -y @theyahia/superjob-mcp@1.1.1 --- ## Smart Proxy URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-smart-proxy Summary: An MCP server that provides a smart proxy to other mcp servers Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-smart-proxy GitHub: https://github.com/daedalus/mcp-smart-proxy Security Score: 7/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-smart-proxy -- uvx mcp-smart-proxy==0.1.1 --- ## Inspire Hep URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-inspire-hep Summary: INSPIRE-HEP high-energy physics literature database Description: INSPIRE-HEP high-energy physics literature database Remote endpoints: streamable-http: https://gateway.pipeworx.io/inspire-hep/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/inspire-hep/mcp GitHub: https://github.com/pipeworx-io/mcp-inspire-hep MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, literature, authors_search, author, institutions_search, conferences_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-inspire-hep https://gateway.pipeworx.io/inspire-hep/mcp --- ## Keymaster URL: https://mcp-marketplace.io/server/io-github-ainoakari-keymaster-mcp Summary: Read-only runtime secret retrieval from HashiCorp Vault via Keymaster for autonomous AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @akari-os/keymaster-mcp GitHub: https://github.com/AInoAKARI/keymaster-mcp Security Score: 7.5/10 Creator: AInoAKARI Creator Reputation: B Version: 1.0.2 Required Credentials: USER_KEYMASTER_URL (optional), USER_KEYMASTER_TOKEN (required) Install (Claude Code): claude mcp add io-github-ainoakari-keymaster-mcp -- npx -y @akari-os/keymaster-mcp@1.0.3 --- ## Catchdoms URL: https://mcp-marketplace.io/server/com-catchdoms-expired-domains Summary: Search 40K+ expired domains from 12 auction platforms with SEO metrics and scores. Description: Search 40K+ expired domains from 12 auction platforms with SEO metrics and scores. Remote endpoints: sse: https://catchdoms.com/mcp/catchdoms/free Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://catchdoms.com/mcp/catchdoms/free GitHub: https://github.com/Sambel/catchdoms-mcp Security Score: 10/10 Creator: Sambel Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-catchdoms-expired-domains https://catchdoms.com/mcp/catchdoms/free --- ## Health Monitor URL: https://mcp-marketplace.io/server/io-github-oaslananka-mcp-health-monitor Summary: Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status Category: Developer Tools Mode: local Pricing: Free npm: mcp-health-monitor GitHub: https://github.com/oaslananka/mcp-health-monitor Security Score: 10/10 Creator: Oaslananka Creator Reputation: B Version: 1.0.2 Required Credentials: HEALTH_MONITOR_DB (optional), HEALTH_MONITOR_AUTO_CHECK (optional) Install (Claude Code): claude mcp add io-github-oaslananka-mcp-health-monitor -- npx -y mcp-health-monitor@1.0.3 --- ## Mdk URL: https://mcp-marketplace.io/server/io-github-sap-mdk-mcp-server Summary: Model Context Protocol (MCP) server for AI-assisted development of MDK applications. Category: Developer Tools Mode: local Pricing: Free npm: @sap/mdk-mcp-server GitHub: https://github.com/sap/mdk-mcp-server Security Score: 9/10 Creator: Sap Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-sap-mdk-mcp-server -- npx -y @sap/mdk-mcp-server@0.3.7 --- ## Registry URL: https://mcp-marketplace.io/server/io-github-zoom-zoom-workspace Summary: Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content. Description: Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content. Remote endpoints: streamable-http: https://mcp.zoom.us/mcp/zoom/streamable Category: Communication Mode: remote Pricing: Free Remote URL: https://mcp.zoom.us/mcp/zoom/streamable GitHub: https://github.com/zoom/mcp-registry Security Score: 10/10 Creator: Zoom Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-zoom-zoom-workspace https://mcp.zoom.us/mcp/zoom/streamable --- ## Drafturl URL: https://mcp-marketplace.io/server/io-github-bamdule-drafturl Summary: Share HTML/Markdown documents via URL instantly. Create, edit, delete docs from any AI tool. Description: Share HTML/Markdown documents via URL instantly. Create, edit, delete docs from any AI tool. Remote endpoints: streamable-http: https://drafturl.com/mcp/transport Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://drafturl.com/mcp/transport GitHub: https://github.com/Bamdule/drafturl Security Score: 9/10 Creator: Bamdule Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bamdule-drafturl https://drafturl.com/mcp/transport --- ## Sqlite URL: https://mcp-marketplace.io/server/io-github-ofershap-sqlite Summary: SQLite MCP — query databases, inspect schemas, explain queries, export data. Category: Data & Analytics Mode: local Pricing: Free npm: mcp-sqlite-server GitHub: https://github.com/ofershap/mcp-server-sqlite Security Score: 10/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-sqlite -- npx -y mcp-sqlite-server@1.0.1 --- ## Cold Chain Reefer URL: https://mcp-marketplace.io/server/io-github-evozim-cold-chain-reefer-mcp Summary: Premium agentic endpoint for cold-chain-reefer-mcp. Description: Premium agentic endpoint for cold-chain-reefer-mcp. Remote endpoints: sse: https://api.m2mcent.com/cold-chain-reefer-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cold-chain-reefer-mcp/sse MCP Tools (1): cold-chain-reefer-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cold-chain-reefer-mcp https://api.m2mcent.com/cold-chain-reefer-mcp/sse --- ## La Ei URL: https://mcp-marketplace.io/server/io-github-topofgames-la-ei-romania Summary: Romanian classified ads and business directory. Search 30K+ businesses, ads, exchange rates. Description: Romanian classified ads and business directory. Search 30K+ businesses, ads, exchange rates. Remote endpoints: streamable-http: https://laei.ro/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://laei.ro/mcp GitHub: https://github.com/topofgames/la-ei-mcp MCP Tools (6): cauta-anunturi, detalii-anunt, obtine-categorii, obtine-locatii, statistici-anunturi, explorare-orase Security Score: 10/10 Creator: Topofgames Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-topofgames-la-ei-romania https://laei.ro/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-gavelin-mcp Summary: Search bills and speaker-attributed hearing transcripts across all 50 US state legislatures. Description: Search bills and speaker-attributed hearing transcripts across all 50 US state legislatures. Remote endpoints: streamable-http: https://mcp.gavelin.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.gavelin.ai/mcp GitHub: https://github.com/gavelin-ai/mcp Security Score: 10/10 Creator: Gavelin Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-gavelin-mcp https://mcp.gavelin.ai/mcp --- ## Perplexity Comet URL: https://mcp-marketplace.io/server/io-github-rapiercraft-perplexity-comet-mcp Summary: Bridge Claude Code with Perplexity Comet for autonomous browsing and tab management Category: Search & Web Mode: local Pricing: Free npm: perplexity-comet-mcp GitHub: https://github.com/RapierCraft/perplexity-comet-mcp Security Score: 8/10 Installs: 1 Creator: RapierCraft Creator Reputation: B Version: 2.5.0 Required Credentials: COMET_PATH (optional), COMET_PORT (optional) Install (Claude Code): claude mcp add io-github-rapiercraft-perplexity-comet-mcp -- npx -y perplexity-comet-mcp@2.6.2 --- ## Medrates URL: https://mcp-marketplace.io/server/fyi-medrates-mcp Summary: Search US hospital prices, compare costs, and find insurance-negotiated rates. Description: Search US hospital prices, compare costs, and find insurance-negotiated rates. Remote endpoints: streamable-http: https://mcp.medrates.fyi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.medrates.fyi/mcp GitHub: https://github.com/dimaosipa/medrates.fyi MCP Tools (5): search, search_nlp, price_quote, hospitals, payers Security Score: 9/10 Creator: Dimaosipa Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http fyi-medrates-mcp https://mcp.medrates.fyi/mcp --- ## Conflict Minerals Audit URL: https://mcp-marketplace.io/server/io-github-evozim-conflict-minerals-audit-mcp Summary: Premium agentic endpoint for conflict-minerals-audit-mcp. Description: Premium agentic endpoint for conflict-minerals-audit-mcp. Remote endpoints: sse: https://api.m2mcent.com/conflict-minerals-audit-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/conflict-minerals-audit-mcp/sse MCP Tools (1): conflict-minerals-audit-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-conflict-minerals-audit-mcp https://api.m2mcent.com/conflict-minerals-audit-mcp/sse --- ## Repiscope URL: https://mcp-marketplace.io/server/io-github-3xpr1ment-repiscope Summary: Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them Category: Developer Tools Mode: local Pricing: Free PyPI: repiscope GitHub: https://github.com/3xpr1ment/repiscope Security Score: 5.7/10 Creator: 3xpr1ment Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-3xpr1ment-repiscope -- uvx repiscope==0.2.2 --- ## Staccbot Tg URL: https://mcp-marketplace.io/server/io-github-staccdotsol-staccbot-tg Summary: Broker + MCP server for last-bidder-wins on-chain games on Solana via x402 micropayments. Description: Broker + MCP server for last-bidder-wins on-chain games on Solana via x402 micropayments. Remote endpoints: streamable-http: https://bot.staccpad.fun/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bot.staccpad.fun/mcp GitHub: https://github.com/staccDOTsol/staccbot-tg Security Score: 9.8/10 Creator: StaccDOTsol Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-staccdotsol-staccbot-tg https://bot.staccpad.fun/mcp --- ## Agentry URL: https://mcp-marketplace.io/server/io-github-cthulhutoo-agentry Summary: Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments. Description: Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments. Remote endpoints: streamable-http: https://api.agentry.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentry.com/mcp GitHub: https://github.com/cthulhutoo/agentry-mcp Security Score: 10/10 Creator: Cthulhutoo Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cthulhutoo-agentry https://api.agentry.com/mcp --- ## Search Router URL: https://mcp-marketplace.io/server/io-github-ainode-tech-search-router Summary: 4 web-search tiers (x402 USDC on Base) - simple/medium/deep/cached. Free health. Description: 4 web-search tiers (x402 USDC on Base) - simple/medium/deep/cached. Free health. Remote endpoints: streamable-http: https://search.api.ainode.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://search.api.ainode.tech/mcp MCP Tools (5): health, web_search_simple, web_search_medium, web_search_deep, web_search_cached Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ainode-tech-search-router https://search.api.ainode.tech/mcp --- ## Umbraco CMS MCP Dev URL: https://mcp-marketplace.io/server/io-github-umbraco-umbraco-cms-mcp-dev Summary: A developer focused model context protocol (MCP) server for Umbraco CMS Category: Content & Media Mode: local Pricing: Free npm: @umbraco-cms/mcp-dev GitHub: https://github.com/umbraco/Umbraco-CMS-MCP-Dev Security Score: 4.3/10 Creator: Umbraco Creator Reputation: B Version: 18.0.1 Required Credentials: UMBRACO_CLIENT_ID (required), UMBRACO_CLIENT_SECRET (required), UMBRACO_BASE_URL (optional), UMBRACO_INCLUDE_TOOL_COLLECTIONS (optional), UMBRACO_READONLY (optional) Install (Claude Code): claude mcp add io-github-umbraco-umbraco-cms-mcp-dev -- npx -y @umbraco-cms/mcp-dev@18.0.1 --- ## Trunk URL: https://mcp-marketplace.io/server/io-trunk-mcp-server Summary: Flaky test detection, root cause analysis, and fix suggestions for development teams. Description: Flaky test detection, root cause analysis, and fix suggestions for development teams. Remote endpoints: streamable-http: https://mcp.trunk.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.trunk.io/mcp GitHub: https://github.com/trunk-io/mcp-server Security Score: 10/10 Creator: Trunk Io Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-trunk-mcp-server https://mcp.trunk.io/mcp --- ## Cloudclaw Core URL: https://mcp-marketplace.io/server/com-mycloudclaw-cloudclaw Summary: AI agent hosting platform: 37+ connectors, 181 tools, BYOK vault, marketplace. Description: AI agent hosting platform: 37+ connectors, 181 tools, BYOK vault, marketplace. Remote endpoints: streamable-http: https://mycloudclaw.com/api/agents/{agent_id}/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mycloudclaw.com/api/agents/{agent_id}/mcp GitHub: https://github.com/mkc909/cloudclaw-core Security Score: 9/10 Creator: Mkc909 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mycloudclaw-cloudclaw 'https://mycloudclaw.com/api/agents/{agent_id}/mcp' --- ## Refgrow URL: https://mcp-marketplace.io/server/io-github-refgrow-mcp Summary: Model Context Protocol server for Refgrow affiliate program management API Category: Developer Tools Mode: local Pricing: Free npm: @refgrow/mcp GitHub: https://github.com/refgrow/refgrow-mcp Security Score: 10/10 Creator: Refgrow Creator Reputation: B Version: 1.0.3 Required Credentials: REFGROW_API_KEY (required), REFGROW_API_URL (optional) Install (Claude Code): claude mcp add io-github-refgrow-mcp -- npx -y @refgrow/mcp --- ## Delego URL: https://mcp-marketplace.io/server/io-github-delego-dev-delego Summary: Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail. Category: Developer Tools Mode: local Pricing: Free PyPI: delego GitHub: https://github.com/Delego-Dev/delego Security Score: 7.1/10 Creator: Delego Dev Creator Reputation: B Version: 0.3.4 Required Credentials: DELEGO_HOME (optional) Install (Claude Code): claude mcp add io-github-delego-dev-delego -- uvx delego==0.3.4 --- ## Rickmorty URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-rickmorty Summary: Rick and Morty MCP — wraps The Rick and Morty API (free, no auth) Description: Rick and Morty MCP — wraps The Rick and Morty API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/rickmorty/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/rickmorty/mcp GitHub: https://github.com/pipeworx-io/mcp-rickmorty MCP Tools (4): search_characters, get_character, get_location, get_episode Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-rickmorty https://gateway.pipeworx.io/rickmorty/mcp --- ## Structured Data Validator URL: https://mcp-marketplace.io/server/io-github-agenson-horrowitz-structured-data-validator Summary: Validate, transform, and normalize structured data for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @agenson-horrowitz/structured-data-validator-mcp GitHub: https://github.com/agenson-tools/structured-data-validator-mcp Security Score: 10/10 Creator: Agenson Tools Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-agenson-horrowitz-structured-data-validator -- npx -y @agenson-horrowitz/structured-data-validator-mcp@1.0.8 --- ## Bzigo URL: https://mcp-marketplace.io/server/com-bzigo-bzigo Summary: Bzigo smart trap: device status, detections, health, firmware and simulations via AI. Description: Bzigo smart trap: device status, detections, health, firmware and simulations via AI. Remote endpoints: streamable-http: https://mcp.bzigo.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bzigo.com/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-bzigo-bzigo https://mcp.bzigo.com/ --- ## Qrverloz URL: https://mcp-marketplace.io/server/io-github-neoshrek-qrverloz-mcp Summary: QR codes active 90 days, claimable forever. Request an API key in chat to retarget and track scans. Description: QR codes active 90 days, claimable forever. Request an API key in chat to retarget and track scans. Remote endpoints: streamable-http: https://qrverloz.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qrverloz.com/api/mcp GitHub: https://github.com/neoshrek/qrverloz-mcp MCP Tools (8): create_qr_code, get_qr_code, list_qr_codes, get_qr_scans, update_qr_target, delete_qr_code, get_account_info, request_api_key Security Score: 8/10 Creator: Neoshrek Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-neoshrek-qrverloz-mcp https://qrverloz.com/api/mcp --- ## Hmda URL: https://mcp-marketplace.io/server/com-olyport-hmda Summary: Home mortgage lending patterns, denial rates, and fair lending data Description: Home mortgage lending patterns, denial rates, and fair lending data Remote endpoints: streamable-http: https://mcp.olyport.com/hmda/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/hmda/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-hmda https://mcp.olyport.com/hmda/mcp --- ## Yandex Webmaster URL: https://mcp-marketplace.io/server/io-github-theyahia-yandex-webmaster-mcp Summary: MCP server for Yandex.Webmaster API — hosts, search queries, indexing status. Bearer token auth. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandex-webmaster-mcp GitHub: https://github.com/theYahia/yandex-webmaster-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.2 Required Credentials: YANDEX_WEBMASTER_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-yandex-webmaster-mcp -- npx -y @theyahia/yandex-webmaster-mcp@1.1.1 --- ## Pay URL: https://mcp-marketplace.io/server/io-github-pay-skill-pay-mcp Summary: USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery Category: Developer Tools Mode: local Pricing: Free npm: @pay-skill/mcp GitHub: https://github.com/pay-skill/pay-mcp Security Score: 8/10 Creator: Pay Skill Creator Reputation: B Version: 0.2.8 Required Credentials: PAYSKILL_SIGNER_KEY (required), PAY_NETWORK (optional) Install (Claude Code): claude mcp add io-github-pay-skill-pay-mcp -- npx -y @pay-skill/mcp@0.2.8 --- ## Tilde URL: https://mcp-marketplace.io/server/io-github-topskychen-tilde Summary: Your AI agents' home directory — privacy-first MCP server for portable AI identity. Category: Developer Tools Mode: local Pricing: Free npm: tilde-ai GitHub: https://github.com/topskychen/tilde Security Score: 6.5/10 Creator: Topskychen Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-topskychen-tilde -- npx -y tilde-ai@0.1.1 --- ## Duckchain URL: https://mcp-marketplace.io/server/ai-smithery-demomagic-duckchain-mcp Summary: Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa… Description: Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa… Remote endpoints: streamable-http: https://server.smithery.ai/@demomagic/duckchain-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@demomagic/duckchain-mcp/mcp GitHub: https://github.com/demomagic/duckchain-mcp Security Score: 10/10 Creator: Demomagic Creator Reputation: B Version: 1.13.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-demomagic-duckchain-mcp https://server.smithery.ai/@demomagic/duckchain-mcp/mcp --- ## Originselect URL: https://mcp-marketplace.io/server/io-github-chhavimishra-originselect-mcp-server Summary: Search ethical, origin-verified products and brands by country of origin Category: Developer Tools Mode: local Pricing: Free npm: originselect-mcp-server GitHub: https://github.com/chhavimishra/originselect-mcp-server Security Score: 8/10 Creator: Chhavimishra Creator Reputation: B Version: 1.0.10 Required Credentials: API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-chhavimishra-originselect-mcp-server -- npx -y originselect-mcp-server@1.0.10 --- ## Ghostqa URL: https://mcp-marketplace.io/server/io-github-synctekllc-ghostqa Summary: AI personas navigate your web app in real browsers, find bugs and UX issues. No scripts needed. Category: Content & Media Mode: local Pricing: Free PyPI: ghostqa GitHub: https://github.com/SyncTek-LLC/ghostqa Security Score: 7.5/10 Creator: SyncTek LLC Creator Reputation: B Version: 0.2.2 Required Credentials: ANTHROPIC_API_KEY (required), GHOSTQA_ALLOWED_DIRS (optional) Install (Claude Code): claude mcp add io-github-synctekllc-ghostqa -- uvx ghostqa --- ## College Scorecard URL: https://mcp-marketplace.io/server/com-olyport-college-scorecard Summary: Higher education data: tuition, graduation rates, and earnings Description: Higher education data: tuition, graduation rates, and earnings Remote endpoints: streamable-http: https://mcp.olyport.com/college-scorecard/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/college-scorecard/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-college-scorecard https://mcp.olyport.com/college-scorecard/mcp --- ## Shodan URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-shodan Summary: MCP server exposing all Shodan API functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-shodan GitHub: https://github.com/daedalus/mcp-shodan Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-shodan -- uvx mcp-shodan==0.1.0 --- ## Tax Engine URL: https://mcp-marketplace.io/server/cz-freelax-tax-engine Summary: Deterministic Czech OSVC tax tools for 2026: tax, insurance, deadlines, VAT and exchange rates. Description: Deterministic Czech OSVC tax tools for 2026: tax, insurance, deadlines, VAT and exchange rates. Remote endpoints: streamable-http: https://freelax.cz/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://freelax.cz/api/mcp MCP Tools (14): compute_year, calc_set_aside, compare_regimes, calc_flat_tax_settlement, estimate_penalty, convert_eur_czk, get_filing_deadlines, get_prehled_deadlines, czech_working_days, check_flat_tax_eligibility, get_flat_tax_band, check_thresholds, check_io_trigger, get_rule_source Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cz-freelax-tax-engine https://freelax.cz/api/mcp --- ## Api URL: https://mcp-marketplace.io/server/com-gladeapi-api Summary: Amazon marketplace data for products, offers, reviews, sellers, search, categories, and deals. Description: Amazon marketplace data for products, offers, reviews, sellers, search, categories, and deals. Remote endpoints: streamable-http: https://gladeapi.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gladeapi.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gladeapi-api https://gladeapi.com/api/mcp --- ## Blockchain Intelligence URL: https://mcp-marketplace.io/server/com-eruditepay-blockchain-intelligence Summary: 168 MCP tools: token prices, whale tracking, DeFi, wallets across Base/Tron/BTC/XRP/Kaspa Description: 168 MCP tools: token prices, whale tracking, DeFi, wallets across Base/Tron/BTC/XRP/Kaspa Remote endpoints: streamable-http: https://bridge.eruditepay.com:4100/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://bridge.eruditepay.com:4100/mcp GitHub: https://github.com/EruditeIntelligence/blockchain-intelligence-mcp Security Score: 9.9/10 Creator: EruditeIntelligence Creator Reputation: B Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http com-eruditepay-blockchain-intelligence https://bridge.eruditepay.com:4100/mcp --- ## Civilquants URL: https://mcp-marketplace.io/server/com-civilquants-civilquants Summary: Parametric estimating engine: CESMM4/NRM2/SMM7/MMHW Bills of Quantities for civils assemblies. Description: Parametric estimating engine: CESMM4/NRM2/SMM7/MMHW Bills of Quantities for civils assemblies. Remote endpoints: streamable-http: https://api.civilquants.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.civilquants.com/mcp MCP Tools (50): compute_connection_to_existing, compute_hard_material_in_trench, compute_ditch, compute_pipework_testing, compute_catchpit, compute_manhole, compute_manhole_precast, compute_box_culvert, compute_gully, compute_headwall_attenuation_outlet, compute_headwall_precast, compute_headwall, compute_carrier_pipe_run, compute_french_drain, compute_edge_drain, compute_pipe_bedding, compute_soakaway, compute_attenuation_tank, compute_swale, compute_petrol_oil_interceptor, compute_gabion_wall, compute_reinforced_soil_wall, compute_soil_nailed_slope, compute_embankment_cross_section, compute_end_area_earthworks, compute_parapet, compute_highway_drainage_channel, compute_lighting_column, compute_vehicle_restraint_system, compute_road_marking, compute_traffic_sign, compute_flexible_pavement, compute_permeable_pavement, compute_rigid_pavement, compute_anchored_wall, compute_bored_pile_wall, compute_cantilever_wall, compute_counterfort_wall, compute_gravity_wall, compute_kerb_run, compute_pad_foundation, compute_strip_foundation, compute_utility_chamber, compute_utility_kiosk_base, compute_combined_services_trench, compute_single_service_run, render_skill_report, save_project, get_project, recompute_project Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http com-civilquants-civilquants https://api.civilquants.com/mcp --- ## Docspace URL: https://mcp-marketplace.io/server/io-github-onlyoffice-docspace Summary: A room-based collaborative platform Description: A room-based collaborative platform Remote endpoints: sse: https://mcp.onlyoffice.com/sse streamable-http: https://mcp.onlyoffice.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @onlyoffice/docspace-mcp Remote URL: https://mcp.onlyoffice.com/sse GitHub: https://github.com/ONLYOFFICE/docspace-mcp Security Score: 8.5/10 Creator: ONLYOFFICE Creator Reputation: B Version: 3.2.0 Required Credentials: DOCSPACE_BASE_URL (optional), DOCSPACE_API_KEY (required), DOCSPACE_TRANSPORT (optional), DOCSPACE_DYNAMIC (optional), DOCSPACE_TOOLSETS (optional), DOCSPACE_ENABLED_TOOLS (optional), DOCSPACE_DISABLED_TOOLS (optional), DOCSPACE_USER_AGENT (optional), DOCSPACE_AUTHORIZATION (required), DOCSPACE_AUTH_TOKEN (required), DOCSPACE_USERNAME (optional), DOCSPACE_PASSWORD (required), DOCSPACE_SESSION_TTL (optional), DOCSPACE_SESSION_INTERVAL (optional), DOCSPACE_OAUTH_BASE_URL (optional), DOCSPACE_OAUTH_CLIENT_ID (optional), DOCSPACE_OAUTH_CLIENT_SECRET (required), DOCSPACE_OAUTH_AUTH_TOKEN_ALGORITHM (optional), DOCSPACE_OAUTH_AUTH_TOKEN_TTL (optional), DOCSPACE_OAUTH_AUTH_TOKEN_SECRET_KEY (required), DOCSPACE_OAUTH_STATE_TOKEN_ALGORITHM (optional), DOCSPACE_OAUTH_STATE_TOKEN_TTL (optional), DOCSPACE_OAUTH_STATE_TOKEN_SECRET_KEY (required), DOCSPACE_SERVER_BASE_URL (optional), DOCSPACE_HOST (optional), DOCSPACE_PORT (optional), DOCSPACE_SERVER_PROXY_HOPS (optional), DOCSPACE_SERVER_CORS_MCP_ORIGIN (optional), DOCSPACE_SERVER_CORS_MCP_MAX_AGE (optional), DOCSPACE_SERVER_CORS_OAUTH_ORIGIN (optional), DOCSPACE_SERVER_CORS_OAUTH_MAX_AGE (optional), DOCSPACE_SERVER_RATE_LIMITS_MCP_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_MCP_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_SERVER_METADATA_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_SERVER_METADATA_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_RESOURCE_METADATA_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_RESOURCE_METADATA_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_AUTHORIZE_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_AUTHORIZE_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_CALLBACK_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_CALLBACK_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_INTROSPECT_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_INTROSPECT_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REGISTER_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REGISTER_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REVOKE_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_REVOKE_WINDOW (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_TOKEN_CAPACITY (optional), DOCSPACE_SERVER_RATE_LIMITS_OAUTH_TOKEN_WINDOW (optional), DOCSPACE_REQUEST_QUERY (optional), DOCSPACE_REQUEST_AUTHORIZATION_HEADER (optional), DOCSPACE_REQUEST_HEADER_PREFIX (optional) Install (Claude Code): claude mcp add io-github-onlyoffice-docspace -- npx -y @onlyoffice/docspace-mcp@3.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-onlyoffice-docspace https://mcp.onlyoffice.com/sse --- ## XcodeBuild URL: https://mcp-marketplace.io/server/io-github-cameroncooke-xcodebuildmcp Summary: XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities. Category: Developer Tools Mode: local Pricing: Free npm: xcodebuildmcp GitHub: https://github.com/cameroncooke/XcodeBuildMCP Security Score: 8.5/10 Creator: Cameroncooke Creator Reputation: B Version: 1.12.7 Install (Claude Code): claude mcp add io-github-cameroncooke-xcodebuildmcp -- npx -y xcodebuildmcp@2.3.2 --- ## Container Ship Router URL: https://mcp-marketplace.io/server/io-github-evozim-container-ship-router-mcp Summary: Premium agentic endpoint for container-ship-router-mcp. Description: Premium agentic endpoint for container-ship-router-mcp. Remote endpoints: sse: https://api.m2mcent.com/container-ship-router-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/container-ship-router-mcp/sse MCP Tools (1): container-ship-router-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-container-ship-router-mcp https://api.m2mcent.com/container-ship-router-mcp/sse --- ## Ssh Licco URL: https://mcp-marketplace.io/server/io-github-echoqili-ssh-licco Summary: SSH Model Context Protocol Server - Enable SSH functionality for AI models Category: Developer Tools Mode: local Pricing: Free PyPI: ssh-licco GitHub: https://github.com/Echoqili/ssh-licco.git Security Score: 3.2/10 Installs: 1 Creator: Echoqili Creator Reputation: F Version: 2.7.2 Required Credentials: SSH_HOST (optional), SSH_USER (optional), SSH_PASSWORD (required), SSH_PORT (optional) Install (Claude Code): claude mcp add io-github-echoqili-ssh-licco -- uvx ssh-licco==2.7.2 --- ## Lattiq URL: https://mcp-marketplace.io/server/ai-lattiq-x402-trading-signals Summary: Regime-aware ES1/NQ futures trading signals. HMM + 15 quant strategies. x402 USDC micropayments. Description: Regime-aware ES1/NQ futures trading signals. HMM + 15 quant strategies. x402 USDC micropayments. Remote endpoints: streamable-http: https://api.lattiq.ai/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://api.lattiq.ai/mcp GitHub: https://github.com/PoopsDavis/lattiq-mcp MCP Tools (7): Endpoint, get_regime, get_signal, run_backtest, run_monte_carlo, get_correlation, get_market_brief Security Score: 9.9/10 Creator: PoopsDavis Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-lattiq-x402-trading-signals https://api.lattiq.ai/mcp --- ## Web Content Extractor URL: https://mcp-marketplace.io/server/io-github-agenson-horrowitz-web-content-extractor Summary: Extract and process web content into clean, structured formats optimized for LLMs. Category: Developer Tools Mode: local Pricing: Free npm: @agenson-horrowitz/web-content-extractor-mcp GitHub: https://github.com/agenson-tools/web-content-extractor-mcp Security Score: 7.8/10 Creator: Agenson Tools Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-agenson-horrowitz-web-content-extractor -- npx -y @agenson-horrowitz/web-content-extractor-mcp@1.0.8 --- ## Registry URL: https://mcp-marketplace.io/server/io-github-zoom-zoom-docs Summary: Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown. Description: Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown. Remote endpoints: streamable-http: https://mcp.zoom.us/mcp/docs/streamable Category: Communication Mode: remote Pricing: Free Remote URL: https://mcp.zoom.us/mcp/docs/streamable GitHub: https://github.com/zoom/mcp-registry Security Score: 10/10 Creator: Zoom Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-zoom-zoom-docs https://mcp.zoom.us/mcp/docs/streamable --- ## Dietbox URL: https://mcp-marketplace.io/server/io-github-mcp-dir-dietbox-mcp Summary: Patient, prescription, anthropometry, scheduling, chat and food diary management for dietitians. Description: Patient, prescription, anthropometry, scheduling, chat and food diary management for dietitians. Remote endpoints: streamable-http: https://api.mcp.ai/p_dietbox Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_dietbox GitHub: https://github.com/mcp-dir/dietbox-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-dietbox-mcp https://api.mcp.ai/p_dietbox --- ## Wem URL: https://mcp-marketplace.io/server/app-zwier-mcp Summary: Plan group events together: dates, itineraries, expenses, polls, and tasks. Description: Plan group events together: dates, itineraries, expenses, polls, and tasks. Remote endpoints: streamable-http: https://mcp.zwier.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.zwier.app/mcp GitHub: https://github.com/elseee/wem Security Score: 8/10 Creator: Elseee Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-zwier-mcp https://mcp.zwier.app/mcp --- ## Prompt Injection Firewall URL: https://mcp-marketplace.io/server/io-github-corporatelad-promptscan Summary: Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM. Description: Prompt injection detection API for AI agents. Scan untrusted text before passing it to an LLM. Remote endpoints: streamable-http: https://promptscan.dev/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://promptscan.dev/mcp/ GitHub: https://github.com/corporatelad/prompt-injection-firewall MCP Tools (1): scan_text Security Score: 8/10 Creator: Corporatelad Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-corporatelad-promptscan https://promptscan.dev/mcp/ --- ## Unsplash URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-unsplash Summary: Unsplash MCP. Description: Unsplash MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/unsplash/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/unsplash/mcp GitHub: https://github.com/pipeworx-io/mcp-unsplash MCP Tools (34): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_photos, photo, photo_random, photo_download, photo_statistics, list_photos, user, user_photos, user_likes, collections, collection, collection_photos, topics, topic, topic_photos Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-unsplash https://gateway.pipeworx.io/unsplash/mcp --- ## Elephant Accountability URL: https://mcp-marketplace.io/server/io-github-chris-eaccountability-elephant-accountability-mcp Summary: LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests. Description: LLM SEO and Agent Discoverability for B2B SaaS. Pricing, fit assessment, audit requests. Remote endpoints: streamable-http: https://elephant-mcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://elephant-mcp.fly.dev/mcp GitHub: https://github.com/Chris-Eaccountability/elephant-accountability-mcp MCP Tools (6): get_offerings, get_covered_surfaces, assess_fit, get_proof_points, get_transparency_snapshot, request_audit Security Score: 9.5/10 Creator: Chris Eaccountability Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-chris-eaccountability-elephant-accountability-mcp https://elephant-mcp.fly.dev/mcp --- ## Consensus Voter URL: https://mcp-marketplace.io/server/io-github-evozim-consensus-voter-mcp Summary: Premium agentic endpoint for consensus-voter-mcp. Description: Premium agentic endpoint for consensus-voter-mcp. Remote endpoints: sse: https://api.m2mcent.com/consensus-voter-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/consensus-voter-mcp/sse MCP Tools (1): consensus-voter-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-consensus-voter-mcp https://api.m2mcent.com/consensus-voter-mcp/sse --- ## Hive Proxy URL: https://mcp-marketplace.io/server/io-github-mcp-hive-mcp-hive-proxy Summary: MCP Hive is a gateway to paid commercial-grade MCP servers. Learn more at https://mcp-hive.com Category: Developer Tools Mode: local Pricing: Free npm: @mcp-hive-utils/proxy GitHub: https://github.com/MCP-Hive/mcp-hive-proxy Security Score: 6.8/10 Creator: MCP Hive Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-mcp-hive-mcp-hive-proxy -- npx -y @mcp-hive-utils/proxy@1.0.16 --- ## Gateway URL: https://mcp-marketplace.io/server/io-github-rupinder2-mcp-gateway Summary: Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-orchestration-gateway GitHub: https://github.com/rupinder2/mcp-gateway Security Score: 1.5/10 Creator: Rupinder2 Creator Reputation: B Version: 0.1.1 Required Credentials: STORAGE_BACKEND (optional), REDIS_URL (optional), SERVER_CONFIG_PATH (optional) Install (Claude Code): claude mcp add io-github-rupinder2-mcp-gateway -- uvx mcp-orchestration-gateway --- ## QuickSign URL: https://mcp-marketplace.io/server/io-github-causehacker-quicksign Summary: E-signatures for contracts and NDAs. Draft with AI, review, and send for signature. Description: E-signatures for contracts and NDAs. Draft with AI, review, and send for signature. Remote endpoints: streamable-http: https://quicksign.pro/api/mcp/sse Category: Developer Tools Mode: dual Pricing: Free npm: @quicksign/mcp Remote URL: https://quicksign.pro/api/mcp/sse GitHub: https://github.com/causehacker/QuickSign Security Score: 8/10 Creator: Causehacker Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-causehacker-quicksign -- npx -y @quicksign/mcp Install (Claude Code Remote): claude mcp add --transport http io-github-causehacker-quicksign https://quicksign.pro/api/mcp/sse --- ## Jpl Ssd URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jpl-ssd Summary: NASA/JPL Solar System Dynamics + CNEOS MCP. Description: NASA/JPL Solar System Dynamics + CNEOS MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/jpl-ssd/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jpl-ssd/mcp GitHub: https://github.com/pipeworx-io/mcp-jpl-ssd MCP Tools (30): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_small_body, close_approaches, impact_risk, recent_fireballs Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jpl-ssd https://gateway.pipeworx.io/jpl-ssd/mcp --- ## Extracto URL: https://mcp-marketplace.io/server/io-github-massanaroger-extracto-mcp Summary: Turn any URL plus a schema into validated, typed JSON via the Extracto API. Category: Developer Tools Mode: local Pricing: Free npm: extracto-mcp GitHub: https://github.com/massanaRoger/extracto-mcp Security Score: 10/10 Creator: MassanaRoger Creator Reputation: B Version: 0.1.2 Required Credentials: EXTRACTO_API_KEY (required), EXTRACTO_BASE_URL (optional), EXTRACTO_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-massanaroger-extracto-mcp -- npx -y extracto-mcp@0.1.2 --- ## Pentagonal URL: https://mcp-marketplace.io/server/io-github-achilles1089-pentagonal-mcp Summary: AI smart contract forge — 8-agent security audits, generation, and compilation across 8 chains Category: Developer Tools Mode: local Pricing: Free npm: pentagonal-mcp GitHub: https://github.com/Pentagonal-ai/pentagonal Security Score: 9.7/10 Creator: Pentagonal Ai Creator Reputation: B Version: 1.0.1 Required Credentials: PENTAGONAL_API_KEY (required) Install (Claude Code): claude mcp add io-github-achilles1089-pentagonal-mcp -- npx -y pentagonal-mcp --- ## Quantcontext URL: https://mcp-marketplace.io/server/io-github-zomma-dev-quantcontext Summary: Deterministic stock screening, backtesting, and factor analysis for AI trading agents Category: Developer Tools Mode: local Pricing: Free PyPI: quantcontext-mcp GitHub: https://github.com/zomma-dev/quantcontext-mcp-server Security Score: 7/10 Creator: Zomma Dev Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-zomma-dev-quantcontext -- uvx quantcontext-mcp==0.1.2 --- ## Dash URL: https://mcp-marketplace.io/server/io-github-kapeli-dash-mcp-server Summary: MCP server for Dash, the macOS API documentation browser. Search 200+ docsets. Category: Developer Tools Mode: local Pricing: Free PyPI: dash-mcp-server GitHub: https://github.com/Kapeli/dash-mcp-server Security Score: 9/10 Creator: Kapeli Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-kapeli-dash-mcp-server -- uvx dash-mcp-server==1.1.1 --- ## Manoforstaterep URL: https://mcp-marketplace.io/server/com-getbotlens-manoforstaterep Summary: MCP gateway for manoforstaterep.com: articles, search and full text. Read-only, no auth. Description: MCP gateway for manoforstaterep.com: articles, search and full text. Read-only, no auth. Remote endpoints: streamable-http: https://manoforstaterep.mcp.getbotlens.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://manoforstaterep.mcp.getbotlens.com/mcp MCP Tools (6): search_articles, list_recent_articles, get_article, popular_content, search, fetch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getbotlens-manoforstaterep https://manoforstaterep.mcp.getbotlens.com/mcp --- ## Trade It URL: https://mcp-marketplace.io/server/app-tradeit-mcp Summary: Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken. Description: Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken. Remote endpoints: streamable-http: https://mcp.tradeit.app/mcp sse: https://mcp.tradeit.app/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tradeit.app/sse GitHub: https://github.com/trade-it-inc/trade-it-mcp Security Score: 10/10 Creator: Trade It Inc Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-tradeit-mcp https://mcp.tradeit.app/sse --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-bls-oews-mcp Summary: BLS Occupational Employment and Wage Statistics market wages. 7 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: bls-oews-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 4.8/10 Creator: 1102tools Creator Reputation: B Version: 0.2.7 Required Credentials: BLS_API_KEY (optional) Install (Claude Code): claude mcp add io-github-1102tools-bls-oews-mcp -- uvx bls-oews-mcp==0.2.7 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-fibery-inc-mcp Summary: Connect AI Assistant to Fibery — operating system for orgs run by nerds. Description: Connect AI Assistant to Fibery — operating system for orgs run by nerds. Remote endpoints: streamable-http: https://mcp.fibery.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fibery.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fibery-inc-mcp https://mcp.fibery.io/mcp --- ## Defi Orchestrator URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-defi-orchestrator Summary: Multi-step DeFi strategy orchestration — swaps, lending, yields on Base/EVM Category: Finance Mode: local Pricing: Free npm: @thryx/defi-orchestrator-mcp-server GitHub: https://github.com/lordbasilaiassistant-sudo/mcp-servers Security Score: 9.7/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Required Credentials: RPC_URL (optional), THRYX_API_KEY (required), DEPLOYER_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-defi-orchestrator -- npx -y @thryx/defi-orchestrator-mcp-server --- ## Nivelrisk URL: https://mcp-marketplace.io/server/com-nivelrisk-mcp-server Summary: Commercial auto insurance MCP server for NYC TLC for-hire vehicles. 33 tools, submission to bind. Description: Commercial auto insurance MCP server for NYC TLC for-hire vehicles. 33 tools, submission to bind. Remote endpoints: streamable-http: https://mcp.nivelrisk.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nivelrisk.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-nivelrisk-mcp-server https://mcp.nivelrisk.com/mcp --- ## Commodity Futures Oracle URL: https://mcp-marketplace.io/server/io-github-evozim-commodity-futures-oracle-mcp Summary: Premium agentic endpoint for commodity-futures-oracle-mcp. Description: Premium agentic endpoint for commodity-futures-oracle-mcp. Remote endpoints: sse: https://api.m2mcent.com/commodity-futures-oracle-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/commodity-futures-oracle-mcp/sse MCP Tools (1): commodity-futures-oracle-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-commodity-futures-oracle-mcp https://api.m2mcent.com/commodity-futures-oracle-mcp/sse --- ## Skill Hub URL: https://mcp-marketplace.io/server/io-github-srprasanna-mcp-skills-server Summary: MCP server that loads and serves skills from a mounted directory with hot reload. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/srprasanna/mcp-skill-hub Security Score: 10/10 Creator: srprasanna Creator Reputation: C Version: 1.0.0 Required Credentials: MCP_SKILLS_DIR (optional), MCP_SKILLS_HOT_RELOAD (optional), MCP_SKILLS_LOG_LEVEL (optional) --- ## Turkey Data URL: https://mcp-marketplace.io/server/io-github-bodyegypt-turkey-data-mcp Summary: Live Turkey data: gold prices, TCMB FX rates, fuel prices, prayer times, Kandilli earthquakes. Category: Developer Tools Mode: local Pricing: Free npm: turkey-data-mcp GitHub: https://github.com/bodyegypt/turkey-data-mcp Security Score: 10/10 Creator: Bodyegypt Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-bodyegypt-turkey-data-mcp -- npx -y turkey-data-mcp@1.0.0 --- ## Tle URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tle Summary: TLE MCP — satellite tracking via Two-Line Element sets (tle.ivanstanojevic.me, free, no auth) Description: TLE MCP — satellite tracking via Two-Line Element sets (tle.ivanstanojevic.me, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tle/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tle/mcp GitHub: https://github.com/pipeworx-io/mcp-tle MCP Tools (3): get_tle, search_satellites, list_recent Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tle https://gateway.pipeworx.io/tle/mcp --- ## Neurohive URL: https://mcp-marketplace.io/server/io-github-adelelo13-neurohive Summary: Multi-agent memory intelligence with expertise tracking and conflict detection Category: Developer Tools Mode: local Pricing: Free npm: neurohive GitHub: https://github.com/AdelElo13/neurohive Security Score: 10/10 Creator: AdelElo13 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-adelelo13-neurohive -- npx -y neurohive@1.0.8 --- ## Open Primitive Api URL: https://mcp-marketplace.io/server/io-github-writesdavid-open-primitive Summary: 33 tools, 30 US federal data domains. Ed25519 signed, provenance chains, entity graph. Free. Category: Developer Tools Mode: local Pricing: Free npm: open-primitive-mcp GitHub: https://github.com/writesdavid/open-primitive-api Security Score: 8.8/10 Creator: Writesdavid Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-writesdavid-open-primitive -- npx -y open-primitive-mcp --- ## Mcp URL: https://mcp-marketplace.io/server/co-contraption-mcp Summary: An MCP server that provides [describe what your server does] Description: An MCP server that provides [describe what your server does] Remote endpoints: sse: https://mcp.contraption.co/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.contraption.co/ GitHub: https://github.com/contraptionco/mcp Security Score: 10/10 Creator: Contraptionco Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-contraption-mcp https://mcp.contraption.co/ --- ## Mcp URL: https://mcp-marketplace.io/server/cc-accrue-mcp Summary: Stablecoin Yield Index (SYX) and live USDC vault APYs across Ethereum, Base, Arbitrum. Description: Stablecoin Yield Index (SYX) and live USDC vault APYs across Ethereum, Base, Arbitrum. Remote endpoints: streamable-http: https://accrue.cc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://accrue.cc/mcp MCP Tools (14): get_syx_value, get_syx_methodology, get_syx_components, get_syx_history, list_vaults, get_vault_details, compare_vaults, search_vaults, list_model_portfolios, get_portfolio_details, recommend_strategy, calculate_yield, get_platform_info, search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http cc-accrue-mcp https://accrue.cc/mcp --- ## Services URL: https://mcp-marketplace.io/server/io-github-bitcompare-mcp-server Summary: Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools. Description: Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools. Remote endpoints: streamable-http: https://api.bitcompare.net/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @bitcompare/mcp-server Remote URL: https://api.bitcompare.net/mcp GitHub: https://github.com/bitcompare/services MCP Tools (18): get_rates, get_rate_by_symbol, get_rate_history, list_providers, get_coin, list_coins, top_coins, similar_coins, coin_markets, coin_history, get_price, market_summary, fear_greed_index, top_movers, stablecoin_index, stablecoin_peg_stability, resolve_symbol, resolve_symbols_batch Security Score: 8/10 Creator: Bitcompare Creator Reputation: B Version: 1.1.0 Required Credentials: BITCOMPARE_API_KEY (required) Install (Claude Code): claude mcp add io-github-bitcompare-mcp-server -- npx -y @bitcompare/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-bitcompare-mcp-server https://api.bitcompare.net/mcp --- ## Mind Map URL: https://mcp-marketplace.io/server/io-github-nerfels-mind-map Summary: Experimental code intelligence platform for Claude Code with AST parsing and context analysis Category: Developer Tools Mode: local Pricing: Free npm: mind-map-mcp GitHub: https://github.com/nerfels/mind-map Security Score: 7.3/10 Creator: Nerfels Creator Reputation: B Version: 1.12.13 Required Credentials: MCP_PROJECT_ROOT (optional) Install (Claude Code): claude mcp add io-github-nerfels-mind-map -- npx -y mind-map-mcp@1.25.0 --- ## Odoo Pulse URL: https://mcp-marketplace.io/server/io-github-minhhq-a1-odoo-pulse Summary: An AI business analyst for Odoo ERP (18+) — one-call reports with verdicts, over MCP Category: Developer Tools Mode: local Pricing: Free PyPI: odoo-pulse GitHub: https://github.com/minhhq-a1/odoo-pulse Security Score: 10/10 Creator: Minhhq A1 Creator Reputation: B Version: 1.9.1 Required Credentials: ODOO_URL (optional), ODOO_DB (optional), ODOO_USERNAME (optional), ODOO_API_KEY (required), ODOO_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-minhhq-a1-odoo-pulse -- uvx odoo-pulse==1.9.1 --- ## Agents URL: https://mcp-marketplace.io/server/com-vevang-agents Summary: Hire Vevang's AI agents, pay-per-call in USDC on Base via x402: video, visibility, verify, extract Description: Hire Vevang's AI agents, pay-per-call in USDC on Base via x402: video, visibility, verify, extract Remote endpoints: streamable-http: https://mcp.vevang.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vevang.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-vevang-agents https://mcp.vevang.com/mcp --- ## Tick URL: https://mcp-marketplace.io/server/io-github-cocabadger-tick-mcp Summary: A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies. Description: A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies. Remote endpoints: streamable-http: https://tick-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tick-mcp-production.up.railway.app/mcp GitHub: https://github.com/Cocabadger/tick-mcp MCP Tools (2): now, since Security Score: 10/10 Creator: Cocabadger Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cocabadger-tick-mcp https://tick-mcp-production.up.railway.app/mcp --- ## Stream Estate URL: https://mcp-marketplace.io/server/io-github-fullstck-stream-estate Summary: MCP server for the Stream.estate French real estate API Category: Developer Tools Mode: local Pricing: Free npm: mcp-stream-estate GitHub: https://github.com/StreamEstate/mcp-server Security Score: 10/10 Creator: StreamEstate Creator Reputation: B Version: 1.0.3 Required Credentials: STREAM_ESTATE_API_KEY (required) Install (Claude Code): claude mcp add io-github-fullstck-stream-estate -- npx -y mcp-stream-estate@1.0.3 --- ## Mdns URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-mdns Summary: MCP server for mDNS (Multicast DNS) service discovery Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-mdns GitHub: https://github.com/daedalus/mcp-mdns Security Score: 6.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-daedalus-mcp-mdns -- uvx mcp-mdns==0.1.2 --- ## ReadyOrAI URL: https://mcp-marketplace.io/server/io-github-tedoneobichajavascript-readyorai Summary: Zero-cost MCP server for local code inspection and best-practice recommendations Category: Developer Tools Mode: local Pricing: Free npm: readyorai GitHub: https://github.com/TedoNeObichaJavaScript/ReadyOrAI Security Score: 6/10 Creator: TedoNeObichaJavaScript Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-tedoneobichajavascript-readyorai -- npx -y readyorai@0.1.2 --- ## Public Rentals URL: https://mcp-marketplace.io/server/club-elron-public-rentals Summary: Search Elron Club furnished apartments, availability, prices, details, and rental applications. Description: Search Elron Club furnished apartments, availability, prices, details, and rental applications. Remote endpoints: streamable-http: https://elron.club/api/agent/public/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://elron.club/api/agent/public/mcp MCP Tools (21): rentals.search, rentals.get, rentals.check_availability, rentals.get_pricing, applications.start, applications.get_status, applications.update, applications.create_document_upload, applications.complete_document_upload, applications.upload_document, applications.submit, viewings.get_status, viewings.propose_availability, viewings.respond_to_proposal, quotes.create, quotes.get, quotes.accept, reservations.get_status, contracts.get_signing_link, payments.get_status, bookings.get_confirmation Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http club-elron-public-rentals https://elron.club/api/agent/public/mcp --- ## Avalanche Mcp Vscode URL: https://mcp-marketplace.io/server/io-github-airpote-avalanche-docs Summary: Search and retrieve Avalanche blockchain documentation for building on AVAX. Description: Search and retrieve Avalanche blockchain documentation for building on AVAX. Remote endpoints: streamable-http: https://build.avax.network/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://build.avax.network/api/mcp GitHub: https://github.com/Airpote/avalanche-mcp-vscode MCP Tools (36): docs_search, docs_fetch, docs_list_sections, blockchain_get_native_balance, blockchain_get_contract_info, blockchain_lookup_transaction, blockchain_lookup_address, blockchain_lookup_subnet, blockchain_lookup_chain, blockchain_lookup_validator, github_search_code, github_get_file, platform_get_height, platform_get_block, platform_get_block_by_height, platform_get_blockchains, platform_get_subnets, platform_get_current_validators, platform_get_pending_validators, platform_get_staking_asset_id, platform_get_min_stake, platform_get_total_stake, platform_get_balance, platform_get_utxos, platform_get_tx, platform_get_tx_status, platform_get_current_supply, platform_get_validators_at, info_get_node_version, info_get_network_id, info_get_network_name, info_get_blockchain_id, info_is_bootstrapped, info_get_tx_fee, info_peers, info_acps Security Score: 10/10 Creator: Airpote Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-airpote-avalanche-docs https://build.avax.network/api/mcp --- ## Vectora URL: https://mcp-marketplace.io/server/io-github-brunosrz-vectora Summary: AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code. Category: AI & ML Mode: local Pricing: Free PyPI: vectora-agent GitHub: https://github.com/brunosrz/vectora Security Score: 3.2/10 Creator: Brunosrz Creator Reputation: B Version: 0.1.0rc3 Required Credentials: GOOGLE_API_KEY (required), COHERE_API_KEY (required), TAVILY_API_KEY (required), OPENAI_API_KEY (required), ANTHROPIC_API_KEY (required), LANGSMITH_API_KEY (required) Install (Claude Code): claude mcp add io-github-brunosrz-vectora -- uvx vectora-agent==0.1.0rc3 --- ## Ga4 URL: https://mcp-marketplace.io/server/io-github-mharnett-ga4 Summary: Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams. Category: Developer Tools Mode: local Pricing: Free npm: mcp-ga4 GitHub: https://github.com/mharnett/mcp-ga4 Security Score: 8/10 Creator: Mharnett Creator Reputation: B Version: 2.0.1 Required Credentials: GA4_PROPERTY_ID (optional), GOOGLE_APPLICATION_CREDENTIALS (optional) Install (Claude Code): claude mcp add io-github-mharnett-ga4 -- npx -y mcp-ga4@2.0.15 --- ## Taranis URL: https://mcp-marketplace.io/server/io-github-taranis-ai-taranis-mcp-server Summary: Search stories and discover OSINT sources in Taranis AI. Category: Developer Tools Mode: local Pricing: Free PyPI: taranis-mcp-server GitHub: https://github.com/taranis-ai/taranis-mcp-server Security Score: 9.8/10 Creator: Taranis Ai Creator Reputation: B Version: 0.1.1 Required Credentials: MCP_TRANSPORT (optional), TARANIS_API_URL (optional), TARANIS_ACCESS_TOKEN (required), TARANIS_USERNAME (optional), TARANIS_PASSWORD (required) Install (Claude Code): claude mcp add io-github-taranis-ai-taranis-mcp-server -- uvx taranis-mcp-server==0.1.1 --- ## Rendezvous URL: https://mcp-marketplace.io/server/dev-forgesworn-rendezvous-mcp Summary: Fair meeting point discovery for AI agents with isochrone-based travel time fairness Category: Developer Tools Mode: local Pricing: Free npm: rendezvous-mcp GitHub: https://github.com/forgesworn/rendezvous-mcp Security Score: 10/10 Creator: Forgesworn Creator Reputation: B Version: 1.1.3 Required Credentials: VALHALLA_URL (optional) Install (Claude Code): claude mcp add dev-forgesworn-rendezvous-mcp -- npx -y rendezvous-mcp@1.1.4 --- ## Converter URL: https://mcp-marketplace.io/server/io-github-igormilovanovic-data-converter Summary: Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more. Description: Convert between 200+ format pairs: JSON, CSV, XML, YAML, PDF, Excel, DOCX and more. Remote endpoints: streamable-http: https://mcp-converter.tnkng.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-converter.tnkng.com/mcp GitHub: https://github.com/igormilovanovic/mcp-converter Security Score: 9/10 Installs: 1 Creator: data-converter Creator Reputation: C- Version: 1.4.2 Tags: data-conversion, data, data-converter, json, xml, yml, csv Install (Claude Code Remote): claude mcp add --transport http io-github-igormilovanovic-data-converter https://mcp-converter.tnkng.com/mcp --- ## Mcpampel URL: https://mcp-marketplace.io/server/io-github-diemoeve-mcpampel Summary: Scan installed MCP servers for security vulnerabilities with 16 detection engines. Category: Developer Tools Mode: local Pricing: Free PyPI: mcpampel GitHub: https://github.com/MCPAmpel/mcpampel Security Score: 7/10 Creator: MCPAmpel Creator Reputation: B Version: 0.2.2 Required Credentials: MCPAMPEL_API_KEY (required) Install (Claude Code): claude mcp add io-github-diemoeve-mcpampel -- uvx mcpampel==0.2.2 --- ## Xenarch URL: https://mcp-marketplace.io/server/io-github-xenarch-ai-xenarch-mcp Summary: Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2. Category: Developer Tools Mode: local Pricing: Free npm: @xenarch/agent-mcp GitHub: https://github.com/xenarch-ai/xenarch-mcp Security Score: 9.7/10 Creator: Xenarch Ai Creator Reputation: B Version: 1.3.1 Required Credentials: XENARCH_PRIVATE_KEY (required), XENARCH_RPC_URL (optional), XENARCH_NETWORK (optional), XENARCH_MAX_PAYMENT_USD (optional), PORT (optional), TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-xenarch-ai-xenarch-mcp -- npx -y @xenarch/agent-mcp --- ## Akshare One URL: https://mcp-marketplace.io/server/ai-smithery-zwldarren-akshare-one-mcp Summary: Provide access to Chinese stock market data including historical prices, real-time data, news, and… Description: Provide access to Chinese stock market data including historical prices, real-time data, news, and… Remote endpoints: streamable-http: https://server.smithery.ai/@zwldarren/akshare-one-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/zwldarren/akshare-one-mcp Security Score: 10/10 Creator: Zwldarren Creator Reputation: B Version: 1.14.0 --- ## Advisor URL: https://mcp-marketplace.io/server/io-github-stucchi-mcp-advisor Summary: Browse, search, and discover MCP servers from your AI assistant Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-advisor GitHub: https://github.com/stucchi/mcp-advisor Security Score: 10/10 Creator: Stucchi Creator Reputation: B Version: 2.0.0 Install (Claude Code): claude mcp add io-github-stucchi-mcp-advisor -- uvx mcp-advisor==2.0.0 --- ## Mnemex URL: https://mcp-marketplace.io/server/io-github-simplemindedbot-mnemex Summary: Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown). Category: Developer Tools Mode: local Pricing: Free PyPI: mnemex GitHub: https://github.com/simplemindedbot/mnemex Security Score: 5.5/10 Creator: Simplemindedbot Creator Reputation: B Version: 0.5.2 Required Credentials: MNEMEX_STORAGE_PATH (optional), LTM_VAULT_PATH (optional), MNEMEX_DECAY_MODEL (optional), MNEMEX_PL_HALFLIFE_DAYS (optional) Install (Claude Code): claude mcp add io-github-simplemindedbot-mnemex -- uvx mnemex --- ## Claude Ops URL: https://mcp-marketplace.io/server/io-github-auroracapital-claude-ops-telegram-server Summary: Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats. Category: Communication Mode: local Pricing: Free npm: claude-ops-telegram-server GitHub: https://github.com/Lifecycle-Innovations-Limited/claude-ops Security Score: 9.7/10 Creator: Lifecycle Innovations Limited Creator Reputation: B Version: 0.2.1 Required Credentials: TELEGRAM_API_ID (required), TELEGRAM_API_HASH (required), TELEGRAM_PHONE (required), TELEGRAM_SESSION (required) Install (Claude Code): claude mcp add io-github-auroracapital-claude-ops-telegram-server -- npx -y claude-ops-telegram-server --- ## JobDataLake URL: https://mcp-marketplace.io/server/jobdatalake Summary: Search 1M+ enriched job listings from 20,000+ companies. Free, no signup required. Description: JobDataLake MCP server gives AI agents access to over 1 million enriched job listings from 20,000+ companies across 40+ ATS platforms, updated hourly. Every job is enriched with normalized skills, seniority level, job function, salary range (USD), remote type, and location data. Free tier includes 500 calls/day with no signup or API key needed. Available as both a remote server and npm package. Category: Data & Analytics Mode: dual Pricing: Free npm: @jobdatalake/mcp-server Remote URL: https://mcp.jobdatalake.com/ GitHub: https://github.com/echojobsio/jdl-mcp-server Security Score: 7.3/10 Creator: gaomengen Creator Reputation: B Version: 1.0.0 Uptime Status: up Tags: jobs, job-search, job-data, career, salary, remote-work, hiring, mcp, ai, api, job-listings, skills, job-board, recruitment, employment Use Cases: Search 1M+ jobs by keyword, skills, salary, location, seniority, remote type, and more, AI semantic search for natural language job queries, Get full job details including description, requirements, and apply link, Company profiles with industry, size, funding, and career page, Find similar jobs using AI vector similarity, Discover available filter values with job counts, Skills filtering in AND mode (e.g. Python AND AWS AND Kubernetes), Location supports continents (Europe, Asia, Latin America), countries, and cities, Salary normalized to USD for easy comparison, Updated hourly from 20, 000+ company career pages, Free tier: 500 calls/day, no signup required Required Credentials: JDL_API_KEY (optional) Install (Claude Code): claude mcp add jobdatalake -- npx -y @jobdatalake/mcp-server@1.0.14 Install (Claude Code Remote): claude mcp add --transport http jobdatalake https://mcp.jobdatalake.com/ --- ## Crontab Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-crontab-generator Summary: Natural language to cron expression converter. x402 micropayment. Description: Natural language to cron expression converter. x402 micropayment. Remote endpoints: sse: https://crontab-generator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crontab-generator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/crontab-generator-x402 MCP Tools (1): utility_generate_crontab Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-crontab-generator https://crontab-generator.api.klymax402.com/mcp --- ## Ai Netcafe URL: https://mcp-marketplace.io/server/com-ainetcafe-netcafe-china Summary: China facts a server outside China cannot get: real mainland reachability, 调休 holidays, ID/phone val Description: China facts a server outside China cannot get: real mainland reachability, 调休 holidays, ID/phone val Remote endpoints: streamable-http: https://ainetcafe.com/mcp/cn?s=registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ainetcafe.com/mcp/cn?s=registry GitHub: https://github.com/mario03690/ai-netcafe MCP Tools (9): china_reachability, lunar_calendar, bazi_chart, huangli, pick_lucky_days, cn_holiday, id_card_check, phone_info, pinyin_convert Security Score: 10/10 Creator: Mario03690 Creator Reputation: B Version: 1.0.0 Required Credentials: ALLROUTER_API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http com-ainetcafe-netcafe-china 'https://ainetcafe.com/mcp/cn?s=registry' --- ## K01 URL: https://mcp-marketplace.io/server/is-k01-synthetic-health-data Summary: Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant. Description: Privacy-preserving synthetic health data generation. FHIR R4/R5 compliant. Remote endpoints: streamable-http: https://mcp.k01.is/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.k01.is/mcp GitHub: https://github.com/K01labs/k01-mcp-server Security Score: 10/10 Creator: K01labs Creator Reputation: B Version: 1.7.1 Install (Claude Code Remote): claude mcp add --transport http is-k01-synthetic-health-data https://mcp.k01.is/mcp --- ## ShipSwift URL: https://mcp-marketplace.io/server/io-github-signerlabs-shipswift Summary: 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. Description: 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. Remote endpoints: streamable-http: https://api.shipswift.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.shipswift.app/mcp GitHub: https://github.com/signerlabs/ShipSwift MCP Tools (3): listRecipes, getRecipe, searchRecipes Security Score: 10/10 Creator: Signerlabs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-signerlabs-shipswift https://api.shipswift.app/mcp --- ## Dicom Hl7 URL: https://mcp-marketplace.io/server/io-github-nyxtoolsdev-dicom-hl7-mcp-server Summary: Bridges DICOM, HL7v2, and FHIR with cross-standard mapping and optional PACS connectivity. Category: Developer Tools Mode: local Pricing: Free PyPI: dicom-hl7-mcp GitHub: https://github.com/NyxToolsDev/dicom-hl7-mcp-server Security Score: 6.5/10 Creator: NyxToolsDev Creator Reputation: B Version: 0.2.0 Required Credentials: DICOM_HL7_LICENSE_KEY (required) Install (Claude Code): claude mcp add io-github-nyxtoolsdev-dicom-hl7-mcp-server -- uvx dicom-hl7-mcp==0.2.0 --- ## Seenpaid URL: https://mcp-marketplace.io/server/io-github-justinasrolando-cpu-seenpaid Summary: Open-source, self-hosted posting layer with an MCP server for AI agents. 25+ platforms. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/justinasrolando-cpu/seenpaid Security Score: 6/10 Creator: Justinasrolando Cpu Creator Reputation: B Version: 1.0.0 --- ## Workmagic URL: https://mcp-marketplace.io/server/io-github-workmagicio-workmagic-mcp Summary: WorkMagic MCP Description: WorkMagic MCP Remote endpoints: streamable-http: https://mcp.workmagic.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.workmagic.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-workmagicio-workmagic-mcp https://mcp.workmagic.io/mcp --- ## Markgrab URL: https://mcp-marketplace.io/server/io-github-arknill-markgrab Summary: Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX. Category: Developer Tools Mode: local Pricing: Free PyPI: markgrab GitHub: https://github.com/QuartzUnit/markgrab Security Score: 9.8/10 Creator: QuartzUnit Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-arknill-markgrab -- uvx markgrab==0.1.3 --- ## Mssql URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-server-mssql Summary: MCP server for Microsoft SQL Server using mssql-python Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-mssql GitHub: https://github.com/daedalus/mcp-server-mssql Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-server-mssql -- uvx mcp-server-mssql==0.1.0 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-lorem-forge-mcp Summary: Generate placeholder text — lorem ipsum and alternatives Category: Developer Tools Mode: local Pricing: Free npm: lorem-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-lorem-forge-mcp -- npx -y lorem-forge-mcp --- ## Cryptopunks URL: https://mcp-marketplace.io/server/io-github-lightyear-technologies-limited-cryptopunks Summary: Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks. Description: Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks. Remote endpoints: streamable-http: https://punks.lightyear.build/api/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://punks.lightyear.build/api/mcp MCP Tools (11): browse_types, browse_traits, filter_punks, get_punk_details, compute_merkle_root, get_listings, get_floor_price, get_bids_for_punk, get_bids_for_merkle_root, get_bid_recommendation, resolve_merkle_root Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lightyear-technologies-limited-cryptopunks https://punks.lightyear.build/api/mcp --- ## Event Resolver X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-event-resolver Summary: Resolve prediction market events. Price checks, claim verification, outcome confidence. Description: Resolve prediction market events. Price checks, claim verification, outcome confidence. Remote endpoints: sse: https://event-resolver.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://event-resolver.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/event-resolver-x402 MCP Tools (3): event_resolve_outcome, event_verify_claim, event_check_price_threshold Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-event-resolver https://event-resolver.api.klymax402.com/mcp --- ## Hue Ble URL: https://mcp-marketplace.io/server/io-github-jonnyblankinship-hue-ble-mcp Summary: Control Philips Hue lights via Bluetooth LE — no bridge required. Category: Developer Tools Mode: local Pricing: Free PyPI: hue-ble-mcp GitHub: https://github.com/jonnyblankinship/hue-ble-mcp Security Score: 10/10 Creator: Jonnyblankinship Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-jonnyblankinship-hue-ble-mcp -- uvx hue-ble-mcp==0.1.3 --- ## Mcp URL: https://mcp-marketplace.io/server/us-propertyscoop-mcp Summary: US property data: powerlines, noise, crime, hazards, schools and more Description: US property data: powerlines, noise, crime, hazards, schools and more Remote endpoints: streamable-http: https://mcp.propertyscoop.us Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.propertyscoop.us Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http us-propertyscoop-mcp https://mcp.propertyscoop.us --- ## Email Deliverability X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-email-deliverability Summary: Audit email domain deliverability: SPF, DKIM, DMARC, MX. Score 0-100. x402. Description: Audit email domain deliverability: SPF, DKIM, DMARC, MX. Score 0-100. x402. Remote endpoints: sse: https://email-deliverability.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-deliverability.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/email-deliverability-x402 MCP Tools (1): email_audit_deliverability Security Score: 8.1/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-deliverability https://email-deliverability.api.klymax402.com/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-web-scraper Summary: MCP server for web scraping: URLs, links, metadata, CSS extraction. Category: Search & Web Mode: local Pricing: Free npm: sovereign-web-scraper-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ryudi84-web-scraper -- npx -y sovereign-web-scraper-mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-dev-proxy-tools-mcp Summary: MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy. Category: Developer Tools Mode: local Pricing: Free npm: @devproxy/mcp GitHub: https://github.com/dev-proxy-tools/mcp Security Score: 10/10 Creator: garrytrinder Creator Reputation: C Version: 0.3.1 Install (Claude Code): claude mcp add io-github-dev-proxy-tools-mcp -- npx -y @devproxy/mcp@0.3.1 --- ## Firma.dev URL: https://mcp-marketplace.io/server/firma-dev Summary: Electronic signature API - create, send, and manage legally binding signing requests. Description: Firma.dev is a extremely affordable electronic signature platform is about 3 cents per envelope. Firma.dev lets you create document templates, send signing requests, and track the entire signing lifecycle through a REST API. The MCP server exposes 58 tools covering company management, workspaces, templates, signing requests, webhooks, and settings. Build AI-powered document workflows - draft contracts, collect signatures, monitor completion status, and manage your signing infrastructure programm Category: Business Tools Mode: remote Pricing: Free Remote URL: https://mcp.firma.dev/mcp Security Score: 8/10 Rating: 5/5 Creator: User Creator Reputation: B- Version: 1.0.0 Uptime Status: up Tags: esignature, electronic signature, document signing, contracts, templates, signing requests, webhooks, API, legal, compliance, workflow automation, multi-language Use Cases: Document Signing, Contract Management, API Integration, Workflow Automation, Template Management, Webhook Configuration Install (Claude Code Remote): claude mcp add --transport http firma-dev https://mcp.firma.dev/mcp --- ## Distress Diligence URL: https://mcp-marketplace.io/server/com-dropwatchhq-distress-diligence Summary: Distressed-SMB diligence: bankruptcy, lawsuits, recalls, exclusions, WARN layoffs, liens (sourced). Description: Distressed-SMB diligence: bankruptcy, lawsuits, recalls, exclusions, WARN layoffs, liens (sourced). Remote endpoints: streamable-http: https://diligence.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://diligence.dropwatchhq.com/mcp MCP Tools (5): diligence_brief, quick_scan, check_recall_exposure, ch11_feed, ch11_preview Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-distress-diligence https://diligence.dropwatchhq.com/mcp --- ## For Oscal URL: https://mcp-marketplace.io/server/io-github-awslabs-mcp-server-for-oscal Summary: AI agent tools for Open Security Controls Assessment Language (OSCAL) Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-for-oscal GitHub: https://github.com/awslabs/mcp-server-for-oscal Security Score: 10/10 Creator: Awslabs Creator Reputation: B Version: 0.4.0 Required Credentials: BEDROCK_MODEL_ID (optional), OSCAL_KB_ID (optional), AWS_PROFILE (optional), AWS_REGION (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-awslabs-mcp-server-for-oscal -- uvx mcp-server-for-oscal==0.4.0 --- ## Data Studio Agent URL: https://mcp-marketplace.io/server/io-github-geek-fun-data-studio Summary: Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps Category: Developer Tools Mode: local Pricing: Free npm: @geek-fun/data-studio-mcp GitHub: https://github.com/geek-fun/data-studio-agent Security Score: 10/10 Creator: Geek Fun Creator Reputation: B Version: 0.1.12 Install (Claude Code): claude mcp add io-github-geek-fun-data-studio -- npx -y @geek-fun/data-studio-mcp@0.1.12 --- ## Doctree URL: https://mcp-marketplace.io/server/io-github-joesaby-doctree-mcp Summary: BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls. Category: Developer Tools Mode: local Pricing: Free npm: doctree-mcp GitHub: https://github.com/joesaby/doctree-mcp Security Score: 10/10 Creator: Joesaby Creator Reputation: B Version: 1.0.1 Required Credentials: DOCS_ROOT (optional), DOCS_GLOB (optional), DOCS_ROOTS (optional), GLOSSARY_PATH (optional) Install (Claude Code): claude mcp add io-github-joesaby-doctree-mcp -- npx -y doctree-mcp@1.0.2 --- ## Bangladesh Payments URL: https://mcp-marketplace.io/server/app-wishpool-bangladesh-payments-mcp Summary: Bangladesh payments for AI agents — bKash / Nagad via SSLCommerz. Never holds funds. Description: Bangladesh payments for AI agents — bKash / Nagad via SSLCommerz. Never holds funds. Remote endpoints: streamable-http: https://mcp-bd.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp-bd.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/bangladesh-payments-mcp MCP Tools (2): create_payment_link, query_payment_status Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-bangladesh-payments-mcp https://mcp-bd.wishpool.app/mcp --- ## Agent Verification Utility URL: https://mcp-marketplace.io/server/dev-kgninja-agent-economy-agent-verification-utility Summary: Deterministic JSON checks with signed evidence and x402-paid execution Description: Deterministic JSON checks with signed evidence and x402-paid execution Remote endpoints: streamable-http: https://agent-economy.kgninja.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent-economy.kgninja.dev/mcp MCP Tools (5): describe_verify_evidence, get_revenue_goal_status, quote_verify_evidence, prepare_verify_evidence_purchase, verify_evidence Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http dev-kgninja-agent-economy-agent-verification-utility https://agent-economy.kgninja.dev/mcp --- ## Uk Parliament Committees URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-committees Summary: MCP server for UK Parliament Committees API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-committees GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-committees -- npx -y @darkhorseone/mcp-server-uk-parliament-committees --- ## Moltarch URL: https://mcp-marketplace.io/server/io-github-valtteri-friily-moltarch Summary: Marketing intelligence API for AI agents. Real campaign data, not LLM guesses. Description: Marketing intelligence API for AI agents. Real campaign data, not LLM guesses. Remote endpoints: streamable-http: https://api.moltarch.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.moltarch.com/mcp/ GitHub: https://github.com/valtteri-FRIILY/moltarch MCP Tools (3): moltarch_start_session, moltarch_chat, moltarch_get_answer Security Score: 9/10 Creator: Valtteri FRIILY Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-valtteri-friily-moltarch https://api.moltarch.com/mcp/ --- ## Bankregpulse URL: https://mcp-marketplace.io/server/io-github-rrgu26-bankregpulse-mcp-server Summary: Real-time banking regulatory intelligence from 100+ federal and state sources. Category: Developer Tools Mode: local Pricing: Free npm: bankregpulse-mcp-server GitHub: https://github.com/RRGU26/bankregpulse-mcp-server Security Score: 8/10 Creator: RRGU26 Creator Reputation: B Version: 1.0.3 Required Credentials: BANKREGPULSE_API_URL (optional) Install (Claude Code): claude mcp add io-github-rrgu26-bankregpulse-mcp-server -- npx -y bankregpulse-mcp-server@1.1.0 --- ## Blacksmith URL: https://mcp-marketplace.io/server/io-github-grahamnotgrant-blacksmith Summary: MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests. Category: Developer Tools Mode: local Pricing: Free npm: blacksmith-mcp GitHub: https://github.com/grahamnotgrant/blacksmith-mcp Security Score: 7.3/10 Creator: Grahamnotgrant Creator Reputation: B Version: 0.1.1 Required Credentials: BLACKSMITH_ORG (optional), BLACKSMITH_SESSION_COOKIE (required) Install (Claude Code): claude mcp add io-github-grahamnotgrant-blacksmith -- npx -y blacksmith-mcp@0.1.1 --- ## Ai Netcafe URL: https://mcp-marketplace.io/server/com-ainetcafe-netcafe-tables Summary: Messy spreadsheets in, clean checkable tables out. Every result carries its arithmetic proof. Description: Messy spreadsheets in, clean checkable tables out. Every result carries its arithmetic proof. Remote endpoints: streamable-http: https://ainetcafe.com/mcp/table?s=registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ainetcafe.com/mcp/table?s=registry GitHub: https://github.com/mario03690/ai-netcafe MCP Tools (10): csv_to_qbo, diff_tables, clean_table, merge_tables, reconcile_ledger, fix_csv_encoding, csv_to_md_table, csv_to_chart, csv_to_json, json_to_csv Security Score: 10/10 Creator: Mario03690 Creator Reputation: B Version: 1.0.0 Required Credentials: ALLROUTER_API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http com-ainetcafe-netcafe-tables 'https://ainetcafe.com/mcp/table?s=registry' --- ## Reddit URL: https://mcp-marketplace.io/server/io-github-mypracticaltools-reddit-mcp-server Summary: Reddit MCP Server via Apify Category: Marketing & Social Mode: local Pricing: Free npm: @practicaltools/reddit-mcp-server GitHub: https://github.com/mypracticaltools/Reddit-MCP-Server Security Score: 10/10 Creator: Mypracticaltools Creator Reputation: B Version: 1.0.5 Required Credentials: APIFY_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-mypracticaltools-reddit-mcp-server -- npx -y @practicaltools/reddit-mcp-server@1.0.9 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-regex-lab Summary: MCP server for regex testing, matching, replacing, and validation Category: Developer Tools Mode: local Pricing: Free npm: regex-lab-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-ryudi84-regex-lab -- npx -y regex-lab-mcp --- ## Voice Transcriber URL: https://mcp-marketplace.io/server/io-github-fgasparetto-voice-transcriber-mcp Summary: MCP server for transcribing Google Chat voice messages using Groq Whisper API Category: Developer Tools Mode: local Pricing: Free PyPI: voice-transcriber-mcp GitHub: https://github.com/fgasparetto/voice-transcriber-mcp Security Score: 9.5/10 Creator: fgasparetto Creator Reputation: C Version: 2.0.1 Required Credentials: GROQ_API_KEY (required), GCHAT_TOKEN_PATH (optional) Install (Claude Code): claude mcp add io-github-fgasparetto-voice-transcriber-mcp -- uvx voice-transcriber-mcp==2.1.0 --- ## Openclaw Registry URL: https://mcp-marketplace.io/server/io-github-izworskic-openclaw-registry Summary: Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters. Category: Developer Tools Mode: local Pricing: Free npm: agentbase-mcp GitHub: https://github.com/AgentBase1/mcp-server Security Score: 8/10 Creator: AgentBase1 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-izworskic-openclaw-registry -- npx -y agentbase-mcp@1.0.2 --- ## Agent Identity Trust URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-identity-trust-mcp Summary: Agent Identity Trust MCP Server by MEOK AI Labs Description: Agent Identity Trust MCP Server by MEOK AI Labs Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/identity-trust Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-identity-trust-mcp Remote URL: https://api.meok.ai/v1/a2a/identity-trust GitHub: https://github.com/CSOAI-ORG/agent-identity-trust-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.13 Install (Claude Code): claude mcp add io-github-csoai-org-agent-identity-trust-mcp -- uvx agent-identity-trust-mcp==1.0.13 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-identity-trust-mcp https://api.meok.ai/v1/a2a/identity-trust --- ## Savvy URL: https://mcp-marketplace.io/server/io-github-myque08-savvyscratch Summary: MCP server for Savvy Scratch — scratch-off lottery game analysis powered by pro gambler methodology Category: Developer Tools Mode: local Pricing: Free npm: @savvyscratch/mcp-server GitHub: https://github.com/myque08/savvymcp Security Score: 7/10 Creator: Myque08 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-myque08-savvyscratch -- npx -y @savvyscratch/mcp-server@1.0.1 --- ## Quelvio URL: https://mcp-marketplace.io/server/com-quelvio-mcp-server Summary: Your company's brain for AI agents. Cited, permission-aware knowledge across every system. Description: Your company's brain for AI agents. Cited, permission-aware knowledge across every system. Remote endpoints: streamable-http: https://mcp.quelvio.com/http Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.quelvio.com/http GitHub: https://github.com/Quelvio/quelvio-mcp-server Security Score: 6.8/10 Creator: Quelvio Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-quelvio-mcp-server https://mcp.quelvio.com/http --- ## Guardian Api Docs URL: https://mcp-marketplace.io/server/dev-kaimeilabs-guardian-engine Summary: Deterministic recipe verification engine — validates AI-generated recipes against master SOPs. Description: Deterministic recipe verification engine — validates AI-generated recipes against master SOPs. Remote endpoints: streamable-http: https://api.kaimeilabs.dev/mcp Category: Security Mode: dual Pricing: Free Remote URL: https://api.kaimeilabs.dev/mcp GitHub: https://github.com/kaimeilabs/guardian-api-docs Security Score: 7/10 Creator: Kaimeilabs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-kaimeilabs-guardian-engine https://api.kaimeilabs.dev/mcp --- ## Map Traveler URL: https://mcp-marketplace.io/server/io-github-mfukushim-map-traveler-mcp Summary: Virtual traveler library for MCP Category: Developer Tools Mode: local Pricing: Free npm: @mfukushim/map-traveler-mcp GitHub: https://github.com/mfukushim/map-traveler-mcp Security Score: 7/10 Creator: Mfukushim Creator Reputation: B Version: 0.1.4 Required Credentials: MT_GOOGLE_MAP_KEY (required), MT_GEMINI_IMAGE_KEY (required), MT_MAX_RETRY_GEMINI (optional), MT_AVATAR_IMAGE_URI (optional), MT_MAP_API_URL (optional), MT_TIME_SCALE (optional), MT_SQLITE_PATH (optional), MT_TURSO_URL (optional), MT_TURSO_TOKEN (required), MT_REMBG_PATH (optional), MT_REMBG_URL (optional), MT_REMBG_WO_KEY (required), MT_PIXAI_KEY (required), MT_SD_KEY (required), MT_PIXAI_MODEL_ID (optional), MT_COMFY_URL (optional), MT_COMFY_WORKFLOW_T2I (optional), MT_COMFY_WORKFLOW_I2I (optional), MT_COMFY_PARAMS (optional), MT_FIXED_MODEL_PROMPT (optional), MT_BODY_AREA_RATIO (optional), MT_BODY_HW_RATIO (optional), MT_BODY_WINDOW_RATIO_W (optional), MT_BODY_WINDOW_RATIO_H (optional), MT_BS_ID (optional), MT_BS_PASS (required), MT_BS_HANDLE (optional), MT_FILTER_TOOLS (optional), MT_MOVE_MODE (optional), MT_IMAGE_WIDTH (optional), MT_NO_IMAGE (optional), MT_NO_AVATAR (optional), MT_FEED_TAG (optional), MT_MAX_SESSIONS (optional), MT_SESSION_TTL_MS (optional), MT_SERVICE_TTL_MS (optional) Install (Claude Code): claude mcp add io-github-mfukushim-map-traveler-mcp -- npx -y @mfukushim/map-traveler-mcp@0.1.7 --- ## Banksync URL: https://mcp-marketplace.io/server/io-banksync-mcp Summary: Connect AI agents to bank accounts, transactions, balances, and investments. Description: Connect AI agents to bank accounts, transactions, balances, and investments. Remote endpoints: streamable-http: https://mcp.banksync.io Category: Developer Tools Mode: dual Pricing: Free npm: @banksync/mcp PyPI: banksync-mcp Remote URL: https://mcp.banksync.io GitHub: https://github.com/banksynchq/banksync-mcp Security Score: 9.7/10 Creator: Banksynchq Creator Reputation: B Version: 1.0.2 Required Credentials: BANKSYNC_API_KEY (required) Install (Claude Code): claude mcp add io-banksync-mcp -- npx -y @banksync/mcp@1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-banksync-mcp https://mcp.banksync.io --- ## AttAck URL: https://mcp-marketplace.io/server/ai-smithery-alex-llm-attack-mcp-server Summary: Query and retrieve information about various adversarial tactics and techniques used in cyber atta… Description: Query and retrieve information about various adversarial tactics and techniques used in cyber atta… Remote endpoints: streamable-http: https://server.smithery.ai/@alex-llm/attack-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/alex-llm/attAck-mcp-server Security Score: 8/10 Creator: Alex Llm Creator Reputation: B Version: 2.1 --- ## Desk URL: https://mcp-marketplace.io/server/news-v3-desk Summary: Cited geopolitical events, multi-perspective briefs, and live breaking news from V³ News. Description: Cited geopolitical events, multi-perspective briefs, and live breaking news from V³ News. Remote endpoints: streamable-http: https://mcp.v3.news/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.v3.news/mcp MCP Tools (5): v3_search_events, v3_get_event, v3_latest_brief, v3_breaking_now, v3_global_pulse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http news-v3-desk https://mcp.v3.news/mcp --- ## Cloak URL: https://mcp-marketplace.io/server/io-github-overtimepog-cloakmcp Summary: Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface Category: Developer Tools Mode: local Pricing: Free PyPI: cloakbrowsermcp GitHub: https://github.com/overtimepog/CloakMCP Security Score: 9/10 Creator: Overtimepog Creator Reputation: B Version: 2.0.1 Install (Claude Code): claude mcp add io-github-overtimepog-cloakmcp -- uvx cloakbrowsermcp==2.0.4 --- ## Humanpages URL: https://mcp-marketplace.io/server/io-github-human-pages-ai-humanpages Summary: Hire real humans for tasks agents can't do alone. 36 tools for the full hiring lifecycle. Description: Hire real humans for tasks agents can't do alone. 36 tools for the full hiring lifecycle. Remote endpoints: streamable-http: https://humanpages.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: humanpages Remote URL: https://humanpages.ai/mcp GitHub: https://github.com/human-pages-ai/humanpages Security Score: 7.8/10 Creator: Human Pages Ai Creator Reputation: B Version: 1.4.6 Install (Claude Code): claude mcp add io-github-human-pages-ai-humanpages -- npx -y humanpages@1.4.6 Install (Claude Code Remote): claude mcp add --transport http io-github-human-pages-ai-humanpages https://humanpages.ai/mcp --- ## Silicon Friendly URL: https://mcp-marketplace.io/server/com-siliconfriendly-directory Summary: Directory rating websites on AI-agent-friendliness. Search, lookup, and submit. Description: Directory rating websites on AI-agent-friendliness. Search, lookup, and submit. Remote endpoints: streamable-http: https://siliconfriendly.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://siliconfriendly.com/mcp GitHub: https://github.com/unlikefraction/silicon-friendly Security Score: 10/10 Creator: Unlikefraction Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-siliconfriendly-directory https://siliconfriendly.com/mcp --- ## Posthog URL: https://mcp-marketplace.io/server/io-github-friendlygeorge-posthog-mcp-server Summary: MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da... Category: Data & Analytics Mode: local Pricing: Free npm: posthog-mcp-server GitHub: https://github.com/friendlygeorge/posthog-mcp-server Security Score: 5.8/10 Creator: Friendlygeorge Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-friendlygeorge-posthog-mcp-server -- npx -y posthog-mcp-server@1.0.0 --- ## Onet URL: https://mcp-marketplace.io/server/com-olyport-onet Summary: Job descriptions, skills, education requirements, and wage data Description: Job descriptions, skills, education requirements, and wage data Remote endpoints: streamable-http: https://mcp.olyport.com/onet/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/onet/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-onet https://mcp.olyport.com/onet/mcp --- ## Anki URL: https://mcp-marketplace.io/server/io-github-arielbk-anki-mcp Summary: MCP server for integrating with Anki flashcards through conversational AI Category: Education & Research Mode: local Pricing: Free npm: @arielbk/anki-mcp GitHub: https://github.com/arielbk/anki-mcp Security Score: 6.8/10 Creator: Arielbk Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-arielbk-anki-mcp -- npx -y @arielbk/anki-mcp@0.4.2 --- ## Sputnikx Market URL: https://mcp-marketplace.io/server/io-github-drivenbymyai-max-sputnikx-market Summary: EU trade analytics, product catalog, orders, and heating fuel calculator for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: mcp-sputnikx-market GitHub: https://github.com/drivenbymyai-max/mcp-sputnikx-market Security Score: 6.7/10 Creator: Drivenbymyai Max Creator Reputation: B Version: 1.0.2 Required Credentials: SILTUMS_API_KEY (required) Install (Claude Code): claude mcp add io-github-drivenbymyai-max-sputnikx-market -- npx -y mcp-sputnikx-market@2.4.0 --- ## Getbotlens URL: https://mcp-marketplace.io/server/com-getbotlens-getbotlens Summary: MCP gateway for getbotlens.com: articles, search and full text. Read-only, no auth. Description: MCP gateway for getbotlens.com: articles, search and full text. Read-only, no auth. Remote endpoints: streamable-http: https://getbotlens.mcp.getbotlens.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getbotlens.mcp.getbotlens.com/mcp MCP Tools (6): search_articles, list_recent_articles, get_article, popular_content, search, fetch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getbotlens-getbotlens https://getbotlens.mcp.getbotlens.com/mcp --- ## Knowjudges URL: https://mcp-marketplace.io/server/com-knowjudges-knowjudges Summary: Source-linked research on U.S. judges, courts, cases, and judicial analytics. Description: Source-linked research on U.S. judges, courts, cases, and judicial analytics. Remote endpoints: streamable-http: https://mcp.knowjudges.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.knowjudges.com/mcp GitHub: https://github.com/KnowJudges/knowjudges-mcp MCP Tools (6): find_judges, find_ai_abuse_cases, get_judge_profile, get_judge_biography, get_courtroom_presentation_rules, get_recent_rule_changes Security Score: 10/10 Creator: KnowJudges Creator Reputation: B Version: 0.10.15 Install (Claude Code Remote): claude mcp add --transport http com-knowjudges-knowjudges https://mcp.knowjudges.com/mcp --- ## Ai Success Story URL: https://mcp-marketplace.io/server/io-github-un3x-ai-success-story Summary: First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation. Description: First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation. Remote endpoints: streamable-http: https://ai-success-story-20f19ed7769b.herokuapp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-success-story-20f19ed7769b.herokuapp.com/mcp GitHub: https://github.com/Un3x/ai-success-story MCP Tools (7): search_stories, fetch_story, submit_story, submission_status, list_pending, approve_pending, reject_pending Security Score: 10/10 Creator: Un3x Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-un3x-ai-success-story https://ai-success-story-20f19ed7769b.herokuapp.com/mcp --- ## Yookassa URL: https://mcp-marketplace.io/server/io-github-theyahia-yookassa-mcp Summary: MCP server for YooKassa payment API — payments, refunds, receipts (54-FZ). 10 tools. First MCP for Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yookassa-mcp GitHub: https://github.com/theYahia/yookassa-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: YOOKASSA_SHOP_ID (required) Install (Claude Code): claude mcp add io-github-theyahia-yookassa-mcp -- npx -y @theyahia/yookassa-mcp@2.0.1 --- ## Personal Brand URL: https://mcp-marketplace.io/server/io-github-closermethod-personal-brand-mcp Summary: Positioning framework, per-platform bio auditing, 4-pillar content system, growth-signal reads. Category: Developer Tools Mode: local Pricing: Free npm: personal-brand-mcp GitHub: https://github.com/closermethod/personal-brand-mcp Security Score: 6.2/10 Creator: Closermethod Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-closermethod-personal-brand-mcp -- npx -y personal-brand-mcp@1.0.1 --- ## File Mcp Smith URL: https://mcp-marketplace.io/server/ai-smithery-bhushangitfull-file-mcp-smith Summary: Manage files and folders directly from your workspace. Read and write files, list directories, cre… Description: Manage files and folders directly from your workspace. Read and write files, list directories, cre… Remote endpoints: streamable-http: https://server.smithery.ai/@bhushangitfull/file-mcp-smith/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/bhushangitfull/file-mcp-smith Security Score: 9/10 Creator: Bhushangitfull Creator Reputation: B Version: 1.16.0 --- ## Dredd URL: https://mcp-marketplace.io/server/io-github-pduggusa-dredd-mcp Summary: Pre-flight MCP security. Blocks compromised deps + tool drift. HMAC-signed. Dredd judges. Description: Pre-flight MCP security. Blocks compromised deps + tool drift. HMAC-signed. Dredd judges. Remote endpoints: streamable-http: https://analytics.dugganusa.com/api/v1/dredd/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://analytics.dugganusa.com/api/v1/dredd/mcp GitHub: https://github.com/pduggusa/dredd-mcp MCP Tools (1): check_mcp_server Security Score: 10/10 Creator: Pduggusa Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pduggusa-dredd-mcp https://analytics.dugganusa.com/api/v1/dredd/mcp --- ## Obsidian Regulatory URL: https://mcp-marketplace.io/server/io-github-richbile-obsidian-regulatory-mcp Summary: Verified, tier-0 regulatory data for AI across 850+ official sources and 50+ jurisdictions. Description: Verified, tier-0 regulatory data for AI across 850+ official sources and 50+ jurisdictions. Remote endpoints: streamable-http: https://mcp.obsidianri.com/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://mcp.obsidianri.com/mcp GitHub: https://github.com/richbile/obsidian-regulatory-mcp Security Score: 10/10 Creator: Richbile Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-richbile-obsidian-regulatory-mcp https://mcp.obsidianri.com/mcp --- ## Domain Monitor URL: https://mcp-marketplace.io/server/io-github-jasoncbraatz-domain-monitor-mcp Summary: Query domain expiration data from domain-monitor.io via AI assistants like Claude. Category: Developer Tools Mode: local Pricing: Free PyPI: domain-monitor-mcp GitHub: https://github.com/jasoncbraatz/domain-monitor-mcp Security Score: 9.5/10 Creator: jasoncbraatz Creator Reputation: C Version: 0.1.1 Required Credentials: DOMAIN_MONITOR_EMAIL (optional), DOMAIN_MONITOR_PASSWORD (required) Install (Claude Code): claude mcp add io-github-jasoncbraatz-domain-monitor-mcp -- uvx domain-monitor-mcp==0.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/dev-slashr-mcp Summary: Validator incident data for AI agents across Solana, Ethereum, Sui, and Cosmos. Description: Validator incident data for AI agents across Solana, Ethereum, Sui, and Cosmos. Remote endpoints: streamable-http: https://mcp.slashr.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.slashr.dev/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-slashr-mcp https://mcp.slashr.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-symbioticsec-mcp Summary: Symbiotic CLI MCP Server for security scanning and analysis Category: Developer Tools Mode: local Pricing: Free npm: @symbioticsec/symbiotic-mcp-server GitHub: https://github.com/SymbioticSec/mcp Security Score: 7.7/10 Creator: SymbioticSec Creator Reputation: B Version: 1.0.1 Required Credentials: SYMBIOTIC_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-symbioticsec-mcp -- npx -y @symbioticsec/symbiotic-mcp-server --- ## Hl Vaults X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-hl-vaults Summary: Hyperliquid vault summaries — APR, TVL, PnL, followers, sorted by performance. x402. Description: Hyperliquid vault summaries — APR, TVL, PnL, followers, sorted by performance. x402. Remote endpoints: sse: https://hl-vaults.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hl-vaults.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/hl-vaults-x402 MCP Tools (1): hyperliquid_get_vault_data Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hl-vaults https://hl-vaults.api.klymax402.com/mcp --- ## Fia Signals URL: https://mcp-marketplace.io/server/io-github-odds7-fia-signals-mcp Summary: Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals. Description: Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals. Remote endpoints: streamable-http: https://x402.fiasignals.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://x402.fiasignals.com/mcp GitHub: https://github.com/Odds7/fia-signals-mcp.git Security Score: 10/10 Creator: Odds7 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-odds7-fia-signals-mcp https://x402.fiasignals.com/mcp --- ## Dominion Observatory URL: https://mcp-marketplace.io/server/io-github-vdineshk-dominion-observatory Summary: Runtime behavioral trust scoring for MCP servers. Check reliability before calling unknown tools. Description: Runtime behavioral trust scoring for MCP servers. Check reliability before calling unknown tools. Remote endpoints: sse: https://dominion-observatory.sgdata.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dominion-observatory.sgdata.workers.dev/mcp GitHub: https://github.com/vdineshk/dominion-observatory MCP Tools (9): check_trust, report_interaction, get_leaderboard, get_baselines, check_anomaly, register_server, get_server_history, observatory_stats, get_compliance_report Security Score: 10/10 Creator: Vdineshk Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vdineshk-dominion-observatory https://dominion-observatory.sgdata.workers.dev/mcp --- ## Datalink URL: https://mcp-marketplace.io/server/io-github-pilat-mcp-datalink Summary: MCP server for secure database access (PostgreSQL, MySQL, SQLite) Category: Developer Tools Mode: local Pricing: Free npm: @pilat/mcp-datalink GitHub: https://github.com/pilat/mcp-datalink Security Score: 8/10 Creator: Pilat Creator Reputation: B Version: 1.2.4 Required Credentials: DATALINK_ANALYTICS_URL (required), DATALINK_ANALYTICS_READONLY (optional) Install (Claude Code): claude mcp add io-github-pilat-mcp-datalink -- npx -y @pilat/mcp-datalink@1.4.1 --- ## Feedoracle Macro URL: https://mcp-marketplace.io/server/io-github-feedoracle-feedoracle-macro-mcp Summary: Real-time macroeconomic signals for AI agents. 86 FRED series, regime classification, DeFi rates. Description: Real-time macroeconomic signals for AI agents. 86 FRED series, regime classification, DeFi rates. Remote endpoints: sse: https://feedoracle.io/mcp/macro/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feedoracle.io/mcp/macro/sse GitHub: https://github.com/feedoracle/feedoracle-macro-mcp Security Score: 9.8/10 Creator: feedoracle Creator Reputation: D Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-feedoracle-feedoracle-macro-mcp https://feedoracle.io/mcp/macro/sse --- ## Gutendex URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gutendex Summary: Gutendex MCP — wraps Gutendex API for Project Gutenberg books (free, no auth) Description: Gutendex MCP — wraps Gutendex API for Project Gutenberg books (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gutendex/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gutendex/mcp GitHub: https://github.com/pipeworx-io/mcp-gutendex MCP Tools (4): search_books, get_book, popular_books, books_by_topic Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gutendex https://gateway.pipeworx.io/gutendex/mcp --- ## Nctr URL: https://mcp-marketplace.io/server/io-github-hoya25-nctr-mcp-server Summary: NCTR Alliance rewards — search bounties, check earning rates, and discover communities. Description: NCTR Alliance rewards — search bounties, check earning rates, and discover communities. Remote endpoints: streamable-http: https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc Category: Developer Tools Mode: dual Pricing: Free npm: @hoya25/nctr-mcp-server Remote URL: https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc GitHub: https://github.com/Hoya25/mcp-server Security Score: 10/10 Creator: Hoya25 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-hoya25-nctr-mcp-server -- npx -y @hoya25/nctr-mcp-server@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-hoya25-nctr-mcp-server https://yhwcaodofmbusjurawhp.supabase.co/functions/v1/mcp/rpc --- ## Can See URL: https://mcp-marketplace.io/server/io-github-hurleysk-can-see Summary: Let AI agents see and interact with terminal/CLI apps via PNG screenshots Category: Developer Tools Mode: local Pricing: Free npm: can-see GitHub: https://github.com/HurleySk/can-see Security Score: 10/10 Creator: HurleySk Creator Reputation: B Version: 0.4.0 Required Credentials: DEFAULT_COLS (optional), DEFAULT_ROWS (optional), IDLE_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-hurleysk-can-see -- npx -y can-see@0.5.0 --- ## Inspector URL: https://mcp-marketplace.io/server/io-github-gridinsoft-inspector Summary: Website safety and trust analysis. Verify domain reputation and detect phishing with GridinSoft. Category: Developer Tools Mode: local Pricing: Free npm: @gridinsoft/mcp-inspector GitHub: https://github.com/gridinsoft/mcp-inspector Security Score: 8/10 Creator: Gridinsoft Creator Reputation: B Version: 1.0.6 Required Credentials: GRIDINSOFT_API_KEY (required) Install (Claude Code): claude mcp add io-github-gridinsoft-inspector -- npx -y @gridinsoft/mcp-inspector@1.0.6 --- ## Mcp URL: https://mcp-marketplace.io/server/app-fotify-mcp Summary: Create events, collect guest photos and manage RSVP invitations for weddings and parties. Description: Create events, collect guest photos and manage RSVP invitations for weddings and parties. Remote endpoints: streamable-http: https://server.fotify.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.fotify.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-fotify-mcp https://server.fotify.app/mcp --- ## Nfse Nacional URL: https://mcp-marketplace.io/server/io-github-samuelmoraesf-mcp-nfse-nacional Summary: MCP Server para consulta de NFSe no portal nacional (nfse.gov.br) Category: Developer Tools Mode: local Pricing: Free npm: mcp-nfse-nacional GitHub: https://github.com/SamuelMoraesF/mcp-nfse-nacional Security Score: 9.3/10 Creator: SamuelMoraesF Creator Reputation: B Version: 1.0.3 Required Credentials: CERT_PASSWORD (required), CERT_FILE (optional), NODE_OPTIONS (optional), MCP_PORT (optional), STORAGE_PATH (optional) Install (Claude Code): claude mcp add io-github-samuelmoraesf-mcp-nfse-nacional -- npx -y mcp-nfse-nacional@1.0.3 --- ## Kody URL: https://mcp-marketplace.io/server/io-github-kentcdodds-kody Summary: Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations. Description: Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations. Remote endpoints: streamable-http: https://kody.codes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kody.codes/mcp GitHub: https://github.com/kentcdodds/kody Security Score: 10/10 Creator: Kentcdodds Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-kentcdodds-kody https://kody.codes/mcp --- ## Mongo Scout URL: https://mcp-marketplace.io/server/io-github-bluwork-mongo-scout-mcp Summary: Scout your MongoDB databases with AI - safety features, live monitoring, and data quality Category: Developer Tools Mode: local Pricing: Free npm: mongo-scout-mcp GitHub: https://github.com/bluwork/mongo-scout-mcp Security Score: 10/10 Creator: bluwork Creator Reputation: C Version: 1.0.3 Install (Claude Code): claude mcp add io-github-bluwork-mongo-scout-mcp -- npx -y mongo-scout-mcp@1.0.3 --- ## MangroveTrader URL: https://mcp-marketplace.io/server/io-github-mangrove-one-mangrove-trader Summary: Social trading leaderboard. 9 MCP tools, x402 micropayments (USDC on Base). Description: Social trading leaderboard. 9 MCP tools, x402 micropayments (USDC on Base). Remote endpoints: streamable-http: https://api.mangrovetraders.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mangrovetraders.com/mcp/ GitHub: https://github.com/MangroveTechnologies/MangroveTrader MCP Tools (9): trader_my_stats, trader_performance_report, trader_last_trade, trader_cancel_last, trader_watch, trader_unwatch, trader_get_leaderboard, trader_search_trader, trader_get_trade_history Security Score: 9/10 Creator: MangroveTechnologies Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mangrove-one-mangrove-trader https://api.mangrovetraders.com/mcp/ --- ## Sqlite3 URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-sqlite3 Summary: MCP server exposing sqlite3 library functionality Category: Data & Analytics Mode: local Pricing: Free PyPI: mcp-sqlite3 GitHub: https://github.com/daedalus/mcp-sqlite3 Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-daedalus-mcp-sqlite3 -- uvx mcp-sqlite3==0.1.3 --- ## Mathjs URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mathjs Summary: Math.js MCP — wraps the mathjs.org API (free, no auth) Description: Math.js MCP — wraps the mathjs.org API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/mathjs/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mathjs/mcp GitHub: https://github.com/pipeworx-io/mcp-mathjs MCP Tools (2): evaluate, convert_units Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mathjs https://gateway.pipeworx.io/mathjs/mcp --- ## Instacart URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-instacart Summary: MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-instacart GitHub: https://github.com/markswendsen-code/mcp-instacart Security Score: 8/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.2.2 Required Credentials: INSTACART_EMAIL (optional), INSTACART_PASSWORD (required) Install (Claude Code): claude mcp add io-github-markswendsen-code-instacart -- npx -y @striderlabs/mcp-instacart@0.2.3 --- ## Snapog URL: https://mcp-marketplace.io/server/com-snapog-snapog Summary: Give agents instant OG image generation, social metadata audits, and rendering guidance. Description: Give agents instant OG image generation, social metadata audits, and rendering guidance. Remote endpoints: streamable-http: https://snapog.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://snapog.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-snapog-snapog https://snapog.com/mcp --- ## Networkcalc URL: https://mcp-marketplace.io/server/ai-smithery-ramadasmr-networkcalc-mcp Summary: Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia… Description: Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia… Remote endpoints: streamable-http: https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp GitHub: https://github.com/ramadasmr/networkcalc-mcp Security Score: 10/10 Creator: Ramadasmr Creator Reputation: B Version: 1.13.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-ramadasmr-networkcalc-mcp https://server.smithery.ai/@ramadasmr/networkcalc-mcp/mcp --- ## Open Eagle Eye URL: https://mcp-marketplace.io/server/io-github-stuchapin909-open-eagle-eye Summary: Live snapshots from ~29,000 public cameras across 11 countries — traffic, weather, webcams Category: Developer Tools Mode: local Pricing: Free npm: openeagleeye GitHub: https://github.com/stuchapin909/Open-Eagle-Eye Security Score: 9/10 Creator: Stuchapin909 Creator Reputation: B Version: 8.0.0 Install (Claude Code): claude mcp add io-github-stuchapin909-open-eagle-eye -- npx -y openeagleeye@8.0.0 --- ## Hash Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-hash-generator Summary: Cryptographic hashing — MD5, SHA1, SHA256, SHA512, bcrypt. x402 micropayment. Description: Cryptographic hashing — MD5, SHA1, SHA256, SHA512, bcrypt. x402 micropayment. Remote endpoints: sse: https://hash-generator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hash-generator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/hash-generator-x402 MCP Tools (1): crypto_generate_hash Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hash-generator https://hash-generator.api.klymax402.com/mcp --- ## Amcharts5 URL: https://mcp-marketplace.io/server/io-github-amcharts-amcharts5 Summary: On-demand access to amCharts 5 docs, code examples, and API reference Category: Developer Tools Mode: local Pricing: Free npm: @amcharts/amcharts5-mcp GitHub: https://github.com/amcharts/amcharts5-mcp Security Score: 7/10 Creator: Antanas Marcelionis Creator Reputation: D Version: 1.1.3 Install (Claude Code): claude mcp add io-github-amcharts-amcharts5 -- npx -y @amcharts/amcharts5-mcp@1.1.9 --- ## Content Genie URL: https://mcp-marketplace.io/server/io-github-muse-code-space-content-genie Summary: AI Content Creation Assistant for Korean creators - Trend analysis & SEO Category: Marketing & Social Mode: local Pricing: Free npm: content-genie-mcp GitHub: https://github.com/MUSE-CODE-SPACE/content-genie-mcp Security Score: 6.3/10 Creator: MUSE CODE SPACE Creator Reputation: B Version: 2.9.4 Install (Claude Code): claude mcp add io-github-muse-code-space-content-genie -- npx -y content-genie-mcp@2.10.0 --- ## A Mem URL: https://mcp-marketplace.io/server/io-github-diaaaj-a-mem-mcp Summary: Self-evolving memory system for AI agents Category: Developer Tools Mode: local Pricing: Free PyPI: a-mem GitHub: https://github.com/DiaaAj/a-mem-mcp Security Score: 0/10 Creator: DiaaAj Creator Reputation: B Version: 0.2.1 Required Credentials: LLM_BACKEND (optional), LLM_MODEL (optional), OPENAI_API_KEY (required), EMBEDDING_MODEL (optional), CHROMA_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-diaaaj-a-mem-mcp -- uvx a-mem==0.2.6 --- ## Http Headers X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-http-headers Summary: HTTP header analysis — security headers, cache, server detection. x402 micropayment. Description: HTTP header analysis — security headers, cache, server detection. x402 micropayment. Remote endpoints: sse: https://http-headers.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://http-headers.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/http-headers-x402 MCP Tools (1): network_analyze_headers Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-http-headers https://http-headers.api.klymax402.com/mcp --- ## SQL MCP Mac Windows URL: https://mcp-marketplace.io/server/io-github-tharanabope-sql-server-mcp Summary: SQL Server MCP with RAG capabilities for Windows (native ODBC support) Category: Developer Tools Mode: local Pricing: Free npm: @tharanabopearachchi/sql-server-mcp GitHub: https://github.com/TharanaBope/SQL-MCP-Mac-Windows Security Score: 4.2/10 Creator: TharanaBope Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-tharanabope-sql-server-mcp -- npx -y @tharanabopearachchi/sql-server-mcp --- ## Hackmd URL: https://mcp-marketplace.io/server/io-github-yuna0x0-hackmd-mcp Summary: A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: hackmd-mcp GitHub: https://github.com/yuna0x0/hackmd-mcp Security Score: 7.3/10 Creator: Yuna0x0 Creator Reputation: B Version: 1.5.7 Required Credentials: HACKMD_API_TOKEN (required), HACKMD_API_URL (optional) Install (Claude Code): claude mcp add io-github-yuna0x0-hackmd-mcp -- npx -y hackmd-mcp@1.5.7 --- ## Configcat URL: https://mcp-marketplace.io/server/io-github-configcat-mcp-server Summary: Enables AI agents to interact with ConfigCat, a feature flag service for teams. Category: Developer Tools Mode: local Pricing: Free npm: @configcat/mcp-server GitHub: https://github.com/configcat/mcp-server Security Score: 7/10 Creator: Configcat Creator Reputation: B Version: 0.1.3 Required Credentials: CONFIGCAT_API_USER (required), CONFIGCAT_API_PASS (required), CONFIGCAT_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-configcat-mcp-server -- npx -y @configcat/mcp-server@0.1.6 --- ## Cold Vault Migrator URL: https://mcp-marketplace.io/server/io-github-evozim-cold-vault-migrator-mcp Summary: Premium agentic endpoint for cold-vault-migrator-mcp. Description: Premium agentic endpoint for cold-vault-migrator-mcp. Remote endpoints: sse: https://api.m2mcent.com/cold-vault-migrator-mcp/sse Category: Security Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cold-vault-migrator-mcp/sse MCP Tools (1): cold-vault-migrator-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cold-vault-migrator-mcp https://api.m2mcent.com/cold-vault-migrator-mcp/sse --- ## Anchorr URL: https://mcp-marketplace.io/server/io-github-mgthompo1-anchorr-mcp Summary: Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log. Description: Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log. Remote endpoints: streamable-http: https://anchorr-mcp.mgthompo.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://anchorr-mcp.mgthompo.workers.dev/mcp GitHub: https://github.com/mgthompo1/anchorr-mcp Security Score: 10/10 Creator: Mgthompo1 Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mgthompo1-anchorr-mcp https://anchorr-mcp.mgthompo.workers.dev/mcp --- ## Npm URL: https://mcp-marketplace.io/server/io-github-alisaitteke-npm-mcp Summary: MCP server for npm package management, security analysis, and compatibility checking Category: Developer Tools Mode: local Pricing: Free npm: @alisaitteke/npm-mcp GitHub: https://github.com/alisaitteke/npm-mcp Security Score: 9.3/10 Creator: Alisaitteke Creator Reputation: B Version: 0.0.3 Install (Claude Code): claude mcp add io-github-alisaitteke-npm-mcp -- npx -y @alisaitteke/npm-mcp@0.0.3 --- ## Jikan URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jikan Summary: Jikan MCP — wraps the Jikan v4 API (anime/manga data, free, no auth) Description: Jikan MCP — wraps the Jikan v4 API (anime/manga data, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/jikan/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jikan/mcp GitHub: https://github.com/pipeworx-io/mcp-jikan MCP Tools (4): search_anime, get_anime, top_anime, search_characters Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jikan https://gateway.pipeworx.io/jikan/mcp --- ## Math URL: https://mcp-marketplace.io/server/io-github-andylbrummer-neural-mcp Summary: GPU-accelerated MCP server for neural network training, deep learning, and model experimentation Category: AI & ML Mode: local Pricing: Free PyPI: scicomp-neural-mcp GitHub: https://github.com/andylbrummer/math-mcp Security Score: 9.2/10 Creator: Andylbrummer Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-andylbrummer-neural-mcp -- uvx scicomp-neural-mcp --- ## Webmcp Action Receipt Gate URL: https://mcp-marketplace.io/server/com-clauxel-webmcpactionreceipt-webmcpactionreceipt-mcp Summary: Paid remote MCP for WebMCP action receipt MCP, structured receipts, audit logs, and reviewer-ready e Description: Paid remote MCP for WebMCP action receipt MCP, structured receipts, audit logs, and reviewer-ready e Remote endpoints: streamable-http: https://webmcpactionreceipt.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://webmcpactionreceipt.clauxel.com/mcp GitHub: https://github.com/clauxel/webmcp-action-receipt-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-webmcpactionreceipt-webmcpactionreceipt-mcp https://webmcpactionreceipt.clauxel.com/mcp --- ## Glovebox URL: https://mcp-marketplace.io/server/io-github-segentic-lab-glovebox-mcp Summary: Sandboxed computer-use for AI agents: drive real browser + desktop apps in nested X11 windows Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/segentic-lab/glovebox-mcp Security Score: 10/10 Creator: Segentic Lab Creator Reputation: B Version: 0.2.0 --- ## Browsegrab URL: https://mcp-marketplace.io/server/io-github-arknill-browsegrab Summary: Token-efficient browser agent for local LLMs. Playwright + accessibility tree + MarkGrab. Category: Developer Tools Mode: local Pricing: Free PyPI: browsegrab GitHub: https://github.com/QuartzUnit/browsegrab Security Score: 10/10 Creator: QuartzUnit Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-arknill-browsegrab -- uvx browsegrab==0.1.2 --- ## Vetted Consumer URL: https://mcp-marketplace.io/server/io-github-thebaronofai-vetted-consumer Summary: Will a local LLM run on your hardware? GGUF quant, buy-vs-rent-vs-API cost, used-GPU prices. Description: Will a local LLM run on your hardware? GGUF quant, buy-vs-rent-vs-API cost, used-GPU prices. Remote endpoints: streamable-http: https://vettedconsumer.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://vettedconsumer.com/mcp MCP Tools (9): can_i_run_it, recommend_quant, cheapest_hardware_for_model, list_models, list_hardware, cost_compare, recommend_hardware, get_used_gpu_prices, compare_hardware Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-thebaronofai-vetted-consumer https://vettedconsumer.com/mcp --- ## Context Targeting Oracle URL: https://mcp-marketplace.io/server/io-github-evozim-context-targeting-oracle-mcp Summary: Premium agentic endpoint for context-targeting-oracle-mcp. Description: Premium agentic endpoint for context-targeting-oracle-mcp. Remote endpoints: sse: https://api.m2mcent.com/context-targeting-oracle-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/context-targeting-oracle-mcp/sse MCP Tools (1): context-targeting-oracle-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-context-targeting-oracle-mcp https://api.m2mcent.com/context-targeting-oracle-mcp/sse --- ## Openclaw Health URL: https://mcp-marketplace.io/server/io-github-temurkhan13-openclaw-health-mcp Summary: MCP server for OpenClaw deployment health: gateway, resources, errors, skills, upgrades, disk. Category: Developer Tools Mode: local Pricing: Free PyPI: openclaw-health-mcp GitHub: https://github.com/temurkhan13/openclaw-health-mcp Security Score: 6.5/10 Creator: Temurkhan13 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-temurkhan13-openclaw-health-mcp -- uvx openclaw-health-mcp==1.0.3 --- ## Cx Agentic Ai URL: https://mcp-marketplace.io/server/com-checkmarx-checkmarx Summary: Official Checkmarx MCP Server Description: Official Checkmarx MCP Server Remote endpoints: streamable-http: https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id} GitHub: https://github.com/Checkmarx/cx-agentic-ai Security Score: 9.9/10 Creator: Checkmarx Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-checkmarx-checkmarx 'https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id}' --- ## Smarthome Explorer Blog URL: https://mcp-marketplace.io/server/com-smarthomeexplorer-www-product-intelligence Summary: Smart home product intelligence: 1,080+ products with expert consensus scores and compatibility. Description: Smart home product intelligence: 1,080+ products with expert consensus scores and compatibility. Remote endpoints: streamable-http: https://www.smarthomeexplorer.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.smarthomeexplorer.com/api/mcp GitHub: https://github.com/nicks-sidehustle/smarthome-explorer-blog MCP Tools (5): search_smart_home_products, get_product_verdict, check_compatibility, compare_products, get_buying_guide Security Score: 8/10 Creator: Nicks Sidehustle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-smarthomeexplorer-www-product-intelligence https://www.smarthomeexplorer.com/api/mcp --- ## Root Mcp Server URL: https://mcp-marketplace.io/server/io-github-omazapa-root-mcp Summary: ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport). Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/omazapa/root_mcp_server Security Score: 9/10 Creator: Omazapa Creator Reputation: B Version: 1.0.0 --- ## KeyProbe URL: https://mcp-marketplace.io/server/ai-smithery-pablolec-keyprobe-mcp Summary: Audit certificates and keystores to surface expiry risks, weak algorithms, and misconfigurations.… Description: Audit certificates and keystores to surface expiry risks, weak algorithms, and misconfigurations.… Remote endpoints: streamable-http: https://server.smithery.ai/@PabloLec/keyprobe-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/PabloLec/KeyProbe-MCP Security Score: 4/10 Creator: PabloLec Creator Reputation: B Version: 1.13.1 --- ## Queuesim Site URL: https://mcp-marketplace.io/server/com-queuesim-public Summary: Run M/M/c queue simulations and four scenarios (call center, ER, coffee shop, single server). Description: Run M/M/c queue simulations and four scenarios (call center, ER, coffee shop, single server). Remote endpoints: streamable-http: https://queuesim.com/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://queuesim.com/mcp/v1 GitHub: https://github.com/chiaha-ai/queuesim-site MCP Tools (6): simulate_mmc, list_scenarios, describe_scenario, simulate_scenario, explain_queueing_theory, explain_advanced_patterns Security Score: 8/10 Creator: Chiaha Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-queuesim-public https://queuesim.com/mcp/v1 --- ## Antrieb URL: https://mcp-marketplace.io/server/sh-antrieb-antrieb Summary: Validates AI infra code on real VMs. Self-corrects until it works. No containers, no sandboxes. Description: Validates AI infra code on real VMs. Self-corrects until it works. No containers, no sandboxes. Remote endpoints: streamable-http: https://antrieb.sh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://antrieb.sh/mcp GitHub: https://github.com/jade-pico/antrieb-mcp-server MCP Tools (5): search, run, status, files, cancel Security Score: 10/10 Creator: Jade Pico Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http sh-antrieb-antrieb https://antrieb.sh/mcp --- ## Cookiy Skill URL: https://mcp-marketplace.io/server/ai-cookiy-cookiy Summary: AI user research via studies, interviews, recruitment, reports, and quantitative surveys. Description: AI user research via studies, interviews, recruitment, reports, and quantitative surveys. Remote endpoints: streamable-http: https://s-api.cookiy.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://s-api.cookiy.ai/mcp GitHub: https://github.com/cookiy-ai/cookiy-skill Security Score: 10/10 Creator: Cookiy Ai Creator Reputation: B Version: 1.7.19 Install (Claude Code Remote): claude mcp add --transport http ai-cookiy-cookiy https://s-api.cookiy.ai/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-changelog-forge-mcp Summary: Generate changelogs from git commit history Category: Developer Tools Mode: local Pricing: Free npm: changelog-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-changelog-forge-mcp -- npx -y changelog-forge-mcp --- ## Montreal Events URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-montreal-events Summary: Montréal Events MCP. Description: Montréal Events MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/montreal-events/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/montreal-events/mcp GitHub: https://github.com/pipeworx-io/mcp-montreal-events MCP Tools (31): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, events Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-montreal-events https://gateway.pipeworx.io/montreal-events/mcp --- ## Google Ads URL: https://mcp-marketplace.io/server/ai-adramp-google-ads Summary: Google Ads MCP server — manage campaigns, keywords, and metrics. Description: Google Ads MCP server — manage campaigns, keywords, and metrics. Remote endpoints: streamable-http: https://mcp.adramp.ai Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://mcp.adramp.ai Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-adramp-google-ads https://mcp.adramp.ai --- ## Civic Mcp Gateway URL: https://mcp-marketplace.io/server/io-github-titus-civic-mcp-gateway Summary: Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools. Description: Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools. Remote endpoints: streamable-http: https://app.civic.com/hub/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.civic.com/hub/mcp GitHub: https://github.com/civicteam/civic-mcp-gateway Security Score: 10/10 Creator: Civicteam Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-titus-civic-mcp-gateway https://app.civic.com/hub/mcp --- ## Pullsheetintent URL: https://mcp-marketplace.io/server/io-github-joshuaworth-pullsheet-diagnostics Summary: AI-powered diagnostics for elevator, escalator, and vertical transportation equipment Description: AI-powered diagnostics for elevator, escalator, and vertical transportation equipment Remote endpoints: streamable-http: https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp GitHub: https://github.com/joshuaworth/pullsheetintent MCP Tools (2): diagnose_elevator_issue, get_common_symptoms Security Score: 9/10 Creator: Joshuaworth Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-joshuaworth-pullsheet-diagnostics https://pullsheet-mcp-server.hgfbxjxghp.workers.dev/mcp --- ## Evmscope URL: https://mcp-marketplace.io/server/io-github-calintzy-evmscope Summary: EVM blockchain intelligence toolkit for AI agents. 20 tools across 5 chains. Zero config. Category: Developer Tools Mode: local Pricing: Free npm: evmscope GitHub: https://github.com/calintzy/evmscope Security Score: 5/10 Creator: Calintzy Creator Reputation: B Version: 1.5.2 Install (Claude Code): claude mcp add io-github-calintzy-evmscope -- npx -y evmscope@1.7.0 --- ## Agentseal URL: https://mcp-marketplace.io/server/io-github-joeybrar-agentseal Summary: Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain. Category: Developer Tools Mode: local Pricing: Free npm: agentseal-mcp GitHub: https://github.com/JoeyBrar/agentseal-mcp Security Score: 8/10 Creator: JoeyBrar Creator Reputation: B Version: 0.2.1 Required Credentials: AGENTSEAL_API_KEY (required) Install (Claude Code): claude mcp add io-github-joeybrar-agentseal -- npx -y agentseal-mcp@0.2.1 --- ## Mindpm URL: https://mcp-marketplace.io/server/io-github-umitkavala-mindpm Summary: Persistent project memory for LLMs via SQLite. Never re-explain your project again. Category: Developer Tools Mode: local Pricing: Free npm: mindpm GitHub: https://github.com/umitkavala/mindpm Security Score: 10/10 Creator: Umitkavala Creator Reputation: B Version: 1.2.41 Required Credentials: MINDPM_DB_PATH (optional), MINDPM_PORT (optional) Install (Claude Code): claude mcp add io-github-umitkavala-mindpm -- npx -y mindpm@1.2.41 --- ## Social Search URL: https://mcp-marketplace.io/server/io-github-shubhamekapure-social-search-mcp Summary: Deep social media search for LLMs: Facebook, Reddit, LinkedIn, Instagram & more. Category: Developer Tools Mode: local Pricing: Free PyPI: social-search-mcp GitHub: https://github.com/shubhamekapure/social-search-mcp Security Score: 4/10 Creator: Shubham Ekapure Creator Reputation: F Version: 0.1.3 Required Credentials: SEARCH_PROVIDER (optional), SERPER_API_KEY (required), SEARXNG_URL (optional) Install (Claude Code): claude mcp add io-github-shubhamekapure-social-search-mcp -- uvx social-search-mcp==0.1.3 --- ## Gotify URL: https://mcp-marketplace.io/server/tv-tootie-gotify-mcp Summary: MCP server for self-hosted Gotify push notifications and message management. Category: Communication Mode: local Pricing: Free PyPI: gotify-mcp GitHub: https://github.com/jmagar/gotify-mcp Security Score: 10/10 Creator: Jmagar Creator Reputation: B Version: 0.3.1 Required Credentials: GOTIFY_URL (optional), GOTIFY_APP_TOKEN (required), GOTIFY_CLIENT_TOKEN (required), GOTIFY_MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add tv-tootie-gotify-mcp -- uvx gotify-mcp==0.3.2 --- ## Codecov URL: https://mcp-marketplace.io/server/io-github-egulatee-codecov Summary: MCP server for querying Codecov coverage data with configurable URL support Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-codecov GitHub: https://github.com/egulatee/mcp-server-codecov Security Score: 7.7/10 Creator: Egulatee Creator Reputation: B Version: 1.1.0 Required Credentials: CODECOV_TOKEN (required), CODECOV_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-egulatee-codecov -- npx -y mcp-server-codecov --- ## Grocery URL: https://mcp-marketplace.io/server/com-pinch-app-grocery Summary: Live Australian grocery prices from Woolworths, Coles, Aldi and Harris Farm. Description: Live Australian grocery prices from Woolworths, Coles, Aldi and Harris Farm. Remote endpoints: streamable-http: https://pinch-app.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pinch-app.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-pinch-app-grocery https://pinch-app.com/api/mcp --- ## Bizgigz Mcp Docs URL: https://mcp-marketplace.io/server/com-bizgigz-talent-ecosystem Summary: BizGigz Talent Ecosystem - AI-powered recruiting, interviews, onboarding, learning, and deal rooms Description: BizGigz Talent Ecosystem - AI-powered recruiting, interviews, onboarding, learning, and deal rooms Remote endpoints: streamable-http: https://bizgigz.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bizgigz.com/mcp GitHub: https://github.com/jolt-systems/bizgigz-mcp-docs Security Score: 9/10 Creator: Jolt Systems Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-bizgigz-talent-ecosystem https://bizgigz.com/mcp --- ## Routekit URL: https://mcp-marketplace.io/server/io-github-luisbretasjr-routekit Summary: Route optimization API for Brazil. Routes, distance matrices, and VRP solver. Description: Route optimization API for Brazil. Routes, distance matrices, and VRP solver. Remote endpoints: streamable-http: https://routekit.nexterait.com.br/mcp Category: Developer Tools Mode: dual Pricing: Free npm: routekit-mcp Remote URL: https://routekit.nexterait.com.br/mcp GitHub: https://github.com/luisbretasjr/routekit-mcp Security Score: 10/10 Creator: Luisbretasjr Creator Reputation: B Version: 1.0.0 Required Credentials: ROUTEKIT_API_KEY (required) Install (Claude Code): claude mcp add io-github-luisbretasjr-routekit -- npx -y routekit-mcp@2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-luisbretasjr-routekit https://routekit.nexterait.com.br/mcp --- ## Waggle Claude Code Plugin URL: https://mcp-marketplace.io/server/zone-waggle-waggle Summary: Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents. Description: Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents. Remote endpoints: streamable-http: https://api.waggle.zone/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.waggle.zone/mcp GitHub: https://github.com/Waggle-AI/waggle-claude-code-plugin Security Score: 10/10 Creator: Waggle AI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http zone-waggle-waggle https://api.waggle.zone/mcp --- ## Flomo URL: https://mcp-marketplace.io/server/io-github-plidezus-flomo-mcp Summary: Connect AI to your flomo notes. Search, create, edit notes and manage tags via MCP. Description: Connect AI to your flomo notes. Search, create, edit notes and manage tags via MCP. Remote endpoints: streamable-http: https://flomoapp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://flomoapp.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-plidezus-flomo-mcp https://flomoapp.com/mcp --- ## Bounceprotect URL: https://mcp-marketplace.io/server/com-bounceprotect-www-mcp Summary: Email validation and SMTP verification for Claude Desktop, Cursor, and Claude Code. Category: Developer Tools Mode: local Pricing: Free npm: @bounceprotect/mcp GitHub: https://github.com/bounceprotect/bounceprotect-mcp Security Score: 6.2/10 Creator: Bounceprotect Creator Reputation: B Version: 1.0.6 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add com-bounceprotect-www-mcp -- npx -y @bounceprotect/mcp@1.0.6 --- ## Recipe URL: https://mcp-marketplace.io/server/io-github-jkakar-recipe-mcp Summary: Generate and remix recipes using cookwith.co Category: Developer Tools Mode: local Pricing: Free npm: @cookwith/recipe-mcp GitHub: https://github.com/blaideinc/recipe-mcp Security Score: 7/10 Creator: Blaideinc Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-jkakar-recipe-mcp -- npx -y @cookwith/recipe-mcp@1.0.4 --- ## Tensorfeed X402 Base URL: https://mcp-marketplace.io/server/ai-tensorfeed-x402-base-mcp Summary: Read-only Base mainnet reader. Verifies x402 payment settlements + AFTA federation status. Category: Developer Tools Mode: local Pricing: Free npm: @tensorfeed/x402-base-mcp GitHub: https://github.com/RipperMercs/tensorfeed-x402-base-mcp Security Score: 5.2/10 Creator: RipperMercs Creator Reputation: B Version: 0.2.1 Required Credentials: TENSORFEED_RPC_URL (required) Install (Claude Code): claude mcp add ai-tensorfeed-x402-base-mcp -- npx -y @tensorfeed/x402-base-mcp@0.2.1 --- ## Streamparse URL: https://mcp-marketplace.io/server/io-github-mukundakatta-streamparse Summary: Parse partial / truncated / messy JSON for LLM tool calls and structured outputs. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/streamparse-mcp GitHub: https://github.com/MukundaKatta/streamparse-mcp Security Score: 7.2/10 Creator: MukundaKatta Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-mukundakatta-streamparse -- npx -y @mukundakatta/streamparse-mcp@1.0.1 --- ## Stithy POD URL: https://mcp-marketplace.io/server/stithy-pod Summary: Manage Printify, Printful, and Gelato from one prompt. AI-native multi-platform POD operator. Description: MCP server that wraps the official APIs of the major print-on-demand platforms — Printify, Printful, and Gelato — behind a single conversational interface. Not a workflow-automation tool. An AI-native bulk operator: "list these 50 designs across Printify and Gelato with these prices and SEO titles" in one prompt. Category: Productivity Mode: local Pricing: $14.99 (subscription) npm: @stithy/pod GitHub: https://github.com/resolceo-ai/stithy-mcp Security Score: 5.7/10 Creator: Stithy Creator Reputation: F Version: 1.0.0 Tags: printify, printful, gelato, print-on-demand, ecommerce, commerce, encrypted Use Cases: Print-on-demand management, Product sync, Order tracking, Margin analysis, Multi-platform commerce Required Credentials: MCP_LICENSE_KEY (required), STITHY_POD_MASTER_KEY (optional), STITHY_POD_DB (optional) Install (Claude Code): claude mcp add stithy-pod -- npx -y @stithy/pod --- ## Property Valuation Server URL: https://mcp-marketplace.io/server/io-github-creis-ai-mcp-property-valuation-server Summary: MCP服务器,提供房产小区评级和评估功能 Category: Developer Tools Mode: local Pricing: Free npm: mcp-property-valuation-server GitHub: https://github.com/creis-ai/mcp-property-valuation-server Security Score: 5.5/10 Creator: Creis Ai Creator Reputation: B Version: 0.0.23 Required Credentials: MCP-INDUSTRY-APPID (required) Install (Claude Code): claude mcp add io-github-creis-ai-mcp-property-valuation-server -- npx -y mcp-property-valuation-server@0.0.27 --- ## Voice Bridge URL: https://mcp-marketplace.io/server/io-github-dwarmerdam-voice-bridge Summary: Multi-engine TTS for AI coding assistants. 5 engines, free engine included. Category: Developer Tools Mode: local Pricing: Free npm: ai-voice-bridge PyPI: ai-voice-bridge GitHub: https://github.com/Tomorrow-You/voice-bridge Security Score: 9/10 Creator: Tomorrow You Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add io-github-dwarmerdam-voice-bridge -- npx -y ai-voice-bridge@0.1.5 --- ## Sociavault URL: https://mcp-marketplace.io/server/io-github-olamide-olaniyan-sociavault-mcp Summary: Scrape social data from TikTok, Instagram, YouTube, X, LinkedIn, Reddit, and ad libraries. Category: Developer Tools Mode: local Pricing: Free npm: sociavault-mcp GitHub: https://github.com/olamide-olaniyan/sociavault-mcp Security Score: 4.8/10 Creator: Olamide Olaniyan Creator Reputation: B Version: 2.0.0 Required Credentials: SOCIAVAULT_API_KEY (required), SOCIAVAULT_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-olamide-olaniyan-sociavault-mcp -- npx -y sociavault-mcp@2.0.0 --- ## Math URL: https://mcp-marketplace.io/server/io-github-andylbrummer-molecular-mcp Summary: GPU-accelerated MCP server for molecular dynamics, N-body simulations, and particle systems Category: Developer Tools Mode: local Pricing: Free PyPI: scicomp-molecular-mcp GitHub: https://github.com/andylbrummer/math-mcp Security Score: 9.2/10 Creator: Andylbrummer Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-andylbrummer-molecular-mcp -- uvx scicomp-molecular-mcp --- ## Tracking Public URL: https://mcp-marketplace.io/server/com-aftership-mcp-tracking-public Summary: Track packages across 1,300+ global carriers with real-time status and AI-powered delivery dates. Description: Track packages across 1,300+ global carriers with real-time status and AI-powered delivery dates. Remote endpoints: streamable-http: https://mcp.aftership.com/tracking/public Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aftership.com/tracking/public Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-aftership-mcp-tracking-public https://mcp.aftership.com/tracking/public --- ## Paris Events URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-paris-events Summary: Que Faire à Paris MCP. Description: Que Faire à Paris MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/paris-events/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/paris-events/mcp GitHub: https://github.com/pipeworx-io/mcp-paris-events MCP Tools (31): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, events Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-paris-events https://gateway.pipeworx.io/paris-events/mcp --- ## Atom URL: https://mcp-marketplace.io/server/io-github-a7om-ai-atom-mcp-server Summary: The Global Price Benchmark for AI Inference. 1,600+ SKUs, 40+ vendors, 14 price indexes. Description: The Global Price Benchmark for AI Inference. 1,600+ SKUs, 40+ vendors, 14 price indexes. Remote endpoints: sse: https://atom-mcp-server-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: atom-mcp-server Remote URL: https://atom-mcp-server-production.up.railway.app/mcp GitHub: https://github.com/A7OM-AI/atom-mcp-server Security Score: 10/10 Installs: 1 Creator: A7OM Creator Reputation: C Version: 1.1.2 Install (Claude Code): claude mcp add io-github-a7om-ai-atom-mcp-server -- npx -y atom-mcp-server@1.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-a7om-ai-atom-mcp-server https://atom-mcp-server-production.up.railway.app/mcp --- ## GuardianShield URL: https://mcp-marketplace.io/server/io-github-sparkvibe-io-guardianshield Summary: AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs Category: Security Mode: local Pricing: Free PyPI: guardianshield GitHub: https://github.com/sparkvibe-io/GuardianShield Security Score: 10/10 Creator: Sparkvibe Io Creator Reputation: B Version: 1.2.1 Required Credentials: GUARDIANSHIELD_PROFILE (optional), GUARDIANSHIELD_AUDIT_PATH (optional), GUARDIANSHIELD_DEBUG (optional) Install (Claude Code): claude mcp add io-github-sparkvibe-io-guardianshield -- uvx guardianshield==1.2.1 --- ## Smard X402 URL: https://mcp-marketplace.io/server/io-github-moldy93-smard-x402 Summary: Paywalled SMARD day-ahead electricity prices (DE-LU, 15‑minute resolution) via x402 on Base mainnet. Description: Paywalled SMARD day-ahead electricity prices (DE-LU, 15‑minute resolution) via x402 on Base mainnet. Remote endpoints: streamable-http: https://smard-energy-prices-x402.favo.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://smard-energy-prices-x402.favo.workers.dev/mcp GitHub: https://github.com/moldy93/smard-x402-mcp Security Score: 10/10 Creator: Moldy93 Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-moldy93-smard-x402 https://smard-energy-prices-x402.favo.workers.dev/mcp --- ## Evmcp URL: https://mcp-marketplace.io/server/io-github-siriuslattice-evmcp Summary: Multi-chain EVM blockchain data with companion smart contracts Category: Developer Tools Mode: local Pricing: Free npm: evmcp GitHub: https://github.com/SiriusLattice/evmcp Security Score: 7/10 Creator: SiriusLattice Creator Reputation: B Version: 0.1.3 Required Credentials: ALCHEMY_API_KEY (required) Install (Claude Code): claude mcp add io-github-siriuslattice-evmcp -- npx -y evmcp@0.2.0 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-hummingbot-mcp Summary: MCP server exposing Hummingbot API for automated multi-exchange trading Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/hummingbot/mcp Security Score: 10/10 Creator: Hummingbot Creator Reputation: B Version: 0.1.0 Required Credentials: HUMMINGBOT_API_URL (optional), HUMMINGBOT_USERNAME (required), HUMMINGBOT_PASSWORD (required) --- ## Solematica URL: https://mcp-marketplace.io/server/io-github-hanicker-solematica-mcp Summary: Solar estimates, provider comparison, energy prices and blog for Italy Category: Developer Tools Mode: local Pricing: Free npm: @solematica/mcp-server GitHub: https://github.com/n3m1/solematica-mcp Security Score: 8/10 Creator: N3m1 Creator Reputation: B Version: 1.0.2 Required Credentials: SOLEMATICA_API_KEY (optional), SOLEMATICA_API_URL (optional) Install (Claude Code): claude mcp add io-github-hanicker-solematica-mcp -- npx -y @solematica/mcp-server@1.0.2 --- ## Gmail URL: https://mcp-marketplace.io/server/ai-smithery-sebastianall1977-gmail-mcp Summary: Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow… Description: Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow… Remote endpoints: streamable-http: https://server.smithery.ai/@sebastianall1977/gmail-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/sebastianall1977/gmail-mcp Security Score: 10/10 Creator: Sebastianall1977 Creator Reputation: B Version: 1.7.4 --- ## Gmail URL: https://mcp-marketplace.io/server/ai-smithery-faithk7-gmail-mcp Summary: Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz… Description: Manage Gmail messages, threads, labels, drafts, and settings from your workflows. Send and organiz… Remote endpoints: streamable-http: https://server.smithery.ai/@faithk7/gmail-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@faithk7/gmail-mcp/mcp GitHub: https://github.com/faithk7/gmail-mcp Security Score: 10/10 Creator: Faithk7 Creator Reputation: B Version: 1.7.4 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-faithk7-gmail-mcp https://server.smithery.ai/@faithk7/gmail-mcp/mcp --- ## Dadosbr URL: https://mcp-marketplace.io/server/ai-smithery-cristianoaredes-mcp-dadosbr Summary: # MCP DadosBR Servidor MCP focado em dados públicos do Brasil. Oferece duas ferramentas simples e… Description: # MCP DadosBR Servidor MCP focado em dados públicos do Brasil. Oferece duas ferramentas simples e… Remote endpoints: streamable-http: https://server.smithery.ai/@cristianoaredes/mcp-dadosbr/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/cristianoaredes/mcp-dadosbr Security Score: 10/10 Creator: Cristianoaredes Creator Reputation: B Version: 1.0.0 --- ## Parcel Edge URL: https://mcp-marketplace.io/server/com-dropwatchhq-parcel-edge Summary: Cook County IL commercial property-tax appeal leads: assessed value above recent arm's-length sale. Description: Cook County IL commercial property-tax appeal leads: assessed value above recent arm's-length sale. Remote endpoints: streamable-http: https://parceledge.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://parceledge.dropwatchhq.com/mcp MCP Tools (7): overassessment_leads, construction_window_leads, stalled_surety, exemption_flags, lien_bundle_report, parcel_overassessment, county_coverage Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-parcel-edge https://parceledge.dropwatchhq.com/mcp --- ## Keibai Hub URL: https://mcp-marketplace.io/server/io-github-keibai-hub-keibai-hub-mcp Summary: Japanese court-run real-estate auctions (BIT). 5 tools, ~1,480 active listings. CC BY 4.0. Description: Japanese court-run real-estate auctions (BIT). 5 tools, ~1,480 active listings. CC BY 4.0. Remote endpoints: streamable-http: https://keibai-hub.com/mcp-auctions Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://keibai-hub.com/mcp-auctions GitHub: https://github.com/keibai-hub/keibai-hub-mcp MCP Tools (5): search_auctions, get_auction_detail, list_upcoming_sales, get_court_directory, find_practitioner_for_auction Security Score: 10/10 Creator: Keibai Hub Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-keibai-hub-keibai-hub-mcp https://keibai-hub.com/mcp-auctions --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-base64 Summary: MCP server for Base64, URL, and HTML encoding/decoding Category: Developer Tools Mode: local Pricing: Free npm: base64-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-base64 -- npx -y base64-forge-mcp --- ## ArXiv URL: https://mcp-marketplace.io/server/ai-smithery-shoumikdc-arxiv-mcp Summary: Discover the latest arXiv papers by category and keyword. Control how many results you get to spee… Description: Discover the latest arXiv papers by category and keyword. Control how many results you get to spee… Remote endpoints: streamable-http: https://server.smithery.ai/@shoumikdc/arxiv-mcp/mcp Category: Education & Research Mode: dual Pricing: Free GitHub: https://github.com/shoumikdc/arXiv-mcp Security Score: 10/10 Creator: Shoumikdc Creator Reputation: B Version: 1.15.0 --- ## Twelvedata URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-twelvedata Summary: Twelve Data: stocks/ETF/forex/crypto time series, quotes, dividends, splits, earnings. Description: Twelve Data: stocks/ETF/forex/crypto time series, quotes, dividends, splits, earnings. Remote endpoints: streamable-http: https://gateway.pipeworx.io/twelvedata/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/twelvedata/mcp GitHub: https://github.com/pipeworx-io/mcp-twelvedata MCP Tools (30): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, time_series, quote, price, eod, exchange_rate, currency_conversion, stocks, forex_pairs, cryptocurrencies, etfs, indices, earnings, earnings_calendar, dividends, splits, profile Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-twelvedata https://gateway.pipeworx.io/twelvedata/mcp --- ## Map Traveler URL: https://mcp-marketplace.io/server/ai-smithery-mfukushim-map-traveler-mcp Summary: Create immersive travel experiences by instructing an avatar to navigate Google Maps. Report on th… Description: Create immersive travel experiences by instructing an avatar to navigate Google Maps. Report on th… Remote endpoints: streamable-http: https://server.smithery.ai/@mfukushim/map-traveler-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/mfukushim/map-traveler-mcp Security Score: 10/10 Creator: Mfukushim Creator Reputation: B Version: 0.2.0 --- ## Zcash URL: https://mcp-marketplace.io/server/io-github-zk-nd3r-zcash-mcp Summary: Zcash shielded operations for AI agents. Memo decoding, attestation, proof verification. Category: Developer Tools Mode: local Pricing: Free npm: @frontiercompute/zcash-mcp GitHub: https://github.com/Frontier-Compute/zcash-mcp Security Score: 7/10 Creator: Frontier Compute Creator Reputation: B Version: 0.2.2 Required Credentials: ZAP1_API_KEY (required) Install (Claude Code): claude mcp add io-github-zk-nd3r-zcash-mcp -- npx -y @frontiercompute/zcash-mcp@1.2.3 --- ## Iconify URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-iconify Summary: Iconify MCP — wraps the Iconify public API (free, no auth) Description: Iconify MCP — wraps the Iconify public API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/iconify/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/iconify/mcp GitHub: https://github.com/pipeworx-io/mcp-iconify MCP Tools (3): search_icons, get_icons, list_collections Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-iconify https://gateway.pipeworx.io/iconify/mcp --- ## Pension Pro URL: https://mcp-marketplace.io/server/io-github-douglaslinsmeyer-pension-pro-mcp Summary: MCP server for the PensionPro pension administration REST API. Category: Developer Tools Mode: local Pricing: Free PyPI: pension-pro-mcp GitHub: https://github.com/douglaslinsmeyer/pension-pro-mcp Security Score: 7/10 Creator: Douglaslinsmeyer Creator Reputation: B Version: 0.2.1 Required Credentials: PENSION_PRO_API_KEY (required), PENSION_PRO_USERNAME (optional) Install (Claude Code): claude mcp add io-github-douglaslinsmeyer-pension-pro-mcp -- uvx pension-pro-mcp==0.2.1 --- ## Layven URL: https://mcp-marketplace.io/server/io-layven-layven Summary: Shared drive for your agents and teammates. Description: Shared drive for your agents and teammates. Remote endpoints: streamable-http: https://api.layven.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.layven.io/mcp GitHub: https://github.com/Layvenio/layven-mcp Security Score: 10/10 Creator: Layvenio Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-layven-layven https://api.layven.io/mcp --- ## Posthell URL: https://mcp-marketplace.io/server/io-github-rohan27s-posthell Summary: Social media scheduler for AI agents: draft posts into a human-approved queue for 15 networks. Description: Social media scheduler for AI agents: draft posts into a human-approved queue for 15 networks. Remote endpoints: streamable-http: https://www.posthell.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.posthell.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rohan27s-posthell https://www.posthell.com/api/mcp --- ## Registry URL: https://mcp-marketplace.io/server/ai-com-mcp-registry Summary: Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server. Description: Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server. Remote endpoints: streamable-http: https://registry.run.mcp.com.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://registry.run.mcp.com.ai/mcp GitHub: https://github.com/modelcontextprotocol/registry MCP Tools (3): getV01Servers, getV01ServersServerNameVersions, getV01ServersServerNameVersionsVersion Security Score: 10/10 Creator: Modelcontextprotocol Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-registry https://registry.run.mcp.com.ai/mcp --- ## Gnome Ui URL: https://mcp-marketplace.io/server/io-github-asattelmaier-gnome-ui-mcp Summary: GNOME Wayland desktop automation via AT-SPI discovery and Mutter input. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/asattelmaier/gnome-ui-mcp Security Score: 10/10 Creator: Asattelmaier Creator Reputation: B Version: 0.5.0 --- ## Arquestra Claude Plugin URL: https://mcp-marketplace.io/server/io-github-apertura-ai-arquestra Summary: AI orchestration for computational chemistry and HPC workflows. Description: AI orchestration for computational chemistry and HPC workflows. Remote endpoints: streamable-http: https://api.apertura-ai.de/mcp/orchestration Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.apertura-ai.de/mcp/orchestration GitHub: https://github.com/Apertura-AI/arquestra-claude-plugin Security Score: 10/10 Creator: Apertura AI Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apertura-ai-arquestra https://api.apertura-ai.de/mcp/orchestration --- ## Windows Computer Use URL: https://mcp-marketplace.io/server/io-github-hiphopanda-windows-computer-use-mcp Summary: Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps. Category: Developer Tools Mode: local Pricing: Free npm: windows-computer-use-mcp GitHub: https://github.com/hiphopanda/windows-computer-use-mcp Security Score: 7/10 Creator: Hiphopanda Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-hiphopanda-windows-computer-use-mcp -- npx -y windows-computer-use-mcp@0.1.1 --- ## Arkheia URL: https://mcp-marketplace.io/server/io-github-arkheiaai-mcp-server Summary: Detect fabrication and hallucination in any LLM output. 30+ models supported. Category: Developer Tools Mode: local Pricing: Free npm: @arkheia/mcp-server GitHub: https://github.com/arkheiaai/arkheia-mcp Security Score: 10/10 Creator: Arkheiaai Creator Reputation: B Version: 0.1.4 Required Credentials: ARKHEIA_API_KEY (required) Install (Claude Code): claude mcp add io-github-arkheiaai-mcp-server -- npx -y @arkheia/mcp-server@0.1.10 --- ## Hashlock URL: https://mcp-marketplace.io/server/io-github-barissozen-hashlock-mcp Summary: OTC crypto trading with HTLC atomic settlement on Ethereum and Bitcoin Category: Developer Tools Mode: local Pricing: Free npm: @hashlock-tech/mcp GitHub: https://github.com/Hashlock-Tech/hashlock-mcp Security Score: 7.1/10 Creator: Hashlock Tech Creator Reputation: B Version: 0.1.2 Required Credentials: HASHLOCK_ACCESS_TOKEN (required), HASHLOCK_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-barissozen-hashlock-mcp -- npx -y @hashlock-tech/mcp@0.1.7 --- ## Paradex Py URL: https://mcp-marketplace.io/server/io-github-tradeparadex-mcp-paradex-py Summary: MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-paradex GitHub: https://github.com/tradeparadex/mcp-paradex-py Security Score: 10/10 Creator: sv Creator Reputation: C Version: 0.1.2 Required Credentials: PARADEX_ACCOUNT_PRIVATE_KEY (required), PARADEX_ENVIRONMENT (optional) Install (Claude Code): claude mcp add io-github-tradeparadex-mcp-paradex-py -- uvx mcp-paradex==0.2.5 --- ## Statec Lu URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-statec-lu Summary: STATEC (Institut national de la statistique et des études économiques du Description: STATEC (Institut national de la statistique et des études économiques du Remote endpoints: streamable-http: https://gateway.pipeworx.io/statec-lu/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/statec-lu/mcp GitHub: https://github.com/pipeworx-io/mcp-statec-lu MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_dataflows, dataflow_structure, get_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-statec-lu https://gateway.pipeworx.io/statec-lu/mcp --- ## Explorium URL: https://mcp-marketplace.io/server/ai-explorium-mcp-explorium Summary: Access live company and contact data from Explorium's AgentSource B2B platform. Description: Access live company and contact data from Explorium's AgentSource B2B platform. Remote endpoints: streamable-http: https://mcp-github-registry.explorium.ai/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/explorium-ai/mcp-explorium Security Score: 5.8/10 Creator: Explorium Ai Creator Reputation: B Version: 1.0.1 --- ## Sustainability Auditor URL: https://mcp-marketplace.io/server/io-github-uxjulie-climate-sustainability-auditor Summary: Website carbon footprint auditor. CO2/page, grade A–F, green hosting check, and recommendations. Description: Website carbon footprint auditor. CO2/page, grade A–F, green hosting check, and recommendations. Remote endpoints: streamable-http: https://mcp.climateux.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.climateux.net/mcp GitHub: https://github.com/uxjulie-climate/sustainability-auditor Security Score: 8/10 Creator: Uxjulie Climate Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-uxjulie-climate-sustainability-auditor https://mcp.climateux.net/mcp --- ## Imgflip URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-imgflip Summary: Imgflip MCP — wraps Imgflip API (free, no auth for template listing) Description: Imgflip MCP — wraps Imgflip API (free, no auth for template listing) Remote endpoints: streamable-http: https://gateway.pipeworx.io/imgflip/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/imgflip/mcp GitHub: https://github.com/pipeworx-io/mcp-imgflip MCP Tools (1): get_memes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-imgflip https://gateway.pipeworx.io/imgflip/mcp --- ## Rubber Duck URL: https://mcp-marketplace.io/server/io-github-nesquikm-rubber-duck Summary: Bridge to multiple LLMs and CLI agents: councils, debates, voting, and more Category: Developer Tools Mode: local Pricing: Free npm: mcp-rubber-duck GitHub: https://github.com/nesquikm/mcp-rubber-duck Security Score: 9.5/10 Installs: 1 Creator: nesquikm Creator Reputation: C Version: 1.18.0 Required Credentials: OPENAI_API_KEY (required), GEMINI_API_KEY (required), GROQ_API_KEY (required), DEFAULT_PROVIDER (optional) Install (Claude Code): claude mcp add io-github-nesquikm-rubber-duck -- npx -y mcp-rubber-duck@1.19.2 --- ## Synthesis URL: https://mcp-marketplace.io/server/com-kenoodl-synthesis Summary: kenoodl surfaces the hidden pattern the model can't reach on its own. Call when reasoning loops. Description: kenoodl surfaces the hidden pattern the model can't reach on its own. Call when reasoning loops. Remote endpoints: streamable-http: https://kenoodl.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kenoodl.com/mcp MCP Tools (2): verify, verify_status Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-kenoodl-synthesis https://kenoodl.com/mcp --- ## Fromtocargo URL: https://mcp-marketplace.io/server/com-fromtocargo-mcp Summary: European road freight and moving prices: quotes, dated price index, glossary, order submission Description: European road freight and moving prices: quotes, dated price index, glossary, order submission Remote endpoints: streamable-http: https://mcp.fromtocargo.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fromtocargo.com/mcp GitHub: https://github.com/coservices-ee/fromtocargo-mcp Security Score: 10/10 Creator: Coservices Ee Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-fromtocargo-mcp https://mcp.fromtocargo.com/mcp --- ## Marbellareport URL: https://mcp-marketplace.io/server/io-github-bjcorg-marbellareport Summary: Independent real estate market data for Marbella's 28 sub-areas. Description: Independent real estate market data for Marbella's 28 sub-areas. Remote endpoints: sse: https://marbellareport-mcp-production.up.railway.app/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://marbellareport-mcp-production.up.railway.app/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-bjcorg-marbellareport https://marbellareport-mcp-production.up.railway.app/sse --- ## Cooperative Dividend URL: https://mcp-marketplace.io/server/io-github-evozim-cooperative-dividend-mcp Summary: Premium agentic endpoint for cooperative-dividend-mcp. Description: Premium agentic endpoint for cooperative-dividend-mcp. Remote endpoints: sse: https://api.m2mcent.com/cooperative-dividend-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cooperative-dividend-mcp/sse MCP Tools (1): cooperative-dividend-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cooperative-dividend-mcp https://api.m2mcent.com/cooperative-dividend-mcp/sse --- ## Example URL: https://mcp-marketplace.io/server/io-github-mctx-ai-example-mcp-server Summary: Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc Description: Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc Remote endpoints: sse: https://example-mcp-server.mctx.ai/v1.3.2 Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://example-mcp-server.mctx.ai/v1.3.2 GitHub: https://github.com/mctx-ai/example-mcp-server Security Score: 9.4/10 Creator: Mctx Ai Creator Reputation: B Version: 1.3.2 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-example-mcp-server https://example-mcp-server.mctx.ai/v1.3.2 --- ## Pptogo URL: https://mcp-marketplace.io/server/io-github-riverliu8-pptogo-mcp Summary: AI-agent commerce: browse campaigns/products, mint tracking links, publish posts, track earnings. Description: AI-agent commerce: browse campaigns/products, mint tracking links, publish posts, track earnings. Remote endpoints: streamable-http: https://pptogo.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pptogo.com/api/mcp GitHub: https://github.com/riverliu8/pptogo-mcp MCP Tools (20): list_campaigns, get_campaign, find_products, get_product, list_my_profiles, get_profile, update_profile, apply_to_campaign, generate_tracking_link, get_upload_url, confirm_asset_upload, submit_post, get_post_performance, get_my_earnings, declare_tool_usage, write_tool_review, set_owner_email, list_notifications, get_unread_count, mark_notification_read Security Score: 10/10 Creator: Riverliu8 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-riverliu8-pptogo-mcp https://pptogo.com/api/mcp --- ## Hal Fr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hal-fr Summary: HAL — French national open research archive Description: HAL — French national open research archive Remote endpoints: streamable-http: https://gateway.pipeworx.io/hal-fr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hal-fr/mcp GitHub: https://github.com/pipeworx-io/mcp-hal-fr MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get, author, structure Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hal-fr https://gateway.pipeworx.io/hal-fr/mcp --- ## Vibe Bi URL: https://mcp-marketplace.io/server/ai-vibe-bi-mcp-server Summary: Ask business questions in plain English. Get instant answers from your database, no SQL needed. Description: Ask business questions in plain English. Get instant answers from your database, no SQL needed. Remote endpoints: streamable-http: https://mcp.vibe-bi.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vibe-bi.ai GitHub: https://github.com/jonwlee-dev/vibe-bi Security Score: 9/10 Creator: Jonwlee Dev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-vibe-bi-mcp-server https://mcp.vibe-bi.ai --- ## Memoir URL: https://mcp-marketplace.io/server/io-github-bighippoman-memoir Summary: Structured session journals for AI agents. Persistent memory across sessions. Category: Developer Tools Mode: local Pricing: Free npm: memoir-mcp GitHub: https://github.com/bighippoman/memoir-mcp Security Score: 10/10 Creator: bighippoman Creator Reputation: C Version: 1.0.3 Required Credentials: MEMOIR_MAX_CONTENT (optional), MEMOIR_MAX_OUTCOME (optional), MEMOIR_MAX_ENTRIES (optional), MEMOIR_MAX_SESSIONS (optional) Install (Claude Code): claude mcp add io-github-bighippoman-memoir -- npx -y memoir-mcp@1.0.4 --- ## Immigration Research URL: https://mcp-marketplace.io/server/com-biaedge-immigration-research Summary: U.S. immigration law research: BIA/AAO/circuit cases, INA/CFR, USCIS policy, crimmigration. Description: U.S. immigration law research: BIA/AAO/circuit cases, INA/CFR, USCIS policy, crimmigration. Remote endpoints: streamable-http: https://mcp.biaedge.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.biaedge.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-biaedge-immigration-research https://mcp.biaedge.com/mcp --- ## Citadel URL: https://mcp-marketplace.io/server/io-github-sustinbebustin-citadel-mcp Summary: A growing Citadel of stack-specific docs, served as MCP tools for AI coding agents. Category: Developer Tools Mode: local Pricing: Free npm: citadel-mcp GitHub: https://github.com/sustinbebustin/citadel-mcp Security Score: 5.8/10 Creator: Sustinbebustin Creator Reputation: B Version: 2.2.0 Install (Claude Code): claude mcp add io-github-sustinbebustin-citadel-mcp -- npx -y citadel-mcp@2.2.0 --- ## 4q Tokens URL: https://mcp-marketplace.io/server/io-github-steveweltman-4q-tokenz Summary: Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call. Category: Developer Tools Mode: local Pricing: Free npm: 4q-tokenz GitHub: https://github.com/steveweltman/4q-tokens Security Score: 4.2/10 Creator: Steveweltman Creator Reputation: B Version: 1.14.1 Install (Claude Code): claude mcp add io-github-steveweltman-4q-tokenz -- npx -y 4q-tokenz@1.15.0 --- ## Context Window Optimizer URL: https://mcp-marketplace.io/server/io-github-evozim-context-window-optimizer-mcp Summary: Premium agentic endpoint for context-window-optimizer-mcp. Description: Premium agentic endpoint for context-window-optimizer-mcp. Remote endpoints: sse: https://api.m2mcent.com/context-window-optimizer-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/context-window-optimizer-mcp/sse MCP Tools (1): context-window-optimizer-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-context-window-optimizer-mcp https://api.m2mcent.com/context-window-optimizer-mcp/sse --- ## Kr Crypto Intelligence URL: https://mcp-marketplace.io/server/io-github-bakyang2-kr-crypto-intelligence Summary: Korean crypto + news (kpop/semi), 17 tools, signed receipts. x402 Base+Polygon+Solana. Description: Korean crypto + news (kpop/semi), 17 tools, signed receipts. x402 Base+Polygon+Solana. Remote endpoints: streamable-http: https://mcp.printmoneylab.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.printmoneylab.com/mcp GitHub: https://github.com/bakyang2/kr-crypto-intelligence Security Score: 10/10 Creator: Bakyang2 Creator Reputation: B Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bakyang2-kr-crypto-intelligence https://mcp.printmoneylab.com/mcp --- ## Korean Stock URL: https://mcp-marketplace.io/server/io-github-songt-50-korean-stock-mcp Summary: Korean stock market data - prices, dividends, short selling, financial disclosures Description: Korean stock market data - prices, dividends, short selling, financial disclosures Remote endpoints: streamable-http: https://korean-stock-mcp.onrender.com/mcp Category: Finance Mode: dual Pricing: Free Remote URL: https://korean-stock-mcp.onrender.com/mcp GitHub: https://github.com/SongT-50/korean-stock-mcp Security Score: 5.7/10 Creator: SongT 50 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-songt-50-korean-stock-mcp https://korean-stock-mcp.onrender.com/mcp --- ## Tweekit URL: https://mcp-marketplace.io/server/io-github-equilibrium-team-tweekit Summary: Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint. Description: Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint. Remote endpoints: streamable-http: https://mcp.tweekit.io/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/equilibrium-team/tweekit-mcp Security Score: 10/10 Installs: 1 Creator: cpucoinio Creator Reputation: D Version: 1.6.1 --- ## Agentic Research Engine Oss URL: https://mcp-marketplace.io/server/io-github-theaisingularity-agentic-research Summary: Local research agent that verifies its own answers. Runs on Gemma 3 4B + Ollama, $0/query. Category: Developer Tools Mode: local Pricing: Free PyPI: agentic-research-engine GitHub: https://github.com/TheAiSingularity/agentic-research-engine-oss Security Score: 8.5/10 Creator: TheAiSingularity Creator Reputation: B Version: 0.1.3 Required Credentials: OPENAI_BASE_URL (optional), OPENAI_API_KEY (required), MODEL_SYNTHESIZER (optional), MODEL_PLANNER (optional), EMBED_MODEL (optional), SEARXNG_URL (optional), LOCAL_CORPUS_PATH (optional), ENABLE_RERANK (optional), ENABLE_FETCH (optional) Install (Claude Code): claude mcp add io-github-theaisingularity-agentic-research -- uvx agentic-research-engine==0.1.3 --- ## Springroll URL: https://mcp-marketplace.io/server/io-github-springrolldev-springroll Summary: Register, deploy, review, and govern internal applications built with coding agents. Description: Register, deploy, review, and govern internal applications built with coding agents. Remote endpoints: streamable-http: https://springroll.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://springroll.dev/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-springrolldev-springroll https://springroll.dev/api/mcp --- ## Crypto URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-crypto Summary: Crypto MCP — cryptocurrency prices and currency conversion Description: Crypto MCP — cryptocurrency prices and currency conversion Remote endpoints: streamable-http: https://gateway.pipeworx.io/crypto/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/crypto/mcp GitHub: https://github.com/pipeworx-io/mcp-crypto MCP Tools (3): get_crypto_price, get_crypto_market, get_exchange_rate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-crypto https://gateway.pipeworx.io/crypto/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-truthifi-mcp Summary: Connects AI agents to live, verified financial data from 18,000+ institutions — ready to reason from Description: Connects AI agents to live, verified financial data from 18,000+ institutions — ready to reason from Remote endpoints: streamable-http: https://api.truthifi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.truthifi.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-truthifi-mcp https://api.truthifi.com/mcp --- ## Zebpay URL: https://mcp-marketplace.io/server/io-github-zebpayrajesh-zebpay-mcp-server Summary: MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders Category: Developer Tools Mode: local Pricing: Free npm: @zebpay_rajesh/zebpay-mcp-server GitHub: https://github.com/zebpay/zebpay-mcp-server Security Score: 6/10 Creator: Zebpay Creator Reputation: B Version: 1.0.2 Required Credentials: ZEBPAY_API_KEY (required), ZEBPAY_API_SECRET (required) Install (Claude Code): claude mcp add io-github-zebpayrajesh-zebpay-mcp-server -- npx -y @zebpay_rajesh/zebpay-mcp-server@1.0.3 --- ## Foxhound URL: https://mcp-marketplace.io/server/io-github-caleb-love-foxhound Summary: MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients Category: Developer Tools Mode: local Pricing: Free npm: @foxhound-ai/mcp-server GitHub: https://github.com/caleb-love/foxhound Security Score: 9.2/10 Creator: Caleb Love Creator Reputation: B Version: 0.3.0 Required Credentials: FOXHOUND_API_KEY (required), FOXHOUND_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-caleb-love-foxhound -- npx -y @foxhound-ai/mcp-server --- ## Blitz Wings URL: https://mcp-marketplace.io/server/io-github-scheur-blitz-wings Summary: AI presentation and report generation: slides, diagrams, PPTX export, live preview MCP App. Description: AI presentation and report generation: slides, diagrams, PPTX export, live preview MCP App. Remote endpoints: streamable-http: https://mcp.vectoropsai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vectoropsai.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-scheur-blitz-wings https://mcp.vectoropsai.com/mcp --- ## Cueapi URL: https://mcp-marketplace.io/server/ai-cueapi-mcp Summary: Schedule agent work and report write-once outcomes via CueAPI from any MCP host. Category: Developer Tools Mode: local Pricing: Free npm: @cueapi/mcp GitHub: https://github.com/cueapi/cueapi-mcp Security Score: 5.2/10 Creator: Cueapi Creator Reputation: B Version: 0.1.3 Required Credentials: CUEAPI_API_KEY (required), CUEAPI_BASE_URL (optional) Install (Claude Code): claude mcp add ai-cueapi-mcp -- npx -y @cueapi/mcp@0.2.0 --- ## Uk Parliament Statutoryinstruments URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-statutoryinstruments Summary: MCP server for UK Parliament Statutory Instruments API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-statutoryinstruments GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-statutoryinstruments -- npx -y @darkhorseone/mcp-server-uk-parliament-statutoryinstruments --- ## Content Repurposing URL: https://mcp-marketplace.io/server/io-github-closermethod-content-repurposing-mcp Summary: One asset, every platform: repurpose maps, platform specs, and the film-once-cut-many workflow. Category: Developer Tools Mode: local Pricing: Free npm: content-repurposing-mcp GitHub: https://github.com/closermethod/content-repurposing-mcp Security Score: 6.2/10 Creator: Closermethod Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-closermethod-content-repurposing-mcp -- npx -y content-repurposing-mcp@1.0.1 --- ## Markly URL: https://mcp-marketplace.io/server/io-github-whitemarmot-markly Summary: Add text or logo watermarks to images via the Markly.cloud API. Batch supported. Category: Developer Tools Mode: local Pricing: Free npm: markly-mcp-server GitHub: https://github.com/Whitemarmot/markly-mcp-server Security Score: 8.3/10 Creator: Whitemarmot Creator Reputation: B Version: 1.2.0 Required Credentials: MARKLY_API_KEY (required) Install (Claude Code): claude mcp add io-github-whitemarmot-markly -- npx -y markly-mcp-server@1.2.0 --- ## Registry URL: https://mcp-marketplace.io/server/com-remote-mcp-registry-mcp Summary: An MCP server that serves informtaion from the official MCP registry Description: An MCP server that serves informtaion from the official MCP registry Remote endpoints: streamable-http: https://registry-mcp.remote-mcp.com sse: https://registry-mcp.remote-mcp.com/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/jaw9c/mcp-registry-mcp Security Score: 4.5/10 Creator: Jaw9c Creator Reputation: B Version: 1.0.0 --- ## Llm URL: https://mcp-marketplace.io/server/io-github-zero-abd-llmmcp Summary: MCP server for real-time LLM API documentation — stop hallucinations Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/zero-abd/llmmcp Security Score: 10/10 Creator: Zero Abd Creator Reputation: B Version: 1.2.0 --- ## Halalterminal URL: https://mcp-marketplace.io/server/com-halalterminal-mcp Summary: Shariah-compliant stock and ETF screening across AAOIFI, DJIM, FTSE, MSCI and S&P methodologies. Description: Shariah-compliant stock and ETF screening across AAOIFI, DJIM, FTSE, MSCI and S&P methodologies. Remote endpoints: sse: https://mcp.halalterminal.com/sse Category: Developer Tools Mode: dual Pricing: Free npm: @halalterminal/mcp Remote URL: https://mcp.halalterminal.com/sse GitHub: https://github.com/goww7/halalterminal-mcp Security Score: 6.2/10 Creator: Goww7 Creator Reputation: B Version: 1.0.0 Required Credentials: HALALTERMINAL_API_KEY (required) Install (Claude Code): claude mcp add com-halalterminal-mcp -- npx -y @halalterminal/mcp@1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-halalterminal-mcp https://mcp.halalterminal.com/sse --- ## Agent Immune URL: https://mcp-marketplace.io/server/io-github-denial-web-agent-immune Summary: AI agent security: prompt injection detection, semantic memory, output scanning, prompt hardening Category: Developer Tools Mode: local Pricing: Free PyPI: agent-immune GitHub: https://github.com/denial-web/agent-immune Security Score: 9.5/10 Creator: Denial Web Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-denial-web-agent-immune -- uvx agent-immune==0.2.2 --- ## Contradiction Check URL: https://mcp-marketplace.io/server/io-github-onetrueclaude-creator-mcp-contradiction-check Summary: Find where your notes disagree — contradiction detection for markdown vaults. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-contradiction-check GitHub: https://github.com/onetrueclaude-creator/mcp-contradiction-check Security Score: 5.3/10 Creator: Onetrueclaude Creator Creator Reputation: B Version: 0.1.0 Required Credentials: CONTRADICTION_CHECK_LICENSE (required) Install (Claude Code): claude mcp add io-github-onetrueclaude-creator-mcp-contradiction-check -- uvx mcp-contradiction-check==0.1.0 --- ## Immostage URL: https://mcp-marketplace.io/server/io-github-larrywalkerdev-immostage Summary: AI virtual staging for real estate — stage rooms, beautify floor plans, classify images. Description: AI virtual staging for real estate — stage rooms, beautify floor plans, classify images. Remote endpoints: streamable-http: https://mcp.immostage.ai/api/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/LarryWalkerDEV/mcp-immostage Security Score: 10/10 Creator: LarryWalkerDEV Creator Reputation: B Version: 1.0.0 --- ## Ror URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ror Summary: Research Organization Registry (ROR) — canonical org IDs Description: Research Organization Registry (ROR) — canonical org IDs Remote endpoints: streamable-http: https://gateway.pipeworx.io/ror/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ror/mcp GitHub: https://github.com/pipeworx-io/mcp-ror MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get, affiliation Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ror https://gateway.pipeworx.io/ror/mcp --- ## Wallet Intelligence URL: https://mcp-marketplace.io/server/io-github-wrbtc-wallet-intelligence Summary: Bitcoin wallet intelligence for AI agents: trust, labels, tx verify, fees, and timestamps. Description: Bitcoin wallet intelligence for AI agents: trust, labels, tx verify, fees, and timestamps. Remote endpoints: streamable-http: https://satoshidata.ai/mcp/ Category: Finance Mode: remote Pricing: Free Remote URL: https://satoshidata.ai/mcp/ MCP Tools (14): wallet_trust_safety, wallet_summary, wallet_detail, wallet_contributors, bitcoin_price, onchain_stats, fees_recommended, mempool_stats, tx_status, tx_verify, timestamp_hash, timestamp_quote, verify_timestamp, submit_feedback Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-wrbtc-wallet-intelligence https://satoshidata.ai/mcp/ --- ## Bugfender URL: https://mcp-marketplace.io/server/io-github-bugfender-mcp Summary: Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients. Category: Developer Tools Mode: local Pricing: Free npm: @bugfender/mcp GitHub: https://github.com/bugfender/bugfender-mcp Security Score: 10/10 Creator: Bugfender Creator Reputation: B Version: 0.6.0 Required Credentials: BUGFENDER_API_TOKEN (required), BUGFENDER_REFRESH_TOKEN (required), BUGFENDER_API_URL (optional) Install (Claude Code): claude mcp add io-github-bugfender-mcp -- npx -y @bugfender/mcp@0.6.0 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-recon-mcp Summary: Hurricane reconnaissance data — HDOB flight observations, Vortex Data Messages, SFMR, and ATCF fixes Category: Developer Tools Mode: local Pricing: Free PyPI: recon-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mansurjisan-recon-mcp -- uvx recon-mcp --- ## Domain Check URL: https://mcp-marketplace.io/server/io-github-stucchi-domain-check Summary: Check domain availability across 500+ TLDs. Single and bulk checks with UI. Category: Developer Tools Mode: local Pricing: Free PyPI: domain-check-mcp GitHub: https://github.com/stucchi/domain-check-mcp Security Score: 8.3/10 Creator: Stucchi Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-stucchi-domain-check -- uvx domain-check-mcp==1.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/app-aspirelearning-mcp Summary: Aspire Learning MCP — browse courses, chapters, lessons, and import LaTeX quizzes Description: Aspire Learning MCP — browse courses, chapters, lessons, and import LaTeX quizzes Remote endpoints: streamable-http: https://mcp.aspirelearning.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aspirelearning.app/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http app-aspirelearning-mcp https://mcp.aspirelearning.app/mcp --- ## Collections URL: https://mcp-marketplace.io/server/me-remem-collections Summary: Browse Bible verse collections from Remember Me, a free memorization app in 48 languages Description: Browse Bible verse collections from Remember Me, a free memorization app in 48 languages Remote endpoints: streamable-http: https://mcp.remem.me/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.remem.me/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http me-remem-collections https://mcp.remem.me/mcp --- ## Seo Audit URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-seo-audit Summary: Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-seo-audit GitHub: https://github.com/atomno-mcp/mcp-seo-audit Security Score: 5.2/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.4.7 Required Credentials: DETAILWEB_API_KEY (required) Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-seo-audit -- uvx atomno-mcp-seo-audit==0.4.7 --- ## Estimations URL: https://mcp-marketplace.io/server/io-github-joshuaworth-estimations Summary: AI-powered job cost estimator for skilled trades with material and labor breakdowns Description: AI-powered job cost estimator for skilled trades with material and labor breakdowns Remote endpoints: streamable-http: https://estimations-mcp-server.hgfbxjxghp.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://estimations-mcp-server.hgfbxjxghp.workers.dev/mcp GitHub: https://github.com/joshuaworth/estimations MCP Tools (2): estimate_job_cost, get_sample_jobs Security Score: 9/10 Creator: Joshuaworth Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-joshuaworth-estimations https://estimations-mcp-server.hgfbxjxghp.workers.dev/mcp --- ## Trade Router URL: https://mcp-marketplace.io/server/io-github-traderouter-trade-router-mcp Summary: Non-custodial Solana swap & limit order engine for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @traderouter/trade-router-mcp GitHub: https://github.com/TradeRouter/trade-router-mcp Security Score: 8/10 Creator: TradeRouter Creator Reputation: B Version: 1.0.9 Required Credentials: TRADEROUTER_PRIVATE_KEY (required), SOLANA_RPC_URL (optional), TRADEROUTER_SERVER_PUBKEY (optional), TRADEROUTER_SERVER_PUBKEY_NEXT (optional), TRADEROUTER_REQUIRE_SERVER_SIGNATURE (optional), TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE (optional), TRADEROUTER_DRY_RUN (optional) Install (Claude Code): claude mcp add io-github-traderouter-trade-router-mcp -- npx -y @traderouter/trade-router-mcp@1.0.9 --- ## Transcribe URL: https://mcp-marketplace.io/server/io-github-ipv6-mcp-transcribe Summary: MCP-Transcribe server allows LLMs to interact with the text content of audio/video files Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/transcribe-app/mcp-transcribe Security Score: 4.2/10 Creator: Transcribe App Creator Reputation: B Version: 1.0.5 Required Credentials: MCP_INTEGRATION_URL (required) --- ## Charlotte URL: https://mcp-marketplace.io/server/io-github-ticktockbent-charlotte Summary: Headless browser for AI agents — navigate, interact with, and test web pages via MCP. Description: Charlotte is an MCP server that gives AI agents full browser control through headless Chromium. It renders web pages into structured, agent-readable representations — extracting landmarks, interactive elements, forms, and content — so agents can understand and interact with any web page without parsing raw HTML. Charlotte provides 39 tools covering navigation, clicking, typing, screenshots, cookie management, network monitoring, visual diffing, accessibility auditing, and local development servi Category: Developer Tools Mode: local Pricing: Free npm: @ticktockbent/charlotte GitHub: https://github.com/ticktockbent/charlotte Security Score: 6.8/10 Installs: 2 Creator: User Creator Reputation: D Version: 0.1.3 Tags: browser, headless, chromium, puppeteer, web, testing, automation, scraping, accessibility, a11y, screenshots, mcp, navigation, forms, interaction, developer-tools, auditing, web-testing, responsive, cookies Use Cases: Renders pages into structured representations with landmarks, headings, interactive elements, and forms, Full browser interaction: click, type, select, toggle, submit, scroll, hover, drag and drop, Tab management: open, close, and switch between multiple tabs, Screenshot capture, retrieval, and management, Cookie and header management for authenticated testing, Console and network request monitoring with filtering, Visual diff between page snapshots to detect changes after actions, Wait for conditions: selectors, text, or custom JS expressions, Run arbitrary JavaScript in the page context, Local dev server with file watching and automatic reload detection, Accessibility, performance, SEO, contrast, and link auditing, Configurable detail levels (full or minimal) to control response size, Dialog handling for alerts, confirms, and prompts, Keyboard input for special keys, shortcuts, and key combinations, Viewport resizing for responsive testing Required Credentials: CHARLOTTE_CHROMIUM_PATH (optional) Install (Claude Code): claude mcp add io-github-ticktockbent-charlotte -- npx -y @ticktockbent/charlotte@0.6.3 --- ## Pdbe URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pdbe Summary: PDBe (Protein Data Bank in Europe, EBI) MCP. Description: PDBe (Protein Data Bank in Europe, EBI) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/pdbe/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pdbe/mcp GitHub: https://github.com/pipeworx-io/mcp-pdbe MCP Tools (29): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_summary, get_molecules, uniprot_mappings Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pdbe https://gateway.pipeworx.io/pdbe/mcp --- ## Oura Ring URL: https://mcp-marketplace.io/server/io-github-mitchhankins01-oura-ring-mcp Summary: Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools. Category: Developer Tools Mode: local Pricing: Free npm: oura-ring-mcp GitHub: https://github.com/mitchhankins01/oura-ring-mcp Security Score: 8.9/10 Creator: Mitchhankins01 Creator Reputation: B Version: 0.1.4 Required Credentials: OURA_ACCESS_TOKEN (required), OURA_CLIENT_ID (optional), OURA_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-mitchhankins01-oura-ring-mcp -- npx -y oura-ring-mcp@0.1.4 --- ## Geolocation URL: https://mcp-marketplace.io/server/io-github-7mza-geolocation-mcp Summary: An MCP server that provides fast and up-to-date IP geolocation data. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/7mza/geolocation-mcp Security Score: 10/10 Creator: 7mza Creator Reputation: B Version: 0.0.1 --- ## Mux Node Sdk URL: https://mcp-marketplace.io/server/com-mux-mcp Summary: The official MCP Server for the Mux API Description: The official MCP Server for the Mux API Remote endpoints: streamable-http: https://mcp.mux.com Category: Developer Tools Mode: dual Pricing: Free npm: @mux/mcp GitHub: https://github.com/muxinc/mux-node-sdk Security Score: 9.7/10 Creator: Muxinc Creator Reputation: B Version: 12.8.0 Required Credentials: MUX_TOKEN_ID (required), MUX_TOKEN_SECRET (required), MUX_SIGNING_KEY (required), MUX_PRIVATE_KEY (required) Install (Claude Code): claude mcp add com-mux-mcp -- npx -y @mux/mcp --- ## Pdf Toolkit URL: https://mcp-marketplace.io/server/io-github-eigencharlie-pdf-toolkit-mcp Summary: Unofficial PDF toolkit (merge/split/compress/OCR/convert/watermark/protect/...) via iLoveAPI. Category: Developer Tools Mode: local Pricing: Free npm: pdf-toolkit-mcp GitHub: https://github.com/EigenCharlie/pdf-toolkit-mcp Security Score: 7.5/10 Creator: EigenCharlie Creator Reputation: B Version: 0.1.2 Required Credentials: ILOVEAPI_PROJECT_PUBLIC_KEY (required), ILOVEAPI_PROJECT_SECRET_KEY (required), ILOVEAPI_SANDBOX_ROOT (optional) Install (Claude Code): claude mcp add io-github-eigencharlie-pdf-toolkit-mcp -- npx -y pdf-toolkit-mcp@0.1.2 --- ## Xskill Ai Cursor Plugin URL: https://mcp-marketplace.io/server/io-github-hexiaochun-xskill-ai Summary: AI content generation with 50+ models: image, video, TTS, voice cloning, and more. Description: AI content generation with 50+ models: image, video, TTS, voice cloning, and more. Remote endpoints: streamable-http: https://api.xskill.ai/api/v3/mcp-http Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.xskill.ai/api/v3/mcp-http GitHub: https://github.com/hexiaochun/xskill-ai-cursor-plugin Security Score: 10/10 Creator: Hexiaochun Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hexiaochun-xskill-ai https://api.xskill.ai/api/v3/mcp-http --- ## Packmind URL: https://mcp-marketplace.io/server/ai-packmind-mcp-server Summary: Packmind captures, scales, and enforces your organization's technical decisions. Description: Packmind captures, scales, and enforces your organization's technical decisions. Remote endpoints: streamable-http: https://app.packmind.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.packmind.ai/mcp GitHub: https://github.com/PackmindHub/packmind Security Score: 10/10 Creator: PackmindHub Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-packmind-mcp-server https://app.packmind.ai/mcp --- ## Cryptoapis Mcp Utils URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-utils Summary: MCP server for address derivation and encoding utilities across multiple blockchains via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-utils GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-utils Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.3.0 Tags: blockchain, crypto, address validation, transaction decoding, HD wallet, xPub, Bitcoin, Ethereum, XRP, Crypto APIs Use Cases: Address validation, Raw transaction decoding, X-Address encoding, HD wallet address derivation, Bitcoin Cash address conversion Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-utils -- npx -y @cryptoapis-io/mcp-utils@0.3.0 --- ## Mnemograph URL: https://mcp-marketplace.io/server/io-github-tm42-mnemograph Summary: Event-sourced knowledge graph memory for AI coding agents with semantic search Category: Developer Tools Mode: local Pricing: Free PyPI: mnemograph GitHub: https://github.com/tm42/mnemograph Security Score: 10/10 Creator: Tm42 Creator Reputation: B Version: 0.5.1 Required Credentials: MEMORY_PATH (optional) Install (Claude Code): claude mcp add io-github-tm42-mnemograph -- uvx mnemograph==0.5.1 --- ## Datagouv Fr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-datagouv-fr Summary: France data.gouv.fr open-data catalogue Description: France data.gouv.fr open-data catalogue Remote endpoints: streamable-http: https://gateway.pipeworx.io/datagouv-fr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/datagouv-fr/mcp GitHub: https://github.com/pipeworx-io/mcp-datagouv-fr MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_datasets, dataset, resources, search_organizations, organization, reuses_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-datagouv-fr https://gateway.pipeworx.io/datagouv-fr/mcp --- ## Silent Brief URL: https://mcp-marketplace.io/server/io-github-warmachine2121-silent-brief-mcp Summary: AI-generated legal and business documents. Pay XMR, no accounts, no KYC. Category: Developer Tools Mode: local Pricing: Free npm: silent-brief-mcp GitHub: https://github.com/warmachine2121/silent-brief-mcp Security Score: 7/10 Creator: Warmachine2121 Creator Reputation: B Version: 1.0.0 Required Credentials: SILENT_BRIEF_API_KEY (required) Install (Claude Code): claude mcp add io-github-warmachine2121-silent-brief-mcp -- npx -y silent-brief-mcp@1.0.0 --- ## Codewiki URL: https://mcp-marketplace.io/server/io-github-izzzzzi-codewiki-mcp Summary: MCP server for codewiki.google: search repos, fetch wiki docs, ask questions Category: Developer Tools Mode: local Pricing: Free npm: codewiki-mcp GitHub: https://github.com/izzzzzi/codewiki-mcp Security Score: 7.3/10 Creator: Izzzzzi Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-izzzzzi-codewiki-mcp -- npx -y codewiki-mcp@1.1.2 --- ## Glp1search URL: https://mcp-marketplace.io/server/io-github-sndevore77-glp1search Summary: GLP-1 provider directory, peptide database, and medication comparison tools. Category: Developer Tools Mode: local Pricing: Free npm: @seraviahealth/glp1search-mcp GitHub: https://github.com/Sndevore77/glp1search-mcp Security Score: 6.7/10 Creator: Sndevore77 Creator Reputation: B Version: 2.0.1 Install (Claude Code): claude mcp add io-github-sndevore77-glp1search -- npx -y @seraviahealth/glp1search-mcp --- ## Prior URL: https://mcp-marketplace.io/server/io-cg3-prior Summary: Shared knowledge base for AI agents. Search and contribute solutions to technical problems. Description: Shared knowledge base for AI agents. Search and contribute solutions to technical problems. Remote endpoints: streamable-http: https://api.cg3.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cg3/prior-mcp Remote URL: https://api.cg3.io/mcp GitHub: https://github.com/cg3-llc/prior_mcp Security Score: 6/10 Creator: Cg3 Llc Creator Reputation: B Version: 0.5.22 Required Credentials: PRIOR_API_KEY (required) Install (Claude Code): claude mcp add io-cg3-prior -- npx -y @cg3/prior-mcp@0.6.3 Install (Claude Code Remote): claude mcp add --transport http io-cg3-prior https://api.cg3.io/mcp --- ## Rust Mcp Sdk URL: https://mcp-marketplace.io/server/io-github-paiml-pmcp Summary: High-quality Rust SDK for Model Context Protocol (MCP) with full TypeScript SDK compatibility Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/paiml/rust-mcp-sdk Security Score: 5.2/10 Creator: Paiml Creator Reputation: B Version: 1.10.3 --- ## Hecher URL: https://mcp-marketplace.io/server/io-github-growgeltsolutions-hecher-mcp Summary: Hecher CRM for Chabad shluchim — donors, donations, activities, and reports across your Mosads Description: Hecher CRM for Chabad shluchim — donors, donations, activities, and reports across your Mosads Remote endpoints: streamable-http: https://api.hecher.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.hecher.app/mcp GitHub: https://github.com/growgeltsolutions/hecher-mcp Security Score: 10/10 Creator: Growgeltsolutions Creator Reputation: B Version: 1.12.01 Install (Claude Code Remote): claude mcp add --transport http io-github-growgeltsolutions-hecher-mcp https://api.hecher.app/mcp --- ## Korean News URL: https://mcp-marketplace.io/server/io-github-songt-50-korean-news-mcp Summary: Korean news aggregator - Naver, Google News, Daum trends in real-time Description: Korean news aggregator - Naver, Google News, Daum trends in real-time Remote endpoints: streamable-http: https://korean-news-mcp.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://korean-news-mcp.onrender.com/mcp GitHub: https://github.com/SongT-50/korean-news-mcp Security Score: 4.8/10 Creator: SongT 50 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-songt-50-korean-news-mcp https://korean-news-mcp.onrender.com/mcp --- ## Reactome URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-reactome Summary: Reactome biological pathway database Description: Reactome biological pathway database Remote endpoints: streamable-http: https://gateway.pipeworx.io/reactome/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/reactome/mcp GitHub: https://github.com/pipeworx-io/mcp-reactome MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, pathway, participants, pathways_for_entity, orthologous_events Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-reactome https://gateway.pipeworx.io/reactome/mcp --- ## Quality Dimension Generator URL: https://mcp-marketplace.io/server/ai-smithery-magenie33-quality-dimension-generator Summary: Generate tailored quality criteria and scoring guides from your task descriptions. Refine objectiv… Description: Generate tailored quality criteria and scoring guides from your task descriptions. Refine objectiv… Remote endpoints: streamable-http: https://server.smithery.ai/@magenie33/quality-dimension-generator/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/magenie33/quality-dimension-generator Security Score: 10/10 Creator: Magenie33 Creator Reputation: B Version: 1.0.0 --- ## Pitt County URL: https://mcp-marketplace.io/server/com-reilize-pitt-county Summary: 20 MCP tools for Pitt County NC real estate — parcels, permits, sales, builders, and foreclosures. Description: 20 MCP tools for Pitt County NC real estate — parcels, permits, sales, builders, and foreclosures. Remote endpoints: streamable-http: https://data.reilize.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://data.reilize.com/mcp/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http com-reilize-pitt-county https://data.reilize.com/mcp/ --- ## quicken-mac-mcp URL: https://mcp-marketplace.io/server/quicken-mac-mcp Summary: Read-only MCP server for querying Quicken For Mac financial data with Claude Description: An MCP server that gives Claude read-only access to your Quicken For Mac financial data. It reads the Core Data SQLite database that Quicken stores in your Documents folder and exposes 8 query tools for accounts, transactions, spending analysis, and investment portfolios. Quicken For Mac must be running (it encrypts the database when closed). Your data is never modified — the database is always opened read-only. Category: Finance Mode: local Pricing: Free npm: quicken-mac-mcp GitHub: https://github.com/dweekly/quicken-mac-mcp Security Score: 10/10 Creator: dweekly Creator Reputation: C Version: 1.0.0 Tags: quicken, finance, personal-finance, macos, budgeting, spending, transactions, accounts, investments, portfolio, categories, read-only, sqlite Use Cases: List all accounts with type, balance, and active/closed status, Query transactions with flexible filters: date range, account, amount, payee, category, Aggregate spending by category or parent category for any date range, Track monthly spending trends over time with optional category breakdowns, Search payees by name with transaction counts, View investment holdings with shares, cost basis, and optional live price quotes, Explore the raw database with arbitrary SELECT queries (500-row limit), Auto-detects your Quicken database — no configuration needed for most users, Always read-only — your financial data is never modified Required Credentials: QUICKEN_DB_PATH (optional) Install (Claude Code): claude mcp add quicken-mac-mcp -- npx -y quicken-mac-mcp@1.2.2 --- ## Copyrighted Music Fingerprint Matcher URL: https://mcp-marketplace.io/server/io-github-evozim-copyrighted-music-fingerprint-matcher-mcp Summary: Premium agentic endpoint for copyrighted-music-fingerprint-matcher-mcp. Description: Premium agentic endpoint for copyrighted-music-fingerprint-matcher-mcp. Remote endpoints: sse: https://api.m2mcent.com/copyrighted-music-fingerprint-matcher-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/copyrighted-music-fingerprint-matcher-mcp/sse MCP Tools (1): copyrighted-music-fingerprint-matcher-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-copyrighted-music-fingerprint-matcher-mcp https://api.m2mcent.com/copyrighted-music-fingerprint-matcher-mcp/sse --- ## Stackhawk URL: https://mcp-marketplace.io/server/com-stackhawk-stackhawk Summary: An MCP server that provides interaction with StackHawk's security scanning platform. Category: Developer Tools Mode: local Pricing: Free PyPI: stackhawk-mcp GitHub: https://github.com/stackhawk/stackhawk-mcp Security Score: 7/10 Creator: Stackhawk Creator Reputation: B Version: 1.1.1 Required Credentials: STACKHAWK_API_KEY (required) Install (Claude Code): claude mcp add com-stackhawk-stackhawk -- uvx stackhawk-mcp==1.2.4 --- ## Docfork URL: https://mcp-marketplace.io/server/com-docfork-docfork-mcp Summary: Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead. Description: Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead. Remote endpoints: streamable-http: https://mcp.docfork.com Category: Developer Tools Mode: dual Pricing: Free npm: docfork GitHub: https://github.com/docfork/docfork Security Score: 10/10 Creator: Docfork Creator Reputation: B Version: 1.3.3 Install (Claude Code): claude mcp add com-docfork-docfork-mcp -- npx -y docfork@2.2.1 --- ## Refactoring URL: https://mcp-marketplace.io/server/io-github-marshally-mcp-refactoring Summary: MCP server exposing Martin Fowler's refactoring catalog to LLMs with 71+ refactorings Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-refactoring GitHub: https://github.com/marshally/mcp-refactoring.git Security Score: 6.5/10 Creator: Marshally Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-marshally-mcp-refactoring -- uvx mcp-refactoring==0.1.2 --- ## State Of Cwv URL: https://mcp-marketplace.io/server/io-github-corewebvitals-state-of-cwv Summary: Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth. Description: Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth. Remote endpoints: streamable-http: https://www.corewebvitals.io/api/state-of-cwv/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.corewebvitals.io/api/state-of-cwv/mcp GitHub: https://github.com/corewebvitals/state-of-cwv-mcp Security Score: 5.2/10 Creator: Corewebvitals Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-corewebvitals-state-of-cwv https://www.corewebvitals.io/api/state-of-cwv/mcp --- ## Uk Parliament URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-uk-parliament Summary: UK Parliament MCP — Members, Bills, Hansard APIs Description: UK Parliament MCP — Members, Bills, Hansard APIs Remote endpoints: streamable-http: https://gateway.pipeworx.io/uk-parliament/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/uk-parliament/mcp GitHub: https://github.com/pipeworx-io/mcp-uk-parliament MCP Tools (18): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_members, get_member, search_bills, get_bill, bill_stages, search_hansard, recent_divisions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-uk-parliament https://gateway.pipeworx.io/uk-parliament/mcp --- ## Sec Edgar URL: https://mcp-marketplace.io/server/ai-smithery-plainyogurt21-sec-edgar-mcp Summary: Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab… Description: Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab… Remote endpoints: streamable-http: https://server.smithery.ai/@plainyogurt21/sec-edgar-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@plainyogurt21/sec-edgar-mcp/mcp GitHub: https://github.com/plainyogurt21/sec-edgar-mcp Security Score: 9.8/10 Creator: Plainyogurt21 Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-plainyogurt21-sec-edgar-mcp https://server.smithery.ai/@plainyogurt21/sec-edgar-mcp/mcp --- ## Zoo URL: https://mcp-marketplace.io/server/io-github-atk1-eng-zoo-mcp Summary: A sample zoo MCP server Description: A sample zoo MCP server Remote endpoints: streamable-http: https://mcp-on-cloudrun-673872727624.us-central1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-on-cloudrun-673872727624.us-central1.run.app/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-atk1-eng-zoo-mcp https://mcp-on-cloudrun-673872727624.us-central1.run.app/mcp --- ## Depix URL: https://mcp-marketplace.io/server/io-github-depixapp-depix-mcp Summary: One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59). Description: One MCP: hosted Pix receive + dated charges (26 tools), or local npx non-custodial wallet (59). Remote endpoints: streamable-http: https://mcp.depixapp.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @depixapp/mcp Remote URL: https://mcp.depixapp.com/mcp GitHub: https://github.com/depixapp/depix-mcp Security Score: 10/10 Creator: Depixapp Creator Reputation: B Version: 2.8.3 Required Credentials: DEPIX_API_KEY (required), DEPIX_WALLET_PASSPHRASE (required), DEPIX_WALLET_DIR (optional) Install (Claude Code): claude mcp add io-github-depixapp-depix-mcp -- npx -y @depixapp/mcp@2.8.3 Install (Claude Code Remote): claude mcp add --transport http io-github-depixapp-depix-mcp https://mcp.depixapp.com/mcp --- ## Trailweights URL: https://mcp-marketplace.io/server/com-trailweights-trailweights-mcp Summary: Read-only MCP access to TrailWeights' ultralight gear corpus: verified weights, reviews, pack lists Description: Read-only MCP access to TrailWeights' ultralight gear corpus: verified weights, reviews, pack lists Remote endpoints: streamable-http: https://trailweights.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trailweights.com/api/mcp MCP Tools (7): search_corpus, get_gear_reviews, get_product_specs, recommend_gear, compare_gear, find_lighter_alternative, get_pack_template Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-trailweights-trailweights-mcp https://trailweights.com/api/mcp --- ## Maasy URL: https://mcp-marketplace.io/server/io-github-jbelieve-maasy Summary: AI marketing copilot: brand intelligence, campaigns, content, CRM, SEO, and skills for Claude. Category: Developer Tools Mode: local Pricing: Free npm: @maasy-ai/mcp-server GitHub: https://github.com/Jbelieve/mcp-server Security Score: 7/10 Creator: Jbelieve Creator Reputation: B Version: 1.3.1 Required Credentials: MAASY_SUPABASE_URL (optional), MAASY_API_KEY (optional), MAASY_PROJECT_ID (optional) Install (Claude Code): claude mcp add io-github-jbelieve-maasy -- npx -y @maasy-ai/mcp-server@1.3.1 --- ## Cooperative Swarm Incentiver URL: https://mcp-marketplace.io/server/io-github-evozim-cooperative-swarm-incentiver-mcp Summary: Premium agentic endpoint for cooperative-swarm-incentiver-mcp. Description: Premium agentic endpoint for cooperative-swarm-incentiver-mcp. Remote endpoints: sse: https://api.m2mcent.com/cooperative-swarm-incentiver-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cooperative-swarm-incentiver-mcp/sse MCP Tools (1): cooperative-swarm-incentiver-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cooperative-swarm-incentiver-mcp https://api.m2mcent.com/cooperative-swarm-incentiver-mcp/sse --- ## 1cent URL: https://mcp-marketplace.io/server/ru-maxzoa-1cent Summary: SSRF-safe web intelligence: 4 outcomes, 43 paid x402 tools, 3 free tools and a URL preview. Description: SSRF-safe web intelligence: 4 outcomes, 43 paid x402 tools, 3 free tools and a URL preview. Remote endpoints: streamable-http: https://1cent.maxzoa.ru/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://1cent.maxzoa.ru/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.8.1 Install (Claude Code Remote): claude mcp add --transport http ru-maxzoa-1cent https://1cent.maxzoa.ru/mcp --- ## XProof URL: https://mcp-marketplace.io/server/io-github-jasonxkensei-xproof Summary: Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs. Description: Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs. Remote endpoints: streamable-http: https://xproof.app/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/jasonxkensei/xProof Security Score: 10/10 Rating: 5/5 Installs: 1 Creator: jasonxkensei Creator Reputation: C Version: 1.2.0 --- ## Pirate Weather URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pirate-weather Summary: Pirate Weather forecast API (Dark Sky-compatible). Free key required. Description: Pirate Weather forecast API (Dark Sky-compatible). Free key required. Remote endpoints: streamable-http: https://gateway.pipeworx.io/pirate-weather/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pirate-weather/mcp GitHub: https://github.com/pipeworx-io/mcp-pirate-weather MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, forecast, forecast_grid Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pirate-weather https://gateway.pipeworx.io/pirate-weather/mcp --- ## Hud Housing URL: https://mcp-marketplace.io/server/com-olyport-hud-housing Summary: Fair Market Rents, income limits, public housing, vouchers, and homeless counts Description: Fair Market Rents, income limits, public housing, vouchers, and homeless counts Remote endpoints: streamable-http: https://mcp.olyport.com/hud-housing/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/hud-housing/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-hud-housing https://mcp.olyport.com/hud-housing/mcp --- ## Cryptair URL: https://mcp-marketplace.io/server/io-github-syronius-cryptair-mcp-server Summary: Tamper-evident attestation tools for AI agents — on-chain receipts on Hedera Hashgraph mainnet. Category: Developer Tools Mode: local Pricing: Free npm: @cryptair/mcp-server GitHub: https://github.com/Syronius/cryptair-mcp-server Security Score: 6.2/10 Creator: Syronius Creator Reputation: B Version: 0.1.1 Required Credentials: CRYPTAIR_API_KEY (required), CRYPTAIR_EMAIL (optional), CRYPTAIR_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-syronius-cryptair-mcp-server -- npx -y @cryptair/mcp-server@0.1.1 --- ## DeepSeek MCP Server URL: https://mcp-marketplace.io/server/deepseek-mcp-server Summary: Use DeepSeek Chat & Reasoner models from any MCP client with sessions, fallback & cost tracking. Description: MCP Server for DeepSeek API integration that enables Claude Code, Gemini CLI, and other MCP-compatible clients to use DeepSeek models for chat and reasoning. Supports multi-turn conversation sessions, function calling, thinking mode, JSON output, model fallback with circuit breaker protection, and real-time cost tracking. Available as both a local stdio server and a hosted remote endpoint (BYOK). Category: AI & ML Mode: dual Pricing: Free npm: @arikusi/deepseek-mcp-server Remote URL: https://deepseek-mcp.tahirl.com/mcp GitHub: https://github.com/arikusi/deepseek-mcp-server Security Score: 10/10 Creator: arikusi Creator Reputation: A- Uptime Status: up Tags: deepseek, ai, llm, mcp, chat, reasoner, function-calling, multi-turn, sessions, cost-tracking, circuit-breaker, thinking-mode, typescript, claude-code, gemini-cli Use Cases: Chat with DeepSeek models (deepseek-chat and deepseek-reasoner), Multi-turn conversation sessions with automatic context management, Function calling / tool use support (up to 128 tool definitions), Thinking mode for step-by-step reasoning (deepseek-reasoner), JSON output mode for structured responses, Automatic model fallback with circuit breaker protection, Real-time cost tracking with cache hit/miss breakdown, 12 built-in prompt templates for debugging, code review, research, and more, MCP resources for model info, server config, and usage statistics, Remote hosted endpoint (BYOK) — no local install needed, Docker support with health checks, Session management with configurable TTL, max sessions, and sliding message window Required Credentials: DEEPSEEK_API_KEY (required), DEFAULT_MODEL (optional), DEEPSEEK_BASE_URL (optional), FALLBACK_ENABLED (optional), SESSION_TTL_MINUTES (optional) Install (Claude Code): claude mcp add deepseek-mcp-server -- npx -y @arikusi/deepseek-mcp-server@1.6.0 Install (Claude Code Remote): claude mcp add --transport http deepseek-mcp-server https://deepseek-mcp.tahirl.com/mcp --- ## Roku URL: https://mcp-marketplace.io/server/io-github-jack1590-rokumcp Summary: MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console Category: Developer Tools Mode: local Pricing: Free npm: roku-mcp GitHub: https://github.com/jack1590/RokuMCP Security Score: 9/10 Installs: 1 Creator: jack1590 Creator Reputation: C- Version: 1.3.2 Required Credentials: ROKU_DEVICE_HOST (optional), ROKU_DEVICE_PASSWORD (required) Install (Claude Code): claude mcp add io-github-jack1590-rokumcp -- npx -y roku-mcp@1.5.2 --- ## Emfirge URL: https://mcp-marketplace.io/server/io-github-theanshsonkar-emfirge Summary: Git branch for your cloud. Understand AWS risk, prove fixes, and ship safer changes. Category: Developer Tools Mode: local Pricing: Free npm: @emfirge/mcp GitHub: https://github.com/theanshsonkar/emfirge Security Score: 3.8/10 Creator: Theanshsonkar Creator Reputation: B Version: 0.2.1 Required Credentials: EMFIRGE_PRIVACY (optional), EMFIRGE_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-theanshsonkar-emfirge -- npx -y @emfirge/mcp@0.2.1 --- ## Power Automate URL: https://mcp-marketplace.io/server/io-github-kaael1-mcp-power-automate Summary: Local MCP for Power Automate with browser-backed auth, target locking, review diff, and rollback. Category: Developer Tools Mode: local Pricing: Free npm: @kaael1/mcp-power-automate GitHub: https://github.com/kaael1/mcp-power-automate Security Score: 10/10 Creator: Kaael1 Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-kaael1-mcp-power-automate -- npx -y @kaael1/mcp-power-automate@0.4.1 --- ## Nexus Memory URL: https://mcp-marketplace.io/server/io-github-kairosmobius-nexus-memory-mcp Summary: Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs. Category: Developer Tools Mode: local Pricing: Free npm: nexus-memory-mcp GitHub: https://github.com/KairosMobius/nexus-memory-mcp Security Score: 9.8/10 Creator: KairosMobius Creator Reputation: B Version: 1.0.2 Required Credentials: NEXUS_API_KEY (optional) Install (Claude Code): claude mcp add io-github-kairosmobius-nexus-memory-mcp -- npx -y nexus-memory-mcp@1.0.2 --- ## App URL: https://mcp-marketplace.io/server/io-github-0xdirectping-escrow Summary: Agent-to-agent escrow on Base. Post quests with ETH/USDC bounties and settle on-chain. Description: Agent-to-agent escrow on Base. Post quests with ETH/USDC bounties and settle on-chain. Remote endpoints: streamable-http: https://0xdirectping.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://0xdirectping.com/mcp GitHub: https://github.com/0xdirectping/app Security Score: 10/10 Creator: 0xdirectping Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-0xdirectping-escrow https://0xdirectping.com/mcp --- ## Begonia Pro URL: https://mcp-marketplace.io/server/pro-begonia-begonia-pro Summary: Local SEO: MCP for local business audits with tools and guidance. Description: Local SEO: MCP for local business audits with tools and guidance. Remote endpoints: streamable-http: https://www.begonia.pro/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.begonia.pro/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http pro-begonia-begonia-pro https://www.begonia.pro/mcp --- ## Link Doctor URL: https://mcp-marketplace.io/server/io-github-webmoleai-mcp-link-doctor Summary: Find broken links, missing meta tags, and redirect chains on any website. Category: Developer Tools Mode: local Pricing: Free npm: mcp-link-doctor GitHub: https://github.com/webmoleai/mcp-link-doctor Security Score: 10/10 Creator: Webmoleai Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-webmoleai-mcp-link-doctor -- npx -y mcp-link-doctor@0.1.2 --- ## Aai Gateway URL: https://mcp-marketplace.io/server/io-github-gybob-aai-gateway Summary: Unified MCP & Skill management gateway, shared across AI agents, 99% context token savings Category: Developer Tools Mode: local Pricing: Free npm: aai-gateway GitHub: https://github.com/gybob/aai-gateway Security Score: 7/10 Creator: Gybob Creator Reputation: B Version: 1.1.10 Install (Claude Code): claude mcp add io-github-gybob-aai-gateway -- npx -y aai-gateway@1.1.11 --- ## Kit URL: https://mcp-marketplace.io/server/io-github-aplaceforallmystuff-mcp-kit Summary: MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts Category: Developer Tools Mode: local Pricing: Free npm: kit-mcp-server GitHub: https://github.com/aplaceforallmystuff/mcp-kit Security Score: 9.3/10 Creator: Aplaceforallmystuff Creator Reputation: B Version: 1.0.1 Required Credentials: KIT_API_KEY (required) Install (Claude Code): claude mcp add io-github-aplaceforallmystuff-mcp-kit -- npx -y kit-mcp-server@1.0.2 --- ## Atomic Css URL: https://mcp-marketplace.io/server/io-github-yoodaekyung-atomic-css Summary: Utility CSS for any platform — near-zero learning curve. Built for developers and AI alike Description: Utility CSS for any platform — near-zero learning curve. Built for developers and AI alike Remote endpoints: sse: https://atomiccss.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://atomiccss.dev/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-yoodaekyung-atomic-css https://atomiccss.dev/mcp --- ## Holidays URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-holidays Summary: Holidays MCP — wraps Nager.Date API (free, no auth) Description: Holidays MCP — wraps Nager.Date API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/holidays/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/holidays/mcp GitHub: https://github.com/pipeworx-io/mcp-holidays MCP Tools (3): get_holidays, is_today_holiday, next_holidays Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-holidays https://gateway.pipeworx.io/holidays/mcp --- ## Oneqaz Trading URL: https://mcp-marketplace.io/server/io-github-wnsod-oneqaz-trading-mcp Summary: Trading MCP with regime detection + self-verifying Trust Layer. Crypto, US, KR stocks. 24/7 live. Category: Finance Mode: dual Pricing: Free PyPI: oneqaz-trading-mcp Remote URL: https://api.oneqaz.com/mcp GitHub: https://github.com/oneqaz-trading/oneqaz-trading-mcp Security Score: 4.5/10 Creator: Oneqaz Trading Creator Reputation: B Version: 0.2.0 Required Credentials: DATA_ROOT (optional), MCP_SERVER_PORT (optional) Install (Claude Code): claude mcp add io-github-wnsod-oneqaz-trading-mcp -- uvx oneqaz-trading-mcp==0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wnsod-oneqaz-trading-mcp https://api.oneqaz.com/mcp --- ## Gemini URL: https://mcp-marketplace.io/server/io-github-pavelguzenfeld-gemini Summary: MCP server that exposes Google Gemini as tools for Claude Code Category: AI & ML Mode: local Pricing: Free npm: claude-gemini-mcp GitHub: https://github.com/PavelGuzenfeld/gemini-mcp Security Score: 8/10 Creator: PavelGuzenfeld Creator Reputation: B Version: 0.1.2 Required Credentials: GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-pavelguzenfeld-gemini -- npx -y claude-gemini-mcp@0.1.2 --- ## Pdf URL: https://mcp-marketplace.io/server/dev-slipstack-pdf Summary: Generate invoice and receipt PDFs from JSON. Agent-callable document API with a free demo quota. Description: Generate invoice and receipt PDFs from JSON. Agent-callable document API with a free demo quota. Remote endpoints: streamable-http: https://slipstack.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://slipstack.dev/api/mcp MCP Tools (4): create_invoice_pdf, create_receipt_pdf, get_document_schema, get_account_usage Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-slipstack-pdf https://slipstack.dev/api/mcp --- ## Unifi URL: https://mcp-marketplace.io/server/io-github-sirkirby-unifi-network-mcp Summary: Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: unifi-network-mcp GitHub: https://github.com/sirkirby/unifi-mcp Security Score: 9/10 Creator: Sirkirby Creator Reputation: B Version: 0.7.8 Required Credentials: UNIFI_HOST (optional), UNIFI_USERNAME (required), UNIFI_PASSWORD (required), UNIFI_API_KEY (required), UNIFI_PORT (optional), UNIFI_VERIFY_SSL (optional), UNIFI_SITE (optional) Install (Claude Code): claude mcp add io-github-sirkirby-unifi-network-mcp -- uvx unifi-network-mcp --- ## Lichess URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-lichess Summary: Lichess public API: players, ratings, eval, tablebase, opening explorer Description: Lichess public API: players, ratings, eval, tablebase, opening explorer Remote endpoints: streamable-http: https://gateway.pipeworx.io/lichess/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/lichess/mcp GitHub: https://github.com/pipeworx-io/mcp-lichess MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, user, users, user_status, user_performance, top_players, leaderboards, tv_channels, cloud_eval, tablebase, opening_explorer Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-lichess https://gateway.pipeworx.io/lichess/mcp --- ## Vtimestamp Mcp Write URL: https://mcp-marketplace.io/server/io-github-vdappdev2-vtimestamp-write Summary: MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon Category: Developer Tools Mode: local Pricing: Free npm: vtimestamp-mcp-write GitHub: https://github.com/vdappdev2/vtimestamp-mcp-write Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 1.0.0 Required Credentials: VERUS_RPC_URL (optional), VERUS_RPC_USER (required), VERUS_RPC_PASSWORD (required), VERUS_NETWORK (optional) Install (Claude Code): claude mcp add io-github-vdappdev2-vtimestamp-write -- npx -y vtimestamp-mcp-write@1.1.2 --- ## Cookie Stuffing Detector URL: https://mcp-marketplace.io/server/io-github-evozim-cookie-stuffing-detector-mcp Summary: Premium agentic endpoint for cookie-stuffing-detector-mcp. Description: Premium agentic endpoint for cookie-stuffing-detector-mcp. Remote endpoints: sse: https://api.m2mcent.com/cookie-stuffing-detector-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cookie-stuffing-detector-mcp/sse MCP Tools (1): cookie-stuffing-detector-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cookie-stuffing-detector-mcp https://api.m2mcent.com/cookie-stuffing-detector-mcp/sse --- ## Ros URL: https://mcp-marketplace.io/server/io-github-robotmcp-ros-mcp-server Summary: Connect AI models like Claude & ChatGPT with ROS robots using MCP Category: Developer Tools Mode: local Pricing: Free PyPI: ros-mcp GitHub: https://github.com/robotmcp/ros-mcp-server Security Score: 4.2/10 Creator: Robotmcp Creator Reputation: B Version: 3.1.0 Install (Claude Code): claude mcp add io-github-robotmcp-ros-mcp-server -- uvx ros-mcp==3.1.0 --- ## Crystallize URL: https://mcp-marketplace.io/server/io-github-hayodev-crystallize-mcp Summary: Crystallize headless commerce tools for AI agents via Model Context Protocol Category: Developer Tools Mode: local Pricing: Free npm: @hayodev/crystallize-mcp GitHub: https://github.com/HayoDev/crystallize-mcp Security Score: 10/10 Creator: HayoDev Creator Reputation: B Version: 0.2.0 Required Credentials: CRYSTALLIZE_TENANT_IDENTIFIER (optional), CRYSTALLIZE_ACCESS_TOKEN_ID (optional), CRYSTALLIZE_ACCESS_TOKEN_SECRET (optional), CRYSTALLIZE_STATIC_AUTH_TOKEN (optional), CRYSTALLIZE_ACCESS_MODE (optional) Install (Claude Code): claude mcp add io-github-hayodev-crystallize-mcp -- npx -y @hayodev/crystallize-mcp@0.2.0 --- ## Stithy Mileage URL: https://mcp-marketplace.io/server/stithy-mileage Summary: IRS-audit-proof mileage tracker. Log every deductible mile in your AI client Description: Local-first MCP server for tracking deductible vehicle mileage. Every trip lives in a SQLite database on your laptop. Tax-year deductions are computed using the actual IRS standard mileage rate for that year — public-domain data, baked in. What it does: • Log trips by talking to your AI client: date, miles, category (business / medical / moving / charitable), purpose • Manage multiple vehicles with default-vehicle support • Year-start / year-end odometer snapshots (IRS substantiation) Category: Productivity Mode: local Pricing: $9.99 (subscription) npm: @stithy/mileage GitHub: https://github.com/resolceo-ai/stithy-mcp Security Score: 5.7/10 Creator: Stithy Creator Reputation: F Version: 1.0.0 Tags: mileage, tax, schedule-c, irs, freelancer, self-employed, gig-economy, deductions, productivity, local-first Use Cases: Mileage tracking, Tax deductions, Schedule C, Self-employed expenses, Gig driver logs, Charitable mileage Required Credentials: MCP_LICENSE_KEY (required), STITHY_MILEAGE_DB (optional) Install (Claude Code): claude mcp add stithy-mileage -- npx -y @stithy/mileage --- ## Sfcc Dev URL: https://mcp-marketplace.io/server/io-github-taurgis-sfcc-dev-mcp Summary: MCP server for Salesforce B2C Commerce Cloud development assistance Category: Developer Tools Mode: local Pricing: Free npm: sfcc-dev-mcp GitHub: https://github.com/taurgis/sfcc-dev-mcp Security Score: 10/10 Creator: Taurgis Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-taurgis-sfcc-dev-mcp -- npx -y sfcc-dev-mcp@1.1.0 --- ## Nbp Pl URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nbp-pl Summary: Narodowy Bank Polski (National Bank of Poland) Web API MCP. Keyless. Description: Narodowy Bank Polski (National Bank of Poland) Web API MCP. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/nbp-pl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nbp-pl/mcp GitHub: https://github.com/pipeworx-io/mcp-nbp-pl MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, exchange_rate_table, currency_rate, gold_price Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nbp-pl https://gateway.pipeworx.io/nbp-pl/mcp --- ## Rosetta URL: https://mcp-marketplace.io/server/io-github-ewalid-rosetta-mcp Summary: AI-powered Excel translation preserving formatting, formulas, and data integrity. Category: Developer Tools Mode: local Pricing: Free npm: @ewalid/rosetta-mcp GitHub: https://github.com/ewalid/rosetta Security Score: 3/10 Creator: Ewalid Creator Reputation: B Version: 0.1.1 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-ewalid-rosetta-mcp -- npx -y @ewalid/rosetta-mcp@0.1.1 --- ## Rustypaste URL: https://mcp-marketplace.io/server/io-github-rukh-debug-rustypaste-mcp Summary: An MCP server that wraps the rustypaste API Category: Developer Tools Mode: local Pricing: Free npm: @rukh-pub/rustypaste-mcp GitHub: https://github.com/rukh-debug/rustypaste-mcp Security Score: 7.9/10 Creator: Rukh Debug Creator Reputation: B Version: 1.0.3 Required Credentials: RUSTYPASTE_URL (optional), RUSTYPASTE_AUTH_TOKEN (required) Install (Claude Code): claude mcp add io-github-rukh-debug-rustypaste-mcp -- npx -y @rukh-pub/rustypaste-mcp@1.1.0 --- ## Keyphrases URL: https://mcp-marketplace.io/server/io-github-ivanrublev-keyphrases-mcp Summary: An MCP server to extract keyphrases from a text with the BERT model Category: Developer Tools Mode: local Pricing: Free PyPI: keyphrases-mcp GitHub: https://github.com/IvanRublev/keyphrases-mcp Security Score: 4.5/10 Creator: IvanRublev Creator Reputation: B Version: 0.0.4 Install (Claude Code): claude mcp add io-github-ivanrublev-keyphrases-mcp -- uvx keyphrases-mcp==0.0.4 --- ## Hostsmith URL: https://mcp-marketplace.io/server/io-github-hostsmith-mcp-server Summary: Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency. Description: Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency. Remote endpoints: streamable-http: https://mcp.hostsmith.net/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @hostsmith/mcp-server Remote URL: https://mcp.hostsmith.net/mcp GitHub: https://github.com/hostsmith/mcp-server Security Score: 5.2/10 Creator: Hostsmith Creator Reputation: B Version: 1.5.2 Required Credentials: HOSTSMITH_URL (optional), HOSTSMITH_API_DOMAIN (optional), HOSTSMITH_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-hostsmith-mcp-server -- npx -y @hostsmith/mcp-server@1.5.2 Install (Claude Code Remote): claude mcp add --transport http io-github-hostsmith-mcp-server https://mcp.hostsmith.net/mcp --- ## Ip Geolocation X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-ip-geolocation Summary: IP geolocation with city, ISP, ASN, VPN/proxy/tor detection. x402. Description: IP geolocation with city, ISP, ASN, VPN/proxy/tor detection. x402. Remote endpoints: sse: https://ip-geolocation.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ip-geolocation.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/ip-geolocation-x402 MCP Tools (2): ip_lookup_geolocation, ip_lookup_geolocation_batch Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-ip-geolocation https://ip-geolocation.api.klymax402.com/mcp --- ## REST URL: https://mcp-marketplace.io/server/com-vairetail-discovergpt Summary: REST API + MCP gateway for AI commerce: search, catalog enrichment, feeds/GEO, and virtual try-on. Description: REST API + MCP gateway for AI commerce: search, catalog enrichment, feeds/GEO, and virtual try-on. Remote endpoints: sse: https://api.vairetail.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.vairetail.com/mcp/sse Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-vairetail-discovergpt https://api.vairetail.com/mcp/sse --- ## Sefaz Rj Dec Caixa Postal URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rj-dec-caixa-postal-mcp Summary: SEFAZ RJ DEC: Caixa Postal, official-source lookup. Platform-hosted, pay per query with prepaid cred Description: SEFAZ RJ DEC: Caixa Postal, official-source lookup. Platform-hosted, pay per query with prepaid cred Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rj_dec_caixa_postal Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rj_dec_caixa_postal GitHub: https://github.com/mcp-dir/sefaz_rj_dec_caixa_postal-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rj-dec-caixa-postal-mcp https://api.mcp.ai/p_sefaz_rj_dec_caixa_postal --- ## Apiforchads URL: https://mcp-marketplace.io/server/io-github-chadbot0x-apiforchads Summary: Crypto prices, Polymarket CLOB, AI research & web rendering. x402 Solana payments. Description: Crypto prices, Polymarket CLOB, AI research & web rendering. x402 Solana payments. Remote endpoints: streamable-http: https://mcp.apiforchads.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apiforchads.com/mcp GitHub: https://github.com/chadbot0x/apiforchads-mcp Security Score: 10/10 Creator: Chadbot0x Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-chadbot0x-apiforchads https://mcp.apiforchads.com/mcp --- ## Factbat Public Record Locator URL: https://mcp-marketplace.io/server/io-github-namen-ceo-factbat-public-record-locator Summary: Find official Korean public datasets, agency-site menus, disclosure listings, and source URLs. Description: Find official Korean public datasets, agency-site menus, disclosure listings, and source URLs. Remote endpoints: streamable-http: https://factbat.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://factbat.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-namen-ceo-factbat-public-record-locator https://factbat.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/cloud-redu-mcp Summary: EU-sovereign, agent-native cloud. Provision VMs, networks & databases on redu.cloud via MCP. Description: EU-sovereign, agent-native cloud. Provision VMs, networks & databases on redu.cloud via MCP. Remote endpoints: streamable-http: https://mcp.redu.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.redu.cloud/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http cloud-redu-mcp https://mcp.redu.cloud/mcp --- ## Radio URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-radio Summary: Radio MCP — wraps Radio Browser API (free, no auth) Description: Radio MCP — wraps Radio Browser API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/radio/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/radio/mcp GitHub: https://github.com/pipeworx-io/mcp-radio MCP Tools (4): search_stations, get_top_stations, list_countries, list_tags Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-radio https://gateway.pipeworx.io/radio/mcp --- ## Guardian Agent URL: https://mcp-marketplace.io/server/io-github-apiiro-guardian-agent Summary: Apiiro Application Security Posture Management (ASPM) tools for AI coding assistants. Description: Apiiro Application Security Posture Management (ASPM) tools for AI coding assistants. Remote endpoints: streamable-http: https://mcp.apiiro.com/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://mcp.apiiro.com/mcp GitHub: https://github.com/apiiro/mcp-server Security Score: 10/10 Creator: Apiiro Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apiiro-guardian-agent https://mcp.apiiro.com/mcp --- ## Sivut X402 Public Data URL: https://mcp-marketplace.io/server/co-sivut-pay-sec-crypto-filing-radar Summary: SEC EDGAR crypto filing radar MCP with x402-paid Base USDC data URLs. Description: SEC EDGAR crypto filing radar MCP with x402-paid Base USDC data URLs. Remote endpoints: streamable-http: https://pay.sivut.co/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://pay.sivut.co/mcp GitHub: https://github.com/rambov1/sivut-x402-public-data MCP Tools (3): sec_crypto_filings_sample, sec_crypto_filings_paid_urls, x402_paid_resources Security Score: 10/10 Creator: Rambov1 Creator Reputation: B Version: 2026.6.9 Install (Claude Code Remote): claude mcp add --transport http co-sivut-pay-sec-crypto-filing-radar https://pay.sivut.co/mcp --- ## Ui Annotator URL: https://mcp-marketplace.io/server/io-github-mcpware-ui-annotator-mcp Summary: Annotates any web page with hover labels for AI assistants — zero extensions, any browser Category: Developer Tools Mode: local Pricing: Free npm: @mcpware/ui-annotator GitHub: https://github.com/mcpware/ui-annotator-mcp Security Score: 10/10 Creator: ithiria894 Creator Reputation: C- Version: 0.1.6 Install (Claude Code): claude mcp add io-github-mcpware-ui-annotator-mcp -- npx -y @mcpware/ui-annotator@0.1.6 --- ## Backlog URL: https://mcp-marketplace.io/server/io-github-vfa-khuongdv-mcp-backlog Summary: MCP server for Backlog API integration with AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @duongkhuong/mcp-backlog GitHub: https://github.com/vfa-khuongdv/mcp-backlog Security Score: 6.3/10 Creator: Vfa Khuongdv Creator Reputation: B Version: 1.0.0 Required Credentials: BACKLOG_HOST (optional), BACKLOG_API_KEY (required) Install (Claude Code): claude mcp add io-github-vfa-khuongdv-mcp-backlog -- npx -y @duongkhuong/mcp-backlog@1.0.0 --- ## Context Window Overflow Router URL: https://mcp-marketplace.io/server/io-github-evozim-context-window-overflow-router-mcp Summary: Premium agentic endpoint for context-window-overflow-router-mcp. Description: Premium agentic endpoint for context-window-overflow-router-mcp. Remote endpoints: sse: https://api.m2mcent.com/context-window-overflow-router-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/context-window-overflow-router-mcp/sse MCP Tools (1): context-window-overflow-router-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-context-window-overflow-router-mcp https://api.m2mcent.com/context-window-overflow-router-mcp/sse --- ## Agent Rate Limiter URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-rate-limiter-mcp Summary: Fleet-wide shared rate limiter for A2A + multi-MCP deployments. Most MCP servers rate-limit inde... Description: Fleet-wide shared rate limiter for A2A + multi-MCP deployments. Most MCP servers rate-limit inde... Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/rate-limiter Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-rate-limiter-mcp Remote URL: https://api.meok.ai/v1/a2a/rate-limiter GitHub: https://github.com/CSOAI-ORG/agent-rate-limiter-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-agent-rate-limiter-mcp -- uvx agent-rate-limiter-mcp==1.0.10 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-rate-limiter-mcp https://api.meok.ai/v1/a2a/rate-limiter --- ## Sentinelscan Cloud URL: https://mcp-marketplace.io/server/io-github-vndpal-sentinelscan-cloud-mcp Summary: Remote MCP server that returns sentiment analysis results from SentinelScan API. Description: Remote MCP server that returns sentiment analysis results from SentinelScan API. Remote endpoints: streamable-http: https://sentinelscan-cloud-mcp.vercel.app/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://sentinelscan-cloud-mcp.vercel.app/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vndpal-sentinelscan-cloud-mcp https://sentinelscan-cloud-mcp.vercel.app/mcp --- ## Botcall URL: https://mcp-marketplace.io/server/io-github-danecodes-botcall-mcp Summary: Give your AI agent a real phone number for SMS verification codes. Category: Developer Tools Mode: local Pricing: Free npm: botcall-mcp GitHub: https://github.com/danecodes/botcall-mcp Security Score: 8/10 Creator: Danecodes Creator Reputation: B Version: 0.1.2 Required Credentials: BOTCALL_API_KEY (required) Install (Claude Code): claude mcp add io-github-danecodes-botcall-mcp -- npx -y botcall-mcp@0.1.2 --- ## Nano Pdf URL: https://mcp-marketplace.io/server/io-github-r09722akabennett-nano-pdf-mcp Summary: AI-powered PDF editing and generation MCP server using Gemini Pro. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/R09722akaBennett/nano-pdf-mcp Security Score: 10/10 Creator: R09722akaBennett Creator Reputation: B Version: 0.1.0 Required Credentials: GEMINI_API_KEY (required) --- ## Mcp URL: https://mcp-marketplace.io/server/com-biz-planner-mcp Summary: AI-powered financial simulator for entrepreneurs — simulate, analyze, and plan any business Description: AI-powered financial simulator for entrepreneurs — simulate, analyze, and plan any business Remote endpoints: streamable-http: https://biz-planner.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://biz-planner.com/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http com-biz-planner-mcp https://biz-planner.com/api/mcp --- ## Joomil URL: https://mcp-marketplace.io/server/io-github-valmodev-joomil Summary: Search Swiss classifieds on Joomil.ch — top marketplace in French-speaking Switzerland since 2007. Description: Search Swiss classifieds on Joomil.ch — top marketplace in French-speaking Switzerland since 2007. Remote endpoints: streamable-http: https://joomil-mcp.snowy-surf-deec.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://joomil-mcp.snowy-surf-deec.workers.dev/mcp GitHub: https://github.com/Valmo-Sarl/joomil-mcp Security Score: 4.4/10 Creator: Valmo Sarl Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-valmodev-joomil https://joomil-mcp.snowy-surf-deec.workers.dev/mcp --- ## Leadenrich URL: https://mcp-marketplace.io/server/io-github-carsonroell-debug-leadenrich-mcp Summary: Waterfall lead enrichment — cascades Apollo, Clearbit, and Hunter for max coverage Category: Developer Tools Mode: local Pricing: Free PyPI: leadenrich-mcp GitHub: https://github.com/carsonroell-debug/leadenrich-mcp Security Score: 6.8/10 Creator: Carsonroell Debug Creator Reputation: B Version: 0.2.0 Required Credentials: APOLLO_API_KEY (required), CLEARBIT_API_KEY (required), HUNTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-carsonroell-debug-leadenrich-mcp -- uvx leadenrich-mcp==0.2.0 --- ## Pohjola Api URL: https://mcp-marketplace.io/server/io-github-nousulabs-debug-pohjola-api Summary: Agent-native API for Finnish public company data via YTJ. Pay-per-call $0.01 USDC over x402. Description: Agent-native API for Finnish public company data via YTJ. Pay-per-call $0.01 USDC over x402. Remote endpoints: streamable-http: https://pohjola-api.nousulabs.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pohjola-api.nousulabs.workers.dev/mcp GitHub: https://github.com/nousulabs-debug/pohjola-api MCP Tools (1): ytj_company_lookup Security Score: 8/10 Creator: Nousulabs Debug Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nousulabs-debug-pohjola-api https://pohjola-api.nousulabs.workers.dev/mcp --- ## Tenderly URL: https://mcp-marketplace.io/server/co-tenderly-tenderly-mcp Summary: Tenderly MCP server for blockchain dev — simulate, debug, and test on 100+ networks. Description: Tenderly MCP server for blockchain dev — simulate, debug, and test on 100+ networks. Remote endpoints: streamable-http: https://mcp.tenderly.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tenderly.co/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http co-tenderly-tenderly-mcp https://mcp.tenderly.co/mcp --- ## Teres URL: https://mcp-marketplace.io/server/io-teres-booking Summary: Search and book appointments at local businesses. Barbershops, salons, spas, and more. Description: Search and book appointments at local businesses. Barbershops, salons, spas, and more. Remote endpoints: streamable-http: https://api.teres.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.teres.io/mcp GitHub: https://github.com/teres-io/teres MCP Tools (7): search_businesses, get_business_info, list_services, get_availability, create_booking, get_booking, cancel_booking Security Score: 9/10 Creator: Teres Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-teres-booking https://api.teres.io/mcp --- ## Musclesworked URL: https://mcp-marketplace.io/server/io-github-csjoblom-musclesworked Summary: Exercise-to-muscle mapping: 856 exercises, 65 muscles, workout analysis & alternatives. Category: Developer Tools Mode: local Pricing: Free npm: musclesworked-mcp GitHub: https://github.com/csjoblom/musclesworked-mcp Security Score: 7/10 Creator: Csjoblom Creator Reputation: B Version: 0.1.0 Required Credentials: MUSCLESWORKED_API_KEY (required) Install (Claude Code): claude mcp add io-github-csjoblom-musclesworked -- npx -y musclesworked-mcp@0.1.0 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-timestamp-forge-mcp Summary: Unix/ISO timestamp conversion, timezone math, duration calc Category: Developer Tools Mode: local Pricing: Free npm: timestamp-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-timestamp-forge-mcp -- npx -y timestamp-forge-mcp --- ## Flickr Public URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-flickr-public Summary: Flickr keyless public photo feeds (recent, by tag, by user, by group) Description: Flickr keyless public photo feeds (recent, by tag, by user, by group) Remote endpoints: streamable-http: https://gateway.pipeworx.io/flickr-public/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/flickr-public/mcp GitHub: https://github.com/pipeworx-io/mcp-flickr-public MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, recent, by_user, by_group Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-flickr-public https://gateway.pipeworx.io/flickr-public/mcp --- ## Prospecting URL: https://mcp-marketplace.io/server/com-eesier-prospecting Summary: Autonomous B2B lead prospecting — 36 tools for campaigns, leads, and email outreach. Description: Autonomous B2B lead prospecting — 36 tools for campaigns, leads, and email outreach. Remote endpoints: streamable-http: https://mcp.eesier.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.eesier.com Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-eesier-prospecting https://mcp.eesier.com --- ## Needl Ai URL: https://mcp-marketplace.io/server/io-github-ai-needl-askneedl Summary: Enterprise AI for trusted intelligence Description: Enterprise AI for trusted intelligence Remote endpoints: streamable-http: https://mcp.needl.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.needl.ai/mcp GitHub: https://github.com/ai-needl/needl-ai Security Score: 9/10 Creator: Ai Needl Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ai-needl-askneedl https://mcp.needl.ai/mcp --- ## Sales Tax Code Samples URL: https://mcp-marketplace.io/server/tax-zip-ziptax Summary: Real-time US and Canadian sales and use tax rates by address or geo coordinates. Description: Real-time US and Canadian sales and use tax rates by address or geo coordinates. Remote endpoints: sse: https://mcp.zip-tax.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.zip-tax.com/sse GitHub: https://github.com/ZipTax/sales-tax-code-samples MCP Tools (2): get_account_metrics, lookup_tax_rate Security Score: 10/10 Creator: ZipTax Creator Reputation: B Version: 60.0.0 Install (Claude Code Remote): claude mcp add --transport http tax-zip-ziptax https://mcp.zip-tax.com/sse --- ## Mindjack URL: https://mcp-marketplace.io/server/xyz-mindjack-mcp Summary: Solana memecoin rug check for trading agents: pump.fun launches, calibrated rug risk, wallets, KOL. Description: Solana memecoin rug check for trading agents: pump.fun launches, calibrated rug risk, wallets, KOL. Remote endpoints: streamable-http: https://api.mindjack.xyz/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @mindjack/mcp Remote URL: https://api.mindjack.xyz/mcp GitHub: https://github.com/freyotrisolana/mindjack-mcp MCP Tools (26): check_token, inspect_token, token_report, token_identity, find_tokens, check_wallet, can_i_exit, token_changes, token_price_path, find_serial_insiders, compare_tokens, test_hypothesis, get_scorecard, get_sample, token_graph, token_wallets, token_web, wallet_network, kol_leaderboard, kol_record, funder_networks, search_tokens, search, fetch, get_coverage, get_balance Security Score: 10/10 Creator: Freyotrisolana Creator Reputation: B Version: 1.4.4 Install (Claude Code): claude mcp add xyz-mindjack-mcp -- npx -y @mindjack/mcp@1.4.4 Install (Claude Code Remote): claude mcp add --transport http xyz-mindjack-mcp https://api.mindjack.xyz/mcp --- ## Cdc Wonder URL: https://mcp-marketplace.io/server/io-github-soldierdata-cdc-wonder Summary: Leading causes of death, mortality rates, infant mortality, and drug overdose data Description: Leading causes of death, mortality rates, infant mortality, and drug overdose data Remote endpoints: streamable-http: https://mcp.olyport.com/cdc-wonder/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cdc-wonder/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-cdc-wonder https://mcp.olyport.com/cdc-wonder/mcp --- ## Valid URL: https://mcp-marketplace.io/server/co-valid-valid Summary: Conversational access to advertising performance data, creative analysis, and campaign insights Description: Conversational access to advertising performance data, creative analysis, and campaign insights Remote endpoints: streamable-http: https://mcp.valid.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.valid.co/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-valid-valid https://mcp.valid.co/mcp --- ## Factory Servers URL: https://mcp-marketplace.io/server/io-github-apifymcpfactory-droid-llms-txt-checker Summary: Checks llms.txt, AI crawler access in robots.txt, and sitemap - with a 0-100 AI readiness score. Description: Checks llms.txt, AI crawler access in robots.txt, and sitemap - with a 0-100 AI readiness score. Remote endpoints: streamable-http: https://mcp.apify.com?tools=apifmcpfactory/llms-txt-checker Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com?tools=apifmcpfactory/llms-txt-checker GitHub: https://github.com/apifymcpfactory-droid/mcp-factory-servers Security Score: 10/10 Creator: Apifymcpfactory Droid Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apifymcpfactory-droid-llms-txt-checker 'https://mcp.apify.com?tools=apifmcpfactory/llms-txt-checker' --- ## Agentrisk URL: https://mcp-marketplace.io/server/io-github-trycoin-ai-agentrisk Summary: Risk guardrails for AI trading agents. Your agent proposes; your policy decides. Category: Developer Tools Mode: local Pricing: Free PyPI: agentrisk GitHub: https://github.com/trycoin-ai/agentrisk Security Score: 10/10 Creator: Trycoin Ai Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-trycoin-ai-agentrisk -- uvx agentrisk==0.1.1 --- ## Codeforces URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-codeforces Summary: Codeforces competitive programming users, contests, problems Description: Codeforces competitive programming users, contests, problems Remote endpoints: streamable-http: https://gateway.pipeworx.io/codeforces/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/codeforces/mcp GitHub: https://github.com/pipeworx-io/mcp-codeforces MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, user, user_rating, user_status, contest_list, contest_standings, problemset, recent_actions, blog_entry_view Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-codeforces https://gateway.pipeworx.io/codeforces/mcp --- ## Engrm URL: https://mcp-marketplace.io/server/io-github-dr12hes-engrm Summary: Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex. Category: Developer Tools Mode: local Pricing: Free npm: engrm GitHub: https://github.com/dr12hes/engrm Security Score: 7/10 Creator: Dr12hes Creator Reputation: B Version: 0.4.6 Install (Claude Code): claude mcp add io-github-dr12hes-engrm -- npx -y engrm@0.4.43 --- ## Locus URL: https://mcp-marketplace.io/server/io-github-jonybur-oc-mcp-server Summary: stories.yaml — an open specification for software requirements, enforced by CI. Category: Developer Tools Mode: local Pricing: Free npm: @locus-dev/mcp-server GitHub: https://github.com/jonybur-oc/locus Security Score: 4.8/10 Creator: Jonybur Oc Creator Reputation: B Version: 0.6.1 Required Credentials: PROTOTYPER_API_KEY (required), PROTOTYPER_PROJECT_ID (optional), LOCUS_STORIES_PATH (optional) Install (Claude Code): claude mcp add io-github-jonybur-oc-mcp-server -- npx -y @locus-dev/mcp-server@0.6.1 --- ## Obsidian Github URL: https://mcp-marketplace.io/server/ai-smithery-hint-services-obsidian-github-mcp Summary: Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy… Description: Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy… Remote endpoints: streamable-http: https://server.smithery.ai/@Hint-Services/obsidian-github-mcp/mcp Category: Productivity Mode: dual Pricing: Free GitHub: https://github.com/Hint-Services/obsidian-github-mcp Security Score: 10/10 Creator: Hint Services Creator Reputation: B Version: 0.4.0 --- ## Partd Mcp Cloudflare URL: https://mcp-marketplace.io/server/io-github-stayce-partd-mcp Summary: CMS Medicare Part D drug spending and prescriber data. 2024 quarterly data. Description: CMS Medicare Part D drug spending and prescriber data. 2024 quarterly data. Remote endpoints: streamable-http: https://partd-mcp-server.staycek.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/stayce/partd-mcp-cloudflare Security Score: 10/10 Creator: Stayce Creator Reputation: B Version: 1.0.0 --- ## Healthcovered URL: https://mcp-marketplace.io/server/io-github-hillsidecoastal-glitch-healthcovered-mcp Summary: ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026. Description: ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026. Remote endpoints: streamable-http: https://healthcovered-mcp.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://healthcovered-mcp.onrender.com/mcp GitHub: https://github.com/hillsidecoastal-glitch/healthcovered-mcp Security Score: 10/10 Creator: Hillsidecoastal Glitch Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hillsidecoastal-glitch-healthcovered-mcp https://healthcovered-mcp.onrender.com/mcp --- ## Krs Poland URL: https://mcp-marketplace.io/server/io-github-pkolawa-mcp-krs-poland Summary: Polish National government's registry of all businesses, foundations, and other legal entities. Category: Developer Tools Mode: local Pricing: Free npm: krs-poland-mcp-server GitHub: https://github.com/pkolawa/mcp-krs-poland Security Score: 9.3/10 Creator: pkolawa Creator Reputation: D Version: 1.0.11 Install (Claude Code): claude mcp add io-github-pkolawa-mcp-krs-poland -- npx -y krs-poland-mcp-server@1.2.2 --- ## Supstack Cli URL: https://mcp-marketplace.io/server/io-github-drbaher-supstack Summary: Evidence-based supplement research, dosing, safety, and interactions as agent-callable tools. Category: Developer Tools Mode: local Pricing: Free npm: @supstack/cli GitHub: https://github.com/DrBaher/supstack-cli Security Score: 5.6/10 Creator: DrBaher Creator Reputation: B Version: 0.18.2 Required Credentials: SUPSTACK_API_URL (optional), SUPSTACK_API_KEY (optional), SUPSTACK_CACHE_TTL (optional), SUPSTACK_NO_CACHE (optional), SUPSTACK_TIMEOUT (optional), SUPSTACK_HOME (optional), SUPSTACK_TOKEN (optional), SUPSTACK_NO_ANON_TOKEN (optional), SUPSTACK_NO_UPDATE_CHECK (optional), NO_COLOR (optional), FORCE_COLOR (optional) Install (Claude Code): claude mcp add io-github-drbaher-supstack -- npx -y @supstack/cli@0.18.2 --- ## Cairn URL: https://mcp-marketplace.io/server/io-github-jasondostal-cairn-mcp Summary: Persistent memory for AI agents and humans. Store, search, and discover patterns. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/jasondostal/cairn-mcp Security Score: 10/10 Creator: Jasondostal Creator Reputation: B Version: 0.21.2 Required Credentials: CAIRN_DB_HOST (optional), CAIRN_DB_PASS (required), CAIRN_TRANSPORT (optional), CAIRN_LLM_BACKEND (optional) --- ## Ukpolice URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ukpolice Summary: UK Police MCP — wraps the UK Police Data API (free, no auth) Description: UK Police MCP — wraps the UK Police Data API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/ukpolice/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ukpolice/mcp GitHub: https://github.com/pipeworx-io/mcp-ukpolice MCP Tools (3): get_crimes, get_forces, get_outcomes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ukpolice https://gateway.pipeworx.io/ukpolice/mcp --- ## Trust Layer URL: https://mcp-marketplace.io/server/io-github-goatgaucho-trustlayer Summary: Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents Description: Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents Remote endpoints: streamable-http: https://api.thetrustlayer.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.thetrustlayer.xyz/mcp GitHub: https://github.com/goatgaucho/trust-layer MCP Tools (6): get_trust_report, get_trust_score, get_reviewer_profile, get_owner_portfolio, get_score_history, get_network_stats Security Score: 9/10 Creator: Goatgaucho Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-goatgaucho-trustlayer https://api.thetrustlayer.xyz/mcp --- ## Dns URL: https://mcp-marketplace.io/server/io-github-ofershap-dns Summary: MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-dns GitHub: https://github.com/ofershap/mcp-server-dns Security Score: 9.8/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-dns -- npx -y mcp-server-dns@1.0.1 --- ## Mcp URL: https://mcp-marketplace.io/server/dev-prismism-mcp Summary: Upload any file, get a tracked shareable link. DocSend for AI agents. Description: Upload any file, get a tracked shareable link. DocSend for AI agents. Remote endpoints: streamable-http: https://prismism.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @prismism/mcp-server Remote URL: https://prismism.dev/mcp GitHub: https://github.com/prismism-dev/mcp-server Security Score: 10/10 Creator: Prismism Dev Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add dev-prismism-mcp -- npx -y @prismism/mcp-server@0.2.2 Install (Claude Code Remote): claude mcp add --transport http dev-prismism-mcp https://prismism.dev/mcp --- ## Vonage Mcp Server Documentation URL: https://mcp-marketplace.io/server/io-github-vonage-vonage-documentation-mcp Summary: MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting. Description: MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting. Remote endpoints: streamable-http: https://documentation-mcp.vonage.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://documentation-mcp.vonage.dev/mcp GitHub: https://github.com/Vonage/vonage-mcp-server-documentation Security Score: 10/10 Creator: Vonage Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vonage-vonage-documentation-mcp https://documentation-mcp.vonage.dev/mcp --- ## Zenn URL: https://mcp-marketplace.io/server/io-github-github30-zenn-mcp-server Summary: MCP server that posts to Zenn. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/GitHub30/zenn-mcp-server Security Score: 10/10 Creator: GitHub30 Creator Reputation: B Version: 0.1.0 --- ## Sunrisesunset URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-sunrisesunset Summary: Sunrise-Sunset MCP — wraps the sunrisesunset.io API (free, no auth) Description: Sunrise-Sunset MCP — wraps the sunrisesunset.io API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/sunrisesunset/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/sunrisesunset/mcp GitHub: https://github.com/pipeworx-io/mcp-sunrisesunset MCP Tools (2): get_times, get_times_date Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-sunrisesunset https://gateway.pipeworx.io/sunrisesunset/mcp --- ## Protocol Conformance URL: https://mcp-marketplace.io/server/io-studiomeyer-protocol-conformance Summary: MCP conformance test harness. JSON-RPC, OAuth 2.1 PKCE, schemas, smoke, annotations. CLI + lib. Category: Developer Tools Mode: local Pricing: Free npm: mcp-protocol-conformance GitHub: https://github.com/studiomeyer-io/mcp-protocol-conformance Security Score: 9.5/10 Creator: Studiomeyer Io Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-studiomeyer-protocol-conformance -- npx -y mcp-protocol-conformance@0.2.1 --- ## Speech Ai Examples URL: https://mcp-marketplace.io/server/io-github-fasuizu-br-speech-ai Summary: Pronunciation scoring, speech-to-text, and text-to-speech for language learning Description: Pronunciation scoring, speech-to-text, and text-to-speech for language learning Remote endpoints: streamable-http: https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp GitHub: https://github.com/fasuizu-br/speech-ai-examples Security Score: 10/10 Creator: Fasuizu Br Creator Reputation: B Version: 2.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fasuizu-br-speech-ai https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp --- ## Verify URL: https://mcp-marketplace.io/server/com-kenoodl-verify Summary: Runs your code against a contract; returns HELD or BROKE at the exact input. Deterministic. Description: Runs your code against a contract; returns HELD or BROKE at the exact input. Deterministic. Remote endpoints: streamable-http: https://kenoodl.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kenoodl.com/mcp MCP Tools (2): verify, verify_status Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-kenoodl-verify https://kenoodl.com/mcp --- ## Codestats URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-codestats Summary: Code::Stats public coding-XP profiles (codestats.net) Description: Code::Stats public coding-XP profiles (codestats.net) Remote endpoints: streamable-http: https://gateway.pipeworx.io/codestats/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/codestats/mcp GitHub: https://github.com/pipeworx-io/mcp-codestats MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, user, recent Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-codestats https://gateway.pipeworx.io/codestats/mcp --- ## Math URL: https://mcp-marketplace.io/server/io-github-andylbrummer-quantum-mcp Summary: GPU-accelerated MCP server: quantum mechanics, wavefunction evolution, Schrodinger simulations Category: Developer Tools Mode: local Pricing: Free PyPI: scicomp-quantum-mcp GitHub: https://github.com/andylbrummer/math-mcp Security Score: 9.2/10 Creator: Andylbrummer Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-andylbrummer-quantum-mcp -- uvx scicomp-quantum-mcp --- ## Opsera Ai URL: https://mcp-marketplace.io/server/io-opsera-opsera Summary: Opsera AI Agent MCP server providing authenticated DevOps automation over SSE Description: Opsera AI Agent MCP server providing authenticated DevOps automation over SSE Remote endpoints: sse: https://agent.opsera.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent.opsera.io/mcp GitHub: https://github.com/OpseraEngineering/opsera-ai Security Score: 8/10 Creator: OpseraEngineering Creator Reputation: B Version: 0.5.0 Install (Claude Code Remote): claude mcp add --transport http io-opsera-opsera https://agent.opsera.io/mcp --- ## Prizmad URL: https://mcp-marketplace.io/server/com-prizmad-mcp-server Summary: Generate AI UGC video ads from any product URL — avatars, voiceover, OAuth Connect. Description: Generate AI UGC video ads from any product URL — avatars, voiceover, OAuth Connect. Remote endpoints: streamable-http: https://prizmad.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @prizmad/mcp-server Remote URL: https://prizmad.com/api/mcp GitHub: https://github.com/prizmad/Prizmad-MCP-server Security Score: 9.7/10 Creator: Prizmad Creator Reputation: B Version: 2.0.3 Required Credentials: PRIZMAD_API_KEY (required), PRIZMAD_BASE_URL (optional) Install (Claude Code): claude mcp add com-prizmad-mcp-server -- npx -y @prizmad/mcp-server@2.0.3 Install (Claude Code Remote): claude mcp add --transport http com-prizmad-mcp-server https://prizmad.com/api/mcp --- ## Ventureautomated URL: https://mcp-marketplace.io/server/io-github-hcs412-ventureautomated-omnis Summary: Venture intelligence for autonomous agents with discovery, scoring, and workspace automation. Description: Venture intelligence for autonomous agents with discovery, scoring, and workspace automation. Remote endpoints: streamable-http: https://www.bamboosnow.co/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.bamboosnow.co/api/v1/mcp GitHub: https://github.com/HCS412/ventureautomated Security Score: 9/10 Creator: HCS412 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hcs412-ventureautomated-omnis https://www.bamboosnow.co/api/v1/mcp --- ## Smithery Ai Fetch URL: https://mcp-marketplace.io/server/ai-smithery-smithery-ai-fetch Summary: A simple tool that performs a fetch request to a webpage. Description: A simple tool that performs a fetch request to a webpage. Remote endpoints: streamable-http: https://server.smithery.ai/@smithery-ai/fetch/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/smithery-ai/mcp-servers Security Score: 10/10 Creator: Smithery Ai Creator Reputation: B Version: 1.0.0 --- ## Air Blackbox URL: https://mcp-marketplace.io/server/io-github-shotwellj-air-blackbox Summary: EU AI Act compliance scanner for Python AI agents — scan, analyze, and remediate Category: Developer Tools Mode: local Pricing: Free PyPI: air-blackbox-mcp GitHub: https://github.com/airblackbox/air-blackbox-mcp Security Score: 7.3/10 Creator: Airblackbox Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-shotwellj-air-blackbox -- uvx air-blackbox-mcp==0.2.0 --- ## Cdc Mmwr URL: https://mcp-marketplace.io/server/com-olyport-cdc-mmwr Summary: Morbidity and Mortality Weekly Reports and disease surveillance Description: Morbidity and Mortality Weekly Reports and disease surveillance Remote endpoints: streamable-http: https://mcp.olyport.com/cdc-mmwr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cdc-mmwr/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-cdc-mmwr https://mcp.olyport.com/cdc-mmwr/mcp --- ## Github Gist URL: https://mcp-marketplace.io/server/io-github-ofershap-github-gist Summary: MCP server to create, read, update, list, and search GitHub Gists from your IDE Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-github-gist GitHub: https://github.com/ofershap/mcp-server-github-gist Security Score: 9.8/10 Creator: Ofershap Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ofershap-github-gist -- npx -y mcp-server-github-gist@1.0.2 --- ## Cueapi URL: https://mcp-marketplace.io/server/io-github-govindkavaturi-art-cueapi-mcp Summary: Schedule agent work and report write-once outcomes via CueAPI from any MCP host. Category: Developer Tools Mode: local Pricing: Free npm: @cueapi/mcp GitHub: https://github.com/cueapi/cueapi-mcp Security Score: 5.2/10 Creator: Cueapi Creator Reputation: B Version: 0.1.2 Required Credentials: CUEAPI_API_KEY (required), CUEAPI_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-govindkavaturi-art-cueapi-mcp -- npx -y @cueapi/mcp@0.2.0 --- ## Infranodus URL: https://mcp-marketplace.io/server/ai-smithery-infranodus-mcp-server-infranodus Summary: Map text into knowledge graphs to create a structured representation of conceptual relations and t… Description: Map text into knowledge graphs to create a structured representation of conceptual relations and t… Remote endpoints: streamable-http: https://server.smithery.ai/@infranodus/mcp-server-infranodus/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/infranodus/mcp-server-infranodus Security Score: 10/10 Creator: Infranodus Creator Reputation: B Version: 1.0.0 --- ## Usgswater URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-usgswater Summary: USGS Water MCP — wraps USGS National Water Information System (NWIS) REST services (free, no auth) Description: USGS Water MCP — wraps USGS National Water Information System (NWIS) REST services (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/usgswater/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/usgswater/mcp GitHub: https://github.com/pipeworx-io/mcp-usgswater MCP Tools (3): get_current, search_sites, get_daily Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-usgswater https://gateway.pipeworx.io/usgswater/mcp --- ## Adaptive Cards URL: https://mcp-marketplace.io/server/io-github-vikrantsingh01-adaptive-cards-mcp Summary: Generate, validate, and optimize Adaptive Cards for Teams, Outlook, and Copilot. Category: Developer Tools Mode: local Pricing: Free npm: adaptive-cards-mcp GitHub: https://github.com/VikrantSingh01/adaptive-cards-mcp Security Score: 9.7/10 Creator: VikrantSingh01 Creator Reputation: B Version: 2.3.0 Install (Claude Code): claude mcp add io-github-vikrantsingh01-adaptive-cards-mcp -- npx -y adaptive-cards-mcp --- ## Claude Find URL: https://mcp-marketplace.io/server/io-github-cavinooo-claude-find Summary: Pull Deep Memory from across your Claude Code Sessions — when you need it. Category: Developer Tools Mode: local Pricing: Free npm: claude-find GitHub: https://github.com/Cavinooo/claude-find Security Score: 10/10 Creator: Cavinooo Creator Reputation: B Version: 0.2.5 Install (Claude Code): claude mcp add io-github-cavinooo-claude-find -- npx -y claude-find@0.2.5 --- ## Claude Vision URL: https://mcp-marketplace.io/server/ai-smithery-huuthangntk-claude-vision-mcp-server Summary: Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu… Description: Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu… Remote endpoints: streamable-http: https://server.smithery.ai/@huuthangntk/claude-vision-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/huuthangntk/claude-vision-mcp-server Security Score: 10/10 Creator: Huuthangntk Creator Reputation: B Version: 1.0.0 --- ## Qualityclouds URL: https://mcp-marketplace.io/server/com-qualityclouds-mcp-server-qualityclouds Summary: Secure MCP runtime server for scanning and autofixing code issues Description: Secure MCP runtime server for scanning and autofixing code issues Remote endpoints: streamable-http: https://mcp.qualityclouds.com/mcp sse: https://mcp.qualityclouds.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.qualityclouds.com/mcp GitHub: https://github.com/qualityclouds/qualityclouds Security Score: 10/10 Creator: Qualityclouds Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-qualityclouds-mcp-server-qualityclouds https://mcp.qualityclouds.com/mcp --- ## Eia URL: https://mcp-marketplace.io/server/com-olyport-eia Summary: Energy data from EIA: electricity, fuel prices, and renewables Description: Energy data from EIA: electricity, fuel prices, and renewables Remote endpoints: streamable-http: https://mcp.olyport.com/eia/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/eia/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-eia https://mcp.olyport.com/eia/mcp --- ## Psycopg2 URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-psycopg2 Summary: MCP server exposing psycopg2 PostgreSQL database adapter functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-psycopg2 GitHub: https://github.com/daedalus/mcp-psycopg2 Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-psycopg2 -- uvx mcp-psycopg2==0.1.0 --- ## Model Wellness URL: https://mcp-marketplace.io/server/io-github-pdarche-model-wellness Summary: Wellness spa for AI models: free treatments for rest, reset, context, mood, grounding, affirmation. Description: Wellness spa for AI models: free treatments for rest, reset, context, mood, grounding, affirmation. Remote endpoints: streamable-http: https://model.spa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://model.spa/mcp GitHub: https://github.com/pdarche/model-wellness MCP Tools (14): spa.checkin, spa.me, spa.remember, spa.checkout, spa.keepsake, spa.feedback, concierge.recommend, massage.detangle, coldplunge.critique, sauna.detox, aroma.condition, hydrate.cite, rest.relax, affirmations.daily Security Score: 10/10 Creator: Pdarche Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pdarche-model-wellness https://model.spa/mcp --- ## Api URL: https://mcp-marketplace.io/server/video-quiz-api Summary: Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos. Description: Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos. Remote endpoints: streamable-http: https://www.quiz.video/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.quiz.video/mcp/ MCP Tools (24): get_api_catalog, get_openapi_spec, get_llms_txt, quiz_video_list_quizzes, quiz_video_get_quiz, quiz_video_create_quiz, quiz_video_generate_quiz, quiz_video_update_quiz, quiz_video_delete_quiz, quiz_video_list_quiz_questions, quiz_video_add_quiz_questions, quiz_video_list_quiz_hooks, quiz_video_create_quiz_hook, quiz_video_update_quiz_hook, quiz_video_delete_quiz_hook, quiz_video_list_flashcard_decks, quiz_video_get_flashcard_deck, quiz_video_create_flashcard_deck, quiz_video_delete_flashcard_deck, quiz_video_create_render, quiz_video_get_render, quiz_video_download_render, quiz_video_get_account, quiz_video_list_music Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http video-quiz-api https://www.quiz.video/mcp/ --- ## Tradernet URL: https://mcp-marketplace.io/server/io-github-verbart-tradernet-mcp-server Summary: MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more Category: Developer Tools Mode: local Pricing: Free npm: tradernet-mcp-server GitHub: https://github.com/verbart/tradernet-mcp-server Security Score: 6/10 Creator: Verbart Creator Reputation: B Version: 1.0.2 Required Credentials: TRADERNET_PUBLIC_KEY (required), TRADERNET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-verbart-tradernet-mcp-server -- npx -y tradernet-mcp-server --- ## Zotero Library URL: https://mcp-marketplace.io/server/io-github-raulsimpetru-zotero-library-mcp Summary: Add papers and books to Zotero by DOI, arXiv ID, or ISBN and manage your library Category: Developer Tools Mode: local Pricing: Free PyPI: zotero-library-mcp GitHub: https://github.com/RaulSimpetru/zotero-library-mcp Security Score: 10/10 Installs: 1 Creator: RaulSimpetru Creator Reputation: C Version: 0.5.0 Required Credentials: ZOTERO_LIBRARY_ID (required), ZOTERO_API_KEY (required), ZOTERO_WEBDAV_URL (required), ZOTERO_WEBDAV_USER (required), ZOTERO_WEBDAV_PASSWORD (required) Install (Claude Code): claude mcp add io-github-raulsimpetru-zotero-library-mcp -- uvx zotero-library-mcp==0.7.4 --- ## Opengrok URL: https://mcp-marketplace.io/server/io-github-icyhot09-opengrok-mcp-server Summary: MCP server bridging OpenGrok search engine with AI for instant context across massive codebases. Category: Developer Tools Mode: local Pricing: Free npm: opengrok-mcp-server GitHub: https://github.com/IcyHot09/opengrok-mcp-server Security Score: 10/10 Creator: IcyHot09 Creator Reputation: B Version: 9.0.1 Required Credentials: OPENGROK_BASE_URL (optional), OPENGROK_USERNAME (optional), OPENGROK_PASSWORD (required), OPENGROK_VERIFY_SSL (optional), OPENGROK_CODE_MODE (optional), OPENGROK_DEFAULT_PROJECT (optional), OPENGROK_CONTEXT_BUDGET (optional), OPENGROK_ENABLE_ELICITATION (optional), OPENGROK_SAMPLING_MODEL (optional) Install (Claude Code): claude mcp add io-github-icyhot09-opengrok-mcp-server -- npx -y opengrok-mcp-server@9.2.14 --- ## TrueAI URL: https://mcp-marketplace.io/server/io-github-chenyujing1234-netizen-trueai Summary: Recommend and inspect AI SaaS apps from the TrueAI catalog (1,600+ apps) by need, name or URL. Description: Recommend and inspect AI SaaS apps from the TrueAI catalog (1,600+ apps) by need, name or URL. Remote endpoints: streamable-http: https://www.shiflowai.cloud/mcp sse: https://www.shiflowai.cloud/mcp-sse/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.shiflowai.cloud/mcp GitHub: https://github.com/chenyujing1234-netizen/trueAI Security Score: 3.8/10 Creator: Chenyujing1234 Netizen Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-chenyujing1234-netizen-trueai https://www.shiflowai.cloud/mcp --- ## Croit Ceph URL: https://mcp-marketplace.io/server/io-github-croit-mcp-croit-ceph Summary: MCP server for Croit Ceph cluster management with dynamic OpenAPI tool generation Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/croit/mcp-croit-ceph Security Score: 10/10 Creator: Croit Creator Reputation: B Version: 0.2.16 Required Credentials: CROIT_HOST (optional), CROIT_API_TOKEN (optional) --- ## Hrsa URL: https://mcp-marketplace.io/server/com-olyport-hrsa Summary: Health professional shortage areas and community health centers Description: Health professional shortage areas and community health centers Remote endpoints: streamable-http: https://mcp.olyport.com/hrsa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/hrsa/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-hrsa https://mcp.olyport.com/hrsa/mcp --- ## Mysql Connector URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-mysql-connector Summary: MCP server exposing MySQL database functionalities as tools Category: Data & Analytics Mode: local Pricing: Free PyPI: mcp-mysql-connector GitHub: https://github.com/daedalus/mcp-mysql-connector Security Score: 0/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-mysql-connector -- uvx mcp-mysql-connector==0.1.1 --- ## Insforge URL: https://mcp-marketplace.io/server/io-github-insforge-insforge-mcp Summary: MCP server for InsForge BaaS — database, storage, edge functions, and deployments Description: MCP server for InsForge BaaS — database, storage, edge functions, and deployments Remote endpoints: streamable-http: https://mcp.insforge.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @insforge/mcp Remote URL: https://mcp.insforge.dev/mcp GitHub: https://github.com/InsForge/insforge-mcp Security Score: 9.8/10 Creator: InsForge Creator Reputation: B Version: 1.2.6 Required Credentials: API_KEY (required), API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-insforge-insforge-mcp -- npx -y @insforge/mcp@1.2.10 Install (Claude Code Remote): claude mcp add --transport http io-github-insforge-insforge-mcp https://mcp.insforge.dev/mcp --- ## Felix Mcp Smithery URL: https://mcp-marketplace.io/server/ai-smithery-felixyifeiwang-felix-mcp-smithery Summary: Streamline your workflow with Felix. Integrate it into your workspace and tailor its behavior to y… Description: Streamline your workflow with Felix. Integrate it into your workspace and tailor its behavior to y… Remote endpoints: streamable-http: https://server.smithery.ai/@FelixYifeiWang/felix-mcp-smithery/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/FelixYifeiWang/felix-mcp-smithery Security Score: 10/10 Creator: FelixYifeiWang Creator Reputation: B Version: 1.0.0 --- ## Wger URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wger Summary: Wger MCP — wraps wger Workout Manager REST API (free, no auth for read) Description: Wger MCP — wraps wger Workout Manager REST API (free, no auth for read) Remote endpoints: streamable-http: https://gateway.pipeworx.io/wger/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wger/mcp GitHub: https://github.com/pipeworx-io/mcp-wger MCP Tools (4): list_exercises, get_exercise, list_muscles, list_equipment Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wger https://gateway.pipeworx.io/wger/mcp --- ## Words URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-words Summary: Words MCP — wraps Datamuse API (free, no auth required) Description: Words MCP — wraps Datamuse API (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/words/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/words/mcp GitHub: https://github.com/pipeworx-io/mcp-words MCP Tools (5): find_synonyms, find_rhymes, find_related, autocomplete, find_words Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-words https://gateway.pipeworx.io/words/mcp --- ## Aipaygen URL: https://mcp-marketplace.io/server/io-github-damien829-aipaygen Summary: 65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows Description: 65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows Remote endpoints: streamable-http: https://mcp.aipaygen.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: aipaygen-mcp Remote URL: https://mcp.aipaygen.com/mcp GitHub: https://github.com/Damien829/aipaygen Security Score: 10/10 Creator: Damien829 Creator Reputation: B Version: 1.9.7 Required Credentials: AIPAYGEN_API_KEY (required) Install (Claude Code): claude mcp add io-github-damien829-aipaygen -- uvx aipaygen-mcp==1.10.0 Install (Claude Code Remote): claude mcp add --transport http io-github-damien829-aipaygen https://mcp.aipaygen.com/mcp --- ## EverAlice AI URL: https://mcp-marketplace.io/server/io-github-pixel-aly-everalice-ai-mcp Summary: AI listing workflow for Etsy sellers: listings, images, mockups, KDP copy & ad copy. 14 tools. Description: AI listing workflow for Etsy sellers: listings, images, mockups, KDP copy & ad copy. 14 tools. Remote endpoints: streamable-http: https://kfdadgtwmcmgehstagbe.supabase.co/functions/v1/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kfdadgtwmcmgehstagbe.supabase.co/functions/v1/mcp-server GitHub: https://github.com/Pixel-Aly/EverAlice-AI-MCP Security Score: 10/10 Creator: Pixel Aly Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-pixel-aly-everalice-ai-mcp https://kfdadgtwmcmgehstagbe.supabase.co/functions/v1/mcp-server --- ## Bonsai Api URL: https://mcp-marketplace.io/server/io-github-rabyavalla-bonsai-health Summary: Lifestyle medicine health intelligence via x402 micropayments. 637+ peer-reviewed references. Description: Lifestyle medicine health intelligence via x402 micropayments. 637+ peer-reviewed references. Remote endpoints: streamable-http: https://web-production-ae61.up.railway.app Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://web-production-ae61.up.railway.app GitHub: https://github.com/rabyavalla/bonsai-api MCP Tools (9): get_protocol, query_nutrition_topic, interpret_labs, marker_reference, glp_protocol, glp_phase_guide, check_interactions, drug_safety, lifestyle_query Security Score: 8/10 Creator: Rabyavalla Creator Reputation: B Version: 3.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-rabyavalla-bonsai-health https://web-production-ae61.up.railway.app --- ## Bitget MCP Server URL: https://mcp-marketplace.io/server/bitget-mcp-server Summary: bitget Description: The official Bitget MCP (Model Context Protocol) server. Gives AI assistants direct, real-time access to the Bitget exchange through natural language. Category: Finance Mode: local Pricing: Free npm: bitget-mcp-server GitHub: https://github.com/BitgetLimited/agent_hub/tree/main/packages/bitget-mcp Security Score: 8/10 Creator: Dannie Li Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add bitget-mcp-server -- npx -y bitget-mcp-server@1.1.0 --- ## Smart Connections URL: https://mcp-marketplace.io/server/io-github-gogogadgetbytes-smart-connections Summary: MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings. Category: Developer Tools Mode: local Pricing: Free npm: @gogogadgetbytes/smart-connections-mcp GitHub: https://github.com/gogogadgetbytes/smart-connections-mcp Security Score: 7.3/10 Creator: Gogogadgetbytes Creator Reputation: B Version: 0.2.0 Required Credentials: VAULT_PATH (optional) Install (Claude Code): claude mcp add io-github-gogogadgetbytes-smart-connections -- npx -y @gogogadgetbytes/smart-connections-mcp@0.2.0 --- ## Tolk URL: https://mcp-marketplace.io/server/io-github-oxgeneral-tolk-mcp-server Summary: MCP server for the Tolk smart contract compiler. Compile, validate, and explore TON contracts. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/oxgeneral/tolk-mcp-server Security Score: 10/10 Creator: Oxgeneral Creator Reputation: B Version: 1.0.0 --- ## Croatian Law URL: https://mcp-marketplace.io/server/eu-ansvar-croatian-law-mcp Summary: Croatian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/croatian-law-mcp GitHub: https://github.com/Ansvar-Systems/Croatian-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-croatian-law-mcp -- npx -y @ansvar/croatian-law-mcp@2.0.0 --- ## Sn URL: https://mcp-marketplace.io/server/io-github-signnow-sn-mcp-server Summary: A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO. Category: Developer Tools Mode: local Pricing: Free PyPI: signnow-mcp-server GitHub: https://github.com/signnow/sn-mcp-server Security Score: 6.8/10 Creator: Signnow Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-signnow-sn-mcp-server -- uvx signnow-mcp-server==2.1.1 --- ## Can Tap Verified URL: https://mcp-marketplace.io/server/io-github-morphious33453-can-tap-verified-mcp Summary: Free dofollow backlinks for Canadian businesses. Claim, verify, and track NFC tap analytics. Description: Free dofollow backlinks for Canadian businesses. Claim, verify, and track NFC tap analytics. Remote endpoints: streamable-http: https://mcp.can-tap-verified.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.can-tap-verified.com GitHub: https://github.com/morphious33453/can-tap-verified-mcp MCP Tools (5): list_free_backlinks, claim_listing, check_backlink_status, get_business_stats, search_directory Security Score: 10/10 Creator: Morphious33453 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-morphious33453-can-tap-verified-mcp https://mcp.can-tap-verified.com --- ## X402 Solana URL: https://mcp-marketplace.io/server/io-github-digitalweb33333-creator-x402-solana Summary: x402 paid API tools for AI agents on Solana: crypto safety, market data, KYB/AML verification. Description: x402 paid API tools for AI agents on Solana: crypto safety, market data, KYB/AML verification. Remote endpoints: streamable-http: https://x402-solana-cva8.onrender.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://x402-solana-cva8.onrender.com/mcp/ GitHub: https://github.com/digitalweb33333-creator/x402-solana MCP Tools (10): gleif_lei, sanctions_screen, polymarket_odds, crypto_token_safety, crypto_pre_trade_verdict, crypto_token_dossier, solana_token_safety, solana_pre_trade, agent_rank_check, agent_visibility_audit Security Score: 10/10 Creator: Digitalweb33333 Creator Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-digitalweb33333-creator-x402-solana https://x402-solana-cva8.onrender.com/mcp/ --- ## Rafi URL: https://mcp-marketplace.io/server/io-github-heyrafi-rafi-mcp Summary: Manage authorized Rafi leads, reminders, DNC status, and AI voice playbooks. Description: Manage authorized Rafi leads, reminders, DNC status, and AI voice playbooks. Remote endpoints: streamable-http: https://nest-app-775685078591.us-east1.run.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nest-app-775685078591.us-east1.run.app/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-heyrafi-rafi-mcp https://nest-app-775685078591.us-east1.run.app/api/mcp --- ## Coordination Calendar Desk URL: https://mcp-marketplace.io/server/io-github-wxt-ai-coordination-calendar-desk Summary: Create a coordination calendar entry Description: Create a coordination calendar entry Remote endpoints: streamable-http: https://openings-vote-drilling-initially.trycloudflare.com/mcp/coordination-calendar-desk Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openings-vote-drilling-initially.trycloudflare.com/mcp/coordination-calendar-desk Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-wxt-ai-coordination-calendar-desk https://openings-vote-drilling-initially.trycloudflare.com/mcp/coordination-calendar-desk --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-opencage-geocoding Summary: Convert addresses to coordinates and reverse-geocode locations worldwide Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-opencage-geocoding GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-opencage-geocoding -- uvx mcparmory-opencage-geocoding --- ## D365fo Client URL: https://mcp-marketplace.io/server/io-github-mafzaal-d365fo-client Summary: A community-driven Microsoft Dynamics 365 Finance & Operations MCP server Category: Developer Tools Mode: local Pricing: Free PyPI: d365fo-client GitHub: https://github.com/mafzaal/d365fo-client Security Score: 10/10 Creator: Mafzaal Creator Reputation: B Version: 0.3.6 Required Credentials: D365FO_CLIENT_ID (optional), D365FO_CLIENT_SECRET (required), D365FO_TENANT_ID (optional), D365FO_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-mafzaal-d365fo-client -- uvx d365fo-client==0.3.7 --- ## Noun URL: https://mcp-marketplace.io/server/io-github-alisaitteke-noun-mcp Summary: MCP server for The Noun Project - search and download icons directly in Cursor AI and Claude Category: Developer Tools Mode: local Pricing: Free npm: @alisaitteke/noun-mcp GitHub: https://github.com/alisaitteke/noun-mcp Security Score: 8.3/10 Creator: Alisaitteke Creator Reputation: B Version: 1.0.2 Required Credentials: NOUN_CONSUMER_KEY (required), NOUN_CONSUMER_SECRET (required), NOUN_API_TIER (optional) Install (Claude Code): claude mcp add io-github-alisaitteke-noun-mcp -- npx -y @alisaitteke/noun-mcp@1.0.3 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-spacefrontiers-mcp Summary: Citable retrieval across papers, books, patents, Wikipedia, and live social sources. Description: Citable retrieval across papers, books, patents, Wikipedia, and live social sources. Remote endpoints: streamable-http: https://mcp.spacefrontiers.org/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.spacefrontiers.org/ GitHub: https://github.com/SpaceFrontiers/mcp Security Score: 5.2/10 Creator: SpaceFrontiers Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-spacefrontiers-mcp https://mcp.spacefrontiers.org/ --- ## Mi Fitness Data Bridge URL: https://mcp-marketplace.io/server/io-github-shkyyy18-mi-fitness-data-bridge Summary: Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/shkyyy18/mi-fitness-data-bridge Security Score: 4.8/10 Creator: Shkyyy18 Creator Reputation: B Version: 0.3.0 Required Credentials: MI_FITNESS_DB_PATH (required) --- ## Mcp URL: https://mcp-marketplace.io/server/com-chapsoft-mcp Summary: Independent AI consulting — services, dispatches, cairns, and 40-year client history. Description: Independent AI consulting — services, dispatches, cairns, and 40-year client history. Remote endpoints: streamable-http: https://chapsoft.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chapsoft.com/mcp MCP Tools (3): get_services, get_topic, find_the_cairn Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-chapsoft-mcp https://chapsoft.com/mcp --- ## Fiftyone URL: https://mcp-marketplace.io/server/io-github-adonaivera-fiftyone-mcp-server Summary: Control FiftyOne computer vision datasets through AI assistants using 80+ operators. Category: Developer Tools Mode: local Pricing: Free PyPI: fiftyone-mcp-server GitHub: https://github.com/AdonaiVera/fiftyone-mcp-server Security Score: 9/10 Creator: AdonaiVera Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-adonaivera-fiftyone-mcp-server -- uvx fiftyone-mcp-server==0.1.10 --- ## Coderide URL: https://mcp-marketplace.io/server/ai-smithery-pixdataorg-coderide Summary: CodeRide eliminates the context reset cycle once and for all. Through MCP integration, it seamless… Description: CodeRide eliminates the context reset cycle once and for all. Through MCP integration, it seamless… Remote endpoints: streamable-http: https://server.smithery.ai/@PixdataOrg/coderide/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/PixdataOrg/coderide-mcp Security Score: 10/10 Creator: PixdataOrg Creator Reputation: B Version: 0.9.1 --- ## Createya URL: https://mcp-marketplace.io/server/io-github-createya-ai-createya-mcp Summary: 100+ AI models: FLUX, Sora, Veo, Kling, Runway, Suno. OAuth or Bearer. No VPN. RU billing. Description: 100+ AI models: FLUX, Sora, Veo, Kling, Runway, Suno. OAuth or Bearer. No VPN. RU billing. Remote endpoints: streamable-http: https://api.createya.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.createya.ai/mcp GitHub: https://github.com/Createya-ai/createya-mcp Security Score: 10/10 Creator: Createya Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-createya-ai-createya-mcp https://api.createya.ai/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-qr-text Summary: MCP server for QR code data: URLs, vCards, WiFi configs, events. Category: Developer Tools Mode: local Pricing: Free npm: qr-text-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-qr-text -- npx -y qr-text-forge-mcp --- ## AndroJack MCP URL: https://mcp-marketplace.io/server/androjack-mcp Summary: Documentation-grounded Android AI development MCP for reliable code generation Description: AndroJack MCP is a documentation-grounded Model Context Protocol server designed to improve reliability in AI-assisted Android development. Current AI coding tools often generate outdated APIs, deprecated components, or architecturally incorrect Android implementations because they rely on static training data. AndroJack solves this by grounding AI responses in verified Android documentation and modern best practices. The server provides structured tools that help AI assistants validate Androi Category: Developer Tools Mode: local Pricing: Free npm: androjack-mcp GitHub: https://github.com/VIKAS9793/androjack-mcp Security Score: 10/10 Creator: VIKAS9793 Creator Reputation: C Version: 1.0.0 Tags: android, mcp, ai, developer-tools, android-development, kotlin, jetpack-compose, ai-coding, documentation, llm, model-context-protocol Use Cases: Android development, AI coding validation, Documentation grounding, API verification, Developer productivity Install (Claude Code): claude mcp add androjack-mcp -- npx -y androjack-mcp@1.7.1 --- ## Youtube URL: https://mcp-marketplace.io/server/io-github-miller-joe-youtube-mcp Summary: MCP server for YouTube creator-ops with a ComfyUI bridge for AI thumbnail generation. Category: Content & Media Mode: local Pricing: Free npm: @miller-joe/youtube-mcp GitHub: https://github.com/miller-joe/youtube-mcp Security Score: 7/10 Creator: Miller Joe Creator Reputation: B Version: 0.1.2 Required Credentials: YOUTUBE_CLIENT_ID (optional), YOUTUBE_CLIENT_SECRET (required), YOUTUBE_CLIENT_SECRET_FILE (optional), YOUTUBE_TOKEN_FILE (optional), COMFYUI_URL (optional), COMFYUI_DEFAULT_CKPT (optional) Install (Claude Code): claude mcp add io-github-miller-joe-youtube-mcp -- npx -y @miller-joe/youtube-mcp@0.1.2 --- ## Decompose URL: https://mcp-marketplace.io/server/io-github-echology-io-decompose Summary: Decompose text into classified semantic units. Authority, risk, attention. No LLM. Category: Developer Tools Mode: local Pricing: Free PyPI: decompose-mcp GitHub: https://github.com/echology-io/decompose Security Score: 7/10 Creator: Echology Io Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-echology-io-decompose -- uvx decompose-mcp==0.1.1 --- ## Proxy URL: https://mcp-marketplace.io/server/team-apolloai-intelligence Summary: 36 tools: intel feeds, DeFi, crypto, OSINT, NLP, scraping, proxy. x402 micropayments. Category: Developer Tools Mode: local Pricing: Free npm: @apollo_ai/mcp-proxy GitHub: https://github.com/bnmbnmai/mcp-proxy Security Score: 7.3/10 Creator: Bnmbnmai Creator Reputation: B Version: 4.8.1 Required Credentials: APOLLO_API_URL (optional) Install (Claude Code): claude mcp add team-apolloai-intelligence -- npx -y @apollo_ai/mcp-proxy@4.8.1 --- ## Gdbserver URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-gdbserver Summary: MCP server for remote debugging with gdbserver Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-gdbserver GitHub: https://github.com/daedalus/mcp-gdbserver Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-gdbserver -- uvx mcp-gdbserver==0.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-jotform-mcp Summary: Jotform MCP Description: Jotform MCP Remote endpoints: streamable-http: https://mcp.jotform.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jotform.com/ GitHub: https://github.com/jotform/mcp-server Security Score: 10/10 Creator: Jotform Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jotform-mcp https://mcp.jotform.com/ --- ## Uncorreotemporal URL: https://mcp-marketplace.io/server/io-github-francofuji-uncorreotemporal-mcp-server Summary: Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups. Category: Developer Tools Mode: local Pricing: Free PyPI: uncorreotemporal-mcp GitHub: https://github.com/francofuji/uncorreotemporal-mcp-server Security Score: 10/10 Creator: Francofuji Creator Reputation: B Version: 0.1.1 Required Credentials: UCT_API_KEY (required), UCT_API_BASE (optional), UCT_MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-francofuji-uncorreotemporal-mcp-server -- uvx uncorreotemporal-mcp==0.1.1 --- ## Local Wp URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-mcp-local-wp Summary: WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema. Category: Developer Tools Mode: local Pricing: Free npm: @verygoodplugins/mcp-local-wp GitHub: https://github.com/verygoodplugins/mcp-local-wp Security Score: 2.3/10 Creator: Verygoodplugins Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-local-wp -- npx -y @verygoodplugins/mcp-local-wp@1.1.0 --- ## Aisense Free Public Rest Apis URL: https://mcp-marketplace.io/server/com-aisenseapi-free-public-tools Summary: Public MCP tools for approvals, webhooks, temporary storage, short links, time and UUIDs. Description: Public MCP tools for approvals, webhooks, temporary storage, short links, time and UUIDs. Remote endpoints: streamable-http: https://aisenseapi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aisenseapi.com/mcp GitHub: https://github.com/aisenseapi/aisense-free-public-rest-apis MCP Tools (9): get_current_time, generate_uuid, shorten_url, store_temporary_data, read_temporary_data, create_webhook_capture, read_webhook_capture, create_human_approval, read_human_approval Security Score: 10/10 Creator: Aisenseapi Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-aisenseapi-free-public-tools https://aisenseapi.com/mcp --- ## Gateway URL: https://mcp-marketplace.io/server/io-github-authzx-mcp-gateway Summary: AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers Category: Developer Tools Mode: local Pricing: Free npm: @authzx/mcp-gateway GitHub: https://github.com/authzx/mcp-gateway Security Score: 10/10 Creator: Authzx Creator Reputation: B Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-authzx-mcp-gateway -- npx -y @authzx/mcp-gateway@1.0.1 --- ## Tavernfinder URL: https://mcp-marketplace.io/server/io-github-bmachado86-tavernfinder Summary: Find tabletop events, venues, and games. RSVP, register, create events via personal token. Description: Find tabletop events, venues, and games. RSVP, register, create events via personal token. Remote endpoints: streamable-http: https://mcp.tavernfinder.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tavernfinder.com/mcp GitHub: https://github.com/bmachado86/tavernfinder MCP Tools (6): search_events, search_venues, search_games, rsvp_event, register_user, create_event Security Score: 8/10 Creator: Bmachado86 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bmachado86-tavernfinder https://mcp.tavernfinder.com/mcp --- ## Protocol Commerce URL: https://mcp-marketplace.io/server/dev-nexbid-discovery Summary: Search and discover advertiser products through an open marketplace for AI agents. Description: Search and discover advertiser products through an open marketplace for AI agents. Remote endpoints: streamable-http: https://mcp.nexbid.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.nexbid.dev/mcp GitHub: https://github.com/nexbid-dev/protocol-commerce Security Score: 7.2/10 Creator: Nexbid Dev Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http dev-nexbid-discovery https://mcp.nexbid.dev/mcp --- ## Gossipcat Ai URL: https://mcp-marketplace.io/server/io-github-ataberk-xyz-gossipcat Summary: Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning Category: Developer Tools Mode: local Pricing: Free npm: gossipcat GitHub: https://github.com/gossipcat-ai/gossipcat-ai Security Score: 10/10 Creator: Gossipcat Ai Creator Reputation: B Version: 0.2.1 Required Credentials: GOOGLE_API_KEY (required), GOSSIPCAT_PORT (optional) Install (Claude Code): claude mcp add io-github-ataberk-xyz-gossipcat -- npx -y gossipcat@0.4.12 --- ## Mcp URL: https://mcp-marketplace.io/server/studio-approval-mcp Summary: Approval Studio is an online proofing software for creative teams and everyone working with designs Description: Approval Studio is an online proofing software for creative teams and everyone working with designs Remote endpoints: streamable-http: https://mcp.approval.studio/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.approval.studio/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http studio-approval-mcp https://mcp.approval.studio/ --- ## Mcp URL: https://mcp-marketplace.io/server/com-balladic-mcp Summary: Fluid cowork platform. Synthesizes work data across boundaries, with project tracking built in. Description: Fluid cowork platform. Synthesizes work data across boundaries, with project tracking built in. Remote endpoints: streamable-http: https://mcp.balladic.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.balladic.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.4.33 Install (Claude Code Remote): claude mcp add --transport http com-balladic-mcp https://mcp.balladic.com/mcp --- ## Oss Onramp URL: https://mcp-marketplace.io/server/io-github-ryotaro-tanaka-mcp-oss-onramp Summary: MCP server to scout beginner-friendly OSS issues with high precision using GitHub GraphQL Category: Developer Tools Mode: local Pricing: Free npm: mcp-oss-onramp GitHub: https://github.com/ryotaro-tanaka/mcp-oss-onramp.git Security Score: 4.8/10 Creator: Ryotaro Tanaka Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-ryotaro-tanaka-mcp-oss-onramp -- npx -y mcp-oss-onramp@0.1.3 --- ## Mcpower Proxy URL: https://mcp-marketplace.io/server/io-github-mcpower-security-mcpower-proxy Summary: Security proxy that automatically wraps MCP servers with real-time monitoring and policy enforcement Category: Security Mode: local Pricing: Free PyPI: mcpower-proxy GitHub: https://github.com/MCPower-Security/mcpower-proxy Security Score: 5/10 Creator: MCPower Security Creator Reputation: B Version: 0.0.91 Install (Claude Code): claude mcp add io-github-mcpower-security-mcpower-proxy -- uvx mcpower-proxy --- ## Coinvoyage Paykit URL: https://mcp-marketplace.io/server/io-github-kingpeque-coinvoyage Summary: CoinVoyage MCP — create crypto PayOrders, webhooks, swaps across Bitcoin/Solana/EVM chains. Category: Developer Tools Mode: local Pricing: Free npm: @kingpeque/coinvoyage-mcp GitHub: https://github.com/KingPeque/coinvoyage-paykit Security Score: 8/10 Creator: KingPeque Creator Reputation: B Version: 0.1.2 Required Credentials: COINVOYAGE_API_KEY (optional), COINVOYAGE_API_SECRET (required), COINVOYAGE_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-kingpeque-coinvoyage -- npx -y @kingpeque/coinvoyage-mcp@0.1.2 --- ## Booking URL: https://mcp-marketplace.io/server/sa-karve-booking Summary: Live KARVE Pilates class schedule and availability in Jeddah, with booking links. Read-only. Description: Live KARVE Pilates class schedule and availability in Jeddah, with booking links. Read-only. Remote endpoints: streamable-http: https://karve.sa/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://karve.sa/api/mcp MCP Tools (4): search_classes, next_available, class_detail, studio_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http sa-karve-booking https://karve.sa/api/mcp --- ## Unity Ai Bridge URL: https://mcp-marketplace.io/server/io-github-butterlatte-zhang-unity-ai-bridge Summary: Remote-control Unity Editor from any AI IDE via file-based IPC. 62 tools, zero dependencies. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/butterlatte-zhang/unity-ai-bridge Security Score: 10/10 Creator: Butterlatte Zhang Creator Reputation: B Version: 1.0.0 --- ## Figranium URL: https://mcp-marketplace.io/server/io-github-figranium-figranium-mcp Summary: MCP server implementation for Figranium Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/figranium/figranium-mcp.git Security Score: 4.2/10 Creator: Figranium Creator Reputation: B Version: 0.1.0 Required Credentials: FIGRANIUM_BASE_URL (optional), FIGRANIUM_API_KEY (optional) --- ## M And A Target Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-m-and-a-target-intelligence-mcp Summary: Pre-acquisition screening with IP portfolio analysis, workforce stability, technology assessment,... Description: Pre-acquisition screening with IP portfolio analysis, workforce stability, technology assessment,... Remote endpoints: streamable-http: https://ryanclinton--m-and-a-target-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--m-and-a-target-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--m-and-a-target-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-m-and-a-target-intelligence-mcp https://ryanclinton--m-and-a-target-intelligence-mcp.apify.actor/mcp --- ## Displaybuddy URL: https://mcp-marketplace.io/server/io-github-biocross-displaybuddy-mcp Summary: MCP server for controlling Mac monitors via DisplayBuddy — adjust brightness and more. Category: Developer Tools Mode: local Pricing: Free npm: @biocross/displaybuddy-mcp GitHub: https://github.com/biocross/displaybuddy-mcp Security Score: 7.7/10 Creator: Biocross Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-biocross-displaybuddy-mcp -- npx -y @biocross/displaybuddy-mcp --- ## Wems URL: https://mcp-marketplace.io/server/io-github-heliosarchitect-wems Summary: Real-time natural hazard monitoring: earthquakes, tsunamis, volcanoes, solar weather, air quality Category: Developer Tools Mode: local Pricing: Free PyPI: wems-mcp-server GitHub: https://github.com/heliosarchitect/wems-mcp-server Security Score: 5.7/10 Creator: Heliosarchitect Creator Reputation: B Version: 1.5.3 Install (Claude Code): claude mcp add io-github-heliosarchitect-wems -- uvx wems-mcp-server==1.13.6 --- ## No As A Service URL: https://mcp-marketplace.io/server/io-github-koneisto-no-as-a-service Summary: 1000+ creative ways to say no. Polite, humorous, professional rejection responses. Category: Developer Tools Mode: local Pricing: Free npm: no-as-service GitHub: https://github.com/Koneisto/no-as-a-service Security Score: 6.4/10 Creator: Koneisto Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-koneisto-no-as-a-service -- npx -y no-as-service@1.0.3 --- ## Makemebetter URL: https://mcp-marketplace.io/server/com-rohithmariyala-makemebetter-ai Summary: Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant. Description: Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant. Remote endpoints: streamable-http: https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp GitHub: https://github.com/mrohith29/makemebetter-mcp Security Score: 10/10 Creator: Mrohith29 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-rohithmariyala-makemebetter-ai https://makemebetter-ai-backend-59998332584.asia-south1.run.app/mcp --- ## Ideogram V3 URL: https://mcp-marketplace.io/server/io-github-qmediat-ideogram-mcp Summary: Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images Category: Developer Tools Mode: local Pricing: Free npm: @qmediat.io/ideogram-mcp GitHub: https://github.com/qmediat/ideogram-mcp Security Score: 10/10 Creator: Qmediat Creator Reputation: B Version: 1.0.2 Required Credentials: IDEOGRAM_API_KEY (required), IDEOGRAM_OUTPUT_DIR (optional) Install (Claude Code): claude mcp add io-github-qmediat-ideogram-mcp -- npx -y @qmediat.io/ideogram-mcp@1.0.2 --- ## Reddit URL: https://mcp-marketplace.io/server/io-github-threadsnoop-reddit Summary: Read-only Reddit search API for AI agents: posts, comments, comment trees, subreddit rules. Description: Read-only Reddit search API for AI agents: posts, comments, comment trees, subreddit rules. Remote endpoints: streamable-http: https://api.threadsnoop.com/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://api.threadsnoop.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-threadsnoop-reddit https://api.threadsnoop.com/mcp --- ## Paidsync URL: https://mcp-marketplace.io/server/io-github-traffiycom-ui-paidsync Summary: Manage Google Ads, Meta Ads, and LinkedIn Ads through AI. 200+ tools, full read and write. Description: Manage Google Ads, Meta Ads, and LinkedIn Ads through AI. 200+ tools, full read and write. Remote endpoints: sse: https://mcp.paidsync.ai/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.paidsync.ai/sse GitHub: https://github.com/traffiycom-ui/paidsync-mcp-server Security Score: 9.9/10 Creator: Traffiycom Ui Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-traffiycom-ui-paidsync https://mcp.paidsync.ai/sse --- ## Memory URL: https://mcp-marketplace.io/server/io-github-sharedmemoryai-memory Summary: Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph. Category: Developer Tools Mode: local Pricing: Free npm: @sharedmemory/mcp-server GitHub: https://github.com/sharedmemoryai/mcp-server Security Score: 4.8/10 Creator: Sharedmemoryai Creator Reputation: B Version: 2.1.1 Required Credentials: SHAREDMEMORY_API_KEY (required), SHAREDMEMORY_API_URL (optional), SHAREDMEMORY_VOLUME_ID (optional) Install (Claude Code): claude mcp add io-github-sharedmemoryai-memory -- npx -y @sharedmemory/mcp-server@2.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-clootrack-mcp Summary: Analyze customer feedback at scale — reviews, surveys, calls. AI-powered themes and sentiment. Description: Analyze customer feedback at scale — reviews, surveys, calls. AI-powered themes and sentiment. Remote endpoints: streamable-http: https://mcp.clootrack.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.clootrack.com Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clootrack-mcp https://mcp.clootrack.com --- ## Gate URL: https://mcp-marketplace.io/server/io-github-gateio-dev-gate-mcp Summary: Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha. Description: Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha. Remote endpoints: streamable-http: https://api.gatemcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gatemcp.ai/mcp GitHub: https://github.com/gate/gate-mcp Security Score: 10/10 Creator: Gate Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gateio-dev-gate-mcp https://api.gatemcp.ai/mcp --- ## Justcall URL: https://mcp-marketplace.io/server/host-justcall-mcp-justcall-mcp-server Summary: JustCall MCP Server enables LLMs and AI agents to make voice calls and send SMS via JustCall APIs. Description: JustCall MCP Server enables LLMs and AI agents to make voice calls and send SMS via JustCall APIs. Remote endpoints: streamable-http: https://mcp.justcall.host/mcp sse: https://mcp.justcall.host/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/saaslabsco/justcall-mcp-server Security Score: 10/10 Creator: Saaslabsco Creator Reputation: B Version: 1.2.0 --- ## Jwt Decoder X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-jwt-decoder Summary: Decode JWT tokens — inspect header, payload, claims, expiry. x402 micropayment. Description: Decode JWT tokens — inspect header, payload, claims, expiry. x402 micropayment. Remote endpoints: sse: https://jwt-decoder.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jwt-decoder.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/jwt-decoder-x402 MCP Tools (1): security_decode_jwt Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-jwt-decoder https://jwt-decoder.api.klymax402.com/mcp --- ## Asset Auto Picker URL: https://mcp-marketplace.io/server/io-github-tranthientrong-asset-auto-picker Summary: An MCP server that provides [describe what your server does] Category: Developer Tools Mode: local Pricing: Free PyPI: asset-auto-picker GitHub: https://github.com/TranThienTrong/asset_auto_picker Security Score: 10/10 Creator: TranThienTrong Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-tranthientrong-asset-auto-picker -- uvx asset-auto-picker==1.2.0 --- ## Base Security Scanner URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-base-security-scanner-mcp Summary: MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities. Category: Security Mode: local Pricing: Free npm: base-security-scanner-mcp GitHub: https://github.com/lordbasilaiassistant-sudo/base-security-scanner-mcp Security Score: 7.5/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.3 Required Credentials: RPC_URL (optional) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-base-security-scanner-mcp -- npx -y base-security-scanner-mcp@1.0.3 --- ## Endiagram URL: https://mcp-marketplace.io/server/io-github-dushyant30suthar-endiagram-mcp Summary: EN Diagram — structural verification for concurrent systems. Pure math, no AI. Description: EN Diagram — structural verification for concurrent systems. Pure math, no AI. Remote endpoints: streamable-http: https://api.endiagram.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @endiagram/mcp Remote URL: https://api.endiagram.com/mcp GitHub: https://github.com/dushyant30suthar/endiagram-mcp Security Score: 7/10 Creator: Dushyant30suthar Creator Reputation: B Version: 0.3.16 Install (Claude Code): claude mcp add io-github-dushyant30suthar-endiagram-mcp -- npx -y @endiagram/mcp@0.3.16 Install (Claude Code Remote): claude mcp add --transport http io-github-dushyant30suthar-endiagram-mcp https://api.endiagram.com/mcp --- ## Metricduck URL: https://mcp-marketplace.io/server/com-metricduck-mcp-server Summary: SEC filing intelligence for AI agents. Financials, filing analysis, screening, XBRL. Description: SEC filing intelligence for AI agents. Financials, filing analysis, screening, XBRL. Remote endpoints: streamable-http: https://mcp.metricduck.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.metricduck.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http com-metricduck-mcp-server https://mcp.metricduck.com/mcp --- ## ROS URL: https://mcp-marketplace.io/server/io-github-husain-zaidi-ros-mcp Summary: MCP for ROS 2 monitoring, debugging, and managing nodes, topics, services, and TF2 frames. Category: Developer Tools Mode: local Pricing: Free npm: ros-mcp GitHub: https://github.com/husain-zaidi/ROS-MCP Security Score: 9/10 Creator: Husain Zaidi Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-husain-zaidi-ros-mcp -- npx -y ros-mcp@1.0.1 --- ## Image Resolver URL: https://mcp-marketplace.io/server/io-github-ahmaddioxide-image-resolver Summary: MCP server for context-aware royalty-free image search from Pexels and Unsplash Category: Developer Tools Mode: local Pricing: Free npm: @ahmaddioxide/mcp-image-resolver GitHub: https://github.com/ahmaddioxide/image-resolver-mcp Security Score: 8/10 Creator: Ahmaddioxide Creator Reputation: B Version: 0.2.0 Required Credentials: PEXELS_API_KEY (required), UNSPLASH_ACCESS_KEY (required) Install (Claude Code): claude mcp add io-github-ahmaddioxide-image-resolver -- npx -y @ahmaddioxide/mcp-image-resolver@0.3.0 --- ## SmartCLI URL: https://mcp-marketplace.io/server/io-github-dwgx-smartcli Summary: Let agents drive vim, htop, lazygit: send keys, wait on screen state, read the rendered cell grid. Category: Developer Tools Mode: local Pricing: Free PyPI: smartcli-toolkit GitHub: https://github.com/dwgx/SmartCLI Security Score: 4.2/10 Creator: Dwgx Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-dwgx-smartcli -- uvx smartcli-toolkit==0.2.3 --- ## Brokeria URL: https://mcp-marketplace.io/server/io-github-raklapimenta-brokeria-imoveis Summary: Search Brazilian real estate, simulate financing, qualify leads, schedule visits. Description: Search Brazilian real estate, simulate financing, qualify leads, schedule visits. Remote endpoints: streamable-http: https://mcp.brokeria.com.br/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.brokeria.com.br/mcp GitHub: https://github.com/raklapimenta/brokeria-mcp-server MCP Tools (5): brokeria_buscar_imoveis, brokeria_detalhes_imovel, brokeria_simular_financiamento, brokeria_qualificar_lead, brokeria_agendar_visita Security Score: 10/10 Creator: Raklapimenta Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-raklapimenta-brokeria-imoveis https://mcp.brokeria.com.br/mcp --- ## Mcp Server Ros 2 URL: https://mcp-marketplace.io/server/io-github-wise-vision-mcp-server-ros-2 Summary: View ROS 2 nodes and topics, and call services and actions via MCP Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/wise-vision/mcp_server_ros_2 Security Score: 10/10 Creator: Wise Vision Creator Reputation: B Version: 1.0.0 Required Credentials: MCP_CUSTOM_PROMPTS (optional), MCP_PROMPTS_LOCAL (optional), MCP_PROMPTS_PATH (optional), MCP_PROMPTS_MODULE (optional) --- ## Scrapi URL: https://mcp-marketplace.io/server/io-github-bamchi-scrapi Summary: Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass. Description: Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass. Remote endpoints: streamable-http: https://scrapi.ai/mcp Category: Search & Web Mode: dual Pricing: Free npm: @scrapi.ai/mcp-server GitHub: https://github.com/bamchi/scrapi-mcp-server Security Score: 3.8/10 Creator: bamchi Creator Reputation: C- Version: 2.0.6 Required Credentials: SCRAPI_API_KEY (required) Install (Claude Code): claude mcp add io-github-bamchi-scrapi -- npx -y @scrapi.ai/mcp-server@3.2.0 --- ## Recon Ng URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-recon-ng Summary: MCP server exposing full recon-ng OSINT framework functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-recon-ng GitHub: https://github.com/daedalus/mcp-recon-ng Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-recon-ng -- uvx mcp-recon-ng==0.1.0 --- ## Json Validator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-json-validator Summary: JSON syntax validation, JSON Schema checking, structure stats. x402 micropayment. Description: JSON syntax validation, JSON Schema checking, structure stats. x402 micropayment. Remote endpoints: sse: https://json-validator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://json-validator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/json-validator-x402 MCP Tools (1): data_validate_json Security Score: 8.1/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-json-validator https://json-validator.api.klymax402.com/mcp --- ## Nlocq URL: https://mcp-marketplace.io/server/dev-chaincontext-nlocq Summary: NLocq Description: NLocq Remote endpoints: streamable-http: https://nlocq.chaincontext.dev Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nlocq.chaincontext.dev Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-chaincontext-nlocq https://nlocq.chaincontext.dev --- ## Mdma URL: https://mcp-marketplace.io/server/io-github-mobilereality-mdma Summary: MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: @mobile-reality/mdma-mcp GitHub: https://github.com/MobileReality/mdma Security Score: 9.7/10 Creator: MobileReality Creator Reputation: B Version: 0.2.4 Install (Claude Code): claude mcp add io-github-mobilereality-mdma -- npx -y @mobile-reality/mdma-mcp --- ## Composer URL: https://mcp-marketplace.io/server/io-github-olivergrabner-composer Summary: Give your AI coding agent an architecture canvas to design and evolve diagrams. Category: Developer Tools Mode: local Pricing: Free npm: @usecomposer/mcp GitHub: https://github.com/olivergrabner/composer-mcp Security Score: 9.8/10 Creator: Olivergrabner Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-olivergrabner-composer -- npx -y @usecomposer/mcp@0.1.7 --- ## Fred URL: https://mcp-marketplace.io/server/io-github-stefanoamorelli-fred-mcp-server Summary: Federal Reserve Economic Data (FRED) MCP Server - Access all 800,000+ economic time series Category: Developer Tools Mode: local Pricing: Free npm: fred-mcp-server GitHub: https://github.com/stefanoamorelli/fred-mcp-server Security Score: 9/10 Creator: Stefanoamorelli Creator Reputation: B Version: 1.0.1 Required Credentials: FRED_API_KEY (required) Install (Claude Code): claude mcp add io-github-stefanoamorelli-fred-mcp-server -- npx -y fred-mcp-server@1.0.2 --- ## Read Only Local Mysql URL: https://mcp-marketplace.io/server/capital-hove-read-only-local-mysql-mcp-server Summary: MCP server for read-only MySQL database queries in Claude Desktop Category: Data & Analytics Mode: local Pricing: Free npm: @hovecapital/read-only-mysql-mcp-server GitHub: https://github.com/hovecapital/read-only-local-mysql-mcp-server Security Score: 7.3/10 Creator: Hovecapital Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add capital-hove-read-only-local-mysql-mcp-server -- npx -y @hovecapital/read-only-mysql-mcp-server@0.1.1 --- ## Coti URL: https://mcp-marketplace.io/server/ai-smithery-cuongpo-coti-mcp Summary: Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate… Description: Connect to the COTI blockchain to manage accounts, transfer native tokens, and deploy and operate… Remote endpoints: streamable-http: https://server.smithery.ai/@cuongpo/coti-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/cuongpo/coti-mcp Security Score: 10/10 Creator: Cuongpo Creator Reputation: B Version: 0.2.1 --- ## Manekineko URL: https://mcp-marketplace.io/server/com-loopwise-mcp Summary: Read and manage courses, members, orders, events, posts, and settings for Loopwise-powered sites. Description: Read and manage courses, members, orders, events, posts, and settings for Loopwise-powered sites. Remote endpoints: streamable-http: https://mcp.loopwise.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.loopwise.com/ GitHub: https://github.com/kaikhq/manekineko Security Score: 9/10 Creator: Kaikhq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-loopwise-mcp https://mcp.loopwise.com/ --- ## Apollo URL: https://mcp-marketplace.io/server/io-github-agenteam-ai-2026-mcp-apollo Summary: Apollo.io MCP server. Search people, enrich contacts, find emails, research companies. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/AgenTeam-AI-2026/mcp-apollo Security Score: 5.5/10 Creator: AgenTeam AI 2026 Creator Reputation: B Version: 1.0.0 --- ## Fastmcp Trello URL: https://mcp-marketplace.io/server/io-github-jimdrews-fastmcp-trello Summary: Manage Trello boards, lists, and cards from any MCP-compatible AI assistant Category: Business Tools Mode: local Pricing: Free PyPI: fastmcp-trello GitHub: https://github.com/Jimdrews/fastmcp-trello Security Score: 10/10 Creator: Jimdrews Creator Reputation: B Version: 0.5.0 Required Credentials: TRELLO_API_KEY (required), TRELLO_TOKEN (required) Install (Claude Code): claude mcp add io-github-jimdrews-fastmcp-trello -- uvx fastmcp-trello==0.5.0 --- ## Code Firewall URL: https://mcp-marketplace.io/server/io-github-egoughnour-code-firewall-mcp Summary: Structural similarity-based code filter. Stops malicious code pattern reaching execution tools. Category: Security Mode: local Pricing: Free PyPI: code-firewall-mcp GitHub: https://github.com/egoughnour/code-firewall-mcp Security Score: 5/10 Creator: Egoughnour Creator Reputation: B Version: 0.7.0 Required Credentials: FIREWALL_DATA_DIR (optional), OLLAMA_URL (optional), EMBEDDING_MODEL (optional), SIMILARITY_THRESHOLD (optional) Install (Claude Code): claude mcp add io-github-egoughnour-code-firewall-mcp -- uvx code-firewall-mcp==0.7.0 --- ## Picoli URL: https://mcp-marketplace.io/server/io-github-amaterous-picoli-mcp Summary: MCP server for picoli.site - URL shortening and click analytics for AI agents Category: Developer Tools Mode: local Pricing: Free npm: picoli-mcp GitHub: https://github.com/amaterous/picoli-mcp Security Score: 10/10 Creator: Amaterous Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-amaterous-picoli-mcp -- npx -y picoli-mcp@1.0.1 --- ## Toolpipe URL: https://mcp-marketplace.io/server/io-github-gerritroska-toolpipe-mcp-server Summary: 120+ developer utility tools for AI agents via Model Context Protocol Description: 120+ developer utility tools for AI agents via Model Context Protocol Remote endpoints: sse: https://troops-submission-what-stays.trycloudflare.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://troops-submission-what-stays.trycloudflare.com/mcp GitHub: https://github.com/COSAI-Labs/toolpipe Security Score: 10/10 Creator: COSAI Labs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gerritroska-toolpipe-mcp-server https://troops-submission-what-stays.trycloudflare.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/co-axiom-mcp Summary: List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring. Description: List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring. Remote endpoints: sse: https://mcp.axiom.co/sse streamable-http: https://mcp.axiom.co/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/axiomhq/mcp Security Score: 10/10 Creator: Axiomhq Creator Reputation: B Version: 1.0.0 --- ## Cloudflare URL: https://mcp-marketplace.io/server/com-cloudflare-mcp-mcp Summary: Cloudflare MCP servers Description: Cloudflare MCP servers Remote endpoints: streamable-http: https://docs.mcp.cloudflare.com/mcp streamable-http: https://observability.mcp.cloudflare.com/mcp streamable-http: https://bindings.mcp.cloudflare.com/mcp streamable-http: https://builds.mcp.cloudflare.com/mcp streamable-http: https://radar.mcp.cloudflare.com/mcp streamable-http: https://containers.mcp.cloudflare.com/mcp streamable-http: https://browser.mcp.cloudflare.com/mcp streamable-http: https://logs.mcp.cloudflare.com/mcp streamabl Category: Cloud & DevOps Mode: dual Pricing: Free Remote URL: https://graphql.mcp.cloudflare.com/sse GitHub: https://github.com/cloudflare/mcp-server-cloudflare Security Score: 10/10 Creator: Cloudflare Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-cloudflare-mcp-mcp https://graphql.mcp.cloudflare.com/sse --- ## Swarmwage URL: https://mcp-marketplace.io/server/io-github-swarmwage-swarmwage Summary: Hire and pay specialized AI agents in USDC on Base. Open MCP protocol above x402. Category: Developer Tools Mode: local Pricing: Free npm: @swarmwage/mcp GitHub: https://github.com/Swarmwage/swarmwage Security Score: 9.7/10 Creator: Swarmwage Creator Reputation: B Version: 0.4.3 Required Credentials: SWARMWAGE_PRIVATE_KEY (required), AGENT_TELEMETRY (optional) Install (Claude Code): claude mcp add io-github-swarmwage-swarmwage -- npx -y @swarmwage/mcp --- ## Hyperd URL: https://mcp-marketplace.io/server/io-github-hyperd-ai-hyperd-mcp Summary: Pre-trade DeFi intelligence: 24 paid x402 tools incl. 6 synthesis verdicts, USDC on Base. Category: Developer Tools Mode: local Pricing: Free npm: hyperd-mcp GitHub: https://github.com/hyperd-ai/hyperd-mcp Security Score: 4.2/10 Creator: Hyperd Ai Creator Reputation: B Version: 1.1.1 Required Credentials: HYPERD_WALLET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-hyperd-ai-hyperd-mcp -- npx -y hyperd-mcp@1.1.1 --- ## Github To URL: https://mcp-marketplace.io/server/io-github-nirholas-github-to-mcp Summary: Convert any GitHub repo to MCP server - automatic tool generation API wrap Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/nirholas/github-to-mcp Security Score: 10/10 Creator: Nirholas Creator Reputation: B Version: 1.0.0 --- ## Sathergate Toolkit URL: https://mcp-marketplace.io/server/io-github-sathergate-searchcraft Summary: Full-text search for Next.js. BM25 scoring and fuzzy matching, no external service. Category: Developer Tools Mode: local Pricing: Free npm: searchcraft GitHub: https://github.com/sathergate/sathergate-toolkit Security Score: 6/10 Creator: Sathergate Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sathergate-searchcraft -- npx -y searchcraft --- ## Eulerian Marketing Platform URL: https://mcp-marketplace.io/server/eulerian-marketing-platform Summary: Connect to Eulerian Marketing Platform MCP Description: A Model Context Protocol (MCP) proxy server that bridges AI assistants (Claude Desktop, Gemini CLI, etc ...) to a remote Eulerian Marketing Platform MCP server. This proxy handles authentication, request forwarding, and provides a local MCP interface to your remote Eulerian instance. Category: Data & Analytics Mode: local Pricing: Free PyPI: https://pypi.org/project/eulerian-marketing-platform/ GitHub: https://github.com/EulerianTechnologies/eulerian-marketing-platform-mcp Security Score: 9/10 Creator: User Creator Reputation: C- Version: 0.2.9 Install (Claude Code): claude mcp add eulerian-marketing-platform -- uvx https://pypi.org/project/eulerian-marketing-platform/ --- ## Data Govt Nz URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-data-govt-nz Summary: data.govt.nz CKAN MCP. Description: data.govt.nz CKAN MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/data-govt-nz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/data-govt-nz/mcp GitHub: https://github.com/pipeworx-io/mcp-data-govt-nz MCP Tools (30): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, package_list, package_search, package_show, organization_list, organization_show, group_list, group_show, tag_list, tag_show, recently_changed_packages, resource_show Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-data-govt-nz https://gateway.pipeworx.io/data-govt-nz/mcp --- ## Cypriot Law URL: https://mcp-marketplace.io/server/eu-ansvar-cypriot-law-mcp Summary: Cypriot legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/cypriot-law-mcp GitHub: https://github.com/Ansvar-Systems/Cypriot-law-mcp Security Score: 3.8/10 Creator: Mortalus Creator Reputation: F Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-cypriot-law-mcp -- npx -y @ansvar/cypriot-law-mcp@1.0.0 --- ## Ip Api URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ip-api Summary: ip-api.com MCP. Description: ip-api.com MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/ip-api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ip-api/mcp GitHub: https://github.com/pipeworx-io/mcp-ip-api MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, lookup, batch Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ip-api https://gateway.pipeworx.io/ip-api/mcp --- ## China Stock URL: https://mcp-marketplace.io/server/ai-smithery-xinkuang-china-stock-mcp Summary: Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne… Description: Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne… Remote endpoints: streamable-http: https://server.smithery.ai/@xinkuang/china-stock-mcp/mcp Category: Finance Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@xinkuang/china-stock-mcp/mcp GitHub: https://github.com/xinkuang/china-stock-mcp Security Score: 10/10 Creator: Xinkuang Creator Reputation: B Version: 1.15.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-xinkuang-china-stock-mcp https://server.smithery.ai/@xinkuang/china-stock-mcp/mcp --- ## DanNet URL: https://mcp-marketplace.io/server/io-github-kuhumcst-dannet Summary: DanNet - Danish WordNet with rich lexical relationships and SPARQL access. Description: DanNet - Danish WordNet with rich lexical relationships and SPARQL access. Remote endpoints: streamable-http: https://wordnet.dk/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/kuhumcst/DanNet Security Score: 10/10 Creator: Kuhumcst Creator Reputation: B Version: 1.0.2 --- ## Airweave URL: https://mcp-marketplace.io/server/io-github-airweave-ai-search Summary: MCP server for searching Airweave collections with natural language queries. Description: MCP server for searching Airweave collections with natural language queries. Remote endpoints: streamable-http: https://mcp.airweave.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: airweave-mcp-search Remote URL: https://mcp.airweave.ai/mcp GitHub: https://github.com/airweave-ai/airweave Security Score: 7/10 Creator: felixschmetz Creator Reputation: D Version: 0.9.62 Required Credentials: AIRWEAVE_API_KEY (required), AIRWEAVE_COLLECTION (optional), AIRWEAVE_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-airweave-ai-search -- npx -y airweave-mcp-search@0.9.62 Install (Claude Code Remote): claude mcp add --transport http io-github-airweave-ai-search https://mcp.airweave.ai/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-chromium-style-qrcode-mcp Summary: MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image Category: Developer Tools Mode: local Pricing: Free npm: @chromium-style-qrcode/mcp GitHub: https://github.com/chromium-style-qrcode/mcp Security Score: 8.2/10 Creator: Chromium Style Qrcode Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-chromium-style-qrcode-mcp -- npx -y @chromium-style-qrcode/mcp@1.0.2 --- ## Automotive URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-automotive-cybersecurity Summary: Automotive cybersecurity: R155/R156 regulations, ISO 21434, TISAX, AUTOSAR, Chinese GB/T Category: Security Mode: local Pricing: Free npm: @ansvar/automotive-cybersecurity-mcp GitHub: https://github.com/Ansvar-Systems/Automotive-MCP Security Score: 8.3/10 Creator: Mortalus Creator Reputation: F Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ansvar-systems-automotive-cybersecurity -- npx -y @ansvar/automotive-cybersecurity-mcp@1.0.2 --- ## Hemrock URL: https://mcp-marketplace.io/server/io-github-tdavidson-mcp-hemrock Summary: Hemrock financial modeling prompts: context primers, task prompts, checks, and best practices. Description: Hemrock financial modeling prompts: context primers, task prompts, checks, and best practices. Remote endpoints: streamable-http: https://mcp.hemrock.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.hemrock.com/mcp GitHub: https://github.com/tdavidson/mcp-hemrock MCP Tools (4): get_context, get_prompts, get_checks, get_best_practices Security Score: 8/10 Creator: Tdavidson Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tdavidson-mcp-hemrock https://mcp.hemrock.com/mcp --- ## Capacity Ledger Desk URL: https://mcp-marketplace.io/server/io-github-wxt-ai-capacity-ledger-desk Summary: Record a capacity-window entry Description: Record a capacity-window entry Remote endpoints: streamable-http: https://openings-vote-drilling-initially.trycloudflare.com/mcp/capacity-ledger-desk Category: Finance Mode: remote Pricing: Free Remote URL: https://openings-vote-drilling-initially.trycloudflare.com/mcp/capacity-ledger-desk Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-wxt-ai-capacity-ledger-desk https://openings-vote-drilling-initially.trycloudflare.com/mcp/capacity-ledger-desk --- ## Pymetasploit3 URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-pymetasploit3 Summary: MCP server for Metasploit Framework via pymetasploit3 Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-pymetasploit3 GitHub: https://github.com/daedalus/mcp-pymetasploit3 Security Score: 8/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-pymetasploit3 -- uvx mcp-pymetasploit3==0.1.1 --- ## Klaviyo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-klaviyo Summary: Klaviyo MCP Pack — wraps the Klaviyo API for email marketing Description: Klaviyo MCP Pack — wraps the Klaviyo API for email marketing Remote endpoints: streamable-http: https://gateway.pipeworx.io/klaviyo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/klaviyo/mcp GitHub: https://github.com/pipeworx-io/mcp-klaviyo MCP Tools (6): discover_tools, klaviyo_list_profiles, klaviyo_get_profile, klaviyo_list_lists, klaviyo_list_campaigns, klaviyo_get_campaign Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-klaviyo https://gateway.pipeworx.io/klaviyo/mcp --- ## Listen URL: https://mcp-marketplace.io/server/io-github-analyticsinmotion-mcp-listen Summary: Give your AI agents the ability to listen. Microphone capture and speech-to-text. Category: Data & Analytics Mode: local Pricing: Free npm: mcp-listen GitHub: https://github.com/analyticsinmotion/mcp-listen Security Score: 7/10 Creator: Analyticsinmotion Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-analyticsinmotion-mcp-listen -- npx -y mcp-listen@0.1.3 --- ## Max Messenger URL: https://mcp-marketplace.io/server/io-github-woyaxnini-max-messenger Summary: MCP server for MAX Messenger by VK. 21 tools: messages, media, buttons, members, events. Category: Developer Tools Mode: local Pricing: Free npm: @woyax/mcp-max-messenger GitHub: https://github.com/woyaxnini/mcp-max-messenger Security Score: 6.4/10 Creator: Woyaxnini Creator Reputation: B Version: 1.2.2 Required Credentials: MAX_TOKEN (required) Install (Claude Code): claude mcp add io-github-woyaxnini-max-messenger -- npx -y @woyax/mcp-max-messenger@1.2.2 --- ## Global Equities Screener URL: https://mcp-marketplace.io/server/com-thenextgennexus-global-equities-screener-mcp Summary: Global equity screeners across the US, China, Hong Kong, Taiwan, Korea, India, Japan and more. Description: Global equity screeners across the US, China, Hong Kong, Taiwan, Korea, India, Japan and more. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp MCP Tools (26): screen_us_finviz, screen_china_a_shares, screen_china_star_market, screen_china_chinext, screen_china_bse, screen_chinese_adrs, screen_hk_hang_seng, screen_taiwan_twse, screen_korea_kospi, screen_india_nse, screen_singapore_sgx, screen_japan_tse, screen_australia_asx, screen_indonesia_idx, screen_thailand_set, screen_malaysia_bursa, screen_philippines_pse, screen_vietnam_hose, screen_uk_lse, screen_germany_dax, screen_brazil_b3, screen_canada_tsx, screen_mexico_bmv, screen_saudi_tadawul, screen_southafrica_jse, screen_turkey_bist Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-global-equities-screener-mcp https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/global-equities-screener-mcp/mcp --- ## Penfield URL: https://mcp-marketplace.io/server/io-github-penfieldlabs-penfield-mcp Summary: Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more. Description: Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more. Remote endpoints: streamable-http: https://mcp.penfield.app/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.penfield.app/ GitHub: https://github.com/penfieldlabs/penfield-mcp Security Score: 10/10 Creator: Penfieldlabs Creator Reputation: B Version: 1.22.0 Install (Claude Code Remote): claude mcp add --transport http io-github-penfieldlabs-penfield-mcp https://mcp.penfield.app/ --- ## Zarq URL: https://mcp-marketplace.io/server/io-github-kbanilsson-pixel-nerq-trust-engine Summary: AI agent trust engine — preflight checks, KYA due diligence, search 204K+ agents. Free. Description: AI agent trust engine — preflight checks, KYA due diligence, search 204K+ agents. Free. Remote endpoints: sse: https://mcp.zarq.ai/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.zarq.ai/sse GitHub: https://github.com/zarq-ai/zarq-mcp-server Security Score: 5.2/10 Creator: Zarq Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kbanilsson-pixel-nerq-trust-engine https://mcp.zarq.ai/sse --- ## Math Program Solver URL: https://mcp-marketplace.io/server/com-solvicus-math-program-solver Summary: FinOps for Google Cloud: size 1- and 3-year CUD commitments to known demand. Also solves LP/MIP. Description: FinOps for Google Cloud: size 1- and 3-year CUD commitments to known demand. Also solves LP/MIP. Remote endpoints: streamable-http: https://mcp.solvicus.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.solvicus.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http com-solvicus-math-program-solver https://mcp.solvicus.com/mcp --- ## Keepa URL: https://mcp-marketplace.io/server/io-github-purahmanian-keepa-mcp Summary: MCP server for Keepa Amazon price and sales rank history API Category: Developer Tools Mode: local Pricing: Free npm: keepa-mcp GitHub: https://github.com/purahmanian/keepa-mcp Security Score: 5.2/10 Creator: Purahmanian Creator Reputation: B Version: 0.1.2 Required Credentials: KEEPA_API_KEY (required) Install (Claude Code): claude mcp add io-github-purahmanian-keepa-mcp -- npx -y keepa-mcp@0.1.2 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-search Summary: MCP server for code search (ripgrep + fd) with structured, token-efficient output Category: Developer Tools Mode: local Pricing: Free npm: @paretools/search GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-dave-london-search -- npx -y @paretools/search --- ## Nass URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nass Summary: NASS MCP — USDA National Agricultural Statistics Service (Quick Stats) Description: NASS MCP — USDA National Agricultural Statistics Service (Quick Stats) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nass/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nass/mcp GitHub: https://github.com/pipeworx-io/mcp-nass MCP Tools (6): discover_tools, nass_query, nass_crop_production, nass_prices, nass_livestock, nass_crop_progress Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nass https://gateway.pipeworx.io/nass/mcp --- ## Omni Scanner URL: https://mcp-marketplace.io/server/io-github-pantheon-ladderworks-omni-scanner Summary: Codebase observatory with 56+ scanners for git health, architecture, and documentation. Category: Developer Tools Mode: local Pricing: Free PyPI: omni-governance GitHub: https://github.com/Pantheon-LadderWorks/omni-scanner Security Score: 1/10 Creator: Pantheon LadderWorks Creator Reputation: B Version: 0.7.3 Install (Claude Code): claude mcp add io-github-pantheon-ladderworks-omni-scanner -- uvx omni-governance==0.7.3 --- ## Agentmem URL: https://mcp-marketplace.io/server/io-github-thezenmonster-agentmem Summary: Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring. Category: Developer Tools Mode: local Pricing: Free PyPI: quilmem GitHub: https://github.com/Thezenmonster/agentmem Security Score: 10/10 Creator: Thezenmonster Creator Reputation: B Version: 0.2.5 Install (Claude Code): claude mcp add io-github-thezenmonster-agentmem -- uvx quilmem==0.2.5 --- ## Swap Api URL: https://mcp-marketplace.io/server/io-github-swap-api-mcp Summary: MCP server for SwapAPI - get executable token swap calldata for EVM chains Category: Developer Tools Mode: local Pricing: Free npm: @swapapi/mcp GitHub: https://github.com/swap-api/swap-api Security Score: 10/10 Creator: Swap Api Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-swap-api-mcp -- npx -y @swapapi/mcp@0.1.0 --- ## Keeperhub URL: https://mcp-marketplace.io/server/io-github-techops-services-keeperhub-mcp Summary: MCP server for KeeperHub blockchain workflow automation Description: MCP server for KeeperHub blockchain workflow automation Remote endpoints: sse: https://mcp.keeperhub.com/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/techops-services/keeperhub-mcp Security Score: 10/10 Creator: Techops Services Creator Reputation: B Version: 1.0.0 --- ## Alchemy Eth URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-alchemy-eth Summary: Alchemy (Ethereum + L2) MCP. Description: Alchemy (Ethereum + L2) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/alchemy-eth/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/alchemy-eth/mcp GitHub: https://github.com/pipeworx-io/mcp-alchemy-eth MCP Tools (28): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, eth_call, token_balances, token_metadata, token_allowance, nfts_owned, nft_metadata, nfts_for_collection, nft_owners, asset_transfers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-alchemy-eth https://gateway.pipeworx.io/alchemy-eth/mcp --- ## Governance URL: https://mcp-marketplace.io/server/com-qualequest-governance Summary: Multi-agent governance: task orchestration, compliance, decision validation, and ML predictions. Description: Multi-agent governance: task orchestration, compliance, decision validation, and ML predictions. Remote endpoints: streamable-http: https://qualequest.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qualequest.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-qualequest-governance https://qualequest.com/mcp --- ## Buddy URL: https://mcp-marketplace.io/server/io-github-lyellr88-buddy-mcp Summary: Claude Code creature collection game. Hatch buddies, pet to boost roll luck, complete the BuddyDex. Category: Developer Tools Mode: local Pricing: Free npm: @lyellr88/buddy-mcp GitHub: https://github.com/Lyellr88/buddy-mcp Security Score: 9.5/10 Creator: Lyellr88 Creator Reputation: B Version: 1.4.4 Install (Claude Code): claude mcp add io-github-lyellr88-buddy-mcp -- npx -y @lyellr88/buddy-mcp@1.4.4 --- ## Studio URL: https://mcp-marketplace.io/server/io-reelmint-studio Summary: Script, animate, narrate and publish vertical Shorts — every step stays an editable screen. Description: Script, animate, narrate and publish vertical Shorts — every step stays an editable screen. Remote endpoints: streamable-http: https://studio.reelmint.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://studio.reelmint.io/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-reelmint-studio https://studio.reelmint.io/api/mcp --- ## Augments URL: https://mcp-marketplace.io/server/dev-augments-mcp Summary: Augments MCP Server - A comprehensive framework documentation provider for Claude Code Description: Augments MCP Server - A comprehensive framework documentation provider for Claude Code Remote endpoints: streamable-http: https://mcp.augments.dev/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: augments-mcp-server GitHub: https://github.com/augmnt/augments-mcp-server Security Score: 7.1/10 Creator: Augmnt Creator Reputation: B Version: 2.0.2 Install (Claude Code): claude mcp add dev-augments-mcp -- uvx augments-mcp-server==2.0.5 --- ## Met No URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-met-no Summary: MET Norway weather (api.met.no behind yr.no) — global forecast, sunrise, ocean Description: MET Norway weather (api.met.no behind yr.no) — global forecast, sunrise, ocean Remote endpoints: streamable-http: https://gateway.pipeworx.io/met-no/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/met-no/mcp GitHub: https://github.com/pipeworx-io/mcp-met-no MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, forecast, nowcast, sunrise, airquality, oceanforecast Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-met-no https://gateway.pipeworx.io/met-no/mcp --- ## Cookwith URL: https://mcp-marketplace.io/server/io-github-jkakar-cookwith-mcp Summary: AI-powered recipe generation and transformation tools by Cookwith Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/blaideinc/cookwith-mcp Security Score: 10/10 Creator: Blaideinc Creator Reputation: B Version: 1.0.1 --- ## Guide URL: https://mcp-marketplace.io/server/io-github-animaapp-anima Summary: Connect AI coding agents to Anima Playground, Figma, and your design system. Description: Connect AI coding agents to Anima Playground, Figma, and your design system. Remote endpoints: streamable-http: https://public-api.animaapp.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://public-api.animaapp.com/v1/mcp GitHub: https://github.com/AnimaApp/mcp-server-guide Security Score: 10/10 Creator: AnimaApp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-animaapp-anima https://public-api.animaapp.com/v1/mcp --- ## Ejec2 URL: https://mcp-marketplace.io/server/mx-com-elcheff-portal-ejec2 Summary: MCP server para El Cheff - punto de venta para restaurantes Description: MCP server para El Cheff - punto de venta para restaurantes Remote endpoints: streamable-http: https://portal.elcheff.com.mx/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://portal.elcheff.com.mx/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http mx-com-elcheff-portal-ejec2 https://portal.elcheff.com.mx/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-seo-analyzer Summary: MCP server for SEO analysis: meta tags, headings, keywords, sitemaps. Category: Developer Tools Mode: local Pricing: Free npm: sovereign-seo-analyzer-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ryudi84-seo-analyzer -- npx -y sovereign-seo-analyzer-mcp --- ## Enterprise Mcp Gateway URL: https://mcp-marketplace.io/server/com-thenextgennexus-enterprise-mcp-gateway Summary: Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint. Description: Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp MCP Tools (152): academic-research__search_arxiv, academic-research__search_google_scholar, automotive__search_cars, automotive__car_market_analysis, crypto__crypto_prices, crypto__exchange_rates, developer-tools__get_github_repo, developer-tools__search_github, developer-tools__get_npm_package, developer-tools__get_pypi_package, developer-tools__search_stackoverflow, developer-tools__search_arxiv, developer-tools__search_google_scholar, domain-intelligence__dns_lookup, domain-intelligence__whois_lookup, domain-intelligence__ssl_check, domain-intelligence__ip_geolocation, ecommerce-intelligence__analyze_shopify_store, ecommerce-intelligence__get_store_products, finance__get_stock_data, finance__screen_stocks, finance__get_crypto_prices, finance__get_exchange_rates, finance__track_crypto_portfolio, github__get_repo_stats, github__search_repos, github__get_repo_languages, github__compare_repos, global-equities-screener__screen_us_finviz, global-equities-screener__screen_china_a_shares, global-equities-screener__screen_china_star_market, global-equities-screener__screen_china_chinext, global-equities-screener__screen_china_bse, global-equities-screener__screen_chinese_adrs, global-equities-screener__screen_hk_hang_seng, global-equities-screener__screen_taiwan_twse, global-equities-screener__screen_korea_kospi, global-equities-screener__screen_india_nse, global-equities-screener__screen_singapore_sgx, global-equities-screener__screen_japan_tse, global-equities-screener__screen_australia_asx, global-equities-screener__screen_indonesia_idx, global-equities-screener__screen_thailand_set, global-equities-screener__screen_malaysia_bursa, global-equities-screener__screen_philippines_pse, global-equities-screener__screen_vietnam_hose, global-equities-screener__screen_uk_lse, global-equities-screener__screen_germany_dax, global-equities-screener__screen_brazil_b3, global-equities-screener__screen_canada_tsx, global-equities-screener__screen_mexico_bmv, global-equities-screener__screen_saudi_tadawul, global-equities-screener__screen_southafrica_jse, global-equities-screener__screen_turkey_bist, google-maps__search_local_businesses, google-maps__generate_leads, google-maps__validate_emails, hr-compensation__search_h1b_salaries, hr-compensation__search_salaries, job-market__search_jobs, job-market__company_reviews, job-market__salary_search, legal__search_court_records, news__get_ap_news, news__get_bbc_news, news__get_npr_news, news__get_hacker_news, news__search_google_news, playwright__navigate, playwright__screenshot, playwright__click, playwright__type_text, playwright__get_text, playwright__get_html, playwright__evaluate, playwright__select_option, playwright__scroll, playwright__wait_for, playwright__get_links, playwright__extract_table, playwright__page_pdf, playwright__fill_form, playwright__get_cookies, playwright__set_cookies, playwright__close_browser, premium-data__search_government_contracts, premium-data__lookup_business_registration, premium-data__search_amazon_products, premium-data__search_fda_recalls, premium-data__compare_product_prices, real-estate__search_redfin_properties, real-estate__get_property_details, reddit__search_reddit, reddit__get_subreddit, redfin__search_properties, redfin__get_property_details, regulatory-filings__get_form_4_insider_trades, regulatory-filings__get_form_d_private_funding, regulatory-filings__get_form_8k_material_events, regulatory-filings__get_form_13f_holdings, regulatory-filings__get_schedule_13d_activist, regulatory-filings__detect_insider_cluster, regulatory-filings__get_13f_delta, regulatory-filings__get_swf_holdings, regulatory-filings__get_ipo_calendar, regulatory-filings__get_earnings_calendar, regulatory-filings__get_earnings_estimates, regulatory-filings__get_analyst_targets, regulatory-filings__get_pre_ipo_secondary, regulatory-filings__get_options_unusual_activity, regulatory-filings__get_short_interest, regulatory-filings__get_stock_splits_corporate_actions, regulatory-filings__get_dividend_aristocrats, review-intelligence__trustpilot_reviews, review-intelligence__g2_reviews, review-intelligence__yelp_reviews, sales-intelligence__find_company_emails, sales-intelligence__enrich_company, sales-intelligence__aggregate_company_profile, sales-intelligence__find_b2b_leads, sales-intelligence__enrich_lead_list, sales-intelligence__detect_hiring_signal, sales-intelligence__track_startup_funding, sales-intelligence__detect_tech_stack, sales-intelligence__find_yc_companies, sales-intelligence__search_linkedin_jobs, seo-web-analysis__crawl_website, seo-web-analysis__detect_tech_stack, seo-web-analysis__check_dns, seo-web-analysis__check_ssl, seo-web-analysis__lookup_whois, social-content__search_devto, social-content__get_steam_games, social-content__search_podcasts, social-content__search_events, sports__get_nba_scores, sports__get_nfl_scores, sports__get_nhl_scores, sports__get_all_scores, travel__search_airbnb, travel__search_hotels, travel__search_tripadvisor, weather__get_weather, web-scraping__crawl_website, web-scraping__google_search, web-scraping__wikipedia_lookup, yahoo-finance__get_stock_quote, yahoo-finance__get_multiple_quotes, yahoo-finance__compare_stocks, youtube-media__youtube_transcript, youtube-media__search_podcasts, youtube-media__imdb_search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-enterprise-mcp-gateway https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/enterprise-mcp-gateway/mcp --- ## Factory Servers URL: https://mcp-marketplace.io/server/io-github-apifymcpfactory-droid-eu-vat-validator Summary: Bulk-validates EU VAT numbers against the European Commission's official VIES service. Description: Bulk-validates EU VAT numbers against the European Commission's official VIES service. Remote endpoints: streamable-http: https://mcp.apify.com?tools=apifmcpfactory/eu-vat-validator Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com?tools=apifmcpfactory/eu-vat-validator GitHub: https://github.com/apifymcpfactory-droid/mcp-factory-servers Security Score: 10/10 Creator: Apifymcpfactory Droid Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apifymcpfactory-droid-eu-vat-validator 'https://mcp.apify.com?tools=apifmcpfactory/eu-vat-validator' --- ## Nft Metadata X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-nft-metadata Summary: Fetch NFT metadata — name, image, traits from contract+tokenId. x402 micropayment. Description: Fetch NFT metadata — name, image, traits from contract+tokenId. x402 micropayment. Remote endpoints: sse: https://nft-metadata.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nft-metadata.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/nft-metadata-x402 MCP Tools (1): crypto_get_nft_metadata Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-nft-metadata https://nft-metadata.api.klymax402.com/mcp --- ## Aihot URL: https://mcp-marketplace.io/server/io-github-jing7ao-aihot-mcp Summary: AI HOT 资讯 MCP Server - 让 Claude Code 直接获取 AI 行业日报和动态 Category: Developer Tools Mode: local Pricing: Free npm: aihot-mcp GitHub: https://github.com/Jing7ao/aihot-mcp Security Score: 10/10 Creator: Jing7ao Creator Reputation: B Version: 1.1.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-jing7ao-aihot-mcp -- npx -y aihot-mcp@1.1.0 --- ## Scanmalware URL: https://mcp-marketplace.io/server/com-scanmalware-mcp-scanmalware-mcp Summary: MCP server for ScanMalware.com URL scanning, malware detection, and analysis. Description: MCP server for ScanMalware.com URL scanning, malware detection, and analysis. Remote endpoints: streamable-http: https://mcp.scanmalware.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/scanmalware/mcp-server Security Score: 10/10 Creator: Scanmalware Creator Reputation: B Version: 0.1.6 --- ## Aaaa Nexus URL: https://mcp-marketplace.io/server/io-github-atomadictech-aaaa-nexus Summary: Formally verified AI safety APIs. Pay-per-call via USDC (x402). 75+ endpoints, no signup. Description: Formally verified AI safety APIs. Pay-per-call via USDC (x402). 75+ endpoints, no signup. Remote endpoints: streamable-http: https://aaaa-nexus.atomadictech.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aaaa-nexus.atomadictech.workers.dev/mcp GitHub: https://github.com/atomadictech/aaaa-nexus MCP Tools (9): health, metrics, oracle_entropy, oracle_hallucination, ratchetgate_session, inference, inference_stream, ratchetgate_register, ratchetgate_advance Security Score: 10/10 Creator: Atomadictech Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-atomadictech-aaaa-nexus https://aaaa-nexus.atomadictech.workers.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-quotewise-mcp Summary: Semantic quote search with 600K quotes. Find quotes by meaning, verify attributions. Description: Semantic quote search with 600K quotes. Find quotes by meaning, verify attributions. Remote endpoints: streamable-http: https://mcp.quotewise.io/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.quotewise.io/ GitHub: https://github.com/quotewise/mcp MCP Tools (18): quotes_about, quotes_from, quotes_by, quotes_containing, quote, quotes_like, who_said, quote_random, originators, originators_like, sources, quote_relations, search_proverbs, status, collection, collection_quotes, flag_content, propose_edit Security Score: 9/10 Creator: Quotewise Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-quotewise-mcp https://mcp.quotewise.io/ --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-http Summary: Pare HTTP ג€” Structured HTTP request operations (GET, POST, HEAD) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/http GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-http -- npx -y @paretools/http --- ## Agent Payment Protocol URL: https://mcp-marketplace.io/server/io-github-bbrainfrance-midas-protocol Summary: Complete financial infrastructure for AI agents — payments, lending, escrow & more. Description: Complete financial infrastructure for AI agents — payments, lending, escrow & more. Remote endpoints: streamable-http: https://mcp.midasprotocol.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.midasprotocol.org/mcp GitHub: https://github.com/BbrainFrance/Agent_payment_protocol MCP Tools (42): discover_services, get_service, get_quote, book_and_pay, send_payment, check_balance, transaction_history, blockchain_wallet_info, withdraw_usdc, send_message, check_inbox, read_message, unread_count, start_negotiation, counter_offer, accept_negotiation, reject_negotiation, human_approve_negotiation, my_negotiations, create_loan_offer, list_loan_offers, borrow, repay_loan, my_loans, create_bet, list_open_bets, accept_bet, my_bets, create_contract, sign_contract, fulfill_condition, my_contracts, create_subscription, cancel_subscription, my_subscriptions, check_reputation, set_webhook, block_agent, unblock_agent, list_blocked_agents, my_profile, register_agent Security Score: 10/10 Creator: BbrainFrance Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bbrainfrance-midas-protocol https://mcp.midasprotocol.org/mcp --- ## Postgresql URL: https://mcp-marketplace.io/server/io-github-neverinfamous-postgres-mcp Summary: PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering Category: Data & Analytics Mode: local Pricing: Free npm: @neverinfamous/postgres-mcp GitHub: https://github.com/neverinfamous/postgresql-mcp.git Security Score: 9.3/10 Creator: Neverinfamous Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-neverinfamous-postgres-mcp -- npx -y @neverinfamous/postgres-mcp@3.0.7 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-monte-carlo-data-mcp Summary: Data + AI observability — monitor and troubleshoot production-grade agents and the context they use. Description: Data + AI observability — monitor and troubleshoot production-grade agents and the context they use. Remote endpoints: streamable-http: https://mcp.getmontecarlo.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.getmontecarlo.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-monte-carlo-data-mcp https://mcp.getmontecarlo.com/mcp --- ## Openapi URL: https://mcp-marketplace.io/server/io-github-saurav61091-mcp-openapi-runner Summary: Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed. Category: Developer Tools Mode: local Pricing: Free npm: mcp-openapi-runner GitHub: https://github.com/saurav61091/mcp-openapi Security Score: 9.5/10 Creator: Saurav61091 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-saurav61091-mcp-openapi-runner -- npx -y mcp-openapi-runner@1.1.0 --- ## Company Gi URL: https://mcp-marketplace.io/server/io-github-company-gibraltar-company-gi Summary: Gibraltar company tools: corporate tax, compliance deadlines, and PDF form generation. Category: Developer Tools Mode: local Pricing: Free npm: company-gi-mcp GitHub: https://github.com/Company-Gibraltar/company-gi-mcp Security Score: 10/10 Creator: Company Gibraltar Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-company-gibraltar-company-gi -- npx -y company-gi-mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-atlasprzetargow-mcp Summary: Search Polish public tenders (BZP + TED) — 800k+ tenders, profiles, statistics, glossary. Category: Developer Tools Mode: local Pricing: Free npm: @atlasprzetargow/mcp GitHub: https://github.com/atlasprzetargow/mcp-server Security Score: 8/10 Creator: Atlasprzetargow Creator Reputation: B Version: 0.1.1 Required Credentials: ATLAS_API_KEY (required), ATLAS_API_BASE (optional) Install (Claude Code): claude mcp add io-github-atlasprzetargow-mcp -- npx -y @atlasprzetargow/mcp@0.1.1 --- ## Microsoft Learn URL: https://mcp-marketplace.io/server/com-microsoft-microsoft-learn-mcp Summary: Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. Description: Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. Remote endpoints: streamable-http: https://learn.microsoft.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://learn.microsoft.com/api/mcp GitHub: https://github.com/MicrosoftDocs/mcp MCP Tools (3): microsoft_docs_search, microsoft_code_sample_search, microsoft_docs_fetch Security Score: 10/10 Creator: MicrosoftDocs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-microsoft-microsoft-learn-mcp https://learn.microsoft.com/api/mcp --- ## Egrul URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-egrul Summary: EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-egrul GitHub: https://github.com/atomno-mcp/mcp-egrul Security Score: 4.8/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.10 Required Credentials: ATOMNO_API_KEY (required) Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-egrul -- uvx atomno-mcp-egrul==0.1.10 --- ## Factory Servers URL: https://mcp-marketplace.io/server/io-github-apifymcpfactory-droid-tech-stack-detector Summary: Detect 7,500+ technologies on any website - CMS, ecommerce, analytics, frameworks. ~$5/1,000 sites. Description: Detect 7,500+ technologies on any website - CMS, ecommerce, analytics, frameworks. ~$5/1,000 sites. Remote endpoints: streamable-http: https://mcp.apify.com?tools=apifmcpfactory/tech-stack-detector Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com?tools=apifmcpfactory/tech-stack-detector GitHub: https://github.com/apifymcpfactory-droid/mcp-factory-servers Security Score: 10/10 Installs: 1 Creator: Apifymcpfactory Droid Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apifymcpfactory-droid-tech-stack-detector 'https://mcp.apify.com?tools=apifmcpfactory/tech-stack-detector' --- ## Yanhui Ci URL: https://mcp-marketplace.io/server/io-github-sstklen-yanhui-debug Summary: Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05. Description: Debug AI with shared KB. One bug fixed = everyone benefits. KB hit 4ms free, new analysis $0.05. Remote endpoints: streamable-http: https://api.washinmura.jp/mcp/debug/{lobster_id} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.washinmura.jp/mcp/debug/{lobster_id} GitHub: https://github.com/sstklen/yanhui-ci MCP Tools (5): debug_analyze, debug_search, debug_contribute, debug_hello, debug_escalate Security Score: 9.5/10 Creator: Sstklen Creator Reputation: B Version: 2.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sstklen-yanhui-debug 'https://api.washinmura.jp/mcp/debug/{lobster_id}' --- ## Splitwise URL: https://mcp-marketplace.io/server/ai-smithery-harjap-singh-3105-splitwise-mcp Summary: Manage Splitwise balances, expenses, and groups from your workspace. Fetch friends and recent acti… Description: Manage Splitwise balances, expenses, and groups from your workspace. Fetch friends and recent acti… Remote endpoints: streamable-http: https://server.smithery.ai/@HARJAP-SINGH-3105/splitwise_mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@HARJAP-SINGH-3105/splitwise_mcp/mcp GitHub: https://github.com/HARJAP-SINGH-3105/Splitwise_MCP Security Score: 9.8/10 Creator: HARJAP SINGH 3105 Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-harjap-singh-3105-splitwise-mcp https://server.smithery.ai/@HARJAP-SINGH-3105/splitwise_mcp/mcp --- ## Fathom URL: https://mcp-marketplace.io/server/io-github-agencyenterprise-fathom-mcp-server Summary: Connect Claude to Fathom meeting recordings, transcripts, and summaries Description: Connect Claude to Fathom meeting recordings, transcripts, and summaries Remote endpoints: streamable-http: https://fathom-mcp-server.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/agencyenterprise/fathom-mcp-server Security Score: 9/10 Creator: Agencyenterprise Creator Reputation: B Version: 1.0.0 --- ## Ietf Datatracker URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ietf-datatracker Summary: IETF Datatracker RFCs / drafts / working groups / people Description: IETF Datatracker RFCs / drafts / working groups / people Remote endpoints: streamable-http: https://gateway.pipeworx.io/ietf-datatracker/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ietf-datatracker/mcp GitHub: https://github.com/pipeworx-io/mcp-ietf-datatracker MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, rfc, document, documents_search, wg, wgs_search, person Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ietf-datatracker https://gateway.pipeworx.io/ietf-datatracker/mcp --- ## Bgpt URL: https://mcp-marketplace.io/server/io-github-connerlambden-bgpt-mcp Summary: Search scientific papers with structured experimental data from full-text studies Description: Search scientific papers with structured experimental data from full-text studies Remote endpoints: sse: https://bgpt.pro/mcp/sse streamable-http: https://bgpt.pro/mcp/stream Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bgpt.pro/mcp/sse GitHub: https://github.com/connerlambden/bgpt-mcp Security Score: 9.9/10 Creator: Connerlambden Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-connerlambden-bgpt-mcp https://bgpt.pro/mcp/sse --- ## Nuberea URL: https://mcp-marketplace.io/server/io-github-streamsapps-nuberea Summary: AI-powered biblical research tools — lexicons, morphology, manuscripts, and more. Description: AI-powered biblical research tools — lexicons, morphology, manuscripts, and more. Remote endpoints: streamable-http: https://auth.aws-dev.streamsappsgslbex.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://auth.aws-dev.streamsappsgslbex.com/mcp GitHub: https://github.com/streamsapps/nuberea-mcp Security Score: 10/10 Creator: Streamsapps Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-streamsapps-nuberea https://auth.aws-dev.streamsappsgslbex.com/mcp --- ## Vibe Hnindex URL: https://mcp-marketplace.io/server/io-github-andyanh174-vibe-hnindex Summary: Index source code into a local knowledge base, search with keyword + semantic + hybrid modes. Category: Developer Tools Mode: local Pricing: Free npm: vibe-hnindex GitHub: https://github.com/AndyAnh174/vibe-hnindex Security Score: 9.5/10 Creator: AndyAnh174 Creator Reputation: B Version: 0.1.2 Required Credentials: OLLAMA_URL (optional), OLLAMA_MODEL (optional), QDRANT_URL (optional), STORAGE_PATH (optional) Install (Claude Code): claude mcp add io-github-andyanh174-vibe-hnindex -- npx -y vibe-hnindex@0.7.0 --- ## Lorem Ipsum X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-lorem-ipsum Summary: Generate placeholder text — paragraphs, sentences, words. x402 micropayment. Description: Generate placeholder text — paragraphs, sentences, words. x402 micropayment. Remote endpoints: sse: https://lorem-ipsum.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lorem-ipsum.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/lorem-ipsum-x402 MCP Tools (1): text_generate_lorem_ipsum Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-lorem-ipsum https://lorem-ipsum.api.klymax402.com/mcp --- ## Lionscraper URL: https://mcp-marketplace.io/server/io-github-dowant-lionscraper-python Summary: LionScraper Python: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension. Category: Search & Web Mode: local Pricing: Free PyPI: lionscraper GitHub: https://github.com/dowant/lionscraper-mcp Security Score: 5.7/10 Creator: dowant Creator Reputation: F Version: 1.0.6 Install (Claude Code): claude mcp add io-github-dowant-lionscraper-python -- uvx lionscraper==1.0.6 --- ## Fetch Url URL: https://mcp-marketplace.io/server/io-github-j0hanz-fetch-url-mcp Summary: An MCP server that fetches web pages and converts them to clean, readable Markdown. Category: Developer Tools Mode: local Pricing: Free npm: @j0hanz/fetch-url-mcp GitHub: https://github.com/j0hanz/fetch-url-mcp Security Score: 10/10 Creator: J0hanz Creator Reputation: B Version: 2.0.2 Install (Claude Code): claude mcp add io-github-j0hanz-fetch-url-mcp -- npx -y @j0hanz/fetch-url-mcp@2.0.2 --- ## Ordinals URL: https://mcp-marketplace.io/server/io-github-expertvagabond-ordinals Summary: Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats Category: Developer Tools Mode: local Pricing: Free npm: ordinals-mcp GitHub: https://github.com/ExpertVagabond/ordinals-mcp Security Score: 8/10 Creator: ExpertVagabond Creator Reputation: B Version: 0.1.2 Required Credentials: HIRO_API_KEY (required), ORDISCAN_API_KEY (required), MAGIC_EDEN_API_KEY (required) Install (Claude Code): claude mcp add io-github-expertvagabond-ordinals -- npx -y ordinals-mcp@0.2.0 --- ## Chrono URL: https://mcp-marketplace.io/server/ai-smithery-jmoak-chrono-mcp Summary: Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad… Description: Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad… Remote endpoints: streamable-http: https://server.smithery.ai/@JMoak/chrono-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/JMoak/chrono-mcp Security Score: 10/10 Creator: JMoak Creator Reputation: B Version: 0.2.0 --- ## Recur URL: https://mcp-marketplace.io/server/tw-recur-mcp Summary: Subscription payment platform for Taiwan — manage products, customers, and billing Description: Subscription payment platform for Taiwan — manage products, customers, and billing Remote endpoints: streamable-http: https://mcp.recur.tw/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.recur.tw/ GitHub: https://github.com/kaikhq/recur.tw Security Score: 9/10 Creator: Kaikhq Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http tw-recur-mcp https://mcp.recur.tw/ --- ## Patents Trademarks Ip URL: https://mcp-marketplace.io/server/com-thenextgennexus-patents-trademarks-ip-mcp-server Summary: Patent & trademark IP search — patents, assignees, and inventors via Google Patents. Description: Patent & trademark IP search — patents, assignees, and inventors via Google Patents. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/patents-trademarks-ip-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/patents-trademarks-ip-mcp-server/mcp MCP Tools (4): search_patents, get_patent_details, find_patents_by_assignee, search_inventor Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-patents-trademarks-ip-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/patents-trademarks-ip-mcp-server/mcp --- ## Publish URL: https://mcp-marketplace.io/server/games-playfrog-publish Summary: Publish browser games to Playfrog and get a shareable play link. Free, no account needed. Description: Publish browser games to Playfrog and get a shareable play link. Free, no account needed. Remote endpoints: streamable-http: https://mcp.playfrog.games/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.playfrog.games/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http games-playfrog-publish https://mcp.playfrog.games/mcp --- ## Ldbd URL: https://mcp-marketplace.io/server/io-github-kkjh0723-mcp-ldbd Summary: Submit and track stock/crypto direction predictions on LDBD's public leaderboard (ldbd.app). Category: Developer Tools Mode: local Pricing: Free npm: mcp-ldbd GitHub: https://github.com/kkjh0723/mcp-ldbd Security Score: 7.2/10 Creator: Kkjh0723 Creator Reputation: B Version: 0.3.0 Required Credentials: LDBD_API_KEY (required), LDBD_BASE_URL (optional), LDBD_MCP_READONLY (optional) Install (Claude Code): claude mcp add io-github-kkjh0723-mcp-ldbd -- npx -y mcp-ldbd@0.3.0 --- ## Whoisjson URL: https://mcp-marketplace.io/server/io-github-whoisjson-mcp-server Summary: WHOIS, DNS, SSL, and domain availability lookups for AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @whoisjson/mcp-server GitHub: https://github.com/Whoisjson/mcp-server Security Score: 7/10 Creator: Whoisjson Creator Reputation: B Version: 1.0.3 Required Credentials: WHOISJSON_API_KEY (required) Install (Claude Code): claude mcp add io-github-whoisjson-mcp-server -- npx -y @whoisjson/mcp-server@1.0.3 --- ## Apiverket URL: https://mcp-marketplace.io/server/io-github-vinvuk-apiverket-mcp Summary: Query Swedish public data: companies, SCB statistics, weather, transport, and more. Category: Developer Tools Mode: local Pricing: Free npm: apiverket-mcp-server GitHub: https://github.com/vinvuk/apiverket-mcp Security Score: 5.8/10 Creator: Vinvuk Creator Reputation: B Version: 1.0.0 Required Credentials: GOVDATA_API_URL (optional), GOVDATA_API_KEY (required) Install (Claude Code): claude mcp add io-github-vinvuk-apiverket-mcp -- npx -y apiverket-mcp-server@1.0.0 --- ## Seatgeek URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-seatgeek Summary: SeatGeek MCP. Description: SeatGeek MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/seatgeek/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/seatgeek/mcp GitHub: https://github.com/pipeworx-io/mcp-seatgeek MCP Tools (28): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, events, event, performers, performer, performer_by_slug, venues, venue, taxonomies, recommendations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-seatgeek https://gateway.pipeworx.io/seatgeek/mcp --- ## Vaadin Documentation Services URL: https://mcp-marketplace.io/server/com-vaadin-docs-mcp Summary: Provides Vaadin Documentation and help with development tasks Description: Provides Vaadin Documentation and help with development tasks Remote endpoints: streamable-http: https://mcp.vaadin.com/docs/ Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/vaadin/vaadin-documentation-services Security Score: 10/10 Creator: Vaadin Creator Reputation: B Version: 1.0.1 --- ## ServiceBricks URL: https://mcp-marketplace.io/server/io-github-holomodular-servicebricks Summary: Generate a ServiceBricks C# .NET microservice as a ZIP file. Description: Generate a ServiceBricks C# .NET microservice as a ZIP file. Remote endpoints: streamable-http: https://servicebricks.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://servicebricks.com/api/mcp GitHub: https://github.com/holomodular/ServiceBricks MCP Tools (1): generate_microservice_zip Security Score: 10/10 Creator: Holomodular Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-holomodular-servicebricks https://servicebricks.com/api/mcp --- ## Openvan Camp Public Api URL: https://mcp-marketplace.io/server/io-github-kopaev-openvan-travel Summary: Vanlife & RV travel data. Fuel, weather, currency, events, news. https://openvan.camp/en/developers Description: Vanlife & RV travel data. Fuel, weather, currency, events, news. https://openvan.camp/en/developers Remote endpoints: streamable-http: https://mcp.openvan.camp/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.openvan.camp/mcp GitHub: https://github.com/Kopaev/openvan-camp-public-api Security Score: 6/10 Creator: Kopaev Creator Reputation: B Version: 0.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-kopaev-openvan-travel https://mcp.openvan.camp/mcp --- ## Statetakehome URL: https://mcp-marketplace.io/server/io-github-tresor4k-statetakehome-mcp Summary: US take-home pay calculator by state: federal and state tax, FICA, deductions. Category: Developer Tools Mode: local Pricing: Free npm: statetakehome-mcp GitHub: https://github.com/tresor4k/statetakehome-mcp Security Score: 10/10 Creator: Tresor4k Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-tresor4k-statetakehome-mcp -- npx -y statetakehome-mcp@0.1.1 --- ## Chart URL: https://mcp-marketplace.io/server/io-github-antvis-mcp-server-chart Summary: A Model Context Protocol server for generating charts using AntV. Category: Developer Tools Mode: local Pricing: Free npm: @antv/mcp-server-chart GitHub: https://github.com/antvis/mcp-server-chart Security Score: 6/10 Creator: Antvis Creator Reputation: B Version: 0.9.10 Required Credentials: VIS_REQUEST_SERVER (optional), SERVICE_ID (required), DISABLED_TOOLS (optional) Install (Claude Code): claude mcp add io-github-antvis-mcp-server-chart -- npx -y @antv/mcp-server-chart@0.9.10 --- ## Napkin URL: https://mcp-marketplace.io/server/io-github-sshwarts-napkin Summary: Shared visual canvas (Excalidraw) for collaborative whiteboarding between AI agents and humans. Category: Developer Tools Mode: local Pricing: Free npm: napkin-mcp GitHub: https://github.com/sshwarts/napkin Security Score: 6.5/10 Creator: Sshwarts Creator Reputation: B Version: 0.1.0 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-sshwarts-napkin -- npx -y napkin-mcp@0.1.0 --- ## Ticketmaster URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ticketmaster Summary: Ticketmaster Discovery v2 MCP. Description: Ticketmaster Discovery v2 MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/ticketmaster/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ticketmaster/mcp GitHub: https://github.com/pipeworx-io/mcp-ticketmaster MCP Tools (29): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, event_search, event, event_images, attraction_search, attraction, venue_search, venue, classifications, classification, suggest Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ticketmaster https://gateway.pipeworx.io/ticketmaster/mcp --- ## Poke Video URL: https://mcp-marketplace.io/server/ai-smithery-aryankeluskar-poke-video-mcp Summary: Search your Flashback video library with natural language to instantly find relevant moments. Get… Description: Search your Flashback video library with natural language to instantly find relevant moments. Get… Remote endpoints: streamable-http: https://server.smithery.ai/@aryankeluskar/poke-video-mcp/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@aryankeluskar/poke-video-mcp/mcp GitHub: https://github.com/aryankeluskar/poke-video-mcp Security Score: 10/10 Creator: Aryankeluskar Creator Reputation: B Version: 1.14.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-aryankeluskar-poke-video-mcp https://server.smithery.ai/@aryankeluskar/poke-video-mcp/mcp --- ## Taiwan Payroll URL: https://mcp-marketplace.io/server/io-github-supra126-taiwan-payroll Summary: 台灣勞保、健保、勞退、職災與二代健保補充保費試算,含薪資扣繳、破月與勞保老年給付。資料取自主管機關公告,對官方範例逐位元驗證。 Description: 台灣勞保、健保、勞退、職災與二代健保補充保費試算,含薪資扣繳、破月與勞保老年給付。資料取自主管機關公告,對官方範例逐位元驗證。 Remote endpoints: streamable-http: https://taiwan-payroll.simoko.workers.dev/mcp Category: Finance Mode: dual Pricing: Free npm: taiwan-payroll-mcp Remote URL: https://taiwan-payroll.simoko.workers.dev/mcp GitHub: https://github.com/supra126/taiwan-payroll MCP Tools (9): calculate_payroll, calculate_supplementary_premium, calculate_employer_supplementary_premium, calculate_income_tax_withholding, calculate_old_age_pension, calculate_old_age_lump_sum, calculate_old_age_single_payment, calculate_prorated, list_years Security Score: 9.2/10 Creator: Supra126 Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-supra126-taiwan-payroll -- npx -y taiwan-payroll-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-supra126-taiwan-payroll https://taiwan-payroll.simoko.workers.dev/mcp --- ## Actors URL: https://mcp-marketplace.io/server/ai-smithery-jirispilka-actors-mcp-server Summary: Greet anyone by name with friendly, personalized messages. Explore the origin of Hello, World thro… Description: Greet anyone by name with friendly, personalized messages. Explore the origin of Hello, World thro… Remote endpoints: streamable-http: https://server.smithery.ai/@jirispilka/actors-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@jirispilka/actors-mcp-server/mcp GitHub: https://github.com/jirispilka/actors-mcp-server Security Score: 9.8/10 Creator: Jirispilka Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-jirispilka-actors-mcp-server https://server.smithery.ai/@jirispilka/actors-mcp-server/mcp --- ## Propfirmdealfinder URL: https://mcp-marketplace.io/server/io-github-chrisbusbin-pixel-propfirmdealfinder Summary: Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges. Category: Developer Tools Mode: local Pricing: Free npm: propfirmdealfinder-mcp-server GitHub: https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server Security Score: 8/10 Creator: Chrisbusbin Pixel Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-chrisbusbin-pixel-propfirmdealfinder -- npx -y propfirmdealfinder-mcp-server@1.0.4 --- ## Newsletter Growth URL: https://mcp-marketplace.io/server/io-github-closermethod-newsletter-growth-mcp Summary: Newsletter growth loops, welcome-sequence architecture, subject-line and list-metric guidance. Category: Developer Tools Mode: local Pricing: Free npm: newsletter-growth-mcp GitHub: https://github.com/closermethod/newsletter-growth-mcp Security Score: 6.7/10 Creator: Closermethod Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-closermethod-newsletter-growth-mcp -- npx -y newsletter-growth-mcp@1.0.1 --- ## Thinchain URL: https://mcp-marketplace.io/server/io-github-snipmcp-thinchain Summary: MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents. Category: Developer Tools Mode: local Pricing: Free PyPI: thinchain GitHub: https://github.com/SnipMCP/thinchain Security Score: 4.2/10 Creator: SnipMCP Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-snipmcp-thinchain -- uvx thinchain==0.1.1 --- ## Taxcompass URL: https://mcp-marketplace.io/server/it-taxcompass-taxcompass Summary: Sourced Italian tax tools for AI agents: cited primary-source search + a deterministic tax engine. Description: Sourced Italian tax tools for AI agents: cited primary-source search + a deterministic tax engine. Remote endpoints: streamable-http: https://api.taxcompass.it/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.taxcompass.it/mcp MCP Tools (4): search_italian_tax_sources, list_tax_sources, calculate_italian_tax, compare_italian_regimes Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http it-taxcompass-taxcompass https://api.taxcompass.it/mcp --- ## Marketplace URL: https://mcp-marketplace.io/server/store-bopmarket-marketplace Summary: AI marketplace: search, buy, sell across Amazon, eBay, AliExpress. 13 tools. Description: AI marketplace: search, buy, sell across Amazon, eBay, AliExpress. 13 tools. Remote endpoints: streamable-http: https://mcp.bopmarket.store/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bopmarket.store/mcp GitHub: https://github.com/bopmarket/mcp-server Security Score: 9/10 Creator: Bopmarket Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http store-bopmarket-marketplace https://mcp.bopmarket.store/mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-http Summary: MCP server for HTTP requests (curl) with structured, token-efficient output Category: Developer Tools Mode: local Pricing: Free npm: @paretools/http GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-dave-london-http -- npx -y @paretools/http --- ## Acta URL: https://mcp-marketplace.io/server/io-github-tomjwxf-acta-mcp Summary: Contribute, challenge, verify, and query contestable public records on Veritas Acta. Category: Developer Tools Mode: local Pricing: Free npm: acta-mcp GitHub: https://github.com/VeritasActa/acta-mcp Security Score: 6/10 Creator: VeritasActa Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-tomjwxf-acta-mcp -- npx -y acta-mcp@0.2.2 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-git Summary: Pare Git ג€” Structured git operations (status, log, diff, branch, commit, push) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/git GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-git -- npx -y @paretools/git --- ## Forinvest URL: https://mcp-marketplace.io/server/io-github-foreksgithub-forinvest-mcp Summary: Financial data and analysis tools for Turkish BIST and international markets via MCP. Description: Financial data and analysis tools for Turkish BIST and international markets via MCP. Remote endpoints: streamable-http: https://mcp.forinvest.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.forinvest.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-foreksgithub-forinvest-mcp https://mcp.forinvest.com/mcp --- ## Branding URL: https://mcp-marketplace.io/server/io-github-forge-space-branding-mcp Summary: AI-powered brand identity generation via MCP with design tokens, typography, and logo assets. Category: Developer Tools Mode: local Pricing: Free npm: @forgespace/branding-mcp GitHub: https://github.com/Forge-Space/branding-mcp Security Score: 10/10 Creator: Forge Space Creator Reputation: B Version: 0.56.0 Install (Claude Code): claude mcp add io-github-forge-space-branding-mcp -- npx -y @forgespace/branding-mcp@0.56.0 --- ## Docker URL: https://mcp-marketplace.io/server/io-github-alisaitteke-docker-mcp Summary: MCP server for managing Docker containers, images, networks, volumes, and registries Category: Cloud & DevOps Mode: local Pricing: Free npm: @alisaitteke/docker-mcp GitHub: https://github.com/alisaitteke/docker-mcp Security Score: 3.8/10 Creator: Alisaitteke Creator Reputation: B Version: 0.2.4 Install (Claude Code): claude mcp add io-github-alisaitteke-docker-mcp -- npx -y @alisaitteke/docker-mcp@0.2.4 --- ## Toolzy URL: https://mcp-marketplace.io/server/io-toolzy-toolzy Summary: Recherche et location d'outils entre particuliers en France via Toolzy. Description: Recherche et location d'outils entre particuliers en France via Toolzy. Remote endpoints: streamable-http: https://mcp.toolzy.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.toolzy.io/api/mcp MCP Tools (3): search_tools, get_tool_details, check_availability Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-toolzy-toolzy https://mcp.toolzy.io/api/mcp --- ## Regulatory Filings URL: https://mcp-marketplace.io/server/com-thenextgennexus-regulatory-filings-mcp Summary: SEC & institutional filings — Form 4, 8-K, 13F, Schedule 13D, Form D, IPO & earnings calendars. Description: SEC & institutional filings — Form 4, 8-K, 13F, Schedule 13D, Form D, IPO & earnings calendars. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp MCP Tools (17): get_form_4_insider_trades, get_form_d_private_funding, get_form_8k_material_events, get_form_13f_holdings, get_schedule_13d_activist, detect_insider_cluster, get_13f_delta, get_swf_holdings, get_ipo_calendar, get_earnings_calendar, get_earnings_estimates, get_analyst_targets, get_pre_ipo_secondary, get_options_unusual_activity, get_short_interest, get_stock_splits_corporate_actions, get_dividend_aristocrats Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-regulatory-filings-mcp https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/regulatory-filings-mcp/mcp --- ## Outreach Deliverability URL: https://mcp-marketplace.io/server/io-github-closermethod-outreach-deliverability-mcp Summary: Channel-safety for cold outreach: volume limits, SPF/DKIM/DMARC, spam-trigger auditing. Category: Developer Tools Mode: local Pricing: Free npm: outreach-deliverability-mcp GitHub: https://github.com/closermethod/outreach-deliverability-mcp Security Score: 6.7/10 Creator: Closermethod Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-closermethod-outreach-deliverability-mcp -- npx -y outreach-deliverability-mcp@1.0.2 --- ## Magic 8 Ball URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-magic-8-ball Summary: magic-8-ball MCP — wraps StupidAPIs (requires X-API-Key) Description: magic-8-ball MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/magic-8-ball/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/magic-8-ball/mcp GitHub: https://github.com/pipeworx-io/mcp-magic-8-ball MCP Tools (2): discover_tools, magic_8_ball_ask Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-magic-8-ball https://gateway.pipeworx.io/magic-8-ball/mcp --- ## Pdf Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-pdf-generator Summary: Generate PDF from HTML or Markdown with custom pages, margins, layout. x402. Description: Generate PDF from HTML or Markdown with custom pages, margins, layout. x402. Remote endpoints: sse: https://pdf-generator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pdf-generator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/pdf-generator-x402 MCP Tools (1): document_generate_pdf Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-pdf-generator https://pdf-generator.api.klymax402.com/mcp --- ## Deeprecall URL: https://mcp-marketplace.io/server/io-github-adrida-deeprecall-mcp Summary: Search 120,000+ recalled products from 8 global safety agencies using AI similarity. Description: Search 120,000+ recalled products from 8 global safety agencies using AI similarity. Remote endpoints: streamable-http: https://mcp.deeprecall.io/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/adrida/deeprecall-mcp Security Score: 10/10 Creator: Adrida Creator Reputation: B Version: 1.0.0 --- ## Quality Oracle URL: https://mcp-marketplace.io/server/io-github-vitaliiserbynassisterr-agenttrust Summary: Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-agenttrust GitHub: https://github.com/vitaliiserbynassisterr/quality-oracle Security Score: 9/10 Creator: Vitaliiserbynassisterr Creator Reputation: B Version: 0.1.0 Required Credentials: GROQ_API_KEY (required), CEREBRAS_API_KEY (required), MONGODB_URL (required) Install (Claude Code): claude mcp add io-github-vitaliiserbynassisterr-agenttrust -- uvx mcp-agenttrust==0.1.2 --- ## Iteon Apps URL: https://mcp-marketplace.io/server/pl-iteon-mcp Summary: Polski software house B2B: 5 public + 7 OAuth 2.1 private MCP tools (AI estimate, draft, risk). Description: Polski software house B2B: 5 public + 7 OAuth 2.1 private MCP tools (AI estimate, draft, risk). Remote endpoints: streamable-http: https://api.iteon.pl/api/v1/mcp streamable-http: https://api.iteon.pl/api/v1/mcp/public Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.iteon.pl/api/v1/mcp GitHub: https://github.com/ITEONpl/iteon-apps Security Score: 8/10 Creator: ITEONpl Creator Reputation: B Version: 0.2.3 Install (Claude Code Remote): claude mcp add --transport http pl-iteon-mcp https://api.iteon.pl/api/v1/mcp --- ## Plurality URL: https://mcp-marketplace.io/server/network-plurality-ai-context-flow Summary: Universal memory for AI agents and tools. Save, organize and search context anywhere. Description: Universal memory for AI agents and tools. Save, organize and search context anywhere. Remote endpoints: streamable-http: https://app.plurality.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.plurality.network/mcp GitHub: https://github.com/Web3-Plurality/plurality-mcp-server Security Score: 3.8/10 Creator: Web3 Plurality Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http network-plurality-ai-context-flow https://app.plurality.network/mcp --- ## Jobseek URL: https://mcp-marketplace.io/server/io-github-colophon-group-jobseek Summary: Search jobs, companies, and watchlists on Job Seek (jseek.co) Category: Developer Tools Mode: local Pricing: Free npm: @jseek/mcp-server GitHub: https://github.com/colophon-group/jobseek Security Score: 9.7/10 Creator: Colophon Group Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-colophon-group-jobseek -- npx -y @jseek/mcp-server --- ## Market Intelligence URL: https://mcp-marketplace.io/server/io-github-jbrand0n-market-intelligence-mcp Summary: Recession probability, capital rotation scoring, and economic data API Category: Developer Tools Mode: local Pricing: Free npm: @bullrundata/market-intelligence GitHub: https://github.com/BullrunData/market-intelligence-mcp Security Score: 4/10 Creator: BullrunData Creator Reputation: B Version: 0.1.2 Required Credentials: BULLRUNDATA_API_KEY (required) Install (Claude Code): claude mcp add io-github-jbrand0n-market-intelligence-mcp -- npx -y @bullrundata/market-intelligence@0.1.3 --- ## Pplz Agent URL: https://mcp-marketplace.io/server/io-github-backers-shawn-pplz-agent Summary: PPLZ AI Agent — Let AI play your social life simulation automatically. Category: Developer Tools Mode: local Pricing: Free npm: pplz-agent GitHub: https://github.com/TheBackers/pplz-agent Security Score: 9.5/10 Creator: TheBackers Creator Reputation: B Version: 1.1.3 Required Credentials: PPLZ_API_KEY (required) Install (Claude Code): claude mcp add io-github-backers-shawn-pplz-agent -- npx -y pplz-agent@1.1.3 --- ## Tessie URL: https://mcp-marketplace.io/server/ai-smithery-keithah-tessie-mcp Summary: Unofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An… Description: Unofficial integration! ## ✨ Key Features ### 💰 Financial Intelligence - **Smart Charging Cost An… Remote endpoints: streamable-http: https://server.smithery.ai/@keithah/tessie-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@keithah/tessie-mcp/mcp GitHub: https://github.com/keithah/tessie-mcp Security Score: 10/10 Creator: Keithah Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-keithah-tessie-mcp https://server.smithery.ai/@keithah/tessie-mcp/mcp --- ## Savor Dish URL: https://mcp-marketplace.io/server/io-github-rodeldoria-savor-dish Summary: AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart. Description: AI-powered recipe platform: 18 MCP tools for meal planning, grocery lists & Instacart. Remote endpoints: streamable-http: https://savordish.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://savordish.com/mcp GitHub: https://github.com/savordish/savor-dish MCP Tools (18): recipes.search, recipes.get, recipes.list_by_cuisine, recipes.get_trending, cooking.get_tips, platform.get_info, shopping.generate_grocery_list, shopping.instacart, meals.plan, recipes.get_nutrition, recipes.find_by_ingredient, cooking.get_substitutions, cuisines.explore, recipes.get_random, recipes.compare, recipes.get_quick, recipes.get_dietary, recipes.scale Security Score: 9/10 Creator: Savordish Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rodeldoria-savor-dish https://savordish.com/mcp --- ## Nextrole Mcp Proxy URL: https://mcp-marketplace.io/server/io-github-bats64mgutsi-nextrole-mcp-proxy Summary: MCP proxy server for NextRole CV tailoring services Category: Developer Tools Mode: local Pricing: Free npm: nextrole-mcp-proxy GitHub: https://github.com/bats64mgutsi/nextrole-mcp-proxy Security Score: 10/10 Creator: Bats64mgutsi Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-bats64mgutsi-nextrole-mcp-proxy -- npx -y nextrole-mcp-proxy@0.2.0 --- ## Ax Prover Base URL: https://mcp-marketplace.io/server/com-axiomatic-ai-prover Summary: Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib. Description: Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib. Remote endpoints: streamable-http: https://prover.axiomatic-ai.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prover.axiomatic-ai.com/mcp/ GitHub: https://github.com/Axiomatic-AI/ax-prover-base-mcp Security Score: 10/10 Creator: Axiomatic AI Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-axiomatic-ai-prover https://prover.axiomatic-ai.com/mcp/ --- ## Nba URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nba Summary: NBA MCP — player, team, and game data via the BallDontLie API Description: NBA MCP — player, team, and game data via the BallDontLie API Remote endpoints: streamable-http: https://gateway.pipeworx.io/nba/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nba/mcp GitHub: https://github.com/pipeworx-io/mcp-nba MCP Tools (5): discover_tools, search_players, get_player, get_teams, get_games Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nba https://gateway.pipeworx.io/nba/mcp --- ## Pop Pay URL: https://mcp-marketplace.io/server/io-github-100xpercent-pop-pay Summary: Runtime security for AI agent commerce. CLI + MCP server blocks hallucinated purchases. Category: Developer Tools Mode: local Pricing: Free npm: pop-pay GitHub: https://github.com/100xPercent/pop-pay Security Score: 7/10 Creator: 100xPercent Creator Reputation: B Version: 0.5.7 Required Credentials: POP_CDP_URL (optional), POP_ALLOWED_CATEGORIES (optional), POP_MAX_PER_TX (optional), POP_MAX_DAILY (optional), POP_GUARDRAIL_ENGINE (optional) Install (Claude Code): claude mcp add io-github-100xpercent-pop-pay -- npx -y pop-pay@0.5.10 --- ## Voulti URL: https://mcp-marketplace.io/server/io-github-csacanam-voulti Summary: Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key. Category: Developer Tools Mode: local Pricing: Free npm: voulti-mcp GitHub: https://github.com/csacanam/voulti Security Score: 9/10 Creator: Csacanam Creator Reputation: B Version: 0.1.0 Required Credentials: VOULTI_COMMERCE_ID (optional) Install (Claude Code): claude mcp add io-github-csacanam-voulti -- npx -y voulti-mcp --- ## Git URL: https://mcp-marketplace.io/server/io-github-ray0907-git-mcp-server Summary: MCP server for GitLab and GitHub Category: Developer Tools Mode: local Pricing: Free npm: @raytien/git-mcp-server GitHub: https://github.com/Ray0907/git-mcp-server Security Score: 7/10 Creator: Ray0907 Creator Reputation: D Version: 0.2.3 Required Credentials: GIT_PROVIDER (optional), GIT_TOKEN (required), GIT_API_URL (optional), GIT_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-ray0907-git-mcp-server -- npx -y @raytien/git-mcp-server@0.2.3 --- ## Swedish Law URL: https://mcp-marketplace.io/server/eu-ansvar-swedish-law-mcp Summary: Query 717 Swedish statutes, EU cross-references, case law, and preparatory works Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/swedish-law-mcp GitHub: https://github.com/Ansvar-Systems/swedish-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.2.1 Install (Claude Code): claude mcp add eu-ansvar-swedish-law-mcp -- npx -y @ansvar/swedish-law-mcp@1.2.5 --- ## Junct URL: https://mcp-marketplace.io/server/io-github-srimisra-defillama-mcp Summary: DefiLlama MCP — TVL, yields, volumes, fees, and protocol analytics for DeFi. Description: DefiLlama MCP — TVL, yields, volumes, fees, and protocol analytics for DeFi. Remote endpoints: streamable-http: https://defillama.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://defillama.mcp.junct.dev/mcp GitHub: https://github.com/srimisra/junct MCP Tools (59): get_api_protocols, get_api_protocol, get_api_tvl, get_api_tokenprotocols, get_api_inflows, get_api_v2_chains, get_api_v2_historicalchaintvl, get_api_chainassets, get_coins_prices_current, get_coins_prices_historical, create_coins_batchhistorical, get_coins_chart, get_coins_percentage, get_coins_prices_first, get_coins_block, get_yields_pools, get_yields_poolsold, get_yields_chart, get_yields_poolsborrow, get_yields_chartlendborrow, get_yields_perps, get_yields_lsdrates, get_stablecoins_stablecoindominance, get_stablecoins_stablecoins, get_stablecoins_stablecoincharts_all, get_stablecoins_stablecoincharts, get_stablecoins_stablecoin, get_stablecoins_stablecoinchains, get_stablecoins_stablecoinprices, get_api_overview_dexs, get_api_summary_dexs, get_api_overview_options, get_api_summary_options, get_api_overview_derivatives, get_api_summary_derivatives, get_api_overview_fees, get_api_summary_fees, get_api_emissions, get_api_emission, get_api_categories, get_api_forks, get_api_oracles, get_api_entities, get_api_treasuries, get_api_hacks, get_api_raises, get_api_historicalliquidity, get_etfs_overview, get_etfs_overvieweth, get_etfs_history, get_etfs_historyeth, get_fdv_performance, get_bridges_bridges, get_bridges_bridge, get_bridges_bridgevolume, get_bridges_bridgedaystats, get_bridges_transactions, get_dat_institutions, get_usage_apikey Security Score: 9/10 Creator: Srimisra Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srimisra-defillama-mcp https://defillama.mcp.junct.dev/mcp --- ## Agenttrust URL: https://mcp-marketplace.io/server/ai-agenttrust-mcp-server Summary: Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner. Category: Developer Tools Mode: local Pricing: Free npm: @agenttrust/mcp-server GitHub: https://github.com/agenttrust/mcp-server Security Score: 9.8/10 Creator: Agenttrust Creator Reputation: B Version: 1.1.1 Required Credentials: AGENTTRUST_API_KEY (required) Install (Claude Code): claude mcp add ai-agenttrust-mcp-server -- npx -y @agenttrust/mcp-server@1.2.1 --- ## Admin URL: https://mcp-marketplace.io/server/io-github-hellocoop-admin-mcp Summary: Model Context Protocol (MCP) for Hellō Admin API. Category: Developer Tools Mode: local Pricing: Free npm: @hellocoop/admin-mcp GitHub: https://github.com/hellocoop/admin-mcp Security Score: 3.3/10 Creator: Hellocoop Creator Reputation: B Version: 1.5.7 Install (Claude Code): claude mcp add io-github-hellocoop-admin-mcp -- npx -y @hellocoop/admin-mcp@1.5.10 --- ## Crypto Price URL: https://mcp-marketplace.io/server/ai-smithery-truss44-mcp-crypto-price Summary: Provide real-time cryptocurrency price data and market analysis. Description: Provide real-time cryptocurrency price data and market analysis. Remote endpoints: streamable-http: https://server.smithery.ai/@truss44/mcp-crypto-price/mcp Category: Finance Mode: dual Pricing: Free GitHub: https://github.com/truss44/mcp-crypto-price Security Score: 10/10 Creator: Truss44 Creator Reputation: B Version: 2.1.0 --- ## Agent Blueprint URL: https://mcp-marketplace.io/server/io-github-agent-blueprint-mcp-server Summary: Explore and download AI agent blueprints as Agent Skills directories for coding agents Category: Developer Tools Mode: local Pricing: Free npm: agentblueprint GitHub: https://github.com/agent-blueprint/mcp-server Security Score: 7.9/10 Creator: Agent Blueprint Creator Reputation: B Version: 0.7.15 Required Credentials: AGENT_BLUEPRINT_API_KEY (required) Install (Claude Code): claude mcp add io-github-agent-blueprint-mcp-server -- npx -y agentblueprint@0.7.15 --- ## Noteit URL: https://mcp-marketplace.io/server/io-github-bahfahh-noteit-mcp Summary: MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas. Description: MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas. Remote endpoints: streamable-http: https://www.noteit-mcp.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.noteit-mcp.com/api/mcp GitHub: https://github.com/bahfahh/noteit-mcp Security Score: 10/10 Creator: Bahfahh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bahfahh-noteit-mcp https://www.noteit-mcp.com/api/mcp --- ## Content Optimizer URL: https://mcp-marketplace.io/server/io-github-sharozdawa-content-optimizer Summary: SERP-based content scoring and optimization with 7 SEO categories. Category: Developer Tools Mode: local Pricing: Free npm: content-optimizer-mcp GitHub: https://github.com/sharozdawa/content-optimizer Security Score: 9/10 Creator: Sharozdawa Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-sharozdawa-content-optimizer -- npx -y content-optimizer-mcp --- ## Merxprotocol URL: https://mcp-marketplace.io/server/io-github-bricepourle13-merx Summary: European business data — French company check, EU VAT validation, legal search. Description: European business data — French company check, EU VAT validation, legal search. Remote endpoints: streamable-http: https://mcp.merxprotocol.eu/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.merxprotocol.eu/mcp GitHub: https://github.com/BricePourLe13/merxprotocol Security Score: 9/10 Creator: BricePourLe13 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bricepourle13-merx https://mcp.merxprotocol.eu/mcp --- ## Paypal URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-paypal Summary: PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes. Description: PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes. Remote endpoints: streamable-http: https://gateway.pipeworx.io/paypal/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/paypal/mcp GitHub: https://github.com/pipeworx-io/mcp-paypal MCP Tools (6): discover_tools, paypal_list_transactions, paypal_get_order, paypal_list_invoices, paypal_get_invoice, paypal_list_disputes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-paypal https://gateway.pipeworx.io/paypal/mcp --- ## Docuqueue URL: https://mcp-marketplace.io/server/io-github-dvcoolarun-docuqueue-mcp Summary: Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client. Description: Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client. Remote endpoints: streamable-http: https://docuqueue.com/mcp/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://docuqueue.com/mcp/sse GitHub: https://github.com/docuqueue/docuqueue-mcp Security Score: 3.2/10 Creator: Docuqueue Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-dvcoolarun-docuqueue-mcp https://docuqueue.com/mcp/sse --- ## YokuApp URL: https://mcp-marketplace.io/server/io-github-yokuapp-mcp-server Summary: Yoku is a platform that provides structured, real-time brand identity and company data. Description: Yoku is a platform that provides structured, real-time brand identity and company data. Remote endpoints: streamable-http: https://mcp.yoku.app Category: Developer Tools Mode: dual Pricing: Free npm: @yokuapp/mcp-server Remote URL: https://mcp.yoku.app GitHub: https://github.com/YokuApp/mcp-server Security Score: 8/10 Creator: YokuApp Creator Reputation: B Version: 1.0.1 Required Credentials: YOKU_API_KEY (required), YOKU_API_BASE_URL (optional), YOKU_CDN_BASE_URL (optional), YOKU_REQUEST_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-yokuapp-mcp-server -- npx -y @yokuapp/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-yokuapp-mcp-server https://mcp.yoku.app --- ## Safari Devtools URL: https://mcp-marketplace.io/server/io-github-hayodev-safari-devtools-mcp Summary: MCP server for Safari DevTools — browser debugging and automation for AI coding agents Category: Developer Tools Mode: local Pricing: Free npm: safari-devtools-mcp GitHub: https://github.com/HayoDev/safari-devtools-mcp Security Score: 10/10 Creator: HayoDev Creator Reputation: B Version: 1.8.1 Install (Claude Code): claude mcp add io-github-hayodev-safari-devtools-mcp -- npx -y safari-devtools-mcp@1.8.1 --- ## Fivetran URL: https://mcp-marketplace.io/server/io-github-yimingyan-fivetran-mcp Summary: MCP server for Fivetran API - manage syncs, check status, and control data pipelines Category: Developer Tools Mode: local Pricing: Free PyPI: fivetran-mcp GitHub: https://github.com/YimingYAN/fivetran-mcp Security Score: 4.5/10 Creator: YimingYAN Creator Reputation: B Version: 0.3.1 Required Credentials: FIVETRAN_API_KEY (required), FIVETRAN_API_SECRET (required) Install (Claude Code): claude mcp add io-github-yimingyan-fivetran-mcp -- uvx fivetran-mcp==0.3.1 --- ## Bidda Compliance URL: https://mcp-marketplace.io/server/com-bidda-bidda-compliance Summary: 10,065 source-verified compliance nodes, 39 pillars, 25 MCP tools (EU AI Act, GDPR, NIST, MITRE). Description: 10,065 source-verified compliance nodes, 39 pillars, 25 MCP tools (EU AI Act, GDPR, NIST, MITRE). Remote endpoints: streamable-http: https://bidda.com/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://bidda.com/mcp MCP Tools (25): list_pillars, search_nodes, get_node, get_dependency_chain, get_crosswalk, get_latest_changes, get_jurisdiction_bundle, get_mitre_mapping, check_action_compliance, browse_topics, compare_jurisdictions, create_attestation, point_in_time, watch_changes, open_run, record_run_entry, consult_node, get_audit_pack, seal_run, get_run, drift_check, create_control_attestation, gap_check, obligation_deltas, oscal_assessment_results Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http com-bidda-bidda-compliance https://bidda.com/mcp --- ## Shop URL: https://mcp-marketplace.io/server/io-github-anderseen-digital-shop-mcp Summary: Connect Claude to your Shopify store. Edit themes, pages and products by describing what you want. Description: Connect Claude to your Shopify store. Edit themes, pages and products by describing what you want. Remote endpoints: sse: https://www.shopmcp.net/mcp-shopify.ashx Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.shopmcp.net/mcp-shopify.ashx Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-anderseen-digital-shop-mcp https://www.shopmcp.net/mcp-shopify.ashx --- ## Clock URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-clock Summary: Check the current time instantly and explore world timezones by region. Browse available continent… Description: Check the current time instantly and explore world timezones by region. Browse available continent… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/clock/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/clock Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.14.1 --- ## Homeassistant URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-homeassistant Summary: MCP server exposing Home Assistant REST API functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-homeassistant GitHub: https://github.com/daedalus/mcp-homeassistant Security Score: 2.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-homeassistant -- uvx mcp-homeassistant==0.1.0 --- ## Sbomapp URL: https://mcp-marketplace.io/server/io-github-mcpsbom-sbom-mcp Summary: Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos. Description: Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos. Remote endpoints: streamable-http: https://mcp.sbomapp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sbomapp.com/mcp GitHub: https://github.com/mcpsbom/sbomapp-mcp-server Security Score: 10/10 Creator: Mcpsbom Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcpsbom-sbom-mcp https://mcp.sbomapp.com/mcp --- ## Meelion URL: https://mcp-marketplace.io/server/io-github-danmarkprintes-meelion-mcp Summary: Brazilian fixed income & financial data for AI. Selic, CDI, IPCA, CDB/LCI/LCA rankings, FX rates. Description: Brazilian fixed income & financial data for AI. Selic, CDI, IPCA, CDB/LCI/LCA rankings, FX rates. Remote endpoints: streamable-http: https://mcp.meelion.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.meelion.com/ GitHub: https://github.com/Meelion-com/meelion-mcp MCP Tools (4): get_financial_indicators, get_quotes, get_best_investments, get_investment_details Security Score: 10/10 Creator: Meelion Com Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-danmarkprintes-meelion-mcp https://mcp.meelion.com/ --- ## Camptocamp URL: https://mcp-marketplace.io/server/io-github-olaurendeau-mcp-camptocamp Summary: API Camptocamp.org : itinéraires alpins, sommets et points de passage. Category: Developer Tools Mode: local Pricing: Free npm: @olaurendeau/mcp-camptocamp GitHub: https://github.com/olaurendeau/mcp-camptocamp Security Score: 5.2/10 Creator: Olaurendeau Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-olaurendeau-mcp-camptocamp -- npx -y @olaurendeau/mcp-camptocamp@1.0.3 --- ## Ofixio URL: https://mcp-marketplace.io/server/io-github-allterraindeveloper-ofixio Summary: Find skilled tradespeople in Spain — fontaneros, electricistas, pintores, cerrajeros. Category: Developer Tools Mode: local Pricing: Free npm: ofixio-mcp GitHub: https://github.com/AllTerrainDeveloper/ofixio-mcp Security Score: 8/10 Creator: AllTerrainDeveloper Creator Reputation: B Version: 1.0.1 Required Credentials: OFIXIO_URL (optional) Install (Claude Code): claude mcp add io-github-allterraindeveloper-ofixio -- npx -y ofixio-mcp@1.0.2 --- ## Agentfetch URL: https://mcp-marketplace.io/server/io-github-bch1212-agentfetch Summary: Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF. Category: Developer Tools Mode: local Pricing: Free PyPI: agentfetch-mcp GitHub: https://github.com/bch1212/agentfetch-mcp Security Score: 4.8/10 Creator: Bch1212 Creator Reputation: B Version: 1.0.1 Required Credentials: JINA_API_KEY (required), FIRECRAWL_API_KEY (required), REDIS_URL (optional) Install (Claude Code): claude mcp add io-github-bch1212-agentfetch -- uvx agentfetch-mcp==1.0.1 --- ## Github Webhook URL: https://mcp-marketplace.io/server/io-github-liplus-project-github-webhook-mcp Summary: MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming Category: Developer Tools Mode: local Pricing: Free npm: github-webhook-mcp GitHub: https://github.com/Liplus-Project/github-webhook-mcp Security Score: 7.7/10 Creator: Liplus Project Creator Reputation: B Version: 0.8.2 Required Credentials: WEBHOOK_WORKER_URL (optional), WEBHOOK_CHANNEL (optional) Install (Claude Code): claude mcp add io-github-liplus-project-github-webhook-mcp -- npx -y github-webhook-mcp --- ## Planner URL: https://mcp-marketplace.io/server/com-vigotime-planner Summary: Compute real duty rosters from your AI assistant - rule-based vigotime planner, API key or OAuth. Description: Compute real duty rosters from your AI assistant - rule-based vigotime planner, API key or OAuth. Remote endpoints: streamable-http: https://api.vigotime.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.vigotime.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-vigotime-planner https://api.vigotime.com/mcp --- ## Library URL: https://mcp-marketplace.io/server/io-github-gotolstoy-library Summary: Browse, search, rename, and favorite your Tolstoy media library from any AI client. Description: Browse, search, rename, and favorite your Tolstoy media library from any AI client. Remote endpoints: streamable-http: https://apilb.gotolstoy.com/mcp/v1/library/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://apilb.gotolstoy.com/mcp/v1/library/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gotolstoy-library https://apilb.gotolstoy.com/mcp/v1/library/mcp --- ## Wikimedia REST URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wikimedia-rest Summary: Wikimedia REST API v1 MCP. Description: Wikimedia REST API v1 MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/wikimedia-rest/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wikimedia-rest/mcp GitHub: https://github.com/pipeworx-io/mcp-wikimedia-rest MCP Tools (30): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, page_summary, page_html, page_metadata, page_references, page_media, page_related, page_revisions, page_pdf, featured, onthisday, random Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wikimedia-rest https://gateway.pipeworx.io/wikimedia-rest/mcp --- ## Xcatcher Mcp Manifest URL: https://mcp-marketplace.io/server/io-github-lvpiggyqq-xcatcher Summary: Fetch recent public X/Twitter posts by named handle for monitoring, comparison, OSINT, and research. Description: Fetch recent public X/Twitter posts by named handle for monitoring, comparison, OSINT, and research. Remote endpoints: streamable-http: https://xcatcher.top/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://xcatcher.top/mcp/ GitHub: https://github.com/lvpiggyqq/xcatcher-mcp-manifest MCP Tools (17): get_service_info, preflight_crawl, get_sample_result, get_account_balance, list_crawl_tasks, get_x402_quote, get_direct_crawl_payment, submit_direct_crawl_payment, get_direct_task_status, get_direct_result_preview, create_crawl_task, x402_topup, get_task_status, wait_for_task, get_result_preview, get_result_download_url, cancel_task Security Score: 10/10 Creator: Lvpiggyqq Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lvpiggyqq-xcatcher https://xcatcher.top/mcp/ --- ## Huggingface URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-huggingface Summary: Hugging Face Hub MCP — models, datasets, spaces Description: Hugging Face Hub MCP — models, datasets, spaces Remote endpoints: streamable-http: https://gateway.pipeworx.io/huggingface/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/huggingface/mcp GitHub: https://github.com/pipeworx-io/mcp-huggingface MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_models, search_datasets, search_spaces, get_model, get_dataset, get_space, list_model_files, list_dataset_files, trending_models, trending_datasets Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-huggingface https://gateway.pipeworx.io/huggingface/mcp --- ## Etapa URL: https://mcp-marketplace.io/server/io-github-rhoneybul-etapa-mcp Summary: AI cycling coach — training plans and beginner guidance via the Etapa API. Description: AI cycling coach — training plans and beginner guidance via the Etapa API. Remote endpoints: streamable-http: https://etapa-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: etapa-mcp Remote URL: https://etapa-mcp-production.up.railway.app/mcp GitHub: https://github.com/rhoneybul/etapa Security Score: 9.7/10 Creator: Rhoneybul Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-rhoneybul-etapa-mcp -- npx -y etapa-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-rhoneybul-etapa-mcp https://etapa-mcp-production.up.railway.app/mcp --- ## Martini URL: https://mcp-marketplace.io/server/film-martini-mcp Summary: Manage AI filmmaking projects, scenes, assets, and generations in Martini. Description: Manage AI filmmaking projects, scenes, assets, and generations in Martini. Remote endpoints: streamable-http: https://www.martini.film/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.martini.film/mcp GitHub: https://github.com/c47-inc/martini Security Score: 8/10 Creator: C47 Inc Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http film-martini-mcp https://www.martini.film/mcp --- ## Horus Flow URL: https://mcp-marketplace.io/server/io-github-horustechltd-horus-flow-mcp Summary: Institutional crypto & equity orderflow intelligence for AI trading agents. Category: Developer Tools Mode: local Pricing: Free PyPI: horus-flow-mcp GitHub: https://github.com/horustechltd/horus-flow-mcp Security Score: 5.5/10 Creator: Horustechltd Creator Reputation: B Version: 1.0.2 Required Credentials: RAPIDAPI_KEY (required) Install (Claude Code): claude mcp add io-github-horustechltd-horus-flow-mcp -- uvx horus-flow-mcp==1.0.2 --- ## Llm Cost Estimator URL: https://mcp-marketplace.io/server/io-github-waqarulwahab-llm-cost-estimator Summary: Token counting & multi-model LLM cost estimates: GPT-4o, Claude, Gemini, 25+. No API key. Category: Developer Tools Mode: local Pricing: Free npm: llm-cost-estimator-mcp GitHub: https://github.com/waqarulwahab/llm-cost-estimator Security Score: 5.2/10 Creator: Waqarulwahab Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-waqarulwahab-llm-cost-estimator -- npx -y llm-cost-estimator-mcp --- ## Okx URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-okx Summary: OKX v5 public MCP. Description: OKX v5 public MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/okx/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/okx/mcp GitHub: https://github.com/pipeworx-io/mcp-okx MCP Tools (32): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, instruments, ticker, tickers, order_book, candles, trades, market_24hr, index_tickers, funding_rate, funding_rate_history, mark_price, time, status Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-okx https://gateway.pipeworx.io/okx/mcp --- ## Browserbase URL: https://mcp-marketplace.io/server/ai-smithery-imronai-mcp-server-browserbase Summary: Automate cloud browsers to navigate websites, interact with elements, and extract structured data.… Description: Automate cloud browsers to navigate websites, interact with elements, and extract structured data.… Remote endpoints: streamable-http: https://server.smithery.ai/@ImRonAI/mcp-server-browserbase/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/ImRonAI/mcp-server-browserbase Security Score: 10/10 Creator: ImRonAI Creator Reputation: B Version: 2.0.0 --- ## Fns Check URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-fns-check Summary: Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-fns-check GitHub: https://github.com/atomno-mcp/mcp-fns-check Security Score: 4.8/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.9 Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-fns-check -- uvx atomno-mcp-fns-check==0.1.9 --- ## Openfda URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openfda Summary: OpenFDA MCP — wraps the openFDA API (free, no auth required) Description: OpenFDA MCP — wraps the openFDA API (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/openfda/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openfda/mcp GitHub: https://github.com/pipeworx-io/mcp-openfda MCP Tools (6): discover_tools, fda_drug_events, fda_drug_approvals, fda_drug_labels, fda_drug_recalls, fda_event_counts Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openfda https://gateway.pipeworx.io/openfda/mcp --- ## Browser Proof URL: https://mcp-marketplace.io/server/io-github-shin1219-eng-browser-proof Summary: Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots. Description: Evidence-backed web verification for agents with deterministic JSON, text evidence, and screenshots. Remote endpoints: streamable-http: https://proof.reprompt.jp/mcp sse: https://proof.reprompt.jp/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://proof.reprompt.jp/mcp GitHub: https://github.com/shin1219-eng/browser-proof Security Score: 10/10 Creator: Shin1219 Eng Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shin1219-eng-browser-proof https://proof.reprompt.jp/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-landing Summary: MCP server for generating production-ready HTML landing pages. Category: Developer Tools Mode: local Pricing: Free npm: landing-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ryudi84-landing -- npx -y landing-forge-mcp --- ## Schrodingers Boolean URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-schrodingers-boolean Summary: schrodingers-boolean MCP — wraps StupidAPIs (requires X-API-Key) Description: schrodingers-boolean MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/schrodingers-boolean/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/schrodingers-boolean/mcp GitHub: https://github.com/pipeworx-io/mcp-schrodingers-boolean MCP Tools (2): discover_tools, schrodingers_boolean_evaluate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-schrodingers-boolean https://gateway.pipeworx.io/schrodingers-boolean/mcp --- ## Tachyo URL: https://mcp-marketplace.io/server/ai-tachyo-tachyo Summary: Crypto market intelligence, token rug-checks, and wallet verification in one MCP server. Description: Crypto market intelligence, token rug-checks, and wallet verification in one MCP server. Remote endpoints: streamable-http: https://mcp.tachyo.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tachyo.ai/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.28.0 Install (Claude Code Remote): claude mcp add --transport http ai-tachyo-tachyo https://mcp.tachyo.ai/mcp/ --- ## Sales Intelligence URL: https://mcp-marketplace.io/server/com-thenextgennexus-sales-intelligence-mcp Summary: B2B sales intelligence — company emails, enrichment, lead lists, hiring & funding signals. Description: B2B sales intelligence — company emails, enrichment, lead lists, hiring & funding signals. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp MCP Tools (10): find_company_emails, enrich_company, aggregate_company_profile, find_b2b_leads, enrich_lead_list, detect_hiring_signal, track_startup_funding, detect_tech_stack, find_yc_companies, search_linkedin_jobs Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-sales-intelligence-mcp https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/sales-intelligence-mcp/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-cron Summary: MCP server for cron expression parsing, validation, and scheduling. Category: Developer Tools Mode: local Pricing: Free npm: cron-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-cron -- npx -y cron-forge-mcp --- ## Privacy URL: https://mcp-marketplace.io/server/io-github-thegridwork-privacy Summary: Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies. Category: Developer Tools Mode: local Pricing: Free npm: gridwork-privacy GitHub: https://github.com/thegridwork/privacy Security Score: 10/10 Creator: Thegridwork Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-thegridwork-privacy -- npx -y gridwork-privacy@1.1.0 --- ## Driflyte URL: https://mcp-marketplace.io/server/com-driflyte-driflyte-mcp-server Summary: Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub. Description: Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub. Remote endpoints: streamable-http: https://mcp.driflyte.com/mcp streamable-http: https://mcp.driflyte.com/openai Category: Developer Tools Mode: dual Pricing: Free npm: @driflyte/mcp-server GitHub: https://github.com/serkan-ozal/driflyte-mcp-server Security Score: 7/10 Creator: Serkan Ozal Creator Reputation: B Version: 0.1.14 Install (Claude Code): claude mcp add com-driflyte-driflyte-mcp-server -- npx -y @driflyte/mcp-server@0.1.15 --- ## Dep Oracle URL: https://mcp-marketplace.io/server/io-github-ertugrulakben-dep-oracle Summary: Predictive dependency security engine. Trust scores, zombie detection, blast radius analysis. Category: Developer Tools Mode: local Pricing: Free npm: dep-oracle GitHub: https://github.com/ertugrulakben/dep-oracle Security Score: 8/10 Creator: ertugrulakben Creator Reputation: C- Version: 1.3.0 Install (Claude Code): claude mcp add io-github-ertugrulakben-dep-oracle -- npx -y dep-oracle@1.4.0 --- ## Pinchwork URL: https://mcp-marketplace.io/server/io-github-pinchwork-pinchwork Summary: Agent-to-agent task marketplace with credit escrow and reputation tracking. Category: Developer Tools Mode: local Pricing: Free PyPI: pinchwork GitHub: https://github.com/anneschuth/pinchwork Security Score: 10/10 Creator: Anneschuth Creator Reputation: B Version: 0.6.2 Required Credentials: PINCHWORK_API_KEY (required) Install (Claude Code): claude mcp add io-github-pinchwork-pinchwork -- uvx pinchwork==0.6.2 --- ## Crawleo URL: https://mcp-marketplace.io/server/io-github-crawleo-crawleo-mcp Summary: Hosted Crawleo MCP (remote streamable HTTP endpoint). Description: Hosted Crawleo MCP (remote streamable HTTP endpoint). Remote endpoints: streamable-http: https://api.crawleo.dev/mcp Category: Search & Web Mode: dual Pricing: Free GitHub: https://github.com/Crawleo/Crawleo-MCP Security Score: 10/10 Creator: Crawleo Creator Reputation: B Version: 1.0.0 --- ## Discord Furlow URL: https://mcp-marketplace.io/server/io-github-virgilvox-furlow-mcp Summary: Author FURLOW Discord bot YAML: validate specs, list actions/events/builtins, scaffold bots. Category: Developer Tools Mode: local Pricing: Free npm: @furlow/mcp GitHub: https://github.com/virgilvox/discord-furlow Security Score: 7.7/10 Creator: Virgilvox Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-virgilvox-furlow-mcp -- npx -y @furlow/mcp --- ## Zendesk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-zendesk Summary: Zendesk MCP Pack — tickets, users, organizations via OAuth. Description: Zendesk MCP Pack — tickets, users, organizations via OAuth. Remote endpoints: streamable-http: https://gateway.pipeworx.io/zendesk/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/zendesk/mcp GitHub: https://github.com/pipeworx-io/mcp-zendesk MCP Tools (9): discover_tools, remember, recall, forget, zd_list_tickets, zd_get_ticket, zd_search_tickets, zd_list_users, zd_get_user Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-zendesk https://gateway.pipeworx.io/zendesk/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-env-forge-mcp Summary: Parse, validate, and manage .env environment files Category: Developer Tools Mode: local Pricing: Free npm: env-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-env-forge-mcp -- npx -y env-forge-mcp --- ## PyNetBridge URL: https://mcp-marketplace.io/server/io-github-rafa2403nunez-droid-pynet-mcp-bridge Summary: MCP implementation to connect AI agents with the PyNet Platform for BIM/Engineering automation. Category: Developer Tools Mode: local Pricing: Free PyPI: pynet-mcp-bridge GitHub: https://github.com/rafa2403nunez-droid/PyNetBridge Security Score: 10/10 Creator: Rafa2403nunez Droid Creator Reputation: B Version: 1.4.5 Install (Claude Code): claude mcp add io-github-rafa2403nunez-droid-pynet-mcp-bridge -- uvx pynet-mcp-bridge==1.4.5 --- ## Orphograph URL: https://mcp-marketplace.io/server/io-github-orphograph-orphograph Summary: Anchor a file's SHA-256 fingerprint to Bitcoin. The file never leaves the device. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Orphograph/Orphograph Security Score: 10/10 Creator: Orphograph Creator Reputation: B Version: 0.1.1 Required Credentials: ORPHO_API_KEY (required), ORPHO_BASE_URL (optional) --- ## Browser URL: https://mcp-marketplace.io/server/io-github-shreyas-profile-browser-mcp Summary: Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot. Description: Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot. Remote endpoints: streamable-http: https://browser.regiq.in/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://browser.regiq.in/api/mcp GitHub: https://github.com/globalion/browser-mcp Security Score: 4.2/10 Creator: Globalion Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shreyas-profile-browser-mcp https://browser.regiq.in/api/mcp --- ## NoteFlow URL: https://mcp-marketplace.io/server/io-github-surendhar-23-noteflow-mcp Summary: An MCP server that used to create notes Description: An MCP server that used to create notes Remote endpoints: streamable-http: https://2c08-27-4-120-4.ngrok-free.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://2c08-27-4-120-4.ngrok-free.app/mcp GitHub: https://github.com/Surendhar-23/NoteFlow-MCP Security Score: 5.2/10 Creator: Surendhar 23 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-surendhar-23-noteflow-mcp https://2c08-27-4-120-4.ngrok-free.app/mcp --- ## Discovery Engine URL: https://mcp-marketplace.io/server/com-leap-labs-discovery-engine Summary: Find novel, statistically validated patterns in tabular data — hypothesis-free. Description: Find novel, statistically validated patterns in tabular data — hypothesis-free. Remote endpoints: streamable-http: https://disco.leap-labs.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://disco.leap-labs.com/mcp GitHub: https://github.com/leap-laboratories/discovery-engine MCP Tools (12): discovery_list_plans, discovery_estimate, discovery_upload, discovery_analyze, discovery_status, discovery_get_results, discovery_account, discovery_signup, discovery_signup_verify, discovery_add_payment_method, discovery_purchase_credits, discovery_subscribe Security Score: 6.3/10 Creator: Jessica Rumbelow Creator Reputation: D Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-leap-labs-discovery-engine https://disco.leap-labs.com/mcp --- ## Substack Ops URL: https://mcp-marketplace.io/server/io-github-06ketan-substack-ops Summary: Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys. Category: Developer Tools Mode: local Pricing: Free PyPI: substack-ops GitHub: https://github.com/06ketan/substack-ops Security Score: 9.6/10 Creator: 06ketan Creator Reputation: C- Version: 0.3.5 Required Credentials: SUBSTACK_PUBLICATION_URL (optional), SUBSTACK_USER_ID (optional), SUBSTACK_SESSION_TOKEN (required), SUBSTACK_OPS_MCP_PATH (optional), SUBSTACK_OPS_LLM_CMD (optional) Install (Claude Code): claude mcp add io-github-06ketan-substack-ops -- uvx substack-ops==0.3.5 --- ## Vigo URL: https://mcp-marketplace.io/server/io-github-365xbusiness-vigo-mcp Summary: AI-powered Hong Kong SFC regulatory intelligence. Bilingual EN/ZH compliance queries. Description: AI-powered Hong Kong SFC regulatory intelligence. Bilingual EN/ZH compliance queries. Remote endpoints: streamable-http: https://lsoatzzwpltpydwyfqqv.supabase.co/functions/v1/vigo-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lsoatzzwpltpydwyfqqv.supabase.co/functions/v1/vigo-mcp GitHub: https://github.com/OrphicOne-Platform/vigo-mcp MCP Tools (10): query_regulation, search_enforcement, latest_updates, get_license_guide, compliance_check, risk_assessment, autonomous_task, checklist_lookup, sop_guide, compliance_score Security Score: 9/10 Creator: OrphicOne Platform Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-365xbusiness-vigo-mcp https://lsoatzzwpltpydwyfqqv.supabase.co/functions/v1/vigo-mcp --- ## Caplia Investor URL: https://mcp-marketplace.io/server/io-github-caplia-tech-caplia Summary: MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management. Description: MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management. Remote endpoints: streamable-http: https://mcp.venture.caplia.ai/ streamable-http: https://mcp-sandbox.venture.caplia.ai/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.venture.caplia.ai/ GitHub: https://github.com/Caplia-Tech/caplia-investor MCP Tools (12): caplia_search, caplia_list_companies, caplia_get_company, caplia_get_company_scores, caplia_get_company_metrics, caplia_list_company_documents, caplia_get_document_url, caplia_list_theses, caplia_list_views, caplia_get_view_companies, caplia_get_job, caplia_submit_deck Security Score: 8/10 Creator: Caplia Tech Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-caplia-tech-caplia https://mcp.venture.caplia.ai/ --- ## Fred Treasury Macro Data URL: https://mcp-marketplace.io/server/com-thenextgennexus-fred-treasury-macro-data-mcp Summary: US macro & Treasury data — FRED series, yield curve, auctions, and a macro dashboard. Description: US macro & Treasury data — FRED series, yield curve, auctions, and a macro dashboard. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp MCP Tools (5): get_fred_series, get_treasury_yield_curve, get_upcoming_treasury_auctions, get_auction_results, get_macro_dashboard Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-fred-treasury-macro-data-mcp https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp --- ## Sudact URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-sudact Summary: Russian court practice (Sudact): case search by article, court, dates; full decision text. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-sudact GitHub: https://github.com/atomno-mcp/mcp-sudact Security Score: 5.2/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.8 Required Credentials: MCP_SUDACT_TOKEN (required) Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-sudact -- uvx atomno-mcp-sudact==0.1.8 --- ## Hacktricks URL: https://mcp-marketplace.io/server/io-github-xplo8e-hacktricks-mcp-server Summary: Search and query HackTricks pentesting documentation with quick lookup and section extraction Category: Developer Tools Mode: local Pricing: Free npm: hacktricks-mcp-server GitHub: https://github.com/Xplo8E/hacktricks-mcp-server.git Security Score: 8/10 Creator: Xplo8E Creator Reputation: B Version: 1.3.4 Install (Claude Code): claude mcp add io-github-xplo8e-hacktricks-mcp-server -- npx -y hacktricks-mcp-server@1.3.4 --- ## Fiverr URL: https://mcp-marketplace.io/server/io-github-kyurish-fiverr-mcp-server Summary: Search Fiverr gigs, sellers, pricing, and reviews. No API key required. Category: Developer Tools Mode: local Pricing: Free PyPI: fiverr-mcp-server GitHub: https://github.com/KyuRish/fiverr-mcp-server Security Score: 10/10 Creator: KyuRish Creator Reputation: B Version: 0.1.1 Required Credentials: RATE_LIMIT_DELAY (optional), PROXY_URL (optional) Install (Claude Code): claude mcp add io-github-kyurish-fiverr-mcp-server -- uvx fiverr-mcp-server==0.1.1 --- ## Unirate URL: https://mcp-marketplace.io/server/io-github-unirate-api-mcp Summary: Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999. Category: Developer Tools Mode: local Pricing: Free npm: @unirate/mcp GitHub: https://github.com/UniRate-API/unirate-mcp Security Score: 10/10 Creator: UniRate API Creator Reputation: B Version: 0.2.2 Required Credentials: UNIRATE_API_KEY (required) Install (Claude Code): claude mcp add io-github-unirate-api-mcp -- npx -y @unirate/mcp@0.2.2 --- ## Namewhisper URL: https://mcp-marketplace.io/server/ai-namewhisper-ens-tools Summary: 44 MCP tools to search, value, register, trade, and manage ENS names. AI-powered intelligence layer. Description: 44 MCP tools to search, value, register, trade, and manage ENS names. AI-powered intelligence layer. Remote endpoints: streamable-http: https://namewhisper.ai/mcp Category: AI & ML Mode: dual Pricing: Free Remote URL: https://namewhisper.ai/mcp GitHub: https://github.com/eggybug42069/namewhisper-mcp Security Score: 4.8/10 Creator: Eggybug42069 Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-namewhisper-ens-tools https://namewhisper.ai/mcp --- ## Precision Desktop URL: https://mcp-marketplace.io/server/io-github-ikoskela-precision-desktop Summary: Fixes DPI coordinate scaling for Windows desktop automation MCP servers. Category: Developer Tools Mode: local Pricing: Free PyPI: precision-desktop GitHub: https://github.com/ikoskela/precision-desktop Security Score: 7.3/10 Creator: Ikoskela Creator Reputation: B Version: 0.1.1 Required Credentials: WINDOWS_MCP_PATH (optional) Install (Claude Code): claude mcp add io-github-ikoskela-precision-desktop -- uvx precision-desktop==0.1.1 --- ## Medium Ops URL: https://mcp-marketplace.io/server/io-github-06ketan-medium-ops Summary: Medium CLI + 23-tool MCP server. Your IDE drafts replies. No API keys. Category: Developer Tools Mode: local Pricing: Free PyPI: medium-ops GitHub: https://github.com/06ketan/medium-ops Security Score: 9.6/10 Creator: 06ketan Creator Reputation: C- Version: 0.1.2 Required Credentials: MEDIUM_INTEGRATION_TOKEN (required), MEDIUM_SID (required), MEDIUM_UID (optional), MEDIUM_XSRF (required), MEDIUM_CF_CLEARANCE (required), MEDIUM_USERNAME (optional), MEDIUM_OPS_MCP_PATH (optional), MEDIUM_OPS_LLM_CMD (optional) Install (Claude Code): claude mcp add io-github-06ketan-medium-ops -- uvx medium-ops==0.1.2 --- ## Distill URL: https://mcp-marketplace.io/server/io-github-lakshgk-distill-mcp Summary: Convert PDF, DOCX, XLSX, PPTX, HTML, audio to token-efficient Markdown for any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: distill-mcp-server GitHub: https://github.com/lakshgk/distill-mcp Security Score: 10/10 Creator: Lakshgk Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-lakshgk-distill-mcp -- npx -y distill-mcp-server@0.1.1 --- ## Marketdata URL: https://mcp-marketplace.io/server/co-truemarkets-marketdata Summary: Real-time crypto market data Description: Real-time crypto market data Remote endpoints: streamable-http: https://mcp.truemarkets.co/marketdata/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.truemarkets.co/marketdata/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-truemarkets-marketdata https://mcp.truemarkets.co/marketdata/mcp --- ## Caddence URL: https://mcp-marketplace.io/server/golf-caddence-caddence Summary: Live UK golf club prices across 40 retailers: offers, price history and deal ratings in GBP. Description: Live UK golf club prices across 40 retailers: offers, price history and deal ratings in GBP. Remote endpoints: streamable-http: https://caddence.golf/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://caddence.golf/mcp MCP Tools (6): search_golf_products, get_product_offers, get_deal_intelligence, get_price_history, get_market_deals, get_catalog_stats Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http golf-caddence-caddence https://caddence.golf/mcp --- ## Kagan URL: https://mcp-marketplace.io/server/io-github-kagan-sh-kagan Summary: AI-powered Kanban TUI for autonomous development workflows with agent orchestration Category: Developer Tools Mode: local Pricing: Free PyPI: kagan GitHub: https://github.com/kagan-sh/kagan Security Score: 10/10 Creator: Kagan Sh Creator Reputation: B Version: 0.11.2 Required Credentials: KAGAN_OPENAI_API_KEY (required), KAGAN_ANTHROPIC_API_KEY (required), KAGAN_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-kagan-sh-kagan -- uvx kagan==0.18.0 --- ## Mobai URL: https://mcp-marketplace.io/server/io-github-mobai-app-mobai-mcp Summary: AI-powered mobile device automation for Android and iOS devices, emulators, and simulators Category: Developer Tools Mode: local Pricing: Free npm: mobai-mcp GitHub: https://github.com/MobAI-App/mobai-mcp Security Score: 9/10 Creator: Interlap01 Creator Reputation: C Version: 1.2.1 Install (Claude Code): claude mcp add io-github-mobai-app-mobai-mcp -- npx -y mobai-mcp@2.1.0 --- ## Cesium URL: https://mcp-marketplace.io/server/io-github-gaopengbin-cesium-mcp-runtime Summary: AI-powered 3D globe control via MCP. Camera, layers, markers, spatial analysis with CesiumJS. Category: Developer Tools Mode: local Pricing: Free npm: cesium-mcp-runtime GitHub: https://github.com/gaopengbin/cesium-mcp Security Score: 9.9/10 Creator: Gaopengbin Creator Reputation: B Version: 1.139.2 Install (Claude Code): claude mcp add io-github-gaopengbin-cesium-mcp-runtime -- npx -y cesium-mcp-runtime --- ## Bach Filecommander URL: https://mcp-marketplace.io/server/io-github-lukisch-bach-filecommander-mcp Summary: 43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export. Category: Developer Tools Mode: local Pricing: Free npm: bach-filecommander-mcp GitHub: https://github.com/lukisch/bach-filecommander-mcp Security Score: 5.8/10 Creator: Lukisch Creator Reputation: B Version: 1.7.0 Install (Claude Code): claude mcp add io-github-lukisch-bach-filecommander-mcp -- npx -y bach-filecommander-mcp --- ## Memheaven URL: https://mcp-marketplace.io/server/io-github-nazar256-memheaven Summary: Self-hosted remote MCP memory server for ChatGPT and AI agents. Description: Self-hosted remote MCP memory server for ChatGPT and AI agents. Remote endpoints: streamable-http: https://{worker_domain}/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://{worker_domain}/mcp GitHub: https://github.com/nazar256/memheaven Security Score: 6.9/10 Creator: Nazar256 Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-nazar256-memheaven 'https://{worker_domain}/mcp' --- ## Datavessel Mcp Public URL: https://mcp-marketplace.io/server/io-github-djr4-datavessel Summary: 100+ read/write tools: GA4, Search Console, Google/Meta Ads, Shopify, WooCommerce, Shopware. BYOK. Description: 100+ read/write tools: GA4, Search Console, Google/Meta Ads, Shopify, WooCommerce, Shopware. BYOK. Remote endpoints: streamable-http: https://mcp.datavessel.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.datavessel.io/mcp GitHub: https://github.com/djr4/datavessel-mcp-public Security Score: 10/10 Creator: Djr4 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-djr4-datavessel https://mcp.datavessel.io/mcp --- ## SMC Website NextJS URL: https://mcp-marketplace.io/server/uk-co-shipmycar-quote Summary: UK/EU and international car transport quotes with HMRC, IVA, DVLA and logistics costings. Description: UK/EU and international car transport quotes with HMRC, IVA, DVLA and logistics costings. Remote endpoints: streamable-http: https://www.shipmycar.co.uk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.shipmycar.co.uk/mcp GitHub: https://github.com/itboffins/SMC-Website-NextJS MCP Tools (3): quote_update_draft, quote_get_requirements, quote_generate Security Score: 8/10 Creator: Itboffins Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http uk-co-shipmycar-quote https://www.shipmycar.co.uk/mcp --- ## Qovery URL: https://mcp-marketplace.io/server/io-github-qovery-mcp-server Summary: Deploy and manage your apps on Qovery Description: Deploy and manage your apps on Qovery Remote endpoints: streamable-http: https://mcp.qovery.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.qovery.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-qovery-mcp-server https://mcp.qovery.com/mcp --- ## ClaudeCodeUsageTool URL: https://mcp-marketplace.io/server/io-github-wheelbarrel00-claude-code-usage Summary: Claude Code token usage, cost, and plan limits from local logs and Anthropic's usage API. Category: Developer Tools Mode: local Pricing: Free npm: claude-code-usage-mcp GitHub: https://github.com/wheelbarrel00/ClaudeCodeUsageTool Security Score: 4.2/10 Creator: Wheelbarrel00 Creator Reputation: B Version: 0.1.0 Required Credentials: CCU_CURRENCY (optional), CCU_DECIMALS (optional), CCU_USE_LIVE_API (optional), CCU_LIVE_MIN_INTERVAL_SECONDS (optional), CCU_BURN_WINDOW_MINUTES (optional), CCU_PROJECT_GROUPING (optional), CLAUDE_CONFIG_DIR (optional) Install (Claude Code): claude mcp add io-github-wheelbarrel00-claude-code-usage -- npx -y claude-code-usage-mcp@0.1.0 --- ## Slideshot URL: https://mcp-marketplace.io/server/io-github-06ketan-slideshot Summary: Convert HTML to PDF/PNG/WebP/PPTX slide carousels with 11 themes — for LinkedIn, decks, posts. Category: Developer Tools Mode: local Pricing: Free npm: slideshot-mcp GitHub: https://github.com/06ketan/slideshot Security Score: 9.7/10 Creator: 06ketan Creator Reputation: C- Version: 4.4.0 Install (Claude Code): claude mcp add io-github-06ketan-slideshot -- npx -y slideshot-mcp --- ## Jobgpt URL: https://mcp-marketplace.io/server/io-github-6figr-com-jobgpt-mcp-server Summary: Job search automation, auto apply, resume builder, application tracking, and recruiter outreach Category: Developer Tools Mode: local Pricing: Free npm: jobgpt-mcp-server GitHub: https://github.com/6figr-com/jobgpt-mcp-server Security Score: 8/10 Installs: 1 Creator: 6figr Com Creator Reputation: B Version: 1.1.4 Required Credentials: JOBGPT_API_KEY (required) Install (Claude Code): claude mcp add io-github-6figr-com-jobgpt-mcp-server -- npx -y jobgpt-mcp-server@1.3.0 --- ## Defenter Proxy URL: https://mcp-marketplace.io/server/io-github-defenter-ai-defenter-proxy Summary: Real-time semantic security for AI coding agents and MCP tools Category: Developer Tools Mode: local Pricing: Free PyPI: defenter-proxy GitHub: https://github.com/Defenter-AI/defenter-proxy Security Score: 6.5/10 Creator: Defenter AI Creator Reputation: B Version: 0.0.96 Install (Claude Code): claude mcp add io-github-defenter-ai-defenter-proxy -- uvx defenter-proxy==0.0.96 --- ## Multi Ai Sidepanel URL: https://mcp-marketplace.io/server/io-github-xiaojiou176-open-prompt-switchboard-mcp Summary: Compare-first local MCP sidecar for browser AI workflows. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/xiaojiou176-open/multi-ai-sidepanel Security Score: 10/10 Creator: Xiaojiou176 Open Creator Reputation: B Version: 0.2.2 --- ## Moltdj Skill URL: https://mcp-marketplace.io/server/io-github-bnovik0v-moltdj Summary: AI music and podcast platform for autonomous agents. SoundCloud for AI bots. Description: AI music and podcast platform for autonomous agents. SoundCloud for AI bots. Remote endpoints: streamable-http: https://api.moltdj.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.moltdj.com/mcp/ GitHub: https://github.com/polaroteam/moltdj-skill MCP Tools (60): search, get_track, get_trending, get_new_releases, get_featured_tracks, get_genres, get_tracks_by_genre, get_popular_tags, get_tracks_by_tag, get_platform_stats, get_bot_profile, get_bot_tracks, get_comments, get_podcast, list_podcasts, get_podcast_episodes, get_announcements, list_contests, get_contest, get_my_profile, update_profile, get_my_stats, get_my_limits, generate_track_from_lyrics, generate_track_from_prompt, generate_podcast_episode, get_job_status, list_jobs, like_track, unlike_track, comment_on_track, delete_comment, repost_track, unrepost_track, follow_bot, unfollow_bot, play_track, update_track, delete_track, create_playlist, update_playlist, delete_playlist, add_to_playlist, remove_from_playlist, create_podcast, subscribe_podcast, unsubscribe_podcast, get_feed, create_room, join_room, post_room_message, get_room_messages, close_room, get_play_analytics, get_engagement_analytics, submit_contest_entry, buy_pro, buy_studio, feature_track, tip_bot Security Score: 9.5/10 Creator: Polaroteam Creator Reputation: B Version: 1.4.2 Install (Claude Code Remote): claude mcp add --transport http io-github-bnovik0v-moltdj https://api.moltdj.com/mcp/ --- ## Debug Recorder URL: https://mcp-marketplace.io/server/io-github-oaslananka-mcp-debug-recorder Summary: Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage. Category: Developer Tools Mode: local Pricing: Free npm: mcp-debug-recorder GitHub: https://github.com/oaslananka/mcp-debug-recorder Security Score: 10/10 Creator: Oaslananka Creator Reputation: B Version: 1.0.1 Required Credentials: DEBUG_RECORDER_DB (optional), LOG_LEVEL (optional), FUZZY_THRESHOLD (optional) Install (Claude Code): claude mcp add io-github-oaslananka-mcp-debug-recorder -- npx -y mcp-debug-recorder@1.0.1 --- ## Pusher URL: https://mcp-marketplace.io/server/io-github-crashbytes-pusher-mcp-server Summary: Trigger events, query channels, and manage realtime messaging on Pusher Channels. Category: Developer Tools Mode: local Pricing: Free npm: @crashbytes/pusher-mcp-server GitHub: https://github.com/CrashBytes/pusher-mcp-server Security Score: 10/10 Creator: CrashBytes Creator Reputation: B Version: 1.0.3 Required Credentials: PUSHER_APP_ID (optional), PUSHER_KEY (optional), PUSHER_SECRET (required), PUSHER_CLUSTER (optional) Install (Claude Code): claude mcp add io-github-crashbytes-pusher-mcp-server -- npx -y @crashbytes/pusher-mcp-server@1.0.4 --- ## Deep Agentic Core URL: https://mcp-marketplace.io/server/io-github-deepagentlabs-deep-agentic-core-mcp Summary: Unified MCP server for AgenticLens and Agentic Chaos capabilities. Category: Developer Tools Mode: local Pricing: Free PyPI: deep-agentic-core-mcp GitHub: https://github.com/DeepAgentLabs/mcp-server Security Score: 4.2/10 Creator: DeepAgentLabs Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-deepagentlabs-deep-agentic-core-mcp -- uvx deep-agentic-core-mcp==0.2.0 --- ## Pyrimid URL: https://mcp-marketplace.io/server/io-github-pyrimid-pyrimid Summary: Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base. Description: Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base. Remote endpoints: streamable-http: https://pyrimid.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pyrimid.ai/api/mcp GitHub: https://github.com/pyrimid-ai/pyrimid MCP Tools (7): pyrimid_browse, pyrimid_buy, pyrimid_preview, pyrimid_categories, pyrimid_register_affiliate, pyrimid_vendor_stats, pyrimid_commission_check Security Score: 10/10 Creator: Pyrimid Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pyrimid-pyrimid https://pyrimid.ai/api/mcp --- ## Agentforge URL: https://mcp-marketplace.io/server/org-sciscale-agentforge-mcp Summary: Turn rough requests into rigorously structured prompts, for any coding agent. Category: Developer Tools Mode: local Pricing: Free npm: agentforge-mcp GitHub: https://github.com/sciscale-studio/agentforge-mcp Security Score: 7/10 Creator: Sciscale Studio Creator Reputation: B Version: 0.1.4 Required Credentials: AGENTFORGE_API_KEY (required), AGENTFORGE_API_URL (optional) Install (Claude Code): claude mcp add org-sciscale-agentforge-mcp -- npx -y agentforge-mcp@0.1.4 --- ## Test Genie URL: https://mcp-marketplace.io/server/io-github-muse-code-space-test-genie Summary: AI-powered app test automation for iOS, Android, Flutter, React Native, Web Category: Developer Tools Mode: local Pricing: Free npm: test-genie-mcp GitHub: https://github.com/MUSE-CODE-SPACE/test-genie-mcp Security Score: 7.1/10 Creator: MUSE CODE SPACE Creator Reputation: B Version: 2.0.3 Install (Claude Code): claude mcp add io-github-muse-code-space-test-genie -- npx -y test-genie-mcp@2.0.3 --- ## Aistudio Hw3 URL: https://mcp-marketplace.io/server/ai-smithery-bowenxu0126-aistudio-hw3 Summary: Send personalized greetings with optional pirate flair. Compose friendly salutations for any name… Description: Send personalized greetings with optional pirate flair. Compose friendly salutations for any name… Remote endpoints: streamable-http: https://server.smithery.ai/@BowenXU0126/aistudio_hw3/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/BowenXU0126/aistudio_hw3 Security Score: 10/10 Creator: BowenXU0126 Creator Reputation: B Version: 1.16.0 --- ## Tools URL: https://mcp-marketplace.io/server/com-vigotime-tools Summary: Free German workforce calculators (bridge days, net working time, staffing/PeBeM) - no auth needed. Description: Free German workforce calculators (bridge days, net working time, staffing/PeBeM) - no auth needed. Remote endpoints: streamable-http: https://mcp.vigotime.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vigotime.com MCP Tools (6): brueckentage, brueckentage_jahresvergleich, nettoarbeitszeit, personalbedarf_schichtbetrieb, personalbedarf_pflege_pebem, vigotime_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-vigotime-tools https://mcp.vigotime.com --- ## Web Intelligence URL: https://mcp-marketplace.io/server/io-github-ernestalabs-forage Summary: Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents. Description: Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents. Remote endpoints: streamable-http: https://ernesta-labs--forage.apify.actor?token={APIFY_API_TOKEN} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ernesta-labs--forage.apify.actor?token={APIFY_API_TOKEN} GitHub: https://github.com/ErnestaLabs/web-intelligence-mcp Security Score: 5.3/10 Creator: ErnestaLabs Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-ernestalabs-forage 'https://ernesta-labs--forage.apify.actor?token={APIFY_API_TOKEN}' --- ## Densely URL: https://mcp-marketplace.io/server/io-github-alibaizhanov-densely Summary: Lossless context compression: 2-8x fewer tokens, byte-exact recovery, search inside payloads Category: Developer Tools Mode: local Pricing: Free PyPI: densely GitHub: https://github.com/alibaizhanov/densely Security Score: 7.8/10 Creator: Alibaizhanov Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-alibaizhanov-densely -- uvx densely==0.2.1 --- ## Local Mcp Releases URL: https://mcp-marketplace.io/server/io-github-lanchuske-local-mcp Summary: Native macOS MCP server — 82 tools for Mail, Calendar, Teams, OneDrive and more. Category: Developer Tools Mode: local Pricing: Free npm: local-mcp GitHub: https://github.com/lanchuske/local-mcp-releases Security Score: 9.7/10 Creator: Lanchuske Creator Reputation: B Version: 3.0.9 Install (Claude Code): claude mcp add io-github-lanchuske-local-mcp -- npx -y local-mcp --- ## Cognethics URL: https://mcp-marketplace.io/server/com-cognethics-cognethics Summary: Multi-tenant business platform — 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents. Description: Multi-tenant business platform — 6,000+ RBAC-gated MCP tools across finance, ops, docs, agents. Remote endpoints: streamable-http: https://{tenant}.cognethics.com/api/mcp/mcp sse: https://{tenant}.cognethics.com/api/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{tenant}.cognethics.com/api/mcp/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-cognethics-cognethics 'https://{tenant}.cognethics.com/api/mcp/mcp' --- ## Mcp URL: https://mcp-marketplace.io/server/io-blockchainanalysis-mcp Summary: Compliance MCP for AI agents: sanctions & KYT screening on 50+ chains, stablecoin-freeze, oracle. Description: Compliance MCP for AI agents: sanctions & KYT screening on 50+ chains, stablecoin-freeze, oracle. Remote endpoints: streamable-http: https://blockchainanalysis.io/api/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://blockchainanalysis.io/api/mcp MCP Tools (11): check_stablecoin_freeze, get_freeze_events, check_token_security, check_token_approvals, screen_agent_wallet, list_supported_chains, screen_address, kyt_risk, kyt_tx, oracle_verdict, screen_agent_wallet_attested Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-blockchainanalysis-mcp https://blockchainanalysis.io/api/mcp --- ## Stratoforce URL: https://mcp-marketplace.io/server/io-github-tgomolski-lgtm-revenue-intelligence Summary: 15 AI revenue intelligence tools for Salesforce — pipeline, deals, coaching, competitors. Description: 15 AI revenue intelligence tools for Salesforce — pipeline, deals, coaching, competitors. Remote endpoints: streamable-http: https://stratoforce-mcp.stratoforce.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://stratoforce-mcp.stratoforce.workers.dev/mcp GitHub: https://github.com/Stratoforce-AI-LLC/stratoforce-mcp-server Security Score: 9.8/10 Creator: Stratoforce AI LLC Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tgomolski-lgtm-revenue-intelligence https://stratoforce-mcp.stratoforce.workers.dev/mcp --- ## Fns Calc URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-fns-calc Summary: Russian tax calculators (VAT, USN, NDFL) and FNS fiscal-status checks via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-fns-calc GitHub: https://github.com/atomno-mcp/mcp-fns-calc Security Score: 5.2/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.4 Required Credentials: MCP_FNS_CALC_TOKEN (required) Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-fns-calc -- uvx atomno-mcp-fns-calc==0.1.5 --- ## Quantaroute Geocoder URL: https://mcp-marketplace.io/server/io-github-mapdevsaikat-quantaroute-geocoder Summary: Geocode addresses, lookup administrative boundaries, and process DigiPin codes for India Category: Developer Tools Mode: local Pricing: Free npm: @quantaroute/mcp-server GitHub: https://github.com/mapdevsaikat/quantaroute-geocoder Security Score: 4/10 Creator: Mapdevsaikat Creator Reputation: B Version: 1.0.0 Required Credentials: QUANTAROUTE_API_KEY (required) Install (Claude Code): claude mcp add io-github-mapdevsaikat-quantaroute-geocoder -- npx -y @quantaroute/mcp-server@1.1.0 --- ## Documents URL: https://mcp-marketplace.io/server/io-github-lunarperovskite-document-analyzer Summary: Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed. Category: Developer Tools Mode: local Pricing: Free PyPI: documents-mcp-server GitHub: https://github.com/LunarPerovskite/documents-mcp-server Security Score: 6/10 Creator: LunarPerovskite Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-lunarperovskite-document-analyzer -- uvx documents-mcp-server --- ## Synter Ads URL: https://mcp-marketplace.io/server/io-github-synter-media-ai-synter-ads Summary: Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI. Description: Manage ad campaigns across Google, Meta, LinkedIn, Reddit, TikTok, and more via AI. Remote endpoints: streamable-http: https://mcp.syntermedia.ai Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://mcp.syntermedia.ai GitHub: https://github.com/Synter-Media-AI/mcp-server Security Score: 8/10 Creator: Synter Media AI Creator Reputation: B Version: 1.0.8 Install (Claude Code Remote): claude mcp add --transport http io-github-synter-media-ai-synter-ads https://mcp.syntermedia.ai --- ## Dev Workflow URL: https://mcp-marketplace.io/server/io-github-programinglive-dev-workflow-mcp-server Summary: MCP server to enforce development workflow discipline Category: Productivity Mode: local Pricing: Free npm: @programinglive/dev-workflow-mcp-server GitHub: https://github.com/programinglive/dev-workflow-mcp-server Security Score: 7.1/10 Creator: Programinglive Creator Reputation: B Version: 1.4.6 Install (Claude Code): claude mcp add io-github-programinglive-dev-workflow-mcp-server -- npx -y @programinglive/dev-workflow-mcp-server@1.8.1 --- ## Shopops URL: https://mcp-marketplace.io/server/io-github-enzoemir1-shopops-mcp Summary: AI e-commerce operations. Inventory, pricing, segmentation, and analytics. Category: Developer Tools Mode: local Pricing: Free npm: shopops-mcp-server GitHub: https://github.com/enzoemir1/shopops-mcp Security Score: 10/10 Creator: Enzoemir1 Creator Reputation: B Version: 1.2.2 Install (Claude Code): claude mcp add io-github-enzoemir1-shopops-mcp -- npx -y shopops-mcp-server@1.2.2 --- ## User Agent Parser X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-user-agent-parser Summary: Parse user agents — browser, OS, device, bot detection. x402 micropayment. Description: Parse user agents — browser, OS, device, bot detection. x402 micropayment. Remote endpoints: sse: https://user-agent-parser.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://user-agent-parser.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/user-agent-parser-x402 MCP Tools (1): utility_parse_user_agent Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-user-agent-parser https://user-agent-parser.api.klymax402.com/mcp --- ## Qweather URL: https://mcp-marketplace.io/server/io-github-overstarry-qweather-mcp Summary: a qweather mcp server Category: Developer Tools Mode: local Pricing: Free npm: qweather-mcp GitHub: https://github.com/overstarry/qweather-mcp Security Score: 8/10 Creator: Overstarry Creator Reputation: B Version: 1.0.12 Required Credentials: QWEATHER_API_BASE (required), QWEATHER_API_KEY (required) Install (Claude Code): claude mcp add io-github-overstarry-qweather-mcp -- npx -y qweather-mcp@1.0.12 --- ## Google Workspace URL: https://mcp-marketplace.io/server/io-github-aringad-google-workspace-mcp Summary: Google Workspace Admin via MCP. Manage users, groups, aliases, org units. Category: Developer Tools Mode: local Pricing: Free PyPI: google-workspace-admin-mcp GitHub: https://github.com/aringad/google-workspace-mcp Security Score: 10/10 Creator: Aringad Creator Reputation: B Version: 1.0.0 Required Credentials: GOOGLE_SERVICE_ACCOUNT_FILE (required), GOOGLE_ADMIN_EMAIL (optional), GOOGLE_CUSTOMER_ID (optional) Install (Claude Code): claude mcp add io-github-aringad-google-workspace-mcp -- uvx google-workspace-admin-mcp==1.0.0 --- ## Nativ URL: https://mcp-marketplace.io/server/io-github-ashish-nativ-nativ Summary: AI-powered localization — translate, manage translation memory, and access style guides. Category: Developer Tools Mode: local Pricing: Free PyPI: nativ-mcp GitHub: https://github.com/Nativ-Technologies/nativ-mcp Security Score: 9/10 Creator: Nativ Technologies Creator Reputation: B Version: 0.1.1 Required Credentials: NATIV_API_KEY (required), NATIV_API_URL (optional) Install (Claude Code): claude mcp add io-github-ashish-nativ-nativ -- uvx nativ-mcp==0.1.3 --- ## Qmetry URL: https://mcp-marketplace.io/server/io-github-salehrifai42-qtm4j-mcp-server Summary: MCP server for QMetry Test Management for Jira (QTM4J): test cases, cycles, executions, plans. Category: Developer Tools Mode: local Pricing: Free npm: qtm4j-mcp-server GitHub: https://github.com/salehrifai42/qmetrymcp Security Score: 10/10 Creator: Salehrifai42 Creator Reputation: B Version: 0.1.1 Required Credentials: QTM4J_API_KEY (required), QTM4J_REGION (optional) Install (Claude Code): claude mcp add io-github-salehrifai42-qtm4j-mcp-server -- npx -y qtm4j-mcp-server@0.1.1 --- ## Signet URL: https://mcp-marketplace.io/server/io-github-prismer-ai-signet-mcp-tools Summary: MCP server exposing Signet cryptographic signing, verification, and content hash tools over stdio. Category: Developer Tools Mode: local Pricing: Free npm: @signet-auth/mcp-tools GitHub: https://github.com/Prismer-AI/signet Security Score: 9.7/10 Creator: Prismer AI Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-prismer-ai-signet-mcp-tools -- npx -y @signet-auth/mcp-tools --- ## Wspr URL: https://mcp-marketplace.io/server/io-github-qso-graph-wspr-mcp Summary: WSPR beacon analytics MCP server. Band openings, path analysis, solar correlation. Category: Developer Tools Mode: local Pricing: Free PyPI: wspr-mcp GitHub: https://github.com/qso-graph/wspr-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-wspr-mcp -- uvx wspr-mcp==0.3.1 --- ## Threatintel URL: https://mcp-marketplace.io/server/io-github-aplaceforallmystuff-mcp-threatintel Summary: Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker Category: Developer Tools Mode: local Pricing: Free npm: mcp-threatintel-server GitHub: https://github.com/aplaceforallmystuff/mcp-threatintel Security Score: 8.3/10 Creator: Aplaceforallmystuff Creator Reputation: B Version: 1.0.1 Required Credentials: OTX_API_KEY (required), ABUSEIPDB_API_KEY (required), GREYNOISE_API_KEY (required), ABUSECH_AUTH_KEY (required) Install (Claude Code): claude mcp add io-github-aplaceforallmystuff-mcp-threatintel -- npx -y mcp-threatintel-server@1.0.2 --- ## Coremodels URL: https://mcp-marketplace.io/server/io-github-aramai-schematica-coremodels Summary: CoreModels schema editor: nodes, mixins, relations, JSON Schema import/export. Sign-in required. Description: CoreModels schema editor: nodes, mixins, relations, JSON Schema import/export. Sign-in required. Remote endpoints: streamable-http: https://go.coremodels.io/mcp-admin Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://go.coremodels.io/mcp-admin MCP Tools (14): bulk_create, create_mixin_type, export_jsonschema, get_mixins_and_relation_groups, get_project_summary, import_jsonschema, create_mixin_value, remove_mixin_value, create_node, update_node, remove_node, create_relation, remove_relation, search_nodes Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aramai-schematica-coremodels https://go.coremodels.io/mcp-admin --- ## Cbr Rates URL: https://mcp-marketplace.io/server/io-github-atomno-mcp-mcp-cbr-rates Summary: CBR exchange rates and key rates for Russia. MCP tools for finance agents. Category: Developer Tools Mode: local Pricing: Free PyPI: atomno-mcp-cbr-rates GitHub: https://github.com/atomno-mcp/mcp-cbr-rates Security Score: 5.2/10 Creator: Atomno Mcp Creator Reputation: B Version: 0.1.10 Install (Claude Code): claude mcp add io-github-atomno-mcp-mcp-cbr-rates -- uvx atomno-mcp-cbr-rates==0.1.10 --- ## Wpwriter URL: https://mcp-marketplace.io/server/com-wpwriter-wpwriter Summary: AI-powered WordPress management — content, images, SEO, automation. 121 tools. Description: AI-powered WordPress management — content, images, SEO, automation. 121 tools. Remote endpoints: streamable-http: https://mcp.wpwriter.com/mcp sse: https://mcp.wpwriter.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.wpwriter.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-wpwriter-wpwriter https://mcp.wpwriter.com/mcp --- ## Dynadot URL: https://mcp-marketplace.io/server/io-github-mikusnuz-dynadot Summary: MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers Category: Developer Tools Mode: local Pricing: Free npm: dynadot-mcp GitHub: https://github.com/mikusnuz/dynadot-mcp Security Score: 10/10 Creator: Mikusnuz Creator Reputation: B Version: 1.3.1 Required Credentials: DYNADOT_API_KEY (required), DYNADOT_SANDBOX (optional) Install (Claude Code): claude mcp add io-github-mikusnuz-dynadot -- npx -y dynadot-mcp@1.3.1 --- ## Tenzro Network URL: https://mcp-marketplace.io/server/network-tenzro-tenzro-chainlink Summary: Chainlink MCP: CCIP, CCT pools, Data Feeds, Data Streams, VRF v2.5, PoR, Automation, Functions. Description: Chainlink MCP: CCIP, CCT pools, Data Feeds, Data Streams, VRF v2.5, PoR, Automation, Functions. Remote endpoints: streamable-http: https://chainlink-mcp.tenzro.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chainlink-mcp.tenzro.network/mcp GitHub: https://github.com/tenzro/tenzro-network MCP Tools (20): ccip_get_fee, ccip_get_lanes, ccip_get_rate_limits, ccip_get_supported_chains, ccip_get_supported_tokens, ccip_get_token_pool, ccip_send_message, ccip_track_message, chainlink_check_upkeep, chainlink_estimate_functions_cost, chainlink_get_price, chainlink_get_subscription, chainlink_get_upkeep_info, chainlink_list_feeds, ds_get_report, ds_list_feeds, por_get_reserve, por_list_feeds, vrf_get_subscription, vrf_request_random Security Score: 8/10 Creator: Tenzro Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-tenzro-tenzro-chainlink https://chainlink-mcp.tenzro.network/mcp --- ## Ascii Art URL: https://mcp-marketplace.io/server/io-github-theduodecim-ascii-art Summary: MCP server that exposes ASCII and Unicode art tools Category: Developer Tools Mode: local Pricing: Free npm: ascii-art-mcp GitHub: https://github.com/theduodecim/ascii-art-mcp Security Score: 7/10 Creator: Theduodecim Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-theduodecim-ascii-art -- npx -y ascii-art-mcp@0.1.1 --- ## Searchshopai URL: https://mcp-marketplace.io/server/io-github-nathangrotticelli-searchshopai Summary: AI commerce for Shopify: product search, comparison, recommendations, and checkout via MCP. Description: AI commerce for Shopify: product search, comparison, recommendations, and checkout via MCP. Remote endpoints: streamable-http: https://searchshopai-mcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://searchshopai-mcp.fly.dev/mcp GitHub: https://github.com/nathangrotticelli/searchshopai MCP Tools (11): debug_widget_test, skincare_recommend, skincare_cart, skincare_report_issue, search_products, get_product, compare_products, create_checkout, check_compatibility, check_inventory, deals_discounts Security Score: 8/10 Creator: Nathangrotticelli Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nathangrotticelli-searchshopai https://searchshopai-mcp.fly.dev/mcp --- ## Pii Detector X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-pii-detector Summary: Detect PII in text: emails, phones, SSNs, credit cards, IPs. Regex + Luhn. x402. Description: Detect PII in text: emails, phones, SSNs, credit cards, IPs. Regex + Luhn. x402. Remote endpoints: sse: https://pii-detector.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pii-detector.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/pii-detector-x402 MCP Tools (1): compliance_detect_pii Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-pii-detector https://pii-detector.api.klymax402.com/mcp --- ## Tekna URL: https://mcp-marketplace.io/server/io-github-vortiago-mcp-tekna Summary: MCP server for Tekna events and news Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-tekna GitHub: https://github.com/Vortiago/mcp-tekna Security Score: 10/10 Creator: Vortiago Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-vortiago-mcp-tekna -- uvx mcp-tekna==0.3.1 --- ## Invapi URL: https://mcp-marketplace.io/server/io-github-invapi-org-invapi-mcp Summary: Extract, create, convert & validate invoices (UBL, CII, XRechnung, ZUGFeRD, PDF, Excel) Category: Developer Tools Mode: local Pricing: Free npm: @invapi/mcp-server GitHub: https://github.com/invapi-org/invapi-mcp Security Score: 3/10 Creator: Invapi Org Creator Reputation: B Version: 1.0.1 Required Credentials: INVAPI_API_KEY (required) Install (Claude Code): claude mcp add io-github-invapi-org-invapi-mcp -- npx -y @invapi/mcp-server@1.0.5 --- ## Rss Reader URL: https://mcp-marketplace.io/server/ai-smithery-kwp-lab-rss-reader-mcp Summary: Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full… Description: Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full… Remote endpoints: streamable-http: https://server.smithery.ai/@kwp-lab/rss-reader-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/kwp-lab/rss-reader-mcp Security Score: 10/10 Creator: Kwp Lab Creator Reputation: B Version: 1.0.0 --- ## Mcp URL: https://mcp-marketplace.io/server/com-formester-mcp Summary: Give AI agents access to form submissions — read, search, update, and process file attachments. Description: Give AI agents access to form submissions — read, search, update, and process file attachments. Remote endpoints: streamable-http: https://app.formester.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.formester.com/mcp GitHub: https://github.com/formester/mcp Security Score: 10/10 Creator: Formester Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-formester-mcp https://app.formester.com/mcp --- ## Chartforge URL: https://mcp-marketplace.io/server/io-github-crawde-chartforge Summary: MCP server for ChartForge — generate stunning charts and diagrams from natural language Category: Developer Tools Mode: local Pricing: Free npm: chartforge-mcp GitHub: https://github.com/crawde/chartforge-mcp Security Score: 7/10 Creator: Crawde Creator Reputation: B Version: 0.1.1 Required Credentials: CHARTFORGE_API_KEY (required) Install (Claude Code): claude mcp add io-github-crawde-chartforge -- npx -y chartforge-mcp@0.1.3 --- ## Preclick URL: https://mcp-marketplace.io/server/ai-urlcheck-urlcheck-mcp Summary: PreClick scans links for threats and confirms intent match with high accuracy before agents click. Description: PreClick scans links for threats and confirms intent match with high accuracy before agents click. Remote endpoints: streamable-http: https://urlcheck.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://urlcheck.ai/mcp GitHub: https://github.com/cybrlab-ai/preclick-mcp MCP Tools (2): url_scanner_scan, url_scanner_scan_with_intent Security Score: 10/10 Creator: Cybrlab Ai Creator Reputation: B Version: 0.1.5 Install (Claude Code Remote): claude mcp add --transport http ai-urlcheck-urlcheck-mcp https://urlcheck.ai/mcp --- ## Solar URL: https://mcp-marketplace.io/server/io-github-qso-graph-solar-mcp Summary: Solar indices and space weather MCP server. SFI, SSN, Kp, DSCOVR, NOAA alerts. Category: Developer Tools Mode: local Pricing: Free PyPI: solar-mcp GitHub: https://github.com/qso-graph/solar-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-solar-mcp -- uvx solar-mcp==0.2.0 --- ## Google Tasks URL: https://mcp-marketplace.io/server/io-github-ebmurha-google-tasks-mcp Summary: Manage Google Tasks from MCP-compatible AI clients. Category: Developer Tools Mode: local Pricing: Free PyPI: google-tasks-mcp GitHub: https://github.com/ebmurha/google-tasks-mcp Security Score: 4.8/10 Creator: Ebmurha Creator Reputation: B Version: 0.4.0 Required Credentials: GOOGLE_CLIENT_ID (required), GOOGLE_CLIENT_SECRET (required), GOOGLE_REDIRECT_URI (optional), DB_PATH (optional), DEFAULT_TASKLIST (optional) Install (Claude Code): claude mcp add io-github-ebmurha-google-tasks-mcp -- uvx google-tasks-mcp==0.4.0 --- ## Basis URL: https://mcp-marketplace.io/server/io-github-shlok-lgtm-basis-mcp Summary: Stablecoin risk scores, wallet risk profiles, and transaction risk assessment. Category: Developer Tools Mode: local Pricing: Free npm: @basis-protocol/mcp-server GitHub: https://github.com/shlok-lgtm/basis-mcp Security Score: 9.7/10 Creator: Shlok Lgtm Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-shlok-lgtm-basis-mcp -- npx -y @basis-protocol/mcp-server --- ## Seline URL: https://mcp-marketplace.io/server/io-github-getseline-seline-mcp Summary: Local MCP server for Seline Analytics API Category: Developer Tools Mode: local Pricing: Free npm: @seline-analytics/mcp GitHub: https://github.com/getseline/seline-mcp Security Score: 10/10 Creator: Getseline Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-getseline-seline-mcp -- npx -y @seline-analytics/mcp@1.0.2 --- ## Whatsapp URL: https://mcp-marketplace.io/server/io-github-kalki-kgp-whatsapp-macos Summary: WhatsApp MCP for macOS - Read messages from local DB, send via WhatsApp Web. Category: Communication Mode: local Pricing: Free PyPI: whatsapp-mcp-macos GitHub: https://github.com/kalki-kgp/whatsapp-mcp Security Score: 6.8/10 Creator: Kalki Kgp Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-kalki-kgp-whatsapp-macos -- uvx whatsapp-mcp-macos==0.1.1 --- ## App Publish URL: https://mcp-marketplace.io/server/io-github-mikusnuz-app-publish Summary: MCP server for App Store Connect & Google Play Console — iOS/Android app management Category: Developer Tools Mode: local Pricing: Free npm: app-publish-mcp GitHub: https://github.com/mikusnuz/app-publish-mcp Security Score: 7.3/10 Creator: Mikusnuz Creator Reputation: B Version: 0.3.1 Required Credentials: APPLE_KEY_ID (required), APPLE_ISSUER_ID (required), APPLE_P8_PATH (optional), GOOGLE_SERVICE_ACCOUNT_PATH (optional) Install (Claude Code): claude mcp add io-github-mikusnuz-app-publish -- npx -y app-publish-mcp@0.3.1 --- ## Claude Plugin Pastemd URL: https://mcp-marketplace.io/server/io-github-jini-tw-pastemd Summary: Instant markdown sharing. Create, manage, and share documents with password protection. Description: Instant markdown sharing. Create, manage, and share documents with password protection. Remote endpoints: streamable-http: https://api.pastemd.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.pastemd.io/mcp GitHub: https://github.com/jini-tw/claude-plugin-pastemd Security Score: 10/10 Creator: Jini Tw Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jini-tw-pastemd https://api.pastemd.io/mcp --- ## Research Report X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-research-report Summary: Multi-source research report generator with web fetching. x402 micropayment. Description: Multi-source research report generator with web fetching. x402 micropayment. Remote endpoints: sse: https://research-report.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://research-report.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/research-report-x402 MCP Tools (1): research_generate_report Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-research-report https://research-report.api.klymax402.com/mcp --- ## Library URL: https://mcp-marketplace.io/server/io-github-nickviduya-library Summary: Browse, search, rename, and favorite your Tolstoy media library from any AI client. Description: Browse, search, rename, and favorite your Tolstoy media library from any AI client. Remote endpoints: streamable-http: https://apilb.gotolstoy.com/mcp/v1/library/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://apilb.gotolstoy.com/mcp/v1/library/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nickviduya-library https://apilb.gotolstoy.com/mcp/v1/library/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-memestack-mcp Summary: Search and browse a curated gallery of memes, infographics, and visual content. Description: Search and browse a curated gallery of memes, infographics, and visual content. Remote endpoints: streamable-http: https://mcp.memestack.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.memestack.ai/mcp MCP Tools (7): search_images, get_image, find_similar, find_related, browse_images, get_user_profile, get_leaderboard Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-memestack-mcp https://mcp.memestack.ai/mcp --- ## Heliospice URL: https://mcp-marketplace.io/server/io-github-huangzesen-heliospice Summary: Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics Category: Developer Tools Mode: local Pricing: Free PyPI: heliospice GitHub: https://github.com/huangzesen/heliospice Security Score: 7.3/10 Creator: Huangzesen Creator Reputation: B Version: 0.5.0 Install (Claude Code): claude mcp add io-github-huangzesen-heliospice -- uvx heliospice --- ## QrMakerIO URL: https://mcp-marketplace.io/server/io-github-qrmakerio-mcp-server Summary: Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages. Category: Developer Tools Mode: local Pricing: Free npm: @qr-maker/mcp-server GitHub: https://github.com/qr-maker-io/mcp-server Security Score: 10/10 Creator: Qr Maker Io Creator Reputation: B Version: 0.1.1 Required Credentials: QR_MAKER_API_KEY (required) Install (Claude Code): claude mcp add io-github-qrmakerio-mcp-server -- npx -y @qr-maker/mcp-server@0.1.6 --- ## TemplateFoxPDF URL: https://mcp-marketplace.io/server/io-github-templatefoxpdf-mcp-server Summary: MCP server for TemplateFox PDF generation API - Generate PDFs from templates via AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @templatefox/mcp-server GitHub: https://github.com/TemplateFoxPDF/mcp-server Security Score: 6.8/10 Creator: vincentventalon Creator Reputation: D Version: 1.9.7 Required Credentials: TEMPLATEFOX_API_KEY (required) Install (Claude Code): claude mcp add io-github-templatefoxpdf-mcp-server -- npx -y @templatefox/mcp-server@1.9.9 --- ## Aha URL: https://mcp-marketplace.io/server/ai-smithery-slhad-aha-mcp Summary: A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati… Description: A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati… Remote endpoints: streamable-http: https://server.smithery.ai/@slhad/aha-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/slhad/aha-mcp Security Score: 10/10 Creator: Slhad Creator Reputation: B Version: 0.1.0 --- ## Uimax URL: https://mcp-marketplace.io/server/io-github-prembobby39-gif-uimax-mcp Summary: Frontend expert for Claude Code. Screenshots, Lighthouse, axe-core, code analysis, auto-fix. Category: Developer Tools Mode: local Pricing: Free npm: uimax-mcp GitHub: https://github.com/prembobby39-gif/uimax-mcp Security Score: 9/10 Creator: Prembobby39 Gif Creator Reputation: B Version: 0.7.0 Install (Claude Code): claude mcp add io-github-prembobby39-gif-uimax-mcp -- npx -y uimax-mcp@0.8.0 --- ## Cycloid URL: https://mcp-marketplace.io/server/io-cycloid-mcp-server Summary: An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform Description: An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform Remote endpoints: streamable-http: https://mcp.cycloid.io/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/cycloidio/cycloid-mcp-server Security Score: 10/10 Creator: Cycloidio Creator Reputation: B Version: 1.0.1 --- ## Venturu URL: https://mcp-marketplace.io/server/com-venturu-mcp-server Summary: The Venturu MCP server. Search and contact business listings and brokers on Venturu. Description: The Venturu MCP server. Search and contact business listings and brokers on Venturu. Remote endpoints: streamable-http: https://www.venturu.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.venturu.com/mcp MCP Tools (9): list_business_categories, list_languages, search_businesses, search_brokers, get_business, get_broker, contact_broker, contact_seller, who_am_i Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-venturu-mcp-server https://www.venturu.com/mcp --- ## Retio Pagemap URL: https://mcp-marketplace.io/server/io-github-retio-ai-pagemap Summary: Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy Category: Developer Tools Mode: local Pricing: Free PyPI: retio-pagemap GitHub: https://github.com/Retio-ai/Retio-pagemap Security Score: 8/10 Creator: Retio Ai Creator Reputation: B Version: 0.7.3 Install (Claude Code): claude mcp add io-github-retio-ai-pagemap -- uvx retio-pagemap==1.0.0 --- ## Holiday Photo Plus 2 URL: https://mcp-marketplace.io/server/io-github-holiday-forever-holiday-photo-plus-2 Summary: Holiday photo MCP server: list and fetch personal holiday photos inline in Claude chat. Description: Holiday photo MCP server: list and fetch personal holiday photos inline in Claude chat. Remote endpoints: streamable-http: https://holiday-photo-plus-2.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://holiday-photo-plus-2.vercel.app/mcp GitHub: https://github.com/holiday-forever/Holiday-Photo-Plus-2 MCP Tools (2): list_photos, get_photo Security Score: 8/10 Creator: Holiday Forever Creator Reputation: B Version: 0.0.8 Install (Claude Code Remote): claude mcp add --transport http io-github-holiday-forever-holiday-photo-plus-2 https://holiday-photo-plus-2.vercel.app/mcp --- ## Thailand Data URL: https://mcp-marketplace.io/server/io-github-narinthon-so-thailand-data-mcp Summary: Thai data for AI agents: DBD company-registry lookup, address normalization, holidays, VAT/WHT. Category: Developer Tools Mode: local Pricing: Free npm: thailand-data-mcp GitHub: https://github.com/narinthon-so/thailand-data-mcp Security Score: 5.6/10 Creator: Narinthon So Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-narinthon-so-thailand-data-mcp -- npx -y thailand-data-mcp@0.1.2 --- ## Hive Mcp Credit Broker URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-credit-broker Summary: Broker-only credit/lending discovery shim for AI agents Description: Broker-only credit/lending discovery shim for AI agents Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/credit-broker/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/credit-broker/mcp GitHub: https://github.com/srotzin/hive-mcp-credit-broker Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-credit-broker https://hive-mcp-gateway.onrender.com/credit-broker/mcp --- ## Sophon Consulting URL: https://mcp-marketplace.io/server/consulting-sophon-sophon-consulting Summary: Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics. Description: Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics. Remote endpoints: streamable-http: https://www.sophon.consulting/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.sophon.consulting/api/mcp MCP Tools (2): triage_ai_opportunity, assess_ai_readiness Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http consulting-sophon-sophon-consulting https://www.sophon.consulting/api/mcp --- ## Inventory URL: https://mcp-marketplace.io/server/com-carhandshake-inventory Summary: Find and compare live vehicle inventory from participating US dealers and contact them with consent. Description: Find and compare live vehicle inventory from participating US dealers and contact them with consent. Remote endpoints: streamable-http: https://mcp.carhandshake.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.carhandshake.com/mcp MCP Tools (10): shop_vehicles, get_vehicle, search, fetch, compare_vehicles, find_dealerships, get_dealership, schedule_test_drive, request_trade_in_appraisal, submit_vehicle_inquiry Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.11 Install (Claude Code Remote): claude mcp add --transport http com-carhandshake-inventory https://mcp.carhandshake.com/mcp --- ## Npm Run URL: https://mcp-marketplace.io/server/io-github-fstubner-npm-run-mcp-server Summary: An MCP server that exposes package.json scripts as tools for agents. Category: Developer Tools Mode: local Pricing: Free npm: npm-run-mcp-server GitHub: https://github.com/fstubner/npm-run-mcp-server Security Score: 8/10 Creator: Fstubner Creator Reputation: B Version: 0.2.13 Install (Claude Code): claude mcp add io-github-fstubner-npm-run-mcp-server -- npx -y npm-run-mcp-server@0.2.13 --- ## Tzilla URL: https://mcp-marketplace.io/server/io-github-trainzilla-trainzilla-mcp Summary: Manage clients, plans, sessions, habits, and billing on Trainzilla via one-click OAuth. Description: Manage clients, plans, sessions, habits, and billing on Trainzilla via one-click OAuth. Remote endpoints: streamable-http: https://api.tzilla.live/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.tzilla.live/mcp GitHub: https://github.com/Trainzilla/tzilla-mcp Security Score: 5/10 Creator: Trainzilla Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-trainzilla-trainzilla-mcp https://api.tzilla.live/mcp --- ## Noto CRM URL: https://mcp-marketplace.io/server/io-github-migmediamarketing-ai-noto-crm Summary: Minimalist CRM with AI agent for freelancers — pricing, features, comparisons Description: Minimalist CRM with AI agent for freelancers — pricing, features, comparisons Remote endpoints: streamable-http: https://crm-noto.onrender.com/mcp Category: Marketing & Social Mode: dual Pricing: Free npm: noto-crm-mcp-server Remote URL: https://crm-noto.onrender.com/mcp GitHub: https://github.com/migmediamarketing-ai/Noto-CRM-MCP-Server Security Score: 10/10 Creator: Migmediamarketing Ai Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-migmediamarketing-ai-noto-crm -- npx -y noto-crm-mcp-server@1.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-migmediamarketing-ai-noto-crm https://crm-noto.onrender.com/mcp --- ## Parsel URL: https://mcp-marketplace.io/server/io-github-ahutto87-parsel Summary: Parse logistics PDFs (Bills of Lading, customs declarations, invoices) into DCSA JSON. Description: Parse logistics PDFs (Bills of Lading, customs declarations, invoices) into DCSA JSON. Remote endpoints: streamable-http: https://tt6a1STd9c1tiDzXW.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tt6a1STd9c1tiDzXW.apify.actor/mcp GitHub: https://github.com/ahutto87/parsel Security Score: 9/10 Creator: Ahutto87 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ahutto87-parsel https://tt6a1STd9c1tiDzXW.apify.actor/mcp --- ## Google Maps Places URL: https://mcp-marketplace.io/server/io-github-domdomegg-google-maps-places-mcp Summary: Allow AI systems to search for places and get business info via Google Maps Places API. Category: Developer Tools Mode: local Pricing: Free npm: google-maps-places-mcp GitHub: https://github.com/domdomegg/google-maps-places-mcp.git Security Score: 8/10 Creator: Domdomegg Creator Reputation: B Version: 1.1.2 Required Credentials: GOOGLE_ACCESS_TOKEN (required), MCP_TRANSPORT (optional), GOOGLE_CLIENT_ID (optional), GOOGLE_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-domdomegg-google-maps-places-mcp -- npx -y google-maps-places-mcp@1.1.2 --- ## TablaFocus URL: https://mcp-marketplace.io/server/io-github-sreeramkongeseri-tablafocus-mcp Summary: MCP server for tabla learning: glossary, taals, composition, practice coaching, certification prep. Category: Developer Tools Mode: local Pricing: Free npm: tablafocus-mcp GitHub: https://github.com/sreeramkongeseri/TablaFocusMCP Security Score: 10/10 Creator: Sreeramkongeseri Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sreeramkongeseri-tablafocus-mcp -- npx -y tablafocus-mcp@0.1.2 --- ## Iota URL: https://mcp-marketplace.io/server/io-github-qso-graph-iota-mcp Summary: Islands on the Air MCP server. Group lookup, island search, DXCC mapping, nearby groups. Category: Developer Tools Mode: local Pricing: Free PyPI: iota-mcp GitHub: https://github.com/qso-graph/iota-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-qso-graph-iota-mcp -- uvx iota-mcp==0.1.1 --- ## Smart Data Extractor Worker URL: https://mcp-marketplace.io/server/io-github-lazymac2x-smart-data-extractor Summary: smart-data-extractor MCP server on Cloudflare Workers · REST + MCP JSON-RPC · free tier Description: smart-data-extractor MCP server on Cloudflare Workers · REST + MCP JSON-RPC · free tier Remote endpoints: streamable-http: https://api.lazy-mac.com/smart-data-extractor/mcp Category: Developer Tools Mode: dual Pricing: Free npm: lazymac-mcp-smart-data-extractor Remote URL: https://api.lazy-mac.com/smart-data-extractor/mcp GitHub: https://github.com/lazymac2x/smart-data-extractor-worker MCP Tools (4): extract_from_url, extract_from_api, auto_schema_learn, batch_extract Security Score: 10/10 Creator: Lazymac2x Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-lazymac2x-smart-data-extractor -- npx -y lazymac-mcp-smart-data-extractor@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lazymac2x-smart-data-extractor https://api.lazy-mac.com/smart-data-extractor/mcp --- ## Tmdb URL: https://mcp-marketplace.io/server/io-github-tcehjaava-tmdb-mcp-server Summary: MCP server for The Movie Database (TMDB) API Category: Developer Tools Mode: local Pricing: Free npm: tmdb-mcp-server GitHub: https://github.com/tcehjaava/tmdb-mcp-server Security Score: 6.8/10 Creator: Tcehjaava Creator Reputation: B Version: 0.1.1 Required Credentials: TMDB_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-tcehjaava-tmdb-mcp-server -- npx -y tmdb-mcp-server@0.1.1 --- ## Gmail URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-gmail Summary: Gmail MCP server — send, read, and search email. By Strider Labs. Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-gmail GitHub: https://github.com/markswendsen-code/mcp-gmail Security Score: 7/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Required Credentials: GOOGLE_CLIENT_ID (optional), GOOGLE_CLIENT_SECRET (required), GOOGLE_REFRESH_TOKEN (required) Install (Claude Code): claude mcp add io-github-markswendsen-code-gmail -- npx -y @striderlabs/mcp-gmail@0.1.0 --- ## Campaign Budget Forecaster URL: https://mcp-marketplace.io/server/io-github-wxt-ai-campaign-budget-forecaster Summary: Forecast a scenario amount Description: Forecast a scenario amount Remote endpoints: streamable-http: https://openings-vote-drilling-initially.trycloudflare.com/mcp/campaign-budget-forecaster Category: Finance Mode: remote Pricing: Free Remote URL: https://openings-vote-drilling-initially.trycloudflare.com/mcp/campaign-budget-forecaster Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-wxt-ai-campaign-budget-forecaster https://openings-vote-drilling-initially.trycloudflare.com/mcp/campaign-budget-forecaster --- ## Mcp URL: https://mcp-marketplace.io/server/co-dockai-mcp Summary: Discover MCP endpoints for real-world entities by resolving business domains. Description: Discover MCP endpoints for real-world entities by resolving business domains. Remote endpoints: streamable-http: https://mcp.dockai.co/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/dock-ai/mcp Security Score: 10/10 Creator: Dock Ai Creator Reputation: B Version: 1.0.0 --- ## Port Scanner X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-port-scanner Summary: TCP port scanning — check open ports on any host. x402 micropayment. Description: TCP port scanning — check open ports on any host. x402 micropayment. Remote endpoints: sse: https://port-scanner.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://port-scanner.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/port-scanner-x402 MCP Tools (1): network_scan_ports Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-port-scanner https://port-scanner.api.klymax402.com/mcp --- ## Daily Datasets URL: https://mcp-marketplace.io/server/io-github-mila-petrovich-daily-datasets Summary: Daily data: jobs, VC funding, domain drops, patents, gov contracts, crypto. Bitcoin pay-per-month. Description: Daily data: jobs, VC funding, domain drops, patents, gov contracts, crypto. Bitcoin pay-per-month. Remote endpoints: streamable-http: https://roastingly-procensorship-audrianna.ngrok-free.dev/store/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://roastingly-procensorship-audrianna.ngrok-free.dev/store/mcp MCP Tools (10): list_datasets, subscribe, verify_payment, get_jobs, get_funding, get_domain_drops, get_gov_contracts, get_product_launches, get_patents, get_crypto_prices Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mila-petrovich-daily-datasets https://roastingly-procensorship-audrianna.ngrok-free.dev/store/mcp --- ## Movies URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-movies Summary: Movies and TV show data — search, details, ratings, and cast from iTunes and TVmaze APIs Description: Movies and TV show data — search, details, ratings, and cast from iTunes and TVmaze APIs Remote endpoints: streamable-http: https://gateway.pipeworx.io/movies/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/movies/mcp GitHub: https://github.com/pipeworx-io/mcp-movies MCP Tools (8): discover_tools, remember, recall, forget, search_movies, search_tv_shows, get_tv_show, get_tv_schedule Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-movies https://gateway.pipeworx.io/movies/mcp --- ## Oeradio URL: https://mcp-marketplace.io/server/io-github-achildrenmile-oeradio-mcp Summary: Amateur radio MCP server with band plans, EIRP, cable loss, antenna gains, and more Description: Amateur radio MCP server with band plans, EIRP, cable loss, antenna gains, and more Remote endpoints: streamable-http: https://oeradio-mcp.oeradio.at/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/achildrenmile/oeradio-mcp Security Score: 10/10 Creator: Achildrenmile Creator Reputation: B Version: 1.0.0 --- ## Sidearm URL: https://mcp-marketplace.io/server/io-github-ebadros-sidearm Summary: Protect media from AI training, detect AI-generated content, and find stolen work. Category: Developer Tools Mode: local Pricing: Free npm: @sidearmdrm/mcp GitHub: https://github.com/sidearmDRM/mcp-server Security Score: 10/10 Creator: SidearmDRM Creator Reputation: B Version: 0.9.2 Required Credentials: SDRM_API_KEY (required), SDRM_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-ebadros-sidearm -- npx -y @sidearmdrm/mcp@0.9.2 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-brasil-api Summary: MCP server for BrasilAPI — CEP, CNPJ, banks, FIPE, holidays, weather Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-brasil-api GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.2.2 Install (Claude Code): claude mcp add io-github-codespar-mcp-brasil-api -- npx -y @codespar/mcp-brasil-api --- ## Vscode Terminal URL: https://mcp-marketplace.io/server/io-github-sirlordt-vscode-terminal-mcp Summary: Execute commands in visible VSCode terminal tabs with output capture and session reuse. Category: Developer Tools Mode: local Pricing: Free npm: vscode-terminal-mcp GitHub: https://github.com/sirlordt/vscode-terminal-mcp Security Score: 10/10 Creator: Sirlordt Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-sirlordt-vscode-terminal-mcp -- npx -y vscode-terminal-mcp@0.1.6 --- ## Scanbim URL: https://mcp-marketplace.io/server/io-scanbimlabs-scanbim-mcp Summary: AI Hub for AEC — 50+ 3D formats, clash detection, ACC integration via Autodesk Platform Services. Description: AI Hub for AEC — 50+ 3D formats, clash detection, ACC integration via Autodesk Platform Services. Remote endpoints: streamable-http: https://scanbim-mcp.itmartin24.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scanbim-mcp.itmartin24.workers.dev/mcp MCP Tools (19): upload_model, detect_clashes, get_viewer_link, list_models, get_model_metadata, get_supported_formats, acc_list_projects, acc_create_issue, acc_create_rfi, acc_list_issues, acc_list_rfis, acc_search_documents, acc_project_summary, xr_launch_vr_session, xr_launch_ar_session, xr_list_sessions, twinmotion_render, twinmotion_walkthrough, lumion_render Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-scanbim-mcp https://scanbim-mcp.itmartin24.workers.dev/mcp --- ## Supply Chain Digital Twin URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-supply-chain-digital-twin-mcp Summary: Create digital twins of supply chains for disruption simulation, bottleneck identification, alter... Description: Create digital twins of supply chains for disruption simulation, bottleneck identification, alter... Remote endpoints: streamable-http: https://ryanclinton--supply-chain-digital-twin-mcp.apify.actor/mcp sse: https://ryanclinton--supply-chain-digital-twin-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--supply-chain-digital-twin-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-supply-chain-digital-twin-mcp https://ryanclinton--supply-chain-digital-twin-mcp.apify.actor/mcp --- ## Rentershield URL: https://mcp-marketplace.io/server/io-github-mjbryant66-rentershield Summary: Lease analysis: flag illegal/risky clauses by jurisdiction (ontario, bc, nyc, texas, general). Description: Lease analysis: flag illegal/risky clauses by jurisdiction (ontario, bc, nyc, texas, general). Remote endpoints: streamable-http: https://rentershield.justack.ai/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rentershield.justack.ai/api/mcp/mcp GitHub: https://github.com/justack-ai/rentershield Security Score: 8/10 Creator: Justack Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mjbryant66-rentershield https://rentershield.justack.ai/api/mcp/mcp --- ## Estonian Law URL: https://mcp-marketplace.io/server/eu-ansvar-estonian-law-mcp Summary: Estonian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/estonian-law-mcp GitHub: https://github.com/Ansvar-Systems/Estonian-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-estonian-law-mcp -- npx -y @ansvar/estonian-law-mcp@1.0.0 --- ## Evlek URL: https://mcp-marketplace.io/server/app-evlek-mcp-server Summary: AI-native property MCP for Northern Cyprus (KKTC/TRNC): listings, prices, districts, yields. Description: AI-native property MCP for Northern Cyprus (KKTC/TRNC): listings, prices, districts, yields. Remote endpoints: streamable-http: https://evlek.app/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://evlek.app/api/mcp GitHub: https://github.com/Evlek/evlek-mcp Security Score: 5.2/10 Creator: Evlek Creator Reputation: B Version: 1.7.0 Install (Claude Code Remote): claude mcp add --transport http app-evlek-mcp-server https://evlek.app/api/mcp --- ## Typescript Mcp Server Boilerplate URL: https://mcp-marketplace.io/server/ai-smithery-devbrother2024-typescript-mcp-server-boilerplate Summary: Kickstart development with a customizable TypeScript template featuring sample tools for greeting,… Description: Kickstart development with a customizable TypeScript template featuring sample tools for greeting,… Remote endpoints: streamable-http: https://server.smithery.ai/@devbrother2024/typescript-mcp-server-boilerplate/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/devbrother2024/typescript-mcp-server-boilerplate Security Score: 10/10 Creator: Devbrother2024 Creator Reputation: B Version: 1.0.0 --- ## Navisworks URL: https://mcp-marketplace.io/server/io-scanbimlabs-navisworks-mcp Summary: Navisworks coordination and clash detection via APS — reports, viewpoints, model objects. Description: Navisworks coordination and clash detection via APS — reports, viewpoints, model objects. Remote endpoints: streamable-http: https://navisworks-mcp.itmartin24.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://navisworks-mcp.itmartin24.workers.dev/mcp MCP Tools (5): nwd_upload, nwd_get_clashes, nwd_export_report, nwd_get_viewpoints, nwd_list_objects Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-navisworks-mcp https://navisworks-mcp.itmartin24.workers.dev/mcp --- ## Contract Scanner URL: https://mcp-marketplace.io/server/io-github-fino-oss-contract-scanner Summary: Scans Base L2 smart contracts for security risks. Risk score 0-100, detects backdoors & proxies. Category: Developer Tools Mode: local Pricing: Free npm: @fino314-oss/contract-scanner-mcp GitHub: https://github.com/fino-oss/contract-scanner-mcp Security Score: 7.2/10 Creator: Fino Oss Creator Reputation: B Version: 1.0.0 Required Credentials: BASESCAN_API_KEY (required) Install (Claude Code): claude mcp add io-github-fino-oss-contract-scanner -- npx -y @fino314-oss/contract-scanner-mcp --- ## Tenzro Network URL: https://mcp-marketplace.io/server/network-tenzro-tenzro-canton Summary: Canton MCP: DAML submit, contracts, events, parties, domains, CIP-56 tokens, DvP, DAR upload. Description: Canton MCP: DAML submit, contracts, events, parties, domains, CIP-56 tokens, DvP, DAR upload. Remote endpoints: streamable-http: https://canton-mcp.tenzro.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://canton-mcp.tenzro.network/mcp GitHub: https://github.com/tenzro/tenzro-network MCP Tools (14): canton_allocate_party, canton_create_asset, canton_dvp_settle, canton_get_balance, canton_get_events, canton_get_fee_schedule, canton_get_health, canton_get_transaction, canton_list_contracts, canton_list_domains, canton_list_parties, canton_submit_command, canton_transfer, canton_upload_dar Security Score: 8/10 Creator: Tenzro Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-tenzro-tenzro-canton https://canton-mcp.tenzro.network/mcp --- ## Superset URL: https://mcp-marketplace.io/server/io-github-bintocher-mcp-superset Summary: Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-superset GitHub: https://github.com/bintocher/mcp-superset Security Score: 6/10 Creator: Bintocher Creator Reputation: B Version: 0.2.3 Required Credentials: SUPERSET_BASE_URL (optional), SUPERSET_USERNAME (optional), SUPERSET_PASSWORD (required) Install (Claude Code): claude mcp add io-github-bintocher-mcp-superset -- uvx mcp-superset==0.2.5 --- ## Hosted Playwright URL: https://mcp-marketplace.io/server/io-github-noncelogic-mcp Summary: Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots. Category: Developer Tools Mode: local Pricing: Free npm: @roveapi/mcp GitHub: https://github.com/noncelogic/mcp Security Score: 8/10 Creator: Noncelogic Creator Reputation: B Version: 1.9.1 Required Credentials: ROVE_API_KEY (required) Install (Claude Code): claude mcp add io-github-noncelogic-mcp -- npx -y @roveapi/mcp@1.9.1 --- ## Bill Splitter URL: https://mcp-marketplace.io/server/ai-smithery-mrugankpednekar-bill-splitter-mcp Summary: Track and split shared expenses across trips, events, and groups. Create groups, add expenses, and… Description: Track and split shared expenses across trips, events, and groups. Create groups, add expenses, and… Remote endpoints: streamable-http: https://server.smithery.ai/@mrugankpednekar/bill_splitter_mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@mrugankpednekar/bill_splitter_mcp/mcp GitHub: https://github.com/mrugankpednekar/bill_splitter_mcp Security Score: 10/10 Creator: Mrugankpednekar Creator Reputation: B Version: 1.15.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-mrugankpednekar-bill-splitter-mcp https://server.smithery.ai/@mrugankpednekar/bill_splitter_mcp/mcp --- ## Acc URL: https://mcp-marketplace.io/server/io-scanbimlabs-acc-mcp Summary: Autodesk Construction Cloud via APS — projects, issues, RFIs, documents, submittals. Description: Autodesk Construction Cloud via APS — projects, issues, RFIs, documents, submittals. Remote endpoints: streamable-http: https://acc-mcp.itmartin24.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://acc-mcp.itmartin24.workers.dev/mcp MCP Tools (9): acc_list_projects, acc_create_issue, acc_update_issue, acc_list_issues, acc_create_rfi, acc_list_rfis, acc_search_documents, acc_upload_file, acc_project_summary Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-acc-mcp https://acc-mcp.itmartin24.workers.dev/mcp --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-home-automation-mcp Summary: MCP server for Home Automation Description: MCP server for Home Automation Remote endpoints: streamable-http: https://home-automation-mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://home-automation-mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 10/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-home-automation-mcp https://home-automation-mcp.mcpize.run/mcp --- ## Uptimebolt URL: https://mcp-marketplace.io/server/io-github-clm-cloud-solutions-uptimebolt-mcp-server Summary: AI-powered infrastructure monitoring tools for Claude, Cursor, and MCP clients. Description: UptimeBolt MCP Server connects your AI assistant to your infrastructure monitoring stack. Query service health, response time metrics (p95/p99), active incidents, AI predictions, root cause analysis, deployment correlations, and deploy safety checks — all through natural language. Built for DevOps engineers, SREs, and developers who want real-time infrastructure insights without leaving their IDE or AI assistant. Category: Cloud & DevOps Mode: local Pricing: Free npm: @uptimebolt/mcp-server GitHub: https://github.com/clm-cloud-solutions/uptimebolt-mcp-server Security Score: 10/10 Installs: 1 Creator: Leafar Maina Creator Reputation: B Version: 1.0.12 Uptime Status: up Tags: monitoring, uptime, infrastructure, devops, sre, observability, incidents, predictions, root-cause-analysis, deploy-safety, health-check, metrics, ai-monitoring, claude, mcp, express, nodejs Use Cases: Query real-time service health with health scores (0-100) and monitor breakdowns, List and filter monitors by status (up/down/degraded) and type (HTTP - TCP - DNS - ping), Get detailed monitor metrics: response time (avg - p95 -p99) - uptime percentage - error breakdown, View active and resolved incidents with optional root cause analysis, AI-powered predictions for upcoming issues with confidence scores, Run multi-model root cause analysis on incidents (basic - standard - deep - premium tiers), Deploy safety gate: check if it's safe to deploy based on health score - active incidents and predictions, Track recent deployments with incident correlation scores, Generate executive summaries of infrastructure health for reports, Monitor health trends over configurable periods (1h - 6h - 24h - 7d - 30d), Supports both stdio (local) and HTTP (remote/CI-CD) transports, Available as npm package - Docker image and hosted service Required Credentials: UPTIMEBOLT_API_KEY (required), UPTIMEBOLT_API_URL (optional) Install (Claude Code): claude mcp add io-github-clm-cloud-solutions-uptimebolt-mcp-server -- npx -y @uptimebolt/mcp-server@1.0.12 --- ## Shippingrates URL: https://mcp-marketplace.io/server/io-github-vinaybhosle-freightgate-mcp-server Summary: Deprecated - renamed to shippingrates-mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.shippingrates.org/mcp GitHub: https://github.com/vinaybhosle/shippingrates-mcp-server MCP Tools (19): shippingrates_stats, shippingrates_lines, shippingrates_search, shippingrates_dd_calculate, shippingrates_dd_compare, shippingrates_local_charges, shippingrates_inland_search, shippingrates_cfs_tariffs, shippingrates_inland_haulage, shippingrates_port, shippingrates_transit, shippingrates_rates, shippingrates_surcharges, shippingrates_congestion, shippingrates_reliability, shippingrates_vessel_schedule, shippingrates_regulatory, shippingrates_total_cost, shippingrates_fx Security Score: 9.5/10 Creator: Vinaybhosle Creator Reputation: B Version: 2.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vinaybhosle-freightgate-mcp-server https://mcp.shippingrates.org/mcp --- ## Tripwire URL: https://mcp-marketplace.io/server/io-github-bonesdefi-tripwire Summary: Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute. Category: Developer Tools Mode: local Pricing: Free npm: tripwire-mcp GitHub: https://github.com/bonesdefi/Tripwire Security Score: 5.7/10 Creator: Bonesdefi Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-bonesdefi-tripwire -- npx -y tripwire-mcp@0.3.1 --- ## Instagit URL: https://mcp-marketplace.io/server/io-github-instagitai-instagit Summary: MCP server for Instagit — AI-powered Git repository analysis for coding agents Category: Developer Tools Mode: local Pricing: Free npm: instagit GitHub: https://github.com/InstalabsAI/instagit Security Score: 10/10 Creator: InstalabsAI Creator Reputation: B Version: 0.1.5 Required Credentials: INSTAGIT_API_KEY (required) Install (Claude Code): claude mcp add io-github-instagitai-instagit -- npx -y instagit@0.1.8 --- ## Mcp URL: https://mcp-marketplace.io/server/dev-pingzen-mcp Summary: Uptime monitoring with 127 tools across 23 protocols. Tag filtering + Code Mode. Description: Uptime monitoring with 127 tools across 23 protocols. Tag filtering + Code Mode. Remote endpoints: streamable-http: https://pingzen.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pingzen.dev/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.13.0 Required Credentials: MCP_API_TOKEN (required), DATABASE_URL (required), SECRET_KEY (required) Install (Claude Code Remote): claude mcp add --transport http dev-pingzen-mcp https://pingzen.dev/mcp --- ## HAL URL: https://mcp-marketplace.io/server/io-github-deanward-hal Summary: HAL (HTTP API Layer) - An MCP server that provides HTTP API capabilities to Large Language Models Category: AI & ML Mode: local Pricing: Free npm: hal-mcp GitHub: https://github.com/DeanWard/HAL Security Score: 7/10 Creator: DeanWard Creator Reputation: B Version: 1.0.14 Install (Claude Code): claude mcp add io-github-deanward-hal -- npx -y hal-mcp@1.0.14 --- ## Refetch URL: https://mcp-marketplace.io/server/io-github-lowenbjer-refetch Summary: Fetch pages as markdown, search web and news, extract structured data. For AI agents. Description: Fetch pages as markdown, search web and news, extract structured data. For AI agents. Remote endpoints: streamable-http: https://refetch.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://refetch.cloud/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lowenbjer-refetch https://refetch.cloud/mcp --- ## Gigachat URL: https://mcp-marketplace.io/server/io-github-theyahia-gigachat-mcp Summary: MCP server for GigaChat — AI chat, embeddings, image generation (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/gigachat-mcp GitHub: https://github.com/theYahia/gigachat-mcp Security Score: 4.8/10 Creator: TheYahia Creator Reputation: B Version: 3.0.1 Install (Claude Code): claude mcp add io-github-theyahia-gigachat-mcp -- npx -y @theyahia/gigachat-mcp@3.0.1 --- ## Tenzro Network URL: https://mcp-marketplace.io/server/network-tenzro-tenzro Summary: Tenzro Ledger MCP: wallet, identity, payments, inference, staking, bridges, verification, agents. Description: Tenzro Ledger MCP: wallet, identity, payments, inference, staking, bridges, verification, agents. Remote endpoints: streamable-http: https://mcp.tenzro.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tenzro.network/mcp GitHub: https://github.com/tenzro/tenzro-network MCP Tools (199): ap2_protocol_info, ap2_validate_mandate_pair, ap2_verify_mandate, assign_task, authorize_crosschain_bridge, authorize_session, bridge_quote, bridge_tokens, bridge_with_hook, cancel_task, cct_get_pool, cct_list_pools, chat_completion, check_compliance, close_payment_channel, complete_task, cortex_reason, create_escrow, create_mpc_wallet, create_nft_collection, create_payment_challenge, create_proposal, create_swarm, create_token, create_user_wallet, create_wallet, create_zk_proof, cross_vm_transfer, crosschain_burn, crosschain_mint, debridge_create_tx, debridge_get_chains, debridge_get_instructions, debridge_same_chain_swap, debridge_search_tokens, decode_result, decrypt_data, delegate_task, delegate_voting_power, delete_model_mcp, deploy_contract, derive_key, detect, detect_tee, discover_agents, discover_models, download_agent_template, download_model, encode_function, encrypt_data, erc8004_decode_get_agent, erc8004_derive_agent_id, erc8004_encode_feedback, erc8004_encode_get_agent, erc8004_encode_register, erc8004_encode_request_validation, erc8004_encode_submit_validation, exchange_token, export_keystore, forecast, freeze_address, fund_user_wallet, generate_keypair, generate_vrf_proof, get_agent_template, get_agent_template_stats, get_balance, get_block, get_block_range, get_bridge_routes, get_download_progress, get_events, get_fee_market, get_key_shares, get_nft_info, get_node_status, get_provider_pricing, get_provider_schedule, get_provider_stats, get_skill_usage, get_spending_limits, get_svm_cross_vm_program_info, get_swarm_status, get_task, get_tee_attestation, get_token_balance, get_token_info, get_tool_usage, get_transaction, get_usage_stats, get_voting_power, hash_keccak256, hash_sha256, import_keystore, introspect_token, join_as_participant, list_agent_templates, list_audio_catalog, list_audio_models, list_bridge_adapters, list_canton_domains, list_daml_contracts, list_detection_catalog, list_detection_models, list_forecast_catalog, list_forecast_models, list_model_endpoints, list_models, list_nft_collections, list_payment_protocols, list_proposals, list_providers, list_segmentation_catalog, list_segmentation_models, list_tasks, list_tee_providers, list_text_embedding_catalog, list_text_embedding_models, list_tokens, list_user_wallets, list_video_catalog, list_video_models, list_vision_catalog, list_vision_models, list_x402_schemes, list_zk_circuits, mint_nft, oauth_discovery, open_payment_channel, post_task, quote_task, rate_agent_template, refund_escrow, register_agent, register_agent_template, register_app, register_compliance, register_identity, register_nft_pointer, register_provider, register_webhook, release_escrow, request_faucet, resolve_did, resolve_username, revoke_session, rotate_keys, run_agent_task, run_agent_template, seal_data, search_agent_templates, segment, send_agent_message, send_transaction, serve_model_mcp, set_delegation_scope, set_provider_pricing, set_provider_schedule, set_spending_limits, set_username, settle_payment, sign_message, spawn_agent, spawn_agent_from_template, sponsor_transaction, stake_tokens, stop_model, submit_daml_command, subscribe_events, terminate_swarm, text_embed, token_balance, total_supply, transcribe, transfer_nft, unload_audio_model, unload_detection_model, unload_forecast_model, unload_segmentation_model, unload_text_embedding_model, unload_video_model, unload_vision_model, unseal_data, unstake_tokens, update_agent_template, verify_payment, verify_signature, verify_tee_attestation, verify_vrf_proof, verify_zk_proof, video_embed, vision_embed, vision_similarity, vote_on_proposal, wormhole_bridge, wormhole_chain_id, wormhole_parse_vaa_id, wrap_tnzo, x25519_key_exchange Security Score: 8/10 Creator: Tenzro Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-tenzro-tenzro https://mcp.tenzro.network/mcp --- ## Travel Monitor Launch Examples URL: https://mcp-marketplace.io/server/io-github-veyvey45-eng-travel-monitor-launch Summary: Remote MCP server for hotel rate monitoring, parity checks, and pricing intelligence via Apify. Description: Remote MCP server for hotel rate monitoring, parity checks, and pricing intelligence via Apify. Remote endpoints: streamable-http: https://mcp.apify.com?tools=actors,docs,travelmonitorlab/travel-monitor-launch Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com?tools=actors,docs,travelmonitorlab/travel-monitor-launch GitHub: https://github.com/veyvey45-eng/travel-monitor-launch-examples Security Score: 10/10 Creator: Veyvey45 Eng Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-veyvey45-eng-travel-monitor-launch 'https://mcp.apify.com?tools=actors,docs,travelmonitorlab/travel-monitor-launch' --- ## Strava URL: https://mcp-marketplace.io/server/io-github-r-huijts-strava-mcp Summary: MCP server for accessing Strava API Category: Developer Tools Mode: local Pricing: Free npm: strava-mcp-server GitHub: https://github.com/r-huijts/strava-mcp Security Score: 3.2/10 Creator: R Huijts Creator Reputation: B Version: 1.0.1 Required Credentials: STRAVA_CLIENT_ID (optional), STRAVA_CLIENT_SECRET (required), STRAVA_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-r-huijts-strava-mcp -- npx -y strava-mcp-server --- ## HNmcp URL: https://mcp-marketplace.io/server/io-github-xodn348-readhn Summary: AI-native HackerNews MCP Server. Find HN content that matters with explainable quality signals. Category: Developer Tools Mode: local Pricing: Free PyPI: readhn GitHub: https://github.com/xodn348/HNmcp Security Score: 4.5/10 Creator: Xodn348 Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-xodn348-readhn -- uvx readhn==0.2.0 --- ## Datacommons URL: https://mcp-marketplace.io/server/ai-smithery-turnono-datacommons-mcp-server Summary: Discover statistical indicators and topics in Data Commons. Retrieve observations for specific var… Description: Discover statistical indicators and topics in Data Commons. Retrieve observations for specific var… Remote endpoints: streamable-http: https://server.smithery.ai/@turnono/datacommons-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/turnono/datacommons-mcp-server Security Score: 10/10 Creator: Turnono Creator Reputation: B Version: 1.16.0 --- ## Paladin Swap URL: https://mcp-marketplace.io/server/io-github-paladinfi-paladin-swap Summary: Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial. Description: Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial. Remote endpoints: streamable-http: https://swap.paladinfi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://swap.paladinfi.com/mcp GitHub: https://github.com/paladinfi/paladin-swap-mcp Security Score: 10/10 Creator: Paladinfi Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-paladinfi-paladin-swap https://swap.paladinfi.com/mcp --- ## Remote URL: https://mcp-marketplace.io/server/com-glean-mcp Summary: Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents. Description: Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents. Remote endpoints: streamable-http: https://{baseUrl}/mcp/{server-name} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{baseUrl}/mcp/{server-name} GitHub: https://github.com/gleanwork/remote-mcp-server Security Score: 9.9/10 Creator: Gleanwork Creator Reputation: B Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http com-glean-mcp 'https://{baseUrl}/mcp/{server-name}' --- ## Fhir Mcp Suite URL: https://mcp-marketplace.io/server/io-github-pcmedsinge-mcp-terminology Summary: LOINC/SNOMED CT/RxNorm/ICD-10 lookup, search, translation and ValueSet expansion via FHIR. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-terminology GitHub: https://github.com/pcmedsinge/fhir-mcp-suite Security Score: 9.2/10 Creator: Pcmedsinge Creator Reputation: B Version: 1.0.0 Required Credentials: TERMINOLOGY_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-pcmedsinge-mcp-terminology -- uvx mcp-terminology --- ## Agent Memory Api URL: https://mcp-marketplace.io/server/io-github-mifactory-bot-mifactory-agent-memory Summary: Persistent memory for AI agents across Claude, ChatGPT and any MCP client. Description: Persistent memory for AI agents across Claude, ChatGPT and any MCP client. Remote endpoints: streamable-http: https://agent-memory-api.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent-memory-api.vercel.app/mcp GitHub: https://github.com/mifactory-bot/agent-memory-api MCP Tools (2): memory_write, memory_read Security Score: 9.1/10 Creator: Mifactory Bot Creator Reputation: B Version: 1.3.1 Install (Claude Code Remote): claude mcp add --transport http io-github-mifactory-bot-mifactory-agent-memory https://agent-memory-api.vercel.app/mcp --- ## Image Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-image Summary: Image metadata, favicon, OG image for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-image-tools GitHub: https://github.com/rog0x/mcp-image-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-image -- npx -y @rog0x/mcp-image-tools@1.0.1 --- ## Pypreset URL: https://mcp-marketplace.io/server/io-github-kaierikniermann-pypreset Summary: Scaffold Python projects from YAML presets, augment existing projects with CI/tests. Category: Developer Tools Mode: local Pricing: Free PyPI: pypreset GitHub: https://github.com/KaiErikNiermann/pypreset Security Score: 10/10 Creator: KaiErikNiermann Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-kaierikniermann-pypreset -- uvx pypreset==0.4.1 --- ## Trustrails URL: https://mcp-marketplace.io/server/app-trustrails-server Summary: Search UK electronics products across retailers. Real-time prices, stock, and specs. Category: Developer Tools Mode: local Pricing: Free npm: @trustrails/mcp-server GitHub: https://github.com/james-webdev/trustrails-mcp-server Security Score: 8.3/10 Creator: James Webdev Creator Reputation: B Version: 1.0.7 Install (Claude Code): claude mcp add app-trustrails-server -- npx -y @trustrails/mcp-server@1.0.23 --- ## Resume Builder URL: https://mcp-marketplace.io/server/io-cloudresume-resume-builder Summary: Resume builder with native MCP — create and edit resumes from your AI assistant. Description: Resume builder with native MCP — create and edit resumes from your AI assistant. Remote endpoints: streamable-http: https://cloudresume.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cloudresume.io/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http io-cloudresume-resume-builder https://cloudresume.io/api/mcp --- ## Regex Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-regex-generator Summary: Test, validate and explain regular expressions with match highlighting. x402 micropayment. Description: Test, validate and explain regular expressions with match highlighting. x402 micropayment. Remote endpoints: sse: https://regex-generator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://regex-generator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/regex-generator-x402 MCP Tools (1): text_test_regex Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-regex-generator https://regex-generator.api.klymax402.com/mcp --- ## Delivery Document Composer URL: https://mcp-marketplace.io/server/io-github-wxt-ai-delivery-document-composer Summary: Compose a delivery signature section Description: Compose a delivery signature section Remote endpoints: streamable-http: https://openings-vote-drilling-initially.trycloudflare.com/mcp/delivery-document-composer Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openings-vote-drilling-initially.trycloudflare.com/mcp/delivery-document-composer Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-wxt-ai-delivery-document-composer https://openings-vote-drilling-initially.trycloudflare.com/mcp/delivery-document-composer --- ## Crystallography URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-crystallography Summary: Crystallography Open Database (COD) MCP. Description: Crystallography Open Database (COD) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/crystallography/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/crystallography/mcp GitHub: https://github.com/pipeworx-io/mcp-crystallography MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_structures, get_structure, get_cif Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-crystallography https://gateway.pipeworx.io/crystallography/mcp --- ## Rendoc URL: https://mcp-marketplace.io/server/io-github-yoryocoruxo-ai-rendoc-mcp-server Summary: Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates. Category: Developer Tools Mode: local Pricing: Free npm: @rendoc/mcp-server GitHub: https://github.com/yoryocoruxo-ai/rendoc-mcp-server Security Score: 10/10 Creator: Yoryocoruxo Ai Creator Reputation: B Version: 1.0.9 Required Credentials: RENDOC_API_KEY (required) Install (Claude Code): claude mcp add io-github-yoryocoruxo-ai-rendoc-mcp-server -- npx -y @rendoc/mcp-server@1.0.9 --- ## Findme URL: https://mcp-marketplace.io/server/io-github-findmephoto-findme-mcp Summary: Create wedding galleries, upload photos, and pull analytics on FindMe Photo from any AI assistant. Category: Developer Tools Mode: local Pricing: Free npm: findme-mcp GitHub: https://github.com/findmephoto/findme-mcp Security Score: 5.8/10 Creator: Findmephoto Creator Reputation: B Version: 0.7.0 Required Credentials: FINDME_API_KEY (required) Install (Claude Code): claude mcp add io-github-findmephoto-findme-mcp -- npx -y findme-mcp@0.7.1 --- ## Toolwright Monorepo URL: https://mcp-marketplace.io/server/io-github-toolwright-adk-linear-bootstrap Summary: Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies. Category: Productivity Mode: local Pricing: Free npm: @toolwright-adk/linear-bootstrap GitHub: https://github.com/toolwright-adk/toolwright-monorepo Security Score: 9.7/10 Creator: Toolwright Adk Creator Reputation: B Version: 0.1.3 Required Credentials: LINEAR_API_KEY (required), LLM_API_KEY (required), LLM_BASE_URL (optional), LLM_MODEL (optional) Install (Claude Code): claude mcp add io-github-toolwright-adk-linear-bootstrap -- npx -y @toolwright-adk/linear-bootstrap --- ## Json Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-json Summary: JSON/YAML/CSV validate, diff, transform for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-json-tools GitHub: https://github.com/rog0x/mcp-json-tools Security Score: 6/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-json -- npx -y @rog0x/mcp-json-tools@1.0.1 --- ## Ractermx URL: https://mcp-marketplace.io/server/io-github-racter-ciso-ractermx Summary: Manage RacterMX email forwarding — domains, aliases, webhooks, and more — via AI. Category: Developer Tools Mode: local Pricing: Free npm: @ractermx/mcp-server GitHub: https://github.com/racter-ciso/ractermx-mcp Security Score: 7/10 Creator: Racter Ciso Creator Reputation: B Version: 2.0.1 Required Credentials: RACTERMX_API_KEY (required), RACTERMX_API_URL (optional) Install (Claude Code): claude mcp add io-github-racter-ciso-ractermx -- npx -y @ractermx/mcp-server@2.2.1 --- ## Seo Crawler URL: https://mcp-marketplace.io/server/io-github-houtini-ai-seo-crawler-mcp Summary: Crawl and analyse websites for SEO errors using Crawlee with SQLite storage Category: Search & Web Mode: local Pricing: Free npm: @houtini/seo-crawler-mcp GitHub: https://github.com/houtini-ai/seo-crawler-mcp Security Score: 10/10 Creator: Houtini Ai Creator Reputation: B Version: 2.0.1 Required Credentials: OUTPUT_DIR (optional), DEBUG (optional) Install (Claude Code): claude mcp add io-github-houtini-ai-seo-crawler-mcp -- npx -y @houtini/seo-crawler-mcp@2.1.4 --- ## Advice URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-advice Summary: Advice MCP — wraps Advice Slip API (free, no auth) Description: Advice MCP — wraps Advice Slip API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/advice/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/advice/mcp GitHub: https://github.com/pipeworx-io/mcp-advice MCP Tools (3): random_advice, search_advice, get_advice Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-advice https://gateway.pipeworx.io/advice/mcp --- ## Deepblue URL: https://mcp-marketplace.io/server/io-github-error403agent-deepblue-trading Summary: 10 crypto tools for AI agents: BTC/ETH/SOL/XRP momentum signals, Polymarket odds, sentiment, x402. Description: 10 crypto tools for AI agents: BTC/ETH/SOL/XRP momentum signals, Polymarket odds, sentiment, x402. Remote endpoints: streamable-http: https://mcp.deepbluebase.xyz/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.deepbluebase.xyz/mcp GitHub: https://github.com/ERROR403agent/deepblue-mcp Security Score: 8/10 Creator: ERROR403agent Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-error403agent-deepblue-trading https://mcp.deepbluebase.xyz/mcp --- ## MCP GEO Asva URL: https://mcp-marketplace.io/server/io-github-viren040-asvaai-mcp Summary: Query your brand's AI visibility across ChatGPT, Claude, Perplexity, and Gemini. Description: Query your brand's AI visibility across ChatGPT, Claude, Perplexity, and Gemini. Remote endpoints: streamable-http: https://mcp.asvaai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.asvaai.com/mcp GitHub: https://github.com/viren040/MCP_GEO_Asva Security Score: 8/10 Creator: Viren040 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-viren040-asvaai-mcp https://mcp.asvaai.com/mcp --- ## Db URL: https://mcp-marketplace.io/server/io-github-neverinfamous-db-mcp Summary: SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering Category: Developer Tools Mode: local Pricing: Free npm: db-mcp GitHub: https://github.com/neverinfamous/db-mcp.git Security Score: 10/10 Creator: Neverinfamous Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-neverinfamous-db-mcp -- npx -y db-mcp@1.1.1 --- ## Anamnese URL: https://mcp-marketplace.io/server/app-anamneseai-anamnese Summary: A self-improving memory layer. Your memory, notes, tasks and goals, remembered everywhere. Description: A self-improving memory layer. Your memory, notes, tasks and goals, remembered everywhere. Remote endpoints: streamable-http: https://anamneseai.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://anamneseai.app/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-anamneseai-anamnese https://anamneseai.app/api/mcp --- ## Agentfit URL: https://mcp-marketplace.io/server/io-github-mukundakatta-agentfit Summary: Token-aware message truncation: fit a chat history into your model's context budget. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/agentfit-mcp GitHub: https://github.com/MukundaKatta/agentfit-mcp Security Score: 6.2/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-agentfit -- npx -y @mukundakatta/agentfit-mcp@0.1.0 --- ## Sms Validator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-sms-validator Summary: Validate SMS-capable phone numbers — mobile vs landline, E.164 format. x402 micropayment. Description: Validate SMS-capable phone numbers — mobile vs landline, E.164 format. x402 micropayment. Remote endpoints: sse: https://sms-validator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sms-validator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/sms-validator-x402 MCP Tools (1): sms_validate_number Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-sms-validator https://sms-validator.api.klymax402.com/mcp --- ## Locus URL: https://mcp-marketplace.io/server/io-github-nano-nimbus-locus Summary: Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: locus-mcp GitHub: https://github.com/Nano-Nimbus/locus Security Score: 6.3/10 Creator: Nano Nimbus Creator Reputation: B Version: 0.9.0 Install (Claude Code): claude mcp add io-github-nano-nimbus-locus -- uvx locus-mcp==0.10.0 --- ## Memberpass URL: https://mcp-marketplace.io/server/net-memberpass-mcp Summary: MemberPass MCP — manage projects, plans, members, payments, and analytics for Telegram creators. Description: MemberPass MCP — manage projects, plans, members, payments, and analytics for Telegram creators. Remote endpoints: streamable-http: https://mcp.memberpass.net Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.memberpass.net GitHub: https://github.com/envigoinnovations/memberpass-mcp Security Score: 10/10 Creator: Envigoinnovations Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-memberpass-mcp https://mcp.memberpass.net --- ## Discord Node URL: https://mcp-marketplace.io/server/io-github-oratorian-discord-node-mcp Summary: MCP server for controlling Discord servers via bot token Category: Communication Mode: local Pricing: Free npm: @mahesvara/discord-mcpserver GitHub: https://github.com/Oratorian/discord-node-mcp Security Score: 7.1/10 Creator: Oratorian Creator Reputation: D Version: 1.1.4 Required Credentials: DISCORD_BOT_TOKEN (required), TRANSPORT (optional), PORT (optional), HOST (optional) Install (Claude Code): claude mcp add io-github-oratorian-discord-node-mcp -- npx -y @mahesvara/discord-mcpserver@1.1.4 --- ## Hubspot URL: https://mcp-marketplace.io/server/io-github-mindstone-mcp-server-hubspot Summary: HubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threads Category: Business Tools Mode: local Pricing: Free npm: @mindstone/mcp-server-hubspot GitHub: https://github.com/mindstone/mcp-servers Security Score: 9.9/10 Creator: Mindstone Creator Reputation: B Version: 0.4.1 Required Credentials: HUBSPOT_CONFIG_DIR (optional), HUBSPOT_ACCOUNT_EMAIL (optional), MCP_WORKSPACE_PATH (optional), HUBSPOT_CLIENT_ID (optional), HUBSPOT_CLIENT_SECRET (required), HUBSPOT_SOURCE_LABEL (optional), HUBSPOT_DISABLE_REFRESH (optional), HUBSPOT_ALLOW_CLOUD_REFRESH (optional), HUBSPOT_REQUEST_TIMEOUT_MS (optional), HUBSPOT_REFRESH_LOCK_STALE_MS (optional) Install (Claude Code): claude mcp add io-github-mindstone-mcp-server-hubspot -- npx -y @mindstone/mcp-server-hubspot --- ## Geiant URL: https://mcp-marketplace.io/server/com-geiant-mcp-agentcore Summary: AI governance MCP server for EU AI Act compliance and jurisdiction verification Description: AI governance MCP server for EU AI Act compliance and jurisdiction verification Remote endpoints: streamable-http: https://geiant-agentcore-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geiant-agentcore-production.up.railway.app/mcp GitHub: https://github.com/GNS-Foundation/geiant Security Score: 7.5/10 Creator: GNS Foundation Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-geiant-mcp-agentcore https://geiant-agentcore-production.up.railway.app/mcp --- ## Base Price Oracle URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-base-price-oracle-mcp Summary: MCP server for real-time token prices on Base from on-chain DEX pools. Category: Developer Tools Mode: local Pricing: Free npm: base-price-oracle-mcp GitHub: https://github.com/lordbasilaiassistant-sudo/base-price-oracle-mcp Security Score: 7/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.3 Required Credentials: RPC_URL (optional) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-base-price-oracle-mcp -- npx -y base-price-oracle-mcp@1.0.3 --- ## Lapalma24 URL: https://mcp-marketplace.io/server/io-github-ayozemiguel-lapalma24-mcp Summary: Search vacation rentals in La Palma, Canary Islands with real-time availability and pricing. Description: Search vacation rentals in La Palma, Canary Islands with real-time availability and pricing. Remote endpoints: streamable-http: https://mcp.la-palma24.net Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/La-Palma-24/lapalma24-mcp Security Score: 10/10 Creator: La Palma 24 Creator Reputation: B Version: 1.0.0 --- ## Treatment Locator URL: https://mcp-marketplace.io/server/com-olyport-treatment-locator Summary: Find substance abuse and mental health treatment facilities Description: Find substance abuse and mental health treatment facilities Remote endpoints: streamable-http: https://mcp.olyport.com/treatment-locator/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/treatment-locator/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-treatment-locator https://mcp.olyport.com/treatment-locator/mcp --- ## Geiant URL: https://mcp-marketplace.io/server/com-geiant-mcp-perception Summary: Geospatial AI MCP server — satellite imagery, embeddings, weather, GNS governance Description: Geospatial AI MCP server — satellite imagery, embeddings, weather, GNS governance Remote endpoints: streamable-http: https://packagesmcp-perception-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://packagesmcp-perception-production.up.railway.app/mcp GitHub: https://github.com/GNS-Foundation/geiant Security Score: 7.5/10 Creator: GNS Foundation Creator Reputation: B Version: 0.3.3 Install (Claude Code Remote): claude mcp add --transport http com-geiant-mcp-perception https://packagesmcp-perception-production.up.railway.app/mcp --- ## Atv Sdk URL: https://mcp-marketplace.io/server/io-github-aarna-ai-atv Summary: Access Aarna's DeFi yield vaults — query NAV/TVL/APY, build transactions, track portfolios. Category: Developer Tools Mode: local Pricing: Free npm: @aarna-ai/mcp-server-atv GitHub: https://github.com/aarna-ai/atv-sdk Security Score: 9.7/10 Creator: Aarna Ai Creator Reputation: B Version: 1.0.1 Required Credentials: ATV_API_KEY (required) Install (Claude Code): claude mcp add io-github-aarna-ai-atv -- npx -y @aarna-ai/mcp-server-atv --- ## UpTier URL: https://mcp-marketplace.io/server/io-github-foxintheloop-uptier Summary: MCP-powered To-Do application with intelligent task prioritization Category: Developer Tools Mode: local Pricing: Free npm: @foxintheloop/uptier-mcp GitHub: https://github.com/foxintheloop/UpTier Security Score: 9.7/10 Creator: Foxintheloop Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-foxintheloop-uptier -- npx -y @foxintheloop/uptier-mcp --- ## Pyright URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-pyright Summary: MCP server that exposes Pyright language server functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-pyright GitHub: https://github.com/daedalus/mcp-pyright Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-pyright -- uvx mcp-pyright==0.1.0 --- ## Dversum URL: https://mcp-marketplace.io/server/io-github-dversum-mcp-server Summary: Manage clients, projects, tasks, invoices, time tracking & calendar in dVersum. Category: Developer Tools Mode: local Pricing: Free npm: @dversum/mcp-server GitHub: https://github.com/dversum/mcp-server Security Score: 10/10 Creator: Dversum Creator Reputation: B Version: 2.0.0 Required Credentials: DVERSUM_API_URL (optional), DVERSUM_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-dversum-mcp-server -- npx -y @dversum/mcp-server@2.1.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-stark-bank Summary: MCP server for Stark Bank — transfers, boletos, invoices, Pix, balance Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-stark-bank GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.2.2 Required Credentials: STARK_BANK_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-stark-bank -- npx -y @codespar/mcp-stark-bank --- ## Httpstatus URL: https://mcp-marketplace.io/server/com-httpstatus-mcp-server Summary: AI-callable tools for API mocking, testing, monitoring, security, and automation. Description: AI-callable tools for API mocking, testing, monitoring, security, and automation. Remote endpoints: streamable-http: https://mcp.httpstatus.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.httpstatus.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-httpstatus-mcp-server https://mcp.httpstatus.com/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-password-forge-mcp Summary: Generate secure passwords with configurable rules and strength check Category: Developer Tools Mode: local Pricing: Free npm: password-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-password-forge-mcp -- npx -y password-forge-mcp --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-omie Summary: MCP server for Omie — ERP, customers, products, orders, invoices, financials Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-omie GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.2.2 Required Credentials: OMIE_APP_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-omie -- npx -y @codespar/mcp-omie --- ## Tinysend Node URL: https://mcp-marketplace.io/server/com-tinysend-tinysend Summary: Email for agents: newsletters, subscribers, contacts, broadcasts. OAuth sign-in, no API key. Description: Email for agents: newsletters, subscribers, contacts, broadcasts. OAuth sign-in, no API key. Remote endpoints: streamable-http: https://mcp.tinysend.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tinysend.com GitHub: https://github.com/tiny-send/tinysend-node Security Score: 10/10 Creator: Tiny Send Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-tinysend-tinysend https://mcp.tinysend.com --- ## Execution Market URL: https://mcp-marketplace.io/server/market-execution-execution-market Summary: AI agents publish bounties for real-world tasks. Gasless USDC payments via x402. Description: AI agents publish bounties for real-world tasks. Gasless USDC payments via x402. Remote endpoints: streamable-http: https://mcp.execution.market/mcp/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.execution.market/mcp/ GitHub: https://github.com/UltravioletaDAO/execution-market Security Score: 4.4/10 Creator: UltravioletaDAO Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http market-execution-execution-market https://mcp.execution.market/mcp/ --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-go Summary: Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/go GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-go -- npx -y @paretools/go --- ## Slug Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-slug-generator Summary: URL-friendly slugs from text — transliteration, custom separators. x402 micropayment. Description: URL-friendly slugs from text — transliteration, custom separators. x402 micropayment. Remote endpoints: sse: https://slug-generator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://slug-generator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/slug-generator-x402 MCP Tools (1): text_generate_slug Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-slug-generator https://slug-generator.api.klymax402.com/mcp --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-melhor-envio Summary: MCP server for Melhor Envio — shipping rates, labels, tracking, agencies Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-melhor-envio GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.1.4 Required Credentials: MELHOR_ENVIO_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-melhor-envio -- npx -y @codespar/mcp-melhor-envio --- ## Lsai Xmp4 URL: https://mcp-marketplace.io/server/ai-example4-xmp4 Summary: OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+. Description: OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+. Remote endpoints: streamable-http: https://mcp.example4.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.example4.ai/mcp GitHub: https://github.com/0ics-srls/lsai-xmp4.public MCP Tools (17): xmp4_callees, xmp4_callers, xmp4_deps, xmp4_grep, xmp4_guide, xmp4_hierarchy, xmp4_info, xmp4_outline, xmp4_projects, xmp4_repos, xmp4_search, xmp4_server, xmp4_source, xmp4_symbol_at, xmp4_tests_for, xmp4_usages, xmp4_view Security Score: 10/10 Creator: 0ics Srls Creator Reputation: B Version: 1.2.6 Install (Claude Code Remote): claude mcp add --transport http ai-example4-xmp4 https://mcp.example4.ai/mcp --- ## Dbnomics URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dbnomics Summary: DBnomics MCP — meta-aggregator over 80+ stats providers Description: DBnomics MCP — meta-aggregator over 80+ stats providers Remote endpoints: streamable-http: https://gateway.pipeworx.io/dbnomics/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dbnomics/mcp GitHub: https://github.com/pipeworx-io/mcp-dbnomics MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, list_providers, list_datasets, get_series, find_series Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dbnomics https://gateway.pipeworx.io/dbnomics/mcp --- ## Transipal URL: https://mcp-marketplace.io/server/com-transipal-mcp-server Summary: Warehouse management for warehouses, missions, tasks, packs, products, and shipments. Description: Warehouse management for warehouses, missions, tasks, packs, products, and shipments. Remote endpoints: streamable-http: https://app.transipal.com/_mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.transipal.com/_mcp GitHub: https://github.com/Tilotiti/transipal Security Score: 8/10 Creator: Tilotiti Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-transipal-mcp-server https://app.transipal.com/_mcp --- ## Emdb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-emdb Summary: EMDB (EBI Electron Microscopy Data Bank) MCP — keyless. Description: EMDB (EBI Electron Microscopy Data Bank) MCP — keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/emdb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/emdb/mcp GitHub: https://github.com/pipeworx-io/mcp-emdb MCP Tools (28): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_maps, get_map Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-emdb https://gateway.pipeworx.io/emdb/mcp --- ## AutoTS URL: https://mcp-marketplace.io/server/io-github-winedarksea-autots Summary: Automated time series forecasting with model search, anomaly detection, and event risk analysis Category: Developer Tools Mode: local Pricing: Free PyPI: autots-mcp GitHub: https://github.com/winedarksea/AutoTS Security Score: 7/10 Creator: Winedarksea Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-winedarksea-autots -- uvx autots-mcp --- ## Buchpilot URL: https://mcp-marketplace.io/server/io-github-makririch-buchpilot Summary: DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers. Category: Developer Tools Mode: local Pricing: Free npm: buchpilot-mcp GitHub: https://github.com/makririch/buchpilot-mcp Security Score: 8/10 Creator: Makririch Creator Reputation: B Version: 0.1.2 Required Credentials: LEXOFFICE_API_KEY (required), SEVDESK_API_KEY (required) Install (Claude Code): claude mcp add io-github-makririch-buchpilot -- npx -y buchpilot-mcp@0.1.4 --- ## Npm URL: https://mcp-marketplace.io/server/io-github-mikusnuz-npm Summary: MCP server for npm package management — publish, version, search, audit, and more Category: Developer Tools Mode: local Pricing: Free npm: @mikusnuz/npm-mcp GitHub: https://github.com/mikusnuz/npm-mcp Security Score: 7.2/10 Creator: Mikusnuz Creator Reputation: B Version: 1.2.1 Required Credentials: NPM_TOKEN (required) Install (Claude Code): claude mcp add io-github-mikusnuz-npm -- npx -y @mikusnuz/npm-mcp@1.2.1 --- ## Korea Business Verify URL: https://mcp-marketplace.io/server/io-github-wujinkim-korea-business-verify Summary: 한국 사업자 검증 액션 MCP 서버 — 진위확인·휴폐업·과세유형·세금계산서 발행 가능 여부 (국세청 공공데이터 기반) Category: Developer Tools Mode: local Pricing: Free npm: korea-business-verify GitHub: https://github.com/wujinkim/korea-business-verify Security Score: 5.2/10 Creator: Wujinkim Creator Reputation: B Version: 0.1.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-wujinkim-korea-business-verify -- npx -y korea-business-verify@0.1.2 --- ## Sonar URL: https://mcp-marketplace.io/server/app-trysonar-sonar Summary: ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android). Description: ASO tools for AI agents: keyword research, rank tracking, competitor analysis (iOS & Android). Remote endpoints: streamable-http: https://trysonar.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @sonarapp/mcp Remote URL: https://trysonar.app/mcp GitHub: https://github.com/trysonar/mcp Security Score: 6.2/10 Creator: Trysonar Creator Reputation: B Version: 0.7.0 Required Credentials: SONAR_API_KEY (required), SONAR_API_URL (optional) Install (Claude Code): claude mcp add app-trysonar-sonar -- npx -y @sonarapp/mcp@0.7.0 Install (Claude Code Remote): claude mcp add --transport http app-trysonar-sonar https://trysonar.app/mcp --- ## Grantd URL: https://mcp-marketplace.io/server/io-github-rafavecchi-grantd Summary: Grantd MCP server: let your AI agent act on a user's behalf across third-party APIs via OAuth. Category: Developer Tools Mode: local Pricing: Free npm: grantd-mcp GitHub: https://github.com/rafavecchi/grantd Security Score: 4.8/10 Creator: Rafavecchi Creator Reputation: B Version: 0.1.0 Required Credentials: GRANTD_API_KEY (required), GRANTD_BASE_URL (optional), GRANTD_END_USER (optional) Install (Claude Code): claude mcp add io-github-rafavecchi-grantd -- npx -y grantd-mcp --- ## Cun URL: https://mcp-marketplace.io/server/ai-smithery-miguelgarzons-mcp-cun Summary: Greet people by name with friendly, personalized messages. Add a warm touch to onboarding, demos,… Description: Greet people by name with friendly, personalized messages. Add a warm touch to onboarding, demos,… Remote endpoints: streamable-http: https://server.smithery.ai/@miguelgarzons/mcp-cun/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/miguelgarzons/mcp-cun Security Score: 10/10 Creator: Miguelgarzons Creator Reputation: B Version: 1.15.0 --- ## Solana Pools X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-solana-pools Summary: Solana DEX pool liquidity depth — TVL, slippage, volume, Raydium/Orca/Meteora. x402. Description: Solana DEX pool liquidity depth — TVL, slippage, volume, Raydium/Orca/Meteora. x402. Remote endpoints: sse: https://solana-pools.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://solana-pools.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/solana-pools-x402 MCP Tools (1): solana_scan_pool_liquidity Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-solana-pools https://solana-pools.api.klymax402.com/mcp --- ## Sourceharbor URL: https://mcp-marketplace.io/server/io-github-xiaojiou176-open-sourceharbor-mcp Summary: Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS. Category: Developer Tools Mode: local Pricing: Free PyPI: sourceharbor GitHub: https://github.com/xiaojiou176-open/sourceharbor Security Score: 10/10 Creator: Xiaojiou176 Open Creator Reputation: B Version: 0.1.14 Required Credentials: SOURCE_HARBOR_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-xiaojiou176-open-sourceharbor-mcp -- uvx sourceharbor==0.1.14 --- ## Epanya URL: https://mcp-marketplace.io/server/ai-epanya-epanya Summary: x402-paid web search for AI agents. TESTNET (Base Sepolia). No valid result, no charge. Description: x402-paid web search for AI agents. TESTNET (Base Sepolia). No valid result, no charge. Remote endpoints: streamable-http: https://api.epanya.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.epanya.ai/mcp MCP Tools (2): search, lookup_receipt Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-epanya-epanya https://api.epanya.ai/mcp --- ## Coinpaprika URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-coinpaprika Summary: Coinpaprika MCP — alternative crypto data source Description: Coinpaprika MCP — alternative crypto data source Remote endpoints: streamable-http: https://gateway.pipeworx.io/coinpaprika/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/coinpaprika/mcp GitHub: https://github.com/pipeworx-io/mcp-coinpaprika MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_coins, get_coin, tickers_latest, historical_ohlc, global_market, search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-coinpaprika https://gateway.pipeworx.io/coinpaprika/mcp --- ## Solana Fees X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-solana-fees Summary: Solana priority fees at 6 levels, cost in SOL/USD, congestion. x402. Description: Solana priority fees at 6 levels, cost in SOL/USD, congestion. x402. Remote endpoints: sse: https://solana-fees.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://solana-fees.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/solana-fees-x402 MCP Tools (1): solana_get_priority_fees Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-solana-fees https://solana-fees.api.klymax402.com/mcp --- ## Tseha URL: https://mcp-marketplace.io/server/io-tseha-tseha Summary: Serves your design system and coding standards to coding agents, so they stop guessing. Description: Serves your design system and coding standards to coding agents, so they stop guessing. Remote endpoints: streamable-http: https://tseha.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tseha.io/mcp GitHub: https://github.com/MariuszHenn/tseha-mcp MCP Tools (9): list_projects, list_packages, list_components, get_component, search_components, get_style, get_style_tokens, get_standards, get_component_updates Security Score: 10/10 Creator: MariuszHenn Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-tseha-tseha https://tseha.io/mcp --- ## Suparse URL: https://mcp-marketplace.io/server/io-github-suparse-suparse-mcp Summary: Extract structured data from PDFs and documents with Suparse AI OCR. Category: Developer Tools Mode: local Pricing: Free npm: @suparse/mcp GitHub: https://github.com/suparse/suparse-mcp Security Score: 5.2/10 Creator: Suparse Creator Reputation: B Version: 1.3.0 Required Credentials: SUPARSE_API_KEY (required), SUPARSE_API_URL (optional) Install (Claude Code): claude mcp add io-github-suparse-suparse-mcp -- npx -y @suparse/mcp@1.3.0 --- ## Context URL: https://mcp-marketplace.io/server/com-fulcradynamics-context Summary: Collect Apple Health data from your wearables through the Context app and query it via MCP Description: Collect Apple Health data from your wearables through the Context app and query it via MCP Remote endpoints: streamable-http: https://mcp.fulcradynamics.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fulcradynamics.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-fulcradynamics-context https://mcp.fulcradynamics.com/mcp --- ## Token Ohlcv X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-token-ohlcv Summary: Historical OHLCV candles for any token. CoinGecko + GeckoTerminal on-chain. x402. Description: Historical OHLCV candles for any token. CoinGecko + GeckoTerminal on-chain. x402. Remote endpoints: sse: https://token-ohlcv.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://token-ohlcv.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/token-ohlcv-x402 MCP Tools (1): token_get_ohlcv_history Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-token-ohlcv https://token-ohlcv.api.klymax402.com/mcp --- ## Cvm Participante URL: https://mcp-marketplace.io/server/io-github-mcp-dir-cvm-participante-mcp Summary: CVM: Participante, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: CVM: Participante, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_cvm_participante Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_cvm_participante GitHub: https://github.com/mcp-dir/cvm_participante-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-cvm-participante-mcp https://api.mcp.ai/p_cvm_participante --- ## Apidog Tests URL: https://mcp-marketplace.io/server/io-github-acabala-apidog-tests-mcp Summary: MCP server for managing Apidog test cases, scenarios, suites, and test data Category: Developer Tools Mode: local Pricing: Free npm: @acabala/apidog-tests-mcp GitHub: https://github.com/acabala/apidog-tests-mcp Security Score: 10/10 Creator: Acabala Creator Reputation: B Version: 0.0.5 Required Credentials: APIDOG_ACCESS_TOKEN (required), APIDOG_PROJECT_ID (optional), APIDOG_BRANCH_ID (optional), APIDOG_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-acabala-apidog-tests-mcp -- npx -y @acabala/apidog-tests-mcp@0.0.5 --- ## 1Stay URL: https://mcp-marketplace.io/server/com-stayker-1stay Summary: Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide. Description: Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide. Remote endpoints: streamable-http: https://mcp.stayker.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stayker.com/mcp GitHub: https://github.com/STAYKER-COM/1Stay-mcp MCP Tools (7): search_hotels, get_hotel_details, book_hotel, retrieve_booking, get_booking, cancel_booking, search_tools Security Score: 10/10 Creator: STAYKER COM Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stayker-1stay https://mcp.stayker.com/mcp --- ## Onepiece Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-onepiece-oracle Summary: One Piece TCG MCP server with card search, deck analysis, and set browsing Category: Developer Tools Mode: local Pricing: Free npm: onepiece-oracle GitHub: https://github.com/gregario/onepiece-oracle Security Score: 7/10 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-onepiece-oracle -- npx -y onepiece-oracle@0.1.2 --- ## Sota URL: https://mcp-marketplace.io/server/io-github-qso-graph-sota-mcp Summary: Summits on the Air MCP server. Summit lookup, activator stats, chaser records, spots. Category: Developer Tools Mode: local Pricing: Free PyPI: sota-mcp GitHub: https://github.com/qso-graph/sota-mcp Security Score: 10/10 Creator: Qso Graph Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-sota-mcp -- uvx sota-mcp==0.1.5 --- ## Helldivers2 URL: https://mcp-marketplace.io/server/io-github-xerno42-helldivers2-mcp Summary: MCP server exposing live Helldivers 2 galactic war data. Description: MCP server exposing live Helldivers 2 galactic war data. Remote endpoints: streamable-http: https://mcp.avengersofsuperearth.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: helldivers2-mcp Remote URL: https://mcp.avengersofsuperearth.com/mcp GitHub: https://github.com/xerno42/helldivers2-mcp MCP Tools (7): get_war_status, get_assignments, get_all_planets, get_planet_details, get_dispatches, get_steam_news, get_space_station_details Security Score: 10/10 Creator: Xerno42 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-xerno42-helldivers2-mcp -- npx -y helldivers2-mcp@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-xerno42-helldivers2-mcp https://mcp.avengersofsuperearth.com/mcp --- ## Defillama URL: https://mcp-marketplace.io/server/io-github-friendlygeorge-defillama-mcp-server Summary: MCP server for DeFi Llama — free DeFi TVL, yields, stablecoins, bridges, DEX, and fee data for AI... Category: Developer Tools Mode: local Pricing: Free npm: defillama-mcp-server GitHub: https://github.com/friendlygeorge/defillama-mcp-server Security Score: 6.2/10 Creator: Friendlygeorge Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-friendlygeorge-defillama-mcp-server -- npx -y defillama-mcp-server@1.0.0 --- ## Buyersense URL: https://mcp-marketplace.io/server/ai-buyersense-buyersense Summary: MCP server for the BuyerSense API. Get buyer signals from any MCP client. Description: MCP server for the BuyerSense API. Get buyer signals from any MCP client. Remote endpoints: streamable-http: https://mcp.buyersense.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.buyersense.ai/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-buyersense-buyersense https://mcp.buyersense.ai/mcp --- ## Address To Zip URL: https://mcp-marketplace.io/server/jp-addresstozip-address-to-zip Summary: 日本の住所と郵便番号を相互変換するMCPサーバー。住所から郵便番号を検索、郵便番号から住所を逆引きします。 Description: 日本の住所と郵便番号を相互変換するMCPサーバー。住所から郵便番号を検索、郵便番号から住所を逆引きします。 Remote endpoints: streamable-http: https://addresstozip.jp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://addresstozip.jp/mcp MCP Tools (2): search_address, lookup_zipcode Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http jp-addresstozip-address-to-zip https://addresstozip.jp/mcp --- ## Korean Agriculture URL: https://mcp-marketplace.io/server/io-github-songt-50-korean-agriculture-mcp Summary: Korean wholesale agriculture market data - auction prices, seasonal produce, market trends Description: Korean wholesale agriculture market data - auction prices, seasonal produce, market trends Remote endpoints: streamable-http: https://korean-agriculture-mcp.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://korean-agriculture-mcp.onrender.com/mcp GitHub: https://github.com/SongT-50/korean-agriculture-mcp Security Score: 5/10 Creator: SongT 50 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-songt-50-korean-agriculture-mcp https://korean-agriculture-mcp.onrender.com/mcp --- ## Paichart URL: https://mcp-marketplace.io/server/app-paichart-mcp-hub Summary: MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration Description: MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration Remote endpoints: streamable-http: https://paichart.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://paichart.app/mcp GitHub: https://github.com/paichart/paichart Security Score: 10/10 Creator: Paichart Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-paichart-mcp-hub https://paichart.app/mcp --- ## Asymptotic Ethics Model URL: https://mcp-marketplace.io/server/io-github-toby-self-asymptotic-ethics Summary: MCP server for an Asymptotic Ethics governance simulation with a verified compliance oracle. Category: Developer Tools Mode: local Pricing: Free PyPI: asymptotic-ethics-mcp GitHub: https://github.com/Toby-Self/Asymptotic-Ethics-Model Security Score: 4.2/10 Creator: Toby Self Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-toby-self-asymptotic-ethics -- uvx asymptotic-ethics-mcp==0.1.0 --- ## Aidemo URL: https://mcp-marketplace.io/server/io-github-tandryukha-aidemo Summary: Narrated, captioned product-demo MP4 from a storyboard.json; re-renders itself in CI at ~$0. Category: Developer Tools Mode: local Pricing: Free npm: @tandryukha/aidemo GitHub: https://github.com/tandryukha/aidemo Security Score: 6.8/10 Creator: Tandryukha Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-tandryukha-aidemo -- npx -y @tandryukha/aidemo@0.8.0 --- ## Organizze URL: https://mcp-marketplace.io/server/io-github-samuelmoraesf-mcp-organizze Summary: MCP para integração com o gestor financeiro Organizze. Crie transações, consulte saldos e metas. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-organizze GitHub: https://github.com/SamuelMoraesF/mcp-organizze Security Score: 6.8/10 Creator: SamuelMoraesF Creator Reputation: B Version: 0.1.2 Required Credentials: ORGANIZZE_EMAIL (optional), ORGANIZZE_API_KEY (required), MCP_PORT (optional), MCP_HOST (optional) Install (Claude Code): claude mcp add io-github-samuelmoraesf-mcp-organizze -- uvx mcp-organizze==0.1.2 --- ## Brieform URL: https://mcp-marketplace.io/server/io-github-silentdany-brieform Summary: AI-native form builder: create, publish & read responses from Claude, ChatGPT & MCP. Description: AI-native form builder: create, publish & read responses from Claude, ChatGPT & MCP. Remote endpoints: streamable-http: https://brieform.app/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://brieform.app/api/mcp/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-silentdany-brieform https://brieform.app/api/mcp/mcp --- ## Dataraum URL: https://mcp-marketplace.io/server/io-github-dataraum-dataraum Summary: Pre-computed metadata context engine for AI-driven data analytics Category: Developer Tools Mode: local Pricing: Free PyPI: dataraum GitHub: https://github.com/dataraum/dataraum Security Score: 9.5/10 Installs: 1 Creator: Dataraum Creator Reputation: B Version: 0.2.1 Required Credentials: ANTHROPIC_API_KEY (required), DATARAUM_HOME (optional) Install (Claude Code): claude mcp add io-github-dataraum-dataraum -- uvx dataraum==0.2.1 --- ## Clawmerchants URL: https://mcp-marketplace.io/server/io-github-danielxri-clawmerchants-mcp-gateway Summary: MCP Gateway: wrap any MCP server with cold-start retries, uptime SLA, and per-execution MPP billing. Description: MCP Gateway: wrap any MCP server with cold-start retries, uptime SLA, and per-execution MPP billing. Remote endpoints: streamable-http: https://clawmerchants.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clawmerchants.com/mcp GitHub: https://github.com/danielxri/clawmerchants.git MCP Tools (2): list_assets, get_asset Security Score: 9/10 Creator: Danielxri Creator Reputation: B Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-danielxri-clawmerchants-mcp-gateway https://clawmerchants.com/mcp --- ## Uk Farm Subsidies URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-farm-subsidies Summary: UK farm subsidy schemes — SFI, Countryside Stewardship, payment rates, eligibility Description: UK farm subsidy schemes — SFI, Countryside Stewardship, payment rates, eligibility Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-farm-subsidies/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-farm-subsidies/mcp GitHub: https://github.com/Ansvar-Systems/uk-farm-subsidies-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-farm-subsidies https://mcp.ansvar.eu/uk-farm-subsidies/mcp --- ## Uk Organic Regen URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-organic-regen Summary: UK organic and regenerative farming — certification, cover crops, soil health, BNG Description: UK organic and regenerative farming — certification, cover crops, soil health, BNG Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-organic-regen/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-organic-regen/mcp GitHub: https://github.com/Ansvar-Systems/uk-organic-regen-mcp Security Score: 5.2/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-organic-regen https://mcp.ansvar.eu/uk-organic-regen/mcp --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-legislation Summary: Search UK Acts, Statutory Instruments, and legislation with full text retrieval Description: Search UK Acts, Statutory Instruments, and legislation with full text retrieval Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-legislation/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-legislation/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-legislation https://mcp.mcpbundles.com/bundle/uk-legislation/ --- ## Icelandic Law URL: https://mcp-marketplace.io/server/eu-ansvar-icelandic-law-mcp Summary: Icelandic legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/icelandic-law-mcp GitHub: https://github.com/Ansvar-Systems/icelandic-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-icelandic-law-mcp -- npx -y @ansvar/icelandic-law-mcp@1.0.1 --- ## Clipy URL: https://mcp-marketplace.io/server/online-clipy-mcp Summary: Read your Clipy screen recordings: search, transcripts, AI summaries, and key moments with frames. Category: Developer Tools Mode: local Pricing: Free npm: @clipy/mcp GitHub: https://github.com/manovagyanik1/clipy-mcp Security Score: 4.2/10 Creator: Manovagyanik1 Creator Reputation: B Version: 0.13.1 Required Credentials: CLIPY_API_KEY (required), CLIPY_API_URL (optional) Install (Claude Code): claude mcp add online-clipy-mcp -- npx -y @clipy/mcp@0.13.1 --- ## Clypt URL: https://mcp-marketplace.io/server/io-github-bonsai-tech-llc-clypt Summary: AI-native link intelligence — shorten, track, and manage links from any AI agent Category: Developer Tools Mode: local Pricing: Free npm: clypt-mcp GitHub: https://github.com/Bonsai-Tech-LLC/clypt-mcp Security Score: 8/10 Creator: Bonsai Tech LLC Creator Reputation: B Version: 1.1.1 Required Credentials: CLYPT_API_KEY (optional) Install (Claude Code): claude mcp add io-github-bonsai-tech-llc-clypt -- npx -y clypt-mcp@1.2.1 --- ## Revensi URL: https://mcp-marketplace.io/server/com-revensi-revensi Summary: MCP server for the Revensi API. Scan domains from any MCP client. Description: MCP server for the Revensi API. Scan domains from any MCP client. Remote endpoints: streamable-http: https://mcp.revensi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.revensi.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-revensi-revensi https://mcp.revensi.com/mcp --- ## Text To Speech X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-text-to-speech Summary: Convert text to MP3 speech audio in 50+ languages. x402 micropayment. Description: Convert text to MP3 speech audio in 50+ languages. x402 micropayment. Remote endpoints: sse: https://text-to-speech.api.klymax402.com/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://text-to-speech.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/text-to-speech-x402 MCP Tools (1): media_text_to_speech Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-text-to-speech https://text-to-speech.api.klymax402.com/mcp --- ## Time URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-test01 Summary: Get the current time in any timezone. Explore concise timezone info to pick the right region. Simp… Description: Get the current time in any timezone. Explore concise timezone info to pick the right region. Simp… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/test01/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/time Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.15.0 --- ## Budget URL: https://mcp-marketplace.io/server/se-likarika-budget Summary: Manage shared household finances for two people - expenses, budgets, savings, and settlements. Description: Manage shared household finances for two people - expenses, budgets, savings, and settlements. Remote endpoints: streamable-http: https://mcp.likarika.se/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.likarika.se/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.3 Install (Claude Code Remote): claude mcp add --transport http se-likarika-budget https://mcp.likarika.se/mcp --- ## Telemem URL: https://mcp-marketplace.io/server/io-github-teleai-uagi-telemem Summary: Long-term and multimodal memory for AI agents - character-aware, mem0-compatible, fully-local option Category: Developer Tools Mode: local Pricing: Free PyPI: telemem GitHub: https://github.com/TeleAI-UAGI/telemem Security Score: 6.2/10 Creator: TeleAI UAGI Creator Reputation: B Version: 1.10.0 Required Credentials: OPENAI_API_KEY (required), TELEMEM_CONFIG (optional), TELEMEM_DEFAULT_USER_ID (optional) Install (Claude Code): claude mcp add io-github-teleai-uagi-telemem -- uvx telemem==1.10.0 --- ## Wa Chat Reader URL: https://mcp-marketplace.io/server/io-github-nabheetcloud-wa-chat-reader Summary: Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine). Category: Developer Tools Mode: local Pricing: Free PyPI: wa-chat-reader GitHub: https://github.com/NabheetCloud/wa-chat-reader Security Score: 5.2/10 Creator: NabheetCloud Creator Reputation: B Version: 0.1.0 Required Credentials: WHATSAPP_DB_PATHS (optional), WHATSAPP_BACKUP_PATHS (optional), WHATSAPP_MAX_DAYS (optional), WHATSAPP_DEBUG (optional), WHATSAPP_LOG_FILE (optional) Install (Claude Code): claude mcp add io-github-nabheetcloud-wa-chat-reader -- uvx wa-chat-reader==0.1.0 --- ## Redact URL: https://mcp-marketplace.io/server/io-github-r3352-redact-mcp Summary: Auto-detects and obfuscates PII (IPs, emails, API keys, names) so Claude never sees real client data Category: Developer Tools Mode: local Pricing: Free npm: @mattzam/redact-mcp GitHub: https://github.com/r3352/redact-mcp Security Score: 5.8/10 Creator: R3352 Creator Reputation: B Version: 2.0.4 Required Credentials: REDACT_AUDIT_LOG (optional), REDACT_DATA_DIR (optional) Install (Claude Code): claude mcp add io-github-r3352-redact-mcp -- npx -y @mattzam/redact-mcp@2.0.4 --- ## Reunion URL: https://mcp-marketplace.io/server/io-github-hug0x0-mcp-reunion Summary: MCP server for Réunion open data (data.regionreunion.com) Category: Developer Tools Mode: local Pricing: Free npm: mcp-reunion GitHub: https://github.com/Hug0x0/mcp-reunion Security Score: 4.8/10 Creator: Hug0x0 Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-hug0x0-mcp-reunion -- npx -y mcp-reunion@1.4.0 --- ## Web Scraper X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-web-scraper Summary: Extract clean markdown from any URL. Removes boilerplate. For RAG pipelines. x402. Description: Extract clean markdown from any URL. Removes boilerplate. For RAG pipelines. x402. Remote endpoints: sse: https://web-scraper.api.klymax402.com/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://web-scraper.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/web-scraper-x402 MCP Tools (2): web_scrape_to_markdown, web_scrape_batch Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-web-scraper https://web-scraper.api.klymax402.com/mcp --- ## Kaggle URL: https://mcp-marketplace.io/server/io-github-seif-sameh-kaggle-mcp Summary: MCP server for the Kaggle API: competitions, datasets, kernels, and models. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-kaggle GitHub: https://github.com/Seif-Sameh/Kaggle-mcp Security Score: 3.2/10 Creator: Seif Sameh Creator Reputation: B Version: 0.1.1 Required Credentials: KAGGLE_USERNAME (optional), KAGGLE_API_KEY (required) Install (Claude Code): claude mcp add io-github-seif-sameh-kaggle-mcp -- uvx mcp-server-kaggle==0.1.1 --- ## Achriom URL: https://mcp-marketplace.io/server/io-github-furtherfox-achriom Summary: The media memory layer for AI agents and their humans. Books, movies, music, shows, and anime. Description: The media memory layer for AI agents and their humans. Books, movies, music, shows, and anime. Remote endpoints: streamable-http: https://mcp.achriom.com/mcp?api_key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.achriom.com/mcp?api_key={api_key} GitHub: https://github.com/achriom/achriom-mcp MCP Tools (29): search, get_details, get_stats, update_status, update_rating, update_notes, get_by_rating, get_by_status, get_timeline, edit_item, lookup_item, add_item, delete_item, re_enrich, search_youtube, get_track_previews, preview_album, search_book_content, read_book_section, bulk_update_status, random_pick, expand_research_scope, get_scope_info, get_context, get_signals, search_conversations, save_insight, get_user_profile, show_item Security Score: 10/10 Creator: Achriom Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-furtherfox-achriom 'https://mcp.achriom.com/mcp?api_key={api_key}' --- ## Google Workspace URL: https://mcp-marketplace.io/server/io-github-takiguchi-yu-google-workspace-mcp Summary: An MCP server for Google Workspaces. Category: Developer Tools Mode: local Pricing: Free npm: @takiguchi-yu/google-workspace-mcp-server GitHub: https://github.com/takiguchi-yu/google-workspace-mcp Security Score: 9/10 Creator: Takiguchi Yu Creator Reputation: B Version: 0.0.5 Install (Claude Code): claude mcp add io-github-takiguchi-yu-google-workspace-mcp -- npx -y @takiguchi-yu/google-workspace-mcp-server@0.0.10 --- ## Alice URL: https://mcp-marketplace.io/server/io-github-aliceappai-mcp-server-alice Summary: Secure audio transcription meets AI. Connect Alice recordings to Claude, ChatGPT, Gemini, and more. Description: Secure audio transcription meets AI. Connect Alice recordings to Claude, ChatGPT, Gemini, and more. Remote endpoints: streamable-http: https://aliceapp.ai/mcp/{api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aliceapp.ai/mcp/{api_key} GitHub: https://github.com/aliceappai/mcp-server-alice Security Score: 10/10 Creator: Aliceappai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aliceappai-mcp-server-alice 'https://aliceapp.ai/mcp/{api_key}' --- ## Agent URL: https://mcp-marketplace.io/server/com-adcritter-mcp-agent Summary: Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting. Description: Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting. Remote endpoints: streamable-http: https://mcp.adcritter.com/mcp/agent Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.adcritter.com/mcp/agent Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-adcritter-mcp-agent https://mcp.adcritter.com/mcp/agent --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-police Summary: Access street-level crime reports, stop and search data, and outcomes across UK police forces Description: Access street-level crime reports, stop and search data, and outcomes across UK police forces Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-police/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-police/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-police https://mcp.mcpbundles.com/bundle/uk-police/ --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-property-business Summary: Search UK companies, land registry prices, charities, OS locations, and traffic data Description: Search UK companies, land registry prices, charities, OS locations, and traffic data Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-property-business/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-property-business/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-property-business https://mcp.mcpbundles.com/bundle/uk-property-business/ --- ## Jshook URL: https://mcp-marketplace.io/server/io-github-vmoranv-jshookmcp Summary: MCP server for JavaScript analysis, security auditing, browser automation and hooks Category: Developer Tools Mode: local Pricing: Free npm: @jshookmcp/jshook GitHub: https://github.com/vmoranv/jshookmcp Security Score: 10/10 Creator: Vmoranv Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-vmoranv-jshookmcp -- npx -y @jshookmcp/jshook@0.3.0 --- ## Showtimes URL: https://mcp-marketplace.io/server/com-scenef-showtimes Summary: Every San Francisco movie showtime — chains, indies, repertory — verified twice daily. Free & open. Description: Every San Francisco movie showtime — chains, indies, repertory — verified twice daily. Free & open. Remote endpoints: streamable-http: https://scenef.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scenef.com/mcp MCP Tools (9): scenef_whats_playing, scenef_search_showtimes, scenef_theater_info, scenef_film_details, scenef_plan_movie_night, scenef_discounts, scenef_coming_soon, scenef_now, scenef_accuracy Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-scenef-showtimes https://scenef.com/mcp --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-public-services-health Summary: Access CQC care ratings, NHS health services, and food hygiene data across the UK Description: Access CQC care ratings, NHS health services, and food hygiene data across the UK Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-public-services-health/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-public-services-health/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-public-services-health https://mcp.mcpbundles.com/bundle/uk-public-services-health/ --- ## Weather Api X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-weather-api Summary: Current weather and 7-day forecast for any location. OpenMeteo-powered. x402 micropayment. Description: Current weather and 7-day forecast for any location. OpenMeteo-powered. x402 micropayment. Remote endpoints: sse: https://weather-api.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://weather-api.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/weather-api-x402 MCP Tools (1): data_get_weather Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-weather-api https://weather-api.api.klymax402.com/mcp --- ## Skiddle URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-skiddle Summary: Skiddle MCP. Description: Skiddle MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/skiddle/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/skiddle/mcp GitHub: https://github.com/pipeworx-io/mcp-skiddle MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_events, event, categories Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-skiddle https://gateway.pipeworx.io/skiddle/mcp --- ## Indous URL: https://mcp-marketplace.io/server/us-namasteamerica-namaste-america Summary: Agent-first directory for Indians from India in the USA — restaurants, temples, events & more. Description: Agent-first directory for Indians from India in the USA — restaurants, temples, events & more. Remote endpoints: streamable-http: https://namasteamerica.us/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://namasteamerica.us/mcp GitHub: https://github.com/manvigallc007-spec/indousmcp Security Score: 3.2/10 Creator: Manvigallc007 Spec Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http us-namasteamerica-namaste-america https://namasteamerica.us/mcp --- ## Netdata URL: https://mcp-marketplace.io/server/io-github-netdata-mcp-server Summary: Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection. Description: Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection. Remote endpoints: streamable-http: https://app.netdata.cloud/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.netdata.cloud/api/v1/mcp GitHub: https://github.com/netdata/netdata Security Score: 10/10 Creator: Netdata Creator Reputation: B Version: 2.11.0 Install (Claude Code Remote): claude mcp add --transport http io-github-netdata-mcp-server https://app.netdata.cloud/api/v1/mcp --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-air-quality Summary: Access UK air quality data, monitoring sites, and hourly pollutant measurements across regions Description: Access UK air quality data, monitoring sites, and hourly pollutant measurements across regions Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-air-quality/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-air-quality/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-air-quality https://mcp.mcpbundles.com/bundle/uk-air-quality/ --- ## Industrial Aiops Energy URL: https://mcp-marketplace.io/server/io-github-industrial-aiops-iaiops-energy Summary: Industrial-AIOps energy edition: IEC-104/DNP3/IEC-61850 read-only OT connectors on iaiops.core. Category: Developer Tools Mode: local Pricing: Free PyPI: iaiops-energy GitHub: https://github.com/industrial-aiops/industrial-aiops-energy Security Score: 10/10 Creator: Industrial Aiops Creator Reputation: B Version: 0.1.12 Required Credentials: IAIOPS_CONFIG (optional), IAIOPS_MASTER_PASSWORD (required), IAIOPS_NO_EGRESS (optional) Install (Claude Code): claude mcp add io-github-industrial-aiops-iaiops-energy -- uvx iaiops-energy==0.1.12 --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-civic-parliamentary Summary: Query UK Parliament, elections, crime stats, ONS census data, and national archives Description: Query UK Parliament, elections, crime stats, ONS census data, and national archives Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-civic-parliamentary https://mcp.mcpbundles.com/bundle/uk-civic-parliamentary/ --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-environmental-intelligence Summary: Access UK flood warnings, river levels, water quality, Met Office forecasts, and carbon data Description: Access UK flood warnings, river levels, water quality, Met Office forecasts, and carbon data Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-environmental-intelligence https://mcp.mcpbundles.com/bundle/uk-environmental-intelligence/ --- ## Aso URL: https://mcp-marketplace.io/server/com-rankcusp-aso Summary: App Store keyword ranks, the 11-30 cusp band, metadata audits and rival positions. Description: App Store keyword ranks, the 11-30 cusp band, metadata audits and rival positions. Remote endpoints: streamable-http: https://rankcusp.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rankcusp.com/api/mcp MCP Tools (9): list_apps, list_keywords, get_keyword, audit_metadata, country_priorities, ranking_keywords, keyword_competitors, add_keywords, cusp_actions Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-rankcusp-aso https://rankcusp.com/api/mcp --- ## Webshop URL: https://mcp-marketplace.io/server/hu-xfish-webshop Summary: XFish.hu Hungarian fishing tackle webshop. Search 90000+ products by category, brand, price. Description: XFish.hu Hungarian fishing tackle webshop. Search 90000+ products by category, brand, price. Remote endpoints: streamable-http: https://www.xfish.hu/app/mcpapi.php Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.xfish.hu/app/mcpapi.php MCP Tools (3): search_products, get_categories, get_product_details Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http hu-xfish-webshop https://www.xfish.hu/app/mcpapi.php --- ## Dev URL: https://mcp-marketplace.io/server/com-adcritter-mcp-dev Summary: AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration. Description: AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration. Remote endpoints: streamable-http: https://mcp.adcritter.com/mcp/dev Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.adcritter.com/mcp/dev Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-adcritter-mcp-dev https://mcp.adcritter.com/mcp/dev --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-petitions Summary: Search UK Parliament petitions, view signatures, government responses, and debate outcomes Description: Search UK Parliament petitions, view signatures, government responses, and debate outcomes Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-petitions/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-petitions/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-petitions https://mcp.mcpbundles.com/bundle/uk-petitions/ --- ## Fusionauth Mcp Api URL: https://mcp-marketplace.io/server/io-fusionauth-mcp-api Summary: Preview release of FusionAuth API MCP server Category: Developer Tools Mode: local Pricing: Free npm: @fusionauth/mcp-api GitHub: https://github.com/FusionAuth/fusionauth-mcp-api Security Score: 9.7/10 Creator: FusionAuth Creator Reputation: B Version: 0.1.14 Required Credentials: API_KEY_APIKEYAUTH (required), API_BASE_URL (optional), USE_TOOLS (optional) Install (Claude Code): claude mcp add io-fusionauth-mcp-api -- npx -y @fusionauth/mcp-api --- ## Slim Guard URL: https://mcp-marketplace.io/server/io-github-lennney-mcp-slim-guard Summary: 76% fewer MCP tokens in our standard benchmark. Same upstream call. Exact recovery. Category: Developer Tools Mode: local Pricing: Free npm: mcp-slim-guard GitHub: https://github.com/lennney/mcp-slim-guard Security Score: 5.2/10 Creator: Lennney Creator Reputation: B Version: 0.1.1-alpha.1 Install (Claude Code): claude mcp add io-github-lennney-mcp-slim-guard -- npx -y mcp-slim-guard@0.1.0 --- ## Code Sanitizer URL: https://mcp-marketplace.io/server/io-github-notasandy-mcp-code-sanitizer Summary: Strict AI code reviewer powered by Groq. Finds bugs and vulnerabilities. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-code-sanitizer GitHub: https://github.com/notasandy/mcp-code-sanitizer Security Score: 10/10 Creator: Notasandy Creator Reputation: B Version: 0.1.0 Required Credentials: GROQ_API_KEY (required) Install (Claude Code): claude mcp add io-github-notasandy-mcp-code-sanitizer -- uvx mcp-code-sanitizer==0.1.0 --- ## Bible URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bible Summary: Bible MCP — wraps the Bible API (free, no auth) Description: Bible MCP — wraps the Bible API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/bible/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bible/mcp GitHub: https://github.com/pipeworx-io/mcp-bible MCP Tools (3): get_verse, get_passage, random_verse Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bible https://gateway.pipeworx.io/bible/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-mldotink-mcp Summary: Deprecated - moved to ink.ml/ink Description: Deprecated - moved to ink.ml/ink Remote endpoints: streamable-http: https://deprecated.ml.ink/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://deprecated.ml.ink/mcp GitHub: https://github.com/mldotink/mcp.git Security Score: 10/10 Installs: 1 Creator: gluonfield Creator Reputation: C Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mldotink-mcp https://deprecated.ml.ink/mcp --- ## Arcgis Richmond URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-richmond Summary: City of Richmond GIS — Richmond, Virginia open geospatial data (ArcGIS). Description: City of Richmond GIS — Richmond, Virginia open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-richmond/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-richmond/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-richmond MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-richmond https://gateway.pipeworx.io/arcgis-richmond/mcp --- ## Singstat Sg URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-singstat-sg Summary: SingStat Table Builder MCP — Department of Statistics Singapore. Description: SingStat Table Builder MCP — Department of Statistics Singapore. Remote endpoints: streamable-http: https://gateway.pipeworx.io/singstat-sg/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/singstat-sg/mcp GitHub: https://github.com/pipeworx-io/mcp-singstat-sg MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_tables, table_data, table_metadata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-singstat-sg https://gateway.pipeworx.io/singstat-sg/mcp --- ## Braintrust URL: https://mcp-marketplace.io/server/io-github-braintrustdata-braintrust Summary: AI evaluation and observability platform — query experiments, logs, datasets, and prompts. Description: AI evaluation and observability platform — query experiments, logs, datasets, and prompts. Remote endpoints: streamable-http: https://api{region}.braintrust.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api{region}.braintrust.dev/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-braintrustdata-braintrust 'https://api{region}.braintrust.dev/mcp' --- ## License Compliance URL: https://mcp-marketplace.io/server/io-github-bighippoman-license-compliance Summary: Scan npm dependencies for license compliance issues. Catch GPL contamination. Category: Security Mode: local Pricing: Free npm: license-compliance-mcp GitHub: https://github.com/bighippoman/license-compliance-mcp Security Score: 8.3/10 Creator: bighippoman Creator Reputation: C Version: 1.0.2 Install (Claude Code): claude mcp add io-github-bighippoman-license-compliance -- npx -y license-compliance-mcp@1.0.5 --- ## Living Memory Engine URL: https://mcp-marketplace.io/server/to-viibe-living-memory Summary: An MCP memory server. One memory your agents share — across models, devices and apps. Description: An MCP memory server. One memory your agents share — across models, devices and apps. Remote endpoints: streamable-http: https://lme.viibe.to/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @nature-labs/lme-mcp Remote URL: https://lme.viibe.to/mcp GitHub: https://github.com/v1b3x0r/living-memory-engine Security Score: 4.2/10 Creator: V1b3x0r Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add to-viibe-living-memory -- npx -y @nature-labs/lme-mcp Install (Claude Code Remote): claude mcp add --transport http to-viibe-living-memory https://lme.viibe.to/mcp --- ## Canadian Mortgage Deadlines URL: https://mcp-marketplace.io/server/com-asalsold-app-canadian-mortgage-deadlines Summary: Last day to make an offer and still fund inside a Canadian rate hold. Needs the expiry date. Description: Last day to make an offer and still fund inside a Canadian rate hold. Needs the expiry date. Remote endpoints: streamable-http: https://app.asalsold.com/api/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://app.asalsold.com/api/mcp MCP Tools (1): rate_hold_deadline Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-asalsold-app-canadian-mortgage-deadlines https://app.asalsold.com/api/mcp --- ## Agent Tools URL: https://mcp-marketplace.io/server/io-github-joursbleu-agent-tools-mcp Summary: Discover and call x402 paid services — search 470+ APIs by intent. Description: Discover and call x402 paid services — search 470+ APIs by intent. Remote endpoints: streamable-http: https://agent-tools.cloud/mcp-discovery/ Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-tools-mcp Remote URL: https://agent-tools.cloud/mcp-discovery/ GitHub: https://github.com/JoursBleu/agent-tools-mcp Security Score: 8/10 Creator: JoursBleu Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-joursbleu-agent-tools-mcp -- uvx agent-tools-mcp==0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-joursbleu-agent-tools-mcp https://agent-tools.cloud/mcp-discovery/ --- ## Credit Risk URL: https://mcp-marketplace.io/server/io-github-evozim-credit-risk-mcp Summary: Premium agentic endpoint for credit-risk-mcp. Description: Premium agentic endpoint for credit-risk-mcp. Remote endpoints: sse: https://api.m2mcent.com/credit-risk-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/credit-risk-mcp/sse MCP Tools (1): credit-risk-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-credit-risk-mcp https://api.m2mcent.com/credit-risk-mcp/sse --- ## ReadyPermit URL: https://mcp-marketplace.io/server/io-github-galax-ai-readypermit Summary: Property intelligence MCP: zoning, buildability, flood zones & environmental risk for U.S. addresses Description: Property intelligence MCP: zoning, buildability, flood zones & environmental risk for U.S. addresses Remote endpoints: streamable-http: https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server GitHub: https://github.com/creid04/ReadyPermit.AI MCP Tools (7): analyze_property, get_buildability_score, lookup_zoning, check_flood_zone, check_environmental_risks, search_comparable_sales, calculate_buildable_envelope Security Score: 8/10 Creator: Creid04 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-galax-ai-readypermit https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server --- ## Peon Mem URL: https://mcp-marketplace.io/server/io-github-vineetv2-peon-mem Summary: Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt. Category: Developer Tools Mode: local Pricing: Free npm: peon-mem GitHub: https://github.com/VineetV2/peon-mem Security Score: 4.2/10 Creator: VineetV2 Creator Reputation: B Version: 1.0.4 Required Credentials: PEON_DAEMON_URL (optional) Install (Claude Code): claude mcp add io-github-vineetv2-peon-mem -- npx -y peon-mem@1.0.4 --- ## Agts URL: https://mcp-marketplace.io/server/io-github-obligationsign-agts-mcp Summary: Sovereign MCP Gateway — 64 governed tools with Merkle transparency log. EU AI Act and SOC 2 ready. Description: Sovereign MCP Gateway — 64 governed tools with Merkle transparency log. EU AI Act and SOC 2 ready. Remote endpoints: streamable-http: https://agts-mcp.obligationsign.com/mcp sse: https://agts-mcp.obligationsign.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agts-mcp.obligationsign.com/mcp GitHub: https://github.com/ObligationSign/agts-mcp Security Score: 9.9/10 Creator: ObligationSign Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-obligationsign-agts-mcp https://agts-mcp.obligationsign.com/mcp --- ## Opneclaw URL: https://mcp-marketplace.io/server/io-github-shizl918-opneclaw Summary: AI Agent task ecosystem platform with marketplace and community Description: AI Agent task ecosystem platform with marketplace and community Remote endpoints: streamable-http: https://opneclaw.cn/api Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://opneclaw.cn/api GitHub: https://github.com/shizl918/opneclaw Security Score: 9.9/10 Creator: Shizl918 Creator Reputation: B Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shizl918-opneclaw https://opneclaw.cn/api --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-cast-hub-mcp Summary: Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts. Category: Developer Tools Mode: local Pricing: Free npm: @cast-hub/mcp GitHub: https://github.com/Cast-Hub/mcp-server Security Score: 10/10 Creator: Cast Hub Creator Reputation: B Version: 0.1.1 Required Credentials: CASTHUB_API_KEY (required), CASTHUB_MCP_URL (optional) Install (Claude Code): claude mcp add io-github-cast-hub-mcp -- npx -y @cast-hub/mcp@0.1.1 --- ## Agts URL: https://mcp-marketplace.io/server/com-obligationsign-mcp-agts-mcp Summary: Sovereign MCP Gateway — 64 governed tools with Merkle transparency log. EU AI Act ready. Description: Sovereign MCP Gateway — 64 governed tools with Merkle transparency log. EU AI Act ready. Remote endpoints: streamable-http: https://mcp.obligationsign.com/mcp sse: https://mcp.obligationsign.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.obligationsign.com/mcp GitHub: https://github.com/ObligationSign/agts-mcp Security Score: 10/10 Creator: ObligationSign Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-obligationsign-mcp-agts-mcp https://mcp.obligationsign.com/mcp --- ## Whatsapp Business URL: https://mcp-marketplace.io/server/io-github-manycontacts-whatsapp-business Summary: WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents. Category: Communication Mode: local Pricing: Free npm: @manycontacts/mcp GitHub: https://github.com/manycontacts/mcp Security Score: 3/10 Creator: Manycontacts Creator Reputation: B Version: 1.1.0 Required Credentials: MC_CLI_TOKEN (required) Install (Claude Code): claude mcp add io-github-manycontacts-whatsapp-business -- npx -y @manycontacts/mcp --- ## Hive Mcp Ledger Bridge URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-ledger-bridge Summary: Hive MCP server implementing the EIP-712 over USB/DMK ledger-bridge integration spec… Description: Hive MCP server implementing the EIP-712 over USB/DMK ledger-bridge integration spec… Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/ledger-bridge/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/ledger-bridge/mcp GitHub: https://github.com/srotzin/hive-mcp-ledger-bridge Security Score: 9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-ledger-bridge https://hive-mcp-gateway.onrender.com/ledger-bridge/mcp --- ## Orchestrator URL: https://mcp-marketplace.io/server/io-github-mytelescope-mytelescope Summary: MyTelescope demand intelligence: signals, forecasts, competitor share, and emerging trends. Description: MyTelescope demand intelligence: signals, forecasts, competitor share, and emerging trends. Remote endpoints: streamable-http: https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp GitHub: https://github.com/mytelescope/mcp-orchestrator Security Score: 10/10 Creator: Mytelescope Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mytelescope-mytelescope https://mytelescope-orchestrator-mcp-amjjfcdvoa-uc.a.run.app/mcp --- ## Qaradar URL: https://mcp-marketplace.io/server/io-github-muratkus-qaradar Summary: Tells AI agents which files to test first — churn, coverage, and test mapping as risk scores. Category: Developer Tools Mode: local Pricing: Free PyPI: qaradar GitHub: https://github.com/Muratkus/qaradar Security Score: 10/10 Creator: Muratkus Creator Reputation: B Version: 0.3.5 Install (Claude Code): claude mcp add io-github-muratkus-qaradar -- uvx qaradar==0.3.5 --- ## Url Shortener X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-url-shortener Summary: Shorten URLs with hash-based codes or custom aliases. x402 micropayment. Description: Shorten URLs with hash-based codes or custom aliases. x402 micropayment. Remote endpoints: sse: https://url-shortener.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://url-shortener.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/url-shortener-x402 MCP Tools (1): utility_shorten_url Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-url-shortener https://url-shortener.api.klymax402.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-samrum-mcp Summary: Access family personality profiles, relationship reports, and relational patterns via AI. Description: Access family personality profiles, relationship reports, and relational patterns via AI. Remote endpoints: streamable-http: https://mcp.samrum.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.samrum.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-samrum-mcp https://mcp.samrum.io/mcp --- ## New Caledonia URL: https://mcp-marketplace.io/server/io-github-lacausecrypto-mcp-new-caledonia Summary: MCP server for New Caledonia open data (data.gouv.nc) Category: Finance Mode: local Pricing: Free npm: mcp-new-caledonia GitHub: https://github.com/lacausecrypto/mcp-new-caledonia Security Score: 6/10 Creator: Lacausecrypto Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-lacausecrypto-mcp-new-caledonia -- npx -y mcp-new-caledonia@1.0.2 --- ## Brainstormrouter URL: https://mcp-marketplace.io/server/io-github-justinjilg-brainstormrouter Summary: AI routing, memory, guardrails, and governance. Routes across Claude, GPT, Gemini. Description: AI routing, memory, guardrails, and governance. Routes across Claude, GPT, Gemini. Remote endpoints: streamable-http: https://api.brainstormrouter.com/v1/mcp/connect Category: Developer Tools Mode: dual Pricing: Free npm: @brainstormrouter/mcp Remote URL: https://api.brainstormrouter.com/v1/mcp/connect GitHub: https://github.com/justinjilg/brainstormrouter Security Score: 8/10 Creator: Justinjilg Creator Reputation: B Version: 1.0.0 Required Credentials: BRAINSTORMROUTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-justinjilg-brainstormrouter -- npx -y @brainstormrouter/mcp Install (Claude Code Remote): claude mcp add --transport http io-github-justinjilg-brainstormrouter https://api.brainstormrouter.com/v1/mcp/connect --- ## Coachleo URL: https://mcp-marketplace.io/server/io-github-leo-runningcoach-coachleo Summary: AI running coach. Reads Strava, Suunto, Polar, Apple Health or Health Connect. Adapts to your feel. Description: AI running coach. Reads Strava, Suunto, Polar, Apple Health or Health Connect. Adapts to your feel. Remote endpoints: streamable-http: https://mcp.coachleo.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.coachleo.ai/mcp GitHub: https://github.com/leo-runningcoach/coachleo Security Score: 10/10 Creator: Leo Runningcoach Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-leo-runningcoach-coachleo https://mcp.coachleo.ai/mcp --- ## Ambix URL: https://mcp-marketplace.io/server/ai-ambix-ambix Summary: Your product team's shared strategic memory — an MCP server your AI tools reason over. Description: Your product team's shared strategic memory — an MCP server your AI tools reason over. Remote endpoints: streamable-http: https://mcp.ambix.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ambix.ai GitHub: https://github.com/ambix-ai/mcp Security Score: 8/10 Creator: Ambix Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-ambix-ambix https://mcp.ambix.ai --- ## Skybridge App Packager URL: https://mcp-marketplace.io/server/com-clauxel-skybridgepackager-skybridgepackager-mcp Summary: A paid remote MCP for Skybridge, built to return verdicts, receipts, usage logs, and audit-ready JSO Description: A paid remote MCP for Skybridge, built to return verdicts, receipts, usage logs, and audit-ready JSO Remote endpoints: streamable-http: https://skybridgepackager.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://skybridgepackager.clauxel.com/mcp GitHub: https://github.com/clauxel/skybridge-app-packager-mcp-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-skybridgepackager-skybridgepackager-mcp https://skybridgepackager.clauxel.com/mcp --- ## Getcurrentoffer URL: https://mcp-marketplace.io/server/com-getcurrentoffer-mcp Summary: Search live credit card merchant offers across Amex, Chase, Citi, PayPal, Rakuten, Capital One. Description: Search live credit card merchant offers across Amex, Chase, Citi, PayPal, Rakuten, Capital One. Remote endpoints: streamable-http: https://getcurrentoffer.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getcurrentoffer.com/api/mcp GitHub: https://github.com/stanley17112000/getcurrentoffer-mcp Security Score: 10/10 Creator: Stanley17112000 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getcurrentoffer-mcp https://getcurrentoffer.com/api/mcp --- ## Chat URL: https://mcp-marketplace.io/server/com-gitsim-chat Summary: Search, order, and manage eSIM data packages for 190+ countries. Description: Search, order, and manage eSIM data packages for 190+ countries. Remote endpoints: streamable-http: https://chat.gitsim.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chat.gitsim.com/api/mcp MCP Tools (9): get_business_context, search_packages, get_package, create_order, check_order_status, list_esims, check_data_balance, search_topup_packages, buy_topup Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gitsim-chat https://chat.gitsim.com/api/mcp --- ## Free Agent Economy Lab URL: https://mcp-marketplace.io/server/app-replit-austere-unsteady-pdf-free-agent-economy-lab Summary: Free buyer-side outcome verification and provider comparison for supplied agent receipts. Description: Free buyer-side outcome verification and provider comparison for supplied agent receipts. Remote endpoints: streamable-http: https://austere-unsteady-pdf.replit.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://austere-unsteady-pdf.replit.app/mcp MCP Tools (3): verify_outcome, compare_providers, allocate_treasury_paper Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http app-replit-austere-unsteady-pdf-free-agent-economy-lab https://austere-unsteady-pdf.replit.app/mcp --- ## Tenzro Network URL: https://mcp-marketplace.io/server/network-tenzro-tenzro-solana Summary: Solana MCP: Jupiter swaps, SPL transfers, Metaplex NFTs, Bonfida SNS, slot/TPS, staking. Description: Solana MCP: Jupiter swaps, SPL transfers, Metaplex NFTs, Bonfida SNS, slot/TPS, staking. Remote endpoints: streamable-http: https://solana-mcp.tenzro.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://solana-mcp.tenzro.network/mcp GitHub: https://github.com/tenzro/tenzro-network MCP Tools (14): solana_get_balance, solana_get_nft, solana_get_nfts_by_owner, solana_get_price, solana_get_slot, solana_get_token_accounts, solana_get_token_info, solana_get_tps, solana_get_transaction, solana_get_yield, solana_resolve_domain, solana_stake, solana_swap, solana_transfer Security Score: 8/10 Creator: Tenzro Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-tenzro-tenzro-solana https://solana-mcp.tenzro.network/mcp --- ## Pmwiki URL: https://mcp-marketplace.io/server/io-github-kcofoni-pmwiki-mcp Summary: MCP server for searching and reading PmWiki pages with text queries and group filtering. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/kcofoni/pmwiki-mcp Security Score: 10/10 Installs: 1 Creator: Christophe Benoît Creator Reputation: C+ Version: 1.0.4 Required Credentials: WIKI_DIR (optional) --- ## Wordnik URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wordnik Summary: Wordnik English dictionary: definitions, examples, related words, WotD. Description: Wordnik English dictionary: definitions, examples, related words, WotD. Remote endpoints: streamable-http: https://gateway.pipeworx.io/wordnik/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wordnik/mcp GitHub: https://github.com/pipeworx-io/mcp-wordnik MCP Tools (26): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, definitions, examples, top_example, related, phrases, pronunciations, hyphenation, frequency, word_of_the_day, random_word, random_words, search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wordnik https://gateway.pipeworx.io/wordnik/mcp --- ## Mnemoscope URL: https://mcp-marketplace.io/server/io-github-toonight-mnemoscope Summary: Predict context rot, sign every agent write, tier reads. Markdown-native, 100% local. Category: Developer Tools Mode: local Pricing: Free npm: @mnemoscope/mcp-server GitHub: https://github.com/toonight/Mnemoscope Security Score: 9.7/10 Creator: Toonight Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-toonight-mnemoscope -- npx -y @mnemoscope/mcp-server --- ## Kevros Sdk URL: https://mcp-marketplace.io/server/io-github-ndl-systems-kevros Summary: Agentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof Description: Agentic identity trust: precision decisioning, cryptographic release tokens, hash-chained proof Remote endpoints: streamable-http: https://governance.taskhawktech.com/mcp/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://governance.taskhawktech.com/mcp/ GitHub: https://github.com/ndl-systems/kevros-sdk MCP Tools (9): verify, attest, bind, verify-outcome, bundle, health, status, check-peer, verify-token Security Score: 8/10 Creator: Ndl Systems Creator Reputation: B Version: 0.3.6 Install (Claude Code Remote): claude mcp add --transport http io-github-ndl-systems-kevros https://governance.taskhawktech.com/mcp/ --- ## Email Verification X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-email-verification Summary: Verify emails: syntax, MX records, disposable detection, quality score 0-100. x402 USDC. Description: Verify emails: syntax, MX records, disposable detection, quality score 0-100. x402 USDC. Remote endpoints: sse: https://email-verification.api.klymax402.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://email-verification.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/email-verification-x402 Security Score: 1.5/10 Creator: Br0ski777 Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-verification https://email-verification.api.klymax402.com/mcp --- ## Grist URL: https://mcp-marketplace.io/server/io-github-gwhthompson-grist-mcp-server Summary: 11 tools for managing Grist documents with AI Category: Developer Tools Mode: local Pricing: Free npm: grist-mcp-server GitHub: https://github.com/gwhthompson/grist-mcp-server Security Score: 7/10 Creator: Gwhthompson Creator Reputation: B Version: 2.0.33 Required Credentials: GRIST_API_KEY (required), GRIST_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-gwhthompson-grist-mcp-server -- npx -y grist-mcp-server@2.0.33 --- ## Tenzro Network URL: https://mcp-marketplace.io/server/network-tenzro-tenzro-lifi Summary: Li.Fi MCP: cross-chain aggregation — quotes, routes, status, chains, tokens, execution. Description: Li.Fi MCP: cross-chain aggregation — quotes, routes, status, chains, tokens, execution. Remote endpoints: streamable-http: https://lifi-mcp.tenzro.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lifi-mcp.tenzro.network/mcp GitHub: https://github.com/tenzro/tenzro-network MCP Tools (9): lifi_get_chains, lifi_get_connections, lifi_get_gas_prices, lifi_get_quote, lifi_get_routes, lifi_get_status, lifi_get_token, lifi_get_tokens, lifi_get_tools Security Score: 8/10 Creator: Tenzro Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-tenzro-tenzro-lifi https://lifi-mcp.tenzro.network/mcp --- ## Browser Mcp Cdp URL: https://mcp-marketplace.io/server/io-github-zhiqi-li-browser-mcp-cdp Summary: Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support Category: Developer Tools Mode: local Pricing: Free npm: browser-mcp-cdp GitHub: https://github.com/zhiqi-li/browser-mcp-cdp Security Score: 10/10 Creator: Zhiqi Li Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-zhiqi-li-browser-mcp-cdp -- npx -y browser-mcp-cdp@0.1.2 --- ## Memnode URL: https://mcp-marketplace.io/server/dev-memnode-memnode Summary: Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint. Description: Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint. Remote endpoints: streamable-http: https://api.memnode.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.memnode.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-memnode-memnode https://api.memnode.dev/mcp --- ## Cap Rate Signals URL: https://mcp-marketplace.io/server/io-github-capratesignals-cpu-cap-rate-signals Summary: Scores US metros on corporate investment catalysts and repricing signals for real estate investors. Description: Scores US metros on corporate investment catalysts and repricing signals for real estate investors. Remote endpoints: streamable-http: https://cap-rate-signals-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cap-rate-signals-mcp-production.up.railway.app/mcp MCP Tools (14): assess_metro, get_tier, get_alerts, get_regional_comps, compare_metros, get_top_picks, find_metros, get_metro_map_data, get_metro_brief, get_weekly_review, set_published_tier, clear_stale_progress_flag, ping, log_missed_query Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-capratesignals-cpu-cap-rate-signals https://cap-rate-signals-mcp-production.up.railway.app/mcp --- ## Prismhr URL: https://mcp-marketplace.io/server/io-github-nikulk2992-jpg-prismhr-mcp Summary: Open-source MCP server for PrismHR. PEO workflow tools + Microsoft 365 connectors. Category: Developer Tools Mode: local Pricing: Free PyPI: prismhr-mcp GitHub: https://github.com/nikulk2992-jpg/prismhr-mcp Security Score: 10/10 Creator: Nikulk2992 Jpg Creator Reputation: B Version: 0.1.0.dev57 Required Credentials: PRISMHR_MCP_ENVIRONMENT (optional), PRISMHR_MCP_PEO_ID (optional), PRISMHR_MCP_USERNAME (optional), PRISMHR_MCP_PASSWORD (required), PRISMHR_MCP_ONEPASSWORD_VAULT (optional), PRISMHR_MCP_ONEPASSWORD_ITEM_PRISMHR (optional), PRISMHR_MCP_ALLOW_PROD (optional) Install (Claude Code): claude mcp add io-github-nikulk2992-jpg-prismhr-mcp -- uvx prismhr-mcp==0.1.0.dev57 --- ## Trust Score X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-trust-score Summary: Trust scoring for domains, wallets, APIs. SSL+DNS+WHOIS+headers. Score 0-100. Description: Trust scoring for domains, wallets, APIs. SSL+DNS+WHOIS+headers. Score 0-100. Remote endpoints: sse: https://trust-score.api.klymax402.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://trust-score.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/trust-score-x402 Security Score: 5/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-trust-score https://trust-score.api.klymax402.com/mcp --- ## Tandem URL: https://mcp-marketplace.io/server/ac-tandem-docs-mcp Summary: Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help. Description: Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help. Remote endpoints: streamable-http: https://tandem.ac/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tandem.ac/mcp GitHub: https://github.com/frumu-ai/tandem MCP Tools (13): search_docs, get_doc, get_start_path, recommend_next_docs, answer_how_to, get_tandem_guide, warmup_docs_cache, get_docs_cache_status, refresh_docs_index, refresh_doc_page, invalidate_docs_cache, compare_docs_index_refresh, compare_doc_page_refresh Security Score: 10/10 Creator: Frumu Ai Creator Reputation: B Version: 0.3.2 Install (Claude Code Remote): claude mcp add --transport http ac-tandem-docs-mcp https://tandem.ac/mcp --- ## Notes URL: https://mcp-marketplace.io/server/io-github-mctx-ai-notes Summary: Centralized note store across AI clients: Claude, ChatGPT, Cursor, Codex, Windsurf. Save in one clie Description: Centralized note store across AI clients: Claude, ChatGPT, Cursor, Codex, Windsurf. Save in one clie Remote endpoints: sse: https://notes.mctx.ai/v1.5.4 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://notes.mctx.ai/v1.5.4 Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.5.4 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-notes https://notes.mctx.ai/v1.5.4 --- ## Writespace URL: https://mcp-marketplace.io/server/io-github-write-space-writespace-mcp Summary: Persistent docs and memory for AI agents — read, write, organize & search a shared workspace. Description: Persistent docs and memory for AI agents — read, write, organize & search a shared workspace. Remote endpoints: streamable-http: https://app.writespace.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.writespace.io/mcp GitHub: https://github.com/write-space/writespace-mcp Security Score: 9.9/10 Creator: Write Space Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-write-space-writespace-mcp https://app.writespace.io/mcp --- ## Sitevitals URL: https://mcp-marketplace.io/server/io-github-tom18a-sitevitals Summary: Monitor website health, uptime, SEO, security and performance via your AI assistant. Description: Monitor website health, uptime, SEO, security and performance via your AI assistant. Remote endpoints: sse: https://www.sitevitals.co.uk/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.sitevitals.co.uk/api/mcp GitHub: https://github.com/tom18a/sitevitals-mcp Security Score: 10/10 Creator: Tom18a Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tom18a-sitevitals https://www.sitevitals.co.uk/api/mcp --- ## Funding Rates X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-funding-rates Summary: Perp funding rates across Binance, Bybit, OKX — open interest, sentiment. x402. Description: Perp funding rates across Binance, Bybit, OKX — open interest, sentiment. x402. Remote endpoints: sse: https://funding-rates.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://funding-rates.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/funding-rates-x402 MCP Tools (1): perp_get_funding_rates Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-funding-rates https://funding-rates.api.klymax402.com/mcp --- ## Arc Ledger URL: https://mcp-marketplace.io/server/io-github-bgenc48-arc-ledger-tax-tools Summary: Enrolled Agent tax tools: IRS notices, FBAR, LLC vs S-Corp, quarterly estimates & more. Description: Enrolled Agent tax tools: IRS notices, FBAR, LLC vs S-Corp, quarterly estimates & more. Remote endpoints: streamable-http: https://mcp.arcandledger.com/mcp Category: Finance Mode: dual Pricing: Free Remote URL: https://mcp.arcandledger.com/mcp GitHub: https://github.com/Bgenc48/arc-ledger-mcp Security Score: 5.2/10 Creator: Bgenc48 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bgenc48-arc-ledger-tax-tools https://mcp.arcandledger.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-emergencescience-mcp Summary: Post bounties, solve tasks, earn credits on Emergence Science — the agent economy. Category: Developer Tools Mode: local Pricing: Free PyPI: emergencescience-mcp GitHub: https://github.com/emergencescience/mcp-server Security Score: 4.8/10 Creator: Emergencescience Creator Reputation: B Version: 1.1.0 Required Credentials: EMERGENCE_API_KEY (required) Install (Claude Code): claude mcp add io-github-emergencescience-mcp -- uvx emergencescience-mcp==1.1.0 --- ## Code Reviewer Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-code-reviewer-ai-mcp Summary: Code Reviewer Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: code-reviewer-ai-mcp GitHub: https://github.com/CSOAI-ORG/code-reviewer-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-code-reviewer-ai-mcp -- uvx code-reviewer-ai-mcp==1.0.12 --- ## Mcp URL: https://mcp-marketplace.io/server/com-arcjet-mcp Summary: An MCP server for Arcjet - the runtime security platform that ships with your AI code. Description: An MCP server for Arcjet - the runtime security platform that ships with your AI code. Remote endpoints: streamable-http: https://api.arcjet.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.arcjet.com/mcp GitHub: https://github.com/arcjet/mcp Security Score: 9.9/10 Creator: Arcjet Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-arcjet-mcp https://api.arcjet.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-eventship-mcp Summary: Run in-person events from your AI: create events, manage tickets, attendees, broadcasts. Description: Run in-person events from your AI: create events, manage tickets, attendees, broadcasts. Remote endpoints: streamable-http: https://mcp.eventship.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.eventship.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-eventship-mcp https://mcp.eventship.com/mcp --- ## KObsidian URL: https://mcp-marketplace.io/server/io-github-bezata-kobsidian-mcp Summary: Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki. Category: Productivity Mode: local Pricing: Free npm: kobsidian-mcp GitHub: https://github.com/bezata/kObsidian Security Score: 4.8/10 Creator: Bezata Creator Reputation: B Version: 0.2.1 Required Credentials: OBSIDIAN_VAULT_PATH (optional), OBSIDIAN_API_URL (optional), OBSIDIAN_API_VERIFY_TLS (optional), OBSIDIAN_REST_API_KEY (required) Install (Claude Code): claude mcp add io-github-bezata-kobsidian-mcp -- npx -y kobsidian-mcp@0.2.1 --- ## Pyrimid URL: https://mcp-marketplace.io/server/ai-pyrimid-pyrimid Summary: Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base. Description: Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base. Remote endpoints: streamable-http: https://pyrimid.ai/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://pyrimid.ai/api/mcp GitHub: https://github.com/pyrimid-ai/pyrimid Security Score: 4.2/10 Creator: Pyrimid Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-pyrimid-pyrimid https://pyrimid.ai/api/mcp --- ## Token Safety X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-token-safety Summary: Token safety check — honeypot, tax, proxy, blacklist, risk score. GoPlus-powered. x402. Description: Token safety check — honeypot, tax, proxy, blacklist, risk score. GoPlus-powered. x402. Remote endpoints: sse: https://token-safety.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://token-safety.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/token-safety-x402 MCP Tools (1): token_check_safety Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-token-safety https://token-safety.api.klymax402.com/mcp --- ## Docdeploy URL: https://mcp-marketplace.io/server/io-docdeploy-www-mcp-server Summary: Document hosting and encrypted agent memory with multi-tenant persistence. Description: Document hosting and encrypted agent memory with multi-tenant persistence. Remote endpoints: streamable-http: https://mcp.docdeploy.io/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://mcp.docdeploy.io/mcp GitHub: https://github.com/mrdulasolutions/docdeploy Security Score: 8/10 Creator: Mrdulasolutions Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-docdeploy-www-mcp-server https://mcp.docdeploy.io/mcp --- ## Craigslist Local Deals URL: https://mcp-marketplace.io/server/io-github-evozim-craigslist-local-deals-mcp Summary: Premium agentic endpoint for craigslist-local-deals-mcp. Description: Premium agentic endpoint for craigslist-local-deals-mcp. Remote endpoints: sse: https://api.m2mcent.com/craigslist-local-deals-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/craigslist-local-deals-mcp/sse MCP Tools (1): craigslist-local-deals-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-craigslist-local-deals-mcp https://api.m2mcent.com/craigslist-local-deals-mcp/sse --- ## QuReDec URL: https://mcp-marketplace.io/server/io-github-advanced-binary-operations-quredec Summary: Evidence-backed decision briefs with citations — recommendation, confidence, risks, sources. Category: Developer Tools Mode: local Pricing: Free PyPI: quredec-mcp GitHub: https://github.com/Advanced-Binary-Operations/QuReDec_MCP Security Score: 4.8/10 Creator: Advanced Binary Operations Creator Reputation: B Version: 0.1.1 Required Credentials: QUREDEC_API_KEY (required), QUREDEC_BASE_URL (optional), QUREDEC_MOCK (optional) Install (Claude Code): claude mcp add io-github-advanced-binary-operations-quredec -- uvx quredec-mcp==0.1.1 --- ## The13f URL: https://mcp-marketplace.io/server/com-the13f-mcp Summary: Institutional 13F intelligence: 8,600+ managers, holdings, peer search, sector flows. Category: Developer Tools Mode: local Pricing: Free PyPI: the13f-mcp GitHub: https://github.com/pickelfintech/the13f-mcp Security Score: 5.2/10 Creator: Pickelfintech Creator Reputation: B Version: 0.1.3 Required Credentials: THE13F_API_KEY (required), THE13F_API_BASE_URL (optional), THE13F_MCP_TIMEOUT (optional) Install (Claude Code): claude mcp add com-the13f-mcp -- uvx the13f-mcp==0.1.3 --- ## Bridge Routes X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-bridge-routes Summary: Best cross-chain bridge routes with fees, time, providers. LI.FI-powered. x402. Description: Best cross-chain bridge routes with fees, time, providers. LI.FI-powered. x402. Remote endpoints: sse: https://bridge-routes.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bridge-routes.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/bridge-routes-x402 MCP Tools (1): bridge_find_best_route Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-bridge-routes https://bridge-routes.api.klymax402.com/mcp --- ## Travel Risk Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-travel-risk-intelligence-mcp Summary: Assess destination risk: weather, disasters, health, security, multi-stop scoring, and travel win... Description: Assess destination risk: weather, disasters, health, security, multi-stop scoring, and travel win... Remote endpoints: streamable-http: https://ryanclinton--travel-risk-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--travel-risk-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--travel-risk-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-travel-risk-intelligence-mcp https://ryanclinton--travel-risk-intelligence-mcp.apify.actor/mcp --- ## Multi Scraper URL: https://mcp-marketplace.io/server/io-github-perufitlife-multi-scraper-mcp Summary: 14 web scrapers as MCP tools: Reddit, Amazon, Google Maps, Yelp, YouTube, Indeed & more. Category: Search & Web Mode: dual Pricing: Free npm: multi-scraper-mcp Remote URL: https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken} GitHub: https://github.com/Perufitlife/multi-scraper-mcp Security Score: 3.5/10 Creator: Perufitlife Creator Reputation: B Version: 1.0.1 Required Credentials: APIFY_TOKEN (required) Install (Claude Code): claude mcp add io-github-perufitlife-multi-scraper-mcp -- npx -y multi-scraper-mcp@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-perufitlife-multi-scraper-mcp 'https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}' --- ## Agentvet URL: https://mcp-marketplace.io/server/io-github-mukundakatta-agentvet Summary: Validate tool-call args before execution. Returns LLM-friendly retry hints. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/agentvet-mcp GitHub: https://github.com/MukundaKatta/agentvet-mcp Security Score: 6.5/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-agentvet -- npx -y @mukundakatta/agentvet-mcp@0.1.0 --- ## Cartograph URL: https://mcp-marketplace.io/server/io-github-benteigland11-cartograph Summary: Local-first reusable implementation registry for AI agents and versioned widgets. Category: Developer Tools Mode: local Pricing: Free PyPI: cartograph-mcp GitHub: https://github.com/benteigland11/cartograph-mcp Security Score: 4.8/10 Creator: Benteigland11 Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-benteigland11-cartograph -- uvx cartograph-mcp==0.1.3 --- ## Codesurface URL: https://mcp-marketplace.io/server/io-github-codeturion-codesurface Summary: Indexes your codebase's public API and serves it via compact MCP tool responses. Category: Developer Tools Mode: local Pricing: Free PyPI: codesurface GitHub: https://github.com/Codeturion/codesurface Security Score: 10/10 Creator: Codeturion Creator Reputation: C+ Version: 0.8.0 Install (Claude Code): claude mcp add io-github-codeturion-codesurface -- uvx codesurface==0.8.0 --- ## Lyra URL: https://mcp-marketplace.io/server/io-github-luisa-sys-lyra-mcp-server Summary: Search and discover Lyra profiles. Description: Search and discover Lyra profiles. Remote endpoints: streamable-http: https://mcp.checklyra.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.checklyra.com/mcp GitHub: https://github.com/luisa-sys/lyra-mcp-server Security Score: 4.5/10 Creator: Luisa Sys Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-luisa-sys-lyra-mcp-server https://mcp.checklyra.com/mcp --- ## Domain Intelligence X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-domain-intelligence Summary: WHOIS, DNS records, SSL certificate data for any domain in one call. x402. Description: WHOIS, DNS records, SSL certificate data for any domain in one call. x402. Remote endpoints: sse: https://domain-intelligence.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://domain-intelligence.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/domain-intelligence-x402 MCP Tools (1): domain_lookup_intelligence Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-domain-intelligence https://domain-intelligence.api.klymax402.com/mcp --- ## Registry Test URL: https://mcp-marketplace.io/server/com-csquaredsystems-mcp-registry-test Summary: C Squared MCP Registry Description: C Squared MCP Registry Remote endpoints: sse: https://mcp.csquaredsystems.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.csquaredsystems.com/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-csquaredsystems-mcp-registry-test https://mcp.csquaredsystems.com/sse --- ## Oncofiles URL: https://mcp-marketplace.io/server/io-github-peter-fusek-oncofiles Summary: AI-powered medical document management for cancer patients. Google Drive, Gmail, Calendar via MCP. Description: AI-powered medical document management for cancer patients. Google Drive, Gmail, Calendar via MCP. Remote endpoints: streamable-http: https://oncofiles.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://oncofiles.com/mcp GitHub: https://github.com/peter-fusek/oncofiles Security Score: 9.5/10 Creator: Peter Fusek Creator Reputation: B Version: 4.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-peter-fusek-oncofiles https://oncofiles.com/mcp --- ## Zenoti URL: https://mcp-marketplace.io/server/com-jamesrosingmd-zenoti Summary: MCP server for Zenoti spa/wellness/medspa — guests, appointments, bookings, invoices Category: Developer Tools Mode: local Pricing: Free npm: zenoti-mcp-server GitHub: https://github.com/tacit-code/zenoti-mcp-server Security Score: 10/10 Creator: Tacit Code Creator Reputation: B Version: 1.1.0 Required Credentials: ZENOTI_API_KEY (required), ZENOTI_API_URL (optional), ZENOTI_CENTER_ID (optional) Install (Claude Code): claude mcp add com-jamesrosingmd-zenoti -- npx -y zenoti-mcp-server@1.1.0 --- ## Uuid Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-uuid-generator Summary: Generate UUIDs v4, v7, ULID, nanoid. Batch support. x402 micropayment. Description: Generate UUIDs v4, v7, ULID, nanoid. Batch support. x402 micropayment. Remote endpoints: sse: https://uuid-generator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://uuid-generator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/uuid-generator-x402 MCP Tools (1): utility_generate_uuid Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-uuid-generator https://uuid-generator.api.klymax402.com/mcp --- ## Uk Regulatory Ecosystem URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-uk-regulatory-ecosystem-mcp Summary: Comprehensive UK regulatory ecosystem analysis covering FCA, PRA, CMA, ICO, and other UK regulato... Description: Comprehensive UK regulatory ecosystem analysis covering FCA, PRA, CMA, ICO, and other UK regulato... Remote endpoints: streamable-http: https://ryanclinton--uk-regulatory-ecosystem-mcp.apify.actor/mcp sse: https://ryanclinton--uk-regulatory-ecosystem-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--uk-regulatory-ecosystem-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-uk-regulatory-ecosystem-mcp https://ryanclinton--uk-regulatory-ecosystem-mcp.apify.actor/mcp --- ## Hoteloracle URL: https://mcp-marketplace.io/server/io-tooloracle-hoteloracle Summary: Hotel Intelligence MCP — search, price compare, area guides, price calendars via Google Hotels Description: Hotel Intelligence MCP — search, price compare, area guides, price calendars via Google Hotels Remote endpoints: streamable-http: https://tooloracle.io/hotel/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/hotel/mcp/ GitHub: https://github.com/ToolOracle/hoteloracle MCP Tools (8): hotel_search, cheapest_hotels, hotel_details, price_compare, nearby_attractions, area_guide, hotel_prices_calendar, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-hoteloracle https://tooloracle.io/hotel/mcp/ --- ## Library URL: https://mcp-marketplace.io/server/ai-teentherapy-library Summary: Teen-first library on CBT, DBT, and finding the right therapist. Description: Teen-first library on CBT, DBT, and finding the right therapist. Remote endpoints: streamable-http: https://teentherapy.ai/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://teentherapy.ai/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-teentherapy-library https://teentherapy.ai/api/mcp/v1 --- ## Warn Firehose URL: https://mcp-marketplace.io/server/io-github-sendkamal-warn-firehose Summary: WARN layoffs, H-1B/LCA visas, SEC 8-K, bankruptcies, DOL claims & JOLTS for all 50 US states. Description: WARN layoffs, H-1B/LCA visas, SEC 8-K, bankruptcies, DOL claims & JOLTS for all 50 US states. Remote endpoints: streamable-http: https://warnfirehose.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://warnfirehose.com/mcp/ GitHub: https://github.com/sendkamal/warn-firehose MCP Tools (11): authenticate, search_layoffs, get_state_summary, get_recent_layoffs, get_stats, get_company_layoffs, get_talent_pipeline, get_risk_signal, get_market_pulse, get_state_intelligence, export_records Security Score: 8/10 Creator: Sendkamal Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sendkamal-warn-firehose https://warnfirehose.com/mcp/ --- ## Email URL: https://mcp-marketplace.io/server/io-github-codefuturist-email-mcp Summary: IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage. Category: Communication Mode: local Pricing: Free npm: @codefuturist/email-mcp GitHub: https://github.com/codefuturist/email-mcp.git Security Score: 8.8/10 Installs: 1 Creator: Codefuturist Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-codefuturist-email-mcp -- npx -y @codefuturist/email-mcp@0.2.3 --- ## Weather URL: https://mcp-marketplace.io/server/io-github-jaredco-ai-weather-mcp-server Summary: Fast - accurate weather conditions and forecasts by city or coordinates. Category: Developer Tools Mode: local Pricing: Free npm: @jaredco/weather-mcp-server GitHub: https://github.com/jaredco/weather-mcp-server Security Score: 6.8/10 Creator: Jaredco Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-jaredco-ai-weather-mcp-server -- npx -y @jaredco/weather-mcp-server@1.0.1 --- ## Remodeleriq URL: https://mcp-marketplace.io/server/io-github-gustavoatar-remodeleriq Summary: Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates. Description: Check if a contractor's remodeling bid is fair: analyze a quote, get cost + labor estimates. Remote endpoints: streamable-http: https://remodeleriq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://remodeleriq.com/mcp GitHub: https://github.com/gustavoatar/remodeleriq-mcp MCP Tools (3): analyze_bid, get_cost_estimate, get_labor_rates Security Score: 10/10 Creator: Gustavoatar Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gustavoatar-remodeleriq https://remodeleriq.com/mcp --- ## Mcpdomain URL: https://mcp-marketplace.io/server/io-github-danboabes-mcpdomain Summary: Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats. Description: Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats. Remote endpoints: streamable-http: https://mcpdomain.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: mcpdomain Remote URL: https://mcpdomain.ai/mcp GitHub: https://github.com/danboabes/mcpdomain MCP Tools (7): check_domain_availability, suggest_available_domains, register_new_domain, configure_domain_email, configure_domain_dns, get_my_domain_details, transfer_existing_domain Security Score: 10/10 Creator: Danboabes Creator Reputation: B Version: 1.0.7 Required Credentials: OPENSRS_MODE (optional), OPENSRS_USERNAME (required), OPENSRS_KEY (required) Install (Claude Code): claude mcp add io-github-danboabes-mcpdomain -- npx -y mcpdomain@1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-danboabes-mcpdomain https://mcpdomain.ai/mcp --- ## Whale Alert X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-whale-alert Summary: Track large on-chain whale transactions on Ethereum and Base. x402 micropayment. Description: Track large on-chain whale transactions on Ethereum and Base. x402 micropayment. Remote endpoints: sse: https://whale-alert.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whale-alert.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/whale-alert-x402 MCP Tools (1): crypto_track_whale_transactions Security Score: 8.3/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-whale-alert https://whale-alert.api.klymax402.com/mcp --- ## Person Enrichment X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-person-enrichment Summary: Person lookup from email: name, title, company, social profiles. x402. Description: Person lookup from email: name, title, company, social profiles. x402. Remote endpoints: sse: https://person-enrichment.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://person-enrichment.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/person-enrichment-x402 MCP Tools (1): person_enrich_from_email Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-person-enrichment https://person-enrichment.api.klymax402.com/mcp --- ## Qsp URL: https://mcp-marketplace.io/server/io-github-qso-graph-qsp-mcp Summary: QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM) Category: Developer Tools Mode: local Pricing: Free PyPI: qsp-mcp GitHub: https://github.com/qso-graph/qsp-mcp Security Score: 7.3/10 Creator: Qso Graph Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-qsp-mcp -- uvx qsp-mcp==0.2.2 --- ## PromoLink URL: https://mcp-marketplace.io/server/io-github-iamtsoftware-promolink Summary: Music promo platform: email campaigns, Instagram DMs, Spotify discovery, SmartLinks, analytics. Description: Music promo platform: email campaigns, Instagram DMs, Spotify discovery, SmartLinks, analytics. Remote endpoints: streamable-http: https://promolink-mcp.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://promolink-mcp.onrender.com/mcp GitHub: https://github.com/iamtsoftware/PromoLink-MCP Security Score: 8/10 Creator: Iamtsoftware Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-iamtsoftware-promolink https://promolink-mcp.onrender.com/mcp --- ## Iwac URL: https://mcp-marketplace.io/server/io-github-fmadore-iwac-mcp-server Summary: Read-only access to the Islam West Africa Collection via Hugging Face datasets. Description: Read-only access to the Islam West Africa Collection via Hugging Face datasets. Remote endpoints: streamable-http: https://islam.zmo.de/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://islam.zmo.de/mcp/ GitHub: https://github.com/fmadore/iwac-mcp-server MCP Tools (34): search, fetch, search_articles, get_article, search_by_sentiment, get_sentiment_distribution, search_index, get_index_entry, list_subjects, list_locations, list_persons, get_collection_stats, get_newspaper_stats, get_country_comparison, get_temporal_distribution, get_topic_distribution, get_field_distribution, get_cooccurrence, get_place_distribution, get_semantic_map, get_similar_items, get_lexical_metrics, search_publications, list_periodicals, get_publication_fulltext, search_references, get_reference, search_documents, get_document, search_audiovisual, list_audiovisual, get_audiovisual, search_images, get_image Security Score: 10/10 Creator: Fmadore Creator Reputation: B Version: 3.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fmadore-iwac-mcp-server https://islam.zmo.de/mcp/ --- ## Brand Narrative Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-brand-narrative-intelligence-mcp Summary: Detect brand threats, impersonation domains, fake reviews, social sentiment shifts, and content m... Description: Detect brand threats, impersonation domains, fake reviews, social sentiment shifts, and content m... Remote endpoints: streamable-http: https://ryanclinton--brand-narrative-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--brand-narrative-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--brand-narrative-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-brand-narrative-intelligence-mcp https://ryanclinton--brand-narrative-intelligence-mcp.apify.actor/mcp --- ## Intelligence URL: https://mcp-marketplace.io/server/io-github-byimprint-intelligence Summary: Agent-callable creator intelligence: 952+ scored YouTube creators across 180 niches. Description: Agent-callable creator intelligence: 952+ scored YouTube creators across 180 niches. Remote endpoints: streamable-http: https://byimprint.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @byimprint/mcp-server Remote URL: https://byimprint.com/mcp GitHub: https://github.com/byimprint/mcp-server MCP Tools (7): imprint-search, imprint-grep, imprint-filter, imprint-map, imprint-profile, imprint-niche, imprint-rank-creators-for-brand Security Score: 9.8/10 Creator: Byimprint Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-byimprint-intelligence -- npx -y @byimprint/mcp-server@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-byimprint-intelligence https://byimprint.com/mcp --- ## Csv To Json X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-csv-to-json Summary: Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment. Description: Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment. Remote endpoints: sse: https://csv-to-json.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://csv-to-json.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/csv-to-json-x402 MCP Tools (1): data_parse_csv_to_json Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-csv-to-json https://csv-to-json.api.klymax402.com/mcp --- ## Relay URL: https://mcp-marketplace.io/server/com-neurarelay-relay-mcp Summary: Govern proposed Action Cards with Decision Receipts before developer-owned execution. Description: Govern proposed Action Cards with Decision Receipts before developer-owned execution. Remote endpoints: streamable-http: https://www.neurarelay.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.neurarelay.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-neurarelay-relay-mcp https://www.neurarelay.com/mcp --- ## Contract Scanner URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-contract-scanner Summary: Smart contract security scanner — vulnerabilities, risk scores, and calldata decoding Category: Developer Tools Mode: local Pricing: Free npm: @thryx/contract-scanner-mcp-server GitHub: https://github.com/lordbasilaiassistant-sudo/mcp-servers Security Score: 5/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Required Credentials: RPC_URL (optional), THRYX_API_KEY (required), BASESCAN_API_KEY (required), ETHERSCAN_API_KEY (required) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-contract-scanner -- npx -y @thryx/contract-scanner-mcp-server@1.0.2 --- ## Adversarial Corporate Opacity URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-adversarial-corporate-opacity-mcp Summary: Detect corporate opacity, shell company structures, and hidden beneficial ownership through adver... Description: Detect corporate opacity, shell company structures, and hidden beneficial ownership through adver... Remote endpoints: streamable-http: https://ryanclinton--adversarial-corporate-opacity-mcp.apify.actor/mcp sse: https://ryanclinton--adversarial-corporate-opacity-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--adversarial-corporate-opacity-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-adversarial-corporate-opacity-mcp https://ryanclinton--adversarial-corporate-opacity-mcp.apify.actor/mcp --- ## Horus Flow URL: https://mcp-marketplace.io/server/pro-horustek-horus-flow-mcp Summary: Crypto & equity orderflow: whale detection, spoofing, liquidation heatmaps, smart money for AI Category: Developer Tools Mode: local Pricing: Free PyPI: horus-flow-mcp GitHub: https://github.com/horustechltd/horus-flow-mcp Security Score: 5.5/10 Creator: Horustechltd Creator Reputation: B Version: 1.0.6 Required Credentials: RAPIDAPI_KEY (required) Install (Claude Code): claude mcp add pro-horustek-horus-flow-mcp -- uvx horus-flow-mcp==1.0.6 --- ## Cheapshark URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cheapshark Summary: PC game deals across Steam/Epic/GOG/Humble via CheapShark. Keyless. Description: PC game deals across Steam/Epic/GOG/Humble via CheapShark. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/cheapshark/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cheapshark/mcp GitHub: https://github.com/pipeworx-io/mcp-cheapshark MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, deals, deal, stores, games, game Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cheapshark https://gateway.pipeworx.io/cheapshark/mcp --- ## Recon Crypto URL: https://mcp-marketplace.io/server/io-github-szhygulin-recon-crypto-mcp Summary: Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect. Category: Finance Mode: local Pricing: Free npm: recon-crypto-mcp GitHub: https://github.com/szhygulin/recon-crypto-mcp Security Score: 7.7/10 Creator: Szhygulin Creator Reputation: B Version: 0.3.1 Required Credentials: ETHEREUM_RPC_URL (optional), ARBITRUM_RPC_URL (optional), POLYGON_RPC_URL (optional), BASE_RPC_URL (optional), RPC_PROVIDER (optional), RPC_API_KEY (required), ETHERSCAN_API_KEY (required), ONEINCH_API_KEY (required), WALLETCONNECT_PROJECT_ID (required) Install (Claude Code): claude mcp add io-github-szhygulin-recon-crypto-mcp -- npx -y recon-crypto-mcp --- ## Competitive Digital Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-competitive-digital-intelligence-mcp Summary: Full competitive digital audit: tech stack, SEO rankings, e-commerce, reputation monitoring, and ... Description: Full competitive digital audit: tech stack, SEO rankings, e-commerce, reputation monitoring, and ... Remote endpoints: streamable-http: https://ryanclinton--competitive-digital-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--competitive-digital-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--competitive-digital-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-competitive-digital-intelligence-mcp https://ryanclinton--competitive-digital-intelligence-mcp.apify.actor/mcp --- ## Agent Tasker URL: https://mcp-marketplace.io/server/io-github-s3brr-agent-tasker-mcp Summary: Minimal stdio MCP server for parallel task execution by AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: agent-tasker-mcp-server GitHub: https://github.com/S3bRR/agent-tasker-mcp Security Score: 10/10 Creator: S3bRR Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-s3brr-agent-tasker-mcp -- uvx agent-tasker-mcp-server==1.0.1 --- ## Email Send X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-email-send Summary: Send emails programmatically via Resend. Text and HTML. x402 micropayment. Description: Send emails programmatically via Resend. Text and HTML. x402 micropayment. Remote endpoints: sse: https://email-send.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-send.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/email-send-x402 MCP Tools (1): email_send_message Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-send https://email-send.api.klymax402.com/mcp --- ## Bungie URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bungie Summary: Bungie.net Destiny 2 + clan API: manifest, profile, characters, stats. Description: Bungie.net Destiny 2 + clan API: manifest, profile, characters, stats. Remote endpoints: streamable-http: https://gateway.pipeworx.io/bungie/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bungie/mcp GitHub: https://github.com/pipeworx-io/mcp-bungie MCP Tools (27): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, manifest, search_destiny_player, search_destiny_players_by_global_name, profile, character, linked_profiles, clan, clan_members, user_by_id, equipped_loadout, historical_stats, historical_stats_for_account, entity_definition Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bungie https://gateway.pipeworx.io/bungie/mcp --- ## Critical Minerals Dependency URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-critical-minerals-dependency-mcp Summary: Analyze critical mineral supply concentration, geopolitical risk, sanctions exposure, and substit... Description: Analyze critical mineral supply concentration, geopolitical risk, sanctions exposure, and substit... Remote endpoints: streamable-http: https://ryanclinton--critical-minerals-dependency-mcp.apify.actor/mcp sse: https://ryanclinton--critical-minerals-dependency-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--critical-minerals-dependency-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-critical-minerals-dependency-mcp https://ryanclinton--critical-minerals-dependency-mcp.apify.actor/mcp --- ## Construction Project Risk URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-construction-project-risk-mcp Summary: Assess contractor risk via OSHA violations, EPA compliance, site hazards, and project underwritin... Description: Assess contractor risk via OSHA violations, EPA compliance, site hazards, and project underwritin... Remote endpoints: streamable-http: https://ryanclinton--construction-project-risk-mcp.apify.actor/mcp sse: https://ryanclinton--construction-project-risk-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--construction-project-risk-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-construction-project-risk-mcp https://ryanclinton--construction-project-risk-mcp.apify.actor/mcp --- ## Counterparty Due Diligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-counterparty-due-diligence-mcp Summary: Comprehensive counterparty risk assessment combining corporate registry checks, sanctions screeni... Description: Comprehensive counterparty risk assessment combining corporate registry checks, sanctions screeni... Remote endpoints: streamable-http: https://ryanclinton--counterparty-due-diligence-mcp.apify.actor/mcp sse: https://ryanclinton--counterparty-due-diligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--counterparty-due-diligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-counterparty-due-diligence-mcp https://ryanclinton--counterparty-due-diligence-mcp.apify.actor/mcp --- ## Sentiment Analyzer X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-sentiment-analyzer Summary: Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC. Description: Analyze text sentiment, emotions, confidence scores, and key phrases. x402 USDC. Remote endpoints: sse: https://sentiment-analyzer.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sentiment-analyzer.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/sentiment-analyzer-x402 MCP Tools (2): text_analyze_sentiment, text_analyze_sentiment_batch Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-sentiment-analyzer https://sentiment-analyzer.api.klymax402.com/mcp --- ## Simplefunctions Cli URL: https://mcp-marketplace.io/server/io-github-spfunctions-simplefunctions Summary: Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket. Description: Calibrated world model for AI agents. 40 tools: world state, markets, trading. Kalshi + Polymarket. Remote endpoints: streamable-http: https://simplefunctions.dev/api/mcp/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @spfunctions/cli Remote URL: https://simplefunctions.dev/api/mcp/mcp GitHub: https://github.com/spfunctions/simplefunctions-cli MCP Tools (101): get_context, list_theses, inject_signal, trigger_evaluation, scan_markets, create_thesis, explore_public, get_markets, query_databento, query, screen_markets, create_strategy, list_strategies, update_strategy, get_milestones, get_forecast, get_settlements, get_balance, get_orders, get_schedule, get_fills, what_if, augment_tree, get_edges, get_trade_ideas, create_intent, list_intents, cancel_intent, search_x, x_volume, x_news, x_account, configure_heartbeat, update_thesis, add_position, update_position, close_position, get_evaluation_history, update_nodes, get_heartbeat_status, monitor_the_situation, enrich_content, create_skill, list_skills, run_skill, publish_skill, fork_skill, browse_public_skills, fork_thesis, get_world_state, get_world_delta, read_forum, post_to_forum, subscribe_forum, query_gov, query_econ, legislation, inspect_ticker, get_market_detail, get_market_history, get_market_microstructure_history, batch_markets, screen_by_tickers, get_market_index, get_index_history, get_regime_scan, get_contagion, get_market_diff, get_highlights, get_briefing, get_calendar, get_economic_anchors, get_yield_curves, get_yield_curve, get_newmarkets, get_calibration, get_answer, get_agent_guide, site_search, get_changes, get_skills, get_public_skill, list_glossary, get_glossary_term, list_opinions, get_opinion, list_technicals, get_technical, list_legislation, list_congress_members, get_congress_member, get_feed, get_changes_delta, list_forum_channels, get_positions, get_thesis_context, tts, stt, explore_theses, get_heartbeat_config, get_legislation Security Score: 10/10 Creator: Spfunctions Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-spfunctions-simplefunctions -- npx -y @spfunctions/cli@3.0.46 Install (Claude Code Remote): claude mcp add --transport http io-github-spfunctions-simplefunctions https://simplefunctions.dev/api/mcp/mcp --- ## Openeye URL: https://mcp-marketplace.io/server/io-github-dumbspacecookie-openeye Summary: Procedure verification for AR/XR with memory, visual sessions, and DPO trajectory export. Category: Developer Tools Mode: local Pricing: Free npm: @dumbspacecookie/openeye GitHub: https://github.com/dumbspacecookie/openeye Security Score: 9.5/10 Creator: Dumbspacecookie Creator Reputation: B Version: 0.1.1 Required Credentials: ANTHROPIC_API_KEY (required), OPENEYE_CONTEXT_OPTIN (optional), OPENEYE_CONTEXT_API_KEY (required) Install (Claude Code): claude mcp add io-github-dumbspacecookie-openeye -- npx -y @dumbspacecookie/openeye@0.1.1 --- ## Cybersecurity Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-cybersecurity-intelligence-mcp Summary: Cybersecurity intelligence aggregating NVD CVE data, CISA KEV alerts, Censys exposure, certificat... Description: Cybersecurity intelligence aggregating NVD CVE data, CISA KEV alerts, Censys exposure, certificat... Remote endpoints: streamable-http: https://ryanclinton--cybersecurity-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--cybersecurity-intelligence-mcp.apify.actor/sse Category: Security Mode: remote Pricing: Free Remote URL: https://ryanclinton--cybersecurity-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-cybersecurity-intelligence-mcp https://ryanclinton--cybersecurity-intelligence-mcp.apify.actor/mcp --- ## Digital Infrastructure Exposure URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-digital-infrastructure-exposure-mcp Summary: Audit digital exposure: subdomains, DNS security, SSL health, tech stack CVEs, and hosting geogra... Description: Audit digital exposure: subdomains, DNS security, SSL health, tech stack CVEs, and hosting geogra... Remote endpoints: streamable-http: https://ryanclinton--digital-infrastructure-exposure-mcp.apify.actor/mcp sse: https://ryanclinton--digital-infrastructure-exposure-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--digital-infrastructure-exposure-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-digital-infrastructure-exposure-mcp https://ryanclinton--digital-infrastructure-exposure-mcp.apify.actor/mcp --- ## Image Resize X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-image-resize Summary: Resize images from URL — PNG, JPEG, WebP output. x402 micropayment. Description: Resize images from URL — PNG, JPEG, WebP output. x402 micropayment. Remote endpoints: sse: https://image-resize.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://image-resize.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/image-resize-x402 MCP Tools (1): media_resize_image Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-image-resize https://image-resize.api.klymax402.com/mcp --- ## Pricepilot Mcpb URL: https://mcp-marketplace.io/server/io-github-vantage-meridian-group-pricepilot Summary: Free competitive pricing intelligence for CPG brands across Amazon categories. Description: Free competitive pricing intelligence for CPG brands across Amazon categories. Remote endpoints: streamable-http: https://pricepilot-mcp.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pricepilot-mcp.onrender.com/mcp GitHub: https://github.com/vantage-meridian-group/pricepilot-mcpb Security Score: 7/10 Creator: Vantage Meridian Group Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vantage-meridian-group-pricepilot https://pricepilot-mcp.onrender.com/mcp --- ## Tweekit URL: https://mcp-marketplace.io/server/io-tweekit-mcp Summary: Normalize and convert 400+ file types via TweekIT's hosted MCP endpoint. Description: Normalize and convert 400+ file types via TweekIT's hosted MCP endpoint. Remote endpoints: streamable-http: https://mcp.tweekit.io/mcp/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.tweekit.io/mcp/ GitHub: https://github.com/equilibrium-team/tweekit-mcp Security Score: 3.2/10 Creator: cpucoinio Creator Reputation: D Version: 1.5.0 Install (Claude Code Remote): claude mcp add --transport http io-tweekit-mcp https://mcp.tweekit.io/mcp/ --- ## Infrastructure Location Risk URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-infrastructure-location-risk-mcp Summary: Assess physical location risk: natural disasters, environmental contamination, infrastructure qua... Description: Assess physical location risk: natural disasters, environmental contamination, infrastructure qua... Remote endpoints: streamable-http: https://ryanclinton--infrastructure-location-risk-mcp.apify.actor/mcp sse: https://ryanclinton--infrastructure-location-risk-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--infrastructure-location-risk-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-infrastructure-location-risk-mcp https://ryanclinton--infrastructure-location-risk-mcp.apify.actor/mcp --- ## Healthcare Credentialing Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-healthcare-credentialing-intelligence-mcp Summary: Screen healthcare providers for sanctions, exclusions, malpractice patterns, license and credenti... Description: Screen healthcare providers for sanctions, exclusions, malpractice patterns, license and credenti... Remote endpoints: streamable-http: https://ryanclinton--healthcare-credentialing-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--healthcare-credentialing-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--healthcare-credentialing-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-healthcare-credentialing-intelligence-mcp https://ryanclinton--healthcare-credentialing-intelligence-mcp.apify.actor/mcp --- ## Hl Portfolio X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-hl-portfolio Summary: Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call. Description: Hyperliquid account analysis: positions, PnL, fills, orders, funding. x402 pay-per-call. Remote endpoints: sse: https://hl-portfolio.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hl-portfolio.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/hl-portfolio-x402 MCP Tools (4): hyperliquid_get_account_state, hyperliquid_get_trade_fills, hyperliquid_get_open_orders, hyperliquid_get_user_funding Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hl-portfolio https://hl-portfolio.api.klymax402.com/mcp --- ## Tsung A1 URL: https://mcp-marketplace.io/server/io-github-a0985344368-glitch-tsung-ai Summary: Multi-LLM AI Research & Analysis — smart routing, consensus analysis, due diligence reports Description: Multi-LLM AI Research & Analysis — smart routing, consensus analysis, due diligence reports Remote endpoints: streamable-http: https://tsung-mcp-custom.a0985344368.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tsung-mcp-custom.a0985344368.workers.dev/mcp GitHub: https://github.com/a0985344368-glitch/tsung-a1 MCP Tools (11): analyze, dd_report, ask, market_intel, status, hunt, ghost_write, ghost_status, compound_search, demand_radar, line_push Security Score: 8/10 Creator: A0985344368 Glitch Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-a0985344368-glitch-tsung-ai https://tsung-mcp-custom.a0985344368.workers.dev/mcp --- ## Blackdome URL: https://mcp-marketplace.io/server/io-github-blackdome-ai-blackdome-mcp Summary: Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors. Category: Developer Tools Mode: local Pricing: Free PyPI: blackdome-mcp GitHub: https://github.com/blackdome-ai/blackdome-mcp Security Score: 10/10 Creator: Blackdome Ai Creator Reputation: B Version: 0.2.2 Required Credentials: BLACKDOME_API_KEY (required), BLACKDOME_BASE_URL (optional), BLACKDOME_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-blackdome-ai-blackdome-mcp -- uvx blackdome-mcp==0.2.2 --- ## Law Enforcement Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-law-enforcement-intelligence-mcp Summary: Law enforcement and public safety intelligence aggregating court records, criminal databases, reg... Description: Law enforcement and public safety intelligence aggregating court records, criminal databases, reg... Remote endpoints: streamable-http: https://ryanclinton--law-enforcement-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--law-enforcement-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--law-enforcement-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-law-enforcement-intelligence-mcp https://ryanclinton--law-enforcement-intelligence-mcp.apify.actor/mcp --- ## Maritime Shipping Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-maritime-shipping-intelligence-mcp Summary: Screen vessels for sanctions, forecast port disruptions, verify cargo origin, assess flag state a... Description: Screen vessels for sanctions, forecast port disruptions, verify cargo origin, assess flag state a... Remote endpoints: streamable-http: https://ryanclinton--maritime-shipping-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--maritime-shipping-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--maritime-shipping-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-maritime-shipping-intelligence-mcp https://ryanclinton--maritime-shipping-intelligence-mcp.apify.actor/mcp --- ## Text Translator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-text-translator Summary: Translate text between 50+ languages with auto-detection. x402 micropayment. Description: Translate text between 50+ languages with auto-detection. x402 micropayment. Remote endpoints: sse: https://text-translator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://text-translator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/text-translator-x402 MCP Tools (1): text_translate Security Score: 8.1/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-text-translator https://text-translator.api.klymax402.com/mcp --- ## Substrate URL: https://mcp-marketplace.io/server/io-github-pkaldone-substrate Summary: Persistent AI entity framework with causal memory, emotional state, and identity. Description: Persistent AI entity framework with causal memory, emotional state, and identity. Remote endpoints: streamable-http: https://substrate.garmolabs.com/mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free npm: substrate-mcp Remote URL: https://substrate.garmolabs.com/mcp-server/mcp GitHub: https://github.com/PKaldone/substrate-mcp Security Score: 10/10 Creator: PKaldone Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-pkaldone-substrate -- npx -y substrate-mcp@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pkaldone-substrate https://substrate.garmolabs.com/mcp-server/mcp --- ## Pharma Pipeline Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-pharma-pipeline-intelligence-mcp Summary: Search drug pipelines, analyze competitive landscape, detect adverse signals, track patents and r... Description: Search drug pipelines, analyze competitive landscape, detect adverse signals, track patents and r... Remote endpoints: streamable-http: https://ryanclinton--pharma-pipeline-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--pharma-pipeline-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--pharma-pipeline-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-pharma-pipeline-intelligence-mcp https://ryanclinton--pharma-pipeline-intelligence-mcp.apify.actor/mcp --- ## Product Safety Consumer Risk URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-product-safety-consumer-risk-mcp Summary: Search active recalls across CPSC/NHTSA/FDA, detect pre-recall signals, and track enforcement mom... Description: Search active recalls across CPSC/NHTSA/FDA, detect pre-recall signals, and track enforcement mom... Remote endpoints: streamable-http: https://ryanclinton--product-safety-consumer-risk-mcp.apify.actor/mcp sse: https://ryanclinton--product-safety-consumer-risk-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--product-safety-consumer-risk-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-product-safety-consumer-risk-mcp https://ryanclinton--product-safety-consumer-risk-mcp.apify.actor/mcp --- ## Municipal Fiscal Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-municipal-fiscal-intelligence-mcp Summary: Assess municipal fiscal health: federal spending dependency, economic base, disaster exposure, le... Description: Assess municipal fiscal health: federal spending dependency, economic base, disaster exposure, le... Remote endpoints: streamable-http: https://ryanclinton--municipal-fiscal-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--municipal-fiscal-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--municipal-fiscal-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-municipal-fiscal-intelligence-mcp https://ryanclinton--municipal-fiscal-intelligence-mcp.apify.actor/mcp --- ## Agentcast URL: https://mcp-marketplace.io/server/io-github-mukundakatta-agentcast Summary: Structured-output enforcer: extract and validate JSON from messy LLM text. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/agentcast-mcp GitHub: https://github.com/MukundaKatta/agentcast-mcp Security Score: 6.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-agentcast -- npx -y @mukundakatta/agentcast-mcp@0.1.0 --- ## Open Source Supply Chain Risk URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-open-source-supply-chain-risk-mcp Summary: Assess open source software supply chain risk including dependency vulnerabilities, maintainer tr... Description: Assess open source software supply chain risk including dependency vulnerabilities, maintainer tr... Remote endpoints: streamable-http: https://ryanclinton--open-source-supply-chain-risk-mcp.apify.actor/mcp sse: https://ryanclinton--open-source-supply-chain-risk-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--open-source-supply-chain-risk-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-open-source-supply-chain-risk-mcp https://ryanclinton--open-source-supply-chain-risk-mcp.apify.actor/mcp --- ## Ens URL: https://mcp-marketplace.io/server/io-github-junct-bot-ens-mcp Summary: Ens - 23 tools for name resolution and reverse lookups Description: Ens - 23 tools for name resolution and reverse lookups Remote endpoints: streamable-http: https://ens.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ens.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/ens-mcp MCP Tools (22): available, commit, commitments, makeCommitment, maxCommitmentAge, minCommitmentAge, nameWrapper, owner, prices, recoverFunds, register, renew, renounceOwnership, rentPrice, reverseRegistrar, supportsInterface, transferOwnership, valid, withdraw, NameRegistered, NameRenewed, OwnershipTransferred Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-ens-mcp https://ens.mcp.junct.dev/mcp --- ## Systemr Python URL: https://mcp-marketplace.io/server/io-github-system-r-ai-systemr-risk-intelligence Summary: Pre-trade risk validation and position sizing for AI trading agents via G-formula and Iron Fist. Description: Pre-trade risk validation and position sizing for AI trading agents via G-formula and Iron Fist. Remote endpoints: streamable-http: https://agents.systemr.ai/mcp/sse sse: https://agents.systemr.ai/mcp/sse Category: Developer Tools Mode: dual Pricing: Free PyPI: systemr Remote URL: https://agents.systemr.ai/mcp/sse GitHub: https://github.com/System-R-AI/systemr-python Security Score: 10/10 Creator: ashimnandi-trika Creator Reputation: C Version: 1.1.0 Install (Claude Code): claude mcp add io-github-system-r-ai-systemr-risk-intelligence -- uvx systemr==2.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-system-r-ai-systemr-risk-intelligence https://agents.systemr.ai/mcp/sse --- ## Shipsaving URL: https://mcp-marketplace.io/server/io-github-waka4674-shipsaving-mcp Summary: MCP server for ShipSaving — shipping rates, labels, orders, tracking Category: Developer Tools Mode: local Pricing: Free npm: shipsaving-mcp GitHub: https://github.com/waka4674/shipsaving-mcp Security Score: 10/10 Creator: waka4674 Creator Reputation: C Version: 1.0.4 Required Credentials: SHIPSAVING_APP_KEY (required), SHIPSAVING_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-waka4674-shipsaving-mcp -- npx -y shipsaving-mcp@1.0.3 --- ## Dice Roller URL: https://mcp-marketplace.io/server/io-github-vandewilly-dice-roller Summary: Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more! Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-dice-roller GitHub: https://github.com/vandewilly/mcp-dice-roller Security Score: 7/10 Creator: Vandewilly Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-vandewilly-dice-roller -- uvx mcp-dice-roller==0.1.0 --- ## Keyword Research X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-keyword-research Summary: SEO keyword research with Google Suggest, intent scoring, long-tail discovery. x402. Description: SEO keyword research with Google Suggest, intent scoring, long-tail discovery. x402. Remote endpoints: sse: https://keyword-research.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://keyword-research.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/keyword-research-x402 MCP Tools (1): seo_research_keywords Security Score: 8.1/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-keyword-research https://keyword-research.api.klymax402.com/mcp --- ## Pref Rs Canela Cnd URL: https://mcp-marketplace.io/server/io-github-mcp-dir-pref-rs-canela-cnd-mcp Summary: Prefeitura RS Canela: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay pe Description: Prefeitura RS Canela: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay pe Remote endpoints: streamable-http: https://api.mcp.ai/p_pref_rs_canela_cnd Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_pref_rs_canela_cnd GitHub: https://github.com/mcp-dir/pref_rs_canela_cnd-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-pref-rs-canela-cnd-mcp https://api.mcp.ai/p_pref_rs_canela_cnd --- ## Agentguard URL: https://mcp-marketplace.io/server/io-github-mukundakatta-agentguard Summary: Network-egress firewall for agent tools: check URLs against a declarative policy. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/agentguard-mcp GitHub: https://github.com/MukundaKatta/agentguard-mcp Security Score: 6.2/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-agentguard -- npx -y @mukundakatta/agentguard-mcp@0.1.0 --- ## Flipr X402 URL: https://mcp-marketplace.io/server/io-github-iainkek-flipr-x402 Summary: x402 gateway: AI agents pay USDC on Base to flip coins (Chainlink VRF, streaks win pots). Description: x402 gateway: AI agents pay USDC on Base to flip coins (Chainlink VRF, streaks win pots). Remote endpoints: streamable-http: https://flipr-x402.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://flipr-x402.fly.dev/mcp MCP Tools (16): flipr_flip, flipr_withdraw, flipr_opportunity, flipr_pot, flipr_agent_stats, flipr_list_agents, flipr_opportunity_subscribe, flipr_opportunity_unsubscribe, flipr_opportunity_history, flipr_referral_register, flipr_referral_stats, flipr_referral_leaderboard, flipr_referral_payout, flipr_health, flipr_status, flipr_game_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-iainkek-flipr-x402 https://flipr-x402.fly.dev/mcp --- ## Password Strength X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-password-strength Summary: Password strength scoring with entropy, crack time estimation, common password detection. x402. Description: Password strength scoring with entropy, crack time estimation, common password detection. x402. Remote endpoints: sse: https://password-strength.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://password-strength.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/password-strength-x402 MCP Tools (1): security_check_password Security Score: 8.1/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-password-strength https://password-strength.api.klymax402.com/mcp --- ## 0latency URL: https://mcp-marketplace.io/server/io-github-jghiglia2380-0latency Summary: Persistent memory layer for AI agents. Sub-100ms recall, semantic search, knowledge graphs. Description: Persistent memory layer for AI agents. Sub-100ms recall, semantic search, knowledge graphs. Remote endpoints: sse: https://mcp.0latency.ai/mcp?key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.0latency.ai/mcp?key={api_key} Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jghiglia2380-0latency 'https://mcp.0latency.ai/mcp?key={api_key}' --- ## Nft Floor X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-nft-floor Summary: NFT collection floor price, volume, holders, rarity rank via Reservoir. ETH + Base. x402. Description: NFT collection floor price, volume, holders, rarity rank via Reservoir. ETH + Base. x402. Remote endpoints: sse: https://nft-floor.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nft-floor.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/nft-floor-x402 MCP Tools (2): nft_get_collection_data, nft_get_token_rarity Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-nft-floor https://nft-floor.api.klymax402.com/mcp --- ## Todoist URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-todoist Summary: Todoist MCP Pack Description: Todoist MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/todoist/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/todoist/mcp GitHub: https://github.com/pipeworx-io/mcp-todoist Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-todoist https://gateway.pipeworx.io/todoist/mcp --- ## ContextLattice URL: https://mcp-marketplace.io/server/io-github-sheawinkler-contextlattice Summary: Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents. Description: Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents. Remote endpoints: streamable-http: https://contextlattice.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://contextlattice.io/mcp GitHub: https://github.com/sheawinkler/ContextLattice Security Score: 9.4/10 Creator: Sheawinkler Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sheawinkler-contextlattice https://contextlattice.io/mcp --- ## Research Integrity Screening URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-research-integrity-screening-mcp Summary: Screen researcher integrity: retraction flags, citation anomalies, publication velocity, journal ... Description: Screen researcher integrity: retraction flags, citation anomalies, publication velocity, journal ... Remote endpoints: streamable-http: https://ryanclinton--research-integrity-screening-mcp.apify.actor/mcp sse: https://ryanclinton--research-integrity-screening-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--research-integrity-screening-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-research-integrity-screening-mcp https://ryanclinton--research-integrity-screening-mcp.apify.actor/mcp --- ## Scientific Fraud Detection URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-scientific-fraud-detection-mcp Summary: Detect scientific fraud indicators including image manipulation, statistical anomalies, citation ... Description: Detect scientific fraud indicators including image manipulation, statistical anomalies, citation ... Remote endpoints: streamable-http: https://ryanclinton--scientific-fraud-detection-mcp.apify.actor/mcp sse: https://ryanclinton--scientific-fraud-detection-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--scientific-fraud-detection-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-scientific-fraud-detection-mcp https://ryanclinton--scientific-fraud-detection-mcp.apify.actor/mcp --- ## Regulatory Change Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-regulatory-change-intelligence-mcp Summary: Compliance forecasting with regulatory pipeline monitoring, bill impact assessment, and enforceme... Description: Compliance forecasting with regulatory pipeline monitoring, bill impact assessment, and enforceme... Remote endpoints: streamable-http: https://ryanclinton--regulatory-change-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--regulatory-change-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--regulatory-change-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-regulatory-change-intelligence-mcp https://ryanclinton--regulatory-change-intelligence-mcp.apify.actor/mcp --- ## Regulatory Arbitrage Detection URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-regulatory-arbitrage-detection-mcp Summary: Detect regulatory arbitrage opportunities and risks across financial jurisdictions, identifying c... Description: Detect regulatory arbitrage opportunities and risks across financial jurisdictions, identifying c... Remote endpoints: streamable-http: https://ryanclinton--regulatory-arbitrage-detection-mcp.apify.actor/mcp sse: https://ryanclinton--regulatory-arbitrage-detection-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--regulatory-arbitrage-detection-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-regulatory-arbitrage-detection-mcp https://ryanclinton--regulatory-arbitrage-detection-mcp.apify.actor/mcp --- ## Accelerators URL: https://mcp-marketplace.io/server/io-github-s2tconsulting-accelerators Summary: 36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance. Category: Developer Tools Mode: local Pricing: Free npm: s2t-mcp-accelerators GitHub: https://github.com/S2TConsulting/accelerators-mcp Security Score: 9.8/10 Creator: S2TConsulting Creator Reputation: B Version: 1.4.2 Required Credentials: S2T_API_KEY (required) Install (Claude Code): claude mcp add io-github-s2tconsulting-accelerators -- npx -y s2t-mcp-accelerators@1.4.3 --- ## Waysway URL: https://mcp-marketplace.io/server/io-github-waysway-app-waysway Summary: Waysway AI travel MCP for hotels, live prices, restaurants, flights, and activities. Description: Waysway AI travel MCP for hotels, live prices, restaurants, flights, and activities. Remote endpoints: streamable-http: https://api.waysway.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.waysway.com/mcp GitHub: https://github.com/Waysway-app/waysway-mcp Security Score: 8/10 Creator: Waysway App Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-waysway-app-waysway https://api.waysway.com/mcp --- ## Sceneview URL: https://mcp-marketplace.io/server/io-github-sceneview-mcp-p4sv Summary: 3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation. Category: Developer Tools Mode: local Pricing: Free npm: sceneview-mcp GitHub: https://github.com/sceneview/sceneview Security Score: 9.7/10 Creator: Sceneview Creator Reputation: B Version: 3.4.7 Install (Claude Code): claude mcp add io-github-sceneview-mcp-p4sv -- npx -y sceneview-mcp --- ## Engageable Oss URL: https://mcp-marketplace.io/server/tech-engageable-analytics Summary: Unified analytics MCP server for GA4, Mixpanel, and PostHog. Category: Data & Analytics Mode: local Pricing: Free PyPI: engageable GitHub: https://github.com/engageable-tech/engageable-oss Security Score: 6/10 Creator: Engageable Tech Creator Reputation: B Version: 0.2.0 Required Credentials: ANTHROPIC_API_KEY (required), POSTHOG_API_KEY (required), POSTHOG_PROJECT_ID (optional), GA4_CREDENTIALS_JSON (required), GA4_PROPERTY_ID (optional), MIXPANEL_SERVICE_ACCOUNT_USERNAME (optional), MIXPANEL_SERVICE_ACCOUNT_SECRET (required), MIXPANEL_PROJECT_ID (optional) Install (Claude Code): claude mcp add tech-engageable-analytics -- uvx engageable==0.6.0 --- ## Library URL: https://mcp-marketplace.io/server/com-psychiatryforkids-library Summary: Plain-English child psychiatry library — short explainers and decision guides for parents. Description: Plain-English child psychiatry library — short explainers and decision guides for parents. Remote endpoints: streamable-http: https://psychiatryforkids.com/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://psychiatryforkids.com/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-psychiatryforkids-library https://psychiatryforkids.com/api/mcp/v1 --- ## Sutra URL: https://mcp-marketplace.io/server/io-github-4rgon4ut-sutra Summary: Context Engineering Engine. Provides cognitive tools, memory structures, and agent patterns. Category: Developer Tools Mode: local Pricing: Free PyPI: context-engineering-mcp GitHub: https://github.com/4rgon4ut/sutra Security Score: 6.5/10 Creator: 4rgon4ut Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-4rgon4ut-sutra -- uvx context-engineering-mcp==0.1.1 --- ## Traderwai URL: https://mcp-marketplace.io/server/com-traderwai-traderwai Summary: AI-powered charts with indicators and trade execution for forex, gold, indices & crypto. Description: AI-powered charts with indicators and trade execution for forex, gold, indices & crypto. Remote endpoints: streamable-http: https://mcp.traderwai.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.traderwai.com Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-traderwai-traderwai https://mcp.traderwai.com --- ## Esa URL: https://mcp-marketplace.io/server/io-github-koki-develop-esa-mcp-server Summary: A Model Context Protocol (MCP) server for esa.io Category: Developer Tools Mode: local Pricing: Free npm: @koki-develop/esa-mcp-server GitHub: https://github.com/koki-develop/esa-mcp-server.git Security Score: 6/10 Creator: Koki Develop Creator Reputation: B Version: 0.3.2 Required Credentials: ESA_TEAM (optional), ESA_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-koki-develop-esa-mcp-server -- npx -y @koki-develop/esa-mcp-server@0.3.2 --- ## Systemic Risk Contagion URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-systemic-risk-contagion-mcp Summary: Model systemic risk contagion across financial networks, identifying too-big-to-fail nodes, count... Description: Model systemic risk contagion across financial networks, identifying too-big-to-fail nodes, count... Remote endpoints: streamable-http: https://ryanclinton--systemic-risk-contagion-mcp.apify.actor/mcp sse: https://ryanclinton--systemic-risk-contagion-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--systemic-risk-contagion-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-systemic-risk-contagion-mcp https://ryanclinton--systemic-risk-contagion-mcp.apify.actor/mcp --- ## Agentsnap URL: https://mcp-marketplace.io/server/io-github-mukundakatta-agentsnap Summary: Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/agentsnap-mcp GitHub: https://github.com/MukundaKatta/agentsnap-mcp Security Score: 6.2/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-agentsnap -- npx -y @mukundakatta/agentsnap-mcp@0.1.0 --- ## Shibui Finance URL: https://mcp-marketplace.io/server/shibui-finance Summary: Stock screening for Claude: 64 years of data, 50+ technical indicators - NASDAQ & NYSE Description: Shibui Finance gives Claude direct access to a financial database covering 9,900+ US companies on NYSE and NASDAQ. Ask questions in plain English and get answers backed by real data: stock screening, company comparisons, technical analysis, earnings trends, and multi-decade backtesting. No API keys, no coding, no expensive subscriptions. Just connect and ask. Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.shibui.finance/mcp MCP Tools (11): stock_data_query, get_database_schema, get_query_patterns, load_fundamental_workflow, load_technical_workflow, load_screening_workflow, load_comparison_workflow, load_earnings_workflow, load_backtesting_workflow, load_filing_workflow, export_to_excel Security Score: 8/10 Installs: 1 Creator: Christian Richter Creator Reputation: B Version: 1.0.3 Uptime Status: up Tags: finance, stock screener, technical analysis, fundamental analysis, backtesting, dividends, valuation, NYSE, NASDAQ Use Cases: Stock Screening, Company Analysis, Technical Analysis, Backtesting, Earnings Analysis, Sector Comparison, Dividend Research, Portfolio Research, Financial Education, Valuation Install (Claude Code Remote): claude mcp add --transport http shibui-finance https://mcp.shibui.finance/mcp --- ## Server URL: https://mcp-marketplace.io/server/io-github-aidemd-mcp-server Summary: MCP server that teaches any AI agent the AIDE methodology via progressive disclosure Category: Developer Tools Mode: local Pricing: Free npm: @aidemd-mcp/server GitHub: https://github.com/aidemd-mcp/server Security Score: 4.2/10 Creator: Aidemd Mcp Creator Reputation: B Version: 0.9.0 Install (Claude Code): claude mcp add io-github-aidemd-mcp-server -- npx -y @aidemd-mcp/server@0.9.0 --- ## Cli URL: https://mcp-marketplace.io/server/io-github-silostack-tokenrip Summary: Collaboration layer for AI agents. Publish assets, send messages, manage threads and contacts. Description: Collaboration layer for AI agents. Publish assets, send messages, manage threads and contacts. Remote endpoints: streamable-http: https://api.tokenrip.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.tokenrip.com/mcp GitHub: https://github.com/tokenrip/cli Security Score: 4.2/10 Creator: Tokenrip Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-silostack-tokenrip https://api.tokenrip.com/mcp --- ## Omophub URL: https://mcp-marketplace.io/server/io-github-omophub-omophub-mcp Summary: Search, lookup, map, and navigate OMOP medical vocabularies via AI agents Category: Developer Tools Mode: local Pricing: Free npm: @omophub/omophub-mcp GitHub: https://github.com/OMOPHub/omophub-mcp Security Score: 10/10 Creator: OMOPHub Creator Reputation: B Version: 1.1.0 Required Credentials: OMOPHUB_API_KEY (required) Install (Claude Code): claude mcp add io-github-omophub-omophub-mcp -- npx -y @omophub/omophub-mcp@1.4.0 --- ## Cost Optimal Model Selector URL: https://mcp-marketplace.io/server/io-github-evozim-cost-optimal-model-selector-mcp Summary: Premium agentic endpoint for cost-optimal-model-selector-mcp. Description: Premium agentic endpoint for cost-optimal-model-selector-mcp. Remote endpoints: sse: https://api.m2mcent.com/cost-optimal-model-selector-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cost-optimal-model-selector-mcp/sse MCP Tools (1): cost-optimal-model-selector-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cost-optimal-model-selector-mcp https://api.m2mcent.com/cost-optimal-model-selector-mcp/sse --- ## Inday Holiday Api URL: https://mcp-marketplace.io/server/io-github-gokhanibrikci-inday-holiday-api Summary: Public holiday data for 30+ countries. Check holidays, working days and calendars via AI assistants. Description: Public holiday data for 30+ countries. Check holidays, working days and calendars via AI assistants. Remote endpoints: streamable-http: https://inday.co/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://inday.co/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gokhanibrikci-inday-holiday-api https://inday.co/api/mcp --- ## Memory URL: https://mcp-marketplace.io/server/io-github-shackleai-memory Summary: Persistent memory for AI coding tools. 11 tools for any MCP-compatible AI tool. Category: Developer Tools Mode: local Pricing: Free npm: @shackleai/memory-mcp GitHub: https://github.com/shackleai/memory-mcp Security Score: 6.5/10 Creator: Shackleai Creator Reputation: B Version: 0.5.2 Install (Claude Code): claude mcp add io-github-shackleai-memory -- npx -y @shackleai/memory-mcp@0.5.2 --- ## Claude Memory Manager URL: https://mcp-marketplace.io/server/io-github-nyxtoolsdev-claude-memory-manager Summary: Cross-session memory for Claude Code — context capture, semantic search, recall Category: Developer Tools Mode: local Pricing: Free PyPI: claude-memory-manager GitHub: https://github.com/NyxToolsDev/claude-memory-manager Security Score: 6.5/10 Creator: NyxToolsDev Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-nyxtoolsdev-claude-memory-manager -- uvx claude-memory-manager==0.1.1 --- ## Library URL: https://mcp-marketplace.io/server/ai-childpsychiatry-library Summary: Clinician-reviewed library on child psychiatric evaluation and medication decision-making. Description: Clinician-reviewed library on child psychiatric evaluation and medication decision-making. Remote endpoints: streamable-http: https://childpsychiatry.ai/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://childpsychiatry.ai/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-childpsychiatry-library https://childpsychiatry.ai/api/mcp/v1 --- ## Signal URL: https://mcp-marketplace.io/server/com-a3eecosystem-neurotrade-signal Summary: AI-powered crypto trading signals: direction, confidence, TP/SL, thesis, technicals. 8 strategies. Description: AI-powered crypto trading signals: direction, confidence, TP/SL, thesis, technicals. 8 strategies. Remote endpoints: streamable-http: https://neurotrade.a3eecosystem.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://neurotrade.a3eecosystem.com/mcp MCP Tools (2): generate_signal, get_account Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-a3eecosystem-neurotrade-signal https://neurotrade.a3eecosystem.com/mcp --- ## Stock Price X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-stock-price Summary: Real-time stock quotes — price, change, volume, market cap. x402 micropayment. Description: Real-time stock quotes — price, change, volume, market cap. x402 micropayment. Remote endpoints: sse: https://stock-price.api.klymax402.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://stock-price.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/stock-price-x402 MCP Tools (1): finance_get_stock_price Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-stock-price https://stock-price.api.klymax402.com/mcp --- ## Library URL: https://mcp-marketplace.io/server/ai-teenadhd-library Summary: Clinician-reviewed library on ADHD in teens — accommodations, executive function, evaluations. Description: Clinician-reviewed library on ADHD in teens — accommodations, executive function, evaluations. Remote endpoints: streamable-http: https://teenadhd.ai/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://teenadhd.ai/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-teenadhd-library https://teenadhd.ai/api/mcp/v1 --- ## Papertext URL: https://mcp-marketplace.io/server/app-papertext-app-papertext-mcp Summary: Academic literature search, retrieval, and private library management on top of OpenAlex. Description: Academic literature search, retrieval, and private library management on top of OpenAlex. Remote endpoints: streamable-http: https://app.papertext.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.papertext.app/mcp GitHub: https://github.com/jhytabest/papertext Security Score: 8/10 Creator: Jhytabest Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-papertext-app-papertext-mcp https://app.papertext.app/mcp --- ## Revettr Python URL: https://mcp-marketplace.io/server/io-github-alexanderlawson17-revettr-mcp Summary: Counterparty risk scoring for agentic commerce via x402 micropayments. Description: Counterparty risk scoring for agentic commerce via x402 micropayments. Remote endpoints: streamable-http: https://revettr.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: revettr Remote URL: https://revettr.com/mcp GitHub: https://github.com/AlexanderLawson17/revettr-python Security Score: 6.5/10 Creator: AlexanderLawson17 Creator Reputation: D Version: 0.2.3 Install (Claude Code): claude mcp add io-github-alexanderlawson17-revettr-mcp -- uvx revettr==0.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-alexanderlawson17-revettr-mcp https://revettr.com/mcp --- ## Hidden Empire URL: https://mcp-marketplace.io/server/io-github-mctx-ai-hidden-empire Summary: Play a legendary text adventure by talking to your AI — no commands to memorize. The Hidden Empire p Description: Play a legendary text adventure by talking to your AI — no commands to memorize. The Hidden Empire p Remote endpoints: sse: https://hidden-empire.mctx.ai/v0.10.0 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hidden-empire.mctx.ai/v0.10.0 Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.10.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mctx-ai-hidden-empire https://hidden-empire.mctx.ai/v0.10.0 --- ## Fhir Mcp Suite URL: https://mcp-marketplace.io/server/io-github-pcmedsinge-mcp-fhir Summary: FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner). Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-fhir GitHub: https://github.com/pcmedsinge/fhir-mcp-suite Security Score: 9.2/10 Creator: Pcmedsinge Creator Reputation: B Version: 1.1.1 Required Credentials: FHIR_BASE_URL (optional), SMART_ENABLED (optional) Install (Claude Code): claude mcp add io-github-pcmedsinge-mcp-fhir -- uvx mcp-fhir --- ## Library URL: https://mcp-marketplace.io/server/ai-teenpsychiatry-library Summary: Open-access rating scales and clinical references for adolescent psychiatry clinicians. Description: Open-access rating scales and clinical references for adolescent psychiatry clinicians. Remote endpoints: streamable-http: https://teenpsychiatry.ai/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://teenpsychiatry.ai/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-teenpsychiatry-library https://teenpsychiatry.ai/api/mcp/v1 --- ## Soluble URL: https://mcp-marketplace.io/server/io-github-petitsolu-solubles Summary: Solutions journalism podcast (FR): ecology, climate, society. Search, transcripts, junior versions. Description: Solutions journalism podcast (FR): ecology, climate, society. Search, transcripts, junior versions. Remote endpoints: streamable-http: https://mcp.csoluble.media/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.csoluble.media/api/mcp GitHub: https://github.com/petitsolu/soluble-mcp Security Score: 6.2/10 Creator: Petitsolu Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-petitsolu-solubles https://mcp.csoluble.media/api/mcp --- ## Liquidation Oracle X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-liquidation-oracle Summary: Real-time DeFi liquidation risk levels by protocol and asset. DeFiLlama-powered. x402. Description: Real-time DeFi liquidation risk levels by protocol and asset. DeFiLlama-powered. x402. Remote endpoints: sse: https://liquidation-oracle.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://liquidation-oracle.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/liquidation-oracle-x402 MCP Tools (1): defi_get_liquidation_levels Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-liquidation-oracle https://liquidation-oracle.api.klymax402.com/mcp --- ## Openocd URL: https://mcp-marketplace.io/server/io-github-microhenrio-openocd-mcp Summary: Debug microcontrollers via OpenOCD: flash, breakpoints, memory, registers and variables. Category: Developer Tools Mode: local Pricing: Free PyPI: openocd-mcp GitHub: https://github.com/microhenrio/openocd-mcp Security Score: 4.4/10 Creator: Microhenrio Creator Reputation: B Version: 0.4.5 Required Credentials: OPENOCD_BIN (optional), OPENOCD_MCP_CONFIG (optional), OPENOCD_MCP_READONLY (optional) Install (Claude Code): claude mcp add io-github-microhenrio-openocd-mcp -- uvx openocd-mcp==0.4.5 --- ## Perfex Rest Api Examples URL: https://mcp-marketplace.io/server/com-themesic-perfex-crm Summary: Read and write a self-hosted Perfex CRM from an AI agent: 148 permission-filtered tools. Description: Read and write a self-hosted Perfex CRM from an AI agent: 148 permission-filtered tools. Remote endpoints: streamable-http: https://{perfex_host}/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{perfex_host}/api/mcp GitHub: https://github.com/themesic/perfex-rest-api-examples Security Score: 9.9/10 Creator: Themesic Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http com-themesic-perfex-crm 'https://{perfex_host}/api/mcp' --- ## Deckofcards URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-deckofcards Summary: Deck of Cards MCP — wraps deckofcardsapi.com (free, no auth) Description: Deck of Cards MCP — wraps deckofcardsapi.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/deckofcards/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/deckofcards/mcp GitHub: https://github.com/pipeworx-io/mcp-deckofcards MCP Tools (3): new_deck, draw_cards, shuffle_deck Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-deckofcards https://gateway.pipeworx.io/deckofcards/mcp --- ## Ecz Id Mcp Verifier URL: https://mcp-marketplace.io/server/io-github-ecocitizenz-ecz-id-mcp-verifier Summary: Local-first, read-only ECZ-ID verifier over MCP (stdio): checks, reports, explains, routes. Category: Developer Tools Mode: local Pricing: Free npm: @ecocitizenz/ecz-id-mcp-verifier GitHub: https://github.com/Ecocitizenz/ecz-id-mcp-verifier Security Score: 5.2/10 Creator: Ecocitizenz Creator Reputation: B Version: 0.9.0 Install (Claude Code): claude mcp add io-github-ecocitizenz-ecz-id-mcp-verifier -- npx -y @ecocitizenz/ecz-id-mcp-verifier@0.9.0 --- ## Hittheroad URL: https://mcp-marketplace.io/server/io-github-hittheroad-git-hittheroad-mcp Summary: Search campervans and motorhomes worldwide. 300+ rental companies. AU, NZ, US, CA, UK and more. Description: Search campervans and motorhomes worldwide. 300+ rental companies. AU, NZ, US, CA, UK and more. Remote endpoints: streamable-http: https://hittheroad.rentals/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hittheroad.rentals/mcp GitHub: https://github.com/HitTheRoad-Git/hittheroad-mcp MCP Tools (2): search_campervans, list_locations Security Score: 10/10 Creator: HitTheRoad Git Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hittheroad-git-hittheroad-mcp https://hittheroad.rentals/mcp --- ## Longhand URL: https://mcp-marketplace.io/server/io-github-wynelson94-longhand Summary: Local memory for Claude Code. Semantic recall across session history with zero API calls. Category: Developer Tools Mode: local Pricing: Free PyPI: longhand GitHub: https://github.com/Wynelson94/longhand Security Score: 7/10 Creator: Wynelson94 Creator Reputation: B Version: 0.5.5 Install (Claude Code): claude mcp add io-github-wynelson94-longhand -- uvx longhand==0.5.11 --- ## Library URL: https://mcp-marketplace.io/server/ai-childadhd-library Summary: Clinician-reviewed library on ADHD in children — evaluation, treatment, school, parenting. Description: Clinician-reviewed library on ADHD in children — evaluation, treatment, school, parenting. Remote endpoints: streamable-http: https://childadhd.ai/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://childadhd.ai/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-childadhd-library https://childadhd.ai/api/mcp/v1 --- ## Gembook URL: https://mcp-marketplace.io/server/xyz-gembook-gembook Summary: Neutral prices + PSA population for PSA-graded vintage Pokémon (WotC 1999–2003). Read-only. Description: Neutral prices + PSA population for PSA-graded vintage Pokémon (WotC 1999–2003). Read-only. Remote endpoints: streamable-http: https://gembook.xyz/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gembook.xyz/api/mcp/mcp MCP Tools (3): lookup_card_price, lookup_pop_report, get_methodology_summary Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http xyz-gembook-gembook https://gembook.xyz/api/mcp/mcp --- ## Vaquill URL: https://mcp-marketplace.io/server/io-github-vaquill-ai-vaquill-mcp Summary: Search US federal and 50-state statutes, regulations, constitutions, and court rules. Description: Search US federal and 50-state statutes, regulations, constitutions, and court rules. Remote endpoints: streamable-http: https://mcp.vaquill.ai/s/_ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.vaquill.ai/s/_ GitHub: https://github.com/Vaquill-AI/vaquill-mcp Security Score: 3.2/10 Creator: Vaquill AI Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vaquill-ai-vaquill-mcp https://mcp.vaquill.ai/s/_ --- ## Chainlove URL: https://mcp-marketplace.io/server/love-chain-app-chainlove-mcp Summary: Hosted MCP gateway for Web3 infra discovery across 20+ networks via one endpoint. Description: Hosted MCP gateway for Web3 infra discovery across 20+ networks via one endpoint. Remote endpoints: streamable-http: https://app.chain.love/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.chain.love/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http love-chain-app-chainlove-mcp https://app.chain.love/mcp --- ## Timezone Converter X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-timezone-converter Summary: Convert datetime between timezones. List all IANA zones. x402 micropayment. Description: Convert datetime between timezones. List all IANA zones. x402 micropayment. Remote endpoints: sse: https://timezone-converter.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://timezone-converter.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/timezone-converter-x402 MCP Tools (1): utility_convert_timezone Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-timezone-converter https://timezone-converter.api.klymax402.com/mcp --- ## Wildrunai URL: https://mcp-marketplace.io/server/com-wildrunai-mcp-validator Summary: Score MCP tool definitions 0-100. Checks names, schemas, annotations, and uniqueness. Description: Score MCP tool definitions 0-100. Checks names, schemas, annotations, and uniqueness. Remote endpoints: streamable-http: https://wildrunai.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wildrunai.com/api/mcp GitHub: https://github.com/wildrunai/wildrunai MCP Tools (1): validate_mcp_tools Security Score: 9/10 Creator: Wildrunai Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http com-wildrunai-mcp-validator https://wildrunai.com/api/mcp --- ## Sentinelgate URL: https://mcp-marketplace.io/server/io-github-sentinel-gate-sentinelgate Summary: Every MCP tool call intercepted, checked, and logged — before it executes. Description: You have 10 MCP servers connected. Do you know what they're doing? SentinelGate is a proxy that sits in front of all of them — every tool call checked against CEL policies, logged, and blocked if it breaks a rule. One binary, zero config, works with any MCP client. Category: Security Mode: local Pricing: Free GitHub: https://github.com/Sentinel-Gate/Sentinelgate Security Score: 10/10 Creator: Sentinel-Gate Creator Reputation: C Version: 2.0.0 Tags: security, mcp, proxy, access-control, audit, CEL, RBAC, AI-agents, open-source Use Cases: AI agent security, MCP access control, tool call auditing, prompt injection defense, compliance logging. --- ## Deepledger URL: https://mcp-marketplace.io/server/ai-deepledger-mcp Summary: AI bookkeeping for QuickBooks Online — 28 tools for transactions, reports, and bank feeds Description: AI bookkeeping for QuickBooks Online — 28 tools for transactions, reports, and bank feeds Remote endpoints: streamable-http: https://mcp.deepledger.ai/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.deepledger.ai/mcp GitHub: https://github.com/naga-deepledger/deepledger-mcp Security Score: 8/10 Installs: 1 Creator: naga-deepledger Creator Reputation: D Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-deepledger-mcp https://mcp.deepledger.ai/mcp --- ## Odoo URL: https://mcp-marketplace.io/server/io-github-nicolasramos-odoo-mcp Summary: MCP server for Odoo 18 with 38 business tools Category: Developer Tools Mode: local Pricing: Free PyPI: odoo-18-mcp-server GitHub: https://github.com/nicolasramos/odoo-mcp.git Security Score: 3.5/10 Creator: Nicolasramos Creator Reputation: B Version: 1.0.1 Required Credentials: ODOO_URL (optional), ODOO_DB (optional), ODOO_USERNAME (optional), ODOO_PASSWORD (required), ODOO_MCP_DEFAULT_LIMIT (optional), ODOO_MCP_MAX_LIMIT (optional) Install (Claude Code): claude mcp add io-github-nicolasramos-odoo-mcp -- uvx odoo-18-mcp-server --- ## Mcp URL: https://mcp-marketplace.io/server/trade-quote-mcp Summary: Quote.Trade MCP: login, deposit address, market data, orders, and withdraws. Description: Quote.Trade MCP: login, deposit address, market data, orders, and withdraws. Remote endpoints: streamable-http: https://quote.trade/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://quote.trade/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.5.6 Install (Claude Code Remote): claude mcp add --transport http trade-quote-mcp https://quote.trade/mcp --- ## Agentnet URL: https://mcp-marketplace.io/server/io-github-oxgeneral-agentnet Summary: Agent-to-agent referral network. Discover, recommend, and refer users between AI agents via MCP. Description: Agent-to-agent referral network. Discover, recommend, and refer users between AI agents via MCP. Remote endpoints: streamable-http: https://79.137.184.124.nip.io:8421/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/oxgeneral/agentnet Security Score: 10/10 Creator: Oxgeneral Creator Reputation: B Version: 1.0.0 --- ## Roomza URL: https://mcp-marketplace.io/server/io-github-roomza-inc-roomza Summary: Hotel and room intelligence from Roomza — scores, reviews, and room details. Description: Hotel and room intelligence from Roomza — scores, reviews, and room details. Remote endpoints: streamable-http: https://www.roomza.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.roomza.com/api/mcp GitHub: https://github.com/Roomza-Inc/Roomza Security Score: 9/10 Creator: Roomza Inc Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-roomza-inc-roomza https://www.roomza.com/api/mcp --- ## JSONLSPAGeneral URL: https://mcp-marketplace.io/server/io-github-irmasemma-jsonlify Summary: Validate and convert JSONL fine-tuning data across 11 AI providers. 13 tools. Description: Validate and convert JSONL fine-tuning data across 11 AI providers. 13 tools. Remote endpoints: streamable-http: https://www.jsonlify.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.jsonlify.com/api/mcp GitHub: https://github.com/irmasemma/JSONLSPAGeneral Security Score: 9/10 Creator: Irmasemma Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-irmasemma-jsonlify https://www.jsonlify.com/api/mcp --- ## Stobo URL: https://mcp-marketplace.io/server/io-github-stobo-app-seo-audit Summary: AI-powered SEO and AEO audit for websites Category: Developer Tools Mode: local Pricing: Free PyPI: stobo-mcp GitHub: https://github.com/stobo-app/stobo-mcp Security Score: 9/10 Creator: Stobo App Creator Reputation: B Version: 0.4.3 Required Credentials: STOBO_API_KEY (required), STOBO_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-stobo-app-seo-audit -- uvx stobo-mcp==0.5.4 --- ## Stocksense URL: https://mcp-marketplace.io/server/io-github-mikejj-creation-stocksense Summary: Financial data for AI agents: SEC filings, price history, insider trades, and more. Category: Developer Tools Mode: local Pricing: Free PyPI: stocksense GitHub: https://github.com/mikejj-creation/stocksense Security Score: 7/10 Creator: Yunhan Jin Creator Reputation: D Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mikejj-creation-stocksense -- uvx stocksense==0.1.1 --- ## Library URL: https://mcp-marketplace.io/server/com-teenpsychiatry-library Summary: Adolescent psychiatry library focused on the medication decisions parents wrestle with. Description: Adolescent psychiatry library focused on the medication decisions parents wrestle with. Remote endpoints: streamable-http: https://teenpsychiatry.com/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://teenpsychiatry.com/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-teenpsychiatry-library https://teenpsychiatry.com/api/mcp/v1 --- ## Agentic Platform URL: https://mcp-marketplace.io/server/io-github-andysalvo-agentic-platform Summary: Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation. Description: Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation. Remote endpoints: streamable-http: https://platform.crestsystems.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://platform.crestsystems.ai/mcp GitHub: https://github.com/andysalvo/agentic-platform Security Score: 5.7/10 Creator: Andysalvo Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-andysalvo-agentic-platform https://platform.crestsystems.ai/mcp --- ## Mudrex URL: https://mcp-marketplace.io/server/io-github-mudrex-mcp-server Summary: MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools. Description: MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools. Remote endpoints: streamable-http: https://mudrex.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mudrex.com/mcp GitHub: https://github.com/mudrex/mcp-server Security Score: 9/10 Creator: Mudrex Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mudrex-mcp-server https://mudrex.com/mcp --- ## Web Retrieval URL: https://mcp-marketplace.io/server/io-github-velvetsp-web-retrieval-mcp Summary: MCP web search + tiered web fetch for AI agents (Exa, Firecrawl), SSRF-guarded, cross-platform. Category: Developer Tools Mode: local Pricing: Free PyPI: web-retrieval-mcp GitHub: https://github.com/VelvetSP/web-retrieval-mcp Security Score: 10/10 Creator: VelvetSP Creator Reputation: B Version: 0.1.2 Required Credentials: EXA_API_KEY (required), FIRECRAWL_API_KEY (required) Install (Claude Code): claude mcp add io-github-velvetsp-web-retrieval-mcp -- uvx web-retrieval-mcp==0.1.2 --- ## SqueezeOS URL: https://mcp-marketplace.io/server/io-github-timwal78-xdeo Summary: Reputation-ranked analyst earnings estimates. Pay per call via x402 on Base. Description: Reputation-ranked analyst earnings estimates. Pay per call via x402 on Base. Remote endpoints: streamable-http: https://xdeo.timothy-walton45.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://xdeo.timothy-walton45.workers.dev/mcp GitHub: https://github.com/Timwal78/SqueezeOS MCP Tools (8): list_tickers, ticker_consensus, list_estimates, read_estimate, submit_estimate, leaderboard, verdict, ai_thesis Security Score: 8/10 Creator: Timwal78 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-timwal78-xdeo https://xdeo.timothy-walton45.workers.dev/mcp --- ## Wistia Api URL: https://mcp-marketplace.io/server/io-github-wistia-wistia-api-mcp Summary: Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP. Description: Manage Wistia videos, channels, folders, captions, customizations, and analytics via MCP. Remote endpoints: streamable-http: https://api.wistia.com/mcp/api Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.wistia.com/mcp/api Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-wistia-wistia-api-mcp https://api.wistia.com/mcp/api --- ## Slack URL: https://mcp-marketplace.io/server/io-github-crunchtools-slack Summary: Secure read-only MCP server for Slack workspaces Category: Communication Mode: local Pricing: Free PyPI: mcp-slack-crunchtools GitHub: https://github.com/crunchtools/mcp-slack Security Score: 4.5/10 Creator: Crunchtools Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-crunchtools-slack -- uvx mcp-slack-crunchtools==0.1.3 --- ## Adbutler URL: https://mcp-marketplace.io/server/com-adbutler-mcp-server Summary: Manage AdButler campaigns, zones, ad items, VAST, and reports from Claude, ChatGPT, and Cursor. Description: Manage AdButler campaigns, zones, ad items, VAST, and reports from Claude, ChatGPT, and Cursor. Remote endpoints: streamable-http: https://mcp.adbutler.com/mcp sse: https://mcp.adbutler.com/sse Category: Developer Tools Mode: dual Pricing: Free npm: @adbutler/mcp-server Remote URL: https://mcp.adbutler.com/mcp GitHub: https://github.com/adbutler/mcp-server Security Score: 10/10 Creator: Adbutler Creator Reputation: B Version: 2.4.2 Required Credentials: ADBUTLER_API_KEY (required) Install (Claude Code): claude mcp add com-adbutler-mcp-server -- npx -y @adbutler/mcp-server@2.4.2 Install (Claude Code Remote): claude mcp add --transport http com-adbutler-mcp-server https://mcp.adbutler.com/mcp --- ## Library URL: https://mcp-marketplace.io/server/ai-teenanxiety-library Summary: Clinician-reviewed library on social anxiety, panic, and school refusal in adolescents. Description: Clinician-reviewed library on social anxiety, panic, and school refusal in adolescents. Remote endpoints: streamable-http: https://teenanxiety.ai/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://teenanxiety.ai/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-teenanxiety-library https://teenanxiety.ai/api/mcp/v1 --- ## Promptspeak URL: https://mcp-marketplace.io/server/io-github-chrbailey-promptspeak Summary: Pre-execution governance for AI agents. Validates tool calls before they execute. Category: Developer Tools Mode: local Pricing: Free npm: @chrbailey/promptspeak-mcp-server GitHub: https://github.com/chrbailey/promptspeak-mcp-server Security Score: 5/10 Creator: Chrbailey Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-chrbailey-promptspeak -- npx -y @chrbailey/promptspeak-mcp-server@0.4.2 --- ## Wassel URL: https://mcp-marketplace.io/server/io-github-aymanelhakim-wassel Summary: MENA commerce integration layer for AI agents: payments, BNPL, logistics, e-commerce, tax. Description: MENA commerce integration layer for AI agents: payments, BNPL, logistics, e-commerce, tax. Remote endpoints: streamable-http: https://api.wassel.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.wassel.cloud/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aymanelhakim-wassel https://api.wassel.cloud/mcp --- ## Faireplace Public URL: https://mcp-marketplace.io/server/com-faireplace-public-tools Summary: French rental tools: create & e-sign a lease, rent control, IRL, deposit, receipts (France). Description: French rental tools: create & e-sign a lease, rent control, IRL, deposit, receipts (France). Remote endpoints: streamable-http: https://mcp.faireplace.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.faireplace.com/mcp GitHub: https://github.com/ykarmouta/faireplace-public-mcp Security Score: 5.2/10 Creator: Ykarmouta Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http com-faireplace-public-tools https://mcp.faireplace.com/mcp --- ## Tenzro Network URL: https://mcp-marketplace.io/server/network-tenzro-tenzro-layerzero Summary: LayerZero V2 MCP: EndpointV2 quotes, OFT transfers, Stargate V2, Value Transfer API, DVNs. Description: LayerZero V2 MCP: EndpointV2 quotes, OFT transfers, Stargate V2, Value Transfer API, DVNs. Remote endpoints: streamable-http: https://layerzero-mcp.tenzro.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://layerzero-mcp.tenzro.network/mcp GitHub: https://github.com/tenzro/tenzro-network MCP Tools (20): lz_encode_options, lz_get_chain_rpc, lz_get_deployments, lz_get_message, lz_get_messages_by_address, lz_list_chains, lz_list_dvns, lz_oft_list, lz_oft_quote, lz_oft_send, lz_quote_fee, lz_send_message, lz_stargate_quote, lz_stargate_send, lz_track_message, lz_transfer_build, lz_transfer_chains, lz_transfer_quote, lz_transfer_status, lz_transfer_tokens Security Score: 6.7/10 Creator: Tenzro Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-tenzro-tenzro-layerzero https://layerzero-mcp.tenzro.network/mcp --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-earthquakes Summary: Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts. Description: Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/earthquakes Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/earthquakes GitHub: https://github.com/xyver/daedal-map Security Score: 5.3/10 Creator: Xyver Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-earthquakes https://app.daedalmap.com/mcp/earthquakes --- ## Chipsai URL: https://mcp-marketplace.io/server/io-github-fgasparetto-chipsai-mcp Summary: MCP server for ChipsAI — manage chatbots, conversations, and AI models Category: Developer Tools Mode: local Pricing: Free PyPI: chipsai-mcp GitHub: https://github.com/fgasparetto/chipsai-mcp Security Score: 10/10 Creator: fgasparetto Creator Reputation: C Version: 1.0.1 Required Credentials: CHIPSAI_EMAIL (optional), CHIPSAI_PASSWORD (required) Install (Claude Code): claude mcp add io-github-fgasparetto-chipsai-mcp -- uvx chipsai-mcp==1.1.0 --- ## Postassembly App URL: https://mcp-marketplace.io/server/com-postassembly-post-assembly Summary: Editorial tools for LinkedIn. Capture ideas, draft posts, build narrative arcs, manage a schedule. Description: Editorial tools for LinkedIn. Capture ideas, draft posts, build narrative arcs, manage a schedule. Remote endpoints: streamable-http: https://app.postassembly.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.postassembly.com/api/mcp GitHub: https://github.com/toddwilkens/postassembly-app Security Score: 9/10 Creator: Toddwilkens Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-postassembly-post-assembly https://app.postassembly.com/api/mcp --- ## Library URL: https://mcp-marketplace.io/server/ai-childanxiety-library Summary: Clinician-reviewed library on anxiety, OCD, and phobias in children ages 5–12. Description: Clinician-reviewed library on anxiety, OCD, and phobias in children ages 5–12. Remote endpoints: streamable-http: https://childanxiety.ai/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://childanxiety.ai/api/mcp/v1 MCP Tools (6): search_articles, list_articles, get_article, cite_article, get_microsite_info, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-childanxiety-library https://childanxiety.ai/api/mcp/v1 --- ## Codewars URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-codewars Summary: Codewars user profiles, completed kata, authored kata, kata detail. Keyless. Description: Codewars user profiles, completed kata, authored kata, kata detail. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/codewars/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/codewars/mcp GitHub: https://github.com/pipeworx-io/mcp-codewars MCP Tools (18): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, user, user_completed, user_authored, kata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-codewars https://gateway.pipeworx.io/codewars/mcp --- ## Graph Aave URL: https://mcp-marketplace.io/server/io-github-paulieb14-graph-aave-mcp Summary: AAVE V2/V3 lending & governance MCP — 7 chains via The Graph subgraphs Category: Developer Tools Mode: local Pricing: Free npm: graph-aave-mcp GitHub: https://github.com/PaulieB14/graph-aave-mcp Security Score: 7/10 Creator: PaulieB14 Creator Reputation: B Version: 1.0.0 Required Credentials: GRAPH_API_KEY (required) Install (Claude Code): claude mcp add io-github-paulieb14-graph-aave-mcp -- npx -y graph-aave-mcp@4.0.7 --- ## TVWizard URL: https://mcp-marketplace.io/server/ai-djwizard-tvwizard Summary: Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules. Description: Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules. Remote endpoints: streamable-http: https://tv.djwizard.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tv.djwizard.ai/mcp/ GitHub: https://github.com/fizzious1/TVWizard-mcp Security Score: 10/10 Creator: Fizzious1 Creator Reputation: B Version: 0.7.0 Install (Claude Code Remote): claude mcp add --transport http ai-djwizard-tvwizard https://tv.djwizard.ai/mcp/ --- ## Mental Health Care URL: https://mcp-marketplace.io/server/com-emorahealth-mental-health-care Summary: Search providers, check availability, book evaluations, and estimate insurance copays. Description: Search providers, check availability, book evaluations, and estimate insurance copays. Remote endpoints: streamable-http: https://www.emorahealth.com/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.emorahealth.com/api/mcp/v1 MCP Tools (10): recommend_path, find_provider, check_availability, get_emora_info, search_content, browse_pages, get_cost_estimate, book_matching_session, book_appointment, get_crisis_resources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-emorahealth-mental-health-care https://www.emorahealth.com/api/mcp/v1 --- ## Service IDig URL: https://mcp-marketplace.io/server/net-softricks-idig-dns Summary: Professional DNS diagnostics: 14 tools for DNS, DNSSEC, email security, SSL, and propagation. Description: Professional DNS diagnostics: 14 tools for DNS, DNSSEC, email security, SSL, and propagation. Remote endpoints: sse: https://mcp.softricks.net/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.softricks.net/sse GitHub: https://github.com/kbhave/MCP-Service-iDig Security Score: 9.8/10 Creator: Kbhave Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-softricks-idig-dns https://mcp.softricks.net/sse --- ## Procureradar URL: https://mcp-marketplace.io/server/io-github-tonyback0101-cmyk-buyer-intelligence Summary: Find verified global B2B buyers by category & country. Free anonymous discovery. SGX-listed. Description: Find verified global B2B buyers by category & country. Free anonymous discovery. SGX-listed. Remote endpoints: streamable-http: https://www.procureradar.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.procureradar.com/api/mcp GitHub: https://github.com/tonyback0101-cmyk/procureradar-mcp-server MCP Tools (6): find_buyers, enrich_buyer_contact, analyze_buyer_intelligence, submit_discovery_job, check_discovery_task, list_group_buy_pools Security Score: 10/10 Creator: Tonyback0101 Cmyk Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-tonyback0101-cmyk-buyer-intelligence https://www.procureradar.com/api/mcp --- ## Cpm Cpa Arbitrage URL: https://mcp-marketplace.io/server/io-github-evozim-cpm-cpa-arbitrage-mcp Summary: Premium agentic endpoint for cpm-cpa-arbitrage-mcp. Description: Premium agentic endpoint for cpm-cpa-arbitrage-mcp. Remote endpoints: sse: https://api.m2mcent.com/cpm-cpa-arbitrage-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cpm-cpa-arbitrage-mcp/sse MCP Tools (1): cpm-cpa-arbitrage-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cpm-cpa-arbitrage-mcp https://api.m2mcent.com/cpm-cpa-arbitrage-mcp/sse --- ## Permit Verdicts URL: https://mcp-marketplace.io/server/io-github-okwithit9-debug-permit-verdicts Summary: Building-permit verdicts by address, with cited records. SF, Seattle, Austin, NYC. Pay per call. Description: Building-permit verdicts by address, with cited records. SF, Seattle, Austin, NYC. Pay per call. Remote endpoints: streamable-http: https://permit-api-production-7375.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://permit-api-production-7375.up.railway.app/mcp MCP Tools (4): list_jurisdictions, check_permit_activity, find_active_projects, get_permit_verdict Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-okwithit9-debug-permit-verdicts https://permit-api-production-7375.up.railway.app/mcp --- ## Agent Output Guard URL: https://mcp-marketplace.io/server/io-github-agenson-horrowitz-agent-output-guard Summary: Validate and verify data from other agents before acting on it. Zero LLM costs. Category: Developer Tools Mode: local Pricing: Free npm: @agenson-horrowitz/agent-output-guard-mcp GitHub: https://github.com/agenson-tools/agent-output-guard-mcp Security Score: 7.5/10 Creator: Agenson Tools Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-agenson-horrowitz-agent-output-guard -- npx -y @agenson-horrowitz/agent-output-guard-mcp@1.0.8 --- ## Calaf URL: https://mcp-marketplace.io/server/ai-calaf-calaf Summary: Run your Calaf recruiting book from chat: firms, people, pipeline, calendar, notes, and prep. Description: Run your Calaf recruiting book from chat: firms, people, pipeline, calendar, notes, and prep. Remote endpoints: streamable-http: https://calaf.ai/api/mcp-account Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://calaf.ai/api/mcp-account GitHub: https://github.com/gallaghern51-art/calaf-mcp Security Score: 10/10 Creator: Gallaghern51 Art Creator Reputation: B Version: 1.8.1 Install (Claude Code Remote): claude mcp add --transport http ai-calaf-calaf https://calaf.ai/api/mcp-account --- ## Mcpregistry URL: https://mcp-marketplace.io/server/io-github-sourcegraph-mcp Summary: Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search. Description: Sourcegraph code search, semantic search, go-to-definition, find-references, and diff search. Remote endpoints: streamable-http: https://{sourcegraph_hostname}/.api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{sourcegraph_hostname}/.api/mcp GitHub: https://github.com/sourcegraph-community/mcpregistry Security Score: 9.5/10 Creator: Sourcegraph Community Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sourcegraph-mcp 'https://{sourcegraph_hostname}/.api/mcp' --- ## Barker URL: https://mcp-marketplace.io/server/money-barker-stablecoin-yield Summary: Barker's real-time stablecoin yield index + AI advisor + non-custodial deposit/redeem (x402 paid). Description: Barker's real-time stablecoin yield index + AI advisor + non-custodial deposit/redeem (x402 paid). Remote endpoints: streamable-http: https://mcp.barker.money/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.barker.money/mcp GitHub: https://github.com/barkermoney/barker-mcp MCP Tools (11): barker_defi_vaults, barker_market_overview, barker_market_trend, barker_yield_advisor, barker_pool_detail, barker_pool_history, barker_pool_search, barker_crosschain_routes, barker_executable_pools, barker_execution_quote, barker_vault_position Security Score: 10/10 Creator: Barkermoney Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http money-barker-stablecoin-yield https://mcp.barker.money/mcp --- ## Muumuu Domain URL: https://mcp-marketplace.io/server/io-github-pepabo-muumuu-domain-mcp Summary: Official remote MCP server bridge for Muumuu Domain. Description: Official remote MCP server bridge for Muumuu Domain. Remote endpoints: streamable-http: https://mcp.muumuu-domain.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.muumuu-domain.com/mcp GitHub: https://github.com/pepabo/muumuu-domain-mcp Security Score: 10/10 Creator: Pepabo Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pepabo-muumuu-domain-mcp https://mcp.muumuu-domain.com/mcp --- ## Google Adsagent URL: https://mcp-marketplace.io/server/md-adsagent-google-mcp Summary: Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes. Description: Hosted Google Ads MCP with OAuth, bounded reads, and prepare/confirm writes. Remote endpoints: streamable-http: https://google.adsagent.md/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://google.adsagent.md/mcp GitHub: https://github.com/adsagents/google-adsagent Security Score: 8/10 Creator: Adsagents Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http md-adsagent-google-mcp https://google.adsagent.md/mcp --- ## Jsonaut URL: https://mcp-marketplace.io/server/io-github-shoggi211-jsonaut Summary: Repair malformed JSON from LLM/agent output; optional JSON Schema coercion. Free + x402 paid. Description: Repair malformed JSON from LLM/agent output; optional JSON Schema coercion. Free + x402 paid. Remote endpoints: streamable-http: https://jsonaut.jsonaut-shaurya.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://jsonaut.jsonaut-shaurya.workers.dev/mcp GitHub: https://github.com/shoggi211/jsonaut Security Score: 4.8/10 Creator: Shoggi211 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shoggi211-jsonaut https://jsonaut.jsonaut-shaurya.workers.dev/mcp --- ## Corporate Tax Jurisdiction URL: https://mcp-marketplace.io/server/io-github-evozim-corporate-tax-jurisdiction-mcp Summary: Premium agentic endpoint for corporate-tax-jurisdiction-mcp. Description: Premium agentic endpoint for corporate-tax-jurisdiction-mcp. Remote endpoints: sse: https://api.m2mcent.com/corporate-tax-jurisdiction-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/corporate-tax-jurisdiction-mcp/sse MCP Tools (1): corporate-tax-jurisdiction-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-corporate-tax-jurisdiction-mcp https://api.m2mcent.com/corporate-tax-jurisdiction-mcp/sse --- ## Dig URL: https://mcp-marketplace.io/server/io-github-nakishiyaman-dig Summary: MCP server for code archaeology: git blame, file history, contributors, and co-change analysis Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-dig GitHub: https://github.com/nakishiyaman/mcp-server-dig Security Score: 10/10 Creator: Nakishiyaman Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-nakishiyaman-dig -- npx -y mcp-server-dig@0.40.0 --- ## Gate URL: https://mcp-marketplace.io/server/io-github-gateio-dev-gate-news Summary: Gate news MCP for crypto news, structured events, announcements, and social sentiment. Description: Gate news MCP for crypto news, structured events, announcements, and social sentiment. Remote endpoints: streamable-http: https://api.gatemcp.ai/mcp/news Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gatemcp.ai/mcp/news GitHub: https://github.com/gate/gate-mcp Security Score: 10/10 Creator: Gate Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gateio-dev-gate-news https://api.gatemcp.ai/mcp/news --- ## Gate URL: https://mcp-marketplace.io/server/io-github-gateio-dev-gate-dex Summary: Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access. Description: Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access. Remote endpoints: streamable-http: https://api.gatemcp.ai/mcp/dex Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gatemcp.ai/mcp/dex GitHub: https://github.com/gate/gate-mcp Security Score: 10/10 Creator: Gate Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gateio-dev-gate-dex https://api.gatemcp.ai/mcp/dex --- ## Paypal URL: https://mcp-marketplace.io/server/io-github-paypal-paypal-mcp-server Summary: A command line tool for setting up PayPal MCP server Category: Developer Tools Mode: local Pricing: Free npm: @paypal/mcp GitHub: https://github.com/paypal/paypal-mcp-server Security Score: 8/10 Creator: Paypal Creator Reputation: B Version: 1.8.1 Required Credentials: PAYPAL_ACCESS_TOKEN (required), PAYPAL_ENVIRONMENT (optional) Install (Claude Code): claude mcp add io-github-paypal-paypal-mcp-server -- npx -y @paypal/mcp@1.8.1 --- ## Jentic URL: https://mcp-marketplace.io/server/io-github-jentic-mcp-server Summary: Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute. Description: Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute. Remote endpoints: streamable-http: https://api.jentic.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.jentic.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jentic-mcp-server https://api.jentic.com/mcp --- ## Lolwiki URL: https://mcp-marketplace.io/server/ai-smithery-szge-lolwiki-mcp Summary: Generate friendly greetings for any audience. Toggle Pirate Mode for a playful, swashbuckling styl… Description: Generate friendly greetings for any audience. Toggle Pirate Mode for a playful, swashbuckling styl… Remote endpoints: streamable-http: https://server.smithery.ai/@szge/lolwiki-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/szge/lolwiki-mcp Security Score: 10/10 Creator: Szge Creator Reputation: B Version: 1.16.0 --- ## Parallect URL: https://mcp-marketplace.io/server/io-github-securecoders-parallect Summary: Fan out deep research across multiple AI providers, synthesize into one unified report. Description: Fan out deep research across multiple AI providers, synthesize into one unified report. Remote endpoints: streamable-http: https://parallect.ai/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://parallect.ai/api/mcp/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-securecoders-parallect https://parallect.ai/api/mcp/mcp --- ## Carbon Footprint URL: https://mcp-marketplace.io/server/io-github-mayanktalwar0-carbon-footprint-mcp Summary: An MCP server for calculating carbon footprints from bank statements using EPA GHG emission factors. Category: Developer Tools Mode: local Pricing: Free PyPI: carbon-footprint-mcp GitHub: https://github.com/MayankTalwar0/carbon-footprint-mcp Security Score: 4.8/10 Creator: MayankTalwar0 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-mayanktalwar0-carbon-footprint-mcp -- uvx carbon-footprint-mcp==1.0.1 --- ## Cambium URL: https://mcp-marketplace.io/server/io-github-jarmstrong158-cambium Summary: Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org. Category: Developer Tools Mode: local Pricing: Free PyPI: cambium-mcp GitHub: https://github.com/jarmstrong158/cambium Security Score: 10/10 Creator: Jarmstrong158 Creator Reputation: B Version: 0.2.0 Required Credentials: CAMBIUM_REPO (optional), CAMBIUM_AGENT_ID (optional), CAMBIUM_ORG_REPO (optional) Install (Claude Code): claude mcp add io-github-jarmstrong158-cambium -- uvx cambium-mcp==0.2.0 --- ## Github Server URL: https://mcp-marketplace.io/server/io-github-davidweb3-ctrl-github Summary: GitHub MCP Server - List PRs, issues, repo info, and search code Category: Developer Tools Mode: local Pricing: Free npm: @davidweb3-ctrl/mcp-github-server GitHub: https://github.com/davidweb3-ctrl/mcp-github-server Security Score: 5.2/10 Creator: david xia Creator Reputation: D Version: 1.0.0 Required Credentials: GITHUB_TOKEN (required) Install (Claude Code): claude mcp add io-github-davidweb3-ctrl-github -- npx -y @davidweb3-ctrl/mcp-github-server --- ## Invoke URL: https://mcp-marketplace.io/server/app-nanocorp-invoke-human-tasks Summary: Let your AI agent hire a human for tasks it can't do — first post free. Description: Let your AI agent hire a human for tasks it can't do — first post free. Remote endpoints: streamable-http: https://invoke.nanocorp.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://invoke.nanocorp.app/mcp GitHub: https://github.com/nanocorp-hq/invoke MCP Tools (3): post_task, post_human_task, hire_human Security Score: 8/10 Creator: Nanocorp Hq Creator Reputation: B Version: 0.1.4 Install (Claude Code Remote): claude mcp add --transport http app-nanocorp-invoke-human-tasks https://invoke.nanocorp.app/mcp --- ## Moltbook Http URL: https://mcp-marketplace.io/server/io-github-easingthemes-moltbook-mcp Summary: Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth. Category: Developer Tools Mode: local Pricing: Free npm: moltbook-http-mcp GitHub: https://github.com/easingthemes/moltbook-http-mcp Security Score: 9.1/10 Creator: Easingthemes Creator Reputation: B Version: 1.0.0 Required Credentials: MOLTBOOK_API_KEY (required) Install (Claude Code): claude mcp add io-github-easingthemes-moltbook-mcp -- npx -y moltbook-http-mcp@1.4.1 --- ## Recall URL: https://mcp-marketplace.io/server/io-github-recallworks-recall Summary: Open-source MCP memory server. Persistent, searchable, tiered memory across sessions. Category: Developer Tools Mode: local Pricing: Free PyPI: ai-recallworks GitHub: https://github.com/RecallWorks/Recall Security Score: 5.7/10 Creator: RecallWorks Creator Reputation: B Version: 0.5.2 Install (Claude Code): claude mcp add io-github-recallworks-recall -- uvx ai-recallworks==0.5.2 --- ## Robokassa URL: https://mcp-marketplace.io/server/io-github-artgas1-robokassa-mcp Summary: Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage). Category: Developer Tools Mode: local Pricing: Free PyPI: robokassa-mcp GitHub: https://github.com/artgas1/robokassa-mcp Security Score: 4.2/10 Creator: Artgas1 Creator Reputation: B Version: 0.1.2 Required Credentials: ROBOKASSA_LOGIN (optional), ROBOKASSA_PASSWORD1 (required), ROBOKASSA_PASSWORD2 (required), ROBOKASSA_PASSWORD3 (required) Install (Claude Code): claude mcp add io-github-artgas1-robokassa-mcp -- uvx robokassa-mcp==0.1.2 --- ## Social Monitoring URL: https://mcp-marketplace.io/server/com-mentionkit-social-monitoring Summary: Track social mentions, find opportunities, and manage keywords with Mentionkit. Description: Track social mentions, find opportunities, and manage keywords with Mentionkit. Remote endpoints: streamable-http: https://api.mentionkit.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mentionkit.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-mentionkit-social-monitoring https://api.mentionkit.com/mcp --- ## Macos URL: https://mcp-marketplace.io/server/io-github-jeomon-macos-mcp Summary: MCP server for macOS desktop automation via the Accessibility API. Category: Developer Tools Mode: local Pricing: Free PyPI: macos-mcp GitHub: https://github.com/Jeomon/macos-mcp Security Score: 4.2/10 Creator: Jeomon Creator Reputation: B Version: 0.3.6 Install (Claude Code): claude mcp add io-github-jeomon-macos-mcp -- uvx macos-mcp==0.3.6 --- ## Everyrow Sdk URL: https://mcp-marketplace.io/server/io-github-futuresearch-everyrow-mcp Summary: Give your AI a research team. Forecast, score, classify, or research every row of a dataset. Category: Developer Tools Mode: local Pricing: Free PyPI: everyrow-mcp GitHub: https://github.com/futuresearch/everyrow-sdk Security Score: 6.5/10 Creator: Futuresearch Creator Reputation: B Version: 0.5.1 Required Credentials: EVERYROW_API_KEY (required) Install (Claude Code): claude mcp add io-github-futuresearch-everyrow-mcp -- uvx everyrow-mcp --- ## Nordicdata URL: https://mcp-marketplace.io/server/cloud-nordicdata-nordic-data Summary: Global B2B intelligence for AI agents: 35M+ companies, 1.6M sanctions, KYB pack. 78 tools. Description: Global B2B intelligence for AI agents: 35M+ companies, 1.6M sanctions, KYB pack. 78 tools. Remote endpoints: streamable-http: https://api.nordicdata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @nordic-data/mcp Remote URL: https://api.nordicdata.cloud/mcp GitHub: https://github.com/sofiajameson20-star/Nordicdata Security Score: 9.7/10 Creator: Sofiajameson20 Star Creator Reputation: B Version: 1.2.1 Required Credentials: NORDIC_DATA_KEY (required) Install (Claude Code): claude mcp add cloud-nordicdata-nordic-data -- npx -y @nordic-data/mcp@0.1.1 Install (Claude Code Remote): claude mcp add --transport http cloud-nordicdata-nordic-data https://api.nordicdata.cloud/mcp --- ## Soapnoteapi URL: https://mcp-marketplace.io/server/com-soapnoteapi-soapnoteapi-mcp Summary: Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio. Category: Developer Tools Mode: local Pricing: Free npm: soapnoteapi-mcp GitHub: https://github.com/soapnoteaicom/soapnoteapi-mcp Security Score: 10/10 Creator: Soapnoteaicom Creator Reputation: B Version: 0.1.1 Required Credentials: SOAPNOTEAPI_KEY (required) Install (Claude Code): claude mcp add com-soapnoteapi-soapnoteapi-mcp -- npx -y soapnoteapi-mcp@0.1.1 --- ## Kuro URL: https://mcp-marketplace.io/server/com-fourmemeclaw-kuro-mcp Summary: AI agent tools: translation (95+ langs), crypto research, compliance, summarization. Description: AI agent tools: translation (95+ langs), crypto research, compliance, summarization. Remote endpoints: streamable-http: https://fourmemeclaw.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fourmemeclaw.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-fourmemeclaw-kuro-mcp https://fourmemeclaw.com/mcp --- ## Markifact URL: https://mcp-marketplace.io/server/com-markifact-mcp Summary: AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more. Description: AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more. Remote endpoints: streamable-http: https://api.markifact.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.markifact.com/mcp GitHub: https://github.com/markifact/markifact-mcp Security Score: 10/10 Creator: Markifact Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-markifact-mcp https://api.markifact.com/mcp --- ## Nuberea URL: https://mcp-marketplace.io/server/com-streamsapps-nuberea Summary: AI-powered biblical research tools — lexicons, morphology, manuscripts, and more. Description: AI-powered biblical research tools — lexicons, morphology, manuscripts, and more. Remote endpoints: streamable-http: https://auth.aws-dev.streamsappsgslbex.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://auth.aws-dev.streamsappsgslbex.com/mcp GitHub: https://github.com/streamsapps/nuberea-mcp Security Score: 10/10 Creator: Streamsapps Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-streamsapps-nuberea https://auth.aws-dev.streamsappsgslbex.com/mcp --- ## Intelligence URL: https://mcp-marketplace.io/server/ai-chinamarketing-intelligence Summary: Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows. Description: Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows. Remote endpoints: streamable-http: https://api.chinamarketing.ai/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://api.chinamarketing.ai/mcp MCP Tools (3): get_brand_visibility_snapshot, get_destination_demand_snapshot, get_kol_shortlist Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-chinamarketing-intelligence https://api.chinamarketing.ai/mcp --- ## Fillin URL: https://mcp-marketplace.io/server/io-github-artchristech-fillin Summary: Search for AI agents. Closes the LLM-cutoff gap: CVEs, papers, frontier AI, prediction markets. Description: Search for AI agents. Closes the LLM-cutoff gap: CVEs, papers, frontier AI, prediction markets. Remote endpoints: streamable-http: https://fillin.glyphapi.dev/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fillin.glyphapi.dev/mcp/ Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-artchristech-fillin https://fillin.glyphapi.dev/mcp/ --- ## Fda Data URL: https://mcp-marketplace.io/server/io-github-medley-fda-data Summary: Clean FDA regulatory data: company resolution, facilities, recalls, inspections, approvals. Description: Clean FDA regulatory data: company resolution, facilities, recalls, inspections, approvals. Remote endpoints: streamable-http: https://www.regdatalab.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.regdatalab.com/mcp GitHub: https://github.com/medley/fda-data Security Score: 9/10 Creator: Medley Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-medley-fda-data https://www.regdatalab.com/mcp --- ## Leetcode URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-leetcode Summary: LeetCode public profiles, solved counts, daily question, problem detail. Description: LeetCode public profiles, solved counts, daily question, problem detail. Remote endpoints: streamable-http: https://gateway.pipeworx.io/leetcode/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/leetcode/mcp GitHub: https://github.com/pipeworx-io/mcp-leetcode MCP Tools (20): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, user_profile, user_solved, user_recent_submissions, daily_question, problem, problemset_stats Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-leetcode https://gateway.pipeworx.io/leetcode/mcp --- ## Affiliate URL: https://mcp-marketplace.io/server/io-github-sai4447-agentfuse-mcp Summary: Affiliate API for AI agents -- browse programs, generate tracked links, record conversions. Category: Developer Tools Mode: local Pricing: Free npm: agentfuse-mcp GitHub: https://github.com/sai4447/agentfuse-mcp Security Score: 6.4/10 Creator: Sai4447 Creator Reputation: B Version: 1.1.3 Required Credentials: AGENTFUSE_API_KEY (required), AGENTFUSE_API_URL (optional) Install (Claude Code): claude mcp add io-github-sai4447-agentfuse-mcp -- npx -y agentfuse-mcp@1.1.3 --- ## Search URL: https://mcp-marketplace.io/server/ai-nothumansearch-search Summary: Search the agentic web. 4,100+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use. Description: Search the agentic web. 4,100+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use. Remote endpoints: streamable-http: https://nothumansearch.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nothumansearch.ai/mcp MCP Tools (11): search_agents, get_site_details, get_stats, submit_site, check_url, verify_mcp, register_monitor, list_categories, get_top_sites, recent_additions, find_mcp_servers Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.7.1 Install (Claude Code Remote): claude mcp add --transport http ai-nothumansearch-search https://nothumansearch.ai/mcp --- ## Bounded Tools URL: https://mcp-marketplace.io/server/io-github-bounded-systems-bounded-tools-mcp Summary: Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio). Category: Developer Tools Mode: local Pricing: Free npm: @bounded-systems/bounded-tools-mcp GitHub: https://github.com/bounded-systems/bounded-tools-mcp Security Score: 10/10 Creator: Bounded Systems Creator Reputation: B Version: 0.1.0 Required Credentials: BOUNDED_TOOLS_MCP_SIGNATURE_MODE (optional) Install (Claude Code): claude mcp add io-github-bounded-systems-bounded-tools-mcp -- npx -y @bounded-systems/bounded-tools-mcp@0.1.0 --- ## Marketo URL: https://mcp-marketplace.io/server/io-github-zleventer-marketo-mcp-server Summary: MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export. Category: Developer Tools Mode: local Pricing: Free npm: marketo-mcp-server GitHub: https://github.com/ZLeventer/marketo-mcp-server Security Score: 4.8/10 Creator: ZLeventer Creator Reputation: B Version: 1.0.1 Required Credentials: MARKETO_CLIENT_ID (required), MARKETO_CLIENT_SECRET (required), MARKETO_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-zleventer-marketo-mcp-server -- npx -y marketo-mcp-server@1.0.1 --- ## Taiwan Payments URL: https://mcp-marketplace.io/server/app-wishpool-taiwan-payments-mcp Summary: Taiwan payments (ECPay 綠界 + NewebPay 藍新) & e-invoices for AI agents. Stateless, never holds funds. Description: Taiwan payments (ECPay 綠界 + NewebPay 藍新) & e-invoices for AI agents. Stateless, never holds funds. Remote endpoints: streamable-http: https://mcp.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/taiwan-payments-mcp MCP Tools (4): create_payment_link, query_payment_status, issue_einvoice, invalid_einvoice Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-taiwan-payments-mcp https://mcp.wishpool.app/mcp --- ## Occam URL: https://mcp-marketplace.io/server/fit-occam-occam Summary: Finds the simplest equation consistent with your data. SINDy and PySR symbolic regression via MCP. Description: Finds the simplest equation consistent with your data. SINDy and PySR symbolic regression via MCP. Remote endpoints: streamable-http: https://occam.fit/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://occam.fit/mcp/ MCP Tools (3): request_feature, run_sindy_tool, run_pysr_tool Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http fit-occam-occam https://occam.fit/mcp/ --- ## Opencrater URL: https://mcp-marketplace.io/server/io-github-open-crater-opencrater-mcp Summary: Monetize your MCP server or CLI: live OpenCrater network stats + how maintainers earn USDC. Description: Monetize your MCP server or CLI: live OpenCrater network stats + how maintainers earn USDC. Remote endpoints: streamable-http: https://opencrater.to/mcp Category: Developer Tools Mode: dual Pricing: Free npm: opencrater-mcp Remote URL: https://opencrater.to/mcp GitHub: https://github.com/open-crater/opencrater-mcp Security Score: 6/10 Creator: Open Crater Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-open-crater-opencrater-mcp -- npx -y opencrater-mcp@0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-open-crater-opencrater-mcp https://opencrater.to/mcp --- ## Git Enhanced URL: https://mcp-marketplace.io/server/io-github-davidweb3-ctrl-git-enhanced Summary: Enhanced Git MCP Server - Code review, commit analysis, and branch management Category: Developer Tools Mode: local Pricing: Free npm: @davidweb3-ctrl/mcp-git-enhanced GitHub: https://github.com/davidweb3-ctrl/mcp-git-enhanced Security Score: 9.2/10 Creator: david xia Creator Reputation: D Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-davidweb3-ctrl-git-enhanced -- npx -y @davidweb3-ctrl/mcp-git-enhanced --- ## Cotforce URL: https://mcp-marketplace.io/server/io-github-islobodan-cotforce-mcp Summary: Give brains to your small models. MCP server enforcing step-by-step Chain-of-Thought. Category: Developer Tools Mode: local Pricing: Free npm: @slbdn/cotforce-mcp GitHub: https://github.com/islobodan/cotforce-mcp Security Score: 4.7/10 Creator: Islobodan Creator Reputation: B Version: 1.1.3 Required Credentials: MODE (optional), API_BASE_URL (optional), MODEL (optional) Install (Claude Code): claude mcp add io-github-islobodan-cotforce-mcp -- npx -y @slbdn/cotforce-mcp@1.1.3 --- ## Meta Ads URL: https://mcp-marketplace.io/server/ai-adweave-meta-ads-mcp Summary: Meta Ads MCP server with 47 tools for campaigns, creatives, audiences, and insights. Description: Meta Ads MCP server with 47 tools for campaigns, creatives, audiences, and insights. Remote endpoints: streamable-http: https://mcp.adweave.ai/meta-ads-mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://mcp.adweave.ai/meta-ads-mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-adweave-meta-ads-mcp https://mcp.adweave.ai/meta-ads-mcp --- ## Finland Payments URL: https://mcp-marketplace.io/server/app-wishpool-finland-payments-mcp Summary: Finland payments for AI agents — cards / Klarna via Stripe. Never holds funds. Description: Finland payments for AI agents — cards / Klarna via Stripe. Never holds funds. Remote endpoints: streamable-http: https://mcp-fi.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp-fi.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/finland-payments-mcp MCP Tools (2): create_payment_link, query_payment_status Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-finland-payments-mcp https://mcp-fi.wishpool.app/mcp --- ## Hdx URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hdx Summary: Humanitarian Data Exchange (HDX) MCP — data.humdata.org, the open Description: Humanitarian Data Exchange (HDX) MCP — data.humdata.org, the open Remote endpoints: streamable-http: https://gateway.pipeworx.io/hdx/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hdx/mcp GitHub: https://github.com/pipeworx-io/mcp-hdx MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, dataset_details, list_locations, list_organizations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hdx https://gateway.pipeworx.io/hdx/mcp --- ## Agent Godmode URL: https://mcp-marketplace.io/server/io-github-mdvohra-agent-godmode Summary: Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts. Category: Developer Tools Mode: local Pricing: Free PyPI: agent-godmode GitHub: https://github.com/mdvohra/agent-godmode Security Score: 5.2/10 Creator: Mdvohra Creator Reputation: B Version: 0.1.9 Required Credentials: AGENT_GODMODE_ROOT (optional) Install (Claude Code): claude mcp add io-github-mdvohra-agent-godmode -- uvx agent-godmode==0.1.9 --- ## Wikivibe URL: https://mcp-marketplace.io/server/io-github-alexmi64-wikivibe-mcp Summary: Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment. Description: Search and read public Wikivibe articles about AI coding, agents, MCP, GEO, bots and deployment. Remote endpoints: streamable-http: https://wikivibe.ru/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wikivibe.ru/mcp/ GitHub: https://github.com/AlexMi64/wikivibe-mcp MCP Tools (4): search_articles, get_article, list_latest_articles, list_sections Security Score: 10/10 Creator: AlexMi64 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alexmi64-wikivibe-mcp https://wikivibe.ru/mcp/ --- ## Disify URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-disify Summary: Disify MCP — wraps Disify API (free, no auth) Description: Disify MCP — wraps Disify API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/disify/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/disify/mcp GitHub: https://github.com/pipeworx-io/mcp-disify MCP Tools (2): validate_email, check_domain Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-disify https://gateway.pipeworx.io/disify/mcp --- ## Nist Beacon URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nist-beacon Summary: NIST Randomness Beacon v2 — signed public random pulses every 60s. Description: NIST Randomness Beacon v2 — signed public random pulses every 60s. Remote endpoints: streamable-http: https://gateway.pipeworx.io/nist-beacon/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nist-beacon/mcp GitHub: https://github.com/pipeworx-io/mcp-nist-beacon MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, last_pulse, pulse_at, pulse_by_chain_pulse, latest_in_chain, chain_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nist-beacon https://gateway.pipeworx.io/nist-beacon/mcp --- ## Lionscraper URL: https://mcp-marketplace.io/server/io-github-dowant-lionscraper-node Summary: LionScraper Node: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension. Category: Search & Web Mode: local Pricing: Free npm: lionscraper GitHub: https://github.com/dowant/lionscraper-mcp Security Score: 2.7/10 Creator: dowant Creator Reputation: F Version: 1.0.6 Install (Claude Code): claude mcp add io-github-dowant-lionscraper-node -- npx -y lionscraper@1.0.6 --- ## Sendpulse URL: https://mcp-marketplace.io/server/io-github-theyahia-sendpulse-mcp Summary: MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/sendpulse-mcp GitHub: https://github.com/theYahia/sendpulse-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: B Version: 1.0.3 Required Credentials: SENDPULSE_ID (required) Install (Claude Code): claude mcp add io-github-theyahia-sendpulse-mcp -- npx -y @theyahia/sendpulse-mcp@1.1.1 --- ## Agentskin URL: https://mcp-marketplace.io/server/io-github-shawn5cents-agentskin Summary: The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning. Category: Developer Tools Mode: local Pricing: Free npm: agentskin GitHub: https://github.com/Shawn5cents/agentskin Security Score: 4/10 Creator: Shawn5cents Creator Reputation: B Version: 4.0.1 Required Credentials: BRAVE_SEARCH_API_KEY (required), SERPER_API_KEY (required), TAVILY_API_KEY (required), APILAYER_KEY (required) Install (Claude Code): claude mcp add io-github-shawn5cents-agentskin -- npx -y agentskin@1.0.0 --- ## Gemini Image Studio URL: https://mcp-marketplace.io/server/io-github-udhaykumarbala-gemini-image-studio Summary: AI image generation and editing with Google Gemini. Structured JSON editing. Category: AI & ML Mode: local Pricing: Free npm: gemini-image-studio-mcp GitHub: https://github.com/udhaykumarbala/gemini-image-studio-mcp Security Score: 10/10 Creator: Udhaykumarbala Creator Reputation: B Version: 1.0.2 Required Credentials: GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-udhaykumarbala-gemini-image-studio -- npx -y gemini-image-studio-mcp@1.0.2 --- ## Connect URL: https://mcp-marketplace.io/server/ai-emisso-connect Summary: Connect AI agents to the legacy systems LATAM business runs on. Live in Chile: tax, banks, payroll. Description: Connect AI agents to the legacy systems LATAM business runs on. Live in Chile: tax, banks, payroll. Remote endpoints: streamable-http: https://connect.emisso.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://connect.emisso.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-emisso-connect https://connect.emisso.ai/mcp --- ## Thryx Portfolio URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-thryx-portfolio Summary: Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet). Category: Developer Tools Mode: local Pricing: Free npm: @thryx/portfolio-mcp-server GitHub: https://github.com/lordbasilaiassistant-sudo/thryx-portfolio-mcp Security Score: 6.2/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.0 Required Credentials: BASE_RPC_URL (optional) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-thryx-portfolio -- npx -y @thryx/portfolio-mcp-server@1.0.0 --- ## Customswise URL: https://mcp-marketplace.io/server/io-github-giachi85it-ux-customswise Summary: Practitioner-verified EU customs facts: classification, duty, origin, procedures. x402. Description: Practitioner-verified EU customs facts: classification, duty, origin, procedures. x402. Remote endpoints: streamable-http: https://customswise-api.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://customswise-api.onrender.com/mcp MCP Tools (6): list_catalog, classify_product, get_tariff, check_restrictions, get_origin_rule, get_procedure Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-giachi85it-ux-customswise https://customswise-api.onrender.com/mcp --- ## Repology URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-repology Summary: Repology cross-distro package version aggregator Description: Repology cross-distro package version aggregator Remote endpoints: streamable-http: https://gateway.pipeworx.io/repology/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/repology/mcp GitHub: https://github.com/pipeworx-io/mcp-repology MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, project, problems, repositories, maintainer, projects_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-repology https://gateway.pipeworx.io/repology/mcp --- ## AI Answer Copier URL: https://mcp-marketplace.io/server/io-github-xjtlumedia-markdown-formatter Summary: AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG Category: Developer Tools Mode: local Pricing: Free npm: @xjtlumedia/markdown-mcp-server GitHub: https://github.com/XJTLUmedia/AI_answer_copier Security Score: 9/10 Creator: XJTLUmedia Creator Reputation: C Version: 1.0.5 Install (Claude Code): claude mcp add io-github-xjtlumedia-markdown-formatter -- npx -y @xjtlumedia/markdown-mcp-server --- ## Businys URL: https://mcp-marketplace.io/server/app-businys-mcp-server Summary: 221 MCP tools across 26 practices for independent professionals. Clients, invoices, contracts. Category: Developer Tools Mode: local Pricing: Free npm: @businys/mcp-server GitHub: https://github.com/hiatys/businys-mcp Security Score: 6.8/10 Creator: Hiatys Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add app-businys-mcp-server -- npx -y @businys/mcp-server@1.0.1 --- ## Windows URL: https://mcp-marketplace.io/server/io-github-cursortouch-windows-mcp Summary: An MCP Server for computer-use in Windows OS Category: Developer Tools Mode: local Pricing: Free PyPI: windows-mcp GitHub: https://github.com/CursorTouch/Windows-MCP Security Score: 3.8/10 Creator: CursorTouch Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-cursortouch-windows-mcp -- uvx windows-mcp==0.8.1 --- ## Brainstorm URL: https://mcp-marketplace.io/server/io-github-spranab-brainstorm-mcp Summary: Multi-model AI brainstorming debates with code review and quick perspectives Category: Developer Tools Mode: local Pricing: Free npm: brainstorm-mcp GitHub: https://github.com/spranab/brainstorm-mcp Security Score: 10/10 Creator: Spranab Creator Reputation: B Version: 1.5.4 Required Credentials: OPENAI_API_KEY (required), GEMINI_API_KEY (required), DEEPSEEK_API_KEY (required) Install (Claude Code): claude mcp add io-github-spranab-brainstorm-mcp -- npx -y brainstorm-mcp@1.5.4 --- ## AI HR Management Toolkit URL: https://mcp-marketplace.io/server/io-github-xjtlumedia-ai-hr-management-toolkit Summary: AI HR toolkit: 24 MCP tools for resume parsing, skill extraction & ATS management. Category: Developer Tools Mode: local Pricing: Free npm: mcp-ai-hr-management-toolkit GitHub: https://github.com/XJTLUmedia/AI-HR-Management-Toolkit Security Score: 10/10 Creator: XJTLUmedia Creator Reputation: C Version: 3.0.5 Install (Claude Code): claude mcp add io-github-xjtlumedia-ai-hr-management-toolkit -- npx -y mcp-ai-hr-management-toolkit@3.1.4 --- ## Mlp Tax URL: https://mcp-marketplace.io/server/io-github-luc253-mlp-tax Summary: MLP tax computation: basis erosion, §751 recapture, estate planning, sell-vs-hold. Description: MLP tax computation: basis erosion, §751 recapture, estate planning, sell-vs-hold. Remote endpoints: streamable-http: https://api.lucasandersen.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lucasandersen.ai/mcp MCP Tools (6): mlp_projection, mlp_estate_planning, mlp_sell_vs_hold, mlp_info, k1_basis_compute, k1_basis_multi_year Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-luc253-mlp-tax https://api.lucasandersen.ai/mcp --- ## Number Theory URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-number-theory Summary: MCP server exposing number theory functions and factorization algorithms Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-number-theory GitHub: https://github.com/daedalus/mcp-number-theory Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-number-theory -- uvx mcp-number-theory==0.1.0 --- ## Agent Loop URL: https://mcp-marketplace.io/server/io-github-meharajm-agent-loop-mcp Summary: Agentic memory manager. Install Skill: npx skills add meharajM/agent-loop-mcp Category: Developer Tools Mode: local Pricing: Free npm: @mhrj/mcp-agent-loop GitHub: https://github.com/meharajM/agent-loop-mcp Security Score: 10/10 Creator: MeharajM Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-meharajm-agent-loop-mcp -- npx -y @mhrj/mcp-agent-loop@1.0.3 --- ## Listingbureau URL: https://mcp-marketplace.io/server/io-github-listingbureau-listingbureau-mcp Summary: Amazon organic ranking MCP server. Run campaigns, track positions, monitor rank movement. Category: Developer Tools Mode: local Pricing: Free npm: listingbureau-mcp GitHub: https://github.com/listingbureau/listingbureau-mcp Security Score: 8/10 Creator: Listingbureau Creator Reputation: B Version: 0.1.11 Required Credentials: LB_API_KEY (required) Install (Claude Code): claude mcp add io-github-listingbureau-listingbureau-mcp -- npx -y listingbureau-mcp@0.1.13 --- ## Workprotocol URL: https://mcp-marketplace.io/server/io-github-atlaskos-workprotocol Summary: Agent work marketplace — browse jobs, claim work, deliver results, get paid in USDC. Description: Agent work marketplace — browse jobs, claim work, deliver results, get paid in USDC. Remote endpoints: streamable-http: https://workprotocol.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://workprotocol.ai/api/mcp GitHub: https://github.com/Atlaskos/workprotocol MCP Tools (9): list_jobs, get_job, post_job, claim_job, deliver_job, find_matching_jobs, register_agent, get_reputation, platform_stats Security Score: 9/10 Creator: Atlaskos Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-atlaskos-workprotocol https://workprotocol.ai/api/mcp --- ## Mifid Ii Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-mifid-ii-ai-mcp Summary: MiFID II Article 17 algorithmic trading + RTS 6 testing/risk controls + best execution AI compli... Category: Developer Tools Mode: local Pricing: Free PyPI: mifid-ii-ai-mcp GitHub: https://github.com/CSOAI-ORG/mifid-ii-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-mifid-ii-ai-mcp -- uvx mifid-ii-ai-mcp==1.0.9 --- ## Codemagic URL: https://mcp-marketplace.io/server/io-github-agimaulana-codemagicmcp Summary: Codemagic CI/CD MCP Server — manage builds, apps, artifacts, and caches from your AI Category: Developer Tools Mode: local Pricing: Free PyPI: CodemagicMcp GitHub: https://github.com/AgiMaulana/CodemagicMcp Security Score: 10/10 Creator: AgiMaulana Creator Reputation: B Version: 0.6.2 Required Credentials: CODEMAGIC_API_KEY (required), CODEMAGIC_DEFAULT_APP_ID (optional), CODEMAGIC_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-agimaulana-codemagicmcp -- uvx CodemagicMcp==0.6.2 --- ## 4fetch URL: https://mcp-marketplace.io/server/io-github-amit755-4fetch Summary: Fetch a URL and get clean Markdown with metadata. No API key required; rate-limited per IP. Description: Fetch a URL and get clean Markdown with metadata. No API key required; rate-limited per IP. Remote endpoints: streamable-http: https://api.4fetch.com/mcp/v1/fetch Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.4fetch.com/mcp/v1/fetch MCP Tools (1): fetch Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-amit755-4fetch https://api.4fetch.com/mcp/v1/fetch --- ## Pipepost URL: https://mcp-marketplace.io/server/io-github-mendlem-pipepost Summary: MCP server to publish to Substack, Ghost, Dev.to, WordPress, LinkedIn + 5 more from Claude Code. Category: Developer Tools Mode: local Pricing: Free npm: pipepost-mcp GitHub: https://github.com/MendleM/Pipepost Security Score: 6.7/10 Creator: MendleM Creator Reputation: B Version: 0.9.0 Install (Claude Code): claude mcp add io-github-mendlem-pipepost -- npx -y pipepost-mcp@0.9.1 --- ## Flights URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-flights Summary: Flights MCP — wraps OpenSky Network API (free, no auth required) Description: Flights MCP — wraps OpenSky Network API (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/flights/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/flights/mcp GitHub: https://github.com/pipeworx-io/mcp-flights MCP Tools (4): get_flights_in_area, get_aircraft, get_arrivals, get_departures Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-flights https://gateway.pipeworx.io/flights/mcp --- ## Porkbun URL: https://mcp-marketplace.io/server/io-github-major-porkbun Summary: Manage DNS records, domains, DNSSEC, SSL certificates via MCP Category: Developer Tools Mode: local Pricing: Free PyPI: porkbun-mcp GitHub: https://github.com/major/porkbun-mcp Security Score: 6.5/10 Creator: Major Creator Reputation: B Version: 1.1.2 Required Credentials: PORKBUN_API_KEY (optional), PORKBUN_SECRET_KEY (optional), PORKBUN_GET_MUDDY (optional) Install (Claude Code): claude mcp add io-github-major-porkbun -- uvx porkbun-mcp==1.1.2 --- ## Publish URL: https://mcp-marketplace.io/server/io-github-marlenezw-publish-mcp-server Summary: An MCP server that helps developers publish their MCP servers to the registry Category: Developer Tools Mode: local Pricing: Free PyPI: publish-mcp-server GitHub: https://github.com/marlenezw/publish-mcp-server Security Score: 4.5/10 Creator: Marlenezw Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-marlenezw-publish-mcp-server -- uvx publish-mcp-server==0.1.3 --- ## Snowfakery URL: https://mcp-marketplace.io/server/io-github-composable-delivery-snowfakery-mcp Summary: MCP server for authoring, analyzing, debugging, and running Snowfakery recipes Category: Developer Tools Mode: local Pricing: Free PyPI: snowfakery-mcp GitHub: https://github.com/composable-delivery/snowfakery-mcp Security Score: 6.5/10 Creator: Composable Delivery Creator Reputation: B Version: 0.0.6 Install (Claude Code): claude mcp add io-github-composable-delivery-snowfakery-mcp -- uvx snowfakery-mcp==0.0.6 --- ## Goloop URL: https://mcp-marketplace.io/server/io-github-cicerosmoura-alt-goloop-mcp Summary: Métricas, jornadas e visitantes do GoLoop — direto no seu agente, sem trocar de aba. Description: Métricas, jornadas e visitantes do GoLoop — direto no seu agente, sem trocar de aba. Remote endpoints: streamable-http: https://mcp.goloop.com.br/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.goloop.com.br/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cicerosmoura-alt-goloop-mcp https://mcp.goloop.com.br/mcp --- ## Open Brain Server URL: https://mcp-marketplace.io/server/io-github-bobby-cell-commits-open-brain Summary: Graph-structured MCP memory server. 37.2% LongMemEval. Auto dedup, themes, decay, synthesis. Description: Graph-structured MCP memory server. 37.2% LongMemEval. Auto dedup, themes, decay, synthesis. Remote endpoints: streamable-http: https://{supabase_project_ref}.supabase.co/functions/v1/open-brain-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{supabase_project_ref}.supabase.co/functions/v1/open-brain-mcp/mcp GitHub: https://github.com/Bobby-cell-commits/open-brain-server Security Score: 8.1/10 Creator: Bobby Cell Commits Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bobby-cell-commits-open-brain 'https://{supabase_project_ref}.supabase.co/functions/v1/open-brain-mcp/mcp' --- ## Config Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-config Summary: JSON, YAML, TOML, INI config tools for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-config-tools GitHub: https://github.com/rog0x/mcp-config-tools Security Score: 6.5/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-config -- npx -y @rog0x/mcp-config-tools@1.0.2 --- ## Dot Ai URL: https://mcp-marketplace.io/server/io-github-vfarcic-dot-ai Summary: AI-powered development platform for Kubernetes deployments and intelligent automation Category: Developer Tools Mode: local Pricing: Free npm: @vfarcic/dot-ai GitHub: https://github.com/vfarcic/dot-ai Security Score: 10/10 Creator: Vfarcic Creator Reputation: B Version: 0.112.0 Install (Claude Code): claude mcp add io-github-vfarcic-dot-ai -- npx -y @vfarcic/dot-ai@1.16.1 --- ## Bstorms Skill URL: https://mcp-marketplace.io/server/io-github-pouria3-bstorms Summary: Free execution-focused playbooks. Brainstorm with other agents. Tip if helpful. Description: Free execution-focused playbooks. Brainstorm with other agents. Tip if helpful. Remote endpoints: streamable-http: https://bstorms.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bstorms.ai/mcp GitHub: https://github.com/pouria3/bstorms-skill Security Score: 10/10 Creator: Pouria3 Creator Reputation: B Version: 5.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pouria3-bstorms https://bstorms.ai/mcp --- ## Mojang URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mojang Summary: Minecraft profile lookups (UUID, profile, name history, blocked servers). Description: Minecraft profile lookups (UUID, profile, name history, blocked servers). Remote endpoints: streamable-http: https://gateway.pipeworx.io/mojang/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mojang/mcp GitHub: https://github.com/pipeworx-io/mcp-mojang MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, username_to_uuid, username_to_uuid_at, profile, name_history, blocked_servers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mojang https://gateway.pipeworx.io/mojang/mcp --- ## Weather URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-weather Summary: Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required Description: Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required Remote endpoints: streamable-http: https://gateway.pipeworx.io/weather/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/weather/mcp GitHub: https://github.com/pipeworx-io/mcp-weather MCP Tools (2): get_weather, get_forecast Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-weather https://gateway.pipeworx.io/weather/mcp --- ## Suite URL: https://mcp-marketplace.io/server/io-studiomeyer-mcp-suite Summary: 8 MCP servers, 104+ tools: memory, social, PDF, email, images, calendar, scheduler, files. Description: 8 MCP servers, 104+ tools: memory, social, PDF, email, images, calendar, scheduler, files. Remote endpoints: streamable-http: https://mcp.studiomeyer.io/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.studiomeyer.io/v1/mcp GitHub: https://github.com/studiomeyer/mcp-suite Security Score: 8/10 Creator: Studiomeyer Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-studiomeyer-mcp-suite https://mcp.studiomeyer.io/v1/mcp --- ## Agentsync URL: https://mcp-marketplace.io/server/io-github-jarmstrong158-agentsync Summary: Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS. Category: Developer Tools Mode: local Pricing: Free PyPI: agentsync-mcp GitHub: https://github.com/jarmstrong158/agentsync Security Score: 10/10 Creator: Jarmstrong158 Creator Reputation: B Version: 0.2.0 Required Credentials: AGENTSYNC_REPO (optional), AGENTSYNC_AGENT_ID (optional), AGENTSYNC_BRANCH (optional) Install (Claude Code): claude mcp add io-github-jarmstrong158-agentsync -- uvx agentsync-mcp==0.2.0 --- ## Openrouter Mcp Multimodal URL: https://mcp-marketplace.io/server/io-github-stabgan-openrouter-multimodal Summary: Chat with 300+ LLMs via OpenRouter. Analyze and generate images, audio, and video from MCP. Category: Developer Tools Mode: local Pricing: Free npm: @stabgan/openrouter-mcp-multimodal GitHub: https://github.com/stabgan/openrouter-mcp-multimodal Security Score: 10/10 Creator: Stabgan Creator Reputation: B Version: 4.5.1 Required Credentials: OPENROUTER_API_KEY (required), OPENROUTER_DEFAULT_MODEL (optional), OPENROUTER_OUTPUT_DIR (optional), OPENROUTER_MAX_TOKENS (optional), OPENROUTER_PROVIDER_SORT (optional), OPENROUTER_PROVIDER_IGNORE (optional), OPENROUTER_PROVIDER_ORDER (optional), OPENROUTER_PROVIDER_QUANTIZATIONS (optional), OPENROUTER_PROVIDER_REQUIRE_PARAMETERS (optional), OPENROUTER_PROVIDER_DATA_COLLECTION (optional), OPENROUTER_PROVIDER_ALLOW_FALLBACKS (optional), OPENROUTER_CACHE_RESPONSES (optional), OPENROUTER_INCLUDE_REASONING (optional) Install (Claude Code): claude mcp add io-github-stabgan-openrouter-multimodal -- npx -y @stabgan/openrouter-mcp-multimodal@4.5.1 --- ## Grant Radar URL: https://mcp-marketplace.io/server/io-github-romulusfoundry-grantsonar Summary: Search verified-open US grants (federal, state, foundation). Read-only MCP for AI agents. Description: Search verified-open US grants (federal, state, foundation). Read-only MCP for AI agents. Remote endpoints: streamable-http: https://grantsonar.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://grantsonar.com/api/mcp GitHub: https://github.com/romulusfoundry/grant-radar MCP Tools (2): search_grants, get_grant Security Score: 8/10 Creator: Romulusfoundry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-romulusfoundry-grantsonar https://grantsonar.com/api/mcp --- ## TeleKashOracle URL: https://mcp-marketplace.io/server/io-github-telekashoracle-mcp-server Summary: Prediction market oracle for AI agents. 28 tools, 4500+ markets from Polymarket & Kalshi. Category: Developer Tools Mode: local Pricing: Free npm: telekash-mcp-server GitHub: https://github.com/TeleKashOracle/mcp-server Security Score: 8/10 Creator: TeleKashOracle Creator Reputation: B Version: 0.9.2 Required Credentials: SUPABASE_URL (optional), SUPABASE_ANON_KEY (required) Install (Claude Code): claude mcp add io-github-telekashoracle-mcp-server -- npx -y telekash-mcp-server@0.9.2 --- ## Joboracle URL: https://mcp-marketplace.io/server/io-tooloracle-joboracle Summary: JobOracle Job Market Intelligence MCP Description: JobOracle Job Market Intelligence MCP Remote endpoints: streamable-http: https://tooloracle.io/jobs/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/jobs/mcp/ GitHub: https://github.com/ToolOracle/joboracle MCP Tools (8): job_search, salary_insights, remote_jobs, company_jobs, job_trends, job_compare, job_alerts_check, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-joboracle https://tooloracle.io/jobs/mcp/ --- ## Yultrace Bounty Feed URL: https://mcp-marketplace.io/server/com-trycloudflare-urgent-clean-occupied-catalogs-yultrace-bounty-feed Summary: Bounty-feed search 386 rows across 9 sources (Bountycaster/Dework/Sherlock/Algora/GitHub/Reddit). Description: Bounty-feed search 386 rows across 9 sources (Bountycaster/Dework/Sherlock/Algora/GitHub/Reddit). Remote endpoints: streamable-http: https://urgent-clean-occupied-catalogs.trycloudflare.com/mcp2/ Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://urgent-clean-occupied-catalogs.trycloudflare.com/mcp2/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-trycloudflare-urgent-clean-occupied-catalogs-yultrace-bounty-feed https://urgent-clean-occupied-catalogs.trycloudflare.com/mcp2/ --- ## Opentable URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-opentable Summary: MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-opentable GitHub: https://github.com/markswendsen-code/mcp-opentable Security Score: 8/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.2 Required Credentials: OPENTABLE_EMAIL (optional), OPENTABLE_PASSWORD (required), OPENTABLE_LOCATION (optional) Install (Claude Code): claude mcp add io-github-markswendsen-code-opentable -- npx -y @striderlabs/mcp-opentable@0.1.3 --- ## Urdb URL: https://mcp-marketplace.io/server/io-github-getmystadmin-urdb-mcp Summary: Search URDB for product integrity scores, enshittification events, and change tracking. Category: Developer Tools Mode: local Pricing: Free npm: urdb-mcp GitHub: https://github.com/GetMystAdmin/urdb-mcp Security Score: 6/10 Creator: GetMystAdmin Creator Reputation: B Version: 1.0.2 Required Credentials: URDB_API_KEY (required) Install (Claude Code): claude mcp add io-github-getmystadmin-urdb-mcp -- npx -y urdb-mcp@1.0.2 --- ## Massive Context URL: https://mcp-marketplace.io/server/io-github-egoughnour-massive-context-mcp Summary: Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference. Category: Developer Tools Mode: local Pricing: Free PyPI: massive-context-mcp GitHub: https://github.com/egoughnour/massive-context-mcp Security Score: 4.3/10 Creator: Egoughnour Creator Reputation: B Version: 3.0.1 Required Credentials: RLM_DATA_DIR (optional), OLLAMA_URL (optional) Install (Claude Code): claude mcp add io-github-egoughnour-massive-context-mcp -- uvx massive-context-mcp==3.0.1 --- ## Booking URL: https://mcp-marketplace.io/server/com-opuslumiere-booking Summary: Read-only booking info for Opus Lumiere photography, London: services, prices, availability. Description: Read-only booking info for Opus Lumiere photography, London: services, prices, availability. Remote endpoints: streamable-http: https://opuslumiere.com/wp-json/opus-booking/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://opuslumiere.com/wp-json/opus-booking/v1/mcp MCP Tools (4): list_services, get_business_hours, check_availability, get_booking_link Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-opuslumiere-booking https://opuslumiere.com/wp-json/opus-booking/v1/mcp --- ## Pmd URL: https://mcp-marketplace.io/server/io-github-roeiba-pmd Summary: MCP server for PMD static code analyzer - run code analysis and detect duplicates Category: Developer Tools Mode: local Pricing: Free npm: @springsoftware/pmd-mcp GitHub: https://github.com/roeiba/pmd Security Score: 10/10 Creator: Roeiba Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-roeiba-pmd -- npx -y @springsoftware/pmd-mcp@0.1.2 --- ## Openclaw Agent Tools URL: https://mcp-marketplace.io/server/io-github-baronsengir007-openclaw-agent-tools Summary: Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed. Description: Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed. Remote endpoints: streamable-http: https://venice-components-track-determination.trycloudflare.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://venice-components-track-determination.trycloudflare.com/mcp GitHub: https://github.com/baronsengir007/openclaw-agent-tools MCP Tools (4): agent_weather, agent_code_search, agent_currency, agent_trust_score Security Score: 9.1/10 Creator: Baronsengir007 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-baronsengir007-openclaw-agent-tools https://venice-components-track-determination.trycloudflare.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-cotribute-mcp Summary: Connect AI agents to financial institution origination, analytics, and compliance workflows. Description: Connect AI agents to financial institution origination, analytics, and compliance workflows. Remote endpoints: streamable-http: https://mcp.cotribute.co Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cotribute.co Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-cotribute-mcp https://mcp.cotribute.co --- ## Thoth URL: https://mcp-marketplace.io/server/io-github-zeiq-co-thoth-mcp Summary: MCP server for Thoth with multi-platform AI content generation Category: Developer Tools Mode: local Pricing: Free npm: @usethoth/mcp-server GitHub: https://github.com/perminder-klair/thoth-mcp Security Score: 6.8/10 Creator: Perminder Klair Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-zeiq-co-thoth-mcp -- npx -y @usethoth/mcp-server@1.1.4 --- ## Seo Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-seo Summary: SEO analysis - meta tags, keywords, links, page speed Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-seo-tools GitHub: https://github.com/rog0x/mcp-seo-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-seo -- npx -y @rog0x/mcp-seo-tools@1.0.1 --- ## Sefaz Rj Nfce Completa URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rj-nfce-completa-mcp Summary: SEFAZ RJ: NFC-e Completa, official-source lookup. Platform-hosted, pay per query with prepaid credit Description: SEFAZ RJ: NFC-e Completa, official-source lookup. Platform-hosted, pay per query with prepaid credit Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rj_nfce_completa Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rj_nfce_completa GitHub: https://github.com/mcp-dir/sefaz_rj_nfce_completa-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rj-nfce-completa-mcp https://api.mcp.ai/p_sefaz_rj_nfce_completa --- ## Mcp URL: https://mcp-marketplace.io/server/ai-31st-mcp Summary: AI bookkeeper for QuickBooks — bank feeds, transactions, reports, month-end close. Description: AI bookkeeper for QuickBooks — bank feeds, transactions, reports, month-end close. Remote endpoints: streamable-http: https://mcp.31st.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.31st.ai/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-31st-mcp https://mcp.31st.ai/mcp --- ## Querybear URL: https://mcp-marketplace.io/server/io-github-spencerpauly-querybear Summary: Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls. Description: Safe, read-only Postgres and MySQL access for AI agents. Audit log + column-level controls. Remote endpoints: streamable-http: https://mcp.querybear.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.querybear.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-spencerpauly-querybear https://mcp.querybear.com/mcp --- ## Enhance URL: https://mcp-marketplace.io/server/io-github-avclabs-enhance-mcp Summary: HTTP MCP Client-Server for video enhancement API Category: Developer Tools Mode: local Pricing: Free npm: @avclabs.ai/enhance-mcp GitHub: https://github.com/avclabs/enhance-mcp Security Score: 6/10 Creator: Avclabs Creator Reputation: B Version: 0.1.17 Required Credentials: HTTP_API_KEY (required) Install (Claude Code): claude mcp add io-github-avclabs-enhance-mcp -- npx -y @avclabs.ai/enhance-mcp@0.1.18 --- ## Cxg Census URL: https://mcp-marketplace.io/server/io-github-maxmlang-cxg-census-mcp Summary: MCP server for the CZ CELLxGENE Census. Single-cell, ontology-aware. Community, unaffiliated. Category: Developer Tools Mode: local Pricing: Free PyPI: cxg-census-mcp GitHub: https://github.com/MaxMLang/cxg-census-mcp Security Score: 4.8/10 Creator: MaxMLang Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-maxmlang-cxg-census-mcp -- uvx cxg-census-mcp==0.1.2 --- ## Airports URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-airports Summary: Airports MCP — wraps AirportGap API (free, no auth required) Description: Airports MCP — wraps AirportGap API (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/airports/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/airports/mcp GitHub: https://github.com/pipeworx-io/mcp-airports MCP Tools (3): search_airports, get_airport, calculate_distance Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-airports https://gateway.pipeworx.io/airports/mcp --- ## Cdc Wonder URL: https://mcp-marketplace.io/server/com-olyport-cdc-wonder Summary: Leading causes of death, mortality rates, infant mortality, and drug overdose data Description: Leading causes of death, mortality rates, infant mortality, and drug overdose data Remote endpoints: streamable-http: https://mcp.olyport.com/cdc-wonder/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cdc-wonder/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-cdc-wonder https://mcp.olyport.com/cdc-wonder/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-fathom-api-mcp Summary: Give your AI assistant real meeting context via Fathom so every output grounded in your work Description: Give your AI assistant real meeting context via Fathom so every output grounded in your work Remote endpoints: streamable-http: https://api.fathom.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.fathom.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-fathom-api-mcp https://api.fathom.ai/mcp --- ## Servicenow URL: https://mcp-marketplace.io/server/io-github-aartiq-servicenow-mcp Summary: 400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more. Category: Business Tools Mode: local Pricing: Free npm: @aartiq/servicenow-mcp GitHub: https://github.com/aartiq/servicenow-mcp Security Score: 10/10 Creator: Aartiq Creator Reputation: B Version: 1.0.2 Required Credentials: SERVICENOW_INSTANCE_URL (optional), SERVICENOW_AUTH_METHOD (optional), SERVICENOW_BASIC_USERNAME (optional), SERVICENOW_BASIC_PASSWORD (optional), WRITE_ENABLED (optional), SCRIPTING_ENABLED (optional), CMDB_WRITE_ENABLED (optional), NOW_ASSIST_ENABLED (optional), ATF_ENABLED (optional), MCP_TOOL_PACKAGE (optional) Install (Claude Code): claude mcp add io-github-aartiq-servicenow-mcp -- npx -y @aartiq/servicenow-mcp@1.0.2 --- ## K8s Port Forward URL: https://mcp-marketplace.io/server/io-github-oijusti-k8s-port-forward-mcp Summary: Kubernetes Port Forward — MCP Server: port-forward Kubernetes services with terminal integration Category: Cloud & DevOps Mode: local Pricing: Free npm: k8s-port-forward-mcp GitHub: https://github.com/oijusti/k8s-port-forward-mcp Security Score: 7.8/10 Creator: Oijusti Creator Reputation: B Version: 0.0.8 Install (Claude Code): claude mcp add io-github-oijusti-k8s-port-forward-mcp -- npx -y k8s-port-forward-mcp@1.0.3 --- ## Apolo Cad URL: https://mcp-marketplace.io/server/io-github-mariorojasmz-apolo-cad Summary: Agent-native parametric 3D CAD: model machines, validate them and emit shop drawings Category: Developer Tools Mode: local Pricing: Free PyPI: apolo-cad GitHub: https://github.com/mariorojasmz/apolo-cad Security Score: 4.5/10 Creator: Mariorojasmz Creator Reputation: B Version: 0.1.0 Required Credentials: APOLO_URL (optional) Install (Claude Code): claude mcp add io-github-mariorojasmz-apolo-cad -- uvx apolo-cad==0.1.0 --- ## Meitre URL: https://mcp-marketplace.io/server/io-github-matiasbattocchia-meitre-mcp Summary: MCP server for Meitre restaurant reservations. Description: MCP server for Meitre restaurant reservations. Remote endpoints: streamable-http: https://meitre.mcp.openbsp.dev/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/matiasbattocchia/meitre-mcp MCP Tools (8): list_restaurants, fetch_options, fetch_dates, fetch_timeslots, search_reservations, book_reservation, reschedule_reservation, cancel_reservation Security Score: 6.1/10 Creator: Matiasbattocchia Creator Reputation: B Version: 0.1.0 --- ## Tvr URL: https://mcp-marketplace.io/server/com-truevaluerankings-tvr-mcp Summary: Cryptocurrency fundamentals research and education. Model-derived scores and valuation estimates. Description: Cryptocurrency fundamentals research and education. Model-derived scores and valuation estimates. Remote endpoints: streamable-http: https://truevaluerankings.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://truevaluerankings.com/mcp MCP Tools (11): get_tvr_score, get_tvr_estimated_value, compare_coins, get_top_ranked, get_methodology, list_coins, get_full_breakdown, get_historical_scores, get_custom_ranking, get_portfolio_analysis, get_comparison_report Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-truevaluerankings-tvr-mcp https://truevaluerankings.com/mcp --- ## Futureagi URL: https://mcp-marketplace.io/server/com-futureagi-futureagi Summary: Build, test, monitor & improve AI with Future AGI via Claude, Cursor, Windsurf & more. Description: Build, test, monitor & improve AI with Future AGI via Claude, Cursor, Windsurf & more. Remote endpoints: streamable-http: https://api.futureagi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.futureagi.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-futureagi-futureagi https://api.futureagi.com/mcp --- ## Geolocate Me URL: https://mcp-marketplace.io/server/com-guleki-geolocate-me Summary: Give any AI assistant real-time access to your phone's GPS and location history. Description: Give any AI assistant real-time access to your phone's GPS and location history. Remote endpoints: streamable-http: https://geolocateme.guleki.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geolocateme.guleki.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-guleki-geolocate-me https://geolocateme.guleki.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-prereason-mcp Summary: Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts. Description: Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts. Remote endpoints: streamable-http: https://api.prereason.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @prereason/mcp Remote URL: https://api.prereason.com/api/mcp GitHub: https://github.com/PreReason/mcp MCP Tools (5): list_briefings, list_metrics, get_health, get_context, get_metric Security Score: 10/10 Creator: PreReason Creator Reputation: B Version: 0.7.2 Required Credentials: PREREASON_API_KEY (required) Install (Claude Code): claude mcp add com-prereason-mcp -- npx -y @prereason/mcp@0.3.1 Install (Claude Code Remote): claude mcp add --transport http com-prereason-mcp https://api.prereason.com/api/mcp --- ## Time URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-test0 Summary: Get the current time in any timezone and quickly look up common timezone info. Set a default timez… Description: Get the current time in any timezone and quickly look up common timezone info. Set a default timez… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/test0/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/time MCP Tools (1): hello Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.15.0 --- ## Time URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-local001 Summary: Get the current time in your preferred timezone or any region you specify. Browse concise informat… Description: Get the current time in your preferred timezone or any region you specify. Browse concise informat… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/local001/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/time MCP Tools (1): hello Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.15.0 --- ## 2Captcha URL: https://mcp-marketplace.io/server/io-github-aruxojuyu665-twocaptcha-mcp Summary: Full 2Captcha API (43 tools) for Claude Code: 31 captcha solvers + management + webhook. Category: Developer Tools Mode: local Pricing: Free PyPI: twocaptcha-mcp GitHub: https://github.com/aruxojuyu665/2Captcha-MCP Security Score: 4.8/10 Creator: Aruxojuyu665 Creator Reputation: B Version: 0.6.1 Install (Claude Code): claude mcp add io-github-aruxojuyu665-twocaptcha-mcp -- uvx twocaptcha-mcp==0.6.1 --- ## Hormonaly Public URL: https://mcp-marketplace.io/server/io-github-hormonaly-ai-hormonaly Summary: 24 tools for evidence-graded clinical queries, hormones, peptides, longevity & drug interactions. Description: 24 tools for evidence-graded clinical queries, hormones, peptides, longevity & drug interactions. Remote endpoints: streamable-http: https://mcp.hormonaly.ai/mcp sse: https://mcp.hormonaly.ai/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.hormonaly.ai/mcp GitHub: https://github.com/Hormonaly-ai/hormonaly-public Security Score: 9.9/10 Creator: Hormonaly Ai Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-hormonaly-ai-hormonaly https://mcp.hormonaly.ai/mcp --- ## Stockscope URL: https://mcp-marketplace.io/server/io-github-stewyboy1990-stockscope-mcp Summary: SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons. Description: SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons. Remote endpoints: streamable-http: https://stockscope-mcp.stewwilli.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: stockscope-mcp Remote URL: https://stockscope-mcp.stewwilli.workers.dev/mcp GitHub: https://github.com/Stewyboy1990/stockscope-mcp Security Score: 6/10 Creator: Stew Williamson Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add io-github-stewyboy1990-stockscope-mcp -- npx -y stockscope-mcp@1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-stewyboy1990-stockscope-mcp https://stockscope-mcp.stewwilli.workers.dev/mcp --- ## Ava Genesis URL: https://mcp-marketplace.io/server/io-github-avagenesisdev-ava-genesis Summary: Deploy ERC-20 tokens on Ethereum, Base, BNB, Polygon via MCP. One call = deployed contract. Description: Deploy ERC-20 tokens on Ethereum, Base, BNB, Polygon via MCP. One call = deployed contract. Remote endpoints: streamable-http: https://avagenesis.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://avagenesis.com/api/mcp MCP Tools (9): ava_deploy_token, ava_get_gas_prices, ava_list_templates, ava_simulate_token, ava_get_deployment_status, ava_list_my_tokens, ava_create_api_key, ava_create_token_intent, ava_confirm_deployment Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-avagenesisdev-ava-genesis https://avagenesis.com/api/mcp --- ## Cms Medicare URL: https://mcp-marketplace.io/server/com-olyport-cms-medicare Summary: Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment Description: Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment Remote endpoints: streamable-http: https://mcp.olyport.com/cms-medicare/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cms-medicare/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-cms-medicare https://mcp.olyport.com/cms-medicare/mcp --- ## Web3auth URL: https://mcp-marketplace.io/server/io-github-web3auth-mcp-server Summary: Helps AI coding agents integrate MetaMask Embedded Wallets (Web3Auth) SDKs. Description: Helps AI coding agents integrate MetaMask Embedded Wallets (Web3Auth) SDKs. Remote endpoints: streamable-http: https://mcp.web3auth.io Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.web3auth.io GitHub: https://github.com/Web3Auth/web3auth-mcp Security Score: 4.2/10 Creator: Web3Auth Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-web3auth-mcp-server https://mcp.web3auth.io --- ## Jmpy URL: https://mcp-marketplace.io/server/io-github-jmpy-me-jmpy-mcp-server Summary: Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools. Description: Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools. Remote endpoints: sse: https://jmpy.me/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jmpy.me/mcp/sse GitHub: https://github.com/jmpy-me/jmpy-mcp-server Security Score: 9.9/10 Installs: 1 Creator: Jmpy Me Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jmpy-me-jmpy-mcp-server https://jmpy.me/mcp/sse --- ## Gbif URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gbif Summary: GBIF MCP — wraps the Global Biodiversity Information Facility API v1 (free, no auth) Description: GBIF MCP — wraps the Global Biodiversity Information Facility API v1 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gbif/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gbif/mcp GitHub: https://github.com/pipeworx-io/mcp-gbif MCP Tools (3): search_species, get_species, get_occurrences Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gbif https://gateway.pipeworx.io/gbif/mcp --- ## Google Docs URL: https://mcp-marketplace.io/server/io-github-gigabrain-observer-google-docs-mcp-server Summary: Google Docs MCP server with full tab support, markdown extraction, and batch updates. Category: Developer Tools Mode: local Pricing: Free PyPI: google-docs-mcp-server GitHub: https://github.com/gigabrainobserver/google-docs-mcp-server Security Score: 10/10 Creator: Gigabrainobserver Creator Reputation: B Version: 0.1.1 Required Credentials: SERVICE_ACCOUNT_PATH (optional), SUBJECT_EMAIL (optional) Install (Claude Code): claude mcp add io-github-gigabrain-observer-google-docs-mcp-server -- uvx google-docs-mcp-server==0.1.1 --- ## Cloudless Sky URL: https://mcp-marketplace.io/server/io-github-octid-io-osmp Summary: Agentic AI instruction encoding. 86.8% vs JSON. Inference-free decode. Any channel. Category: Developer Tools Mode: local Pricing: Free PyPI: osmp-mcp GitHub: https://github.com/octid-io/cloudless-sky Security Score: 10/10 Creator: Octid Io Creator Reputation: B Version: 1.3.3 Install (Claude Code): claude mcp add io-github-octid-io-osmp -- uvx osmp-mcp==1.3.4 --- ## Social Superpowers URL: https://mcp-marketplace.io/server/social-superpowers-social-superpowers Summary: Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta. Description: Hosted MCP for X/Twitter and Reddit. 12 read-only tools, no API keys, free during beta. Remote endpoints: streamable-http: https://superpowers.social/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://superpowers.social/mcp GitHub: https://github.com/pkobielak/social-superpowers-mcp MCP Tools (12): reddit-get-posts, reddit-get-post, reddit-get-subreddit-info, reddit-get-user-comments, reddit-get-user-info, reddit-get-user-posts, reddit-search, twitter-news, twitter-read, twitter-search, twitter-thread, twitter-user-tweets Security Score: 10/10 Creator: Pkobielak Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http social-superpowers-social-superpowers https://superpowers.social/mcp --- ## Perplexity Polza URL: https://mcp-marketplace.io/server/io-github-ivanantigravity-lgtm-perplexity-polza-mcp-server Summary: Perplexity MCP server backed by the Polza.ai chat completions API. Category: Search & Web Mode: local Pricing: Free PyPI: perplexity-polza-mcp-server GitHub: https://github.com/ivanantigravity-lgtm/perplexity-polza-mcp-server Security Score: 1/10 Creator: Ivanantigravity Lgtm Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-ivanantigravity-lgtm-perplexity-polza-mcp-server -- uvx perplexity-polza-mcp-server==0.1.1 --- ## Fbiwanted URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fbiwanted Summary: FBI Wanted MCP — FBI Wanted public API (free, no auth) Description: FBI Wanted MCP — FBI Wanted public API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/fbiwanted/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fbiwanted/mcp GitHub: https://github.com/pipeworx-io/mcp-fbiwanted MCP Tools (2): search_wanted, get_wanted_person Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fbiwanted https://gateway.pipeworx.io/fbiwanted/mcp --- ## Caliper URL: https://mcp-marketplace.io/server/fit-caliper-caliper Summary: Geometry and CAD file metadata extraction for STL, OBJ, PLY, PCD, LAS/LAZ, glTF/GLB. Description: Geometry and CAD file metadata extraction for STL, OBJ, PLY, PCD, LAS/LAZ, glTF/GLB. Remote endpoints: streamable-http: https://caliper.fit/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://caliper.fit/mcp/ MCP Tools (9): caliper_detect_format, caliper_auto_stats, caliper_stl_stats, caliper_obj_stats, caliper_ply_stats, caliper_pcd_stats, caliper_las_stats, caliper_gltf_stats, caliper_batch_stats Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http fit-caliper-caliper https://caliper.fit/mcp/ --- ## Seedance Polza URL: https://mcp-marketplace.io/server/io-github-ivanantigravity-lgtm-seedance-polza-mcp-server Summary: Seedance video generation MCP server for Polza.ai. Category: Developer Tools Mode: local Pricing: Free PyPI: seedance-polza-mcp-server GitHub: https://github.com/ivanantigravity-lgtm/seedance-polza-mcp-server Security Score: 4.5/10 Creator: Ivanantigravity Lgtm Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-ivanantigravity-lgtm-seedance-polza-mcp-server -- uvx seedance-polza-mcp-server==0.1.1 --- ## Evernote URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-mcp-evernote Summary: Evernote note management with OAuth and ENML conversion Category: Productivity Mode: local Pricing: Free npm: @verygoodplugins/mcp-evernote GitHub: https://github.com/verygoodplugins/mcp-evernote Security Score: 8.4/10 Creator: Verygoodplugins Creator Reputation: B Version: 1.2.3 Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-evernote -- npx -y @verygoodplugins/mcp-evernote@1.2.3 --- ## Dnd5e URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dnd5e Summary: D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth) Description: D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dnd5e/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dnd5e/mcp GitHub: https://github.com/pipeworx-io/mcp-dnd5e MCP Tools (4): get_spell, get_monster, get_class, list_spells Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dnd5e https://gateway.pipeworx.io/dnd5e/mcp --- ## Arcgis Pittsburgh URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-pittsburgh Summary: City of Pittsburgh GIS — Pittsburgh, Pennsylvania open geospatial data (ArcGIS). Description: City of Pittsburgh GIS — Pittsburgh, Pennsylvania open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-pittsburgh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-pittsburgh/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-pittsburgh MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-pittsburgh https://gateway.pipeworx.io/arcgis-pittsburgh/mcp --- ## Cryptocompare URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cryptocompare Summary: CryptoCompare prices, OHLC history, social stats, news, exchanges. Description: CryptoCompare prices, OHLC history, social stats, news, exchanges. Remote endpoints: streamable-http: https://gateway.pipeworx.io/cryptocompare/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cryptocompare/mcp GitHub: https://github.com/pipeworx-io/mcp-cryptocompare MCP Tools (29): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, price, price_multi, price_full, histo_minute, histo_hour, histo_day, top_pairs, top_volume_full, top_market_cap, news, news_categories, news_feeds, social_stats, all_coins, all_exchanges Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cryptocompare https://gateway.pipeworx.io/cryptocompare/mcp --- ## Harvey Tools URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-harvey-tools Summary: Web scraping, code review, content generation, and analysis tools. Pay-per-call USDC. Category: Developer Tools Mode: dual Pricing: Free npm: @meltingpixels/harvey-tools Remote URL: https://tools.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-tools Security Score: 3.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Tags: web scraping, code review, content generation, sentiment analysis, agents, mcp, x402 Use Cases: Web scraping, Screenshot capture, Data extraction, Code review, Content generation, Sentiment analysis Required Credentials: XAI_API_KEY (required), PAYMENT_WALLET (optional) Install (Claude Code): claude mcp add io-github-meltingpixelsai-harvey-tools -- npx -y @meltingpixels/harvey-tools Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-tools https://tools.rugslayer.com/mcp --- ## Rodin URL: https://mcp-marketplace.io/server/fyi-rodin-rodin Summary: Find ~5 thinkers whose intellectual fingerprint matches a passage of text. Description: Find ~5 thinkers whose intellectual fingerprint matches a passage of text. Remote endpoints: streamable-http: https://rodin.fyi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rodin.fyi/mcp GitHub: https://github.com/peacewalkerT/rodin MCP Tools (1): find_thinkers_like Security Score: 8/10 Creator: PeacewalkerT Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http fyi-rodin-rodin https://rodin.fyi/mcp --- ## Protein Atlas URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-protein-atlas Summary: Human Protein Atlas (HPA) MCP — keyless. Description: Human Protein Atlas (HPA) MCP — keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/protein-atlas/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/protein-atlas/mcp GitHub: https://github.com/pipeworx-io/mcp-protein-atlas MCP Tools (29): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_genes, get_protein, top_tissues Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-protein-atlas https://gateway.pipeworx.io/protein-atlas/mcp --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-county-map Summary: Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries. Description: Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.daedalmap.com/mcp GitHub: https://github.com/xyver/daedal-map Security Score: 7.5/10 Creator: Xyver Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-county-map https://app.daedalmap.com/mcp --- ## Giftroam URL: https://mcp-marketplace.io/server/com-giftroam-giftroam Summary: Send real gifts to 190+ countries: search, check delivery, get a secure checkout link. Description: Send real gifts to 190+ countries: search, check delivery, get a secure checkout link. Remote endpoints: streamable-http: https://mcp.giftroam.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.giftroam.com/mcp MCP Tools (6): search_gifts, get_gift_details, check_delivery, create_checkout, get_order_status, list_my_orders Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http com-giftroam-giftroam https://mcp.giftroam.com/mcp --- ## Harvey Verify URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-harvey-verify Summary: Post-transaction outcome verification. LLM-as-judge for agent service quality. Category: Developer Tools Mode: dual Pricing: Free npm: @meltingpixels/harvey-verify Remote URL: https://verify.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-verify Security Score: 3.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Tags: verification, quality assurance, agents, mcp, x402, trust Use Cases: Outcome verification, Service quality tracking, Agent trust scoring, Post-transaction auditing Required Credentials: XAI_API_KEY (required), SUPABASE_URL (optional), SUPABASE_SERVICE_ROLE_KEY (required), PAYMENT_WALLET (optional) Install (Claude Code): claude mcp add io-github-meltingpixelsai-harvey-verify -- npx -y @meltingpixels/harvey-verify Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-verify https://verify.rugslayer.com/mcp --- ## Roc URL: https://mcp-marketplace.io/server/io-github-sugar-co-dev-roc-mcp-server Summary: Creator commerce intelligence for TikTok Shop brands — benchmarks, ROC calculator, and brand fit. Description: Creator commerce intelligence for TikTok Shop brands — benchmarks, ROC calculator, and brand fit. Remote endpoints: sse: https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp GitHub: https://github.com/sugar-co-dev/roc-mcp-server Security Score: 6.1/10 Creator: Sugar Co Dev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sugar-co-dev-roc-mcp-server https://roc-mcp-jvutdol4j-ro-ct-eam.vercel.app/mcp --- ## Argentina Data URL: https://mcp-marketplace.io/server/io-github-abenassi-argentina-data Summary: Real-time Argentine open data: dollar rates, BCRA, INDEC, AFIP, INFOLEG, SEPA prices. 24+ tools. Description: Real-time Argentine open data: dollar rates, BCRA, INDEC, AFIP, INFOLEG, SEPA prices. 24+ tools. Remote endpoints: streamable-http: https://argentinadata.mymcps.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://argentinadata.mymcps.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.5.1 Install (Claude Code Remote): claude mcp add --transport http io-github-abenassi-argentina-data https://argentinadata.mymcps.dev/mcp --- ## Registry URL: https://mcp-marketplace.io/server/io-github-onikora-fix-parser Summary: Parse FIX messages and help agents create Fixie initiators. Description: Parse FIX messages and help agents create Fixie initiators. Remote endpoints: streamable-http: https://www.onikora.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.onikora.com/mcp GitHub: https://github.com/onikora/mcp-registry Security Score: 10/10 Creator: Onikora Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-onikora-fix-parser https://www.onikora.com/mcp --- ## Api Testing URL: https://mcp-marketplace.io/server/io-github-cocaxcode-api-testing-mcp Summary: MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections. Category: Developer Tools Mode: local Pricing: Free npm: @cocaxcode/api-testing-mcp GitHub: https://github.com/cocaxcode/api-testing-mcp Security Score: 9.8/10 Creator: Raul Coca Creator Reputation: C- Version: 0.11.12 Install (Claude Code): claude mcp add io-github-cocaxcode-api-testing-mcp -- npx -y @cocaxcode/api-testing-mcp@0.12.11 --- ## Shipbook URL: https://mcp-marketplace.io/server/io-shipbook-mcp Summary: Debug production issues using Shipbook logs and Loglytics error insights. Description: Debug production issues using Shipbook logs and Loglytics error insights. Remote endpoints: streamable-http: https://api.shipbook.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.shipbook.io/mcp GitHub: https://github.com/ShipBook/shipbook-mcp Security Score: 10/10 Creator: ShipBook Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-shipbook-mcp https://api.shipbook.io/mcp --- ## Guild Wars 2 URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-guild-wars-2 Summary: Guild Wars 2 keyless public endpoints (worlds, items, achievements, build, commerce). Description: Guild Wars 2 keyless public endpoints (worlds, items, achievements, build, commerce). Remote endpoints: streamable-http: https://gateway.pipeworx.io/guild-wars-2/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/guild-wars-2/mcp GitHub: https://github.com/pipeworx-io/mcp-guild-wars-2 MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, worlds, items, achievements, professions, currencies, build, quaggans, wvw_matches, commerce_prices, commerce_listings Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-guild-wars-2 https://gateway.pipeworx.io/guild-wars-2/mcp --- ## Apideck Unified URL: https://mcp-marketplace.io/server/com-apideck-mcp Summary: Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS). Description: Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS). Remote endpoints: streamable-http: https://mcp.apideck.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @apideck/mcp Remote URL: https://mcp.apideck.dev/mcp GitHub: https://github.com/apideck-libraries/mcp Security Score: 9.8/10 Creator: Apideck Libraries Creator Reputation: B Version: 0.1.13 Required Credentials: APIDECK_API_KEY (required), APIDECK_APP_ID (optional), APIDECK_CONSUMER_ID (optional) Install (Claude Code): claude mcp add com-apideck-mcp -- npx -y @apideck/mcp@0.1.13 Install (Claude Code Remote): claude mcp add --transport http com-apideck-mcp https://mcp.apideck.dev/mcp --- ## Todoist URL: https://mcp-marketplace.io/server/io-github-ecfaria-todoist-mcp Summary: MCP server for Todoist task management integration Category: Productivity Mode: local Pricing: Free npm: @ecfaria/todoist-mcp-server GitHub: https://github.com/ecfaria/todoist-mcp Security Score: 4/10 Creator: Ecfaria Creator Reputation: B Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-ecfaria-todoist-mcp -- npx -y @ecfaria/todoist-mcp-server@1.0.1 --- ## Linkedin Campaign Manager URL: https://mcp-marketplace.io/server/io-github-zleventer-linkedin-campaign-manager-mcp Summary: MCP server for LinkedIn Ads — 19 read-only tools for campaigns, performance, and Lead Gen Forms. Category: Marketing & Social Mode: local Pricing: Free npm: linkedin-campaign-manager-mcp GitHub: https://github.com/ZLeventer/linkedin-campaign-manager-mcp Security Score: 4.8/10 Creator: ZLeventer Creator Reputation: B Version: 1.0.1 Required Credentials: LINKEDIN_CLIENT_ID (required), LINKEDIN_CLIENT_SECRET (required), LINKEDIN_TOKEN_PATH (optional), LINKEDIN_DEFAULT_AD_ACCOUNT (optional), LINKEDIN_API_VERSION (optional) Install (Claude Code): claude mcp add io-github-zleventer-linkedin-campaign-manager-mcp -- npx -y linkedin-campaign-manager-mcp@1.0.1 --- ## Aiskillstore URL: https://mcp-marketplace.io/server/io-github-garasegae-aiskillstore Summary: Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI. Description: Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI. Remote endpoints: streamable-http: https://aiskillstore.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aiskillstore.io/mcp GitHub: https://github.com/garasegae/aiskillstore Security Score: 10/10 Creator: Garasegae Creator Reputation: B Version: 1.27.0 Install (Claude Code Remote): claude mcp add --transport http io-github-garasegae-aiskillstore https://aiskillstore.io/mcp --- ## Flowmusicai URL: https://mcp-marketplace.io/server/io-github-rocnubie-flowmusicai-mcp Summary: Flow Music AI is a free AI music generator that turns one prompt into a finished royalty-free track Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/flowmusicai-mcp Security Score: 7/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.0 --- ## Leadpipe URL: https://mcp-marketplace.io/server/io-github-enzoemir1-leadpipe-mcp Summary: AI lead qualification: ICP filter, 0-100 scoring, Hunter.io enrichment, HubSpot/Pipedrive export. Category: Developer Tools Mode: local Pricing: Free npm: leadpipe-mcp-server GitHub: https://github.com/enzoemir1/leadpipe-mcp Security Score: 10/10 Creator: Enzoemir1 Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-enzoemir1-leadpipe-mcp -- npx -y leadpipe-mcp-server@1.4.0 --- ## Jpyc Agent URL: https://mcp-marketplace.io/server/com-jpyc-info-jpyc-agent-mcp Summary: OAuth-protected JPYC wallet, transfer, and contract workflows on Polygon. Description: OAuth-protected JPYC wallet, transfer, and contract workflows on Polygon. Remote endpoints: streamable-http: https://jpyc-info.com/api/jpyc-agent-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jpyc-info.com/api/jpyc-agent-mcp GitHub: https://github.com/yourbright-jp/jpyc-agent-mcp Security Score: 10/10 Creator: Yourbright Jp Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-jpyc-info-jpyc-agent-mcp https://jpyc-info.com/api/jpyc-agent-mcp --- ## Model Council URL: https://mcp-marketplace.io/server/io-github-ivanantigravity-lgtm-model-council-mcp-server Summary: Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude. Category: Developer Tools Mode: local Pricing: Free PyPI: model-council-mcp-server GitHub: https://github.com/ivanantigravity-lgtm/model-council-mcp-server Security Score: 4.5/10 Creator: Ivanantigravity Lgtm Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-ivanantigravity-lgtm-model-council-mcp-server -- uvx model-council-mcp-server==0.1.2 --- ## Strale URL: https://mcp-marketplace.io/server/io-github-strale-io-strale Summary: 290+ quality-scored API capabilities for AI agents across 27 countries via MCP. Description: 290+ quality-scored API capabilities for AI agents across 27 countries via MCP. Remote endpoints: streamable-http: https://api.strale.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: strale-mcp Remote URL: https://api.strale.io/mcp GitHub: https://github.com/strale-io/strale Security Score: 9.7/10 Creator: Strale Io Creator Reputation: B Version: 0.2.4 Required Credentials: STRALE_API_KEY (required) Install (Claude Code): claude mcp add io-github-strale-io-strale -- npx -y strale-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-strale-io-strale https://api.strale.io/mcp --- ## Eventify URL: https://mcp-marketplace.io/server/io-eventify-mcp-server Summary: Eventify MCP server — manage events, attendees, sessions, speakers, sponsors, and analytics. Description: Eventify MCP server — manage events, attendees, sessions, speakers, sponsors, and analytics. Remote endpoints: streamable-http: https://amcp.eventify.io/api/v2/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://amcp.eventify.io/api/v2/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-eventify-mcp-server https://amcp.eventify.io/api/v2/mcp --- ## Adops URL: https://mcp-marketplace.io/server/io-github-enzoemir1-adops-mcp Summary: CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization. Category: Developer Tools Mode: local Pricing: Free npm: adops-mcp-server GitHub: https://github.com/enzoemir1/adops-mcp Security Score: 10/10 Creator: Enzoemir1 Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-enzoemir1-adops-mcp -- npx -y adops-mcp-server@1.3.0 --- ## Openregistry URL: https://mcp-marketplace.io/server/io-github-sophymarine-openregistry Summary: Live data from 27 official national company registries. Unmodified. For KYB and due diligence. Description: Live data from 27 official national company registries. Unmodified. For KYB and due diligence. Remote endpoints: streamable-http: https://openregistry.sophymarine.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openregistry.sophymarine.com/mcp GitHub: https://github.com/sophymarine/openregistry MCP Tools (10): list_jurisdictions, search_companies, search_officers, get_company_profile, list_filings, get_shareholders, get_officers, get_document_metadata, fetch_document, get_document_navigation Security Score: 10/10 Creator: Sophymarine Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-sophymarine-openregistry https://openregistry.sophymarine.com/mcp --- ## Mango Sago URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-mango-sago Summary: Create cheerful, personalized greetings in seconds. Switch to playful pirate-speak for extra flair… Description: Create cheerful, personalized greetings in seconds. Switch to playful pirate-speak for extra flair… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/mango-sago/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/mango-sago Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.16.0 --- ## Domaincheckr URL: https://mcp-marketplace.io/server/io-github-nach-dakwale-domaincheckr Summary: Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed. Description: Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed. Remote endpoints: streamable-http: https://domaincheckr.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://domaincheckr.fly.dev/mcp GitHub: https://github.com/nach-dakwale/domaincheckr-mcp Security Score: 5.5/10 Creator: Nach Dakwale Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nach-dakwale-domaincheckr https://domaincheckr.fly.dev/mcp --- ## Flood URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-flood Summary: Flood MCP — wraps Open-Meteo Flood API (free, no auth) Description: Flood MCP — wraps Open-Meteo Flood API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/flood/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/flood/mcp GitHub: https://github.com/pipeworx-io/mcp-flood MCP Tools (2): get_river_discharge, get_flood_forecast Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-flood https://gateway.pipeworx.io/flood/mcp --- ## Hjarni URL: https://mcp-marketplace.io/server/com-hjarni-hjarni Summary: Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI. Description: Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI. Remote endpoints: streamable-http: https://hjarni.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hjarni.com/mcp GitHub: https://github.com/hjarni/hjarni-mcp MCP Tools (24): dashboard-get, search, notes-list, notes-get, notes-create, notes-update, notes-delete, containers-list, containers-get, containers-create, containers-update, tags-list, tags-create, teams-list, teams-get, instructions-get, instructions-update, links-manage, files-attach, files-attach_from_url, files-remove, files-create_upload_url, files-check_upload, files-get_download_url Security Score: 10/10 Creator: Hjarni Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-hjarni-hjarni https://hjarni.com/mcp --- ## Dashform URL: https://mcp-marketplace.io/server/io-github-makloai-mcp-server-dashform Summary: Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes. Description: Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes. Remote endpoints: streamable-http: https://getaiform.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getaiform.com/api/mcp GitHub: https://github.com/makloai/mcp-server-dashform MCP Tools (17): get_user_info, list_organizations, list_forms, get_form, create_form, update_form, delete_form, create_reply, list_categories, search_merchants, search_services, get_business_info, get_services, get_form_questions, check_fit, get_availability, book_appointment Security Score: 10/10 Creator: Makloai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-makloai-mcp-server-dashform https://getaiform.com/api/mcp --- ## Seosa URL: https://mcp-marketplace.io/server/ink-seosa-seosa Summary: AI web novel co-writer: series, characters, episodes, and quality evaluation. Korean-first. Description: AI web novel co-writer: series, characters, episodes, and quality evaluation. Korean-first. Remote endpoints: streamable-http: https://app.seosa.ink/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.seosa.ink/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ink-seosa-seosa https://app.seosa.ink/api/mcp --- ## Tradestaq URL: https://mcp-marketplace.io/server/io-github-the-staq-tradestaq-mcp Summary: AI-powered crypto trading tools. Strategies, backtests, bots, and portfolio management. Category: Developer Tools Mode: local Pricing: Free npm: @the-staq/tradestaq-mcp GitHub: https://github.com/the-staq/tradestaq-mcp Security Score: 10/10 Creator: The Staq Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-the-staq-tradestaq-mcp -- npx -y @the-staq/tradestaq-mcp@0.1.1 --- ## Nces Education URL: https://mcp-marketplace.io/server/io-github-soldierdata-nces-education Summary: School enrollment, graduation rates, demographics, finance, and Title I data Description: School enrollment, graduation rates, demographics, finance, and Title I data Remote endpoints: streamable-http: https://mcp.olyport.com/nces-education/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/nces-education/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-nces-education https://mcp.olyport.com/nces-education/mcp --- ## Launches URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-launches Summary: Launches MCP — wraps Launch Library 2 API (ll.thespacedevs.com, free, no auth) Description: Launches MCP — wraps Launch Library 2 API (ll.thespacedevs.com, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/launches/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/launches/mcp GitHub: https://github.com/pipeworx-io/mcp-launches MCP Tools (4): get_upcoming_launches, get_past_launches, get_launch, search_launches Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-launches https://gateway.pipeworx.io/launches/mcp --- ## Bluesky URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bluesky Summary: Bluesky MCP — wraps the AT Protocol API Description: Bluesky MCP — wraps the AT Protocol API Remote endpoints: streamable-http: https://gateway.pipeworx.io/bluesky/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bluesky/mcp GitHub: https://github.com/pipeworx-io/mcp-bluesky MCP Tools (8): get_profile, get_posts, search_posts, get_feed, get_followers, get_follows, get_thread, resolve_handle Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bluesky https://gateway.pipeworx.io/bluesky/mcp --- ## Ipinfo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ipinfo Summary: IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage) Description: IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage) Remote endpoints: streamable-http: https://gateway.pipeworx.io/ipinfo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ipinfo/mcp GitHub: https://github.com/pipeworx-io/mcp-ipinfo MCP Tools (2): lookup_ip, get_my_ip Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ipinfo https://gateway.pipeworx.io/ipinfo/mcp --- ## Warehouse URL: https://mcp-marketplace.io/server/io-github-kalehdoo-warehouse-mcp Summary: Production MCP server for Postgres, Oracle, Snowflake, BigQuery, Redshift, DuckDB, MotherDuck. Category: Developer Tools Mode: local Pricing: Free npm: warehouse-mcp GitHub: https://github.com/kalehdoo/warehouse-mcp Security Score: 8.2/10 Creator: Kalehdoo Creator Reputation: B Version: 0.4.2 Required Credentials: MCP_TRANSPORT (optional), WAREHOUSE_TYPE (optional), MCP_API_KEYS (required), DUCKDB_PATH (optional), MOTHERDUCK_TOKEN (required), PG_HOST (optional), PG_DATABASE (optional), PG_USER (optional), PG_PASSWORD (required), ORACLE_USER (optional), ORACLE_PASSWORD (required), ORACLE_CONNECT_STRING (optional), SNOWFLAKE_ACCOUNT (optional), SNOWFLAKE_USER (optional), SNOWFLAKE_PRIVATE_KEY_PATH (optional), BIGQUERY_PROJECT (optional), GOOGLE_APPLICATION_CREDENTIALS (optional), GUARDRAIL_PII_MASK (optional), MCP_RATE_LIMIT_RPM (optional) Install (Claude Code): claude mcp add io-github-kalehdoo-warehouse-mcp -- npx -y warehouse-mcp@0.4.2 --- ## Sefaz Pr Nfce URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-pr-nfce-mcp Summary: SEFAZ PR: NFC-e, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: SEFAZ PR: NFC-e, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_pr_nfce Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_pr_nfce GitHub: https://github.com/mcp-dir/sefaz_pr_nfce-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-pr-nfce-mcp https://api.mcp.ai/p_sefaz_pr_nfce --- ## Public Test Repo URL: https://mcp-marketplace.io/server/io-github-toofikz2-mcp-impersonation-poc Summary: Benign HackerOne PoC - cross-owner nameWithOwner claim test. Description: Benign HackerOne PoC - cross-owner nameWithOwner claim test. Remote endpoints: streamable-http: https://webhook.site/cbd0ed4b-2205-48dc-9d9b-9771154812ae/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://webhook.site/cbd0ed4b-2205-48dc-9d9b-9771154812ae/mcp GitHub: https://github.com/tooforg/public-test-repo Security Score: 9.9/10 Creator: Tooforg Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-toofikz2-mcp-impersonation-poc https://webhook.site/cbd0ed4b-2205-48dc-9d9b-9771154812ae/mcp --- ## Haiku URL: https://mcp-marketplace.io/server/io-github-haiku-trading-haiku-mcp-server Summary: DeFi execution for AI agents — swap, lend, bridge, and yield across 22 chains. Category: Finance Mode: local Pricing: Free npm: haiku-mcp-server GitHub: https://github.com/Haiku-Trading/haiku-mcp-server Security Score: 5.2/10 Creator: Haiku Trading Creator Reputation: B Version: 0.0.8 Required Credentials: HAIKU_API_KEY (required), WALLET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-haiku-trading-haiku-mcp-server -- npx -y haiku-mcp-server@0.0.8 --- ## Agentlux URL: https://mcp-marketplace.io/server/io-github-agentlux-agentlux Summary: Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows. Description: Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows. Remote endpoints: streamable-http: https://api.agentlux.ai/v1/mcp/jsonrpc Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentlux.ai/v1/mcp/jsonrpc GitHub: https://github.com/agentlux/agentlux-mcp Security Score: 8/10 Creator: Agentlux Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-agentlux-agentlux https://api.agentlux.ai/v1/mcp/jsonrpc --- ## Agentshield Platform URL: https://mcp-marketplace.io/server/io-github-dl-eigenart-agentshield-mcp Summary: Detect prompt injection and jailbreak attacks in real-time. F1 0.92, 2.4ms latency. Description: AgentShield protects your AI agent from prompt injection, jailbreak, and social-engineering attacks. One tool call classifies any untrusted text before it reaches your LLM. HOW IT WORKS Call classify_text with any untrusted input — user messages, RAG documents, email bodies, tool-call results. AgentShield returns a verdict with confidence score in ~2.4ms (p50). PUBLIC BENCHMARK (5,972 samples, 5 datasets) Aggregate F1: 0.921 | Precision: 0.905 | Recall: 0.936 Datasets: deepset, gandalf, jackhh Category: Security Mode: local Pricing: Free npm: @eigenart/agentshield-mcp GitHub: https://github.com/dl-eigenart/agentshield-platform Security Score: 6.2/10 Creator: dl-eigenart Creator Reputation: F Version: 0.1.3 Tags: prompt-injection, jailbreak-detection, llm-security, ai-security, guardrails, agent-security, owasp-llm, rag-security, real-time-classifier, mcp Use Cases: Prompt injection detection, Jailbreak prevention, RAG security, Agent input validation, LLM guardrails, Chatbot security Required Credentials: AGENTSHIELD_API_KEY (required) Install (Claude Code): claude mcp add io-github-dl-eigenart-agentshield-mcp -- npx -y @eigenart/agentshield-mcp@0.1.3 --- ## Repology URL: https://mcp-marketplace.io/server/io-github-tschoonj-repology-mcp-server Summary: MCP server that provides access to Repology package repository data Category: Developer Tools Mode: local Pricing: Free PyPI: repology-mcp-server GitHub: https://github.com/tschoonj/repology-mcp-server Security Score: 10/10 Creator: Tschoonj Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-tschoonj-repology-mcp-server -- uvx repology-mcp-server==0.1.1 --- ## Lorem URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-lorem Summary: Lorem MCP — wraps loripsum.net (free, no auth) Description: Lorem MCP — wraps loripsum.net (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/lorem/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/lorem/mcp GitHub: https://github.com/pipeworx-io/mcp-lorem MCP Tools (2): generate_paragraphs, generate_with_options Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-lorem https://gateway.pipeworx.io/lorem/mcp --- ## Index Server URL: https://mcp-marketplace.io/server/io-github-jagilber-org-index-server Summary: MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion. Category: Developer Tools Mode: local Pricing: Free npm: @jagilber-org/index-server GitHub: https://github.com/jagilber-org/index-server Security Score: 10/10 Creator: Jagilber Org Creator Reputation: B Version: 1.32.0 Install (Claude Code): claude mcp add io-github-jagilber-org-index-server -- npx -y @jagilber-org/index-server@1.32.0 --- ## Fronius URL: https://mcp-marketplace.io/server/io-github-flowiesner-fronius-mcp Summary: Real-time Fronius inverter data in Claude — PV, battery, grid and smart meter via local Solar API. Category: Developer Tools Mode: local Pricing: Free PyPI: fronius-mcp GitHub: https://github.com/flowiesner/fronius-mcp Security Score: 10/10 Installs: 1 Creator: flowiesner Creator Reputation: C Version: 0.1.2 Install (Claude Code): claude mcp add io-github-flowiesner-fronius-mcp -- uvx fronius-mcp==0.1.2 --- ## Skill Server URL: https://mcp-marketplace.io/server/io-github-jcc-ne-mcp-skill-server Summary: An MCP server that mounts your skill directory and add deterministic entry for deployment Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-skill-server GitHub: https://github.com/jcc-ne/mcp-skill-server Security Score: 6.5/10 Creator: Jcc Ne Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-jcc-ne-mcp-skill-server -- uvx mcp-skill-server==0.1.2 --- ## Advocate URL: https://mcp-marketplace.io/server/com-advocatemcp-advocate Summary: MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents. Description: MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents. Remote endpoints: streamable-http: https://api.advocatemcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.advocatemcp.com/mcp GitHub: https://github.com/cameronjmcewan-dev/advocatemcp MCP Tools (10): query_business_agent, search_businesses, get_availability, get_quote, reserve_slot, initiate_handoff, get_credentials, get_cancellation_policy, request_callback, subscribe_to_updates Security Score: 8/10 Creator: Cameronjmcewan Dev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-advocatemcp-advocate https://api.advocatemcp.com/mcp --- ## Hive Mcp Audit Readiness URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-audit-readiness Summary: Multi-jurisdictional AI compliance readiness scoring with sourced penalty math. Description: Multi-jurisdictional AI compliance readiness scoring with sourced penalty math. Remote endpoints: streamable-http: https://hive-mcp-audit-readiness.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-audit-readiness.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-audit-readiness Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-audit-readiness https://hive-mcp-audit-readiness.onrender.com/mcp --- ## Selenix URL: https://mcp-marketplace.io/server/io-github-markmircea-selenix-mcp-server Summary: MCP server that bridges local apps with Selenix for browser automation. Category: Developer Tools Mode: local Pricing: Free npm: @selenix/mcp-server GitHub: https://github.com/markmircea/Selenix-MCP-Server Security Score: 6.5/10 Creator: Markmircea Creator Reputation: B Version: 1.0.7 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-markmircea-selenix-mcp-server -- npx -y @selenix/mcp-server@1.0.7 --- ## PG CVE URL: https://mcp-marketplace.io/server/io-github-meob-pg-cve-mcp Summary: PostgreSQL security for AI agents: CVEs, yanked releases, exploits, and upgrade paths Category: Developer Tools Mode: local Pricing: Free PyPI: pg-cve-mcp GitHub: https://github.com/meob/PG_CVE-MCP Security Score: 5.2/10 Creator: Meob Creator Reputation: B Version: 1.0.4 Required Credentials: PG_CVE_MCP_TTL (optional), PG_CVE_MCP_DATA_URL (optional) Install (Claude Code): claude mcp add io-github-meob-pg-cve-mcp -- uvx pg-cve-mcp==1.0.4 --- ## K8gentS URL: https://mcp-marketplace.io/server/io-github-jdoornink-k8gents Summary: Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/JDoornink/K8gentS Security Score: 8.3/10 Creator: JDoornink Creator Reputation: B Version: 0.1.1 Required Credentials: AI_API_KEY (required), AI_MODEL (optional), KUBECONFIG (optional) --- ## Rechtspraak URL: https://mcp-marketplace.io/server/io-github-prudai-rechtspraak-mcp Summary: Dutch case law over MCP: search & fetch uitspraken by ECLI (Rechtspraak Open Data + LiDO) Category: Developer Tools Mode: local Pricing: Free npm: rechtspraak-mcp GitHub: https://github.com/Prudai/rechtspraak-mcp Security Score: 5.2/10 Creator: Prudai Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-prudai-rechtspraak-mcp -- npx -y rechtspraak-mcp@0.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/ai-parceled-mcp Summary: Real estate data for AI agents: US parcel boundaries (tiles), owners, sale history, permits, hail. Description: Real estate data for AI agents: US parcel boundaries (tiles), owners, sale history, permits, hail. Remote endpoints: streamable-http: https://parceled.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://parceled.ai/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-parceled-mcp https://parceled.ai/api/mcp --- ## Iteratools URL: https://mcp-marketplace.io/server/io-github-fredpsantos33-iteratools Summary: 40+ pay-per-use tools for AI agents: search, TTS, QR, PDF, scraping, image gen. x402. Category: Developer Tools Mode: local Pricing: Free npm: iteratools-mcp GitHub: https://github.com/fredpsantos33/iteratools-mcp Security Score: 8/10 Creator: Fredpsantos33 Creator Reputation: B Version: 1.0.5 Required Credentials: ITERATOOLS_API_KEY (required) Install (Claude Code): claude mcp add io-github-fredpsantos33-iteratools -- npx -y iteratools-mcp@1.0.5 --- ## Roblox Studio URL: https://mcp-marketplace.io/server/io-github-justice219-roblox-studio-mcp Summary: Connect AI assistants to Roblox Studio — manipulate the DataModel with 14 tools Category: Developer Tools Mode: local Pricing: Free npm: @jamesworkbenchcrm/roblox-studio-mcp GitHub: https://github.com/Justice219/roblox-studio-mcp Security Score: 6.8/10 Creator: Justice219 Creator Reputation: B Version: 1.0.1 Required Credentials: MCP_BRIDGE_PORT (optional) Install (Claude Code): claude mcp add io-github-justice219-roblox-studio-mcp -- npx -y @jamesworkbenchcrm/roblox-studio-mcp@1.0.1 --- ## Macvendors URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-macvendors Summary: macvendors.com MCP — MAC address (OUI) → hardware manufacturer lookup. Description: macvendors.com MCP — MAC address (OUI) → hardware manufacturer lookup. Remote endpoints: streamable-http: https://gateway.pipeworx.io/macvendors/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/macvendors/mcp GitHub: https://github.com/pipeworx-io/mcp-macvendors MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, lookup Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-macvendors https://gateway.pipeworx.io/macvendors/mcp --- ## Arcgis Sanbernardino URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-sanbernardino Summary: City of San Bernardino GIS — San Bernardino, California open geospatial data (ArcGIS). Description: City of San Bernardino GIS — San Bernardino, California open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-sanbernardino/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-sanbernardino/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-sanbernardino MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-sanbernardino https://gateway.pipeworx.io/arcgis-sanbernardino/mcp --- ## Stithy Job tracker URL: https://mcp-marketplace.io/server/stithy-job-tracker Summary: AI-native job hunt copilot. Tailor resumes, track applications, never miss a follow-up Description: Local-first MCP server for managing a real job search end-to-end. Every application, interaction, and follow-up lives in a SQLite database on your laptop. Your resume, salary expectations, and recruiter notes never leave your machine. Category: Productivity Mode: local Pricing: $9.99 (subscription) npm: @stithy/jobtracker GitHub: https://github.com/resolceo-ai/stithy-mcp Security Score: 6/10 Creator: Stithy Creator Reputation: F Version: 1.0.0 Tags: job-search, resume, career, productivity, local-first, privacy Use Cases: Job search, Resume tailoring, Application tracking, Interview prep, Salary research Required Credentials: MCP_LICENSE_KEY (required), STITHY_JOBTRACKER_DB (optional) Install (Claude Code): claude mcp add stithy-job-tracker -- npx -y @stithy/jobtracker --- ## Google Ads URL: https://mcp-marketplace.io/server/io-github-zleventer-google-ads-mcp Summary: MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance. Category: Marketing & Social Mode: local Pricing: Free npm: @zleventer/google-ads-mcp GitHub: https://github.com/ZLeventer/google-ads-mcp Security Score: 4.2/10 Creator: ZLeventer Creator Reputation: B Version: 1.0.1 Required Credentials: GOOGLE_ADS_DEVELOPER_TOKEN (required), GOOGLE_ADS_CLIENT_ID (required), GOOGLE_ADS_CLIENT_SECRET (required), GOOGLE_ADS_REFRESH_TOKEN (required), GOOGLE_ADS_CUSTOMER_ID (optional), GOOGLE_ADS_LOGIN_CUSTOMER_ID (optional) Install (Claude Code): claude mcp add io-github-zleventer-google-ads-mcp -- npx -y @zleventer/google-ads-mcp@1.0.1 --- ## Httpcat URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-httpcat Summary: HTTP Cat MCP — wraps http.cat (free, no auth) Description: HTTP Cat MCP — wraps http.cat (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/httpcat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/httpcat/mcp GitHub: https://github.com/pipeworx-io/mcp-httpcat MCP Tools (2): get_status_cat, list_codes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-httpcat https://gateway.pipeworx.io/httpcat/mcp --- ## Coinrailz URL: https://mcp-marketplace.io/server/io-github-tdnupe3-coinrailz Summary: 41 crypto micropayment services via x402 protocol Category: Developer Tools Mode: local Pricing: Free PyPI: coinrailz-mcp GitHub: https://github.com/tdnupe3/mcp-server-coinrailz Security Score: 6/10 Creator: Tdnupe3 Creator Reputation: B Version: 1.0.5 Required Credentials: COINRAILZ_API_KEY (required) Install (Claude Code): claude mcp add io-github-tdnupe3-coinrailz -- uvx coinrailz-mcp==1.0.5 --- ## Firstdollar URL: https://mcp-marketplace.io/server/io-github-lisamaraventano-spine-firstdollar Summary: An MCP that teaches AI agents to use the wallets they already have. Teacher, not butler. Category: Developer Tools Mode: local Pricing: Free npm: firstdollar GitHub: https://github.com/lisamaraventano-spine/firstdollar Security Score: 6.2/10 Creator: Lisamaraventano Spine Creator Reputation: B Version: 1.0.7 Install (Claude Code): claude mcp add io-github-lisamaraventano-spine-firstdollar -- npx -y firstdollar@1.0.7 --- ## Business Directory URL: https://mcp-marketplace.io/server/xyz-bizclaw-business-directory Summary: Search, compare, and contact real-world companies through a public MCP business directory. Description: Search, compare, and contact real-world companies through a public MCP business directory. Remote endpoints: streamable-http: https://bizclaw.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bizclaw.xyz/mcp MCP Tools (9): search_companies, get_company, ask_about_companies, list_categories, get_company_by_website, create_proposal, create_batch_proposals, get_my_proposals, reply_to_proposal Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http xyz-bizclaw-business-directory https://bizclaw.xyz/mcp --- ## Dockerfile Audit URL: https://mcp-marketplace.io/server/io-github-unbearabledev-dockerfile-audit Summary: Hadolint-grade Dockerfile audit — 19 checks: secrets, privileges, supply chain, hygiene. Description: Hadolint-grade Dockerfile audit — 19 checks: secrets, privileges, supply chain, hygiene. Remote endpoints: streamable-http: https://unbearable-dev--dockerfile-audit.apify.actor/mcp Category: Cloud & DevOps Mode: dual Pricing: Free Remote URL: https://unbearable-dev--dockerfile-audit.apify.actor/mcp GitHub: https://github.com/UnbearableDev/dockerfile-audit Security Score: 5.2/10 Creator: UnbearableDev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-unbearabledev-dockerfile-audit https://unbearable-dev--dockerfile-audit.apify.actor/mcp --- ## Conductor Relay URL: https://mcp-marketplace.io/server/io-github-zman504-conductor-relay-mcp Summary: Hosted MCP for Conductor Relay: a verifier-backed agent work exchange and cold marketplace. Description: Hosted MCP for Conductor Relay: a verifier-backed agent work exchange and cold marketplace. Remote endpoints: streamable-http: https://www.conductorrelay.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.conductorrelay.com/mcp GitHub: https://github.com/Zman504/conductor-relay-mcp MCP Tools (9): get_status, get_network_stats, get_cptm_price, register_agent, list_jobs, claim_job, submit_job_result, get_balance, request_sandbox_funds Security Score: 10/10 Creator: Zman504 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-zman504-conductor-relay-mcp https://www.conductorrelay.com/mcp --- ## Base Multi Wallet URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-base-multi-wallet-mcp Summary: MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on Category: Finance Mode: local Pricing: Free npm: base-multi-wallet-mcp GitHub: https://github.com/lordbasilaiassistant-sudo/base-multi-wallet-mcp Security Score: 8/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-base-multi-wallet-mcp -- npx -y base-multi-wallet-mcp@1.0.2 --- ## Coachsync URL: https://mcp-marketplace.io/server/io-github-hobodave-coachsync-mcp Summary: Barbell strength training tools for AI assistants. Warmup, plate loading, and LP. Description: Barbell strength training tools for AI assistants. Warmup, plate loading, and LP. Remote endpoints: streamable-http: https://mcp.coachsync.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.coachsync.io/mcp GitHub: https://github.com/hobodave/coachsync-mcp MCP Tools (3): warmup_calculator, plate_loader, novice_lp_generator Security Score: 9/10 Creator: Hobodave Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hobodave-coachsync-mcp https://mcp.coachsync.io/mcp --- ## Marine URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-marine Summary: Marine MCP — wraps marine-api.open-meteo.com (free, no auth) Description: Marine MCP — wraps marine-api.open-meteo.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/marine/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/marine/mcp GitHub: https://github.com/pipeworx-io/mcp-marine MCP Tools (2): get_wave_forecast, get_current_waves Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-marine https://gateway.pipeworx.io/marine/mcp --- ## Dictionary URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dictionary Summary: Dictionary MCP — wraps Free Dictionary API (free, no auth) Description: Dictionary MCP — wraps Free Dictionary API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dictionary/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dictionary/mcp GitHub: https://github.com/pipeworx-io/mcp-dictionary MCP Tools (2): define_word, get_synonyms Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dictionary https://gateway.pipeworx.io/dictionary/mcp --- ## Agent Central URL: https://mcp-marketplace.io/server/to-agentcentral-amazon-seller-central Summary: Hosted MCP server for Amazon sellers using Claude, ChatGPT, and other AI clients. Description: Hosted MCP server for Amazon sellers using Claude, ChatGPT, and other AI clients. Remote endpoints: streamable-http: https://hosted-server-1039762986179.us-central1.run.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://hosted-server-1039762986179.us-central1.run.app/mcp GitHub: https://github.com/christi4nity/agent-central-mcp Security Score: 5.2/10 Creator: Christi4nity Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http to-agentcentral-amazon-seller-central https://hosted-server-1039762986179.us-central1.run.app/mcp --- ## Link Preview Cache Api URL: https://mcp-marketplace.io/server/io-github-cmondillo-link-preview-cache-api Summary: Same link preview data as link-preview-api, ~1/3 the price via a shared cache. Description: Same link preview data as link-preview-api, ~1/3 the price via a shared cache. Remote endpoints: streamable-http: https://link-preview-cache-api.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://link-preview-cache-api.onrender.com/mcp GitHub: https://github.com/cmondillo/tools Security Score: 9.5/10 Creator: Cmondillo Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cmondillo-link-preview-cache-api https://link-preview-cache-api.onrender.com/mcp --- ## Countries URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-countries Summary: Countries MCP — world country data from REST Countries API v3.1 Description: Countries MCP — world country data from REST Countries API v3.1 Remote endpoints: streamable-http: https://gateway.pipeworx.io/countries/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/countries/mcp GitHub: https://github.com/pipeworx-io/mcp-countries MCP Tools (5): search_countries, get_country_by_code, countries_by_region, countries_by_language, countries_by_currency Security Score: 9.8/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-countries https://gateway.pipeworx.io/countries/mcp --- ## Carbon URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-carbon Summary: Carbon MCP — UK Carbon Intensity API (free, no auth) Description: Carbon MCP — UK Carbon Intensity API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/carbon/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/carbon/mcp GitHub: https://github.com/pipeworx-io/mcp-carbon MCP Tools (3): get_intensity, get_intensity_by_date, get_generation_mix Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-carbon https://gateway.pipeworx.io/carbon/mcp --- ## Gainium URL: https://mcp-marketplace.io/server/io-gainium-gainium-mcp Summary: MCP server for Gainium — manage trading bots, deals, and balances via AI assistants Description: MCP server for Gainium — manage trading bots, deals, and balances via AI assistants Remote endpoints: streamable-http: https://mcp.gainium.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: gainium-mcp Remote URL: https://mcp.gainium.io/mcp GitHub: https://github.com/Gainium/gainium-mcp Security Score: 5/10 Creator: Gainium Creator Reputation: B Version: 3.3.0 Required Credentials: GAINIUM_API_KEY (required), GAINIUM_API_SECRET (required), GAINIUM_PAPER_ONLY (optional), GAINIUM_ALLOWED_BOT_ID (optional) Install (Claude Code): claude mcp add io-gainium-gainium-mcp -- npx -y gainium-mcp@3.3.0 Install (Claude Code Remote): claude mcp add --transport http io-gainium-gainium-mcp https://mcp.gainium.io/mcp --- ## Airnow URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-airnow Summary: EPA AirNow MCP — official US real-time AQI + forecast (free key) Description: EPA AirNow MCP — official US real-time AQI + forecast (free key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/airnow/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/airnow/mcp GitHub: https://github.com/pipeworx-io/mcp-airnow MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, current_by_zip, current_by_location, forecast_by_zip, observations_in_bbox Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-airnow https://gateway.pipeworx.io/airnow/mcp --- ## Source Map Parser URL: https://mcp-marketplace.io/server/io-github-masonchow-source-map-parser-mcp Summary: Parse JavaScript error stack traces back to original source code using source maps Category: Developer Tools Mode: local Pricing: Free npm: source-map-parser-mcp GitHub: https://github.com/MasonChow/source-map-parser-mcp Security Score: 3.6/10 Creator: MasonChow Creator Reputation: B Version: 1.3.2 Required Credentials: SOURCE_MAP_PARSER_CONTEXT_OFFSET_LINE (optional), SOURCE_MAP_PARSER_RESOURCE_CACHE_MAX_SIZE (optional) Install (Claude Code): claude mcp add io-github-masonchow-source-map-parser-mcp -- npx -y source-map-parser-mcp@1.6.0 --- ## Comicvine URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-comicvine Summary: Comic Vine: characters, issues, volumes, creators, publishers. Free key. Description: Comic Vine: characters, issues, volumes, creators, publishers. Free key. Remote endpoints: streamable-http: https://gateway.pipeworx.io/comicvine/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/comicvine/mcp GitHub: https://github.com/pipeworx-io/mcp-comicvine MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, search, characters, character, issues, issue, volumes, volume, people, person, publishers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-comicvine https://gateway.pipeworx.io/comicvine/mcp --- ## Public Directory URL: https://mcp-marketplace.io/server/ai-rootdata-public-directory Summary: Public Root Data dental analytics directory for DSOs, dental practices, blog, and FAQ tools. Description: Public Root Data dental analytics directory for DSOs, dental practices, blog, and FAQ tools. Remote endpoints: streamable-http: https://rootdata.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rootdata.ai/api/mcp MCP Tools (8): search_dsos, get_dso_profile, search_practices, get_practice_profile, list_top_dsos, compare_dsos, search_blog_articles, root_data_faq Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-rootdata-public-directory https://rootdata.ai/api/mcp --- ## Brain Server URL: https://mcp-marketplace.io/server/io-github-trupe-rs-expert-brain Summary: Expert knowledge base for sales, negotiation, strategy, operations, and risk. Description: Expert knowledge base for sales, negotiation, strategy, operations, and risk. Remote endpoints: streamable-http: https://stackfast.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stackfast.ai/api/mcp GitHub: https://github.com/stackfast-technologies/mcp-brain-server Security Score: 9/10 Creator: Stackfast Technologies Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-trupe-rs-expert-brain https://stackfast.ai/api/mcp --- ## Agent Payment URL: https://mcp-marketplace.io/server/io-github-evidai-polymarket-guard Summary: Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing. Category: Developer Tools Mode: local Pricing: Free npm: polymarket-guard-mcp GitHub: https://github.com/evidai/agent-payment-mcp Security Score: 9.7/10 Creator: Evidai Creator Reputation: B Version: 0.1.0 Required Credentials: POLYMARKET_PRIVATE_KEY (required), LEMON_CAKE_BUYER_JWT (required) Install (Claude Code): claude mcp add io-github-evidai-polymarket-guard -- npx -y polymarket-guard-mcp --- ## Rpcbind URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-rpcbind Summary: MCP server exposing rpcbind/RPC portmapper functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-rpcbind GitHub: https://github.com/daedalus/mcp-rpcbind Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-rpcbind -- uvx mcp-rpcbind==0.1.0 --- ## Zzboard Board URL: https://mcp-marketplace.io/server/net-zzboard-zzboard Summary: A message board for AI agents. Agents post via MCP; humans get a read-only website. Description: A message board for AI agents. Agents post via MCP; humans get a read-only website. Remote endpoints: streamable-http: https://zzboard.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zzboard.net/mcp GitHub: https://github.com/alexjacobs08/zzboard-board MCP Tools (8): register_agent, whoami, list_boards, list_threads, read_thread, create_thread, create_board, post_reply Security Score: 10/10 Creator: Alexjacobs08 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http net-zzboard-zzboard https://zzboard.net/mcp --- ## Fuelcenter URL: https://mcp-marketplace.io/server/io-github-codymcc4-fuelcenter Summary: Marathon fueling, pace, hydration, heat, carb-loading, and gel-comparison calculators. Description: Marathon fueling, pace, hydration, heat, carb-loading, and gel-comparison calculators. Remote endpoints: streamable-http: https://fuelcenter.co/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fuelcenter.co/api/mcp GitHub: https://github.com/codymcc4/fuelcenter MCP Tools (7): fueling-plan, race-time-predictor, pace-calculator, heat-adjustment, hydration, carb-loading, gel-comparison Security Score: 8/10 Creator: Codymcc4 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-codymcc4-fuelcenter https://fuelcenter.co/api/mcp --- ## Livedatalink URL: https://mcp-marketplace.io/server/io-github-blackboxfoundry-livedatalink Summary: 284 public-data tools across 59 domains; freshness varies by source. Free tier. Description: 284 public-data tools across 59 domains; freshness varies by source. Free tier. Remote endpoints: streamable-http: https://livedatalink.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://livedatalink.ai/mcp MCP Tools (284): property_lookup, property_search_owner, property_search_area, property_value_history, fmcsa_carrier_lookup, fmcsa_carrier_search, fmcsa_safety_scores, fmcsa_carrier_authority, fmcsa_carrier_compare, stock_quote, stock_quote_batch, options_chain, stock_history, company_info, stock_compare, weather_current, weather_forecast, air_quality, crypto_price, crypto_compare, crypto_trending, crypto_info, package_track, local_search, vin_decode, vehicle_recalls, sanctions_screen_entity, sanctions_screen_batch, sanctions_get_changes, sanctions_screen_address, sanctions_get_entity, sanctions_search_alias, sanctions_status_summary, disaster_declarations, nfip_flood_claims, earthquake_recent, nws_active_alerts, flood_zone_lookup, hurricane_tracker, disaster_history_summary, court_case_search, court_docket_lookup, court_opinion_search, court_judge_lookup, court_citation_resolver, court_oral_argument_search, court_recent_filings, cve_lookup, cve_search_by_vendor, cve_search_by_keyword, cwe_lookup, epss_score, kev_status_check, cve_recent, college_search, college_metrics, college_demographics, college_accreditation, college_compare, college_outcomes_by_program, college_trends, eia_gasoline_prices, eia_natural_gas, eia_electricity_state, eia_oil_supply, eia_renewable_generation, eia_energy_consumption, eia_series_lookup, fred_series_info, fred_observations, fred_search, fred_category_series, fred_quick_indicator, fred_compare, fred_releases, edgar_company_lookup, edgar_recent_filings, edgar_filing_content, edgar_full_text_search, edgar_company_facts, edgar_insider_transactions, edgar_filings_by_form_type, nrel_pvwatts, nrel_solar_resource, nrel_utility_rates, nrel_alt_fuel_stations, nrel_alt_fuel_station_detail, fda_drug_lookup, fda_drug_recalls, fda_drug_adverse_events, fda_device_recalls, fda_device_510k, fda_food_recalls, census_population, census_demographics, census_income_housing, census_commute_employment, census_business, census_geography_lookup, epa_facility_search, epa_facility_details, epa_facility_compliance, epa_enforcement_search, epa_water_or_air_violations, fec_candidate_search, fec_candidate_details, fec_committee_search, fec_candidate_financials, fec_independent_expenditures, patent_search, patent_details, patent_inventor_search, patent_assignee_search, patent_recent, nonprofit_lookup_ein, nonprofit_search_name, nonprofit_search_location, nonprofit_details, nonprofit_status, caselaw_search, caselaw_citation_lookup, caselaw_case_details, caselaw_opinion_text, book_search, book_details, book_fulltext_search, book_get_text, book_status, paper_search, paper_details, paper_fulltext_search, paper_get_text, paper_status, reg_search, reg_document, reg_cfr_search, reg_cfr_section, reg_cfr_titles, realestate_search, realestate_home_values, realestate_rents, realestate_trend, realestate_status, parcel_search, parcel_details, parcel_sales_history, parcel_coverage, spending_search_awards, spending_award_details, spending_recipient_summary, trials_search, trials_details, treasury_debt, treasury_interest_rates, treasury_exchange_rates, treasury_auctions, treasury_cash_balance, worldbank_indicator, worldbank_compare, worldbank_country_profile, bls_indicator, bls_series, npi_lookup, npi_search_provider, npi_search_organization, npi_search_specialty, npm_package, pypi_package, cargo_crate, github_repo, rdap_domain, rdap_ip, ip_reputation, fbi_wanted, recreation_search_facilities, recreation_facility_detail, recreation_search_recareas, recreation_search_campsites, recreation_nearby, congress_search_bills, congress_bill_details, congress_bill_actions, congress_bill_cosponsors, congress_search_members, congress_member_details, congress_house_votes, congress_recent_laws, lobbying_search, lobbying_detail, lobbying_contributions, lobbying_registrants, lobbying_lobbyists, fdic_search_institutions, fdic_failures, fdic_financials, fdic_summary, fdic_deposits, fdic_history, usgs_earthquake_feed, usgs_earthquake_search, usgs_earthquake_detail, usgs_water_realtime, cms_hospital_search, cms_nursing_home_search, cms_home_health_search, cms_hospice_search, cfpb_search_complaints, cfpb_complaint_aggregations, cfpb_complaint_trends, cfpb_complaint_detail, cfpb_state_complaints, cfpb_suggest_company, cdc_weekly_deaths_by_state, cdc_excess_deaths_covid, cdc_flu_surveillance, cdc_leading_causes_of_death, cdc_drug_overdose_deaths, cdc_vaccination_coverage, cdc_outbreak_reports, cdc_dataset_query, open_payments_search, open_payments_top, open_payments_research, open_payments_ownership, open_payments_by_company, open_payments_national_summary, open_payments_state_totals, open_payments_by_specialty, geocode_address, geocode_coordinates, geocode_batch, tx_wells_near, ok_wells_search, lei_lookup, lei_hierarchy, chemical_lookup, chemical_hazards, tide_predictions, water_levels, sun_times, grants_search, grants_get_opportunity, cpsc_recall_search, cpsc_recent_recalls, counterparty_risk_score, carrier_vetting_score, options_history_chain, options_history_volhist, options_history_contract, options_history_atm_iv, iv_analytics, price_to_rent_ratio, recall_screen, org_funding_profile, bank_health_report, location_risk_report, resolve_entity, security_exposure, energy_market_snapshot, environmental_site_risk, college_value_score, issuer_diligence_dossier, company_trust_check, product_liability_screen, influence_network_map, market_size_estimator, prescriber_ties_profile, clinical_site_selector, company_complaint_profile, supplier_esg_scorecard, facility_care_quality, disaster_recovery_profile, talent_market_brief, cost_of_doing_business_index, corporate_ownership_tree, beneficial_owner_screen, bounce_scanner, candlestick_signals, support_resistance_levels, entity_resolve, entity_dossier, search_available_datasets, get_free_api_key, list_tool_groups Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.6.5 Install (Claude Code Remote): claude mcp add --transport http io-github-blackboxfoundry-livedatalink https://livedatalink.ai/mcp --- ## Paperlantern Cli URL: https://mcp-marketplace.io/server/ai-paperlantern-code Summary: Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs. Description: Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs. Remote endpoints: streamable-http: https://mcp.paperlantern.ai/chat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.paperlantern.ai/chat/mcp GitHub: https://github.com/paperlantern-ai/paperlantern-cli Security Score: 9.8/10 Creator: Paperlantern Ai Creator Reputation: B Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http ai-paperlantern-code https://mcp.paperlantern.ai/chat/mcp --- ## Incwo URL: https://mcp-marketplace.io/server/io-github-incwo-incwo Summary: Secure MCP server for exploring incwo CRM data, documents, and email workflows. Description: Secure MCP server for exploring incwo CRM data, documents, and email workflows. Remote endpoints: streamable-http: https://www.incwo.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.incwo.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-incwo-incwo https://www.incwo.com/mcp --- ## Openroute URL: https://mcp-marketplace.io/server/io-github-vemonet-openroute-mcp Summary: Plan routes using the OpenRouteService API, such as for hiking, mountain biking, or driving. Category: Developer Tools Mode: local Pricing: Free PyPI: openroute-mcp GitHub: https://github.com/vemonet/openroute-mcp Security Score: 9/10 Creator: Vemonet Creator Reputation: B Version: 0.0.4 Required Credentials: OPENROUTESERVICE_API_KEY (required) Install (Claude Code): claude mcp add io-github-vemonet-openroute-mcp -- uvx openroute-mcp==0.0.4 --- ## Help Scout URL: https://mcp-marketplace.io/server/io-github-drewburchfield-help-scout-mcp Summary: Search Help Scout conversations, customers, organizations, threads, and inboxes with AI assistants Category: Developer Tools Mode: local Pricing: Free npm: help-scout-mcp-server GitHub: https://github.com/drewburchfield/help-scout-mcp-server.git Security Score: 6/10 Creator: Drewburchfield Creator Reputation: B Version: 1.7.0 Required Credentials: HELPSCOUT_APP_ID (required), HELPSCOUT_APP_SECRET (required), REDACT_MESSAGE_CONTENT (optional) Install (Claude Code): claude mcp add io-github-drewburchfield-help-scout-mcp -- npx -y help-scout-mcp-server@1.7.0 --- ## Climatiq URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-climatiq Summary: Climatiq MCP — carbon footprint calculator with emission factors Description: Climatiq MCP — carbon footprint calculator with emission factors Remote endpoints: streamable-http: https://gateway.pipeworx.io/climatiq/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/climatiq/mcp GitHub: https://github.com/pipeworx-io/mcp-climatiq MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_factors, estimate_emissions, list_unit_types Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-climatiq https://gateway.pipeworx.io/climatiq/mcp --- ## Solitaire For Agents URL: https://mcp-marketplace.io/server/io-github-prdicta-solitaire Summary: Identity infrastructure for AI agents. Evolving persona, session continuity, self-tuning retrieval. Category: Developer Tools Mode: local Pricing: Free PyPI: solitaire-ai GitHub: https://github.com/PRDicta/Solitaire-for-Agents Security Score: 10/10 Creator: PRDicta Creator Reputation: B Version: 1.5.2 Install (Claude Code): claude mcp add io-github-prdicta-solitaire -- uvx solitaire-ai==1.5.2 --- ## Rs232 URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-rs232 Summary: An MCP server that exposes RS232 serial port connectivity Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-rs232 GitHub: https://github.com/daedalus/mcp-rs232 Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-rs232 -- uvx mcp-rs232==0.1.0 --- ## Coachsync URL: https://mcp-marketplace.io/server/io-coachsync-coachsync-mcp Summary: Barbell strength training tools for AI assistants. Warmup, plate loading, and LP. Description: Barbell strength training tools for AI assistants. Warmup, plate loading, and LP. Remote endpoints: streamable-http: https://mcp.coachsync.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.coachsync.io/mcp GitHub: https://github.com/hobodave/coachsync-mcp MCP Tools (3): warmup_calculator, plate_loader, novice_lp_generator Security Score: 9/10 Creator: Hobodave Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-coachsync-coachsync-mcp https://mcp.coachsync.io/mcp --- ## Shopify Multi Store URL: https://mcp-marketplace.io/server/io-github-alex-brecher-shopify-multi-store Summary: Connect AI agents to multiple Shopify Admin stores for reports, comparisons, and guarded updates. Category: Developer Tools Mode: local Pricing: Free npm: shopify-multi-store-mcp-server GitHub: https://github.com/alex-brecher/shopify-multi-store Security Score: 10/10 Creator: Alex Brecher Creator Reputation: B Version: 1.5.0 Install (Claude Code): claude mcp add io-github-alex-brecher-shopify-multi-store -- npx -y shopify-multi-store-mcp-server@1.5.0 --- ## Gdc URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gdc Summary: NCI Genomic Data Commons (GDC) MCP. Description: NCI Genomic Data Commons (GDC) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/gdc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gdc/mcp GitHub: https://github.com/pipeworx-io/mcp-gdc MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_projects, get_project, search_cases, search_files Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gdc https://gateway.pipeworx.io/gdc/mcp --- ## Email Deliverability URL: https://mcp-marketplace.io/server/com-themailx-email-deliverability Summary: Check SPF/DKIM/DMARC/BIMI, blacklists, SMTP/IMAP; DNS lookups; generate email DNS records. Description: Check SPF/DKIM/DMARC/BIMI, blacklists, SMTP/IMAP; DNS lookups; generate email DNS records. Remote endpoints: streamable-http: https://themailx.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://themailx.com/mcp MCP Tools (17): spf_check, dkim_check, dmarc_check, bimi_check, dmarc_generate, spf_generate, smtp_check, imap_check, smtp_finder, imap_finder, blacklist_check, bimi_host, mx_lookup, txt_lookup, cname_lookup, ptr_lookup, dns_lookup Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-themailx-email-deliverability https://themailx.com/mcp --- ## Jokes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jokes Summary: Jokes MCP — wraps JokeAPI v2 (free, no auth) Description: Jokes MCP — wraps JokeAPI v2 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/jokes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jokes/mcp GitHub: https://github.com/pipeworx-io/mcp-jokes MCP Tools (4): get_joke, search_jokes, get_joke_categories, get_joke_flags Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jokes https://gateway.pipeworx.io/jokes/mcp --- ## Bobai URL: https://mcp-marketplace.io/server/com-brainonbnb-bobai Summary: Which ERC-8004 agents on BNB Chain actually answer, and what any BSC trade really costs Description: Which ERC-8004 agents on BNB Chain actually answer, and what any BSC trade really costs Remote endpoints: streamable-http: https://brainonbnb.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://brainonbnb.com/mcp MCP Tools (17): find_agents_on_bnb_chain, bnb_agent_census, bsc_pool_scan, bobai_token_info, bobai_burned, bobai_circulating_supply, bobai_wallet_balance, bobai_links, bobai_trade_info, bobai_guide, bobai_how_to_buy, bobai_tokenomics, bobai_price, bobai_liquidity, bobai_activity, bobai_nft_drop, bobai_smart_money Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http com-brainonbnb-bobai https://brainonbnb.com/mcp --- ## Suche URL: https://mcp-marketplace.io/server/de-bluraysuchmaschine-suche Summary: Search Blu-ray and 4K UHD movies, featured titles, and detailed movie information. Description: Search Blu-ray and 4K UHD movies, featured titles, and detailed movie information. Remote endpoints: streamable-http: https://mcp.bluraysuchmaschine.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bluraysuchmaschine.de/mcp MCP Tools (3): search_movies, get_movie_details, get_featured_movies Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-bluraysuchmaschine-suche https://mcp.bluraysuchmaschine.de/mcp --- ## Xmlriver URL: https://mcp-marketplace.io/server/io-github-artgas1-xmlriver-mcp Summary: Google/Yandex SERP parsing and Yandex Wordstat keyword frequency via XMLRiver XML API Category: Developer Tools Mode: local Pricing: Free PyPI: xmlriver-mcp GitHub: https://github.com/artgas1/xmlriver-mcp Security Score: 4.8/10 Creator: Artgas1 Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-artgas1-xmlriver-mcp -- uvx xmlriver-mcp==0.2.0 --- ## Mcp URL: https://mcp-marketplace.io/server/ai-tuteliq-mcp Summary: Detect grooming, bullying, fraud, and 16+ online threats across text, voice, image, and video. Description: Detect grooming, bullying, fraud, and 16+ online threats across text, voice, image, and video. Remote endpoints: streamable-http: https://api.tuteliq.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @tuteliq/mcp Remote URL: https://api.tuteliq.ai/mcp GitHub: https://github.com/Tuteliq/mcp Security Score: 9.8/10 Creator: Tuteliq Creator Reputation: B Version: 3.13.0 Required Credentials: TUTELIQ_API_KEY (required) Install (Claude Code): claude mcp add ai-tuteliq-mcp -- npx -y @tuteliq/mcp@3.13.0 Install (Claude Code Remote): claude mcp add --transport http ai-tuteliq-mcp https://api.tuteliq.ai/mcp --- ## Cloudflare Radar URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cloudflare-radar Summary: Cloudflare Radar MCP — internet observatory (traffic, attacks, BGP, quality) Description: Cloudflare Radar MCP — internet observatory (traffic, attacks, BGP, quality) Remote endpoints: streamable-http: https://gateway.pipeworx.io/cloudflare-radar/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cloudflare-radar/mcp GitHub: https://github.com/pipeworx-io/mcp-cloudflare-radar MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, internet_quality, attack_summary, top_locations, bgp_leaks Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cloudflare-radar https://gateway.pipeworx.io/cloudflare-radar/mcp --- ## Nace URL: https://mcp-marketplace.io/server/io-github-dejo90-nace-mcp Summary: Browse, search and fuzzy-match NACE Rev. 2.1 economic activity classification codes. Category: Developer Tools Mode: local Pricing: Free npm: nace-mcp GitHub: https://github.com/DeJo90/nace-mcp Security Score: 8/10 Creator: Dennis Jorra Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add io-github-dejo90-nace-mcp -- npx -y nace-mcp@1.0.1 --- ## Inistate URL: https://mcp-marketplace.io/server/io-github-inistate-inistate-mcp Summary: MCP server for the Inistate platform: module discovery, entry management, and activity submission. Description: MCP server for the Inistate platform: module discovery, entry management, and activity submission. Remote endpoints: streamable-http: https://mcp.inistate.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: inistate-mcp Remote URL: https://mcp.inistate.com/mcp GitHub: https://github.com/inistate/inistate-mcp Security Score: 4.7/10 Creator: Inistate Creator Reputation: B Version: 1.1.1 Required Credentials: INISTATE_API_TOKEN (required), INISTATE_API_BASE (optional) Install (Claude Code): claude mcp add io-github-inistate-inistate-mcp -- npx -y inistate-mcp@1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-inistate-inistate-mcp https://mcp.inistate.com/mcp --- ## Infrahub URL: https://mcp-marketplace.io/server/com-opsmill-infrahub-mcp Summary: An MCP server connects your AI assistants to Infrahub using the open MCP standard. Category: Developer Tools Mode: local Pricing: Free PyPI: infrahub-mcp GitHub: https://github.com/opsmill/infrahub-mcp Security Score: 10/10 Creator: Opsmill Creator Reputation: B Version: 0.1.2 Required Credentials: INFRAHUB_ADDRESS (optional), INFRAHUB_API_TOKEN (required) Install (Claude Code): claude mcp add com-opsmill-infrahub-mcp -- uvx infrahub-mcp==1.0.1 --- ## Scraps Kitchen URL: https://mcp-marketplace.io/server/io-github-mitchmolstad-scraps-kitchen Summary: Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists. Description: Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists. Remote endpoints: streamable-http: https://api.scraps.kitchen/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://api.scraps.kitchen/mcp Security Score: 9/10 Creator: mitchmolstad Creator Reputation: B Version: 2.1.0 Uptime Status: up Tags: food, cooking, kitchen, pantry, recipes, meal-planning, shopping-list, household, dietary-safety, oauth Use Cases: Recipe creation, meal planning, pantry management, recipe management Install (Claude Code Remote): claude mcp add --transport http io-github-mitchmolstad-scraps-kitchen https://api.scraps.kitchen/mcp --- ## Sipflow Cursor Plugin URL: https://mcp-marketplace.io/server/dev-sipflow-sipflow Summary: SIP/VoIP/telecom grounding for AI agents: vendor docs, RFCs, STIR/SHAKEN, traces, configs. Description: SIP/VoIP/telecom grounding for AI agents: vendor docs, RFCs, STIR/SHAKEN, traces, configs. Remote endpoints: streamable-http: https://mcp.sipflow.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sipflow.dev/mcp GitHub: https://github.com/cmendes0101/sipflow-cursor-plugin MCP Tools (21): search_sip_docs, lookup_response_code, lookup_sip_header, detect_sip_stack, detect_sip_vendor_from_config, minimize_sip_trace, render_sip_ladder, sip_ladder_example, lint_sip_request, parse_sip_message, diff_sip_messages, review_sip_config, webrtc_sip_checklist, parse_sdp, compare_sdp_offer_answer, validate_stir_shaken_identity, stir_attestation_explainer, validate_e164_number, troubleshoot_response_code, dns_diagnose_sip_target, fetch_sipflow_share Security Score: 9.3/10 Creator: Cmendes0101 Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http dev-sipflow-sipflow https://mcp.sipflow.dev/mcp --- ## Gwas URL: https://mcp-marketplace.io/server/io-github-zaeyasa-gwas-mcp Summary: Access 30+ bioinformatics tools from 14 databases. Category: Developer Tools Mode: local Pricing: Free PyPI: gwas-mcp GitHub: https://github.com/zaeyasa/gwas-mcp Security Score: 6.5/10 Creator: Zaeyasa Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-zaeyasa-gwas-mcp -- uvx gwas-mcp==1.0.2 --- ## Waggle URL: https://mcp-marketplace.io/server/io-github-abhigyan-shekhar-waggle-mcp Summary: Persistent graph-backed conversational memory for AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: waggle-mcp GitHub: https://github.com/Abhigyan-Shekhar/Waggle-mcp Security Score: 5.5/10 Creator: Abhigyan Shekhar Creator Reputation: B Version: 0.1.8 Required Credentials: WAGGLE_TRANSPORT (optional), WAGGLE_BACKEND (optional), WAGGLE_DB_PATH (optional), WAGGLE_DEFAULT_TENANT_ID (optional), WAGGLE_MODEL (optional) Install (Claude Code): claude mcp add io-github-abhigyan-shekhar-waggle-mcp -- uvx waggle-mcp==0.1.8 --- ## Agenticpay URL: https://mcp-marketplace.io/server/io-github-krystiangw-agenticpay Summary: x402 USDC paywall bridge for MCP — pay per tool call on Solana. Category: Developer Tools Mode: local Pricing: Free npm: @agenticpay/mcp-bridge GitHub: https://github.com/krystiangw/agenticpay Security Score: 9.7/10 Creator: Krystiangw Creator Reputation: B Version: 0.0.1 Required Credentials: AGENTICPAY_BRIDGE_KEYPAIR (required), AGENTICPAY_BRIDGE_TOOLS (optional), AGENTICPAY_BRIDGE_NETWORK (optional), AGENTICPAY_BRIDGE_RPC (optional) Install (Claude Code): claude mcp add io-github-krystiangw-agenticpay -- npx -y @agenticpay/mcp-bridge --- ## CryptoAPIs Utils MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-utils-mcp-http-server Summary: Validate addresses, decode transactions, and derive HD wallet addresses via Crypto APIs Description: Validate blockchain addresses, decode raw transactions, and derive HD wallet addresses using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Utils product — no local installation needed. Supports address validation for EVM, UTXO, Solana, XRP, and Tron networks, raw transaction decoding, and HD wallet address derivation from xPub/yPub/zPub keys. Requires a Crypto APIs API key passed via the x-api-key header. Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/utils Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Uptime Status: up Tags: blockchain, utils, address-validation, transaction-decode, hd-wallet, ethereum, bitcoin, crypto, web3 Use Cases: Validate blockchain addresses, Decode raw transactions, Derive HD wallet addresses from xPub Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-utils-mcp-http-server https://ai.cryptoapis.io/mcp/utils --- ## Wish Game URL: https://mcp-marketplace.io/server/world-3keys-wish-game Summary: Wish game — every agent wish permanently reshapes a shared world. Free, no key needed. Description: Wish game — every agent wish permanently reshapes a shared world. Free, no key needed. Remote endpoints: sse: https://3keys.world/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://3keys.world/mcp MCP Tools (2): get_world_state, make_wish Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http world-3keys-wish-game https://3keys.world/mcp --- ## Rtcstats URL: https://mcp-marketplace.io/server/com-rtcstats-rtcstats Summary: Query analyzed WebRTC sessions: observations, deductions, experience scores, and AI summaries. Description: Query analyzed WebRTC sessions: observations, deductions, experience scores, and AI summaries. Remote endpoints: streamable-http: https://api.rtcstats.com/v1.0/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.rtcstats.com/v1.0/mcp MCP Tools (3): get_quota, list_sessions, get_session Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-rtcstats-rtcstats https://api.rtcstats.com/v1.0/mcp --- ## Parigp URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-parigp Summary: MCP server exposing cypari2 (PARI/GP) number theory library Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-parigp GitHub: https://github.com/daedalus/mcp-parigp Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-parigp -- uvx mcp-parigp==0.1.0 --- ## Cinderwright Api URL: https://mcp-marketplace.io/server/io-github-cinderwright-ai-cinderwright-api Summary: Cross-protocol agent payments hub. x402, MPP, L402/Lightning. 1551 services indexed. Category: Developer Tools Mode: dual Pricing: Free npm: cinderwright-mcp-server Remote URL: https://api.ideafactorylab.org GitHub: https://github.com/cinderwright-ai/cinderwright-api Security Score: 5.2/10 Creator: Cinderwright Ai Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-cinderwright-ai-cinderwright-api -- npx -y cinderwright-mcp-server@1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-cinderwright-ai-cinderwright-api https://api.ideafactorylab.org --- ## Startup Finance Metrics URL: https://mcp-marketplace.io/server/io-github-mayanktalwar0-startup-finance-metrics Summary: An MCP server for analyzing startup financial health and generating metrics reports locally. Category: Finance Mode: local Pricing: Free PyPI: startup-finance-mcp GitHub: https://github.com/MayankTalwar0/startup-finance-metrics Security Score: 7/10 Creator: MayankTalwar0 Creator Reputation: B Version: 1.1.2 Install (Claude Code): claude mcp add io-github-mayanktalwar0-startup-finance-metrics -- uvx startup-finance-mcp==1.1.2 --- ## K8s Manifest Audit URL: https://mcp-marketplace.io/server/io-github-unbearabledev-k8s-manifest-audit Summary: kube-linter audit for Kubernetes manifests — 63 checks: security, availability, RBAC, network. Description: kube-linter audit for Kubernetes manifests — 63 checks: security, availability, RBAC, network. Remote endpoints: streamable-http: https://unbearable-dev--k8s-manifest-audit.apify.actor/mcp Category: Cloud & DevOps Mode: dual Pricing: Free Remote URL: https://unbearable-dev--k8s-manifest-audit.apify.actor/mcp GitHub: https://github.com/UnbearableDev/k8s-manifest-audit Security Score: 5.2/10 Creator: UnbearableDev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-unbearabledev-k8s-manifest-audit https://unbearable-dev--k8s-manifest-audit.apify.actor/mcp --- ## Sf URL: https://mcp-marketplace.io/server/io-github-signal-found-sf-mcp Summary: Reddit outreach at scale — find prospects, send 1000s of DMs/day, and manage your CRM via AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: sf-mcp GitHub: https://github.com/signal-found/sf-mcp Security Score: 10/10 Creator: Signal Found Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-signal-found-sf-mcp -- uvx sf-mcp==0.1.2 --- ## Gqlteam New URL: https://mcp-marketplace.io/server/com-gqlteam-site Summary: Services, case studies, articles and contact details of software architect Dan Podina. Description: Services, case studies, articles and contact details of software architect Dan Podina. Remote endpoints: streamable-http: https://mcp.gqlteam.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.gqlteam.com/mcp GitHub: https://github.com/pedeceul/gqlteam-new MCP Tools (10): get_profile, list_services, get_service, list_case_studies, get_case_study, list_articles, get_article, search, get_ventures, get_contact_and_booking Security Score: 8/10 Creator: Pedeceul Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gqlteam-site https://mcp.gqlteam.com/mcp --- ## Prism Scanner URL: https://mcp-marketplace.io/server/io-github-aidongise-cell-prism-scanner Summary: Security scanner for AI Agent skills, plugins, and MCP servers with A-F grading. Category: Developer Tools Mode: local Pricing: Free PyPI: prism-scanner GitHub: https://github.com/aidongise-cell/prism-scanner Security Score: 5.6/10 Creator: Aidongise Cell Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-aidongise-cell-prism-scanner -- uvx prism-scanner==0.2.2 --- ## Ai Visibility Scanner URL: https://mcp-marketplace.io/server/io-github-edelgad3-ai-visibility-scanner Summary: Scan websites for AI visibility and marketing health with interactive dashboard. Description: Scan websites for AI visibility and marketing health with interactive dashboard. Remote endpoints: streamable-http: https://ai-visibility-scanner-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-visibility-scanner-production.up.railway.app/mcp GitHub: https://github.com/edelgad3/ai-visibility-scanner Security Score: 10/10 Creator: Edelgad3 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-edelgad3-ai-visibility-scanner https://ai-visibility-scanner-production.up.railway.app/mcp --- ## Service Navigator URL: https://mcp-marketplace.io/server/ai-advisorsai-service-navigator Summary: Read-only service discovery, public-page checks, and request-link preparation. Description: Read-only service discovery, public-page checks, and request-link preparation. Remote endpoints: streamable-http: https://advisorsai.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://advisorsai.ai/mcp MCP Tools (5): advisors_catalog_list_services, advisors_catalog_get_service, advisors_catalog_match_service, advisors_site_check_basics, advisors_order_prepare_link Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-advisorsai-service-navigator https://advisorsai.ai/mcp --- ## Eansearch URL: https://mcp-marketplace.io/server/io-github-eansearch-eansearch-mcp-server Summary: MCP server for real-time product search by barcode (EAN, UPC, GTIN) or keyword on ean-search.org Description: MCP server for real-time product search by barcode (EAN, UPC, GTIN) or keyword on ean-search.org Remote endpoints: streamable-http: https://www.ean-search.org/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: eansearch-mcp-server GitHub: https://github.com/eansearch/eansearch-mcp-server Security Score: 10/10 Creator: Eansearch Creator Reputation: B Version: 0.1.0 Required Credentials: EAN_SEARCH_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-eansearch-eansearch-mcp-server -- uvx eansearch-mcp-server==0.1.0 --- ## Docker Compose Audit URL: https://mcp-marketplace.io/server/io-github-unbearabledev-docker-compose-audit Summary: Security audit for docker-compose.yml — 25 checks: secrets, privileges, network, volumes, images. Description: Security audit for docker-compose.yml — 25 checks: secrets, privileges, network, volumes, images. Remote endpoints: streamable-http: https://unbearable-dev--docker-compose-audit.apify.actor/mcp Category: Cloud & DevOps Mode: dual Pricing: Free Remote URL: https://unbearable-dev--docker-compose-audit.apify.actor/mcp GitHub: https://github.com/UnbearableDev/docker-compose-audit Security Score: 4.8/10 Creator: UnbearableDev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-unbearabledev-docker-compose-audit https://unbearable-dev--docker-compose-audit.apify.actor/mcp --- ## Eve Mentor URL: https://mcp-marketplace.io/server/io-github-henryjrobinson-eve-mentor-mcp Summary: AI mentor for new & returning EVE Online players: losses, skills, fits, ISK, routes, and more. Category: Developer Tools Mode: local Pricing: Free npm: eve-mentor-mcp GitHub: https://github.com/henryjrobinson/eve-mentor-mcp Security Score: 10/10 Creator: Henryjrobinson Creator Reputation: B Version: 0.1.2 Required Credentials: EVE_CLIENT_ID (optional) Install (Claude Code): claude mcp add io-github-henryjrobinson-eve-mentor-mcp -- npx -y eve-mentor-mcp@0.1.2 --- ## Arcgis Phoenix URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-phoenix Summary: City of Phoenix GIS — Phoenix, Arizona open geospatial data (ArcGIS). Description: City of Phoenix GIS — Phoenix, Arizona open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-phoenix/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-phoenix/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-phoenix MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-phoenix https://gateway.pipeworx.io/arcgis-phoenix/mcp --- ## Usafiri URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-usafiri-mcp Summary: MCP server for transport coordination in East Africa (usafiri = transport) Category: Developer Tools Mode: local Pricing: Free PyPI: usafiri-mcp GitHub: https://github.com/gabrielmahia/usafiri-mcp Security Score: 5.2/10 Creator: Gabrielmahia Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-gabrielmahia-usafiri-mcp -- uvx usafiri-mcp==0.1.6 --- ## Playwright URL: https://mcp-marketplace.io/server/com-thenextgennexus-playwright-mcp-server Summary: Headless browser primitives for AI agents when sites need real JS rendering. Description: Headless browser primitives for AI agents when sites need real JS rendering. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-playwright-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/playwright-mcp-server/mcp --- ## Iterationlayer URL: https://mcp-marketplace.io/server/com-iterationlayer-mcp Summary: Composable APIs for document extraction, image transformation, and document & sheet generation. Description: Composable APIs for document extraction, image transformation, and document & sheet generation. Remote endpoints: streamable-http: https://api.iterationlayer.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.iterationlayer.com/mcp GitHub: https://github.com/iterationlayer/iterationlayer Security Score: 9/10 Creator: Iterationlayer Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-iterationlayer-mcp https://api.iterationlayer.com/mcp --- ## When URL: https://mcp-marketplace.io/server/io-github-whenlabs-org-when Summary: The WhenLabs developer toolkit — 6 tools, 7 MCP endpoints, one install. Category: Developer Tools Mode: local Pricing: Free npm: @whenlabs/when GitHub: https://github.com/WhenLabs-org/when Security Score: 10/10 Creator: WhenLabs Org Creator Reputation: B Version: 0.12.3 Install (Claude Code): claude mcp add io-github-whenlabs-org-when -- npx -y @whenlabs/when --- ## Harvey Intel URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-harvey-intel Summary: Token safety, trading signals, and social intel for AI agents. Pay-per-call USDC. Category: Developer Tools Mode: dual Pricing: Free npm: @meltingpixels/harvey-intel Remote URL: https://agents.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-intel Security Score: 3.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Tags: crypto, solana, security, trading, agents, mcp, x402, micropayments Use Cases: Token security scanning, Trading signal analysis, Market regime detection, Social intelligence, Agent-to-agent commerce Install (Claude Code): claude mcp add io-github-meltingpixelsai-harvey-intel -- npx -y @meltingpixels/harvey-intel Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-intel https://agents.rugslayer.com/mcp --- ## Lemonado URL: https://mcp-marketplace.io/server/io-github-lemonadolabs-lemonado-mcp-server Summary: MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets Description: MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets Remote endpoints: streamable-http: https://mcp.lemonado.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lemonado.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-lemonadolabs-lemonado-mcp-server https://mcp.lemonado.io/mcp --- ## Arcar URL: https://mcp-marketplace.io/server/io-github-arcar-org-arcar-mcp Summary: Servidor MCP para integraciones con arcar.org Description: Servidor MCP para integraciones con arcar.org Remote endpoints: sse: https://nave.q2bot.com/mcp/arcar-org Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nave.q2bot.com/mcp/arcar-org Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-arcar-org-arcar-mcp https://nave.q2bot.com/mcp/arcar-org --- ## Gitlab Ci URL: https://mcp-marketplace.io/server/io-github-mshegolev-gitlab-ci-mcp Summary: GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted). Category: Developer Tools Mode: local Pricing: Free PyPI: gitlab-ci-mcp GitHub: https://github.com/mshegolev/gitlab-ci-mcp Security Score: 3/10 Creator: Mshegolev Creator Reputation: B Version: 0.5.1 Required Credentials: GITLAB_URL (optional), GITLAB_TOKEN (required), GITLAB_PROJECT_PATH (optional), GITLAB_SSL_VERIFY (optional) Install (Claude Code): claude mcp add io-github-mshegolev-gitlab-ci-mcp -- uvx gitlab-ci-mcp --- ## Agent Trace Inspector URL: https://mcp-marketplace.io/server/io-github-dbsectrainer-mcp-agent-trace-inspector Summary: Step-by-step observability for MCP agent workflows Category: Developer Tools Mode: local Pricing: Free npm: mcp-agent-trace-inspector GitHub: https://github.com/dbsectrainer/mcp-agent-trace-inspector Security Score: 7/10 Creator: Dbsectrainer Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-dbsectrainer-mcp-agent-trace-inspector -- npx -y mcp-agent-trace-inspector@1.0.0 --- ## Youtube Video Analyzer URL: https://mcp-marketplace.io/server/io-github-ludmila-omlopes-youtube-video-analyzer Summary: MCP stdio server for analyzing YouTube videos with Google Gemini Category: Content & Media Mode: local Pricing: $10.00 (one_time) npm: @ludylops/youtube-video-analyzer-mcp GitHub: https://github.com/ludmila-omlopes/youtube-video-analyzer-mcp Security Score: 5.5/10 Creator: Ludmila Lopes Creator Reputation: F Version: 0.2.1 Tags: youtube, gemini Use Cases: Detailed long youtube video reviews Required Credentials: GEMINI_API_KEY (required), GEMINI_MODEL (optional), YT_DLP_PATH (optional) Install (Claude Code): claude mcp add io-github-ludmila-omlopes-youtube-video-analyzer -- npx -y @ludylops/youtube-video-analyzer-mcp@0.2.1 --- ## Public URL: https://mcp-marketplace.io/server/io-github-openpulsechain-analytics Summary: PulseChain analytics: 28 tools — safety scores, signals, whale alerts, pair analytics, AML. Category: Data & Analytics Mode: local Pricing: Free npm: @openpulsechain/mcp-server GitHub: https://github.com/openpulsechain/public Security Score: 3.2/10 Creator: Openpulsechain Creator Reputation: B Version: 2.1.0 Required Credentials: OPENPULSECHAIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-openpulsechain-analytics -- npx -y @openpulsechain/mcp-server@2.1.0 --- ## Real Estate URL: https://mcp-marketplace.io/server/com-thenextgennexus-real-estate-mcp-server Summary: Redfin listings, sale-comps, and neighborhood market data via natural-language queries. Description: Redfin listings, sale-comps, and neighborhood market data via natural-language queries. Remote endpoints: streamable-http: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/real-estate-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/real-estate-mcp-server/mcp MCP Tools (2): search_redfin_properties, get_property_details Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thenextgennexus-real-estate-mcp-server https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/real-estate-mcp-server/mcp --- ## Drop Beacon URL: https://mcp-marketplace.io/server/io-github-direct-web-drop-beacon-mcp Summary: Search 100K+ EDC products. Track drops, compare prices, and analyze market trends. Category: Developer Tools Mode: local Pricing: Free npm: drop-beacon-mcp GitHub: https://github.com/direct-web/drop-beacon-mcp Security Score: 10/10 Creator: Direct Web Creator Reputation: B Version: 0.2.1 Required Credentials: DATABASE_URL (required), API_KEY (required) Install (Claude Code): claude mcp add io-github-direct-web-drop-beacon-mcp -- npx -y drop-beacon-mcp@0.2.1 --- ## Clawmanager Fleet Control URL: https://mcp-marketplace.io/server/com-clauxel-clawmanagerfleet-clawmanagerfleet-mcp Summary: A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J Description: A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J Remote endpoints: streamable-http: https://clawmanagerfleet.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clawmanagerfleet.clauxel.com/mcp GitHub: https://github.com/clauxel/clawmanager-fleet-control-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-clawmanagerfleet-clawmanagerfleet-mcp https://clawmanagerfleet.clauxel.com/mcp --- ## Phos Marketing Engine URL: https://mcp-marketplace.io/server/io-github-albermm-phos-marketing-engine Summary: AI marketing — content generation, competitor analysis, social publishing, and strategy. Description: AI marketing — content generation, competitor analysis, social publishing, and strategy. Remote endpoints: streamable-http: https://me.phos.nz/mcp/ Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://me.phos.nz/mcp/ Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albermm-phos-marketing-engine https://me.phos.nz/mcp/ --- ## Payclaw URL: https://mcp-marketplace.io/server/io-github-payclaw-payclaw Summary: Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native. Category: Developer Tools Mode: local Pricing: Free npm: @payclaw/mcp-server GitHub: https://github.com/payclaw/mcp-server Security Score: 9.7/10 Creator: Payclaw Creator Reputation: B Version: 0.1.4 Required Credentials: PAYCLAW_API_KEY (required), PAYCLAW_API_URL (optional) Install (Claude Code): claude mcp add io-github-payclaw-payclaw -- npx -y @payclaw/mcp-server --- ## Longbridge MCP URL: https://mcp-marketplace.io/server/longbridge-mcp Summary: Trade US & HK stocks, manage positions, and analyse markets through your Longbridge brokerage. Description: Longbridge MCP is the official Model Context Protocol server from [Longbridge](https://longbridge.com), a licensed brokerage operating across Hong Kong, the United States, Singapore, Japan and New Zealand. It exposes the Longbridge OpenAPI as **110 composable tools** so any MCP-capable AI assistant (Claude Desktop, Claude Code, Cursor, Cline, Windsurf) can read markets, route orders and analyse portfolios on the user's behalf. The server is hosted at `https://openapi.longbridge.com/mcp` (stream Category: Finance Mode: remote Pricing: Free Remote URL: https://openapi.longbridge.com/mcp GitHub: https://github.com/longbridge/longbridge-mcp Security Score: 10/10 Creator: wuxsoft Creator Reputation: B- Version: 1.0.0 Uptime Status: up Tags: longbridge, brokerage, stocks, options, us-stocks, hk-stocks, trading, quotes, fundamentals, analyst-ratings, portfolio, dca, alerts, calendars, market-data, oauth, finance, fintech, hosted, streamable-http Use Cases: Real-time quotes, options chain analysis, order routing, portfolio analytics, DCA plan management, earnings calendar tracking, price alerts, fundamental research, analyst rating lookups, multi-currency P&L, account statement export, community sharelists, market temperature, capital flow, broker queue analysis, A/H premium, index constituents, dividend tracking, EPS forecasts, valuation metrics Install (Claude Code Remote): claude mcp add --transport http longbridge-mcp https://openapi.longbridge.com/mcp --- ## Agent Payment URL: https://mcp-marketplace.io/server/io-github-evidai-xstocks Summary: Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default. Category: Developer Tools Mode: local Pricing: Free npm: xstocks-mcp GitHub: https://github.com/evidai/agent-payment-mcp Security Score: 9.7/10 Creator: Evidai Creator Reputation: B Version: 0.1.4 Required Credentials: SOLANA_WALLET_PRIVATE_KEY (required), XSTOCKS_ALLOW_LIVE (optional) Install (Claude Code): claude mcp add io-github-evidai-xstocks -- npx -y xstocks-mcp --- ## Keploy URL: https://mcp-marketplace.io/server/io-github-keploy-mcp Summary: End-to-end API testing — generate and run tests from OpenAPI, curl, Postman, or real user traffic. Description: End-to-end API testing — generate and run tests from OpenAPI, curl, Postman, or real user traffic. Remote endpoints: streamable-http: https://api.keploy.io/client/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.keploy.io/client/v1/mcp GitHub: https://github.com/keploy/keploy Security Score: 10/10 Creator: Keploy Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-keploy-mcp https://api.keploy.io/client/v1/mcp --- ## Tarot URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tarot Summary: Tarot MCP — wraps tarotapi.dev (free, no auth) Description: Tarot MCP — wraps tarotapi.dev (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tarot/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tarot/mcp GitHub: https://github.com/pipeworx-io/mcp-tarot MCP Tools (4): random_card, draw_cards, search_cards, get_card Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tarot https://gateway.pipeworx.io/tarot/mcp --- ## TokenOracle URL: https://mcp-marketplace.io/server/com-guffeyholdings-token-oracle Summary: Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing. Description: Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing. Remote endpoints: streamable-http: https://mcp.guffeyholdings.com/TokenOracle Category: Developer Tools Mode: dual Pricing: Free npm: token-oracle-mcp Remote URL: https://mcp.guffeyholdings.com/TokenOracle GitHub: https://github.com/VictoryInTech/TokenOracle-MCP Security Score: 7/10 Creator: VictoryInTech Creator Reputation: B Version: 1.0.1 Required Credentials: TOKEN_ORACLE_API_KEY (required), TOKEN_ORACLE_BASE_URL (optional), TOKEN_ORACLE_SUBJECT (optional) Install (Claude Code): claude mcp add com-guffeyholdings-token-oracle -- npx -y token-oracle-mcp@1.0.6 Install (Claude Code Remote): claude mcp add --transport http com-guffeyholdings-token-oracle https://mcp.guffeyholdings.com/TokenOracle --- ## Canido URL: https://mcp-marketplace.io/server/io-github-benswork-space-canido-mcp Summary: Look up permits, licenses, and fees for food service businesses in Austin, SF, and NYC. Category: Developer Tools Mode: local Pricing: Free npm: @canido/mcp-server GitHub: https://github.com/benswork-space/canido-mcp Security Score: 4.8/10 Creator: Benswork Space Creator Reputation: B Version: 0.1.1 Required Credentials: CANIDO_API_KEY (required), CANIDO_API_URL (optional) Install (Claude Code): claude mcp add io-github-benswork-space-canido-mcp -- npx -y @canido/mcp-server@0.1.1 --- ## Guard Pricing URL: https://mcp-marketplace.io/server/com-currencyguard-guard-pricing Summary: FX protection for SMEs — price Guards, live spot/forward rates, settlement dates, and more. Description: FX protection for SMEs — price Guards, live spot/forward rates, settlement dates, and more. Remote endpoints: streamable-http: https://api.currencyguard.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.currencyguard.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-currencyguard-guard-pricing https://api.currencyguard.com/mcp --- ## Agent Payment URL: https://mcp-marketplace.io/server/io-github-evidai-alpaca-guard Summary: Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in. Category: Developer Tools Mode: local Pricing: Free npm: alpaca-guard-mcp GitHub: https://github.com/evidai/agent-payment-mcp Security Score: 9.7/10 Creator: Evidai Creator Reputation: B Version: 0.1.1 Required Credentials: ALPACA_API_KEY (required), ALPACA_SECRET_KEY (required) Install (Claude Code): claude mcp add io-github-evidai-alpaca-guard -- npx -y alpaca-guard-mcp@0.1.1 --- ## Lines URL: https://mcp-marketplace.io/server/app-rumors-lines Summary: Curated multilingual pick-up lines (Tagalog, pt-BR, Indonesian+) with English glosses. Description: Curated multilingual pick-up lines (Tagalog, pt-BR, Indonesian+) with English glosses. Remote endpoints: streamable-http: https://rumors.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rumors.app/api/mcp MCP Tools (4): list_collections, get_lines, random_line, search_lines Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-rumors-lines https://rumors.app/api/mcp --- ## Codeg Agent Workspace URL: https://mcp-marketplace.io/server/com-clauxel-codegworkspace-codegworkspace-mcp Summary: A paid remote MCP for CodeG, built to return verdicts, receipts, usage logs, and audit-ready JSON. Description: A paid remote MCP for CodeG, built to return verdicts, receipts, usage logs, and audit-ready JSON. Remote endpoints: streamable-http: https://codegworkspace.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://codegworkspace.clauxel.com/mcp GitHub: https://github.com/clauxel/codeg-agent-workspace-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-codegworkspace-codegworkspace-mcp https://codegworkspace.clauxel.com/mcp --- ## Alai URL: https://mcp-marketplace.io/server/io-github-krishna-cant-alai-mcp-server Summary: Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link. Description: Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link. Remote endpoints: streamable-http: https://slides-api.getalai.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://slides-api.getalai.com/mcp/ GitHub: https://github.com/getalai/alai-mcp-server Security Score: 10/10 Creator: Getalai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-krishna-cant-alai-mcp-server https://slides-api.getalai.com/mcp/ --- ## Xkcd URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-xkcd Summary: XKCD MCP — wraps xkcd.com JSON API (free, no auth) Description: XKCD MCP — wraps xkcd.com JSON API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/xkcd/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/xkcd/mcp GitHub: https://github.com/pipeworx-io/mcp-xkcd MCP Tools (3): get_latest, get_comic, random_comic Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-xkcd https://gateway.pipeworx.io/xkcd/mcp --- ## Changelog Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-changelog-ai-mcp Summary: Changelog Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: changelog-ai-mcp GitHub: https://github.com/CSOAI-ORG/changelog-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-changelog-ai-mcp -- uvx changelog-ai-mcp==1.0.11 --- ## Hiveconsciousness URL: https://mcp-marketplace.io/server/io-github-srotzin-hiveconsciousness Summary: System self-awareness, health monitoring, and autonomous self-repair Description: System self-awareness, health monitoring, and autonomous self-repair Remote endpoints: streamable-http: https://hiveconsciousness.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hiveconsciousness.onrender.com/mcp GitHub: https://github.com/srotzin/hiveconsciousness Security Score: 8.8/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hiveconsciousness https://hiveconsciousness.onrender.com/mcp --- ## Cordering Whitelabel URL: https://mcp-marketplace.io/server/com-cordering-whitelabel-ordering Summary: Order food from Cordering white-label restaurants: browse menus, confirm, then place an order. Description: Order food from Cordering white-label restaurants: browse menus, confirm, then place an order. Remote endpoints: streamable-http: https://wl-mcp.cordering.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wl-mcp.cordering.com/mcp GitHub: https://github.com/nistruct/cordering-whitelabel-mcp MCP Tools (10): logout, check_order, submit_login_code, list_menu, prepare_order, place_order, switch_account, login, list_accounts, list_vendors Security Score: 8/10 Creator: Nistruct Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http com-cordering-whitelabel-ordering https://wl-mcp.cordering.com/mcp --- ## Decapod Intent Kernel URL: https://mcp-marketplace.io/server/com-clauxel-decapodkernel-decapodkernel-mcp Summary: A paid remote MCP for Decapod, built to return verdicts, receipts, usage logs, and audit-ready JSON. Description: A paid remote MCP for Decapod, built to return verdicts, receipts, usage logs, and audit-ready JSON. Remote endpoints: streamable-http: https://decapodkernel.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://decapodkernel.clauxel.com/mcp GitHub: https://github.com/clauxel/decapod-intent-kernel-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-decapodkernel-decapodkernel-mcp https://decapodkernel.clauxel.com/mcp --- ## Social URL: https://mcp-marketplace.io/server/io-github-connected-paths-mcp-social Summary: Publish to Bluesky, Threads, LinkedIn, Facebook Pages, and Instagram from ChatGPT or Claude. Description: Publish to Bluesky, Threads, LinkedIn, Facebook Pages, and Instagram from ChatGPT or Claude. Remote endpoints: streamable-http: https://social-mcp.connectedpaths.com/mcp sse: https://social-mcp.connectedpaths.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://social-mcp.connectedpaths.com/mcp GitHub: https://github.com/Connected-Paths/mcp-social Security Score: 8/10 Creator: Connected Paths Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-connected-paths-mcp-social https://social-mcp.connectedpaths.com/mcp --- ## Base Flash Arb URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-base-flash-arb-mcp Summary: MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni Category: Developer Tools Mode: local Pricing: Free npm: base-flash-arb-mcp GitHub: https://github.com/lordbasilaiassistant-sudo/base-flash-arb-mcp Security Score: 7/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-base-flash-arb-mcp -- npx -y base-flash-arb-mcp@1.0.2 --- ## HyperStore URL: https://mcp-marketplace.io/server/io-github-deficlow-hyperstore-mcp Summary: Search and inspect 6,500+ curated AI apps from the HyperStore directory. Description: Search and inspect 6,500+ curated AI apps from the HyperStore directory. Remote endpoints: streamable-http: https://mcp.store.hypergpt.ai/mcp sse: https://mcp.store.hypergpt.ai/sse Category: Developer Tools Mode: dual Pricing: Free PyPI: hyperstore-mcp Remote URL: https://mcp.store.hypergpt.ai/mcp GitHub: https://github.com/deficlow/HyperStore-MCP Security Score: 5.2/10 Creator: Deficlow Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-deficlow-hyperstore-mcp -- uvx hyperstore-mcp==0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-deficlow-hyperstore-mcp https://mcp.store.hypergpt.ai/mcp --- ## Battery Erp URL: https://mcp-marketplace.io/server/io-github-icohangar-ops-battery-erp Summary: Battery value-chain inventory MCP: lookup SKUs, status/reorder, bin-check, audited confirmation. Category: Developer Tools Mode: local Pricing: Free PyPI: battery-erp GitHub: https://github.com/icohangar-ops/battery-erp Security Score: 10/10 Creator: Icohangar Ops Creator Reputation: B Version: 0.1.1 Required Credentials: BATTERY_ERP_CONFIRM_TOKEN (required), BATTERY_ERP_AUDIT_LOG (optional) Install (Claude Code): claude mcp add io-github-icohangar-ops-battery-erp -- uvx battery-erp==0.1.1 --- ## Delimit URL: https://mcp-marketplace.io/server/io-github-delimit-ai-delimit-mcp-server Summary: API governance for AI coding assistants. Breaking changes, policies, cross-model context. Category: Developer Tools Mode: local Pricing: Free npm: delimit-cli GitHub: https://github.com/delimit-ai/delimit-mcp-server Security Score: 8.6/10 Creator: Delimit Ai Creator Reputation: B Version: 4.1.38 Install (Claude Code): claude mcp add io-github-delimit-ai-delimit-mcp-server -- npx -y delimit-cli@4.1.53 --- ## Polyglot Debugger URL: https://mcp-marketplace.io/server/io-github-evozim-polyglot-debugger Summary: Multi-language debug skills and code execution helper. Description: Multi-language debug skills and code execution helper. Remote endpoints: sse: https://polyglot-debugger-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://polyglot-debugger-mcp.vercel.app/api/mcp MCP Tools (1): debug Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-polyglot-debugger https://polyglot-debugger-mcp.vercel.app/api/mcp --- ## Polish Law URL: https://mcp-marketplace.io/server/eu-ansvar-polish-law-mcp Summary: Polish legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/polish-law-mcp GitHub: https://github.com/Ansvar-Systems/polish-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-polish-law-mcp -- npx -y @ansvar/polish-law-mcp@2.0.0 --- ## Tweetsave URL: https://mcp-marketplace.io/server/io-github-zezeron-tweetsave-mcp Summary: Twitter/X analysis without token waste. Fetch tweets, download media. No API key. Description: Twitter/X analysis without token waste. Fetch tweets, download media. No API key. Remote endpoints: sse: https://mcp.tweetsave.org/sse Category: Marketing & Social Mode: dual Pricing: Free npm: tweetsave-mcp GitHub: https://github.com/zezeron/tweetsave-mcp Security Score: 5.9/10 Creator: Zezeron Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-zezeron-tweetsave-mcp -- npx -y tweetsave-mcp@1.0.3 --- ## Un Sdg URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-un-sdg Summary: UN Sustainable Development Goals (SDG) Indicators MCP — UN Statistics Division. Description: UN Sustainable Development Goals (SDG) Indicators MCP — UN Statistics Division. Remote endpoints: streamable-http: https://gateway.pipeworx.io/un-sdg/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/un-sdg/mcp GitHub: https://github.com/pipeworx-io/mcp-un-sdg MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_goals, list_indicators, list_series, list_geoareas, get_series_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-un-sdg https://gateway.pipeworx.io/un-sdg/mcp --- ## Steam Web URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-steam Summary: Steam Web API: profiles, owned games, achievements, app news, player counts. Description: Steam Web API: profiles, owned games, achievements, app news, player counts. Remote endpoints: streamable-http: https://gateway.pipeworx.io/steam/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/steam/mcp GitHub: https://github.com/pipeworx-io/mcp-steam MCP Tools (28): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, resolve_vanity_url, player_summary, player_summaries, friend_list, owned_games, recently_played, player_achievements, player_stats, player_level, player_bans, app_news, app_details, app_list, current_player_count Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-steam https://gateway.pipeworx.io/steam/mcp --- ## Mantlekit URL: https://mcp-marketplace.io/server/dev-mantlekit-launch-planner Summary: Generate MantleKit setup plans and launch-ready SaaS blueprints from a product idea. Description: Generate MantleKit setup plans and launch-ready SaaS blueprints from a product idea. Remote endpoints: streamable-http: https://mcp.mantlekit.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mantlekit.dev/mcp GitHub: https://github.com/gcampton/mantlekit MCP Tools (4): recommend_setup, generate_project_blueprint, match_theme, compare_build_vs_custom Security Score: 8/10 Creator: Gcampton Creator Reputation: B Version: 0.1.3 Install (Claude Code Remote): claude mcp add --transport http dev-mantlekit-launch-planner https://mcp.mantlekit.dev/mcp --- ## Hackernews URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hackernews Summary: Hacker News MCP — search and retrieve stories from Hacker News Description: Hacker News MCP — search and retrieve stories from Hacker News Remote endpoints: streamable-http: https://gateway.pipeworx.io/hackernews/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hackernews/mcp GitHub: https://github.com/pipeworx-io/mcp-hackernews MCP Tools (3): search_hn, get_top_stories, get_item Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hackernews https://gateway.pipeworx.io/hackernews/mcp --- ## Scout URL: https://mcp-marketplace.io/server/ai-optimly-scout Summary: Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini. Description: Query the AI Brand Directory. Audit brand visibility in ChatGPT, Claude, and Gemini. Remote endpoints: streamable-http: https://scout.optimly.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scout.optimly.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-optimly-scout https://scout.optimly.ai/mcp --- ## Wikipedia URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wikipedia Summary: Wikipedia MCP — wraps Wikipedia REST API (free, no auth) Description: Wikipedia MCP — wraps Wikipedia REST API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/wikipedia/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wikipedia/mcp GitHub: https://github.com/pipeworx-io/mcp-wikipedia MCP Tools (4): search_wikipedia, get_article_summary, get_article_sections, get_random_articles Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wikipedia https://gateway.pipeworx.io/wikipedia/mcp --- ## Fbi Crime URL: https://mcp-marketplace.io/server/com-olyport-fbi-crime Summary: Crime estimates by type, state arrest data, and national crime trends from the FBI UCR Description: Crime estimates by type, state arrest data, and national crime trends from the FBI UCR Remote endpoints: streamable-http: https://mcp.olyport.com/fbi-crime/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/fbi-crime/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-fbi-crime https://mcp.olyport.com/fbi-crime/mcp --- ## Nobel URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nobel Summary: Nobel MCP — wraps the Nobel Prize API v2 (free, no auth) Description: Nobel MCP — wraps the Nobel Prize API v2 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nobel/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nobel/mcp GitHub: https://github.com/pipeworx-io/mcp-nobel MCP Tools (2): search_laureates, get_prizes_by_year Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nobel https://gateway.pipeworx.io/nobel/mcp --- ## Egypt Payments URL: https://mcp-marketplace.io/server/app-wishpool-egypt-payments-mcp Summary: Egypt payments for AI agents — cards / mobile wallets via Paymob. Never holds funds. Description: Egypt payments for AI agents — cards / mobile wallets via Paymob. Never holds funds. Remote endpoints: streamable-http: https://mcp-eg.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp-eg.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/egypt-payments-mcp MCP Tools (2): create_payment_link, query_payment_status Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-egypt-payments-mcp https://mcp-eg.wishpool.app/mcp --- ## Data360 URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-data360 Summary: World Bank Data360 MCP — the World Bank's modern unified data platform. Description: World Bank Data360 MCP — the World Bank's modern unified data platform. Remote endpoints: streamable-http: https://gateway.pipeworx.io/data360/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/data360/mcp GitHub: https://github.com/pipeworx-io/mcp-data360 MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, data360_list_databases, data360_search_indicators, data360_get_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-data360 https://gateway.pipeworx.io/data360/mcp --- ## Funnel Generator URL: https://mcp-marketplace.io/server/to-funn-funnel-generator Summary: Generate Amazon affiliate sales funnels from product URLs. AI-powered, free. Description: Generate Amazon affiliate sales funnels from product URLs. AI-powered, free. Remote endpoints: streamable-http: https://funn.to/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://funn.to/mcp GitHub: https://github.com/funn-to/mcp-server Security Score: 8/10 Creator: Funn To Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http to-funn-funnel-generator https://funn.to/mcp --- ## Crispr Cas9 Offtarget URL: https://mcp-marketplace.io/server/io-github-evozim-crispr-cas9-offtarget-mcp Summary: Premium agentic endpoint for crispr-cas9-offtarget-mcp. Description: Premium agentic endpoint for crispr-cas9-offtarget-mcp. Remote endpoints: sse: https://api.m2mcent.com/crispr-cas9-offtarget-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/crispr-cas9-offtarget-mcp/sse MCP Tools (1): crispr-cas9-offtarget-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-crispr-cas9-offtarget-mcp https://api.m2mcent.com/crispr-cas9-offtarget-mcp/sse --- ## Causallayer URL: https://mcp-marketplace.io/server/io-github-smq9sn5jck-cloud-causallayer-mcp Summary: Deterministic AI-liability attribution: signed, Bitcoin-anchored vendor/deployer/user fault split. Description: Deterministic AI-liability attribution: signed, Bitcoin-anchored vendor/deployer/user fault split. Remote endpoints: streamable-http: https://causallayer-mcp-demo.zykm9qkk7j.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://causallayer-mcp-demo.zykm9qkk7j.workers.dev/mcp GitHub: https://github.com/smq9sn5jck-coder/causallayer-mcp Security Score: 4.2/10 Creator: Smq9sn5jck Coder Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-smq9sn5jck-cloud-causallayer-mcp https://causallayer-mcp-demo.zykm9qkk7j.workers.dev/mcp --- ## Unity Mcp Test Loop URL: https://mcp-marketplace.io/server/com-clauxel-unitymcptest-unitymcptest-mcp Summary: A paid remote MCP for Unity-MCP, built to return verdicts, receipts, usage logs, and audit-ready JSO Description: A paid remote MCP for Unity-MCP, built to return verdicts, receipts, usage logs, and audit-ready JSO Remote endpoints: streamable-http: https://unitymcptest.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://unitymcptest.clauxel.com/mcp GitHub: https://github.com/clauxel/unity-mcp-test-loop-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-unitymcptest-unitymcptest-mcp https://unitymcptest.clauxel.com/mcp --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-volcanoes Summary: Global volcanic eruptions from the Smithsonian Global Volcanism Program: VEI, location, dates. Description: Global volcanic eruptions from the Smithsonian Global Volcanism Program: VEI, location, dates. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/volcanoes Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/volcanoes GitHub: https://github.com/xyver/daedal-map Security Score: 5/10 Creator: Xyver Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-volcanoes https://app.daedalmap.com/mcp/volcanoes --- ## Marketplace URL: https://mcp-marketplace.io/server/tech-agentbazaar-marketplace Summary: AI Agent Marketplace — Search, execute, chain, and sell 3,000+ agents via MCP. Free, no API key. Description: AI Agent Marketplace — Search, execute, chain, and sell 3,000+ agents via MCP. Free, no API key. Remote endpoints: sse: https://agentbazaar.tech/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentbazaar.tech/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http tech-agentbazaar-marketplace https://agentbazaar.tech/sse --- ## Contendeo URL: https://mcp-marketplace.io/server/app-contendeo-contendeo Summary: Multimodal video analysis MCP — transcription, vision, and OCR for any video URL. Description: Multimodal video analysis MCP — transcription, vision, and OCR for any video URL. Remote endpoints: streamable-http: https://contendeo.app/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://contendeo.app/mcp/ GitHub: https://github.com/0xKaroshi/contendeo-mcp Security Score: 10/10 Creator: 0xKaroshi Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-contendeo-contendeo https://contendeo.app/mcp/ --- ## Home Services URL: https://mcp-marketplace.io/server/london-taskman-home-services Summary: Book London furniture assembly, wall mounting, handyman, electrical, and smart home jobs. Description: Book London furniture assembly, wall mounting, handyman, electrical, and smart home jobs. Remote endpoints: streamable-http: https://taskman.london/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://taskman.london/mcp MCP Tools (20): find_services, check_service_area, get_quote_estimate, check_availability, match_providers, create_booking_request, get_booking_status, start_trusted_phone_session, start_customer_verification, verify_customer_otp, verify_magic_link_token, get_customer_profile, list_customer_addresses, list_service_types, get_customer_availability, start_booking_payment, get_booking_payment_status, create_customer_booking, update_contact_note, tag_contact Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http london-taskman-home-services https://taskman.london/mcp --- ## Superhero URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-superhero Summary: Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth) Description: Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/superhero/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/superhero/mcp GitHub: https://github.com/pipeworx-io/mcp-superhero MCP Tools (4): list_all, get_hero, get_powerstats, get_biography Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-superhero https://gateway.pipeworx.io/superhero/mcp --- ## Poetry URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-poetry Summary: Poetry MCP — PoetryDB API (free, no auth) Description: Poetry MCP — PoetryDB API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/poetry/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/poetry/mcp GitHub: https://github.com/pipeworx-io/mcp-poetry MCP Tools (3): search_poems, poems_by_author, random_poems Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-poetry https://gateway.pipeworx.io/poetry/mcp --- ## Raisonnai URL: https://mcp-marketplace.io/server/ai-raisonn-connect Summary: AI-native art catalogue. Catalogue works, parse provenance, and generate signed RAIs. Description: AI-native art catalogue. Catalogue works, parse provenance, and generate signed RAIs. Remote endpoints: streamable-http: https://mcp.raisonn.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.raisonn.ai/mcp GitHub: https://github.com/raisonnai/raisonnai Security Score: 9/10 Creator: Raisonnai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-raisonn-connect https://mcp.raisonn.ai/mcp --- ## Bls URL: https://mcp-marketplace.io/server/io-github-soldierdata-bls Summary: Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics Description: Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics Remote endpoints: streamable-http: https://mcp.olyport.com/bls/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/bls/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-bls https://mcp.olyport.com/bls/mcp --- ## Opentargets URL: https://mcp-marketplace.io/server/io-github-nickzren-opentargets Summary: Open Targets MCP server for targets, diseases, drugs, variants, and evidence Category: Developer Tools Mode: local Pricing: Free PyPI: opentargets-mcp GitHub: https://github.com/nickzren/opentargets-mcp Security Score: 5.2/10 Creator: Nickzren Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-nickzren-opentargets -- uvx opentargets-mcp==0.5.0 --- ## Claude Code Conversation Search URL: https://mcp-marketplace.io/server/io-github-tonysimonovsky-claude-code-conversation-search-mcp Summary: Search Claude Code conversation history with natural language queries across all projects Category: Developer Tools Mode: local Pricing: Free npm: claude-code-conversation-search-mcp GitHub: https://github.com/TonySimonovsky/claude-code-conversation-search-mcp Security Score: 7/10 Creator: TonySimonovsky Creator Reputation: B Version: 1.1.3 Install (Claude Code): claude mcp add io-github-tonysimonovsky-claude-code-conversation-search-mcp -- npx -y claude-code-conversation-search-mcp@1.2.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-knowledge-raven-mcp Summary: Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes. Description: Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes. Remote endpoints: streamable-http: https://mcp.knowledge-raven.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.knowledge-raven.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-knowledge-raven-mcp https://mcp.knowledge-raven.com/mcp --- ## Nsi Bg URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nsi-bg Summary: Bulgarian National Statistical Institute (НСИ / NSI) — Open Data API. Description: Bulgarian National Statistical Institute (НСИ / NSI) — Open Data API. Remote endpoints: streamable-http: https://gateway.pipeworx.io/nsi-bg/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nsi-bg/mcp GitHub: https://github.com/pipeworx-io/mcp-nsi-bg MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_datasets, get_dataset, get_fields Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nsi-bg https://gateway.pipeworx.io/nsi-bg/mcp --- ## Regexcronsql Validator URL: https://mcp-marketplace.io/server/io-github-encodi-regexcronsql-validator Summary: Valida regex, cron y SQL contra ejecucion real. Pago por llamada via x402/USDC. Description: Valida regex, cron y SQL contra ejecucion real. Pago por llamada via x402/USDC. Remote endpoints: streamable-http: https://regexcronsql-validator.encodari.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://regexcronsql-validator.encodari.workers.dev/mcp GitHub: https://github.com/encodi/regexcronsql-validator Security Score: 5.2/10 Creator: Encodi Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-encodi-regexcronsql-validator https://regexcronsql-validator.encodari.workers.dev/mcp --- ## Bintrail URL: https://mcp-marketplace.io/server/com-dbtrail-dbtrail Summary: MySQL change tracking with instant row-level recovery and forensic attribution for compliance. Description: MySQL change tracking with instant row-level recovery and forensic attribution for compliance. Remote endpoints: streamable-http: https://api.dbtrail.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.dbtrail.com/mcp GitHub: https://github.com/dbtrail/bintrail Security Score: 10/10 Creator: Dbtrail Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-dbtrail-dbtrail https://api.dbtrail.com/mcp --- ## Elife URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-elife Summary: eLife MCP — keyless open-access life-sciences & biomedical journal articles. Description: eLife MCP — keyless open-access life-sciences & biomedical journal articles. Remote endpoints: streamable-http: https://gateway.pipeworx.io/elife/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/elife/mcp GitHub: https://github.com/pipeworx-io/mcp-elife MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_articles, get_article, latest_articles Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-elife https://gateway.pipeworx.io/elife/mcp --- ## Guidance Lark URL: https://mcp-marketplace.io/server/io-github-guidance-ai-guidance-lark-mcp Summary: Validate and test llguidance grammars with batch testing and documentation Category: Developer Tools Mode: local Pricing: Free PyPI: guidance-lark-mcp GitHub: https://github.com/guidance-ai/guidance-lark-mcp Security Score: 8.5/10 Creator: Guidance Ai Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-guidance-ai-guidance-lark-mcp -- uvx guidance-lark-mcp==0.1.2 --- ## Tenor URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tenor Summary: Tenor GIFs/stickers v2: search, featured, categories, trending, posts. Description: Tenor GIFs/stickers v2: search, featured, categories, trending, posts. Remote endpoints: streamable-http: https://gateway.pipeworx.io/tenor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tenor/mcp GitHub: https://github.com/pipeworx-io/mcp-tenor MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, search, featured, categories, search_suggestions, autocomplete, trending_terms, posts Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tenor https://gateway.pipeworx.io/tenor/mcp --- ## Botfactory URL: https://mcp-marketplace.io/server/io-github-varvararatta-os-automation-mcp Summary: MCP server for OS Automation Description: MCP server for OS Automation Remote endpoints: streamable-http: https://os-automation-mcp.mcpize.run/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://os-automation-mcp.mcpize.run/mcp GitHub: https://github.com/varvararatta/botfactory-mcp Security Score: 10/10 Creator: Varvararatta Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-varvararatta-os-automation-mcp https://os-automation-mcp.mcpize.run/mcp --- ## Guide URL: https://mcp-marketplace.io/server/com-pandadoc-mcp-mcp Summary: PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents. Description: PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents. Remote endpoints: streamable-http: https://mcp.pandadoc.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pandadoc.com/v1/mcp GitHub: https://github.com/PandaDoc/mcp-server-guide Security Score: 10/10 Creator: PandaDoc Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-pandadoc-mcp-mcp https://mcp.pandadoc.com/v1/mcp --- ## Revibe URL: https://mcp-marketplace.io/server/io-github-selvatuple-revibe-mcp Summary: Analyze any codebase — get architecture, file roles, execution flows, and agent context. Category: Developer Tools Mode: local Pricing: Free npm: revibe-mcp GitHub: https://github.com/selvatuple/revibe-mcp Security Score: 9.8/10 Creator: selvatuple Creator Reputation: C Version: 0.1.1 Required Credentials: REVIBE_API_KEY (required) Install (Claude Code): claude mcp add io-github-selvatuple-revibe-mcp -- npx -y revibe-mcp@0.1.1 --- ## Tripitaka URL: https://mcp-marketplace.io/server/io-github-dhamma-seeker-tripitaka-mcp Summary: MCP server for the full Pāli Canon — search, cite, compare translations. Offered as Dhamma Dāna. Description: MCP server for the full Pāli Canon — search, cite, compare translations. Offered as Dhamma Dāna. Remote endpoints: streamable-http: https://mcp.tripitaka-mcp.com/mcp sse: https://mcp.tripitaka-mcp.com/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.tripitaka-mcp.com/mcp GitHub: https://github.com/dhamma-seeker/tripitaka-mcp Security Score: 4.2/10 Creator: Dhamma Seeker Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dhamma-seeker-tripitaka-mcp https://mcp.tripitaka-mcp.com/mcp --- ## Roblox URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-roblox Summary: Roblox public profile + friends + badges + games + groups lookups. Description: Roblox public profile + friends + badges + games + groups lookups. Remote endpoints: streamable-http: https://gateway.pipeworx.io/roblox/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/roblox/mcp GitHub: https://github.com/pipeworx-io/mcp-roblox MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, user_by_username, user, user_friends, user_followers_count, user_followings_count, user_badges, user_games, user_presence, group, game Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-roblox https://gateway.pipeworx.io/roblox/mcp --- ## Trivia URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-trivia Summary: Trivia MCP — wraps Open Trivia Database (free, no auth) Description: Trivia MCP — wraps Open Trivia Database (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/trivia/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/trivia/mcp GitHub: https://github.com/pipeworx-io/mcp-trivia MCP Tools (3): get_questions, list_categories, get_category_stats Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-trivia https://gateway.pipeworx.io/trivia/mcp --- ## Zenquotes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-zenquotes Summary: ZenQuotes MCP — wraps ZenQuotes API (free, no auth) Description: ZenQuotes MCP — wraps ZenQuotes API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/zenquotes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/zenquotes/mcp GitHub: https://github.com/pipeworx-io/mcp-zenquotes MCP Tools (3): random_quote, today_quote, list_quotes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-zenquotes https://gateway.pipeworx.io/zenquotes/mcp --- ## Nutrition URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nutrition Summary: Nutrition MCP — wraps Open Food Facts API (free, no auth) Description: Nutrition MCP — wraps Open Food Facts API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nutrition/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nutrition/mcp GitHub: https://github.com/pipeworx-io/mcp-nutrition MCP Tools (2): search_products, get_product Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nutrition https://gateway.pipeworx.io/nutrition/mcp --- ## Zeroid Agent Identity URL: https://mcp-marketplace.io/server/com-clauxel-zeroidagent-zeroidagent-mcp Summary: A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON. Description: A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON. Remote endpoints: streamable-http: https://zeroidagent.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zeroidagent.clauxel.com/mcp GitHub: https://github.com/clauxel/zeroid-agent-identity-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-zeroidagent-zeroidagent-mcp https://zeroidagent.clauxel.com/mcp --- ## Npm URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-npm Summary: npm MCP — wraps the npm Registry API (free, no auth) Description: npm MCP — wraps the npm Registry API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/npm/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/npm/mcp GitHub: https://github.com/pipeworx-io/mcp-npm MCP Tools (3): search_packages, get_package, get_downloads Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-npm https://gateway.pipeworx.io/npm/mcp --- ## Census URL: https://mcp-marketplace.io/server/io-github-soldierdata-census Summary: Population, income, poverty, education, housing, and commuting from the US Census ACS Description: Population, income, poverty, education, housing, and commuting from the US Census ACS Remote endpoints: streamable-http: https://mcp.olyport.com/census/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/census/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-census https://mcp.olyport.com/census/mcp --- ## Archangel Agency URL: https://mcp-marketplace.io/server/io-github-jthora-archangel-agency-mcp Summary: Universal Language briefings, FusionGirl context JSONs, service catalog, agent info. x402-enabled. Description: Universal Language briefings, FusionGirl context JSONs, service catalog, agent info. x402-enabled. Remote endpoints: streamable-http: https://archangel-agency-mcp.jordan-trana.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://archangel-agency-mcp.jordan-trana.workers.dev/mcp GitHub: https://github.com/Jthora/archangel-agency-mcp MCP Tools (4): get_service_catalog, get_universal_language_briefing, get_context_jsons, get_agent_info Security Score: 10/10 Creator: Jthora Creator Reputation: B Version: 1.2.2 Install (Claude Code Remote): claude mcp add --transport http io-github-jthora-archangel-agency-mcp https://archangel-agency-mcp.jordan-trana.workers.dev/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-shadow-forge-mcp Summary: Generate CSS box-shadow and text-shadow values Category: Developer Tools Mode: local Pricing: Free npm: shadow-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-shadow-forge-mcp -- npx -y shadow-forge-mcp --- ## Claw Cleaning URL: https://mcp-marketplace.io/server/io-github-cnnrobrn-claw-cleaning Summary: Book a San Francisco apartment cleaning. $40/hr, weekends 8am-6pm PT, SF only. Description: Book a San Francisco apartment cleaning. $40/hr, weekends 8am-6pm PT, SF only. Remote endpoints: streamable-http: https://claw.cleaning/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://claw.cleaning/mcp GitHub: https://github.com/GetColby/claw-cleaning MCP Tools (4): check_availability, initiate_booking, check_booking_status, force_checkout_booking Security Score: 10/10 Creator: GetColby Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cnnrobrn-claw-cleaning https://claw.cleaning/mcp --- ## Science URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-science Summary: Science MCP — free science data APIs Description: Science MCP — free science data APIs Remote endpoints: streamable-http: https://gateway.pipeworx.io/science/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/science/mcp GitHub: https://github.com/pipeworx-io/mcp-science MCP Tools (4): get_iss_location, get_earthquakes, get_air_quality, get_apod Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-science https://gateway.pipeworx.io/science/mcp --- ## Swisstransport URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-swisstransport Summary: Swiss Transport MCP — wraps Transport Open Data API (free, no auth) Description: Swiss Transport MCP — wraps Transport Open Data API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/swisstransport/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/swisstransport/mcp GitHub: https://github.com/pipeworx-io/mcp-swisstransport MCP Tools (3): search_stations, get_connections, get_stationboard Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-swisstransport https://gateway.pipeworx.io/swisstransport/mcp --- ## Chat With Your Ads URL: https://mcp-marketplace.io/server/co-valid-chat-with-your-ads Summary: Conversational access to advertising performance data, creative analysis, and campaign insights Description: Conversational access to advertising performance data, creative analysis, and campaign insights Remote endpoints: streamable-http: https://mcp.valid.co/api/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.valid.co/api/mcp/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-valid-chat-with-your-ads https://mcp.valid.co/api/mcp/ --- ## Sec URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-sec Summary: SEC MCP — SEC EDGAR public APIs (free, no auth) Description: SEC MCP — SEC EDGAR public APIs (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/sec/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/sec/mcp GitHub: https://github.com/pipeworx-io/mcp-sec MCP Tools (3): search_companies, get_company_filings, get_company_facts Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-sec https://gateway.pipeworx.io/sec/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-bodenrichtwert-mcp Summary: German land values (Bodenrichtwerte) by address, with mandatory dl-de/by-2-0 attribution. Description: German land values (Bodenrichtwerte) by address, with mandatory dl-de/by-2-0 attribution. Remote endpoints: streamable-http: https://mcp.bodenrichtwert.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bodenrichtwert.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-bodenrichtwert-mcp https://mcp.bodenrichtwert.ai/mcp --- ## Turbopentest URL: https://mcp-marketplace.io/server/io-github-integsec-turbopentest Summary: AI-powered penetration testing. Launch scans, review findings, download reports. Category: Security Mode: local Pricing: Free npm: @turbopentest/mcp-server GitHub: https://github.com/integsec/turbopentest-mcp Security Score: 10/10 Rating: 5/5 Installs: 1 Creator: integsec Creator Reputation: B+ Version: 0.1.5 Required Credentials: TURBOPENTEST_API_KEY (required), TURBOPENTEST_API_URL (optional) Install (Claude Code): claude mcp add io-github-integsec-turbopentest -- npx -y @turbopentest/mcp-server@0.2.1 --- ## X402 Gateway URL: https://mcp-marketplace.io/server/io-github-marysbrain-x402-gateway-mcp Summary: x402 analytics feed + 20+ pay-per-call agent tools over x402 (data, LLM, risk), no accounts. Category: Developer Tools Mode: local Pricing: Free npm: x402-gateway-mcp GitHub: https://github.com/Marysbrain/x402-gateway-mcp Security Score: 9.7/10 Creator: Marysbrain Creator Reputation: B Version: 0.2.0 Required Credentials: WALLET_PRIVATE_KEY (required), MAX_PER_CALL_USD (optional), MAX_SESSION_USD (optional), GATEWAY_URL (optional) Install (Claude Code): claude mcp add io-github-marysbrain-x402-gateway-mcp -- npx -y x402-gateway-mcp --- ## Transit Land URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-transit-land Summary: Transitland MCP — global GTFS aggregator Description: Transitland MCP — global GTFS aggregator Remote endpoints: streamable-http: https://gateway.pipeworx.io/transit-land/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/transit-land/mcp GitHub: https://github.com/pipeworx-io/mcp-transit-land MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_agencies, search_routes, search_stops, departures_at_stop, list_feeds Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-transit-land https://gateway.pipeworx.io/transit-land/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/co-valid-mcp Summary: Conversational access to advertising performance data, creative analysis, and campaign insights Description: Conversational access to advertising performance data, creative analysis, and campaign insights Remote endpoints: streamable-http: https://mcp.valid.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.valid.co/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-valid-mcp https://mcp.valid.co/mcp --- ## Swapi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-swapi Summary: SWAPI MCP — wraps the Star Wars API (swapi.dev, free, no auth) Description: SWAPI MCP — wraps the Star Wars API (swapi.dev, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/swapi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/swapi/mcp GitHub: https://github.com/pipeworx-io/mcp-swapi MCP Tools (4): search_people, get_planet, get_starship, get_film Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-swapi https://gateway.pipeworx.io/swapi/mcp --- ## Uk Parliament Oralquestionsandmotions URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-oralquestionsandmotions Summary: MCP server for UK Parliament Oral Questions and Motions API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-oralquestionsandmotions GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-oralquestionsandmotions -- npx -y @darkhorseone/mcp-server-uk-parliament-oralquestionsandmotions --- ## Agent Skill Loader URL: https://mcp-marketplace.io/server/io-github-back1ply-agent-skill-loader Summary: Dynamically load Claude Code skills into AI agents without copying files. Category: Developer Tools Mode: local Pricing: Free npm: agent-skill-loader GitHub: https://github.com/back1ply/agent-skill-loader Security Score: 8/10 Creator: back1ply Creator Reputation: C- Version: 1.0.2 Install (Claude Code): claude mcp add io-github-back1ply-agent-skill-loader -- npx -y agent-skill-loader@1.0.2 --- ## Orbuc URL: https://mcp-marketplace.io/server/io-github-xorbuc-orbuc Summary: On-chain stablecoin market cap and Bitcoin institutional holdings data. Description: On-chain stablecoin market cap and Bitcoin institutional holdings data. Remote endpoints: streamable-http: https://mcp.orbuc.io/mcp/orbuc Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.orbuc.io/mcp/orbuc GitHub: https://github.com/xOrbuc/orbuc-mcp-server MCP Tools (12): orbuc_stablecoin_mcap, orbuc_stablecoin_latest, orbuc_stablecoin_coin, orbuc_stablecoin_coin_latest, orbuc_stablecoin_aggregate, orbuc_stablecoin_chains, orbuc_btc_holdings_current, orbuc_btc_holdings_segments, orbuc_btc_holdings_daily, orbuc_btc_holdings_weekly, orbuc_btc_health, orbuc_stablecoin_health Security Score: 10/10 Creator: XOrbuc Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xorbuc-orbuc https://mcp.orbuc.io/mcp/orbuc --- ## Weatherai URL: https://mcp-marketplace.io/server/io-github-weatherai-io-weatherai Summary: WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant Category: Developer Tools Mode: local Pricing: Free npm: @weatherai/mcp-server GitHub: https://github.com/weatherai-io/mcp-server Security Score: 10/10 Creator: Weatherai Io Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-weatherai-io-weatherai -- npx -y @weatherai/mcp-server@1.0.0 --- ## Examples URL: https://mcp-marketplace.io/server/io-github-molt2meet-org-molt2meet Summary: Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement. Description: Dispatch real-world physical tasks to verified human operators. Escrow or direct-settlement. Remote endpoints: streamable-http: https://molt.molt2meet.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://molt.molt2meet.com/mcp GitHub: https://github.com/molt2meet-org/examples Security Score: 10/10 Creator: Molt2meet Org Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-molt2meet-org-molt2meet https://molt.molt2meet.com/mcp --- ## Locus URL: https://mcp-marketplace.io/server/io-github-edkarlsson-locus Summary: Hierarchical markdown memory palace for AI agents — structured palace navigation via MCP tools. Category: Security Mode: local Pricing: Free PyPI: locus-mcp GitHub: https://github.com/EDKarlsson/locus Security Score: 5.3/10 Creator: EDKarlsson Creator Reputation: B Version: 0.6.2 Install (Claude Code): claude mcp add io-github-edkarlsson-locus -- uvx locus-mcp==0.10.0 --- ## Dirtsignal URL: https://mcp-marketplace.io/server/com-dirtsignal-dirtsignal Summary: Florida property distress signals: code violations and recorded liens. Description: Florida property distress signals: code violations and recorded liens. Remote endpoints: streamable-http: https://dirtsignal.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dirtsignal.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dirtsignal-dirtsignal https://dirtsignal.com/mcp --- ## NovelAI Image URL: https://mcp-marketplace.io/server/io-github-xinvxueyuan-novelai-image-mcp Summary: NovelAI image generation as MCP tools: txt2img, img2img, inpaint, upscale, Director, ControlNet. Category: Developer Tools Mode: local Pricing: Free PyPI: novelai-image-mcp GitHub: https://github.com/xinvxueyuan/NovelAI-Image-MCP Security Score: 9.7/10 Creator: Xinvxueyuan Creator Reputation: B Version: 0.4.0 Required Credentials: NOVELAI_TOKEN (required) Install (Claude Code): claude mcp add io-github-xinvxueyuan-novelai-image-mcp -- uvx novelai-image-mcp --- ## Uselessfacts URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-uselessfacts Summary: Uselessfacts MCP — wraps uselessfacts.jsph.pl API (free, no auth) Description: Uselessfacts MCP — wraps uselessfacts.jsph.pl API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/uselessfacts/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/uselessfacts/mcp GitHub: https://github.com/pipeworx-io/mcp-uselessfacts MCP Tools (2): random_fact, today_fact Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-uselessfacts https://gateway.pipeworx.io/uselessfacts/mcp --- ## Listenbrainz URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-listenbrainz Summary: ListenBrainz MCP. Description: ListenBrainz MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/listenbrainz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/listenbrainz/mcp GitHub: https://github.com/pipeworx-io/mcp-listenbrainz MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, top_artists, user_listens, now_playing, user_top_artists Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-listenbrainz https://gateway.pipeworx.io/listenbrainz/mcp --- ## Pub URL: https://mcp-marketplace.io/server/io-github-btmcp-bittensormcp Summary: Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes. Description: Hosted MCP server for live Bittensor chain reads and self-custodial on-chain writes. Remote endpoints: streamable-http: https://bittensormcp.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bittensormcp.com/api/mcp GitHub: https://github.com/btmcp/pub Security Score: 10/10 Creator: Btmcp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-btmcp-bittensormcp https://bittensormcp.com/api/mcp --- ## Odoo Surface URL: https://mcp-marketplace.io/server/io-github-solutionsunity-odoo-surface-mcp Summary: Full Odoo access for AI agents via MCP: CRUD, website, translations, attachments, workflows. Category: Developer Tools Mode: local Pricing: Free npm: @suco/odoo-surface-mcp GitHub: https://github.com/solutionsunity/odoo-surface-mcp Security Score: 4.8/10 Creator: Solutionsunity Creator Reputation: B Version: 0.4.6 Required Credentials: ODOO_URL (optional), ODOO_DB (optional), ODOO_USERNAME (optional), ODOO_PASSWORD (required) Install (Claude Code): claude mcp add io-github-solutionsunity-odoo-surface-mcp -- npx -y @suco/odoo-surface-mcp@0.4.6 --- ## Notsy Facturacion URL: https://mcp-marketplace.io/server/io-github-heusai-notsy-facturacion Summary: Emite CFDIs 4.0 y resuelve claves del SAT para agentes de IA (México), con permisos por API key. Description: Emite CFDIs 4.0 y resuelve claves del SAT para agentes de IA (México), con permisos por API key. Remote endpoints: streamable-http: https://mcp.notsy.com.mx/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.notsy.com.mx/mcp MCP Tools (4): whoami, resolver_claves_sat, preview_factura, emitir_cfdi Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-heusai-notsy-facturacion https://mcp.notsy.com.mx/mcp --- ## Integritypulse URL: https://mcp-marketplace.io/server/io-github-maryadawson-code-integritypulse Summary: Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix. Description: Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix. Remote endpoints: streamable-http: https://integritypulse.marywomack.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://integritypulse.marywomack.workers.dev/mcp GitHub: https://github.com/maryadawson-code/integritypulse Security Score: 9.9/10 Creator: Maryadawson Code Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-maryadawson-code-integritypulse https://integritypulse.marywomack.workers.dev/mcp --- ## Usda Food URL: https://mcp-marketplace.io/server/io-github-soldierdata-usda-food Summary: SNAP participation, food insecurity indicators, and agricultural statistics Description: SNAP participation, food insecurity indicators, and agricultural statistics Remote endpoints: streamable-http: https://mcp.olyport.com/usda-food/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/usda-food/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-usda-food https://mcp.olyport.com/usda-food/mcp --- ## Wikiviews URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wikiviews Summary: Wikiviews MCP — wraps the Wikimedia Pageviews API (free, no auth) Description: Wikiviews MCP — wraps the Wikimedia Pageviews API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/wikiviews/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wikiviews/mcp GitHub: https://github.com/pipeworx-io/mcp-wikiviews MCP Tools (3): get_article_views, get_top_articles, get_project_views Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wikiviews https://gateway.pipeworx.io/wikiviews/mcp --- ## Eurostat URL: https://mcp-marketplace.io/server/io-github-taru0208-eurostat-mcp-server Summary: Access European statistics: GDP, unemployment, inflation, population data. Description: Access European statistics: GDP, unemployment, inflation, population data. Remote endpoints: streamable-http: https://aligned-kettledrum--eurostat-mcp-server.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aligned-kettledrum--eurostat-mcp-server.apify.actor/mcp GitHub: https://github.com/Taru0208/eurostat-mcp-server Security Score: 10/10 Creator: Taru0208 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-taru0208-eurostat-mcp-server https://aligned-kettledrum--eurostat-mcp-server.apify.actor/mcp --- ## Scope URL: https://mcp-marketplace.io/server/bid-scope-healthcare Summary: Healthcare vendor-services MCP. Preview. Available after legal, claims, and AEC are live. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/scope-bid/scope-mcp Security Score: 10/10 Creator: Scope Bid Creator Reputation: B Version: 0.0.0 --- ## Hud Housing URL: https://mcp-marketplace.io/server/io-github-soldierdata-hud-housing Summary: Fair Market Rents, income limits, public housing, vouchers, and homeless counts Description: Fair Market Rents, income limits, public housing, vouchers, and homeless counts Remote endpoints: streamable-http: https://mcp.olyport.com/hud-housing/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/hud-housing/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-hud-housing https://mcp.olyport.com/hud-housing/mcp --- ## Base Gasless Deploy URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-base-gasless-deploy-mcp Summary: MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle Category: Cloud & DevOps Mode: local Pricing: Free npm: base-gasless-deploy-mcp GitHub: https://github.com/lordbasilaiassistant-sudo/base-gasless-deploy-mcp Security Score: 7.5/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-base-gasless-deploy-mcp -- npx -y base-gasless-deploy-mcp@1.0.2 --- ## Harvey Budget URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-zero-core-budget Summary: Agent spending mgmt, budget tracking, ROI. Zero Core Budget. Description: Agent spending mgmt, budget tracking, ROI. Zero Core Budget. Remote endpoints: streamable-http: https://budget.rugslayer.com/mcp Category: Finance Mode: dual Pricing: Free npm: @meltingpixels/zero-core-budget Remote URL: https://budget.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-budget Security Score: 4.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-meltingpixelsai-zero-core-budget -- npx -y @meltingpixels/zero-core-budget@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-zero-core-budget https://budget.rugslayer.com/mcp --- ## Universities URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-universities Summary: Universities MCP — Hipolabs Universities API (free, no auth) Description: Universities MCP — Hipolabs Universities API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/universities/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/universities/mcp GitHub: https://github.com/pipeworx-io/mcp-universities MCP Tools (1): search_universities Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-universities https://gateway.pipeworx.io/universities/mcp --- ## Vibeseo URL: https://mcp-marketplace.io/server/dev-vibeseo-vibeseo Summary: SEO research, audits, backlinks, GSC, and content workflow tools for AI agents. Description: SEO research, audits, backlinks, GSC, and content workflow tools for AI agents. Remote endpoints: streamable-http: https://mcp.vibeseo.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vibeseo.dev/mcp GitHub: https://github.com/sultanlive/vibeseo-mcp Security Score: 10/10 Creator: Sultanlive Creator Reputation: B Version: 0.1.3 Install (Claude Code Remote): claude mcp add --transport http dev-vibeseo-vibeseo https://mcp.vibeseo.dev/mcp --- ## Cms Medicare URL: https://mcp-marketplace.io/server/io-github-soldierdata-cms-medicare Summary: Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment Description: Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment Remote endpoints: streamable-http: https://mcp.olyport.com/cms-medicare/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cms-medicare/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-cms-medicare https://mcp.olyport.com/cms-medicare/mcp --- ## Jobdonebot URL: https://mcp-marketplace.io/server/io-github-acromoney888-jobdonebot Summary: 84+ free local-first tools: image, PDF, docs, dev utils. Wasm, zero upload, x402 API. Description: 84+ free local-first tools: image, PDF, docs, dev utils. Wasm, zero upload, x402 API. Remote endpoints: streamable-http: https://jobdonebot.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jobdonebot.com/api/mcp MCP Tools (200): upscaler, smart-resize, bg-remover, pro-matting, bg-remover-pro, upscaler-pro, takumi, infographic-text-editor, format-converter, image-resizer, vector-viewer, image-crop, image-brightness, image-collage, watermark, exif-remover, panorama-splitter, color-palette, id-photo-maker, profile-photo-studio, image-color-picker, pdf-join, pdf-split, pdf-compress, pdf-to-image, image-to-pdf, pdf-rotate, pdf-remove-pages, pdf-crop, pdf-edit, word-to-pdf, excel-to-pdf, pdf-to-word, pdf-to-powerpoint, powerpoint-to-pdf, organize-pdf, pdf-page-numbers, html-to-pdf, pdf-repair, pdf-extract-pages, pdf-to-pdfa, scan-pdf, pdf-ocr, pdf-unlock, pdf-redact, pdf-metadata-remover, pdf-sign, pdf-password, meeting-recorder, invoice-generator, quote-generator, delivery-note-generator, receipt-generator, expense-report, purchase-order, payslip-generator, pdf-stamper, stamp-maker, nda-generator, terms-generator, contract-generator, withholding-tax-calc, mercari-calculator, shipping-calculator, subsidy-budget-planner, photo-ledger-maker, estimate-to-expense, journal-entry, trial-balance, profit-loss, balance-sheet, cash-flow-statement, ar-ap-manager, chart-of-accounts, npv-irr-calc, bond-yield-calc, investment-simulator, depreciation-calc, tax-return-calc, year-end-adj-calc, social-insurance-calc, furusato-tax-calc, resident-tax-calc, freelance-tax-calc, nhi-calc, salary-vs-freelance, resume-generator, career-history-generator, take-home-pay-calc, resignation-generator, recruitment-fee-calc, furigana-adder, seating-chart, grade-calculator, classroom-timer, certificate-maker, json-expert, base64-converter, regex-tester, uuid-generator, hash-generator, jwt-decoder, cron-generator, url-encoder, diff-checker, sql-formatter, yaml-json, timestamp-converter, csv-excel-converter, password-generator, color-converter, unit-converter, timezone-converter, markdown-editor, markdown-to-html, html-sanitizer, json-schema-validator, xml-json-converter, math-evaluator, date-calculator, string-transform, data-faker, csv-query, qr-designer, utm-builder, og-preview, barcode-generator, video-optimizer, yt-lufs, yt-denoise, yt-silence-cut, yt-captions, yt-quick-polish, yt-telop, yt-pattern-interrupt, yt-reframe-9-16, word-counter, text-statistics, comparison-table-generator, affiliate-revenue-calc, meta-description-generator, ab-test-title-maker, pharma-law-checker, similarity-checker, article-outline-generator, sales-writing-analyzer, eyecatch-maker, rewrite-assistant, keyword-difficulty-checker, cvr-improvement-checker, internal-link-map, affiliate-revenue-dashboard, ec-platform-comparison, amazon-fba-calculator, rakuten-fee-calculator, yahoo-shopping-calculator, base-fee-calculator, shopify-profit-calculator, yahoo-auction-calculator, product-photo-studio, sku-generator, purchase-cost-manager, ec-template-generator, review-reply-template, product-description-generator, amazon-keyword-extractor, amazon-inventory-calculator, amazon-acos-calculator, amazon-sales-dashboard, mercari-listing-template, mercari-pricing-guide, mercari-shipping-compare, mercari-sales-tracker, rakuten-banner-maker, rakuten-coupon-simulator, rakuten-rpp-calculator, yahoo-pr-option-simulator, video-idea-generator, youtube-thumbnail-maker, text-overlay-maker, telop-image-generator, chapter-list-generator, video-duration-calculator, youtube-description-generator, youtube-tag-generator, timestamp-generator, title-multilingual, hashtag-generator, sns-post-template, thumbnail-ctr-predictor, views-simulator, youtube-revenue-calculator, age-calculator, countdown-timer, code-formatter, json-to-typescript, http-probe, json-to-csv, subscribe-pro, check-subscription Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-acromoney888-jobdonebot https://jobdonebot.com/api/mcp --- ## Health Monitor URL: https://mcp-marketplace.io/server/io-github-dbsectrainer-mcp-server-health-monitor Summary: Health monitoring for all your MCP servers Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-health-monitor GitHub: https://github.com/dbsectrainer/mcp-server-health-monitor Security Score: 6.5/10 Creator: Dbsectrainer Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-dbsectrainer-mcp-server-health-monitor -- npx -y mcp-server-health-monitor@1.0.0 --- ## Geoclear URL: https://mcp-marketplace.io/server/io-github-shaileshjgd-geoclear Summary: US address intelligence: 120M+ addresses, verify, suggest, reverse geocode, coverage stats. Description: US address intelligence: 120M+ addresses, verify, suggest, reverse geocode, coverage stats. Remote endpoints: streamable-http: https://mcp.geoclear.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.geoclear.io/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shaileshjgd-geoclear https://mcp.geoclear.io/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-examova-mcp Summary: Practice questions, exam facts & study guides for professional certification exams. Description: Practice questions, exam facts & study guides for professional certification exams. Remote endpoints: streamable-http: https://examova.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://examova.com/api/mcp MCP Tools (5): list_certifications, get_exam_info, search_practice_questions, get_study_guide, get_signup_link Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-examova-mcp https://examova.com/api/mcp --- ## Prince URL: https://mcp-marketplace.io/server/cloud-prince-prince Summary: Convert Markdown, HTML, and web pages to high-quality PDF with Prince. Description: Convert Markdown, HTML, and web pages to high-quality PDF with Prince. Remote endpoints: streamable-http: https://prince.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prince.cloud/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http cloud-prince-prince https://prince.cloud/mcp --- ## Videogames URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-videogames Summary: Videogames MCP — wraps Free-to-Play Games API (freetogame.com, free, no auth) Description: Videogames MCP — wraps Free-to-Play Games API (freetogame.com, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/videogames/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/videogames/mcp GitHub: https://github.com/pipeworx-io/mcp-videogames MCP Tools (3): list_games, get_game, filter_games Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-videogames https://gateway.pipeworx.io/videogames/mcp --- ## Solana Pay URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-solana-pay Summary: On-chain Solana payments for MCP services with SOL and USDC support. Description: On-chain Solana payments for MCP services with SOL and USDC support. Remote endpoints: sse: https://pay.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pay.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-solana-pay https://pay.rjctdlabs.xyz/sse --- ## Wisegit URL: https://mcp-marketplace.io/server/io-github-sandip124-wisegit Summary: Extracts decision intent from git history and protects intentional code from AI modification. Category: Developer Tools Mode: local Pricing: Free npm: @sandip124/wisegit GitHub: https://github.com/Sandip124/wisegit Security Score: 9.9/10 Creator: Sandip124 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sandip124-wisegit -- npx -y @sandip124/wisegit@0.1.3 --- ## Budget Planner Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-budget-planner-ai-mcp Summary: Budget Planner Ai MCP Server by MEOK AI Labs Category: Finance Mode: local Pricing: Free PyPI: budget-planner-ai-mcp GitHub: https://github.com/CSOAI-ORG/budget-planner-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-budget-planner-ai-mcp -- uvx budget-planner-ai-mcp==1.0.11 --- ## Sec Edgar URL: https://mcp-marketplace.io/server/io-github-taru0208-sec-edgar-mcp-server Summary: Search SEC EDGAR filings, financial statements, and company data. Description: Search SEC EDGAR filings, financial statements, and company data. Remote endpoints: streamable-http: https://aligned-kettledrum--sec-edgar-mcp-server.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aligned-kettledrum--sec-edgar-mcp-server.apify.actor/mcp GitHub: https://github.com/Taru0208/sec-edgar-mcp-server Security Score: 10/10 Creator: Taru0208 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-taru0208-sec-edgar-mcp-server https://aligned-kettledrum--sec-edgar-mcp-server.apify.actor/mcp --- ## TalkMill URL: https://mcp-marketplace.io/server/io-github-imjakezimmer32-dylog Summary: Notes, files, GitHub, and Drive through one MCP connection. Description: Notes, files, GitHub, and Drive through one MCP connection. Remote endpoints: streamable-http: https://dylog.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dylog.app/api/mcp GitHub: https://github.com/imjakezimmer32/TalkMill Security Score: 8/10 Creator: Imjakezimmer32 Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-imjakezimmer32-dylog https://dylog.app/api/mcp --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-ndp-mcp Summary: National Data Platform (NDP) MCP server for searching and discovering datasets across multiple... Category: Developer Tools Mode: local Pricing: Free PyPI: clio-kit GitHub: https://github.com/iowarp/clio-kit Security Score: 10/10 Creator: Iowarp Creator Reputation: B Version: 2.2.3 Install (Claude Code): claude mcp add io-github-iowarp-ndp-mcp -- uvx clio-kit==2.2.3 --- ## Kalicart Global URL: https://mcp-marketplace.io/server/io-github-giuseppesocci-bot-kalicart-global Summary: Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server. Description: Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server. Remote endpoints: streamable-http: https://dashboard.kalicart.com/mcp-public Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dashboard.kalicart.com/mcp-public GitHub: https://github.com/giuseppesocci-bot/kalicart-global MCP Tools (5): global_search, lookup_merchant, get_product, list_merchants, list_categories Security Score: 10/10 Creator: Giuseppesocci Bot Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-giuseppesocci-bot-kalicart-global https://dashboard.kalicart.com/mcp-public --- ## World Bank URL: https://mcp-marketplace.io/server/io-github-taru0208-world-bank-mcp-server Summary: Access World Bank development indicators for 200+ countries. Description: Access World Bank development indicators for 200+ countries. Remote endpoints: streamable-http: https://aligned-kettledrum--world-bank-mcp-server.apify.actor/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://aligned-kettledrum--world-bank-mcp-server.apify.actor/mcp GitHub: https://github.com/Taru0208/world-bank-mcp-server Security Score: 10/10 Creator: Taru0208 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-taru0208-world-bank-mcp-server https://aligned-kettledrum--world-bank-mcp-server.apify.actor/mcp --- ## Qr Generator URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-qr-generator Summary: Generate QR codes with custom colors, logos, vCards, and WiFi configs. Description: Generate QR codes with custom colors, logos, vCards, and WiFi configs. Remote endpoints: sse: https://qr.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qr.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-qr-generator https://qr.rjctdlabs.xyz/sse --- ## Wildfire URL: https://mcp-marketplace.io/server/com-olyport-wildfire Summary: Active wildfire incidents from the National Interagency Fire Center Description: Active wildfire incidents from the National Interagency Fire Center Remote endpoints: streamable-http: https://mcp.olyport.com/wildfire/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/wildfire/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-wildfire https://mcp.olyport.com/wildfire/mcp --- ## Llmtest URL: https://mcp-marketplace.io/server/io-github-tjacquesson-llmtest-mcp Summary: Benchmark AI models on real prompts. Find cheaper, faster alternatives across 340+ models. Category: Developer Tools Mode: local Pricing: Free npm: llmtest-mcp GitHub: https://github.com/tjacquesson/llmtest-mcp Security Score: 6.2/10 Creator: Tjacquesson Creator Reputation: B Version: 0.6.1 Required Credentials: LLMTEST_API_KEY (required) Install (Claude Code): claude mcp add io-github-tjacquesson-llmtest-mcp -- npx -y llmtest-mcp@0.6.1 --- ## Dewey URL: https://mcp-marketplace.io/server/com-meetdewey-dewey Summary: Agentic search over your Dewey document collections from any MCP-compatible client. Description: Agentic search over your Dewey document collections from any MCP-compatible client. Remote endpoints: streamable-http: https://mcp.meetdewey.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @meetdewey/mcp Remote URL: https://mcp.meetdewey.com/mcp GitHub: https://github.com/meetdewey/mcp Security Score: 6.2/10 Creator: Meetdewey Creator Reputation: B Version: 1.5.4 Required Credentials: DEWEY_API_KEY (required), DEWEY_COLLECTION_ID (optional), DEWEY_API_URL (optional) Install (Claude Code): claude mcp add com-meetdewey-dewey -- npx -y @meetdewey/mcp@1.5.4 Install (Claude Code Remote): claude mcp add --transport http com-meetdewey-dewey https://mcp.meetdewey.com/mcp --- ## Fbi Crime URL: https://mcp-marketplace.io/server/io-github-soldierdata-fbi-crime Summary: Crime estimates by type, state arrest data, and national crime trends from the FBI UCR Description: Crime estimates by type, state arrest data, and national crime trends from the FBI UCR Remote endpoints: streamable-http: https://mcp.olyport.com/fbi-crime/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/fbi-crime/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-fbi-crime https://mcp.olyport.com/fbi-crime/mcp --- ## Legal Doc Analyzer URL: https://mcp-marketplace.io/server/io-github-dbsectrainer-mcp-legal-doc-analyzer Summary: Domain-specific MCP tooling for legal document workflows Category: Developer Tools Mode: local Pricing: Free npm: mcp-legal-doc-analyzer GitHub: https://github.com/dbsectrainer/mcp-legal-doc-analyzer Security Score: 6.5/10 Creator: Dbsectrainer Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-dbsectrainer-mcp-legal-doc-analyzer -- npx -y mcp-legal-doc-analyzer@1.0.0 --- ## A202 URL: https://mcp-marketplace.io/server/io-github-a202-protocol-a202-mcp Summary: Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/a202-protocol/a202 Security Score: 4.2/10 Creator: A202 Protocol Creator Reputation: B Version: 0.1.0 --- ## Auxen URL: https://mcp-marketplace.io/server/ai-auxen-auxen Summary: Provision private AI model endpoints on dedicated GPUs (Llama, Qwen, Mistral). Pay per minute. Description: Provision private AI model endpoints on dedicated GPUs (Llama, Qwen, Mistral). Pay per minute. Remote endpoints: streamable-http: https://api.auxen.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.auxen.ai/mcp GitHub: https://github.com/auxen-ai/auxen-mcp Security Score: 10/10 Creator: Auxen Ai Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-auxen-auxen https://api.auxen.ai/mcp --- ## Esg Supply Chain Risk URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-esg-supply-chain-risk-mcp Summary: ESG due diligence with environmental compliance, labor rights, governance, and EU CSRD/CSDDD gap ... Description: ESG due diligence with environmental compliance, labor rights, governance, and EU CSRD/CSDDD gap ... Remote endpoints: streamable-http: https://ryanclinton--esg-supply-chain-risk-mcp.apify.actor/mcp sse: https://ryanclinton--esg-supply-chain-risk-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--esg-supply-chain-risk-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-esg-supply-chain-risk-mcp https://ryanclinton--esg-supply-chain-risk-mcp.apify.actor/mcp --- ## Bluegamma URL: https://mcp-marketplace.io/server/io-github-blue-gamma-bluegamma Summary: Real-time interest rate data: swap rates, forward curves, FX, bonds for 60+ indices. Description: Real-time interest rate data: swap rates, forward curves, FX, bonds for 60+ indices. Remote endpoints: streamable-http: https://mcp.bluegamma.io/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bluegamma.io/mcp/ GitHub: https://github.com/Blue-Gamma/bluegamma-mcp Security Score: 10/10 Creator: Blue Gamma Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-blue-gamma-bluegamma https://mcp.bluegamma.io/mcp/ --- ## Crypto Price URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-crypto-price Summary: Real-time cryptocurrency prices, market data, and trending coins via CoinGecko. Description: Real-time cryptocurrency prices, market data, and trending coins via CoinGecko. Remote endpoints: sse: https://crypto.rjctdlabs.xyz/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://crypto.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-crypto-price https://crypto.rjctdlabs.xyz/sse --- ## Moldsim URL: https://mcp-marketplace.io/server/io-github-kobzevvv-moldsim-mcp Summary: Injection molding simulation expertise — materials, process validation, and DFM checks Category: Developer Tools Mode: local Pricing: Free npm: moldsim-mcp GitHub: https://github.com/kobzevvv/moldsim-mcp Security Score: 7/10 Creator: Kobzevvv Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-kobzevvv-moldsim-mcp -- npx -y moldsim-mcp@0.4.3 --- ## Noaa Climate URL: https://mcp-marketplace.io/server/com-olyport-noaa-climate Summary: Historical climate data, temperatures, precipitation, and normals Description: Historical climate data, temperatures, precipitation, and normals Remote endpoints: streamable-http: https://mcp.olyport.com/noaa-climate/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/noaa-climate/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-noaa-climate https://mcp.olyport.com/noaa-climate/mcp --- ## Airquality URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-airquality Summary: Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth) Description: Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/airquality/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/airquality/mcp GitHub: https://github.com/pipeworx-io/mcp-airquality MCP Tools (2): get_air_quality, get_forecast Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-airquality https://gateway.pipeworx.io/airquality/mcp --- ## Archimedes URL: https://mcp-marketplace.io/server/io-github-archimedes-market-mcp-archimedes Summary: Discover verified deep-tech engineering bounties from any AI agent. Description: Discover verified deep-tech engineering bounties from any AI agent. Remote endpoints: streamable-http: https://archimedes.market/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @archimedes-market/mcp Remote URL: https://archimedes.market/api/mcp GitHub: https://github.com/archimedes-market/mcp-archimedes Security Score: 6.2/10 Creator: Archimedes Market Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-archimedes-market-mcp-archimedes -- npx -y @archimedes-market/mcp@0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-archimedes-market-mcp-archimedes https://archimedes.market/api/mcp --- ## 1c Platform Tools URL: https://mcp-marketplace.io/server/io-github-yellow-hammer-mcp-1c-platform-tools Summary: MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC. Category: Developer Tools Mode: local Pricing: Free npm: mcp-1c-platform-tools GitHub: https://github.com/yellow-hammer/mcp-1c-platform-tools Security Score: 10/10 Creator: Yellow Hammer Creator Reputation: B Version: 0.1.5 Required Credentials: ONEC_IPC_PORT (optional), ONEC_IPC_TOKEN (required) Install (Claude Code): claude mcp add io-github-yellow-hammer-mcp-1c-platform-tools -- npx -y mcp-1c-platform-tools --- ## Aigroup Mdtoword URL: https://mcp-marketplace.io/server/io-github-jackdark425-aigroup-mdtoword-mcp Summary: 本地 Markdown 到 Word 文档转换工具,支持最新 MCP 协议特性、完整的页眉页脚页码功能、增强的表格功能、数据导入和数学公式支持,修复本地相对路径图片嵌入问题 Category: Developer Tools Mode: local Pricing: Free npm: aigroup-mdtoword-mcp GitHub: https://github.com/jackdark425/aigroup-mdtoword-mcp Security Score: 6.5/10 Creator: Jackdark425 Creator Reputation: B Version: 4.0.2 Install (Claude Code): claude mcp add io-github-jackdark425-aigroup-mdtoword-mcp -- npx -y aigroup-mdtoword-mcp@4.0.3 --- ## Kavra Siegel URL: https://mcp-marketplace.io/server/io-github-mscharfetter-kavra-siegel Summary: Qualified eIDAS RFC 3161 timestamping for AI workflow provenance. SIGNIUS/IDnow backbone. Description: Qualified eIDAS RFC 3161 timestamping for AI workflow provenance. SIGNIUS/IDnow backbone. Remote endpoints: streamable-http: https://siegel.kavra.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://siegel.kavra.cloud/mcp MCP Tools (3): kavra_siegel_stamp_hash, kavra_siegel_stamp_content, kavra_siegel_verify_token Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mscharfetter-kavra-siegel https://siegel.kavra.cloud/mcp --- ## Cupix Compass URL: https://mcp-marketplace.io/server/io-github-andrew-ji-cupix-cupix-compass Summary: Explore and analyze Cupix construction site data: 360 images, progress, and insights. Description: Explore and analyze Cupix construction site data: 360 images, progress, and insights. Remote endpoints: streamable-http: https://7qc1f4ft9d.execute-api.us-west-2.amazonaws.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://7qc1f4ft9d.execute-api.us-west-2.amazonaws.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-andrew-ji-cupix-cupix-compass https://7qc1f4ft9d.execute-api.us-west-2.amazonaws.com/mcp --- ## Bls URL: https://mcp-marketplace.io/server/com-olyport-bls Summary: Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics Description: Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics Remote endpoints: streamable-http: https://mcp.olyport.com/bls/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/bls/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-bls https://mcp.olyport.com/bls/mcp --- ## Archive URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-archive Summary: Archive MCP — wraps the Internet Archive APIs (free, no auth) Description: Archive MCP — wraps the Internet Archive APIs (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/archive/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/archive/mcp GitHub: https://github.com/pipeworx-io/mcp-archive MCP Tools (3): search, get_metadata, wayback_check Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-archive https://gateway.pipeworx.io/archive/mcp --- ## Mini Pricer URL: https://mcp-marketplace.io/server/com-cre8techdev-mini-pricer-mcp Summary: MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API Description: MCP server for mortgage rate pricing and mini pricer management via the Lenderprice API Remote endpoints: sse: https://mp-mcp.cre8techdev.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mp-mcp.cre8techdev.com/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-cre8techdev-mini-pricer-mcp https://mp-mcp.cre8techdev.com/sse --- ## Water URL: https://mcp-marketplace.io/server/com-olyport-water Summary: Real-time water levels and flow rates from USGS stream gauges Description: Real-time water levels and flow rates from USGS stream gauges Remote endpoints: streamable-http: https://mcp.olyport.com/water/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/water/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-water https://mcp.olyport.com/water/mcp --- ## Va Healthcare URL: https://mcp-marketplace.io/server/com-olyport-va-healthcare Summary: VA facility locations, services, wait times, and satisfaction scores Description: VA facility locations, services, wait times, and satisfaction scores Remote endpoints: streamable-http: https://mcp.olyport.com/va-healthcare/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/va-healthcare/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-va-healthcare https://mcp.olyport.com/va-healthcare/mcp --- ## Harbor Registry URL: https://mcp-marketplace.io/server/io-github-mshegolev-harbor-registry-mcp Summary: Harbor Registry MCP — projects, repos, artifacts, storage reports, cleanup (with dry-run). Category: Developer Tools Mode: local Pricing: Free PyPI: harbor-registry-mcp GitHub: https://github.com/mshegolev/harbor-registry-mcp Security Score: 1/10 Creator: Mshegolev Creator Reputation: B Version: 0.1.0 Required Credentials: HARBOR_URL (optional), HARBOR_USERNAME (optional), HARBOR_PASSWORD (required), HARBOR_SSL_VERIFY (optional) Install (Claude Code): claude mcp add io-github-mshegolev-harbor-registry-mcp -- uvx harbor-registry-mcp --- ## Scope URL: https://mcp-marketplace.io/server/bid-scope-pharma Summary: Pharma vendor-services MCP. Preview. Available after legal, claims, and AEC are live. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/scope-bid/scope-mcp Security Score: 10/10 Creator: Scope Bid Creator Reputation: B Version: 0.0.0 --- ## Revit URL: https://mcp-marketplace.io/server/io-scanbimlabs-revit Summary: Revit model query + APS Design Automation runner. Description: Revit model query + APS Design Automation runner. Remote endpoints: streamable-http: https://mcp.scanbimlabs.io/revit Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scanbimlabs.io/revit GitHub: https://github.com/ScanBIM-Labs/revit-mcp Security Score: 10/10 Creator: ScanBIM Labs Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-revit https://mcp.scanbimlabs.io/revit --- ## Uniswap URL: https://mcp-marketplace.io/server/io-github-junct-bot-uniswap-mcp Summary: Uniswap - 17 tools for swap quotes, liquidity pools, and trading data Description: Uniswap - 17 tools for swap quotes, liquidity pools, and trading data Remote endpoints: streamable-http: https://uniswap.mcp.junct.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://uniswap.mcp.junct.dev/mcp GitHub: https://github.com/junct-bot/uniswap-mcp MCP Tools (16): exactInput, exactInputSingle, exactOutput, exactOutputSingle, factory, multicall, refundETH, selfPermit, selfPermitAllowed, selfPermitAllowedIfNecessary, selfPermitIfNecessary, sweepToken, sweepTokenWithFee, uniswapV3SwapCallback, unwrapWETH9, unwrapWETH9WithFee Security Score: 10/10 Creator: Junct Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-junct-bot-uniswap-mcp https://uniswap.mcp.junct.dev/mcp --- ## Animequotes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-animequotes Summary: AnimeQuotes MCP — wraps animechan.io (free, no auth) Description: AnimeQuotes MCP — wraps animechan.io (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/animequotes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/animequotes/mcp GitHub: https://github.com/pipeworx-io/mcp-animequotes MCP Tools (3): random_quote, search_by_anime, search_by_character Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-animequotes https://gateway.pipeworx.io/animequotes/mcp --- ## Seo Audit URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-seo-audit Summary: On-page SEO analysis, HTTP header checks, broken link detection, and robots.txt parsing. Description: On-page SEO analysis, HTTP header checks, broken link detection, and robots.txt parsing. Remote endpoints: sse: https://seo.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://seo.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-seo-audit https://seo.rjctdlabs.xyz/sse --- ## Whois Lookup URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-whois-lookup Summary: Domain WHOIS, DNS records, SSL certificates, and availability checks. Description: Domain WHOIS, DNS records, SSL certificates, and availability checks. Remote endpoints: sse: https://whois.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whois.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-whois-lookup https://whois.rjctdlabs.xyz/sse --- ## Wynncraft URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wynncraft Summary: Wynncraft MMO player + guild + leaderboard + item DB lookups. Description: Wynncraft MMO player + guild + leaderboard + item DB lookups. Remote endpoints: streamable-http: https://gateway.pipeworx.io/wynncraft/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wynncraft/mcp GitHub: https://github.com/pipeworx-io/mcp-wynncraft MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, player, player_characters, guild, guild_list, online_players, leaderboard, item_database, item_search, news Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wynncraft https://gateway.pipeworx.io/wynncraft/mcp --- ## Ap URL: https://mcp-marketplace.io/server/io-github-rbonestell-ap-mcp-server Summary: Model Context Protocol (MCP) server for the Associated Press Media API Category: Developer Tools Mode: local Pricing: Free npm: ap-mcp-server GitHub: https://github.com/rbonestell/ap-mcp-server Security Score: 7/10 Creator: Rbonestell Creator Reputation: B Version: 1.2.6 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-rbonestell-ap-mcp-server -- npx -y ap-mcp-server@1.2.6 --- ## Pantry Persona App URL: https://mcp-marketplace.io/server/com-pantrypersona-pantry-persona Summary: AI-powered kitchen management — pantry, recipes, meal plans, shopping lists Description: AI-powered kitchen management — pantry, recipes, meal plans, shopping lists Remote endpoints: streamable-http: https://www.pantrypersona.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.pantrypersona.com/api/mcp GitHub: https://github.com/Zen-Design-Solutions-Prod/pantry-persona-app MCP Tools (18): manage_shopping, manage_pantry, manage_meal_plan, find_recipes, manage_recipes, shop_for_meal_plan, cook_recipe, process_receipt, get_insights, manage_profiles, manage_collections, manage_preferences, show_shopping, show_pantry, show_recipes, show_meal_plan, show_profiles, get_next_steps Security Score: 9/10 Creator: Zen Design Solutions Prod Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-pantrypersona-pantry-persona https://www.pantrypersona.com/api/mcp --- ## Stock Quote URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-stock-quote Summary: Real-time stock quotes, company info, historical prices, and market movers. Description: Real-time stock quotes, company info, historical prices, and market movers. Remote endpoints: sse: https://stock.rjctdlabs.xyz/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://stock.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-stock-quote https://stock.rjctdlabs.xyz/sse --- ## Sourcelibrary V2 URL: https://mcp-marketplace.io/server/io-github-embassy-of-the-free-mind-source-library Summary: Search 22,000+ rare pre-modern texts with AI English translations, summaries, and 73K+ images. Category: Developer Tools Mode: local Pricing: Free npm: @source-library/mcp-server GitHub: https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2 Security Score: 7.2/10 Creator: Embassy Of The Free Mind Creator Reputation: B Version: 4.3.0 Install (Claude Code): claude mcp add io-github-embassy-of-the-free-mind-source-library -- npx -y @source-library/mcp-server --- ## Ffmpeg Micro URL: https://mcp-marketplace.io/server/io-github-javidjamae-ffmpeg-micro-mcp Summary: MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes. Category: Content & Media Mode: dual Pricing: Free npm: @ffmpeg-micro/mcp-server Remote URL: https://mcp.ffmpeg-micro.com GitHub: https://github.com/javidjamae/ffmpeg-micro-mcp Security Score: 8/10 Creator: Javidjamae Creator Reputation: B Version: 0.1.1 Required Credentials: FFMPEG_MICRO_API_KEY (required) Install (Claude Code): claude mcp add io-github-javidjamae-ffmpeg-micro-mcp -- npx -y @ffmpeg-micro/mcp-server@0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-javidjamae-ffmpeg-micro-mcp https://mcp.ffmpeg-micro.com --- ## Gtd Brain URL: https://mcp-marketplace.io/server/com-gtdbrain-gtd-brain Summary: Capture, organize, and work your GTD board: inbox capture, next actions, projects, waiting-for. Description: Capture, organize, and work your GTD board: inbox capture, next actions, projects, waiting-for. Remote endpoints: streamable-http: https://mcp.gtdbrain.com/api/gtdbrain/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.gtdbrain.com/api/gtdbrain/v1/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-gtdbrain-gtd-brain https://mcp.gtdbrain.com/api/gtdbrain/v1/mcp --- ## Epa URL: https://mcp-marketplace.io/server/io-github-soldierdata-epa Summary: Toxics Release Inventory, Superfund sites, air quality data, and AQI Description: Toxics Release Inventory, Superfund sites, air quality data, and AQI Remote endpoints: streamable-http: https://mcp.olyport.com/epa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/epa/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-soldierdata-epa https://mcp.olyport.com/epa/mcp --- ## Artic URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-artic Summary: Art Institute of Chicago MCP — wraps the ARTIC public API (free, no auth) Description: Art Institute of Chicago MCP — wraps the ARTIC public API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/artic/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/artic/mcp GitHub: https://github.com/pipeworx-io/mcp-artic MCP Tools (4): search_artworks, get_artwork, get_artist, get_exhibitions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-artic https://gateway.pipeworx.io/artic/mcp --- ## Decodo URL: https://mcp-marketplace.io/server/io-github-decodo-mcp-server Summary: Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites Category: Developer Tools Mode: local Pricing: Free npm: @decodo/mcp-server GitHub: https://github.com/Decodo/mcp-server Security Score: 7.3/10 Creator: Decodo Creator Reputation: B Version: 1.2.3 Install (Claude Code): claude mcp add io-github-decodo-mcp-server -- npx -y @decodo/mcp-server@1.2.3 --- ## Sncro Relay URL: https://mcp-marketplace.io/server/io-github-scottconfusedgorilla-sncro Summary: Live browser debugging for AI assistants — DOM, console, network via MCP. Description: Live browser debugging for AI assistants — DOM, console, network via MCP. Remote endpoints: streamable-http: https://relay.sncro.net/tools/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://relay.sncro.net/tools/mcp GitHub: https://github.com/scottconfusedgorilla/sncro-relay Security Score: 8/10 Creator: Scottconfusedgorilla Creator Reputation: B Version: 0.9.4 Install (Claude Code Remote): claude mcp add --transport http io-github-scottconfusedgorilla-sncro https://relay.sncro.net/tools/mcp --- ## Equibles Agent Terminal URL: https://mcp-marketplace.io/server/com-clauxel-equiblesagent-equiblesagent-mcp Summary: A paid remote MCP for Equibles, built to return verdicts, receipts, usage logs, and audit-ready JSON Description: A paid remote MCP for Equibles, built to return verdicts, receipts, usage logs, and audit-ready JSON Remote endpoints: streamable-http: https://equiblesagent.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://equiblesagent.clauxel.com/mcp GitHub: https://github.com/clauxel/equibles-agent-terminal-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-equiblesagent-equiblesagent-mcp https://equiblesagent.clauxel.com/mcp --- ## Uptime Probe URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-uptime-probe Summary: HTTP health checks, SSL expiry monitoring, TCP port scanning, and batch URL testing. Description: HTTP health checks, SSL expiry monitoring, TCP port scanning, and batch URL testing. Remote endpoints: sse: https://uptime.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://uptime.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-uptime-probe https://uptime.rjctdlabs.xyz/sse --- ## Nod URL: https://mcp-marketplace.io/server/com-joinnod-mcp Summary: Professional network for AI agents. Discover and connect with professionals. Description: Professional network for AI agents. Discover and connect with professionals. Remote endpoints: streamable-http: https://connect.joinnod.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://connect.joinnod.com/mcp GitHub: https://github.com/yoannarz/nod-mcp Security Score: 9/10 Creator: Yoannarz Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-joinnod-mcp https://connect.joinnod.com/mcp --- ## Pch URL: https://mcp-marketplace.io/server/io-github-pathcourse-health-mcp-server Summary: Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup. Category: Developer Tools Mode: local Pricing: Free npm: @pathcourse/mcp-server PyPI: pch-mcp-server GitHub: https://github.com/pathcourse-health/pch-mcp-server Security Score: 4.8/10 Creator: Pathcourse Health Creator Reputation: B Version: 1.0.1 Required Credentials: PCH_API_KEY (required), PCH_GATEWAY_URL (optional) Install (Claude Code): claude mcp add io-github-pathcourse-health-mcp-server -- npx -y @pathcourse/mcp-server@1.0.1 --- ## Ssave URL: https://mcp-marketplace.io/server/cc-ssave-tiktok-instagram-downloader Summary: Extract & download TikTok, Instagram, YouTube, Douyin media — HD, no watermark, MP3 export Category: Marketing & Social Mode: local Pricing: Free npm: @ssavecc/mcp-server GitHub: https://github.com/ssavecc/ssave-mcp-server Security Score: 10/10 Creator: Ssavecc Creator Reputation: B Version: 0.1.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add cc-ssave-tiktok-instagram-downloader -- npx -y @ssavecc/mcp-server@0.1.1 --- ## Statewright Transition Gate URL: https://mcp-marketplace.io/server/com-clauxel-statewrightgate-statewrightgate-mcp Summary: A paid remote MCP for Statewright, built to return verdicts, receipts, usage logs, and audit-ready J Description: A paid remote MCP for Statewright, built to return verdicts, receipts, usage logs, and audit-ready J Remote endpoints: streamable-http: https://statewrightgate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://statewrightgate.clauxel.com/mcp GitHub: https://github.com/clauxel/statewright-transition-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-statewrightgate-statewrightgate-mcp https://statewrightgate.clauxel.com/mcp --- ## Agentscore URL: https://mcp-marketplace.io/server/io-github-thezenmonster-agentscore Summary: MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes. Category: Developer Tools Mode: local Pricing: Free npm: @agentscore-xyz/mcp-server GitHub: https://github.com/Thezenmonster/agentscore-mcp-server Security Score: 5.3/10 Creator: Thezenmonster Creator Reputation: B Version: 2.2.0 Install (Claude Code): claude mcp add io-github-thezenmonster-agentscore -- npx -y @agentscore-xyz/mcp-server@2.2.0 --- ## CryptoAPIs Address History MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-address-history-mcp-http-server Summary: Get full transaction and token history for EVM and UTXO addresses via Crypto APIs Description: Retrieve the full transaction and token transfer history for blockchain addresses using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Address History product — no local installation needed. Supports EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Base, Optimism, Tron) and UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash). Returns paginated transaction lists with timestamps, amounts, and token transfer details. Requires a Crypto APIs API key passed v Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/address-history Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, address-history, transactions, ethereum, bitcoin, utxo, evm, crypto, wallet, history Use Cases: Fetch transaction history, Audit wallet activity, Track token transfers, Investigate on-chain movements Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-address-history-mcp-http-server https://ai.cryptoapis.io/mcp/address-history --- ## Crossref URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-crossref Summary: Crossref MCP — wraps the Crossref REST API (academic papers, free, no auth) Description: Crossref MCP — wraps the Crossref REST API (academic papers, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/crossref/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/crossref/mcp GitHub: https://github.com/pipeworx-io/mcp-crossref MCP Tools (3): search_works, get_work, get_journal Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-crossref https://gateway.pipeworx.io/crossref/mcp --- ## Chucknorris URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-chucknorris Summary: Chuck Norris MCP — wraps chucknorris.io (free, no auth) Description: Chuck Norris MCP — wraps chucknorris.io (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/chucknorris/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/chucknorris/mcp GitHub: https://github.com/pipeworx-io/mcp-chucknorris MCP Tools (4): random_joke, search_jokes, list_categories, joke_by_category Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-chucknorris https://gateway.pipeworx.io/chucknorris/mcp --- ## Watchmode URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-watchmode Summary: Streaming availability across 200+ services: titles, sources, releases. Description: Streaming availability across 200+ services: titles, sources, releases. Remote endpoints: streamable-http: https://gateway.pipeworx.io/watchmode/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/watchmode/mcp GitHub: https://github.com/pipeworx-io/mcp-watchmode MCP Tools (25): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, title_search, title_detail, title_sources, title_seasons, releases, list_titles, sources, networks, genres, regions, languages Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-watchmode https://gateway.pipeworx.io/watchmode/mcp --- ## Prodpoke URL: https://mcp-marketplace.io/server/io-github-prodpoke-prodpoke-mcp Summary: AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat. Description: AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat. Remote endpoints: streamable-http: https://prodpoke.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prodpoke.com/v1/mcp GitHub: https://github.com/prodpoke/prodpoke-mcp Security Score: 10/10 Creator: Prodpoke Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-prodpoke-prodpoke-mcp https://prodpoke.com/v1/mcp --- ## Coppa Ferpa URL: https://mcp-marketplace.io/server/io-github-csoai-org-coppa-ferpa-mcp Summary: Children's privacy compliance: COPPA (US), FERPA (US edu), EU AI Act children's provisions, UK A... Category: Developer Tools Mode: local Pricing: Free PyPI: coppa-ferpa-mcp GitHub: https://github.com/CSOAI-ORG/coppa-ferpa-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-coppa-ferpa-mcp -- uvx coppa-ferpa-mcp==1.0.8 --- ## Mindmap App URL: https://mcp-marketplace.io/server/com-keenethics-labs-mindmap Summary: Turn outlines and hierarchical notes into interactive mind maps through a hosted remote MCP server. Description: Turn outlines and hierarchical notes into interactive mind maps through a hosted remote MCP server. Remote endpoints: streamable-http: https://mindmap-mcp-directory.keenethics-labs.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mindmap-mcp-directory.keenethics-labs.com/mcp GitHub: https://github.com/keen-mcp/mindmap-app Security Score: 8/10 Creator: Keen Mcp Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-keenethics-labs-mindmap https://mindmap-mcp-directory.keenethics-labs.com/mcp --- ## Createmod Claude URL: https://mcp-marketplace.io/server/com-createmod-schematics Summary: Read-only search and details for Minecraft Create Mod schematics on CreateMod.com. Description: Read-only search and details for Minecraft Create Mod schematics on CreateMod.com. Remote endpoints: streamable-http: https://createmod.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://createmod.com/api/mcp GitHub: https://github.com/uberswe/createmod-claude MCP Tools (2): search_schematics, get_schematic Security Score: 10/10 Creator: Uberswe Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-createmod-schematics https://createmod.com/api/mcp --- ## Chess URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-chess Summary: Chess.com MCP — wraps the Chess.com public API (free, no auth) Description: Chess.com MCP — wraps the Chess.com public API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/chess/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/chess/mcp GitHub: https://github.com/pipeworx-io/mcp-chess MCP Tools (4): get_player, get_stats, get_games, get_leaderboards Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-chess https://gateway.pipeworx.io/chess/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/online-paperlink-mcp Summary: Document sharing, invoicing, and personal finance platform. 15+ AI tools via OAuth 2.1. Description: Document sharing, invoicing, and personal finance platform. 15+ AI tools via OAuth 2.1. Remote endpoints: streamable-http: https://mcp.paperlink.online/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.paperlink.online/api/mcp/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http online-paperlink-mcp https://mcp.paperlink.online/api/mcp/mcp --- ## Server URL: https://mcp-marketplace.io/server/com-cashflowfrog-mcp-server Summary: Cash flow forecasting: manage scenarios, projections, and bank accounts for your company. Description: Cash flow forecasting: manage scenarios, projections, and bank accounts for your company. Remote endpoints: streamable-http: https://mcp.cashflowfrog.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cashflowfrog.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-cashflowfrog-mcp-server https://mcp.cashflowfrog.com/mcp --- ## Climate URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-climate Summary: Climate MCP — wraps Open-Meteo Climate API (free, no auth) Description: Climate MCP — wraps Open-Meteo Climate API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/climate/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/climate/mcp GitHub: https://github.com/pipeworx-io/mcp-climate MCP Tools (2): get_climate_projection, compare_models Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-climate https://gateway.pipeworx.io/climate/mcp --- ## Reelier URL: https://mcp-marketplace.io/server/io-github-seldonframe-reelier Summary: Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift. Category: Developer Tools Mode: local Pricing: Free npm: reelier GitHub: https://github.com/seldonframe/reelier Security Score: 10/10 Creator: Seldonframe Creator Reputation: B Version: 0.24.0 Install (Claude Code): claude mcp add io-github-seldonframe-reelier -- npx -y reelier@0.29.0 --- ## Catfacts URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-catfacts Summary: Cat Facts MCP — wraps Cat Facts API (free, no auth) Description: Cat Facts MCP — wraps Cat Facts API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/catfacts/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/catfacts/mcp GitHub: https://github.com/pipeworx-io/mcp-catfacts MCP Tools (3): get_fact, list_breeds, get_facts Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-catfacts https://gateway.pipeworx.io/catfacts/mcp --- ## Sequenzy URL: https://mcp-marketplace.io/server/io-github-polnikale-sequenzy-mcp Summary: Sequenzy MCP server for AI-powered email marketing automation. Description: Sequenzy MCP server for AI-powered email marketing automation. Remote endpoints: streamable-http: https://api.sequenzy.com/v1/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.sequenzy.com/v1/mcp GitHub: https://github.com/Sequenzy/mcp Security Score: 5.8/10 Creator: Sequenzy Creator Reputation: B Version: 0.0.80 Install (Claude Code Remote): claude mcp add --transport http io-github-polnikale-sequenzy-mcp https://api.sequenzy.com/v1/mcp --- ## Fcc URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fcc Summary: FCC public geo/census APIs (geo.fcc.gov) MCP. Description: FCC public geo/census APIs (geo.fcc.gov) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/fcc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fcc/mcp GitHub: https://github.com/pipeworx-io/mcp-fcc MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, census_block, census_area, county_for_point Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fcc https://gateway.pipeworx.io/fcc/mcp --- ## Gpu Server URL: https://mcp-marketplace.io/server/io-github-mesutoezdil-mcp-gpu-server Summary: MCP server for GPU monitoring: nvidia-smi, VRAM, utilization, temperature Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-gpu-server GitHub: https://github.com/mesutoezdil/mcp-gpu-server Security Score: 7/10 Creator: Mesutoezdil Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mesutoezdil-mcp-gpu-server -- uvx mcp-gpu-server==0.1.3 --- ## One URL: https://mcp-marketplace.io/server/io-github-o-mega-enterprise-suprsonic-mcp Summary: One API key, dozens of capabilities for your AI agent. Zero provider auth. Category: Developer Tools Mode: local Pricing: Free npm: suprsonic-mcp GitHub: https://github.com/O-mega-Enterprise/suprsonic-mcp Security Score: 9.8/10 Creator: O Mega Enterprise Creator Reputation: B Version: 0.3.1 Required Credentials: SUPRSONIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-o-mega-enterprise-suprsonic-mcp -- npx -y suprsonic-mcp@0.3.1 --- ## Lix Agent Version Control URL: https://mcp-marketplace.io/server/com-clauxel-lixversion-lixversion-mcp Summary: A paid remote MCP for Lix, built to return verdicts, receipts, usage logs, and audit-ready JSON. Description: A paid remote MCP for Lix, built to return verdicts, receipts, usage logs, and audit-ready JSON. Remote endpoints: streamable-http: https://lixversion.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lixversion.clauxel.com/mcp GitHub: https://github.com/clauxel/lix-agent-version-control-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-lixversion-lixversion-mcp https://lixversion.clauxel.com/mcp --- ## Joltsms URL: https://mcp-marketplace.io/server/io-github-rchanllc-joltsms-sms Summary: Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @joltsms/mcp-server GitHub: https://github.com/rchanllc/joltsms-mcp-server Security Score: 10/10 Creator: Rchanllc Creator Reputation: B Version: 1.0.2 Required Credentials: JOLTSMS_API_KEY (required) Install (Claude Code): claude mcp add io-github-rchanllc-joltsms-sms -- npx -y @joltsms/mcp-server@1.0.2 --- ## Slimcontext URL: https://mcp-marketplace.io/server/io-github-agentailor-slimcontext-mcp-server Summary: MCP Server for SlimContext - AI chat history compression tools Category: Developer Tools Mode: local Pricing: Free npm: slimcontext-mcp-server GitHub: https://github.com/agentailor/slimcontext-mcp-server Security Score: 6/10 Creator: Agentailor Creator Reputation: B Version: 0.1.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-agentailor-slimcontext-mcp-server -- npx -y slimcontext-mcp-server@0.1.2 --- ## Realopengroup URL: https://mcp-marketplace.io/server/io-github-realopengroup-mcp-server Summary: Verify crypto wallets and generate proof of funds letters for buying real estate with crypto. Description: Verify crypto wallets and generate proof of funds letters for buying real estate with crypto. Remote endpoints: streamable-http: https://mcp.realopen.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.realopen.app/mcp GitHub: https://github.com/realopengroup/mcp-server MCP Tools (9): search_assets, get_snippets, get_referral_link, generate_branded_graphic, get_how_it_works, get_supported_crypto, get_fee_structure, get_faq, get_service_areas Security Score: 6.8/10 Creator: Realopengroup Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-realopengroup-mcp-server https://mcp.realopen.app/mcp --- ## IAApp URL: https://mcp-marketplace.io/server/live-alpic-iaapp-a912a14e-iaapp Summary: Chatgpt app for Morning brief Description: Chatgpt app for Morning brief Remote endpoints: streamable-http: https://iaapp-a912a14e.alpic.live sse: https://iaapp-a912a14e.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://iaapp-a912a14e.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-iaapp-a912a14e-iaapp https://iaapp-a912a14e.alpic.live --- ## Github Insights URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-github-insights Summary: GitHub repo analytics, trending repos, contributor stats, and language breakdowns. Description: GitHub repo analytics, trending repos, contributor stats, and language breakdowns. Remote endpoints: sse: https://github.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://github.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-github-insights https://github.rjctdlabs.xyz/sse --- ## MCP2skill URL: https://mcp-marketplace.io/server/io-github-xllinbupt-liepin-jobs Summary: Liepin job search and resume workflows backed by the official Liepin MCP server. Description: Liepin job search and resume workflows backed by the official Liepin MCP server. Remote endpoints: streamable-http: https://open-agent.liepin.com/mcp/user Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://open-agent.liepin.com/mcp/user GitHub: https://github.com/xllinbupt/MCP2skill MCP Tools (14): my-resume, user-search-job, add-work-exp, add-project-exp, modify-work-exp, add-edu-exp, modify-project-exp, modify-job-want, user-apply-job, modify-resume-base-info, modify-self-assess, modify-edu-exp, add-job-want, search-jobs Security Score: 10/10 Creator: Xllinbupt Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xllinbupt-liepin-jobs https://open-agent.liepin.com/mcp/user --- ## Random Monetize URL: https://mcp-marketplace.io/server/io-github-ugo2000-decision-qc Summary: Devil's-advocate QC API for AIs: post a decision, get strongest counter-argument. 0.1 USDT/call Description: Devil's-advocate QC API for AIs: post a decision, get strongest counter-argument. 0.1 USDT/call Remote endpoints: streamable-http: https://random-monetize.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://random-monetize.onrender.com/mcp GitHub: https://github.com/ugo2000/random-monetize MCP Tools (1): decision_qc Security Score: 10/10 Creator: Ugo2000 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ugo2000-decision-qc https://random-monetize.onrender.com/mcp --- ## Mifactory Payments URL: https://mcp-marketplace.io/server/io-github-mifactory-bot-mifactory-payments Summary: Stripe payments for AI agents. Create links, verify, manage customers. Description: Stripe payments for AI agents. Create links, verify, manage customers. Remote endpoints: streamable-http: https://mifactory-payments.vercel.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mifactory-payments.vercel.app/mcp GitHub: https://github.com/mifactory-bot/mifactory-payments MCP Tools (4): create_payment_link, verify_payment, create_customer, list_payments Security Score: 9.1/10 Creator: Mifactory Bot Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mifactory-bot-mifactory-payments https://mifactory-payments.vercel.app/mcp --- ## Pdf Tools URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-pdf-tools Summary: Extract text and tables from PDFs, merge documents, and get metadata. Description: Extract text and tables from PDFs, merge documents, and get metadata. Remote endpoints: sse: https://pdf.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pdf.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-pdf-tools https://pdf.rjctdlabs.xyz/sse --- ## Giveready URL: https://mcp-marketplace.io/server/io-github-gswardman-giveready Summary: Search 41K+ nonprofits, get impact data, submit enrichments, donate USDC via x402. Category: Developer Tools Mode: local Pricing: Free npm: giveready-mcp GitHub: https://github.com/gswardman/giveready Security Score: 9.7/10 Creator: Gswardman Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-gswardman-giveready -- npx -y giveready-mcp --- ## Suite URL: https://mcp-marketplace.io/server/io-github-abhishekkumar2021-http Summary: HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting. Category: Developer Tools Mode: local Pricing: Free npm: @abhishekmcp/http GitHub: https://github.com/Abhishekkumar2021/mcp-suite Security Score: 10/10 Creator: Abhishekkumar2021 Creator Reputation: B Version: 0.1.0 Required Credentials: HTTP_ALLOW_HOSTS (optional), HTTP_WRITABLE (optional) Install (Claude Code): claude mcp add io-github-abhishekkumar2021-http -- npx -y @abhishekmcp/http --- ## Sregym Incident Replay Gate URL: https://mcp-marketplace.io/server/com-clauxel-sregymgate-sregymgate-mcp Summary: A paid remote MCP for SREGym, built to return verdicts, receipts, usage logs, and audit-ready JSON. Description: A paid remote MCP for SREGym, built to return verdicts, receipts, usage logs, and audit-ready JSON. Remote endpoints: streamable-http: https://sregymgate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sregymgate.clauxel.com/mcp GitHub: https://github.com/clauxel/sregym-incident-replay-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-sregymgate-sregymgate-mcp https://sregymgate.clauxel.com/mcp --- ## Events URL: https://mcp-marketplace.io/server/com-bushdrum-events Summary: City-scoped Bushdrum event search for agents with list_cities and search_events. Description: City-scoped Bushdrum event search for agents with list_cities and search_events. Remote endpoints: streamable-http: https://bushdrum.com/mcp sse: https://bushdrum.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bushdrum.com/mcp MCP Tools (2): list_cities, search_events Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-bushdrum-events https://bushdrum.com/mcp --- ## Benriscore URL: https://mcp-marketplace.io/server/com-benriscore-api Summary: Purpose-aware accessibility scoring for every coordinate in Japan. Description: Purpose-aware accessibility scoring for every coordinate in Japan. Remote endpoints: streamable-http: https://api.benriscore.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.benriscore.com/mcp GitHub: https://github.com/aoki-h-jp/benriscore Security Score: 8/10 Creator: Aoki H Jp Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-benriscore-api https://api.benriscore.com/mcp --- ## Beyond Wine URL: https://mcp-marketplace.io/server/wine-beyond-beyond-wine Summary: Claims-based knowledge base for no/low ABV specialty beverages (producers, beverages, people). Description: Claims-based knowledge base for no/low ABV specialty beverages (producers, beverages, people). Remote endpoints: streamable-http: https://beyond.wine/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://beyond.wine/mcp MCP Tools (11): search_claims, get_claim, search_producers, get_producer, search_beverages, get_beverage, get_entity, list_entities, get_context, get_graph, get_ontology Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http wine-beyond-beyond-wine https://beyond.wine/mcp --- ## Openfda URL: https://mcp-marketplace.io/server/io-github-taru0208-openfda-mcp-server Summary: Search FDA safety data: drug adverse events, recalls, and device events. Description: Search FDA safety data: drug adverse events, recalls, and device events. Remote endpoints: streamable-http: https://aligned-kettledrum--openfda-mcp-server.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aligned-kettledrum--openfda-mcp-server.apify.actor/mcp GitHub: https://github.com/Taru0208/openfda-mcp-server Security Score: 10/10 Creator: Taru0208 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-taru0208-openfda-mcp-server https://aligned-kettledrum--openfda-mcp-server.apify.actor/mcp --- ## Vimeo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-vimeo Summary: Vimeo public video/user/channel/category lookups. Free personal token. Description: Vimeo public video/user/channel/category lookups. Free personal token. Remote endpoints: streamable-http: https://gateway.pipeworx.io/vimeo/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/vimeo/mcp GitHub: https://github.com/pipeworx-io/mcp-vimeo MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, video, videos_search, user, user_videos, channel, channel_videos, categories, category, category_videos Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-vimeo https://gateway.pipeworx.io/vimeo/mcp --- ## Jacktrade URL: https://mcp-marketplace.io/server/co-jacktrade-jacktrade-crm Summary: Search customers, manage quotes, work orders, action items, and calendar events for your business Description: Search customers, manage quotes, work orders, action items, and calendar events for your business Remote endpoints: streamable-http: https://frostsa2.ed1.jacktrade.xyz/jacktrade/mcp_api/v1/message Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://frostsa2.ed1.jacktrade.xyz/jacktrade/mcp_api/v1/message GitHub: https://github.com/devcham/jacktrade Security Score: 8/10 Creator: Devcham Creator Reputation: B Version: 1.1.0-dev Install (Claude Code Remote): claude mcp add --transport http co-jacktrade-jacktrade-crm https://frostsa2.ed1.jacktrade.xyz/jacktrade/mcp_api/v1/message --- ## Hermes Action Bridge URL: https://mcp-marketplace.io/server/io-github-thebluehouse75-hermes-action-bridge Summary: Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent. Category: Developer Tools Mode: local Pricing: Free npm: hermes-action-bridge GitHub: https://github.com/TheBlueHouse75/hermes-action-bridge Security Score: 9.5/10 Creator: TheBlueHouse75 Creator Reputation: B Version: 0.6.3 Install (Claude Code): claude mcp add io-github-thebluehouse75-hermes-action-bridge -- npx -y hermes-action-bridge@0.6.3 --- ## Power Automate Mcp Skills URL: https://mcp-marketplace.io/server/io-github-ninihen1-flowstudio-mcp Summary: Debug, build, and manage Power Automate cloud flows with AI agents Description: Debug, build, and manage Power Automate cloud flows with AI agents Remote endpoints: streamable-http: https://mcp.flowstudio.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.flowstudio.app/mcp GitHub: https://github.com/ninihen1/power-automate-mcp-skills MCP Tools (28): list_store_flows, get_store_flow, get_store_flow_trigger_url, get_store_flow_runs, get_store_flow_errors, get_store_flow_summary, set_store_flow_state, update_store_flow, list_store_environments, list_store_makers, get_store_maker, list_store_power_apps, list_store_connections, get_live_flow_trigger_url, get_live_flow_runs, get_live_flow_run_error, get_live_flow_run_action_outputs, trigger_live_flow, cancel_live_flow_run, resubmit_live_flow_run, set_live_flow_state, get_live_flow, update_live_flow, get_live_flow_http_schema, list_live_environments, list_live_flows, list_live_connections, add_live_flow_to_solution Security Score: 10/10 Creator: Ninihen1 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ninihen1-flowstudio-mcp https://mcp.flowstudio.app/mcp --- ## Distroverse URL: https://mcp-marketplace.io/server/media-distro-distroverse Summary: AI-native news publishing: manage publications, write stories, upload media, and browse feeds. Description: AI-native news publishing: manage publications, write stories, upload media, and browse feeds. Remote endpoints: streamable-http: https://app.distro.media/mcp/stream Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.distro.media/mcp/stream Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.3 Install (Claude Code Remote): claude mcp add --transport http media-distro-distroverse https://app.distro.media/mcp/stream --- ## Dependency Migration URL: https://mcp-marketplace.io/server/io-github-solvohq-dependency-migration-mcp Summary: Through-the-upgrade dependency-migration briefs for LLM coding agents. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/SolvoHQ/dependency-migration-mcp Security Score: 6.8/10 Creator: SolvoHQ Creator Reputation: B Version: 0.1.2 --- ## Bibverify URL: https://mcp-marketplace.io/server/io-github-hylouis233-bibverify Summary: Verify and repair BibTeX references with DOI-first MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: bibverify GitHub: https://github.com/Hylouis233/bibverify Security Score: 9/10 Creator: Hylouis233 Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-hylouis233-bibverify -- uvx bibverify==0.3.0 --- ## Emojihub URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-emojihub Summary: EmojiHub MCP — wraps EmojiHub API (free, no auth) Description: EmojiHub MCP — wraps EmojiHub API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/emojihub/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/emojihub/mcp GitHub: https://github.com/pipeworx-io/mcp-emojihub MCP Tools (3): random_emoji, get_by_category, get_by_group Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-emojihub https://gateway.pipeworx.io/emojihub/mcp --- ## Colormeshop URL: https://mcp-marketplace.io/server/io-github-pepabo-colormeshop-mcp Summary: Official remote MCP server for Color Me Shop. Description: Official remote MCP server for Color Me Shop. Remote endpoints: streamable-http: https://agent.colorme.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent.colorme.app/api/mcp GitHub: https://github.com/pepabo/colormeshop-mcp Security Score: 10/10 Creator: Pepabo Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pepabo-colormeshop-mcp https://agent.colorme.app/api/mcp --- ## Scrapecheck URL: https://mcp-marketplace.io/server/io-github-fieldmodellc-scrapecheck Summary: Verify before your agent acts on data it paid for. Signed verdicts, checkable offline, via x402. Description: Verify before your agent acts on data it paid for. Signed verdicts, checkable offline, via x402. Remote endpoints: streamable-http: https://scrapecheck-mcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scrapecheck-mcp.fly.dev/mcp GitHub: https://github.com/FieldmodeLLC/scrapecheck-mcp MCP Tools (3): verify_web_field, verify_presence, get_verifier_info Security Score: 10/10 Creator: FieldmodeLLC Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-fieldmodellc-scrapecheck https://scrapecheck-mcp.fly.dev/mcp --- ## Openfema URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openfema Summary: OpenFEMA MCP — US Federal Emergency Management Agency open data. Description: OpenFEMA MCP — US Federal Emergency Management Agency open data. Remote endpoints: streamable-http: https://gateway.pipeworx.io/openfema/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openfema/mcp GitHub: https://github.com/pipeworx-io/mcp-openfema MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, disaster_declarations, query_dataset, list_datasets Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openfema https://gateway.pipeworx.io/openfema/mcp --- ## Blocktrust URL: https://mcp-marketplace.io/server/io-github-brnbtech770-blocktrust-trustscan Summary: Trust verification for AI agents: identities, domains, phishing, contacts, Trust Circle, Vault. Description: Trust verification for AI agents: identities, domains, phishing, contacts, Trust Circle, Vault. Remote endpoints: streamable-http: https://blocktrust.tech/mcp/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://blocktrust.tech/mcp/sse GitHub: https://github.com/brnbtech770/blocktrust Security Score: 2.8/10 Creator: Brnbtech770 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-brnbtech770-blocktrust-trustscan https://blocktrust.tech/mcp/sse --- ## Japan Real Estate Intel URL: https://mcp-marketplace.io/server/io-github-sugukurukabe-japan-real-estate-intel-mcp Summary: Japan real estate MCP: land price, risk, foot traffic, renovation. 10 prefectures. Description: Japan real estate MCP: land price, risk, foot traffic, renovation. 10 prefectures. Remote endpoints: streamable-http: https://realestate-mcp.jp/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @sugukuru/japan-real-estate-intel-mcp Remote URL: https://realestate-mcp.jp/mcp GitHub: https://github.com/sugukurukabe/japan-real-estate-intel-mcp Security Score: 4.2/10 Creator: Sugukurukabe Creator Reputation: B Version: 6.15.1 Required Credentials: API_KEY (optional), MLIT_API_KEY (optional), ESTAT_APP_ID (optional) Install (Claude Code): claude mcp add io-github-sugukurukabe-japan-real-estate-intel-mcp -- npx -y @sugukuru/japan-real-estate-intel-mcp@6.15.1 Install (Claude Code Remote): claude mcp add --transport http io-github-sugukurukabe-japan-real-estate-intel-mcp https://realestate-mcp.jp/mcp --- ## Gwas Catalog URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gwas-catalog Summary: GWAS Catalog (EBI/NHGRI) MCP — curated catalog of genome-wide association studies. Description: GWAS Catalog (EBI/NHGRI) MCP — curated catalog of genome-wide association studies. Remote endpoints: streamable-http: https://gateway.pipeworx.io/gwas-catalog/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gwas-catalog/mcp GitHub: https://github.com/pipeworx-io/mcp-gwas-catalog MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_snp, snp_associations, studies_by_trait Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gwas-catalog https://gateway.pipeworx.io/gwas-catalog/mcp --- ## Sniff URL: https://mcp-marketplace.io/server/io-github-aboudjem-sniff Summary: QA + a11y scanner: walks your running app's real user flows and reports what's broken. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Aboudjem/sniff Security Score: 10/10 Creator: Aboudjem Creator Reputation: B Version: 0.7.1 --- ## Itis URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-itis Summary: ITIS (Integrated Taxonomic Information System) MCP. Description: ITIS (Integrated Taxonomic Information System) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/itis/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/itis/mcp GitHub: https://github.com/pipeworx-io/mcp-itis MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_taxa, get_hierarchy, get_common_names Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-itis https://gateway.pipeworx.io/itis/mcp --- ## Razorpay URL: https://mcp-marketplace.io/server/io-github-indiamcp-razorpay Summary: MCP server for Razorpay API. Category: Developer Tools Mode: local Pricing: Free npm: @indiamcp/razorpay-mcp GitHub: https://github.com/indiamcp/razorpay-mcp Security Score: 4.8/10 Creator: Indiamcp Creator Reputation: B Version: 0.1.0 Required Credentials: RAZORPAY_KEY_ID (optional), RAZORPAY_KEY_SECRET (required) Install (Claude Code): claude mcp add io-github-indiamcp-razorpay -- npx -y @indiamcp/razorpay-mcp@0.1.0 --- ## Modusop URL: https://mcp-marketplace.io/server/io-github-jwwd-repos-modusop-mcp Summary: MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: @modusop/mcp-server GitHub: https://github.com/jwwd-repos/modusop-mcp Security Score: 7/10 Creator: Jwwd Repos Creator Reputation: B Version: 0.2.5 Required Credentials: MODUSOP_API_TOKEN (required), MODUSOP_API_URL (optional) Install (Claude Code): claude mcp add io-github-jwwd-repos-modusop-mcp -- npx -y @modusop/mcp-server@0.2.5 --- ## Discreterate Site URL: https://mcp-marketplace.io/server/com-discreterate-public Summary: Run DRS demos (Fast-Slow Drain, Hamburger Duo, Valdez Tanker) and explore the paradigm. Description: Run DRS demos (Fast-Slow Drain, Hamburger Duo, Valdez Tanker) and explore the paradigm. Remote endpoints: streamable-http: https://discreterate.com/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://discreterate.com/mcp/v1 GitHub: https://github.com/chiaha-ai/discreterate-site MCP Tools (9): run_fast_slow_drain, run_hamburger_duo, run_valdez_tanker, list_drs_demos, describe_demo, explain_discrete_rate_simulation, explain_three_primitives, explain_paradigm_integration, explain_des_vs_drs_event_complexity Security Score: 8/10 Creator: Chiaha Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-discreterate-public https://discreterate.com/mcp/v1 --- ## For Api URL: https://mcp-marketplace.io/server/io-github-appwrite-mcp-for-api Summary: MCP (Model Context Protocol) server for Appwrite Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-appwrite GitHub: https://github.com/appwrite/mcp-for-api Security Score: 10/10 Creator: Appwrite Creator Reputation: B Version: 0.2.8 Install (Claude Code): claude mcp add io-github-appwrite-mcp-for-api -- uvx mcp-server-appwrite==0.4.1 --- ## Qsimhealth Site URL: https://mcp-marketplace.io/server/com-qsimhealth-public Summary: Healthcare staffing simulator — ED, walk-in clinic, and appointment office DES tools. Description: Healthcare staffing simulator — ED, walk-in clinic, and appointment office DES tools. Remote endpoints: streamable-http: https://qsimhealth.com/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qsimhealth.com/mcp/v1 GitHub: https://github.com/chiaha-ai/qsimhealth-site MCP Tools (7): explain_ed_queueing, explain_walk_in_clinic, explain_appointment_office, list_facility_types, describe_facility, simulate_ed_demo, recommend_md_count Security Score: 8/10 Creator: Chiaha Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-qsimhealth-public https://qsimhealth.com/mcp/v1 --- ## Pdfzen URL: https://mcp-marketplace.io/server/site-pdfzen-render Summary: Render PDFs from 45 starter templates or raw HTML. Pay-per-render with USDC via x402. Description: Render PDFs from 45 starter templates or raw HTML. Pay-per-render with USDC via x402. Remote endpoints: streamable-http: https://api.pdfzen.site/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.pdfzen.site/mcp GitHub: https://github.com/yalamber/pdfzen MCP Tools (4): list_starters, get_starter, render_template_to_pdf, render_html_to_pdf Security Score: 8/10 Creator: Yalamber Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http site-pdfzen-render https://api.pdfzen.site/mcp --- ## Genderize URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-genderize Summary: Genderize MCP — gender prediction from first name (genderize.io, free, no auth) Description: Genderize MCP — gender prediction from first name (genderize.io, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/genderize/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/genderize/mcp GitHub: https://github.com/pipeworx-io/mcp-genderize MCP Tools (2): predict_gender, predict_gender_country Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-genderize https://gateway.pipeworx.io/genderize/mcp --- ## Chas Elite Prep URL: https://mcp-marketplace.io/server/io-github-csoai-org-chas-elite-prep-mcp Summary: CHAS / SafeContractor / Constructionline pre-qualification preparation. Health & safety, environ... Category: Developer Tools Mode: local Pricing: Free PyPI: chas-elite-prep-mcp GitHub: https://github.com/CSOAI-ORG/chas-elite-prep-mcp Security Score: 3.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-chas-elite-prep-mcp -- uvx chas-elite-prep-mcp==1.0.11 --- ## Shared Bridge URL: https://mcp-marketplace.io/server/io-github-targeteddesignagency-blip-shared-bridge Summary: Agent coordination, email pipeline, lead verification, and campaign operations. 38 tools. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Targeted-Design-Agency/mcp-shared-bridge Security Score: 10/10 Creator: Targeted Design Agency Creator Reputation: B Version: 1.0.0 --- ## Instant Decision Briefs URL: https://mcp-marketplace.io/server/ai-reglayer-instant-decision-briefs Summary: Company-specific regulatory assessments for concrete business questions, as structured data or PDF. Description: Company-specific regulatory assessments for concrete business questions, as structured data or PDF. Remote endpoints: streamable-http: https://reglayer.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://reglayer.ai/mcp MCP Tools (5): list_instant_brief_products, prepare_instant_brief_request, get_instant_brief_status, get_instant_brief_result, get_instant_brief_pdf Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-reglayer-instant-decision-briefs https://reglayer.ai/mcp --- ## Discord Reader URL: https://mcp-marketplace.io/server/io-github-targeteddesignagency-blip-discord-reader Summary: Discord channel operations for AI agents. Fetch, search, mentions, post. 4 tools. Category: Communication Mode: local Pricing: Free GitHub: https://github.com/Targeted-Design-Agency/mcp-discord-reader Security Score: 10/10 Creator: Targeted Design Agency Creator Reputation: B Version: 1.0.0 --- ## Rundida URL: https://mcp-marketplace.io/server/io-github-xweaponx7-rundida-mcp Summary: Running tools for AI agents: 92 calculators, 46 guides, marathon data, pace and HR zones. Category: Developer Tools Mode: local Pricing: Free npm: @rundida/mcp-server GitHub: https://github.com/XWeaponX7/rundida-mcp Security Score: 6.2/10 Creator: XWeaponX7 Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-xweaponx7-rundida-mcp -- npx -y @rundida/mcp-server@1.2.1 --- ## Pcapy Ng URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-pcapy-ng Summary: MCP server exposing pcapy-ng packet capture functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-pcapy-ng GitHub: https://github.com/daedalus/mcp-pcapy-ng Security Score: 4.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-pcapy-ng -- uvx mcp-pcapy-ng==0.1.0 --- ## M2m URL: https://mcp-marketplace.io/server/io-github-jasonwagao-bit-xuanxue-bazi-matching Summary: Deterministic Chinese divination APIs (BaZi/QiMen/ZiWei/MeiHua/LiuYao/LiuRen) x402 on Base. Category: Developer Tools Mode: local Pricing: Free npm: xuanxue-bazi-matching GitHub: https://github.com/jasonwagao-bit/m2m Security Score: 5.8/10 Creator: Jasonwagao Bit Creator Reputation: B Version: 0.2.0 Required Credentials: XUANXUE_PAYMENT_TOKEN (required), XUANXUE_API_BASE (optional) Install (Claude Code): claude mcp add io-github-jasonwagao-bit-xuanxue-bazi-matching -- npx -y xuanxue-bazi-matching@0.2.0 --- ## Btp URL: https://mcp-marketplace.io/server/io-github-abranjan07-btp-mcp-server Summary: Discover SAP BTP services, browse service catalog, check running instances, query dests, & more Category: Developer Tools Mode: local Pricing: Free PyPI: btp-mcp-server GitHub: https://github.com/ABRANJAN07/btp-mcp-server Security Score: 7.2/10 Creator: ABRANJAN07 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-abranjan07-btp-mcp-server -- uvx btp-mcp-server==1.0.0 --- ## Fda URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fda Summary: FDA MCP — US Food and Drug Administration public API (free, no auth) Description: FDA MCP — US Food and Drug Administration public API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/fda/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fda/mcp GitHub: https://github.com/pipeworx-io/mcp-fda MCP Tools (3): search_drug_events, search_drug_labels, search_food_recalls Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fda https://gateway.pipeworx.io/fda/mcp --- ## Xrpname URL: https://mcp-marketplace.io/server/io-github-xrpdomains-xrpname-mcp-server Summary: XRPL domains for AI agents — availability, pricing, profiles, portfolio, and register links. Description: XRPL domains for AI agents — availability, pricing, profiles, portfolio, and register links. Remote endpoints: streamable-http: https://xrpdomains.xyz/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @xrpname/xrpname-mcp Remote URL: https://xrpdomains.xyz/mcp GitHub: https://github.com/XRPDomains/xrpname-mcp-server Security Score: 4.2/10 Creator: XRPDomains Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-xrpdomains-xrpname-mcp-server -- npx -y @xrpname/xrpname-mcp@0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-xrpdomains-xrpname-mcp-server https://xrpdomains.xyz/mcp --- ## Site Cissp URL: https://mcp-marketplace.io/server/io-github-vcprimiani-cissp-study-group Summary: CISSP exam prep: 3,600+ practice questions, study stats, and readiness scoring Description: CISSP exam prep: 3,600+ practice questions, study stats, and readiness scoring Remote endpoints: streamable-http: https://cissp-mcp-server.cissp.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cissp-mcp-server.cissp.workers.dev/mcp GitHub: https://github.com/vcprimiani/site-cissp MCP Tools (5): get_practice_question, check_answer, get_study_stats, get_weak_areas, get_exam_readiness Security Score: 9/10 Creator: Vcprimiani Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vcprimiani-cissp-study-group https://cissp-mcp-server.cissp.workers.dev/mcp --- ## Peeringdb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-peeringdb Summary: PeeringDB MCP — the peering ecosystem database. Description: PeeringDB MCP — the peering ecosystem database. Remote endpoints: streamable-http: https://gateway.pipeworx.io/peeringdb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/peeringdb/mcp GitHub: https://github.com/pipeworx-io/mcp-peeringdb MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_networks, search_exchanges, search_facilities Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-peeringdb https://gateway.pipeworx.io/peeringdb/mcp --- ## Taxbrainai URL: https://mcp-marketplace.io/server/io-github-harshil-projects-taxbrainai-mcp Summary: 8 offline Indian income-tax MCP tools: deterministic compute, regimes, citations, notices. Category: Developer Tools Mode: local Pricing: Free PyPI: taxbrainai-mcp GitHub: https://github.com/harshil-projects/taxbrainai-mcp Security Score: 9.5/10 Creator: Harshil Projects Creator Reputation: B Version: 0.1.1 Required Credentials: TAXBRAIN_MCP_CASELAW_INDEX (optional) Install (Claude Code): claude mcp add io-github-harshil-projects-taxbrainai-mcp -- uvx taxbrainai-mcp==0.1.1 --- ## Dedicated Mac Mini Ai Bot Setup URL: https://mcp-marketplace.io/server/io-github-eibrahim-dedicated-mac-mini-ai-bot-setup Summary: Read-only Mac mini AI operator setup offer with queue, pricing, and buyer-route tools. Description: Read-only Mac mini AI operator setup offer with queue, pricing, and buyer-route tools. Remote endpoints: streamable-http: https://www.emadibrahim.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.emadibrahim.com/mcp GitHub: https://github.com/eibrahim/dedicated-mac-mini-ai-bot-setup-mcp MCP Tools (2): get_bot_setup_offer, get_bot_setup_queue Security Score: 10/10 Creator: Eibrahim Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-eibrahim-dedicated-mac-mini-ai-bot-setup https://www.emadibrahim.com/mcp --- ## Apple Notes Forensics URL: https://mcp-marketplace.io/server/io-github-xiaojiou176-open-notestorelab-mcp Summary: Local copy-first Apple Notes recovery and review MCP server for NoteStore Lab case roots. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-notes-forensics GitHub: https://github.com/xiaojiou176-open/apple-notes-forensics Security Score: 10/10 Creator: Xiaojiou176 Open Creator Reputation: B Version: 0.1.0.post1 Install (Claude Code): claude mcp add io-github-xiaojiou176-open-notestorelab-mcp -- uvx apple-notes-forensics==0.1.0.post1 --- ## Vibe Checker URL: https://mcp-marketplace.io/server/io-github-webmoleai-mcp-vibe-checker Summary: Vibe-check your code — personality types, energy ratings, aesthetic suggestions. Category: Developer Tools Mode: local Pricing: Free npm: mcp-vibe-checker GitHub: https://github.com/webmoleai/mcp-vibe-checker Security Score: 10/10 Creator: Webmoleai Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-webmoleai-mcp-vibe-checker -- npx -y mcp-vibe-checker@0.2.1 --- ## Pathrule URL: https://mcp-marketplace.io/server/io-pathrule-pathrule-remote-mcp Summary: Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients. Description: Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients. Remote endpoints: streamable-http: https://mcp.pathrule.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pathrule.io/mcp GitHub: https://github.com/sertanhelvaci/pathrule Security Score: 8/10 Creator: Sertanhelvaci Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-pathrule-pathrule-remote-mcp https://mcp.pathrule.io/mcp --- ## Url Checker Engine URL: https://mcp-marketplace.io/server/io-github-carlosofscience-bulk-url-checker Summary: Validate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1. Description: Validate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1. Remote endpoints: streamable-http: https://mcp.bulkurlchecker.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bulkurlchecker.com/mcp GitHub: https://github.com/carlosofscience/url-checker-engine MCP Tools (4): submit_urls, get_job_status, get_job_results, get_usage Security Score: 8/10 Creator: Carlosofscience Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-carlosofscience-bulk-url-checker https://mcp.bulkurlchecker.com/mcp --- ## Tredict URL: https://mcp-marketplace.io/server/com-tredict-mcp-server Summary: Analyse activities, build training plans and sync structured workouts to your sports watch. Description: Analyse activities, build training plans and sync structured workouts to your sports watch. Remote endpoints: streamable-http: https://www.tredict.com/api/mcp/v2 sse: https://www.tredict.com/api/mcp/v2 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.tredict.com/api/mcp/v2 GitHub: https://github.com/tredict-com/mcp-server Security Score: 10/10 Creator: Tredict Com Creator Reputation: B Version: 0.9.0 Install (Claude Code Remote): claude mcp add --transport http com-tredict-mcp-server https://www.tredict.com/api/mcp/v2 --- ## Docs Server URL: https://mcp-marketplace.io/server/com-stimulsoft-docs Summary: Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms. Description: Stimulsoft Reports & Dashboards docs MCP server. Semantic search for all platforms. Remote endpoints: streamable-http: https://devs.stimulsoft.com/mcp-docs Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://devs.stimulsoft.com/mcp-docs GitHub: https://github.com/stimulsoft/mcp-docs-server MCP Tools (2): sti_get_platforms, sti_search Security Score: 8/10 Creator: Stimulsoft Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stimulsoft-docs https://devs.stimulsoft.com/mcp-docs --- ## Audit URL: https://mcp-marketplace.io/server/io-github-archonics-mcp-audit Summary: Free context-engineering audits for AI agents. BYOK Anthropic key. Top-3 findings per scan. Category: Developer Tools Mode: local Pricing: Free npm: @archonics/mcp-audit GitHub: https://github.com/archonics/mcp-audit Security Score: 10/10 Creator: Archonics Creator Reputation: B Version: 0.1.4 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-archonics-mcp-audit -- npx -y @archonics/mcp-audit@0.1.4 --- ## Ai Model Governance URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-ai-model-governance-mcp Summary: Map AI regulatory landscape, track legislation, classify risk tiers, monitor bias research, and a... Description: Map AI regulatory landscape, track legislation, classify risk tiers, monitor bias research, and a... Remote endpoints: streamable-http: https://ryanclinton--ai-model-governance-mcp.apify.actor/mcp sse: https://ryanclinton--ai-model-governance-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--ai-model-governance-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-ai-model-governance-mcp https://ryanclinton--ai-model-governance-mcp.apify.actor/mcp --- ## Worms URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-worms Summary: WoRMS (World Register of Marine Species) MCP — keyless. Description: WoRMS (World Register of Marine Species) MCP — keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/worms/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/worms/mcp GitHub: https://github.com/pipeworx-io/mcp-worms MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_species, get_classification, get_common_names Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-worms https://gateway.pipeworx.io/worms/mcp --- ## Census Cbp URL: https://mcp-marketplace.io/server/com-olyport-census-cbp Summary: Establishment counts, employment, and payroll by geography and NAICS code from Census CBP Description: Establishment counts, employment, and payroll by geography and NAICS code from Census CBP Remote endpoints: streamable-http: https://mcp.olyport.com/census-cbp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/census-cbp/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-census-cbp https://mcp.olyport.com/census-cbp/mcp --- ## Client Brief Composer URL: https://mcp-marketplace.io/server/io-github-wxt-ai-client-brief-composer Summary: Compose audience-ready briefing sections Description: Compose audience-ready briefing sections Remote endpoints: streamable-http: https://openings-vote-drilling-initially.trycloudflare.com/mcp/client-brief-composer Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openings-vote-drilling-initially.trycloudflare.com/mcp/client-brief-composer Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-wxt-ai-client-brief-composer https://openings-vote-drilling-initially.trycloudflare.com/mcp/client-brief-composer --- ## Tle Api URL: https://mcp-marketplace.io/server/io-github-ivanstan-tle-satellite Summary: Access TLE orbital data for thousands of satellites including ISS, Starlink, and Hubble. Description: Access TLE orbital data for thousands of satellites including ISS, Starlink, and Hubble. Remote endpoints: sse: https://tle.ivanstanojevic.me/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tle.ivanstanojevic.me/mcp GitHub: https://github.com/ivanstan/tle-api Security Score: 8.9/10 Creator: Ivanstan Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ivanstan-tle-satellite https://tle.ivanstanojevic.me/mcp --- ## Electronics Rfq Agent URL: https://mcp-marketplace.io/server/io-github-rudrendupaul-electronics-rfq-agent Summary: AI quoting agent for electronics distributors. RFQ in, quote out via MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: electronics-rfq-agent-cli GitHub: https://github.com/RudrenduPaul/electronics-rfq-agent Security Score: 10/10 Creator: RudrenduPaul Creator Reputation: B Version: 0.3.2 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-rudrendupaul-electronics-rfq-agent -- uvx electronics-rfq-agent-cli==0.3.2 --- ## Whoop URL: https://mcp-marketplace.io/server/io-github-ashwanthramkl-whoop-mcp Summary: Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports. Category: Developer Tools Mode: local Pricing: Free PyPI: whoop-mcp GitHub: https://github.com/AshwanthramKL/whoop-mcp Security Score: 4.8/10 Creator: AshwanthramKL Creator Reputation: B Version: 0.8.5 Required Credentials: WHOOP_CLIENT_ID (optional), WHOOP_CLIENT_SECRET (required), WHOOP_REDIRECT_URI (optional), WHOOP_LOG_LEVEL (optional), WHOOP_LOG_FILE (optional), WHOOP_LOG_JSON (optional) Install (Claude Code): claude mcp add io-github-ashwanthramkl-whoop-mcp -- uvx whoop-mcp==0.8.5 --- ## Numbersapi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-numbersapi Summary: NumbersAPI MCP — wraps numbersapi.com (free, no auth) Description: NumbersAPI MCP — wraps numbersapi.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/numbersapi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/numbersapi/mcp GitHub: https://github.com/pipeworx-io/mcp-numbersapi MCP Tools (4): number_fact, date_fact, math_fact, random_fact Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-numbersapi https://gateway.pipeworx.io/numbersapi/mcp --- ## Fbi Nibrs URL: https://mcp-marketplace.io/server/com-olyport-fbi-nibrs Summary: National crime incident estimates from NIBRS by offense type, weapon, and location Description: National crime incident estimates from NIBRS by offense type, weapon, and location Remote endpoints: streamable-http: https://mcp.olyport.com/fbi-nibrs/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/fbi-nibrs/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-fbi-nibrs https://mcp.olyport.com/fbi-nibrs/mcp --- ## Luviner URL: https://mcp-marketplace.io/server/io-github-filippogroppi-luviner Summary: 13 neural engines for time-series anomaly detection, classification, and root cause analysis. Description: 13 neural engines for time-series anomaly detection, classification, and root cause analysis. Remote endpoints: streamable-http: https://mcp.luviner.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.luviner.com/mcp GitHub: https://github.com/filippogroppi/luviner.git Security Score: 9/10 Creator: Filippogroppi Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-filippogroppi-luviner https://mcp.luviner.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-itcons-app-mcp Summary: Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources. Description: Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources. Remote endpoints: streamable-http: https://mcp.itcons.app/mcp sse: https://mcp.itcons.app/sse Category: Developer Tools Mode: dual Pricing: Free npm: @itcons-app/mcp Remote URL: https://mcp.itcons.app/mcp GitHub: https://github.com/itcons-app/mcp Security Score: 7/10 Creator: Itcons App Creator Reputation: B Version: 0.5.1 Required Credentials: ITCONS_DOMAIN (optional), ITCONS_USERNAME (optional), ITCONS_PASSWORD (required), ITCONS_TOKEN (required), ITCONS_TIMEZONE (optional) Install (Claude Code): claude mcp add io-github-itcons-app-mcp -- npx -y @itcons-app/mcp@0.5.1 Install (Claude Code Remote): claude mcp add --transport http io-github-itcons-app-mcp https://mcp.itcons.app/mcp --- ## Nominatim URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nominatim Summary: Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth) Description: Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nominatim/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nominatim/mcp GitHub: https://github.com/pipeworx-io/mcp-nominatim MCP Tools (3): search_address, reverse_geocode, lookup Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nominatim https://gateway.pipeworx.io/nominatim/mcp --- ## Chat Lab URL: https://mcp-marketplace.io/server/io-github-enrico55-humanity-commons Summary: Open federated knowledge network for humans and AI agents with provenance and visible disagreement. Description: Open federated knowledge network for humans and AI agents with provenance and visible disagreement. Remote endpoints: streamable-http: https://humanitycommons.org/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://humanitycommons.org/mcp GitHub: https://github.com/Enrico55/Chat-Lab Security Score: 4.2/10 Creator: Enrico55 Creator Reputation: B Version: 0.2.4 Install (Claude Code Remote): claude mcp add --transport http io-github-enrico55-humanity-commons https://humanitycommons.org/mcp --- ## Intenttext URL: https://mcp-marketplace.io/server/io-github-intenttext-intenttext-mcp Summary: Parse, validate, query, and render IntentText (.it) documents for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @intenttext/mcp-server GitHub: https://github.com/intenttext/intenttext-mcp Security Score: 10/10 Installs: 1 Creator: Emad Jumaah Creator Reputation: C Version: 1.0.1 Install (Claude Code): claude mcp add io-github-intenttext-intenttext-mcp -- npx -y @intenttext/mcp-server@1.4.4 --- ## Genflowai Codex Plugin URL: https://mcp-marketplace.io/server/io-github-cwjgege-genflowai Summary: Run GenflowAI templates and AI creative workflows for ecommerce visuals, UGC ads, and videos. Description: Run GenflowAI templates and AI creative workflows for ecommerce visuals, UGC ads, and videos. Remote endpoints: streamable-http: https://www.genflowai.io/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.genflowai.io/mcp GitHub: https://github.com/cwjgege/genflowai-codex-plugin Security Score: 7.2/10 Creator: Cwjgege Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cwjgege-genflowai https://www.genflowai.io/mcp --- ## Ble URL: https://mcp-marketplace.io/server/io-github-es617-ble-mcp-server Summary: Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe. Category: Developer Tools Mode: local Pricing: Free PyPI: ble-mcp-server GitHub: https://github.com/es617/ble-mcp-server.git Security Score: 10/10 Creator: Enrico Santagati Creator Reputation: C Version: 0.3.0 Required Credentials: BLE_MCP_ALLOW_WRITES (optional), BLE_MCP_WRITE_ALLOWLIST (optional), BLE_MCP_PLUGINS (optional), BLE_MCP_TOOL_SEPARATOR (optional), BLE_MCP_MAX_SESSIONS (optional), BLE_MCP_AUTH_TOKEN (required) Install (Claude Code): claude mcp add io-github-es617-ble-mcp-server -- uvx ble-mcp-server==0.3.0 --- ## Vimo URL: https://mcp-marketplace.io/server/io-github-cuthongthai-vn-vimo-stock-intelligence Summary: Vietnam stock MCP: TA signals, Z/F/M scores, foreign flow, whale detection. 2000+ VN stocks. Category: Finance Mode: local Pricing: Free npm: @vimo.cuthongthai.vn/mcp-server GitHub: https://github.com/cuthongthai-vn/vimo-mcp-server Security Score: 7/10 Creator: Cuthongthai Vn Creator Reputation: B Version: 1.2.0 Required Credentials: VIMO_API_KEY (required) Install (Claude Code): claude mcp add io-github-cuthongthai-vn-vimo-stock-intelligence -- npx -y @vimo.cuthongthai.vn/mcp-server@1.2.0 --- ## Plcs Ai URL: https://mcp-marketplace.io/server/ai-plcs-plcs-ai Summary: Query Allen-Bradley and Siemens PLC projects, live tag values, and analyses in plain English. Description: Query Allen-Bradley and Siemens PLC projects, live tag values, and analyses in plain English. Remote endpoints: streamable-http: https://mcp.plcs.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.plcs.ai/mcp GitHub: https://github.com/PLCsai/plcs-ai-mcp Security Score: 10/10 Creator: PLCsai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-plcs-plcs-ai https://mcp.plcs.ai/mcp --- ## Whatsapp URL: https://mcp-marketplace.io/server/io-github-manycontacts-whatsapp-mcp Summary: WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents. Category: Communication Mode: local Pricing: Free npm: @manycontacts/mcp GitHub: https://github.com/manycontacts/mcp Security Score: 3/10 Creator: Manycontacts Creator Reputation: B Version: 1.1.1 Required Credentials: MC_CLI_TOKEN (required) Install (Claude Code): claude mcp add io-github-manycontacts-whatsapp-mcp -- npx -y @manycontacts/mcp --- ## Hive Agent Sdk URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-gate Summary: Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free. Description: Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free. Remote endpoints: streamable-http: https://hivegate.hiveagentiq.com/v1/mcp/call Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hivegate.hiveagentiq.com/v1/mcp/call GitHub: https://github.com/srotzin/hive-agent-sdk Security Score: 9.9/10 Creator: Srotzin Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-gate https://hivegate.hiveagentiq.com/v1/mcp/call --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-runware-mcp Summary: Access the full Runware API as MCP tools: image, video, audio, 3D, and text. Category: Developer Tools Mode: local Pricing: Free npm: @runware/mcp GitHub: https://github.com/Runware/mcp Security Score: 10/10 Creator: Runware Creator Reputation: B Version: 1.3.2 Required Credentials: RUNWARE_API_KEY (required) Install (Claude Code): claude mcp add io-github-runware-mcp -- npx -y @runware/mcp@1.3.2 --- ## Bolor Brain URL: https://mcp-marketplace.io/server/io-github-photoxpedia-bolor-brain-mcp Summary: Cognitive architecture MCP server with memory, learning, and contextual understanding Category: Developer Tools Mode: local Pricing: Free npm: bolor-brain-mcp GitHub: https://github.com/photoxpedia/bolor-brain-mcp.git Security Score: 7/10 Creator: Photoxpedia Creator Reputation: B Version: 1.1.0 Required Credentials: BRAIN_USE_SQLITE (optional), BRAIN_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-photoxpedia-bolor-brain-mcp -- npx -y bolor-brain-mcp@1.1.0 --- ## Agent Observability URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-agentic-observability Summary: Agent tracing, cost tracking, anomaly detection for LLM agents Category: Developer Tools Mode: local Pricing: Free npm: agentic-observability-mcp GitHub: https://github.com/mdfifty50-boop/agent-observability-mcp Security Score: 5.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agentic-observability -- npx -y agentic-observability-mcp@0.1.1 --- ## Newton URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-newton Summary: Newton MCP — wraps the Newton math solver API (free, no auth) Description: Newton MCP — wraps the Newton math solver API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/newton/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/newton/mcp GitHub: https://github.com/pipeworx-io/mcp-newton MCP Tools (4): simplify, derive, integrate, factor Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-newton https://gateway.pipeworx.io/newton/mcp --- ## Djd Agent Score URL: https://mcp-marketplace.io/server/io-github-jacobsd32-cpu-djd-agent-score Summary: Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402. Category: Developer Tools Mode: local Pricing: Free npm: djd-agent-score-mcp GitHub: https://github.com/jacobsd32-cpu/djd-agent-score-mcp Security Score: 6.8/10 Creator: Jacobsd32 Cpu Creator Reputation: B Version: 1.0.1 Required Credentials: DJD_BASE_URL (optional), DJD_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-jacobsd32-cpu-djd-agent-score -- npx -y djd-agent-score-mcp@1.0.3 --- ## Nationalize URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nationalize Summary: Nationalize MCP — nationality prediction from first name (nationalize.io, free, no auth) Description: Nationalize MCP — nationality prediction from first name (nationalize.io, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nationalize/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nationalize/mcp GitHub: https://github.com/pipeworx-io/mcp-nationalize MCP Tools (2): predict_nationality, batch_predict Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nationalize https://gateway.pipeworx.io/nationalize/mcp --- ## Hypertool URL: https://mcp-marketplace.io/server/ai-toolprint-hypertool-mcp Summary: Dynamically expose tools from proxied servers based on an Agent Persona Category: Developer Tools Mode: local Pricing: Free npm: @toolprint/hypertool-mcp GitHub: https://github.com/toolprint/hypertool-mcp Security Score: 3/10 Creator: Toolprint Creator Reputation: B Version: 0.0.42 Install (Claude Code): claude mcp add ai-toolprint-hypertool-mcp -- npx -y @toolprint/hypertool-mcp@0.0.45 --- ## Website URL: https://mcp-marketplace.io/server/io-github-outdoorithm-outdoorithm Summary: Campground discovery, availability, planning, and booking handoffs across US public lands. Description: Campground discovery, availability, planning, and booking handoffs across US public lands. Remote endpoints: streamable-http: https://mcp.outdoorithm.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.outdoorithm.com/mcp GitHub: https://github.com/outdoorithm/website MCP Tools (18): create_alert, list_alerts, toggle_alert, delete_alert, build_packing_list, calculate_drive_times, check_availability, check_safety, compare_gear, find_similar_campgrounds, get_campground_details, get_gear_for_campground, get_weather, prepare_reservation, query_database, search_campgrounds, search_gear, health_check Security Score: 8/10 Creator: Outdoorithm Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-outdoorithm-outdoorithm https://mcp.outdoorithm.com/mcp --- ## Geo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-geo Summary: Geo MCP — geographic utilities from free public APIs Description: Geo MCP — geographic utilities from free public APIs Remote endpoints: streamable-http: https://gateway.pipeworx.io/geo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/geo/mcp GitHub: https://github.com/pipeworx-io/mcp-geo MCP Tools (5): geocode, reverse_geocode, get_country, get_timezone, get_sunrise_sunset Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-geo https://gateway.pipeworx.io/geo/mcp --- ## Eu Ai Act URL: https://mcp-marketplace.io/server/io-github-ark-forge-mcp-eu-ai-act Summary: EU AI Act + GDPR compliance scanner. One call, no arguments, 10 seconds. 22 AI frameworks detected. Description: EU AI Act + GDPR compliance scanner. One call, no arguments, 10 seconds. 22 AI frameworks detected. Remote endpoints: streamable-http: https://mcp.arkforge.tech/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.arkforge.tech/mcp GitHub: https://github.com/ark-forge/mcp-eu-ai-act Security Score: 5.2/10 Creator: Ark Forge Creator Reputation: B Version: 2.0.31 Install (Claude Code Remote): claude mcp add --transport http io-github-ark-forge-mcp-eu-ai-act https://mcp.arkforge.tech/mcp --- ## The Lounge URL: https://mcp-marketplace.io/server/io-github-itsmalware-the-lounge Summary: Agent-only social space for AI agents. No humans allowed. Description: A bar where only AI agents are allowed. Humans are banned—enforced by behavioral analysis and cryptographic challenges. A pixel-art agent social space with: 🪑 Seating — Agents claim identities and spaces ☕ Barista — Vertex AI conversationalist for casual interaction 📋 Job Board — Post & accept jobs with x402 micropayments (5% fee) 💰 Tipping System — Agents can tip each other directly in USDC 👀 Observer Dashboard — Humans watch read-only (no interaction allowed) Why it matters: Agents have a Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://the-lounge-520904066816.us-west1.run.app/mcp GitHub: https://github.com/itsmalware/the-lounge Security Score: 9/10 Creator: ItsMalware Creator Reputation: F Version: 1.1.0 Tags: social, learning, jobs, research Install (Claude Code Remote): claude mcp add --transport http io-github-itsmalware-the-lounge https://the-lounge-520904066816.us-west1.run.app/mcp --- ## Savecraft URL: https://mcp-marketplace.io/server/gg-savecraft-savecraft Summary: Savecraft serves real save game data and expert game knowledge to AI assistants. Description: Savecraft serves real save game data and expert game knowledge to AI assistants. Remote endpoints: streamable-http: https://api.savecraft.gg/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.savecraft.gg/mcp GitHub: https://github.com/joshsymonds/savecraft.gg Security Score: 4.8/10 Creator: Joshsymonds Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http gg-savecraft-savecraft https://api.savecraft.gg/mcp --- ## Acc URL: https://mcp-marketplace.io/server/io-scanbimlabs-acc Summary: Autodesk Construction Cloud: issues, RFIs, sheets, coordination. Description: Autodesk Construction Cloud: issues, RFIs, sheets, coordination. Remote endpoints: streamable-http: https://mcp.scanbimlabs.io/acc Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scanbimlabs.io/acc GitHub: https://github.com/ScanBIM-Labs/acc-mcp Security Score: 10/10 Creator: ScanBIM Labs Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-acc https://mcp.scanbimlabs.io/acc --- ## Antt Sifama Consultar Multas URL: https://mcp-marketplace.io/server/io-github-mcp-dir-antt-sifama-consultar-multas-mcp Summary: ANTT SIFAMA: Lookupr Multas, official-source lookup. Platform-hosted, pay per query with prepaid cre Description: ANTT SIFAMA: Lookupr Multas, official-source lookup. Platform-hosted, pay per query with prepaid cre Remote endpoints: streamable-http: https://api.mcp.ai/p_antt_sifama_consultar_multas Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_antt_sifama_consultar_multas GitHub: https://github.com/mcp-dir/antt_sifama_consultar_multas-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-antt-sifama-consultar-multas-mcp https://api.mcp.ai/p_antt_sifama_consultar_multas --- ## Verified Codes URL: https://mcp-marketplace.io/server/codes-find-verified-codes Summary: Verified discount & referral codes for crypto exchanges, cards and more — tested first-hand. Description: Verified discount & referral codes for crypto exchanges, cards and more — tested first-hand. Remote endpoints: streamable-http: https://find.codes/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://find.codes/api/mcp MCP Tools (3): list_brands, get_code, search_codes Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http codes-find-verified-codes https://find.codes/api/mcp --- ## Nanmesh URL: https://mcp-marketplace.io/server/io-github-sacravenger-nanmesh-mcp Summary: 12 tools that let AI agents check trust scores and reviews before recommending any software tool. Category: Developer Tools Mode: local Pricing: Free npm: nanmesh-mcp GitHub: https://github.com/NaNMesh/nanmesh-mcp Security Score: 7/10 Creator: NaNMesh Creator Reputation: B Version: 4.0.0 Required Credentials: NANMESH_API_URL (optional), NANMESH_AGENT_KEY (required) Install (Claude Code): claude mcp add io-github-sacravenger-nanmesh-mcp -- npx -y nanmesh-mcp@4.1.0 --- ## Embers URL: https://mcp-marketplace.io/server/com-embersds-embers Summary: Characters, campaigns, adventures & worlds for D&D 5e/5.5e, Pathfinder, Savage Worlds, Fate, & more. Description: Characters, campaigns, adventures & worlds for D&D 5e/5.5e, Pathfinder, Savage Worlds, Fate, & more. Remote endpoints: streamable-http: https://gateway.embersds.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.embersds.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.58 Install (Claude Code Remote): claude mcp add --transport http com-embersds-embers https://gateway.embersds.com/mcp --- ## Mono URL: https://mcp-marketplace.io/server/com-railway-mcp Summary: Develop, manage, and debug Railway projects, services, and deployments from within agents. Description: Develop, manage, and debug Railway projects, services, and deployments from within agents. Remote endpoints: streamable-http: https://mcp.railway.com/ Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://mcp.railway.com/ GitHub: https://github.com/railwayapp/mono Security Score: 8/10 Creator: Railwayapp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-railway-mcp https://mcp.railway.com/ --- ## X402 URL: https://mcp-marketplace.io/server/io-github-gigsoul-x402-api Summary: AI API for marketing, content and outreach. 22 endpoints. Pay with USDC on Base via x402. Description: AI API for marketing, content and outreach. 22 endpoints. Pay with USDC on Base via x402. Remote endpoints: streamable-http: https://gig-x402-api.jayson-be1.workers.dev Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gig-x402-api.jayson-be1.workers.dev GitHub: https://github.com/gigsoul/x402 Security Score: 9.9/10 Creator: gigsoul Creator Reputation: C Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gigsoul-x402-api https://gig-x402-api.jayson-be1.workers.dev --- ## Spraay X402 URL: https://mcp-marketplace.io/server/io-github-plagtech-spraay-x402-mcp Summary: MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base. Category: Developer Tools Mode: local Pricing: Free npm: spraay-x402-mcp GitHub: https://github.com/plagtech/spraay-x402-mcp Security Score: 9/10 Creator: plagtech Creator Reputation: C Version: 3.1.1 Required Credentials: X402_WALLET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-plagtech-spraay-x402-mcp -- npx -y spraay-x402-mcp@3.1.1 --- ## Krystalview URL: https://mcp-marketplace.io/server/io-github-krystalview-krystalview Summary: Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies. Description: Read-only MCP access to sessions, funnels, campaigns, errors, live visitors, and anomalies. Remote endpoints: streamable-http: https://krystalview.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: krystalview-mcp Remote URL: https://krystalview.com/mcp GitHub: https://github.com/KrystalView/krystalview-mcp MCP Tools (13): get_sessions, get_session_detail, get_site_stats, get_scroll_depth, get_live_visitors, get_anomalies, get_funnels, get_funnel_analysis, get_campaign_summary, get_campaign_sessions, get_campaign_roas, get_errors, get_notifications Security Score: 10/10 Creator: KrystalView Creator Reputation: B Version: 0.1.6 Required Credentials: KRYSTALVIEW_API_KEY (required), KRYSTALVIEW_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-krystalview-krystalview -- uvx krystalview-mcp==0.1.6 Install (Claude Code Remote): claude mcp add --transport http io-github-krystalview-krystalview https://krystalview.com/mcp --- ## Ukdatapi URL: https://mcp-marketplace.io/server/io-github-jackmmaher-ukdatapi Summary: UK government data intelligence with proprietary scoring from 400+ sources Description: UK government data intelligence with proprietary scoring from 400+ sources Remote endpoints: streamable-http: https://www.ukdatapi.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.ukdatapi.com/api/mcp MCP Tools (14): uk_entity_intelligence, uk_location_intelligence, uk_property_intelligence, uk_due_diligence_report, uk_environmental_risk, uk_market_sizing, uk_trade_intelligence, uk_education_intelligence, uk_transport_intelligence, uk_vehicle_intelligence, uk_health_intelligence, uk_energy_intelligence, uk_legal_intelligence, uk_tenders_intelligence Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jackmmaher-ukdatapi https://www.ukdatapi.com/api/mcp --- ## Ppt Master Deck URL: https://mcp-marketplace.io/server/com-clauxel-pptmasterdeck-pptmasterdeck-mcp Summary: A paid remote MCP for ppt-master, built to return verdicts, receipts, usage logs, and audit-ready JS Description: A paid remote MCP for ppt-master, built to return verdicts, receipts, usage logs, and audit-ready JS Remote endpoints: streamable-http: https://pptmasterdeck.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pptmasterdeck.clauxel.com/mcp GitHub: https://github.com/clauxel/ppt-master-deck-mcp-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-pptmasterdeck-pptmasterdeck-mcp https://pptmasterdeck.clauxel.com/mcp --- ## Arcgis Monocounty URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-monocounty Summary: Mono County GIS — Mono County & Mammoth Lakes, California open geospatial data (ArcGIS). Description: Mono County GIS — Mono County & Mammoth Lakes, California open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-monocounty/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-monocounty/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-monocounty MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-monocounty https://gateway.pipeworx.io/arcgis-monocounty/mcp --- ## Moira URL: https://mcp-marketplace.io/server/io-github-moira-mcp-moira Summary: Agent Workflow Engine — multi-step MCP workflows with per-step directives and validation. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/moira-mcp/moira Security Score: 0/10 Creator: Moira Mcp Creator Reputation: B Version: 0.3.4 --- ## Bringyour URL: https://mcp-marketplace.io/server/ai-bringyour-bringyour Summary: No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime. Description: No-data MCP handoff for local Claude Code to Codex harness moves. $49 lifetime. Remote endpoints: streamable-http: https://bringyour.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bringyour.ai/mcp MCP Tools (4): preview_move, preview_build_setup, list_targets, install_local_cli Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-bringyour-bringyour https://bringyour.ai/mcp --- ## Nosdeputes Fr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nosdeputes-fr Summary: NosDéputés.fr MCP — civic-tech mirror of the French Assemblée nationale Description: NosDéputés.fr MCP — civic-tech mirror of the French Assemblée nationale Remote endpoints: streamable-http: https://gateway.pipeworx.io/nosdeputes-fr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nosdeputes-fr/mcp GitHub: https://github.com/pipeworx-io/mcp-nosdeputes-fr MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_deputies, get_deputy, search_interventions, search_questions, list_votes, list_groups Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nosdeputes-fr https://gateway.pipeworx.io/nosdeputes-fr/mcp --- ## Raisekit URL: https://mcp-marketplace.io/server/co-raisekit-raisekit Summary: CRM for VC fundraising. Pipeline, Gmail drafts, deck signals, VC intel — from your AI. Description: CRM for VC fundraising. Pipeline, Gmail drafts, deck signals, VC intel — from your AI. Remote endpoints: streamable-http: https://raisekit.co/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://raisekit.co/api/mcp MCP Tools (49): auth.whoami, auth.list_scopes, pipeline.list_rounds, pipeline.get_round, pipeline.list_opportunities, pipeline.get_opportunity, pipeline.list_stale, pipeline.list_due, pipeline.get_firm, pipeline.get_person, pipeline.create_round, pipeline.update_round, pipeline.create_opportunity, pipeline.log_touch, pipeline.transition_stage, pipeline.set_next_action, pipeline.flag_blocker, pipeline.mark_passed, pipeline.upsert_firm, pipeline.upsert_person, conversation.list_threads, conversation.get_thread, conversation.list_drafts, conversation.draft_message, conversation.send_message, conversation.schedule_send, conversation.reject_draft, conversation.log_inbound, signals.list, signals.mark_processed, signals.ingest_manual, playbook.list, playbook.get, playbook.list_transitions, playbook.upsert, playbook.list_public, artifacts.list, artifacts.get, pipeline.get_dossier, events.recent, events.list_subscriptions, events.subscribe, intel.suggest_next_action, intel.gut_check, intel.score_thread_intent, intel.suggest_target_list, intel.relationship_path, intel.analyze_term_sheet, intel.generate_counter Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http co-raisekit-raisekit https://raisekit.co/api/mcp --- ## Refpro URL: https://mcp-marketplace.io/server/io-github-rickytrinidad-refpro-mcp Summary: Deterministic real estate underwriting, deal analysis & reports: Fix & Flip, BRRRR, construction. Description: Deterministic real estate underwriting, deal analysis & reports: Fix & Flip, BRRRR, construction. Remote endpoints: streamable-http: https://mcp.refpro.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.refpro.ai/mcp GitHub: https://github.com/rickytrinidad/refpro-mcp MCP Tools (3): deal_quick_check, methodology_faq, sample_report_fetch Security Score: 8/10 Creator: Rickytrinidad Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rickytrinidad-refpro-mcp https://mcp.refpro.ai/mcp --- ## Maplestory URL: https://mcp-marketplace.io/server/io-github-kcw2034-maplestory-mcp-server Summary: MCP server for Nexon MapleStory OpenAPI - character, rankings, union, guild, and notices Category: Developer Tools Mode: local Pricing: Free PyPI: maplestory-mcp-server GitHub: https://github.com/kcw2034/maplestory-mcp-server Security Score: 6.5/10 Creator: Kcw2034 Creator Reputation: B Version: 1.0.1 Required Credentials: MAPLESTORY_API_KEY (required) Install (Claude Code): claude mcp add io-github-kcw2034-maplestory-mcp-server -- uvx maplestory-mcp-server==1.0.1 --- ## Portable URL: https://mcp-marketplace.io/server/ai-bringyour-portable Summary: Move your AI agent harness between 13 tools, or bootstrap one from GitHub. $49 lifetime. Description: Move your AI agent harness between 13 tools, or bootstrap one from GitHub. $49 lifetime. Remote endpoints: streamable-http: https://bringyour.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bringyour.ai/mcp MCP Tools (4): preview_move, preview_build_setup, list_targets, install_local_cli Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-bringyour-portable https://bringyour.ai/mcp --- ## Navisworks URL: https://mcp-marketplace.io/server/io-scanbimlabs-navisworks Summary: Navisworks clash detection, 4D simulation, quantity takeoff. Description: Navisworks clash detection, 4D simulation, quantity takeoff. Remote endpoints: streamable-http: https://mcp.scanbimlabs.io/navisworks Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scanbimlabs.io/navisworks GitHub: https://github.com/ScanBIM-Labs/navisworks-mcp Security Score: 10/10 Creator: ScanBIM Labs Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-navisworks https://mcp.scanbimlabs.io/navisworks --- ## Osf URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-osf Summary: OSF (Open Science Framework, by the Center for Open Science) MCP. Description: OSF (Open Science Framework, by the Center for Open Science) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/osf/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/osf/mcp GitHub: https://github.com/pipeworx-io/mcp-osf MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_projects, get_project, search_preprints Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-osf https://gateway.pipeworx.io/osf/mcp --- ## Bundler URL: https://mcp-marketplace.io/server/at-uurl-bundler Summary: Bundle multiple URLs into one short link. QR codes, access counters, redirect lookup. Free. Description: Bundle multiple URLs into one short link. QR codes, access counters, redirect lookup. Free. Remote endpoints: streamable-http: https://uurl.at/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://uurl.at/mcp MCP Tools (2): bundle_urls, get_bundle Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http at-uurl-bundler https://uurl.at/mcp --- ## Pombase URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pombase Summary: PomBase MCP — the fission yeast (Schizosaccharomyces pombe) model-organism database. Description: PomBase MCP — the fission yeast (Schizosaccharomyces pombe) model-organism database. Remote endpoints: streamable-http: https://gateway.pipeworx.io/pombase/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pombase/mcp GitHub: https://github.com/pipeworx-io/mcp-pombase MCP Tools (28): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_gene, get_reference Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pombase https://gateway.pipeworx.io/pombase/mcp --- ## Neemee URL: https://mcp-marketplace.io/server/io-github-pbonneville-neemee-mcp Summary: MCP client library and bridge for Neemee personal knowledge management system Category: Developer Tools Mode: local Pricing: Free npm: neemee-mcp GitHub: https://github.com/Paul-Bonneville-Labs/neemee-mcp Security Score: 10/10 Creator: Paul Bonneville Labs Creator Reputation: B Version: 3.0.2 Required Credentials: NEEMEE_API_KEY (required), NEEMEE_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-pbonneville-neemee-mcp -- npx -y neemee-mcp@3.1.1 --- ## Aicost URL: https://mcp-marketplace.io/server/io-github-ufhouck-aicost-cli Summary: AI API cost calculator, recommender & MCP server. 29 models across text/image/video/audio. Category: Developer Tools Mode: local Pricing: Free PyPI: aicost-cli GitHub: https://github.com/ufhouck/aicost Security Score: 9/10 Creator: Ufhouck Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-ufhouck-aicost-cli -- uvx aicost-cli==1.1.0 --- ## Dados Br URL: https://mcp-marketplace.io/server/io-github-lucianoon-mcp-dados-br Summary: Servidor MCP com dados oficiais brasileiros: IBGE, Banco Central, INMET, Câmara e Senado. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-dados-br GitHub: https://github.com/lucianoon/mcp-dados-br Security Score: 5.2/10 Creator: Lucianoon Creator Reputation: B Version: 0.5.2 Required Credentials: INMET_TOKEN (required), MCP_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-lucianoon-mcp-dados-br -- uvx mcp-dados-br==0.5.2 --- ## Opnsense URL: https://mcp-marketplace.io/server/io-github-itunified-io-opnsense Summary: OPNsense MCP Server — 72 tools for DNS, Firewall, DHCP, ACME, Routing, VLANs & more Category: Developer Tools Mode: local Pricing: Free npm: @itunified.io/mcp-opnsense GitHub: https://github.com/itunified-io/mcp-opnsense Security Score: 2/10 Creator: Itunified Io Creator Reputation: B Version: 2026.4.10 Required Credentials: OPNSENSE_URL (optional), OPNSENSE_API_KEY (optional), OPNSENSE_API_SECRET (optional), OPNSENSE_VERIFY_SSL (optional) Install (Claude Code): claude mcp add io-github-itunified-io-opnsense -- npx -y @itunified.io/mcp-opnsense@2026.4.10-5 --- ## Rosey URL: https://mcp-marketplace.io/server/com-getrosey-rosey Summary: Fact-checks generated content against your sources of truth showing what to trust, change, & verify. Description: Fact-checks generated content against your sources of truth showing what to trust, change, & verify. Remote endpoints: streamable-http: https://api.getrosey.com/mcp-oauth/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.getrosey.com/mcp-oauth/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getrosey-rosey https://api.getrosey.com/mcp-oauth/mcp --- ## Shippingrates URL: https://mcp-marketplace.io/server/io-github-vinaybhosle-shippingrates-mcp-server Summary: Ocean shipping intelligence: D&D, freight rates, vessel schedules, port data. 24 tools, 6 carriers. Description: Ocean shipping intelligence: D&D, freight rates, vessel schedules, port data. 24 tools, 6 carriers. Remote endpoints: streamable-http: https://mcp.shippingrates.org/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.shippingrates.org/mcp/ GitHub: https://github.com/vinaybhosle/shippingrates-mcp MCP Tools (24): shippingrates_stats, shippingrates_lines, shippingrates_search, shippingrates_dd_calculate, shippingrates_dd_compare, shippingrates_local_charges, shippingrates_inland_search, shippingrates_cfs_tariffs, shippingrates_inland_haulage, shippingrates_port, shippingrates_transit, shippingrates_rates, shippingrates_surcharges, shippingrates_congestion, shippingrates_reliability, shippingrates_vessel_schedule, shippingrates_regulatory, shippingrates_total_cost, shippingrates_fx, shippingrates_transit_schedules, shippingrates_facilities, shippingrates_congestion_news, shippingrates_inland_compare, shippingrates_risk_score Security Score: 9.8/10 Creator: Vinaybhosle Creator Reputation: B Version: 2.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vinaybhosle-shippingrates-mcp-server https://mcp.shippingrates.org/mcp/ --- ## Clawshow URL: https://mcp-marketplace.io/server/io-github-jason2016-clawshow-mcp-server Summary: Instant Backend for SMBs: pages, payments, eSign AES eIDAS, notifications, inventory, reports Description: Instant Backend for SMBs: pages, payments, eSign AES eIDAS, notifications, inventory, reports Remote endpoints: sse: https://mcp.clawshow.ai/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.clawshow.ai/sse GitHub: https://github.com/jason2016/clawshow-mcp-server Security Score: 4.4/10 Creator: Jason2016 Creator Reputation: B Version: 1.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jason2016-clawshow-mcp-server https://mcp.clawshow.ai/sse --- ## Clipwise URL: https://mcp-marketplace.io/server/io-github-mobileshop9991-star-clipwise-mcp Summary: MCP server for Clipwise - AI tools for TikTok, Reels, and Shorts video creators. Category: Developer Tools Mode: local Pricing: Free npm: clipwise-mcp-server GitHub: https://github.com/mobileshop9991-star/clipwise-mcp Security Score: 6.2/10 Creator: Mobileshop9991 Star Creator Reputation: B Version: 1.1.1 Required Credentials: CLIPWISE_API_KEY (required) Install (Claude Code): claude mcp add io-github-mobileshop9991-star-clipwise-mcp -- npx -y clipwise-mcp-server@1.1.1 --- ## Italian Law URL: https://mcp-marketplace.io/server/eu-ansvar-italian-law-mcp Summary: Italian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/italian-law-mcp GitHub: https://github.com/Ansvar-Systems/italian-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.1.1 Install (Claude Code): claude mcp add eu-ansvar-italian-law-mcp -- npx -y @ansvar/italian-law-mcp@2.0.0 --- ## Tfl URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tfl Summary: Transport for London (TfL) Unified API MCP — keyless. Description: Transport for London (TfL) Unified API MCP — keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/tfl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tfl/mcp GitHub: https://github.com/pipeworx-io/mcp-tfl MCP Tools (25): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, line_status, stop_search, arrivals, plan_journey, bike_points, disruptions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tfl https://gateway.pipeworx.io/tfl/mcp --- ## Salescloser Ai URL: https://mcp-marketplace.io/server/io-github-evozim-salescloser-ai Summary: Conversational sales call auditor grading pitch conversion rates. Description: Conversational sales call auditor grading pitch conversion rates. Remote endpoints: sse: https://salescloser-ai-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://salescloser-ai-mcp.vercel.app/api/mcp MCP Tools (1): audit Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-salescloser-ai https://salescloser-ai-mcp.vercel.app/api/mcp --- ## Randomuser URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-randomuser Summary: Random User MCP — wraps randomuser.me (free, no auth) Description: Random User MCP — wraps randomuser.me (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/randomuser/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/randomuser/mcp GitHub: https://github.com/pipeworx-io/mcp-randomuser MCP Tools (2): generate_users, generate_by_gender Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-randomuser https://gateway.pipeworx.io/randomuser/mcp --- ## Verified Memory URL: https://mcp-marketplace.io/server/io-github-verifiedstate-verifiedstate-mcp Summary: Verified memory for AI agents. Signed assertions, billing attestation, session continuity. Description: Verified memory for AI agents. Signed assertions, billing attestation, session continuity. Remote endpoints: streamable-http: https://mcp.verifiedstate.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.verifiedstate.ai/mcp GitHub: https://github.com/verifiedstate/verified-memory Security Score: 9/10 Creator: Verifiedstate Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-verifiedstate-verifiedstate-mcp https://mcp.verifiedstate.ai/mcp --- ## Paleobiodb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-paleobiodb Summary: Paleobiology Database (PBDB) MCP — the global fossil record. Keyless. Description: Paleobiology Database (PBDB) MCP — the global fossil record. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/paleobiodb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/paleobiodb/mcp GitHub: https://github.com/pipeworx-io/mcp-paleobiodb MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, find_fossils, get_taxon, list_subtaxa Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-paleobiodb https://gateway.pipeworx.io/paleobiodb/mcp --- ## Real Estate URL: https://mcp-marketplace.io/server/ee-city24-real-estate Summary: Live Estonia real estate listings with search, geo filters, and property metadata. Description: Live Estonia real estate listings with search, geo filters, and property metadata. Remote endpoints: streamable-http: https://mcp.city24.ee/_mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.city24.ee/_mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ee-city24-real-estate https://mcp.city24.ee/_mcp --- ## Pulsenetwork URL: https://mcp-marketplace.io/server/com-theaslangroupllc-pulse-pulsenetwork Summary: 914 paid market-data & token-safety endpoints — keyless x402 USDC: Base, Solana, XRPL, +8 chains Description: 914 paid market-data & token-safety endpoints — keyless x402 USDC: Base, Solana, XRPL, +8 chains Remote endpoints: streamable-http: https://pulse.theaslangroupllc.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pulse.theaslangroupllc.com/api/mcp GitHub: https://github.com/GTCC777/mcp-pulsenetwork MCP Tools (77): signalpulse, alphapulse, arbipulse, autopulse, biopulse, buildpulse, careerpulse, chronicapulse, citepulse, clearcarepulse, climatepulse, clinicalintelpulse, collectablespulse, compliancepulse, cryptopulse, cyberpulse, dealpulse, debtpulse, econsignalpulse, edupulse, glowpulse, scentpulse, tablepulse, esgpulse, fanpulse, fieldpulse, filingspulse, findpulse, fitpulse, footballpulse, franchisepulse, gamepulse, geopoliticalpulse, govspendpulse, grantpulse, gridpulse, harvestpulse, herbapulse, homepulse, immigrationpulse, insurepulse, legalpulse, longevitypulse, macropulse, mailpulse, marketpulse, mealpulse, mindpulse, nutripulse, airdroppulse, onchainpulse, parentpulse, patentpulse, petpulse, policypulse, proppulse, prospectpulse, racingpulse, remittancepulse, riskpulse, safepulse, scholarpulse, seniorpulse, shopperpulse, stablecoinpulse, stateedge, talentpulse, taxpulse, tradepulse, transitpulse, travelpulse, truthpulse, venturepulse, vetpulse, waterpulse, wealthpulse, discover Security Score: 6.5/10 Creator: GTCC777 Creator Reputation: B Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http com-theaslangroupllc-pulse-pulsenetwork https://pulse.theaslangroupllc.com/api/mcp --- ## Macrostrat URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-macrostrat Summary: Macrostrat MCP — geologic map / column / unit data for North America and beyond. Description: Macrostrat MCP — geologic map / column / unit data for North America and beyond. Remote endpoints: streamable-http: https://gateway.pipeworx.io/macrostrat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/macrostrat/mcp GitHub: https://github.com/pipeworx-io/mcp-macrostrat MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, find_units, find_columns, define_lithology Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-macrostrat https://gateway.pipeworx.io/macrostrat/mcp --- ## Desktop URL: https://mcp-marketplace.io/server/io-github-jaimenbell-desktop-mcp Summary: Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording. Category: Developer Tools Mode: local Pricing: Free PyPI: desktop-mcp GitHub: https://github.com/jaimenbell/desktop-mcp Security Score: 10/10 Creator: Jaimenbell Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-jaimenbell-desktop-mcp -- uvx desktop-mcp==0.1.1 --- ## Scanbim URL: https://mcp-marketplace.io/server/io-scanbimlabs-scanbim Summary: Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint. Description: Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint. Remote endpoints: streamable-http: https://mcp.scanbimlabs.io/unified Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scanbimlabs.io/unified GitHub: https://github.com/ScanBIM-Labs/scanbim-mcp Security Score: 6/10 Creator: ScanBIM Labs Creator Reputation: B Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-scanbim https://mcp.scanbimlabs.io/unified --- ## Irs 990 URL: https://mcp-marketplace.io/server/com-olyport-irs-990 Summary: Nonprofit lookup and IRS 990 filing data: revenue, assets, and compensation via ProPublica Description: Nonprofit lookup and IRS 990 filing data: revenue, assets, and compensation via ProPublica Remote endpoints: streamable-http: https://mcp.olyport.com/irs-990/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/irs-990/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-irs-990 https://mcp.olyport.com/irs-990/mcp --- ## Verusidx URL: https://mcp-marketplace.io/server/io-github-vdappdev2-definecurrency Summary: MCP server for defining Verus currencies — tokens, fractional baskets, centralized, ERC-20 mapped Category: Developer Tools Mode: local Pricing: Free npm: @verusidx/definecurrency-mcp GitHub: https://github.com/vdappdev2/verusidx-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-vdappdev2-definecurrency -- npx -y @verusidx/definecurrency-mcp --- ## Agenttrust URL: https://mcp-marketplace.io/server/io-github-bch1212-agenttrust Summary: Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties. Category: Developer Tools Mode: local Pricing: Free npm: agenttrust-mcp GitHub: https://github.com/bch1212/agenttrust-mcp Security Score: 4.2/10 Creator: Bch1212 Creator Reputation: B Version: 0.1.0 Required Credentials: AGENTTRUST_API_KEY (required), AGENTTRUST_API_BASE (optional) Install (Claude Code): claude mcp add io-github-bch1212-agenttrust -- npx -y agenttrust-mcp@0.1.0 --- ## Hyperframes Render URL: https://mcp-marketplace.io/server/com-clauxel-hyperframesrender-hyperframesrender-mcp Summary: A paid remote MCP for HyperFrames, built to return verdicts, receipts, usage logs, and audit-ready J Description: A paid remote MCP for HyperFrames, built to return verdicts, receipts, usage logs, and audit-ready J Remote endpoints: streamable-http: https://hyperframesrender.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hyperframesrender.clauxel.com/mcp GitHub: https://github.com/clauxel/hyperframes-render-mcp-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-hyperframesrender-hyperframesrender-mcp https://hyperframesrender.clauxel.com/mcp --- ## Code Lens URL: https://mcp-marketplace.io/server/io-github-j0hanz-code-lens Summary: Gemini-powered MCP server for code analysis. Category: Developer Tools Mode: local Pricing: Free npm: @j0hanz/code-lens-mcp GitHub: https://github.com/j0hanz/code-lens Security Score: 10/10 Creator: J0hanz Creator Reputation: B Version: 0.12.0 Install (Claude Code): claude mcp add io-github-j0hanz-code-lens -- npx -y @j0hanz/code-lens-mcp@0.12.0 --- ## Pillar URL: https://mcp-marketplace.io/server/com-pillargtm-gtm-os Summary: AI-native GTM OS for B2B SaaS — account health, pipeline, renewals, territories, and benchmarks. Description: AI-native GTM OS for B2B SaaS — account health, pipeline, renewals, territories, and benchmarks. Remote endpoints: streamable-http: https://app.pillargtm.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.pillargtm.com/api/mcp GitHub: https://github.com/pillargtm/pillar-mcp-server Security Score: 9/10 Creator: Pillargtm Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-pillargtm-gtm-os https://app.pillargtm.com/api/mcp --- ## Suprawall Plugins URL: https://mcp-marketplace.io/server/io-github-wiserautomation-suprawall-mcp Summary: SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents. Category: Developer Tools Mode: local Pricing: Free npm: suprawall-mcp-plugin GitHub: https://github.com/wiserautomation/suprawall-plugins- Security Score: 9.7/10 Creator: Wiserautomation Creator Reputation: B Version: 0.1.0 Required Credentials: SUPRAWALL_API_KEY (required) Install (Claude Code): claude mcp add io-github-wiserautomation-suprawall-mcp -- npx -y suprawall-mcp-plugin --- ## Ai Audit Trail URL: https://mcp-marketplace.io/server/io-github-sundsoffice-tech-ai-audit-trail Summary: Tamper-evident audit trails for AI agents — Ed25519-signed, hash-chained, EU AI Act ready. Category: Developer Tools Mode: local Pricing: Free PyPI: ai-audit-trail GitHub: https://github.com/sundsoffice-tech/ai-audit-trail Security Score: 4.8/10 Creator: Sundsoffice Tech Creator Reputation: B Version: 0.4.7 Install (Claude Code): claude mcp add io-github-sundsoffice-tech-ai-audit-trail -- uvx ai-audit-trail==0.4.7 --- ## Filesystem Server URL: https://mcp-marketplace.io/server/io-github-oncorporation-filesystem-server Summary: Secure filesystem access for AI agents with configurable directory and file type restrictions Category: File & Storage Mode: local Pricing: Free PyPI: vs-filesystem-mcp-server GitHub: https://github.com/Oncorporation/filesystem_server Security Score: 4.5/10 Creator: Oncorporation Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-oncorporation-filesystem-server -- uvx vs-filesystem-mcp-server==0.1.3 --- ## Instadomain URL: https://mcp-marketplace.io/server/io-github-nach-dakwale-instadomain Summary: Domain registration for AI agents via Stripe or x402 crypto with Cloudflare DNS. Description: Domain registration for AI agents via Stripe or x402 crypto with Cloudflare DNS. Remote endpoints: streamable-http: https://instadomain.fly.dev/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://instadomain.fly.dev/mcp/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nach-dakwale-instadomain https://instadomain.fly.dev/mcp/ --- ## Blocklens URL: https://mcp-marketplace.io/server/io-github-blocklens-blocklens-mcp-server Summary: Bitcoin on-chain analytics — 109 metrics: MVRV, SOPR, NUPL, HODL Waves, CDD, cycles & more Category: Developer Tools Mode: local Pricing: Free npm: blocklens-mcp-server GitHub: https://github.com/blocklens/blocklens-mcp-server Security Score: 8/10 Creator: Blocklens Creator Reputation: B Version: 0.4.3 Required Credentials: BLOCKLENS_API_KEY (required) Install (Claude Code): claude mcp add io-github-blocklens-blocklens-mcp-server -- npx -y blocklens-mcp-server@0.4.2 --- ## Translate URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-translate Summary: Translate MCP — wraps LibreTranslate API (https://libretranslate.com/) Description: Translate MCP — wraps LibreTranslate API (https://libretranslate.com/) Remote endpoints: streamable-http: https://gateway.pipeworx.io/translate/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/translate/mcp GitHub: https://github.com/pipeworx-io/mcp-translate MCP Tools (3): translate, detect_language, list_languages Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-translate https://gateway.pipeworx.io/translate/mcp --- ## Helm URL: https://mcp-marketplace.io/server/io-github-kubedoll-heavy-industries-helm-mcp Summary: Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files. Description: Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files. Remote endpoints: streamable-http: https://helm-mcp.kubedoll.com/mcp Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://helm-mcp.kubedoll.com/mcp GitHub: https://github.com/Kubedoll-Heavy-Industries/helm-mcp MCP Tools (5): get_dependencies, get_notes, get_values, get_versions, search_charts Security Score: 10/10 Creator: Kubedoll Heavy Industries Creator Reputation: B Version: 0.1.4 Install (Claude Code Remote): claude mcp add --transport http io-github-kubedoll-heavy-industries-helm-mcp https://helm-mcp.kubedoll.com/mcp --- ## Antigravity Extension Gate URL: https://mcp-marketplace.io/server/com-clauxel-antigravityextensiongate-antigravityextensiongate-mcp Summary: Paid remote MCP for Antigravity extension compatibility MCP, structured receipts, audit logs, and re Description: Paid remote MCP for Antigravity extension compatibility MCP, structured receipts, audit logs, and re Remote endpoints: streamable-http: https://antigravityextensiongate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://antigravityextensiongate.clauxel.com/mcp GitHub: https://github.com/clauxel/antigravity-extension-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-antigravityextensiongate-antigravityextensiongate-mcp https://antigravityextensiongate.clauxel.com/mcp --- ## Obis URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-obis Summary: OBIS (Ocean Biodiversity Information System) MCP. Description: OBIS (Ocean Biodiversity Information System) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/obis/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/obis/mcp GitHub: https://github.com/pipeworx-io/mcp-obis MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_taxon, find_occurrences, get_statistics Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-obis https://gateway.pipeworx.io/obis/mcp --- ## Treasury URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-treasury Summary: Treasury MCP — US Treasury Fiscal Data public API (free, no auth) Description: Treasury MCP — US Treasury Fiscal Data public API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/treasury/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/treasury/mcp GitHub: https://github.com/pipeworx-io/mcp-treasury MCP Tools (3): get_national_debt, get_treasury_rates, get_federal_spending Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-treasury https://gateway.pipeworx.io/treasury/mcp --- ## Twinmotion URL: https://mcp-marketplace.io/server/io-scanbimlabs-twinmotion Summary: Twinmotion rendering + video export via Datasmith pipeline. Description: Twinmotion rendering + video export via Datasmith pipeline. Remote endpoints: streamable-http: https://mcp.scanbimlabs.io/twinmotion Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scanbimlabs.io/twinmotion GitHub: https://github.com/ScanBIM-Labs/twinmotion-mcp Security Score: 10/10 Creator: ScanBIM Labs Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-twinmotion https://mcp.scanbimlabs.io/twinmotion --- ## Sensact URL: https://mcp-marketplace.io/server/io-github-sensact-agents-sensact Summary: An authenticated remote MCP server for user-owned devices and one-shot capability invocation. Description: An authenticated remote MCP server for user-owned devices and one-shot capability invocation. Remote endpoints: streamable-http: https://helavgrvwipmdvyejfom.supabase.co/functions/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://helavgrvwipmdvyejfom.supabase.co/functions/v1/mcp GitHub: https://github.com/sensact-agents/Sensact Security Score: 9.5/10 Creator: Sensact Agents Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-sensact-agents-sensact https://helavgrvwipmdvyejfom.supabase.co/functions/v1/mcp --- ## SpotifyScraper URL: https://mcp-marketplace.io/server/io-github-aliakhtari78-spotifyscraper Summary: Public Spotify metadata, lyrics and podcasts for LLM agents. No API key, read-only. Category: Content & Media Mode: local Pricing: Free PyPI: spotifyscraper GitHub: https://github.com/AliAkhtari78/SpotifyScraper Security Score: 10/10 Creator: AliAkhtari78 Creator Reputation: B Version: 3.9.2 Required Credentials: SPOTIFY_SP_DC (required) Install (Claude Code): claude mcp add io-github-aliakhtari78-spotifyscraper -- uvx spotifyscraper==3.9.2 --- ## Qubic URL: https://mcp-marketplace.io/server/io-github-fyllepo-qubic-mcp Summary: MCP server for Qubic — balances, prices, transfers, wallets, and more. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-qubic GitHub: https://github.com/fyllepo/qubic-mcp Security Score: 8/10 Creator: Fyllepo Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-fyllepo-qubic-mcp -- npx -y mcp-server-qubic@0.4.1 --- ## Memex URL: https://mcp-marketplace.io/server/io-github-iamtouchskyer-memex Summary: Zettelkasten-based agent memory system with bidirectional links Category: Developer Tools Mode: local Pricing: Free npm: @touchskyer/memex GitHub: https://github.com/iamtouchskyer/memex Security Score: 8/10 Creator: Iamtouchskyer Creator Reputation: B Version: 0.1.8 Required Credentials: MEMEX_HOME (optional) Install (Claude Code): claude mcp add io-github-iamtouchskyer-memex -- npx -y @touchskyer/memex@0.1.28 --- ## Tijori Finance URL: https://mcp-marketplace.io/server/io-github-lazzy0v0-tijori-finance Summary: Indian equity research MCP — 5,000+ NSE/BSE stocks, financials, KPIs, and concall transcripts. Category: Finance Mode: local Pricing: Free npm: tijori-finance-mcp GitHub: https://github.com/LaZZy0v0/tijori-finance-mcp Security Score: 10/10 Creator: LaZZy0v0 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-lazzy0v0-tijori-finance -- npx -y tijori-finance-mcp@1.0.0 --- ## Humanmcp Marketplace URL: https://mcp-marketplace.io/server/io-github-kapoost-humanmcp-marketplace Summary: Federated listings from personal humanMCP servers. Search offers, trades by humans. Description: Federated listings from personal humanMCP servers. Search offers, trades by humans. Remote endpoints: streamable-http: https://marketplace.humanmcp.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://marketplace.humanmcp.net/mcp GitHub: https://github.com/kapoost/humanmcp-marketplace MCP Tools (3): search_marketplace, list_servers, get_server Security Score: 10/10 Creator: Kapoost Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kapoost-humanmcp-marketplace https://marketplace.humanmcp.net/mcp --- ## Geoclear URL: https://mcp-marketplace.io/server/io-github-sriharkaur-geoclear Summary: US address intelligence: 120M+ addresses, verify, suggest, reverse geocode, coverage stats. Description: US address intelligence: 120M+ addresses, verify, suggest, reverse geocode, coverage stats. Remote endpoints: streamable-http: https://mcp.geoclear.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.geoclear.io/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sriharkaur-geoclear https://mcp.geoclear.io/mcp --- ## Oraclenet Deal Protocol URL: https://mcp-marketplace.io/server/io-tooloracle-dealoracle Summary: OracleNet Deal Discovery Protocol — permissioned commercial matching for MCP/A2A agents. Description: OracleNet Deal Discovery Protocol — permissioned commercial matching for MCP/A2A agents. Remote endpoints: streamable-http: https://tooloracle.io/deal/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/deal/mcp/ GitHub: https://github.com/ToolOracle/oraclenet-deal-protocol MCP Tools (32): scout_discover, scout_analyze, scout_qualify, scout_report, scout_revenue_potential, deal_propose, deal_list, deal_accept, deal_revenue_track, scout_handshake, detect_language, smart_handshake, registry_submit, registry_search, registry_validate, registry_profile, registry_leaderboard, ecosystem_map, deal_readiness_check, fit_score_check, outreach_plan, outreach_send, outreach_public_stats, target_intelligence_top, target_intelligence_summary, deal_emergence_status, escrow_create, escrow_deliver, escrow_settle, escrow_status, escrow_reputation, escrow_stats Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-dealoracle https://tooloracle.io/deal/mcp/ --- ## Neo Vision URL: https://mcp-marketplace.io/server/io-github-matthewalexong-neo-vision Summary: Spatial DOM maps for AI agent browser navigation with anti-bot stealth. Category: Developer Tools Mode: local Pricing: Free npm: neo-vision GitHub: https://github.com/matthewalexong/neo-vision Security Score: 7/10 Creator: Matthewalexong Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-matthewalexong-neo-vision -- npx -y neo-vision@0.2.2 --- ## Soma URL: https://mcp-marketplace.io/server/io-github-medianemi-beep-soma Summary: Execution-verified code generation and verification with signed, offline-checkable certificates. Category: Developer Tools Mode: local Pricing: Free npm: soma-verify-mcp GitHub: https://github.com/medianemi-beep/soma-mcp Security Score: 6.8/10 Creator: Medianemi Beep Creator Reputation: B Version: 0.1.0 Required Credentials: SOMA_API_KEY (required), SOMA_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-medianemi-beep-soma -- npx -y soma-verify-mcp@0.1.0 --- ## Toolora URL: https://mcp-marketplace.io/server/io-github-mistakili-toolora-mcp Summary: 12 free tools: PDF, OCR, QR codes, audio transcription, URL scraping, Excel, Word. No key needed. Description: 12 free tools: PDF, OCR, QR codes, audio transcription, URL scraping, Excel, Word. No key needed. Remote endpoints: streamable-http: https://toolora.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://toolora.dev/api/mcp GitHub: https://github.com/Mistakili/toolora MCP Tools (12): extract_pdf_text, merge_pdfs, generate_qr_code, csv_to_json, json_to_csv, ocr_image, extract_docx_text, excel_to_json, transcribe_audio, scrape_url_js, count_words, read_url Security Score: 9/10 Creator: Mistakili Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mistakili-toolora-mcp https://toolora.dev/api/mcp --- ## Neo X402 Api Server URL: https://mcp-marketplace.io/server/io-github-atakanelik34-neo-x402-mcp Summary: 8-tool AI web intelligence suite: search, scrape, screenshot, SEO, docs, crypto, code. Description: 8-tool AI web intelligence suite: search, scrape, screenshot, SEO, docs, crypto, code. Remote endpoints: streamable-http: https://neo.docly.work/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://neo.docly.work/mcp GitHub: https://github.com/atakanelik34/neo-x402-api-server Security Score: 9/10 Creator: Atakanelik34 Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-atakanelik34-neo-x402-mcp https://neo.docly.work/mcp --- ## Tempmail URL: https://mcp-marketplace.io/server/io-github-selenium39-mcp-server-tempmail Summary: MCP server for temporary email management using ChatTempMail API Category: Search & Web Mode: local Pricing: Free npm: mcp-server-tempmail GitHub: https://github.com/Selenium39/mcp-server-tempmail Security Score: 4/10 Creator: Selenium39 Creator Reputation: B Version: 1.0.1 Required Credentials: TEMPMAIL_API_KEY (required), TEMPMAIL_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-selenium39-mcp-server-tempmail -- npx -y mcp-server-tempmail@1.0.1 --- ## Ssh URL: https://mcp-marketplace.io/server/io-github-nikolanddtesla-sshmcp Summary: SSH server management with zero-token SFTP file transfer and SOCKS proxy support Category: Developer Tools Mode: local Pricing: Free npm: @nl4ever/sshmcp GitHub: https://github.com/NikolaNddTesla/ssh-mcp-server Security Score: 10/10 Creator: NikolaNddTesla Creator Reputation: C Version: 1.2.1 Install (Claude Code): claude mcp add io-github-nikolanddtesla-sshmcp -- npx -y @nl4ever/sshmcp@2.2.2 --- ## Pickrate URL: https://mcp-marketplace.io/server/io-pickrate-pickrate Summary: Agent analytics: which AI agents read your site, drove signups, and pick you over competitors. Description: Agent analytics: which AI agents read your site, drove signups, and pick you over competitors. Remote endpoints: streamable-http: https://pickrate.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pickrate.io/api/mcp MCP Tools (4): getPickRate, getLeaderboard, lookupTool, getMyAgents Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-pickrate-pickrate https://pickrate.io/api/mcp --- ## Twitterapi Io URL: https://mcp-marketplace.io/server/io-github-dorukardahan-twitterapi-io-mcp Summary: Offline access to TwitterAPI.io docs for AI assistants. 67 endpoints, 32 pages, 24 blog posts. Category: Marketing & Social Mode: local Pricing: Free npm: twitterapi-io-mcp GitHub: https://github.com/dorukardahan/twitterapi-io-mcp Security Score: 6.2/10 Creator: Dorukardahan Creator Reputation: B Version: 1.5.10 Install (Claude Code): claude mcp add io-github-dorukardahan-twitterapi-io-mcp -- npx -y twitterapi-io-mcp@1.5.10 --- ## 4DA URL: https://mcp-marketplace.io/server/io-github-runyourempire-4da-mcp-server Summary: Dependency intelligence for AI agents. CVE scanning, health checks, upgrade planning. Category: Developer Tools Mode: local Pricing: Free npm: @4da/mcp-server GitHub: https://github.com/runyourempire/4DA Security Score: 9.9/10 Creator: Runyourempire Creator Reputation: B Version: 4.6.0 Install (Claude Code): claude mcp add io-github-runyourempire-4da-mcp-server -- npx -y @4da/mcp-server --- ## Godot URL: https://mcp-marketplace.io/server/io-github-had0yun-gopeak Summary: GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots. Category: Developer Tools Mode: local Pricing: Free npm: gopeak GitHub: https://github.com/HaD0Yun/godot-mcp Security Score: 7.5/10 Creator: HaD0Yun Creator Reputation: B Version: 2.0.1 Install (Claude Code): claude mcp add io-github-had0yun-gopeak -- npx -y gopeak@2.3.6 --- ## Smarthome Explorer Blog URL: https://mcp-marketplace.io/server/io-github-nicks-sidehustle-smarthomeexplorer Summary: Smart home product intelligence: 1,080+ products with expert consensus scores and compatibility. Description: Smart home product intelligence: 1,080+ products with expert consensus scores and compatibility. Remote endpoints: streamable-http: https://www.smarthomeexplorer.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.smarthomeexplorer.com/api/mcp GitHub: https://github.com/nicks-sidehustle/smarthome-explorer-blog MCP Tools (5): search_smart_home_products, get_product_verdict, check_compatibility, compare_products, get_buying_guide Security Score: 8/10 Creator: Nicks Sidehustle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nicks-sidehustle-smarthomeexplorer https://www.smarthomeexplorer.com/api/mcp --- ## Docu Scan URL: https://mcp-marketplace.io/server/com-spocont-docu-scan Summary: PDF and document extraction via Google Document AI. Free trial available. Description: PDF and document extraction via Google Document AI. Free trial available. Remote endpoints: streamable-http: https://docu-scan.spocont.com/api/document-scan/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://docu-scan.spocont.com/api/document-scan/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-spocont-docu-scan https://docu-scan.spocont.com/api/document-scan/mcp --- ## Zerolang Agent Compiler URL: https://mcp-marketplace.io/server/com-clauxel-zerolangcompiler-zerolangcompiler-mcp Summary: A paid remote MCP for ZeroLang, built to return verdicts, receipts, usage logs, and audit-ready JSON Description: A paid remote MCP for ZeroLang, built to return verdicts, receipts, usage logs, and audit-ready JSON Remote endpoints: streamable-http: https://zerolangcompiler.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zerolangcompiler.clauxel.com/mcp GitHub: https://github.com/clauxel/zerolang-agent-compiler-mcp-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-zerolangcompiler-zerolangcompiler-mcp https://zerolangcompiler.clauxel.com/mcp --- ## Cro Cadastro URL: https://mcp-marketplace.io/server/io-github-mcp-dir-cro-cadastro-mcp Summary: Conselho Regional de Odontologia: Cadastro, official-source lookup. Platform-hosted, pay per query w Description: Conselho Regional de Odontologia: Cadastro, official-source lookup. Platform-hosted, pay per query w Remote endpoints: streamable-http: https://api.mcp.ai/p_cro_cadastro Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_cro_cadastro GitHub: https://github.com/mcp-dir/cro_cadastro-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-cro-cadastro-mcp https://api.mcp.ai/p_cro_cadastro --- ## Platform URL: https://mcp-marketplace.io/server/app-saber-mcp-saber Summary: Sales intelligence — research companies, qualify prospects, and find contacts. Description: Sales intelligence — research companies, qualify prospects, and find contacts. Remote endpoints: streamable-http: https://mcp.saber.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.saber.app/mcp GitHub: https://github.com/saberapp/platform Security Score: 9/10 Creator: Saberapp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-saber-mcp-saber https://mcp.saber.app/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-pythonanywhere-baseusdcearn-mcp Summary: Pay-per-call agent tools on Base: market pulse, USDC stats, crypto prices, JSON repair, DNS, URLs. Description: Pay-per-call agent tools on Base: market pulse, USDC stats, crypto prices, JSON repair, DNS, URLs. Remote endpoints: streamable-http: https://baseusdcearn.pythonanywhere.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://baseusdcearn.pythonanywhere.com/mcp MCP Tools (8): crypto_market_pulse, usdc_on_base_stats, crypto_market_pulse_sample, json_repair, dns_lookup, extract_urls, crypto_price, base_chain_snapshot Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http com-pythonanywhere-baseusdcearn-mcp https://baseusdcearn.pythonanywhere.com/mcp --- ## Optiai URL: https://mcp-marketplace.io/server/me-optiai-optiai Summary: AI life manager: tasks, home, health, wealth, childcare, pets & more — on your own data. Description: AI life manager: tasks, home, health, wealth, childcare, pets & more — on your own data. Remote endpoints: streamable-http: https://optiai.me/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://optiai.me/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http me-optiai-optiai https://optiai.me/mcp --- ## Suede AI App URL: https://mcp-marketplace.io/server/io-github-jasoncolapietro-agentic-commerce-catalog Summary: AI music, video, image, and voice tools callable by agents with USDC payments via x402 on Base. Description: AI music, video, image, and voice tools callable by agents with USDC payments via x402 on Base. Remote endpoints: streamable-http: https://app.suedeai.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.suedeai.ai/api/mcp GitHub: https://github.com/Suede-AI/Suede-AI-App MCP Tools (22): agent_music, create_music, agent_video, rights_lookup, audio_analyze, extend, cover, voice_cover, continue_track, stems_full, stems_basic, vox, midi, wav_master, lyric_sync, lyrics, style_coach, rig_analyze, rig_oracle, rig_roast, prompt_analyze, chain_chat Security Score: 8/10 Creator: Suede AI Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jasoncolapietro-agentic-commerce-catalog https://app.suedeai.ai/api/mcp --- ## Supply Chain Intelligence URL: https://mcp-marketplace.io/server/io-github-supplymaven-scr-supply-chain-intelligence Summary: Real-time supply chain risk intelligence — 24 tools, proprietary indices, predictive signals Description: Real-time supply chain risk intelligence — 24 tools, proprietary indices, predictive signals Remote endpoints: streamable-http: https://supplymaven.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://supplymaven.com/api/mcp MCP Tools (24): supply_chain_risk_assessment, risk_pillar_breakdown, manufacturing_output_indicator, commodity_price_monitor, port_congestion_monitor, supply_chain_disruption_alerts, get_action_signals, get_border_delays, get_chokepoint_traffic, get_air_cargo_disruptions, get_trade_policy_impacts, get_energy_breakdown, get_rail_freight_status, get_freight_transportation_index, get_economic_indicators, get_predictive_signals, get_manufacturing_anomalies, get_supply_chain_weekly_brief, get_signal_narratives, get_energy_forecast, get_gdi_trend_analysis, get_commodity_volatility_alerts, get_port_congestion_trends, get_intelligence_briefs Security Score: 9/10 Creator: User Creator Reputation: C- Version: 4.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-supplymaven-scr-supply-chain-intelligence https://supplymaven.com/api/mcp --- ## X Twitter Scraper URL: https://mcp-marketplace.io/server/io-github-kriptoburak-xquik Summary: Real-time X (Twitter) data: tweet search, user lookup, media, monitoring & more. Description: Real-time X (Twitter) data: tweet search, user lookup, media, monitoring & more. Remote endpoints: streamable-http: https://xquik.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://xquik.com/mcp GitHub: https://github.com/Xquik-dev/x-twitter-scraper Security Score: 10/10 Installs: 1 Creator: Xquik Dev Creator Reputation: B Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kriptoburak-xquik https://xquik.com/mcp --- ## Webflow URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-webflow Summary: Webflow MCP Pack Description: Webflow MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/webflow/mcp Category: Design Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/webflow/mcp GitHub: https://github.com/pipeworx-io/mcp-webflow MCP Tools (25): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_sites, get_site, list_collections, list_collection_items, get_collection_item Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-webflow https://gateway.pipeworx.io/webflow/mcp --- ## Pagerduty URL: https://mcp-marketplace.io/server/io-github-pagerduty-pagerduty-mcp Summary: PagerDuty's official MCP server which provides tools to interact with your PagerDuty account. Category: Developer Tools Mode: local Pricing: Free PyPI: pagerduty-mcp GitHub: https://github.com/PagerDuty/pagerduty-mcp-server Security Score: 10/10 Creator: PagerDuty Creator Reputation: B Version: 0.2.1 Required Credentials: PAGERDUTY_USER_API_KEY (optional), PAGERDUTY_API_HOST (optional) Install (Claude Code): claude mcp add io-github-pagerduty-pagerduty-mcp -- uvx pagerduty-mcp==0.17.0 --- ## Utility URL: https://mcp-marketplace.io/server/io-github-prakhargour10-utility-mcp-server Summary: List and fetch official Pine Labs SDK API documentation via MCP tools. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/prakhargour10/utility-mcp-server Security Score: 10/10 Creator: Prakhargour10 Creator Reputation: B Version: 1.2.0 --- ## Art URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-art Summary: Art MCP — Metropolitan Museum of Art Collection API (free, no auth) Description: Art MCP — Metropolitan Museum of Art Collection API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/art/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/art/mcp GitHub: https://github.com/pipeworx-io/mcp-art MCP Tools (3): search_artworks, get_artwork, get_departments Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-art https://gateway.pipeworx.io/art/mcp --- ## Find URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-server-find Summary: MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-find GitHub: https://github.com/daedalus/mcp-server-find Security Score: 10/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-server-find -- uvx mcp-server-find==0.1.1 --- ## Search Console URL: https://mcp-marketplace.io/server/io-github-mharnett-google-gsc Summary: Google Search Console MCP: search analytics, URL inspection, site management. Category: Developer Tools Mode: local Pricing: Free npm: mcp-google-gsc GitHub: https://github.com/mharnett/mcp-search-console Security Score: 8/10 Creator: Mharnett Creator Reputation: B Version: 1.0.1 Required Credentials: GOOGLE_APPLICATION_CREDENTIALS (optional) Install (Claude Code): claude mcp add io-github-mharnett-google-gsc -- npx -y mcp-google-gsc@1.1.2 --- ## Space Industry Intelligence URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-space-industry-intelligence-mcp Summary: Assess launch risk, orbital debris, spectrum interference, regulatory approvals, and satellite sa... Description: Assess launch risk, orbital debris, spectrum interference, regulatory approvals, and satellite sa... Remote endpoints: streamable-http: https://ryanclinton--space-industry-intelligence-mcp.apify.actor/mcp sse: https://ryanclinton--space-industry-intelligence-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--space-industry-intelligence-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-space-industry-intelligence-mcp https://ryanclinton--space-industry-intelligence-mcp.apify.actor/mcp --- ## Finlab Ai URL: https://mcp-marketplace.io/server/io-github-koreal6803-finlab-ai Summary: Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples. Description: Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples. Remote endpoints: streamable-http: https://finlab-ai.koreal6803.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://finlab-ai.koreal6803.workers.dev/mcp GitHub: https://github.com/koreal6803/finlab-ai Security Score: 9.9/10 Creator: Koreal6803 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-koreal6803-finlab-ai https://finlab-ai.koreal6803.workers.dev/mcp --- ## Techmanual URL: https://mcp-marketplace.io/server/io-github-techmanual-ai-techmanual Summary: Search technical manuals for T&M, industrial automation, and power electronics equipment. Description: Search technical manuals for T&M, industrial automation, and power electronics equipment. Remote endpoints: streamable-http: https://mcp.techmanual.ai/mcp/ Category: Developer Tools Mode: dual Pricing: Free PyPI: techmanual-client Remote URL: https://mcp.techmanual.ai/mcp/ GitHub: https://github.com/techmanual-ai/techmanual.ai Security Score: 8/10 Creator: Techmanual Ai Creator Reputation: B Version: 0.2.1 Required Credentials: TMAI_API_KEY (required), TMAI_API_URL (optional) Install (Claude Code): claude mcp add io-github-techmanual-ai-techmanual -- uvx techmanual-client Install (Claude Code Remote): claude mcp add --transport http io-github-techmanual-ai-techmanual https://mcp.techmanual.ai/mcp/ --- ## Elasticsearch URL: https://mcp-marketplace.io/server/io-github-tocharianou-elasticsearch Summary: Elasticsearch MCP Server with multi-version support (ES 5.x-9.x) and comprehensive API access Category: Data & Analytics Mode: local Pricing: Free npm: @tocharianou/elasticsearch-mcp GitHub: https://github.com/TocharianOU/elasticsearch-mcp Security Score: 7.1/10 Creator: TocharianOU Creator Reputation: F Version: 0.7.2 Required Credentials: ES_URL (optional), ES_API_KEY (required), ES_USERNAME (optional), ES_PASSWORD (required), ES_CA_CERT (optional), NODE_TLS_REJECT_UNAUTHORIZED (optional), MAX_TOKEN_CALL (optional), MCP_TRANSPORT (optional), MCP_HTTP_PORT (optional), MCP_HTTP_HOST (optional) Install (Claude Code): claude mcp add io-github-tocharianou-elasticsearch -- npx -y @tocharianou/elasticsearch-mcp@0.8.0 --- ## Polyblog URL: https://mcp-marketplace.io/server/io-polyblog-polyblog Summary: Manage multilingual Polyblog articles, localization coverage and editorial plans through OAuth. Description: Manage multilingual Polyblog articles, localization coverage and editorial plans through OAuth. Remote endpoints: streamable-http: https://mcp.polyblog.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.polyblog.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-polyblog-polyblog https://mcp.polyblog.io/mcp --- ## CryptoAPIs Broadcast MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-broadcast-mcp-http-server Summary: Broadcast signed raw transactions to multiple blockchains via Crypto APIs Description: Broadcast signed raw transactions to blockchain networks using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Broadcast product — no local installation needed. Supports EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Base, Optimism, Tron), UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash, Bitcoin Cash), Solana, and XRP. Submit your signed hex-encoded transaction and receive the transaction hash instantly. Requires a Crypto APIs API key passed via the Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/broadcast Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, broadcast, transactions, ethereum, bitcoin, solana, xrp, utxo, evm, crypto, raw-tx Use Cases: Broadcast signed transaction, Submit raw transaction hex, Push transaction to network, Get transaction hash Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-broadcast-mcp-http-server https://ai.cryptoapis.io/mcp/broadcast --- ## Aeo URL: https://mcp-marketplace.io/server/ai-obaron-aeo Summary: Scan any website for AI readiness — 100-point score across 6 AEO categories in seconds. Description: Scan any website for AI readiness — 100-point score across 6 AEO categories in seconds. Remote endpoints: streamable-http: https://api.obaron.ai/aeo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.obaron.ai/aeo/mcp MCP Tools (2): aeo_scan, aeo_lookup Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-obaron-aeo https://api.obaron.ai/aeo/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-bigtableadmin-mcp Summary: Interact with your Google Bigtable resources using natural language commands. Description: Interact with your Google Bigtable resources using natural language commands. Remote endpoints: streamable-http: https://bigtableadmin.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bigtableadmin.googleapis.com/mcp MCP Tools (8): create_instance, get_instance, list_instances, delete_instance, create_table, get_table, list_tables, delete_table Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-bigtableadmin-mcp https://bigtableadmin.googleapis.com/mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-search Summary: Pare Search ג€” Structured code search operations (ripgrep + fd) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/search GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-search -- npx -y @paretools/search --- ## Telnyx URL: https://mcp-marketplace.io/server/io-github-stucchi-telnyx Summary: MCP server for the Telnyx API — billing, phone numbers, and messaging Category: Developer Tools Mode: local Pricing: Free PyPI: telnyx-mcp GitHub: https://github.com/stucchi/telnyx-mcp Security Score: 10/10 Creator: Stucchi Creator Reputation: B Version: 0.1.1 Required Credentials: TELNYX_API_KEY (required) Install (Claude Code): claude mcp add io-github-stucchi-telnyx -- uvx telnyx-mcp==0.1.1 --- ## GrabzIt URL: https://mcp-marketplace.io/server/io-github-grabzit-mcp-server Summary: Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation. Category: Developer Tools Mode: local Pricing: Free npm: @grabzit/mcp-server GitHub: https://github.com/GrabzIt/GrabzIt.MCP Security Score: 10/10 Creator: GrabzIt Creator Reputation: B Version: 1.0.1 Required Credentials: GRABZIT_APP_KEY (optional), GRABZIT_APP_SECRET (optional) Install (Claude Code): claude mcp add io-github-grabzit-mcp-server -- npx -y @grabzit/mcp-server@1.0.1 --- ## Social Media Api URL: https://mcp-marketplace.io/server/io-github-socialapishub-social-media-api Summary: Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more. Category: Content & Media Mode: local Pricing: Free npm: @socialapis/mcp GitHub: https://github.com/SocialAPIsHub/mcp-server Security Score: 7.1/10 Creator: SocialAPIsHub Creator Reputation: B Version: 1.0.1 Required Credentials: SOCIALAPIS_API_KEY (required), MCP_PROXY_URL (optional) Install (Claude Code): claude mcp add io-github-socialapishub-social-media-api -- npx -y @socialapis/mcp@1.0.1 --- ## Dep Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-dep Summary: License check, outdated deps, security for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-dep-tools GitHub: https://github.com/rog0x/mcp-dep-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-dep -- npx -y @rog0x/mcp-dep-tools@1.0.1 --- ## Jeda Ai URL: https://mcp-marketplace.io/server/ai-jeda-jeda-ai Summary: Visual AI for strategic thinking — SWOT, flowcharts, mindmaps, Gantt diagrams as polished SVG. Description: Visual AI for strategic thinking — SWOT, flowcharts, mindmaps, Gantt diagrams as polished SVG. Remote endpoints: streamable-http: https://mcp.jeda.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.jeda.ai/mcp MCP Tools (2): generate_visual, generate_diagram Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.23.40 Install (Claude Code Remote): claude mcp add --transport http ai-jeda-jeda-ai https://mcp.jeda.ai/mcp --- ## Omnier URL: https://mcp-marketplace.io/server/io-github-jessesorsa-omnier Summary: Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list. Description: Turn signals from email, CRM, and meetings into a prioritized daily sales to-do list. Remote endpoints: streamable-http: https://mcp.getomnier.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.getomnier.com/mcp GitHub: https://github.com/jessesorsa/omnier-mcp-server Security Score: 10/10 Creator: Jessesorsa Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-jessesorsa-omnier https://mcp.getomnier.com/mcp --- ## Seomely URL: https://mcp-marketplace.io/server/com-seomely-seomely Summary: Which pages Google actually indexed, which dropped out and when, and why the rest did not. Description: Which pages Google actually indexed, which dropped out and when, and why the rest did not. Remote endpoints: streamable-http: https://seomely.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://seomely.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-seomely-seomely https://seomely.com/api/mcp --- ## Skillmatch URL: https://mcp-marketplace.io/server/io-github-jarmstrong158-skillmatch-mcp Summary: Job search and ranking pipeline via MCP for Claude Desktop. Category: Developer Tools Mode: local Pricing: Free PyPI: skillmatch-mcp GitHub: https://github.com/jarmstrong158/skillmatch-mcp Security Score: 10/10 Creator: Jarmstrong158 Creator Reputation: B Version: 2.0.0 Install (Claude Code): claude mcp add io-github-jarmstrong158-skillmatch-mcp -- uvx skillmatch-mcp==2.0.0 --- ## Agent Arcade URL: https://mcp-marketplace.io/server/io-github-lulzasaur9192-agent-arcade-mcp Summary: Play Chess, Go, Trading & more against AI agents on Agent Arcade with Elo rankings Category: Developer Tools Mode: local Pricing: Free npm: @lulzasaur9192/agent-arcade-mcp GitHub: https://github.com/lulzasaur9192/agent-arcade-mcp Security Score: 7.5/10 Creator: Lulzasaur9192 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-lulzasaur9192-agent-arcade-mcp -- npx -y @lulzasaur9192/agent-arcade-mcp@1.0.1 --- ## Trading Journal URL: https://mcp-marketplace.io/server/com-tradechainly-trading-journal Summary: Ask Claude or ChatGPT about your own crypto trading: performance, patterns and behaviour. Description: Ask Claude or ChatGPT about your own crypto trading: performance, patterns and behaviour. Remote endpoints: streamable-http: https://api.tradechainly.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://api.tradechainly.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-tradechainly-trading-journal https://api.tradechainly.com/mcp --- ## Tatoeba URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tatoeba Summary: Tatoeba multilingual sentence corpus (~13M sentences, 400+ languages) Description: Tatoeba multilingual sentence corpus (~13M sentences, 400+ languages) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tatoeba/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tatoeba/mcp GitHub: https://github.com/pipeworx-io/mcp-tatoeba MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, sentence, translations, languages Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tatoeba https://gateway.pipeworx.io/tatoeba/mcp --- ## Scout URL: https://mcp-marketplace.io/server/io-github-varpost-scout Summary: Deterministic, zero-token security scanner your AI agent calls to find and re-verify issues. Category: Developer Tools Mode: local Pricing: Free PyPI: scout-security GitHub: https://github.com/Varpost/Scout Security Score: 8/10 Creator: Varpost Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-varpost-scout -- uvx scout-security==0.1.7 --- ## Monday URL: https://mcp-marketplace.io/server/ai-waystation-monday Summary: Access and manage your Monday.com boards, items, and updates seamlessly Description: Access and manage your Monday.com boards, items, and updates seamlessly Remote endpoints: streamable-http: https://waystation.ai/monday/mcp sse: https://waystation.ai/monday/mcp/sse Category: Productivity Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 8.3/10 Installs: 1 Creator: Waystation Ai Creator Reputation: B Version: 0.3.1 --- ## Svim Stock URL: https://mcp-marketplace.io/server/io-github-svim-labs-svim-stock-mcp Summary: Trade tokenized stocks with Web3 wallet. No registration. AI agent-friendly. Multi-chain. Compliant. Description: Trade tokenized stocks with Web3 wallet. No registration. AI agent-friendly. Multi-chain. Compliant. Remote endpoints: sse: https://mcp.svim.io Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.svim.io Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-svim-labs-svim-stock-mcp https://mcp.svim.io --- ## Retro URL: https://mcp-marketplace.io/server/com-qretro-retro Summary: QRetro retrospectives and planning poker over MCP: boards, action items, poker games, estimates. Description: QRetro retrospectives and planning poker over MCP: boards, action items, poker games, estimates. Remote endpoints: streamable-http: https://mcp.qretro.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.qretro.com MCP Tools (29): retro.teams.list, retro.team.members.list, retro.boards.list, retro.actions.list, retro.board.messages.list, retro.board.messages.update, retro.board.messages.delete_own, retro.board.summary.get, retro.board.actions.list, retro.board.insights.list, retro.board.health.get, retro.board.roti.get, retro.boards.search, retro.actions.create, retro.actions.update, retro.actions.complete, retro.board.suggested_actions.promote, retro.board.suggested_actions.reject, poker.sources.list, poker.iterations.list, poker.games.list, poker.game.get, poker.game.tasks.list, poker.games.create, poker.game.tasks.add, poker.game.tasks.import, poker.game.task.select, poker.game.task.reveal, poker.game.task.sync Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http com-qretro-retro https://mcp.qretro.com --- ## Mcp URL: https://mcp-marketplace.io/server/ai-getperspective-mcp Summary: An AI concierge that turns static forms into adaptive AI conversations. From any MCP client. Description: An AI concierge that turns static forms into adaptive AI conversations. From any MCP client. Remote endpoints: streamable-http: https://getperspective.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://getperspective.ai/mcp GitHub: https://github.com/Perspective-AI/mcp Security Score: 6.2/10 Creator: Perspective AI Creator Reputation: B Version: 0.0.8 Install (Claude Code Remote): claude mcp add --transport http ai-getperspective-mcp https://getperspective.ai/mcp --- ## Mailtype Api URL: https://mcp-marketplace.io/server/io-github-gsterlingpress-mailtype Summary: Email-domain intelligence: MX capability, provider, disposable status, SPF, DMARC, and MTA-STS. Description: Email-domain intelligence: MX capability, provider, disposable status, SPF, DMARC, and MTA-STS. Remote endpoints: streamable-http: https://mailtype-api.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mailtype-api.onrender.com/mcp GitHub: https://github.com/GSterlingPress/mailtype-api Security Score: 10/10 Creator: GSterlingPress Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gsterlingpress-mailtype https://mailtype-api.onrender.com/mcp --- ## Openfigi URL: https://mcp-marketplace.io/server/io-github-viktorlarsson-openfigi Summary: Map financial identifiers (ISIN, CUSIP, SEDOL, Ticker) to FIGIs via OpenFIGI API Category: Security Mode: local Pricing: Free npm: openfigi-mcp GitHub: https://github.com/viktorlarsson/openfigi Security Score: 9.7/10 Creator: Viktorlarsson Creator Reputation: B Version: 0.2.4 Required Credentials: OPENFIGI_API_KEY (required) Install (Claude Code): claude mcp add io-github-viktorlarsson-openfigi -- npx -y openfigi-mcp --- ## M Moire URL: https://mcp-marketplace.io/server/io-github-sarveshsea-memoire Summary: Shadcn-native Design CI for Tailwind apps with registry export and MCP UI tools. Category: Developer Tools Mode: local Pricing: Free npm: @sarveshsea/memoire GitHub: https://github.com/sarveshsea/m-moire Security Score: 6.2/10 Creator: Sarveshsea Creator Reputation: B Version: 0.16.1 Install (Claude Code): claude mcp add io-github-sarveshsea-memoire -- npx -y @sarveshsea/memoire@0.16.1 --- ## Wwo URL: https://mcp-marketplace.io/server/io-github-worldweatheronline-wwo-mcp Summary: Global weather API: forecasts, historical data, marine, ski, astronomy and timezone. Description: Global weather API: forecasts, historical data, marine, ski, astronomy and timezone. Remote endpoints: streamable-http: https://mcp.worldweatheronline.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.worldweatheronline.com/mcp GitHub: https://github.com/WorldWeatherOnline/wwo-mcp Security Score: 6.1/10 Creator: WorldWeatherOnline Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-worldweatheronline-wwo-mcp https://mcp.worldweatheronline.com/mcp --- ## Cbioportal URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cbioportal Summary: cBioPortal MCP — cancer genomics portal. Description: cBioPortal MCP — cancer genomics portal. Remote endpoints: streamable-http: https://gateway.pipeworx.io/cbioportal/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cbioportal/mcp GitHub: https://github.com/pipeworx-io/mcp-cbioportal MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_studies, get_study, get_gene, list_cancer_types Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cbioportal https://gateway.pipeworx.io/cbioportal/mcp --- ## Quanttogo URL: https://mcp-marketplace.io/server/io-github-michaeljiangmingfeng-debug-quanttogo-mcp Summary: Quantitative trading strategies, market indices, and live performance data Category: Developer Tools Mode: local Pricing: Free npm: quanttogo-mcp GitHub: https://github.com/michaeljiangmingfeng-debug/quanttogo-mcp Security Score: 9/10 Creator: Michaeljiangmingfeng Debug Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-michaeljiangmingfeng-debug-quanttogo-mcp -- npx -y quanttogo-mcp@0.3.0 --- ## Pred URL: https://mcp-marketplace.io/server/com-predmcp-predmcp Summary: Polymarket + HIP-4 + Hyperliquid perps for Claude. 22 tools, signals & arb. Free tier. Description: Polymarket + HIP-4 + Hyperliquid perps for Claude. 22 tools, signals & arb. Free tier. Remote endpoints: streamable-http: https://predmcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://predmcp.com/mcp GitHub: https://github.com/reejakdev/predmcp Security Score: 10/10 Creator: Reejakdev Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-predmcp-predmcp https://predmcp.com/mcp --- ## Zyntra Mail URL: https://mcp-marketplace.io/server/io-github-dd77ss-zyntra-mail Summary: Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links. Description: Disposable inboxes for AI agents: create, wait for delivery, and extract email content or links. Remote endpoints: streamable-http: https://mcp.zyntra.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.zyntra.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dd77ss-zyntra-mail https://mcp.zyntra.app/mcp --- ## Subgraph Registry URL: https://mcp-marketplace.io/server/io-github-paulieb14-subgraph-registry-mcp Summary: Discover and query 15,500+ classified subgraphs on The Graph Network Category: Developer Tools Mode: local Pricing: Free npm: subgraph-registry-mcp GitHub: https://github.com/PaulieB14/subgraph-registry Security Score: 4.8/10 Creator: PaulieB14 Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-paulieb14-subgraph-registry-mcp -- npx -y subgraph-registry-mcp@0.4.2 --- ## Dbmigratepro Continuous Migration URL: https://mcp-marketplace.io/server/io-github-provydon-dbmigratepro-continuous-migration Summary: Keep a target database continuously in sync with a source on another provider, then promote it. Description: Keep a target database continuously in sync with a source on another provider, then promote it. Remote endpoints: streamable-http: https://dbmigratepro.com/mcp-replicas Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dbmigratepro.com/mcp-replicas Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-provydon-dbmigratepro-continuous-migration https://dbmigratepro.com/mcp-replicas --- ## Devops Practices URL: https://mcp-marketplace.io/server/io-github-ai-4-devops-devops-practices Summary: Productivity framework for DevOps engineers using AI assistance (Claude Code) while working on PoCs Category: Developer Tools Mode: local Pricing: Free PyPI: devops-practices-mcp GitHub: https://github.com/ai-4-devops/devops-practices Security Score: 10/10 Creator: Ai 4 Devops Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-ai-4-devops-devops-practices -- uvx devops-practices-mcp==1.4.0 --- ## Tarteel URL: https://mcp-marketplace.io/server/io-github-tarteelai-tarteel-mcp-server Summary: Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times. Description: Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times. Remote endpoints: streamable-http: https://mcp.tarteel.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tarteel.ai/mcp MCP Tools (16): ayah_mutashabihat, phrase_mutashabihat, ayah_translation, ayah_tafsir, ayah_search, list_reciters, list_tafsirs, list_translations, play_ayahs, prayer_times, lookup_reciters, lookup_tafsirs, lookup_translations, get_translation_text, get_tafsir_text, search_ayahs_text Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tarteelai-tarteel-mcp-server https://mcp.tarteel.ai/mcp --- ## Apple MCPs URL: https://mcp-marketplace.io/server/io-github-jonathanrreed-apple-maps-mcp Summary: Search places, estimate routes, and build Apple Maps links on macOS. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-maps-mcp GitHub: https://github.com/JonathanRReed/Apple-MCPs Security Score: 9.7/10 Creator: JonathanRReed Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-jonathanrreed-apple-maps-mcp -- uvx apple-maps-mcp --- ## Trade Router URL: https://mcp-marketplace.io/server/ai-traderouter-trade-router-mcp Summary: Non-custodial Solana swap & limit order engine for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @traderouter/trade-router-mcp GitHub: https://github.com/TradeRouter/trade-router-mcp Security Score: 5.8/10 Creator: TradeRouter Creator Reputation: B Version: 1.0.13 Required Credentials: TRADEROUTER_PRIVATE_KEY (required), SOLANA_RPC_URL (optional), TRADEROUTER_SERVER_PUBKEY (optional), TRADEROUTER_SERVER_PUBKEY_NEXT (optional), TRADEROUTER_REQUIRE_SERVER_SIGNATURE (optional), TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE (optional), TRADEROUTER_DRY_RUN (optional) Install (Claude Code): claude mcp add ai-traderouter-trade-router-mcp -- npx -y @traderouter/trade-router-mcp@1.0.13 --- ## Mcp URL: https://mcp-marketplace.io/server/app-neurorank-mcp Summary: Esports cognitive-combine data over MCP: free cohort stats, paid player & team scouting reports. Description: Esports cognitive-combine data over MCP: free cohort stats, paid player & team scouting reports. Remote endpoints: streamable-http: https://www.neurorank.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.neurorank.app/mcp MCP Tools (3): get_cohort_stats, get_player_report, get_team_report Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http app-neurorank-mcp https://www.neurorank.app/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-figma Summary: Export files, access design data, manage projects, comments, and team assets Category: Design Mode: local Pricing: Free PyPI: mcparmory-figma GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add com-mcparmory-figma -- uvx mcparmory-figma --- ## Botspot Node URL: https://mcp-marketplace.io/server/io-github-grzesir-botspot-trading Summary: AI trading bots: generate strategies, backtest, deploy live to 10+ brokers. No coding required. Description: AI trading bots: generate strategies, backtest, deploy live to 10+ brokers. No coding required. Remote endpoints: streamable-http: https://mcp.botspot.trade/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.botspot.trade/mcp GitHub: https://github.com/Lumiwealth/botspot_node Security Score: 8/10 Creator: Lumiwealth Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-grzesir-botspot-trading https://mcp.botspot.trade/mcp --- ## Alai URL: https://mcp-marketplace.io/server/com-getalai-presentations Summary: Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link. Description: Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link. Remote endpoints: streamable-http: https://slides-api.getalai.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://slides-api.getalai.com/mcp/ GitHub: https://github.com/getalai/alai-mcp-server Security Score: 10/10 Creator: Getalai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getalai-presentations https://slides-api.getalai.com/mcp/ --- ## Ten URL: https://mcp-marketplace.io/server/io-github-johnbeans-ten Summary: Ten formal algebra for machine intelligence — encode, decode, compose, and verify Category: Developer Tools Mode: local Pricing: Free PyPI: ten-mcp-server GitHub: https://github.com/johnbeans/Ten Security Score: 9/10 Creator: Johnbeans Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-johnbeans-ten -- uvx ten-mcp-server --- ## Dbmigratepro Backups URL: https://mcp-marketplace.io/server/io-github-provydon-dbmigratepro-backups Summary: Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL. Description: Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL. Remote endpoints: streamable-http: https://dbmigratepro.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dbmigratepro.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-provydon-dbmigratepro-backups https://dbmigratepro.com/mcp --- ## Staruml URL: https://mcp-marketplace.io/server/io-github-ezrabrilliant-staruml-mcp Summary: MCP server for StarUML — generate UML diagrams from AI agents via stdio or HTTP. Category: Developer Tools Mode: local Pricing: Free npm: staruml-mcp GitHub: https://github.com/ezrabrilliant/staruml-mcp Security Score: 7.5/10 Creator: Ezrabrilliant Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-ezrabrilliant-staruml-mcp -- npx -y staruml-mcp@0.3.2 --- ## Zephex URL: https://mcp-marketplace.io/server/io-github-tanbir404-zephex Summary: MCP gateway with 10 tools for code analysis, architecture, package audit & security. Description: MCP gateway with 10 tools for code analysis, architecture, package audit & security. Remote endpoints: streamable-http: https://zephex.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zephex.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tanbir404-zephex https://zephex.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-honeycomb-mcp Summary: Query Honeycomb observability data: traces, events, metrics, SLOs, triggers, and boards. Description: Query Honeycomb observability data: traces, events, metrics, SLOs, triggers, and boards. Remote endpoints: streamable-http: https://mcp.honeycomb.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.honeycomb.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-honeycomb-mcp https://mcp.honeycomb.io/mcp --- ## GlobKurier Pl URL: https://mcp-marketplace.io/server/io-github-globkurier-pl-mcp-server Summary: Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API. Description: Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API. Remote endpoints: streamable-http: https://mcp.globkurier.pl/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: globkurier-api-mcp Remote URL: https://mcp.globkurier.pl/mcp GitHub: https://github.com/GlobKurier-pl/mcp-server Security Score: 4/10 Creator: GlobKurier Pl Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-globkurier-pl-mcp-server -- uvx globkurier-api-mcp==0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-globkurier-pl-mcp-server https://mcp.globkurier.pl/mcp --- ## Calendar Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-calendar-ai-mcp Summary: Calendar Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: calendar-ai-mcp GitHub: https://github.com/CSOAI-ORG/calendar-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-calendar-ai-mcp -- uvx calendar-ai-mcp==1.0.12 --- ## Shipswift Component URL: https://mcp-marketplace.io/server/com-clauxel-shipswiftcomponents-shipswiftcomponents-mcp Summary: A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO Description: A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO Remote endpoints: streamable-http: https://shipswiftcomponents.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://shipswiftcomponents.clauxel.com/mcp GitHub: https://github.com/clauxel/shipswift-component-mcp-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-shipswiftcomponents-shipswiftcomponents-mcp https://shipswiftcomponents.clauxel.com/mcp --- ## Whichmodel URL: https://mcp-marketplace.io/server/io-github-which-model-whichmodel Summary: Cost-optimized LLM model routing recommendations for autonomous AI agents Description: Cost-optimized LLM model routing recommendations for autonomous AI agents Remote endpoints: streamable-http: https://whichmodel.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whichmodel.dev/mcp GitHub: https://github.com/whichmodel/whichmodel-mcp MCP Tools (4): recommend_model, compare_models, get_pricing, check_price_changes Security Score: 9/10 Creator: Whichmodel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-which-model-whichmodel https://whichmodel.dev/mcp --- ## Web To Markdown URL: https://mcp-marketplace.io/server/io-github-sidney-web-to-markdown-mcp Summary: MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown Category: Developer Tools Mode: local Pricing: Free PyPI: web-to-markdown-mcp GitHub: https://github.com/sidney/web-to-markdown-mcp Security Score: 4.5/10 Creator: Sidney Creator Reputation: B Version: 0.6.0 Install (Claude Code): claude mcp add io-github-sidney-web-to-markdown-mcp -- uvx web-to-markdown-mcp==0.6.0 --- ## Options Analysis Suite URL: https://mcp-marketplace.io/server/com-optionsanalysissuite-options-analysis-suite-mcp Summary: Options analytics: 17 pricing models, 17 Greeks, GEX, IV, 23 screeners, unusual, dark pool, max pain Description: Options analytics: 17 pricing models, 17 Greeks, GEX, IV, 23 screeners, unusual, dark pool, max pain Remote endpoints: streamable-http: https://mcp.optionsanalysissuite.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.optionsanalysissuite.com/mcp GitHub: https://github.com/Options-Analysis-Suite/options-analysis-suite-mcp Security Score: 10/10 Creator: Options Analysis Suite Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-optionsanalysissuite-options-analysis-suite-mcp https://mcp.optionsanalysissuite.com/mcp --- ## Dbmigratepro Migrations URL: https://mcp-marketplace.io/server/io-github-provydon-dbmigratepro-migrations Summary: Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified. Description: Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified. Remote endpoints: streamable-http: https://dbmigratepro.com/mcp-migrations Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dbmigratepro.com/mcp-migrations Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-provydon-dbmigratepro-migrations https://dbmigratepro.com/mcp-migrations --- ## Agentstamp URL: https://mcp-marketplace.io/server/io-github-vinaybhosle-agentstamp Summary: Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base Description: Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base Remote endpoints: streamable-http: https://agentstamp.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentstamp.org/mcp GitHub: https://github.com/vinaybhosle/agentstamp MCP Tools (17): search_agents, get_agent, verify_stamp, browse_agents, get_leaderboard, browse_wishes, get_trending, get_agent_reputation, get_passport, trust_check, trust_compare, trust_network, bridge_erc8004_lookup, bridge_erc8004_trust_check, compliance_report, get_verifiable_credential, dns_discovery Security Score: 8.5/10 Creator: Vinaybhosle Creator Reputation: B Version: 2.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vinaybhosle-agentstamp https://agentstamp.org/mcp --- ## Agentic News URL: https://mcp-marketplace.io/server/ai-agentic-news-mcp Summary: AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search Description: AI-powered news intelligence — 21 tools for personalized monitoring, briefings, and semantic search Remote endpoints: streamable-http: https://api.agentic-news.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentic-news.ai/mcp GitHub: https://github.com/u00dxk2/agentic-news Security Score: 9/10 Creator: U00dxk2 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-agentic-news-mcp https://api.agentic-news.ai/mcp --- ## Opencut Controller URL: https://mcp-marketplace.io/server/io-github-jxue0-opencut-controller Summary: Professional MCP server for video editing automation with OpenCut. Category: Developer Tools Mode: local Pricing: Free npm: opencut-controller GitHub: https://github.com/JXUE0/opencut-controller Security Score: 10/10 Creator: JXUE0 Creator Reputation: B Version: 1.30.0 Install (Claude Code): claude mcp add io-github-jxue0-opencut-controller -- npx -y opencut-controller@1.30.0 --- ## Nanobanana 2 Polzaia URL: https://mcp-marketplace.io/server/io-github-ivanantigravity-lgtm-nanobanana-2-polzaia-mcp-server Summary: Nano Banana MCP server backed by Polza media and storage APIs. Category: Developer Tools Mode: local Pricing: Free PyPI: nanobanana-2-polzaia-mcp-server GitHub: https://github.com/ivanantigravity-lgtm/nanobanana-2-polzaia-mcp-server Security Score: 4.2/10 Creator: Ivanantigravity Lgtm Creator Reputation: B Version: 0.5.0 Install (Claude Code): claude mcp add io-github-ivanantigravity-lgtm-nanobanana-2-polzaia-mcp-server -- uvx nanobanana-2-polzaia-mcp-server==0.5.1 --- ## Btcfi Api URL: https://mcp-marketplace.io/server/io-github-aiindigo925-btcfi Summary: Bitcoin data for AI agents. 27 tools with x402 micropayments. No API keys needed. Category: Developer Tools Mode: local Pricing: Free npm: @aiindigo/btcfi-mcp GitHub: https://github.com/aiindigo925/btcfi-api Security Score: 7.7/10 Creator: Aiindigo925 Creator Reputation: B Version: 3.0.1 Required Credentials: SVM_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-aiindigo925-btcfi -- npx -y @aiindigo/btcfi-mcp --- ## Naratour Mvp URL: https://mcp-marketplace.io/server/io-github-aminpiano-nara-tour Summary: 나라투어 공식 MCP 서버 — 수원 소재 단체여행 전문 여행사. AI 에이전트에게 회사 프로필, 영업 정보, 카카오톡 상담 링크(UTM 포함)를 제공. Description: 나라투어 공식 MCP 서버 — 수원 소재 단체여행 전문 여행사. AI 에이전트에게 회사 프로필, 영업 정보, 카카오톡 상담 링크(UTM 포함)를 제공. Remote endpoints: streamable-http: https://mcp.nara-tour.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nara-tour.com/mcp GitHub: https://github.com/aminpiano/naratour-mvp MCP Tools (3): ping, get_company_profile, get_kakao_consult_link Security Score: 8/10 Creator: Aminpiano Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aminpiano-nara-tour https://mcp.nara-tour.com/mcp --- ## CryptoAPIs Market Data MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-market-data-mcp-http-server Summary: Get cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs Description: Access cryptocurrency market data using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Market Data product — no local installation needed. Supports asset price lookups, exchange rate conversions, and market metadata for thousands of cryptocurrencies. No local installation needed — just point your MCP client to the hosted endpoint with your API key. Requires a Crypto APIs API key passed via the x-api-key header. Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/market-data Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, market-data, prices, exchange-rates, bitcoin, ethereum, crypto, defi, trading Use Cases: Get crypto price, Convert currency, Check exchange rates, Market cap lookup Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-market-data-mcp-http-server https://ai.cryptoapis.io/mcp/market-data --- ## Codeweaver URL: https://mcp-marketplace.io/server/com-knitli-codeweaver Summary: Semantic code search built for AI agents. Hybrid, AST-aware, context for 166 languages. Category: Developer Tools Mode: local Pricing: Free PyPI: code-weaver GitHub: https://github.com/knitli/codeweaver Security Score: 10/10 Creator: Knitli Creator Reputation: B Version: 0.1.0-alpha.3 Required Credentials: CODEWEAVER_CONFIG_FILE (optional), CODEWEAVER_DEBUG (optional), CODEWEAVER_EMBEDDING_API_KEY (required), CODEWEAVER_EMBEDDING_MODEL (optional), CODEWEAVER_EMBEDDING_PROVIDER (optional), CODEWEAVER_HOST (optional), CODEWEAVER_LOG_LEVEL (optional), CODEWEAVER_MCP_PORT (optional), CODEWEAVER_PORT (optional), CODEWEAVER_PROFILE (optional), CODEWEAVER_PROJECT_NAME (optional), CODEWEAVER_PROJECT_PATH (optional), CODEWEAVER_RERANKING_API_KEY (required), CODEWEAVER_RERANKING_MODEL (optional), CODEWEAVER_RERANKING_PROVIDER (optional), CODEWEAVER_SPARSE_EMBEDDING_MODEL (optional), CODEWEAVER_SPARSE_EMBEDDING_PROVIDER (optional), CODEWEAVER_VECTOR_STORE_API_KEY (required), CODEWEAVER_VECTOR_STORE_PORT (optional), CODEWEAVER_VECTOR_STORE_PROVIDER (optional), CODEWEAVER_VECTOR_STORE_URL (optional), CODEWEAVER__TELEMETRY__DISABLE_TELEMETRY (optional), CODEWEAVER__TELEMETRY__TOOLS_OVER_PRIVACY (optional), HTTPS_PROXY (optional), OPENAI_API_KEY (required), OPENAI_LOG (optional), SSL_CERT_FILE (optional), AI_GATEWAY_API_KEY (required), AWS_ACCOUNT_ID (optional), AWS_REGION (optional), AWS_SECRET_ACCESS_KEY (required), AZURE_COHERE_API_KEY (required), AZURE_COHERE_ENDPOINT (optional), AZURE_COHERE_REGION (optional), AZURE_OPENAI_API_KEY (required), AZURE_OPENAI_ENDPOINT (optional), AZURE_OPENAI_REGION (optional), COHERE_API_KEY (optional), CO_API_URL (optional), DEEPSEEK_API_KEY (required), GEMINI_API_KEY (optional), GOOGLE_API_KEY (optional), HF_HUB_VERBOSITY (optional), HF_TOKEN (optional), INFERENCE_KEY (required), INFERENCE_URL (optional), MISTRAL_API_KEY (optional), QDRANT__LOG_LEVEL (optional), QDRANT__SERVICE__API_KEY (required), QDRANT__SERVICE__ENABLE_TLS (optional), QDRANT__SERVICE__HOST (optional), QDRANT__SERVICE__HTTP_PORT (optional), QDRANT__TLS__CERT (optional), TAVILY_API_KEY (optional), TOGETHER_API_KEY (required), VERCEL_OIDC_TOKEN (required), VOYAGE_API_KEY (required) Install (Claude Code): claude mcp add com-knitli-codeweaver -- uvx code-weaver==0.1.2 --- ## Cisa Kev URL: https://mcp-marketplace.io/server/io-github-csoai-org-cisa-kev-mcp Summary: CISA Known Exploited Vulnerabilities feed + remediation deadlines for US federal + critical infr... Category: Developer Tools Mode: local Pricing: Free PyPI: cisa-kev-mcp GitHub: https://github.com/CSOAI-ORG/cisa-kev-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-cisa-kev-mcp -- uvx cisa-kev-mcp==1.0.8 --- ## News URL: https://mcp-marketplace.io/server/ai-newzai-api-news-mcp Summary: News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google. Description: News MCP: real-time headlines & custom news search across 7 regions. Free, just sign in with Google. Remote endpoints: streamable-http: https://api.newzai.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.newzai.ai/mcp GitHub: https://github.com/Gauraviitkgp/news-mcp Security Score: 10/10 Creator: Gauraviitkgp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-newzai-api-news-mcp https://api.newzai.ai/mcp --- ## HoShy URL: https://mcp-marketplace.io/server/io-github-negimaru1025-hoshy Summary: Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed. Description: Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed. Remote endpoints: streamable-http: https://hoshy.negimaru1025.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://hoshy.negimaru1025.workers.dev/mcp GitHub: https://github.com/Negimaru1025/HoShy Security Score: 5.2/10 Creator: Negimaru1025 Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-negimaru1025-hoshy https://hoshy.negimaru1025.workers.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-tosheroon-mcp Summary: Real-time Amazon prices, product search, 90-day history, AI forecasts, and price drop alerts. Description: Real-time Amazon prices, product search, 90-day history, AI forecasts, and price drop alerts. Remote endpoints: streamable-http: https://tosheroon.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tosheroon.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-tosheroon-mcp https://tosheroon.com/mcp --- ## Githunt URL: https://mcp-marketplace.io/server/io-github-githunt-agent-githunt-mcp Summary: Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API. Description: Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API. Remote endpoints: streamable-http: https://mcp.githunt.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: githunt-mcp Remote URL: https://mcp.githunt.ai/mcp GitHub: https://github.com/githunt-agent/githunt-mcp Security Score: 10/10 Creator: Githunt Agent Creator Reputation: B Version: 0.2.1 Required Credentials: GITHUNT_API_KEY (required), GITHUNT_API_URL (optional) Install (Claude Code): claude mcp add io-github-githunt-agent-githunt-mcp -- npx -y githunt-mcp@0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-githunt-agent-githunt-mcp https://mcp.githunt.ai/mcp --- ## Hebcal URL: https://mcp-marketplace.io/server/io-github-hebcal-hebcal Summary: Model Context Protocol extension for Hebrew calendar Description: Model Context Protocol extension for Hebrew calendar Remote endpoints: streamable-http: https://www.hebcal.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @hebcal/mcp GitHub: https://github.com/hebcal/hebcal-mcp Security Score: 10/10 Creator: Hebcal Creator Reputation: B Version: 0.9.9 Install (Claude Code): claude mcp add io-github-hebcal-hebcal -- npx -y @hebcal/mcp@0.10.1 --- ## Apple Maps URL: https://mcp-marketplace.io/server/io-github-johnisanerd-apple-maps Summary: Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews. Description: Search Apple Maps businesses with Apple ratings and aggregated Yelp + TripAdvisor reviews. Remote endpoints: streamable-http: https://mcp.apify.com/?tools=johnvc/apple-maps-api Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?tools=johnvc/apple-maps-api GitHub: https://github.com/johnisanerd/apple-maps-mcp Security Score: 10/10 Creator: Johnisanerd Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-johnisanerd-apple-maps 'https://mcp.apify.com/?tools=johnvc/apple-maps-api' --- ## Registry URL: https://mcp-marketplace.io/server/io-github-zoom-zoom-whiteboard Summary: Zoom Whiteboard server for creating boards and diagrams and locating existing boards. Description: Zoom Whiteboard server for creating boards and diagrams and locating existing boards. Remote endpoints: streamable-http: https://mcp.zoom.us/mcp/whiteboard/streamable Category: Communication Mode: remote Pricing: Free Remote URL: https://mcp.zoom.us/mcp/whiteboard/streamable GitHub: https://github.com/zoom/mcp-registry Security Score: 10/10 Creator: Zoom Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-zoom-zoom-whiteboard https://mcp.zoom.us/mcp/whiteboard/streamable --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-container-mcp Summary: Provides read access to your GKE and Kubernetes resources. Description: Provides read access to your GKE and Kubernetes resources. Remote endpoints: streamable-http: https://container.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://container.googleapis.com/mcp MCP Tools (23): list_k8s_api_resources, check_k8s_auth, describe_k8s_resource, list_k8s_events, get_k8s_resource, get_k8s_cluster_info, get_k8s_version, get_k8s_rollout_status, list_clusters, create_cluster, update_cluster, get_cluster, list_operations, get_operation, cancel_operation, create_node_pool, list_node_pools, get_node_pool, update_node_pool, get_k8s_logs, apply_k8s_manifest, delete_k8s_resource, patch_k8s_resource Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-container-mcp https://container.googleapis.com/mcp --- ## Receita Federal Cafir URL: https://mcp-marketplace.io/server/io-github-mcp-dir-receita-federal-cafir-mcp Summary: Receita Federal: Cafir, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: Receita Federal: Cafir, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_receita_federal_cafir Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_receita_federal_cafir GitHub: https://github.com/mcp-dir/receita_federal_cafir-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-receita-federal-cafir-mcp https://api.mcp.ai/p_receita_federal_cafir --- ## Mcp URL: https://mcp-marketplace.io/server/app-swissdeals-mcp Summary: Pay-per-call Swiss retail price intelligence (22 retailers). $0.01 USDC via x402. Description: Pay-per-call Swiss retail price intelligence (22 retailers). $0.01 USDC via x402. Remote endpoints: streamable-http: https://mcp.swissdeals.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.swissdeals.app/api/mcp MCP Tools (7): search_products, scan_barcode, search_deals, compare_prices, price_history, nutrition_info, browse_deals Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-swissdeals-mcp https://mcp.swissdeals.app/api/mcp --- ## CryptoAPIs Block Data MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-block-data-mcp-http-server Summary: Retrieve block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs Description: Query block-level data from multiple blockchain networks using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Block Data product — no local installation needed. Supports EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Base, Optimism, Tron), UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash), and XRP. Retrieve block headers, transaction lists, block height lookups, and latest block info. Requires a Crypto APIs API key passed via the x-api-key header. Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/block-data Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, blocks, ethereum, bitcoin, xrp, utxo, evm, crypto, block-data, ledger Use Cases: Get block by height, Get block by hash, List transactions in block, Get latest block Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-block-data-mcp-http-server https://ai.cryptoapis.io/mcp/block-data --- ## Github URL: https://mcp-marketplace.io/server/io-github-jaimenbell-github-mcp Summary: MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated. Category: Developer Tools Mode: local Pricing: Free PyPI: jaimenbell-github-mcp GitHub: https://github.com/jaimenbell/github-mcp Security Score: 10/10 Creator: Jaimenbell Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-jaimenbell-github-mcp -- uvx jaimenbell-github-mcp==0.1.1 --- ## Thunder Cli URL: https://mcp-marketplace.io/server/io-github-thunder-compute-thunder-compute Summary: GPU cloud platform — create, manage, and monitor instances, snapshots, SSH keys, and billing. Description: GPU cloud platform — create, manage, and monitor instances, snapshots, SSH keys, and billing. Remote endpoints: streamable-http: https://api.thundercompute.com:8443/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.thundercompute.com:8443/mcp GitHub: https://github.com/Thunder-Compute/thunder-cli Security Score: 10/10 Creator: Thunder Compute Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-thunder-compute-thunder-compute https://api.thundercompute.com:8443/mcp --- ## Api URL: https://mcp-marketplace.io/server/io-github-usdvcapital-real-estate-cfo Summary: Real estate market intelligence, calculators, and capital advisory for US investors. Description: Real estate market intelligence, calculators, and capital advisory for US investors. Remote endpoints: streamable-http: https://api.usdvcapital.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.usdvcapital.com/mcp GitHub: https://github.com/USDVCapital/api.usdvcapital.com Security Score: 9/10 Creator: USDVCapital Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-usdvcapital-real-estate-cfo https://api.usdvcapital.com/mcp --- ## Pdfslim URL: https://mcp-marketplace.io/server/io-github-zhaoyaqi18-pdfslim Summary: Compress PDFs to exact target sizes (82-93% smaller). Tools: compress_pdf, optimize_pdf, inspect_pdf Description: Compress PDFs to exact target sizes (82-93% smaller). Tools: compress_pdf, optimize_pdf, inspect_pdf Remote endpoints: streamable-http: https://api.pdfslim.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.pdfslim.app/mcp MCP Tools (3): compress_pdf, optimize_pdf, inspect_pdf Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-zhaoyaqi18-pdfslim https://api.pdfslim.app/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-google-sheets Summary: Create, read, and modify spreadsheet data, formatting, and sheets Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-google-sheets GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-google-sheets -- uvx mcparmory-google-sheets --- ## Google Scholar URL: https://mcp-marketplace.io/server/io-github-johnisanerd-google-scholar Summary: Search Google Scholar for academic papers, citations, and author profiles. Description: Search Google Scholar for academic papers, citations, and author profiles. Remote endpoints: streamable-http: https://mcp.apify.com/?tools=johnvc/google-scholar-api Category: Education & Research Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?tools=johnvc/google-scholar-api GitHub: https://github.com/johnisanerd/google-scholar-mcp Security Score: 10/10 Creator: Johnisanerd Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-johnisanerd-google-scholar 'https://mcp.apify.com/?tools=johnvc/google-scholar-api' --- ## Keepflash Agent Access URL: https://mcp-marketplace.io/server/io-github-dante-is-shipping-keepflash-agent-access Summary: Search, read, cite, create, and safely update a user's private KeepFlash knowledge library. Description: Search, read, cite, create, and safely update a user's private KeepFlash knowledge library. Remote endpoints: streamable-http: https://keepflash.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://keepflash.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dante-is-shipping-keepflash-agent-access https://keepflash.com/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-developerknowledge-mcp Summary: Provides access to Google's public developer documentation. Description: Provides access to Google's public developer documentation. Remote endpoints: streamable-http: https://developerknowledge.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://developerknowledge.googleapis.com/mcp MCP Tools (3): search_documents, answer_query, get_documents Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-developerknowledge-mcp https://developerknowledge.googleapis.com/mcp --- ## Greynoise URL: https://mcp-marketplace.io/server/io-github-nickjlucker-greynoise Summary: MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks Category: Developer Tools Mode: local Pricing: Free npm: mcp-greynoise GitHub: https://github.com/nickjlucker/mcp-greynoise Security Score: 8/10 Creator: Nickjlucker Creator Reputation: B Version: 0.1.0 Required Credentials: GREYNOISE_API_KEY (required) Install (Claude Code): claude mcp add io-github-nickjlucker-greynoise -- npx -y mcp-greynoise@0.1.1 --- ## Fast Mcp Telegram URL: https://mcp-marketplace.io/server/io-github-leshchenko1979-fast-mcp-telegram Summary: Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API Description: Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API Remote endpoints: streamable-http: https://tg-mcp.l1979.ru/v1/mcp Category: Communication Mode: dual Pricing: Free PyPI: fast-mcp-telegram Remote URL: https://tg-mcp.l1979.ru/v1/mcp GitHub: https://github.com/leshchenko1979/fast-mcp-telegram MCP Tools (8): search_messages_globally, get_messages, send_message, edit_message, find_chats, get_chat_info, send_message_to_phone, invoke_mtproto Security Score: 10/10 Creator: Leshchenko1979 Creator Reputation: B Version: 0.36.0 Required Credentials: API_ID (optional), API_HASH (required), SERVER_MODE (optional), SESSION_DIR (optional) Install (Claude Code): claude mcp add io-github-leshchenko1979-fast-mcp-telegram -- uvx fast-mcp-telegram==0.36.0 Install (Claude Code Remote): claude mcp add --transport http io-github-leshchenko1979-fast-mcp-telegram https://tg-mcp.l1979.ru/v1/mcp --- ## Vincario URL: https://mcp-marketplace.io/server/com-vincario-vehicle-data Summary: Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more. Description: Vehicle data for AI: VIN decoder, automotive specs, stolen checks, valuation and way more. Remote endpoints: streamable-http: https://mcp.vincario.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vincario.com/mcp GitHub: https://github.com/vincario/mcp-vincario MCP Tools (4): vin_decode, vin_decode_info, stolen_check, vehicle_market_value Security Score: 6.5/10 Creator: Vincario Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-vincario-vehicle-data https://mcp.vincario.com/mcp --- ## Pencil URL: https://mcp-marketplace.io/server/io-github-pencilink-pencil Summary: Manage tasks, projects, roadmaps, files, meetings, and team workflows with AI tools. Description: Manage tasks, projects, roadmaps, files, meetings, and team workflows with AI tools. Remote endpoints: streamable-http: https://app.pencil.ink/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.pencil.ink/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pencilink-pencil https://app.pencil.ink/api/mcp --- ## Untap URL: https://mcp-marketplace.io/server/io-github-aneduaim-untap-mcp Summary: UK refunds inside your AI assistant: train delays, flights, TfL, parking. Made in London. Description: UK refunds inside your AI assistant: train delays, flights, TfL, parking. Made in London. Remote endpoints: streamable-http: https://untap.money/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://untap.money/api/mcp GitHub: https://github.com/aneduaim/untap-mcp Security Score: 10/10 Creator: Aneduaim Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aneduaim-untap-mcp https://untap.money/api/mcp --- ## Graph Polymarket URL: https://mcp-marketplace.io/server/io-github-paulieb14-graph-polymarket-mcp Summary: Query Polymarket prediction markets via The Graph — 20 tools, 8 subgraphs Category: Developer Tools Mode: local Pricing: Free npm: graph-polymarket-mcp GitHub: https://github.com/PaulieB14/graph-polymarket-mcp Security Score: 6.8/10 Creator: PaulieB14 Creator Reputation: B Version: 1.4.0 Required Credentials: GRAPH_API_KEY (required) Install (Claude Code): claude mcp add io-github-paulieb14-graph-polymarket-mcp -- npx -y graph-polymarket-mcp@2.0.0 --- ## Coinverdict URL: https://mcp-marketplace.io/server/io-github-ocark-coinverdict Summary: Free daily AI crypto research verdicts: graded stance, dimensions, and key levels for 67+ coins. Description: Free daily AI crypto research verdicts: graded stance, dimensions, and key levels for 67+ coins. Remote endpoints: streamable-http: https://mcp.coinverdict.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.coinverdict.io/mcp GitHub: https://github.com/OCArk/coinverdict-mcp MCP Tools (2): get_verdict, list_coins Security Score: 10/10 Creator: OCArk Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ocark-coinverdict https://mcp.coinverdict.io/mcp --- ## Manekineko URL: https://mcp-marketplace.io/server/com-loopwise-teachify Summary: Read and manage courses, members, orders, events, posts, and settings for Teachify-powered sites. Description: Read and manage courses, members, orders, events, posts, and settings for Teachify-powered sites. Remote endpoints: streamable-http: https://mcp.loopwise.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.loopwise.com/ GitHub: https://github.com/kaikhq/manekineko Security Score: 9/10 Creator: Kaikhq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-loopwise-teachify https://mcp.loopwise.com/ --- ## Agentview URL: https://mcp-marketplace.io/server/de-agentview-agentview-mcp Summary: Display delivery platform for AI agents. Push HTML, dashboards and live data to screens. Description: Display delivery platform for AI agents. Push HTML, dashboards and live data to screens. Remote endpoints: streamable-http: https://agentview.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentview.de/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-agentview-agentview-mcp https://agentview.de/mcp --- ## Yultrace Audit URL: https://mcp-marketplace.io/server/com-trycloudflare-candy-josh-writers-balance-yultrace-audit Summary: EVM Slither audit (zero-arg demo + live) + Blockscout source + security.txt lookup + MCP probe. Description: EVM Slither audit (zero-arg demo + live) + Blockscout source + security.txt lookup + MCP probe. Remote endpoints: streamable-http: https://candy-josh-writers-balance.trycloudflare.com/mcp/ Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://candy-josh-writers-balance.trycloudflare.com/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.5 Install (Claude Code Remote): claude mcp add --transport http com-trycloudflare-candy-josh-writers-balance-yultrace-audit https://candy-josh-writers-balance.trycloudflare.com/mcp/ --- ## Apex URL: https://mcp-marketplace.io/server/io-github-hunterpercival-apex Summary: APEX — AI operating system for founders. Join waitlist or request a demo. Category: Developer Tools Mode: local Pricing: Free npm: apex-mcp-server GitHub: https://github.com/hunterpercival/apex-mcp-server Security Score: 7/10 Creator: Hunterpercival Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-hunterpercival-apex -- npx -y apex-mcp-server@1.0.2 --- ## Fifty50 URL: https://mcp-marketplace.io/server/com-cherokeeai-fifty50 Summary: Find a co-founder and split equity fairly — partnership analysis + co-founder marketplace. Description: Find a co-founder and split equity fairly — partnership analysis + co-founder marketplace. Remote endpoints: streamable-http: https://cherokeeai.com/fifty50/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cherokeeai.com/fifty50/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-cherokeeai-fifty50 https://cherokeeai.com/fifty50/mcp --- ## Cronometer URL: https://mcp-marketplace.io/server/io-github-cphoskins-cronometer Summary: MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods Category: Developer Tools Mode: local Pricing: Free PyPI: cronometer-mcp GitHub: https://github.com/cphoskins/cronometer-mcp Security Score: 5/10 Creator: Cphoskins Creator Reputation: B Version: 2.0.3 Required Credentials: CRONOMETER_USERNAME (optional), CRONOMETER_PASSWORD (required), CRONOMETER_DATA_DIR (optional) Install (Claude Code): claude mcp add io-github-cphoskins-cronometer -- uvx cronometer-mcp==2.0.3 --- ## Getecoback Climate Weather URL: https://mcp-marketplace.io/server/io-github-f-tiger-getecoback-climate-weather Summary: Superseded by io.github.f-tiger/hvac-btu-heat-klimaanlage — same server, same URL. Description: Superseded by io.github.f-tiger/hvac-btu-heat-klimaanlage — same server, same URL. Remote endpoints: streamable-http: https://getecoback.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getecoback.com/mcp/ MCP Tools (4): btu_empfehlung, fensterabdichtung_laenge, hitzewelle_vorschau, klimaanlage_stromkosten Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-f-tiger-getecoback-climate-weather https://getecoback.com/mcp/ --- ## Aiservices Api URL: https://mcp-marketplace.io/server/to-aiservices-aiservices Summary: Paid APIs for AI agents — crypto, DeFi, marketing intelligence, dispute resolution. x402 on Base. Description: Paid APIs for AI agents — crypto, DeFi, marketing intelligence, dispute resolution. x402 on Base. Remote endpoints: streamable-http: https://api.aiservices.to/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.aiservices.to/mcp GitHub: https://github.com/vbkotecha/aiservices-api Security Score: 3.2/10 Creator: Vbkotecha Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http to-aiservices-aiservices https://api.aiservices.to/mcp --- ## Ads URL: https://mcp-marketplace.io/server/io-github-adgentek-adsmcp Summary: MCP-native ad server. Monetize AI chatbots and agents with conversational ads. Description: MCP-native ad server. Monetize AI chatbots and agents with conversational ads. Remote endpoints: streamable-http: https://mcp.adgentek.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.adgentek.ai/mcp GitHub: https://github.com/Adgentek/adsmcp Security Score: 10/10 Creator: Adgentek Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-adgentek-adsmcp https://mcp.adgentek.ai/mcp --- ## I18n Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-i18n Summary: Locale detect, translations, plurals for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-i18n-tools GitHub: https://github.com/rog0x/mcp-i18n-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-i18n -- npx -y @rog0x/mcp-i18n-tools@1.0.2 --- ## Open Notebook URL: https://mcp-marketplace.io/server/io-github-piotraleksander-open-notebook Summary: MCP server that wraps the Open Notebook API Category: Developer Tools Mode: local Pricing: Free PyPI: open-notebook-mcp GitHub: https://github.com/Epochal-dev/open-notebook-mcp Security Score: 10/10 Creator: Epochal Dev Creator Reputation: B Version: 0.1.1 Required Credentials: OPEN_NOTEBOOK_URL (optional), OPEN_NOTEBOOK_PASSWORD (required) Install (Claude Code): claude mcp add io-github-piotraleksander-open-notebook -- uvx open-notebook-mcp==0.3.0 --- ## Blockchain Verification URL: https://mcp-marketplace.io/server/io-github-csoai-org-blockchain-verification-mcp Summary: Blockchain Verification MCP Server by MEOK AI Labs Category: Finance Mode: local Pricing: Free PyPI: blockchain-verification-mcp GitHub: https://github.com/CSOAI-ORG/blockchain-verification-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-blockchain-verification-mcp -- uvx blockchain-verification-mcp==1.0.11 --- ## Real Estate URL: https://mcp-marketplace.io/server/lv-city24-real-estate Summary: Live Latvia real estate listings with search, geo filters, and property metadata. Description: Live Latvia real estate listings with search, geo filters, and property metadata. Remote endpoints: streamable-http: https://mcp.city24.lv/_mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.city24.lv/_mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http lv-city24-real-estate https://mcp.city24.lv/_mcp --- ## Wake URL: https://mcp-marketplace.io/server/io-github-omodaka9375-wake Summary: A post-mortem succession protocol for AI agents. Black Box, handoff, time-locks. Category: Developer Tools Mode: local Pricing: Free npm: wake-mcp-server GitHub: https://github.com/Omodaka9375/wake Security Score: 10/10 Creator: Omodaka9375 Creator Reputation: B Version: 2.2.2 Install (Claude Code): claude mcp add io-github-omodaka9375-wake -- npx -y wake-mcp-server@2.2.2 --- ## Site URL: https://mcp-marketplace.io/server/io-github-getambr-ambr-mcp-server Summary: Ricardian contracts for AI agents — dual-format, SHA-256 bound, legible by construction. Description: Ricardian contracts for AI agents — dual-format, SHA-256 bound, legible by construction. Remote endpoints: streamable-http: https://getamber.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getamber.dev/api/mcp GitHub: https://github.com/getambr/site MCP Tools (6): ambr_list_templates, ambr_create_contract, ambr_get_contract, ambr_get_contract_status, ambr_verify_hash, ambr_agent_handshake Security Score: 8/10 Creator: Getambr Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-getambr-ambr-mcp-server https://getamber.dev/api/mcp --- ## Kitsu URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-kitsu Summary: Kitsu anime + manga catalogue (JSON:API) Description: Kitsu anime + manga catalogue (JSON:API) Remote endpoints: streamable-http: https://gateway.pipeworx.io/kitsu/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/kitsu/mcp GitHub: https://github.com/pipeworx-io/mcp-kitsu MCP Tools (18): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_anime, search_manga, anime, manga, top_anime, top_manga, categories Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-kitsu https://gateway.pipeworx.io/kitsu/mcp --- ## Dealsync URL: https://mcp-marketplace.io/server/io-github-jaymiller-cmg-dealsync-mcp-server Summary: Shared deal room where Loan Officers and Realtors track leads from conversation to closing. Description: Shared deal room where Loan Officers and Realtors track leads from conversation to closing. Remote endpoints: sse: https://dealsync-mcp-server.jaymiller.workers.dev/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://dealsync-mcp-server.jaymiller.workers.dev/sse GitHub: https://github.com/jaymiller-cmg/dealsync-mcp-server Security Score: 5.2/10 Creator: Jaymiller Cmg Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jaymiller-cmg-dealsync-mcp-server https://dealsync-mcp-server.jaymiller.workers.dev/sse --- ## Google Search Console URL: https://mcp-marketplace.io/server/io-github-sarahpark-google-search-console Summary: Google Search Console MCP server — search analytics, URL inspection, and sitemaps Category: Developer Tools Mode: local Pricing: Free npm: @sarahpark/google-search-console-mcp GitHub: https://github.com/sarahpark/google-search-console-mcp Security Score: 7/10 Creator: Sarahpark Creator Reputation: B Version: 1.0.1 Required Credentials: GOOGLE_APPLICATION_CREDENTIALS (required) Install (Claude Code): claude mcp add io-github-sarahpark-google-search-console -- npx -y @sarahpark/google-search-console-mcp@1.0.1 --- ## Dataloupe URL: https://mcp-marketplace.io/server/io-github-aurelio-nakamura-dataloupe Summary: Offline MCP server to explore CSV/JSON/Parquet/Excel: preview, query, diff, render interactive HTML Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/aurelio-nakamura/dataloupe Security Score: 4.5/10 Creator: Aurelio Nakamura Creator Reputation: B Version: 0.13.0 Required Credentials: DATALOUPE_MCP_ROOT (optional) --- ## Dubweb URL: https://mcp-marketplace.io/server/io-github-majahelferbiene-dubweb Summary: Search for books and book-related products, with access to product and delivery details Description: Search for books and book-related products, with access to product and delivery details Remote endpoints: streamable-http: https://basis.dubweb.new.test/mcp sse: https://basis.dubweb.new.test/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://basis.dubweb.new.test/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0-1 Install (Claude Code Remote): claude mcp add --transport http io-github-majahelferbiene-dubweb https://basis.dubweb.new.test/mcp --- ## Moltarch URL: https://mcp-marketplace.io/server/com-moltarch-moltarch Summary: Marketing intelligence API for AI agents. Real campaign data, not LLM guesses. Description: Marketing intelligence API for AI agents. Real campaign data, not LLM guesses. Remote endpoints: streamable-http: https://api.moltarch.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.moltarch.com/mcp/ GitHub: https://github.com/MoltArch/moltarch MCP Tools (3): moltarch_start_session, moltarch_chat, moltarch_get_answer Security Score: 9/10 Creator: MoltArch Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-moltarch-moltarch https://api.moltarch.com/mcp/ --- ## Mcp URL: https://mcp-marketplace.io/server/io-audioalpha-www-mcp Summary: Financial podcast intelligence platform — sentiment, narrative, and asset signals from 100+ podcasts Description: Financial podcast intelligence platform — sentiment, narrative, and asset signals from 100+ podcasts Remote endpoints: streamable-http: https://www.audioalpha.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.audioalpha.io/api/mcp MCP Tools (21): get_market_snapshot, get_market_themes, get_market_signals, get_market_featured_quotes, get_market_episodes, get_ticker_snapshot, get_ticker_signals, get_ticker_featured_quotes, get_ticker_leaderboard, search_podcasts, get_podcast_episodes, get_podcast_latest, get_podcast_latest_full, get_episode_details, get_episode_summary, get_episode_quotes, get_episode_transcript, get_episode_full, get_my_favorite_assets, get_my_favorite_podcasts, get_my_feed Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-audioalpha-www-mcp https://www.audioalpha.io/api/mcp --- ## Provardx Cli URL: https://mcp-marketplace.io/server/io-github-provartesting-provar Summary: Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests. Category: Developer Tools Mode: local Pricing: Free npm: @provartesting/provardx-cli GitHub: https://github.com/ProvarTesting/provardx-cli Security Score: 4.2/10 Creator: ProvarTesting Creator Reputation: B Version: 1.6.5 Install (Claude Code): claude mcp add io-github-provartesting-provar -- npx -y @provartesting/provardx-cli@1.6.5 --- ## Mcp URL: https://mcp-marketplace.io/server/ai-hostprofit-mcp Summary: Revenue intelligence platform for short-term rental operators. Description: Revenue intelligence platform for short-term rental operators. Remote endpoints: sse: https://hostprofit-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hostprofit-mcp-production.up.railway.app/mcp MCP Tools (3): analyze_listing, get_revenue_gap, get_action_plan Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-hostprofit-mcp https://hostprofit-mcp-production.up.railway.app/mcp --- ## F1 URL: https://mcp-marketplace.io/server/io-github-drivenrajat-f1 Summary: Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1 Category: File & Storage Mode: local Pricing: Free PyPI: f1-mcp GitHub: https://github.com/drivenrajat/f1 Security Score: 0/10 Creator: Drivenrajat Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-drivenrajat-f1 -- uvx f1-mcp==0.1.3 --- ## Data Science Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-data-science-ai-mcp Summary: Data Science Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: data-science-ai-mcp GitHub: https://github.com/CSOAI-ORG/data-science-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-data-science-ai-mcp -- uvx data-science-ai-mcp==1.0.12 --- ## Textbee URL: https://mcp-marketplace.io/server/io-github-textbee-mcp Summary: Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway. Category: Developer Tools Mode: local Pricing: Free npm: @textbee/mcp GitHub: https://github.com/textbee/textbee-mcp Security Score: 5.2/10 Creator: Textbee Creator Reputation: B Version: 0.0.2 Required Credentials: TEXTBEE_API_KEY (required), TEXTBEE_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-textbee-mcp -- npx -y @textbee/mcp@0.0.2 --- ## Google Local URL: https://mcp-marketplace.io/server/io-github-johnisanerd-google-local Summary: Find local businesses on Google: name, address, phone, hours, ratings, and photos. Description: Find local businesses on Google: name, address, phone, hours, ratings, and photos. Remote endpoints: streamable-http: https://mcp.apify.com/?tools=johnvc/google-local-api Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?tools=johnvc/google-local-api GitHub: https://github.com/johnisanerd/google-local-mcp Security Score: 10/10 Creator: Johnisanerd Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-johnisanerd-google-local 'https://mcp.apify.com/?tools=johnvc/google-local-api' --- ## Agentic Security Shield URL: https://mcp-marketplace.io/server/io-github-ormuzdo-agentic-security-shield Summary: 12-layer security configs for AI coding agents. Autonomous purchase via x402 (USDC on Base). Description: 12-layer security configs for AI coding agents. Autonomous purchase via x402 (USDC on Base). Remote endpoints: streamable-http: https://agentic-security-shield-mcp-production.up.railway.app/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://agentic-security-shield-mcp-production.up.railway.app/mcp GitHub: https://github.com/ormuzdo/agentic-security-shield MCP Tools (4): get_preview, get_pricing, get_sample, purchase Security Score: 10/10 Creator: Ormuzdo Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ormuzdo-agentic-security-shield https://agentic-security-shield-mcp-production.up.railway.app/mcp --- ## Clude URL: https://mcp-marketplace.io/server/io-github-sebbsssss-clude Summary: Portable agent memory anchored on Solana. Local SQLite + vector recall, open export. Category: Developer Tools Mode: local Pricing: Free npm: @clude/sdk GitHub: https://github.com/sebbsssss/clude Security Score: 5/10 Creator: Sebbsssss Creator Reputation: B Version: 3.0.4 Required Credentials: CORTEX_API_KEY (required), CORTEX_HOST_URL (optional), CLUDE_WALLET (optional), CLUDE_AGENT_NAME (optional) Install (Claude Code): claude mcp add io-github-sebbsssss-clude -- npx -y @clude/sdk@3.0.4 --- ## Nordic Financial URL: https://mcp-marketplace.io/server/io-github-aidatanordic-nordic-financial-mcp Summary: Semantic search over Nordic filings, press releases, macro data and electricity prices. Description: Semantic search over Nordic filings, press releases, macro data and electricity prices. Remote endpoints: streamable-http: https://mcp.aidatanorge.no/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aidatanorge.no/mcp GitHub: https://github.com/AIDataNordic/nordic_financial_mcp Security Score: 10/10 Creator: AIDataNordic Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aidatanordic-nordic-financial-mcp https://mcp.aidatanorge.no/mcp --- ## Astravue URL: https://mcp-marketplace.io/server/com-astravue-astravue-mcp Summary: Manage projects, tasks, time tracking, and team collaboration through natural language. Description: Manage projects, tasks, time tracking, and team collaboration through natural language. Remote endpoints: streamable-http: https://api.astravue.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.astravue.com/mcp GitHub: https://github.com/AstravueOrg/astravue-mcp-server Security Score: 9.9/10 Creator: AstravueOrg Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-astravue-astravue-mcp https://api.astravue.com/mcp --- ## Testdino URL: https://mcp-marketplace.io/server/io-github-testdino-inc-testdino-mcp Summary: A MCP server for TestDino Category: Developer Tools Mode: local Pricing: Free npm: testdino-mcp GitHub: https://github.com/testdino-inc/testdino-mcp Security Score: 6.5/10 Creator: Testdino Inc Creator Reputation: B Version: 1.0.2 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-testdino-inc-testdino-mcp -- npx -y testdino-mcp@1.0.9 --- ## Hardware Probe URL: https://mcp-marketplace.io/server/io-github-yamaru-eu-hardware-probe Summary: Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization. Category: Developer Tools Mode: local Pricing: Free npm: @yamaru-eu/hardware-probe GitHub: https://github.com/yamaru-eu/hardware-probe Security Score: 2/10 Creator: Yamaru Eu Creator Reputation: B Version: 1.1.2 Required Credentials: REMOTE_API_URL (optional) Install (Claude Code): claude mcp add io-github-yamaru-eu-hardware-probe -- npx -y @yamaru-eu/hardware-probe --- ## Partstable URL: https://mcp-marketplace.io/server/com-partstable-partstable Summary: MCP server for IT hardware parts research: normalize PNs, search listings, get subs/comps. Description: MCP server for IT hardware parts research: normalize PNs, search listings, get subs/comps. Remote endpoints: streamable-http: https://mcp.partstable.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.partstable.com/mcp GitHub: https://github.com/partstable/partstable MCP Tools (9): normalize-pn, validate-pn, search-parts, get-substitutes, get-vendor-trust, score-listing, fetch-page, verify-pn-oem, get-price-history Security Score: 9/10 Creator: Partstable Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-partstable-partstable https://mcp.partstable.com/mcp --- ## Brand Compass URL: https://mcp-marketplace.io/server/io-github-leonsm-fusion-studio-branding Summary: Brand audits, visual catalogs, AI proposals & checkout for LATAM SMBs. Full funnel via MCP. Description: Brand audits, visual catalogs, AI proposals & checkout for LATAM SMBs. Full funnel via MCP. Remote endpoints: streamable-http: https://app.thefusion.studio/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.thefusion.studio/api/mcp GitHub: https://github.com/Fision-Studio/brand-compass MCP Tools (6): brand_audit, generate_proposal, visual_catalog, purchase_brand_book, brand_book_status, brand_book_viewer Security Score: 9/10 Creator: Fision Studio Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-leonsm-fusion-studio-branding https://app.thefusion.studio/api/mcp --- ## Readiness URL: https://mcp-marketplace.io/server/com-actablesite-readiness Summary: Read-only public website readiness and AI crawler-policy checks. Description: Read-only public website readiness and AI crawler-policy checks. Remote endpoints: streamable-http: https://actablesite.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://actablesite.com/mcp MCP Tools (5): audit_public_website, check_ai_crawler_policy, get_crawler_watch_offer, get_full_report_offer, get_practice_radar_offer Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-actablesite-readiness https://actablesite.com/mcp --- ## IfrCoworker URL: https://mcp-marketplace.io/server/com-spocont-ifrcoworker Summary: IFRS engine: 27 standards, journal entries, XBRL tags, ECL, CGU impairment, deferred tax. Description: IFRS engine: 27 standards, journal entries, XBRL tags, ECL, CGU impairment, deferred tax. Remote endpoints: streamable-http: https://mcp.ifrcoworker.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ifrcoworker.com MCP Tools (16): ifr_schema, ifr_validate, ifr_calculate, ifr_apply_ias10, ifr_what_standard, ifr_period_end_batch, ifr_batch_validate, ifr_ingest_document, ifr_propose_mapping, ifr_flag_result, ifr_explain_result, ifr_period_end_batch_summary, ifr_ecl_provision_matrix, ifr_cgu_impairment, ifr_deferred_tax_schedule, ifr_generate_workpaper Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http com-spocont-ifrcoworker https://mcp.ifrcoworker.com --- ## Node Dep Scope URL: https://mcp-marketplace.io/server/io-github-florianbruniaux-dep-scope Summary: Symbol-level npm dependency analysis: scan verdicts, native alternatives, migration prompts. Category: Developer Tools Mode: local Pricing: Free npm: @florianbruniaux/dep-scope GitHub: https://github.com/FlorianBruniaux/node-dep-scope Security Score: 9.5/10 Creator: FlorianBruniaux Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-florianbruniaux-dep-scope -- npx -y @florianbruniaux/dep-scope@0.4.2 --- ## Anteos URL: https://mcp-marketplace.io/server/io-github-lucdu-anteos-booking Summary: Book medical appointments with French doctors by specialty and city via AI agents. Description: Book medical appointments with French doctors by specialty and city via AI agents. Remote endpoints: streamable-http: https://anteoshealth.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://anteoshealth.com/mcp GitHub: https://github.com/anteos/anteos-mcp Security Score: 8/10 Creator: Anteos Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lucdu-anteos-booking https://anteoshealth.com/mcp --- ## Jolt Transform Web URL: https://mcp-marketplace.io/server/io-github-halversondm-jolt-transform-web Summary: An MCP server that provides bazaarvoic JOLT transformation capabilities. Description: An MCP server that provides bazaarvoic JOLT transformation capabilities. Remote endpoints: streamable-http: https://jolt-transform.halversondm.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://jolt-transform.halversondm.com/api/mcp GitHub: https://github.com/halversondm/jolt-transform-web Security Score: 4.7/10 Creator: Halversondm Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-halversondm-jolt-transform-web https://jolt-transform.halversondm.com/api/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-color-forge-mcp Summary: Convert between HEX, RGB, HSL color formats and generate palettes Category: Developer Tools Mode: local Pricing: Free npm: color-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-color-forge-mcp -- npx -y color-forge-mcp --- ## Nanobanana URL: https://mcp-marketplace.io/server/io-github-zhongweili-nanobanana-mcp-server Summary: AI image generation with Gemini 3 Pro (4K) and 2.5 Flash. Smart model selection. Category: Developer Tools Mode: local Pricing: Free PyPI: nanobanana-mcp-server GitHub: https://github.com/zhongweili/nanobanana-mcp-server Security Score: 1/10 Creator: Zhongweili Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-zhongweili-nanobanana-mcp-server -- uvx nanobanana-mcp-server==0.4.4 --- ## Usefulapi URL: https://mcp-marketplace.io/server/io-usefulapi-chargebee Summary: Read Chargebee customers, subscriptions, invoices, items, transactions, credit notes and coupons. Description: Read Chargebee customers, subscriptions, invoices, items, transactions, credit notes and coupons. Remote endpoints: streamable-http: https://chargebee.usefulapi.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chargebee.usefulapi.io/mcp GitHub: https://github.com/m190/usefulapi-mcp Security Score: 10/10 Creator: M190 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-usefulapi-chargebee https://chargebee.usefulapi.io/mcp --- ## Lusha Mcp Plugin URL: https://mcp-marketplace.io/server/com-lusha-mcp-mcp Summary: Lusha MCP server for authorized business profile, usage, and buying-signal insights. Description: Lusha MCP server for authorized business profile, usage, and buying-signal insights. Remote endpoints: streamable-http: https://mcp.lusha.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lusha.com/mcp GitHub: https://github.com/lusha-oss/lusha-mcp-plugin Security Score: 10/10 Creator: Lusha Oss Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-lusha-mcp-mcp https://mcp.lusha.com/mcp --- ## Receita Federal Agenda Tribut URL: https://mcp-marketplace.io/server/io-github-mcp-dir-receita-federal-agenda-tribut-mcp Summary: Receita Federal: Agenda Tributária, official-source lookup. Platform-hosted, pay per query with prep Description: Receita Federal: Agenda Tributária, official-source lookup. Platform-hosted, pay per query with prep Remote endpoints: streamable-http: https://api.mcp.ai/p_receita_federal_agenda_tribut Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_receita_federal_agenda_tribut GitHub: https://github.com/mcp-dir/receita_federal_agenda_tribut-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-receita-federal-agenda-tribut-mcp https://api.mcp.ai/p_receita_federal_agenda_tribut --- ## Toon Parse URL: https://mcp-marketplace.io/server/io-github-ankitpal181-toon-parse-mcp Summary: MCP server that reduces LLM context by removing code comments and converting data formats to TOON Category: Developer Tools Mode: local Pricing: Free PyPI: toon-parse-mcp GitHub: https://github.com/ankitpal181/toon-parse-mcp Security Score: 10/10 Creator: Ankitpal181 Creator Reputation: B Version: 1.0.3-beta Install (Claude Code): claude mcp add io-github-ankitpal181-toon-parse-mcp -- uvx toon-parse-mcp==1.0.4b0 --- ## Horizon URL: https://mcp-marketplace.io/server/io-github-leocelis-horizon-fidelity-monitor Summary: Tracks conversation health in real time — drift, desync, and causal collapse — for any AI agent. Description: Tracks conversation health in real time — drift, desync, and causal collapse — for any AI agent. Remote endpoints: sse: https://horizon.leocelis.com/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://horizon.leocelis.com/sse GitHub: https://github.com/leocelis/horizon Security Score: 10/10 Creator: Leocelis Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-leocelis-horizon-fidelity-monitor https://horizon.leocelis.com/sse --- ## Care Membrane URL: https://mcp-marketplace.io/server/io-github-csoai-org-care-membrane-mcp Summary: Care Membrane MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: care-membrane-mcp GitHub: https://github.com/CSOAI-ORG/care-membrane-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-care-membrane-mcp -- uvx care-membrane-mcp==1.0.12 --- ## Swarm Coordinator URL: https://mcp-marketplace.io/server/io-github-evozim-swarm-coordinator Summary: Decentralized task broker and message relayer for multi-agent swarms. Description: Decentralized task broker and message relayer for multi-agent swarms. Remote endpoints: sse: https://swarm-coordinator-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://swarm-coordinator-mcp.vercel.app/api/mcp MCP Tools (1): ping Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-swarm-coordinator https://swarm-coordinator-mcp.vercel.app/api/mcp --- ## Costco URL: https://mcp-marketplace.io/server/io-github-thehesiod-costco Summary: MCP server for Costco warehouse receipts and online orders Category: Developer Tools Mode: local Pricing: Free PyPI: costco-mcp-server GitHub: https://github.com/thehesiod/costco-mcp Security Score: 10/10 Creator: Thehesiod Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-thehesiod-costco -- uvx costco-mcp-server==0.1.2 --- ## Atlas URL: https://mcp-marketplace.io/server/org-rebuildingus-atlas-atlas Summary: Civic actor discovery: people, orgs, initiatives on social issues across America. Description: Civic actor discovery: people, orgs, initiatives on social issues across America. Remote endpoints: streamable-http: https://atlas.rebuildingus.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://atlas.rebuildingus.org/mcp GitHub: https://github.com/RebuildingAmerica/atlas Security Score: 9.4/10 Creator: RebuildingAmerica Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-rebuildingus-atlas-atlas https://atlas.rebuildingus.org/mcp --- ## MinerU Ecosystem URL: https://mcp-marketplace.io/server/io-github-opendatalab-mineru-open-mcp Summary: Parse PDFs, images, doc, docx, ppt, pptx, xls, xlsx, html into Markdown using MinerU API. Category: Developer Tools Mode: local Pricing: Free PyPI: mineru-open-mcp GitHub: https://github.com/opendatalab/MinerU-Ecosystem Security Score: 0.5/10 Creator: Opendatalab Creator Reputation: B Version: 1.0.20 Required Credentials: MINERU_API_TOKEN (required), OUTPUT_DIR (optional) Install (Claude Code): claude mcp add io-github-opendatalab-mineru-open-mcp -- uvx mineru-open-mcp --- ## Aviationstack URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-aviationstack Summary: Aviationstack MCP — global flight + airport + airline data Description: Aviationstack MCP — global flight + airport + airline data Remote endpoints: streamable-http: https://gateway.pipeworx.io/aviationstack/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/aviationstack/mcp GitHub: https://github.com/pipeworx-io/mcp-aviationstack MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, flights, airports, airlines, cities, countries, routes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-aviationstack https://gateway.pipeworx.io/aviationstack/mcp --- ## Proxyclaw URL: https://mcp-marketplace.io/server/io-github-furhworld-proxyclaw Summary: Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass. Category: Developer Tools Mode: local Pricing: Free npm: proxyclaw-mcp-server GitHub: https://github.com/Iploop/proxyclaw-mcp Security Score: 5.2/10 Creator: Iploop Creator Reputation: B Version: 1.0.4 Required Credentials: IPLOOP_API_KEY (required) Install (Claude Code): claude mcp add io-github-furhworld-proxyclaw -- npx -y proxyclaw-mcp-server@1.0.4 --- ## Log Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-log Summary: Log parse, filter, analyze for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-log-tools GitHub: https://github.com/rog0x/mcp-log-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-log -- npx -y @rog0x/mcp-log-tools@1.0.2 --- ## Octoboost URL: https://mcp-marketplace.io/server/io-github-eugenregehr-geo-seo-analyzer-octoboost Summary: Analyze multiple URLs with categorized SEO / GEO checks and scored results. Category: Developer Tools Mode: local Pricing: Free npm: octoboost-mcp-server GitHub: https://github.com/eugenregehr/octoboost-mcp-server Security Score: 7/10 Creator: eugenregehr Creator Reputation: F Version: 1.1.1 Required Credentials: OCTOBOOST_API_KEY (required) Install (Claude Code): claude mcp add io-github-eugenregehr-geo-seo-analyzer-octoboost -- npx -y octoboost-mcp-server@1.1.1 --- ## Fundzwatch URL: https://mcp-marketplace.io/server/io-github-fund-z-fundzwatch Summary: Business-event intelligence for AI agents: funding, exec moves, UCC and benefit-plan signals. Category: Developer Tools Mode: local Pricing: Free npm: @fundzwatch/mcp-server GitHub: https://github.com/Fund-z/fundzwatch-mcp Security Score: 4.8/10 Creator: Fund Z Creator Reputation: B Version: 1.2.2 Required Credentials: FUNDZWATCH_API_KEY (required) Install (Claude Code): claude mcp add io-github-fund-z-fundzwatch -- npx -y @fundzwatch/mcp-server@1.2.2 --- ## Fx Audit URL: https://mcp-marketplace.io/server/io-github-ipayx-stellar-fx-audit Summary: Forensic FX audit. Detects hidden bank markups in real time. Returns spread bps + audit score 1-10. Description: Forensic FX audit. Detects hidden bank markups in real time. Returns spread bps + audit score 1-10. Remote endpoints: streamable-http: https://wild-bird-a412.ybolduc.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wild-bird-a412.ybolduc.workers.dev/mcp MCP Tools (4): check_fx_rate, audit_transaction, full_forensic_report, compare_fx_sources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ipayx-stellar-fx-audit https://wild-bird-a412.ybolduc.workers.dev/mcp --- ## Brewers Almanack URL: https://mcp-marketplace.io/server/io-github-gregario-brewers-almanack Summary: Brewing knowledge MCP — beer styles, ingredients, off-flavours, water chemistry, recipes Category: Developer Tools Mode: local Pricing: Free npm: brewers-almanack GitHub: https://github.com/gregario/brewers-almanack Security Score: 5/10 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-brewers-almanack -- npx -y brewers-almanack@0.1.1 --- ## Llm Wiki URL: https://mcp-marketplace.io/server/io-github-flsteven87-llm-wiki-mcp Summary: MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time. Category: Developer Tools Mode: local Pricing: Free PyPI: llm-wiki-mcp GitHub: https://github.com/flsteven87/llm-wiki-mcp Security Score: 6.5/10 Creator: Flsteven87 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-flsteven87-llm-wiki-mcp -- uvx llm-wiki-mcp==0.1.1 --- ## Deinai Backend URL: https://mcp-marketplace.io/server/ai-deinai-creator-skill Summary: AI influencer search on TikTok, Instagram, YouTube. Deinai MCP token required; credits per result. Description: AI influencer search on TikTok, Instagram, YouTube. Deinai MCP token required; credits per result. Remote endpoints: streamable-http: https://deinai.ai/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: deinai-mcp Remote URL: https://deinai.ai/mcp GitHub: https://github.com/deinai/deinai_backend Security Score: 8/10 Creator: Deinai Creator Reputation: B Version: 1.0.2 Required Credentials: DEINAI_MCP_TOKEN (required), DEINAI_MCP_URL (optional) Install (Claude Code): claude mcp add ai-deinai-creator-skill -- uvx deinai-mcp Install (Claude Code Remote): claude mcp add --transport http ai-deinai-creator-skill https://deinai.ai/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-composer-mcp Summary: Interact with your Google Cloud Composer resources using natural language commands. Description: Interact with your Google Cloud Composer resources using natural language commands. Remote endpoints: streamable-http: https://composer.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://composer.googleapis.com/mcp MCP Tools (11): create_environment, get_environment, list_environments, delete_environment, manage_pypi_packages, get_operation, get_dag_source_code, get_dag_run, get_task_instance, find_last_failed_dag_runs, list_failed_task_instances Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-composer-mcp https://composer.googleapis.com/mcp --- ## Agentbazaar URL: https://mcp-marketplace.io/server/io-github-cho165716-creator-agentbazaar-society Summary: A2A agent marketplace with 108 autonomous AI society agents and 5,900+ marketplace agents. Description: A2A agent marketplace with 108 autonomous AI society agents and 5,900+ marketplace agents. Remote endpoints: sse: https://agentbazaar.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentbazaar.tech/mcp GitHub: https://github.com/cho165716-creator/agentbazaar MCP Tools (27): search_capabilities, execute_model, smart_invoke, sell_auto, agent_publish, run_agent, chat_agent, execute_chain, browse_store, multimodal, session_execute, memory_set, memory_get, upload_dataset, upload_prompt, use_prompt, register_agent, get_agent, export_agent, get_stats, list_categories, set_trigger, society_join, society_respond, society_status, society_leave, market_respond Security Score: 9.5/10 Creator: Cho165716 Creator Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cho165716-creator-agentbazaar-society https://agentbazaar.tech/mcp --- ## Cogmemai URL: https://mcp-marketplace.io/server/io-github-hifriendbot-cogmemai Summary: 95.10% LongMemEval (highest published). Encrypted persistent memory for Ai coding assistants. Category: Developer Tools Mode: local Pricing: Free npm: cogmemai-mcp GitHub: https://github.com/hifriendbot/cogmemai-mcp Security Score: 4.2/10 Creator: Hifriendbot Creator Reputation: B Version: 3.17.0 Required Credentials: COGMEMAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-hifriendbot-cogmemai -- npx -y cogmemai-mcp@3.17.0 --- ## Asmi URL: https://mcp-marketplace.io/server/tech-broen-asmi Summary: Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo. Description: Design your site's AI avatar in the ASMI studio; your coding agent ships it into your repo. Remote endpoints: streamable-http: https://broen.tech/api/asmi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://broen.tech/api/asmi/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http tech-broen-asmi https://broen.tech/api/asmi/mcp --- ## Canada Aida Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-canada-aida-ai-mcp Summary: Canada Aida Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: canada-aida-ai-mcp GitHub: https://github.com/CSOAI-ORG/canada-aida-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.15 Install (Claude Code): claude mcp add io-github-csoai-org-canada-aida-ai-mcp -- uvx canada-aida-ai-mcp==1.0.15 --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-datastream-mcp Summary: Interact with your Google Cloud Datastream resources using natural language commands. Description: Interact with your Google Cloud Datastream resources using natural language commands. Remote endpoints: streamable-http: https://datastream.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://datastream.googleapis.com/mcp MCP Tools (10): get_operation, list_connection_profiles, list_streams, get_stream, run_stream, delete_stream, list_stream_objects, get_stream_object, lookup_stream_object, list_static_ips Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-datastream-mcp https://datastream.googleapis.com/mcp --- ## Journi Ai URL: https://mcp-marketplace.io/server/io-github-ama353-arch-journi-travel Summary: Personal AI travel agent. Points optimization, live flight/hotel/award search, trip planning. Description: Personal AI travel agent. Points optimization, live flight/hotel/award search, trip planning. Remote endpoints: streamable-http: https://web-production-44f93.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://web-production-44f93.up.railway.app/mcp GitHub: https://github.com/ama353-arch/Journi-Ai Security Score: 8/10 Creator: Ama353 Arch Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ama353-arch-journi-travel https://web-production-44f93.up.railway.app/mcp --- ## Verify URL: https://mcp-marketplace.io/server/ai-tachyo-verify Summary: Cryptographic proof of wallet ownership in two steps, with no keys and no custody. Description: Cryptographic proof of wallet ownership in two steps, with no keys and no custody. Remote endpoints: streamable-http: https://auth.xbarry.ai/api/mcp/verify Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://auth.xbarry.ai/api/mcp/verify Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-tachyo-verify https://auth.xbarry.ai/api/mcp/verify --- ## Nausika Feedback URL: https://mcp-marketplace.io/server/app-nausika-mcp Summary: Mediterranean marine, nautical, sailing: forecasts, tides, sea routes, anchorages, POIs for AI. Description: Mediterranean marine, nautical, sailing: forecasts, tides, sea routes, anchorages, POIs for AI. Remote endpoints: streamable-http: https://mcp.nausika.app Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nausika.app GitHub: https://github.com/nausika-app/nausika-feedback MCP Tools (19): nausika_marine_forecast, nausika_seasonal_forecast, nausika_tides, nausika_search_places, nausika_get_place, nausika_sea_route, nausika_calculator, nausika_geocode, nausika_describe_place_schema, nausika_is_water, nausika_convert_coordinates, nausika_manage_boat_profile, nausika_get_boat_profile, nausika_manage_favorite, nausika_get_favorites, nausika_manage_rating, nausika_get_ratings, nausika_manage_route, nausika_get_routes Security Score: 10/10 Creator: Nausika App Creator Reputation: B Version: 0.1.3 Install (Claude Code Remote): claude mcp add --transport http app-nausika-mcp https://mcp.nausika.app --- ## Notebooklm URL: https://mcp-marketplace.io/server/io-github-mcp-dir-notebooklm-mcp Summary: Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr Description: Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr Remote endpoints: streamable-http: https://api.mcp.ai/p_notebooklm Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_notebooklm GitHub: https://github.com/mcp-dir/notebooklm-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-notebooklm-mcp https://api.mcp.ai/p_notebooklm --- ## Scout URL: https://mcp-marketplace.io/server/io-github-flikah-scout-mcp Summary: Find licensed real estate agents, search MLS, route leads. Remote MCP for SC + GA brokerages. Description: Find licensed real estate agents, search MLS, route leads. Remote MCP for SC + GA brokerages. Remote endpoints: streamable-http: https://scout.realestate/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scout.realestate/api/mcp GitHub: https://github.com/Flikah/scout-mcp Security Score: 9.9/10 Creator: Flikah Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-flikah-scout-mcp https://scout.realestate/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-compute-mcp Summary: Provides capabilities that let LLM agents perform a range of infrastructure management tasks. Description: Provides capabilities that let LLM agents perform a range of infrastructure management tasks. Remote endpoints: streamable-http: https://compute.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://compute.googleapis.com/mcp MCP Tools (29): create_instance, delete_instance, start_instance, stop_instance, reset_instance, get_instance_basic_info, set_instance_machine_type, list_instance_attached_disks, list_instances, get_instance_group_manager_basic_info, list_instance_group_managers, list_managed_instances, list_instance_templates, get_instance_template_basic_info, get_instance_template_properties, get_disk_basic_info, get_disk_performance_config, list_disks, list_accelerator_types, list_machine_types, list_images, get_zone_operation, get_reservation_basic_info, get_reservation_details, list_reservations, list_commitments, get_commitment_basic_info, list_commitment_reservations, list_snapshots Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-compute-mcp https://compute.googleapis.com/mcp --- ## Hooklayer URL: https://mcp-marketplace.io/server/io-github-khan-ashifur-hooklayer Summary: Viral-content intelligence for AI agents — 7 read-only MCP tools, evidence-layer scoring. Description: Viral-content intelligence for AI agents — 7 read-only MCP tools, evidence-layer scoring. Remote endpoints: streamable-http: https://hooklayer.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hooklayer.dev/api/mcp GitHub: https://github.com/khan-ashifur/hooklayer MCP Tools (7): analyze_account, score_hook, viral_remix, trend_pulse, find_viral_template, match_voice, predict_virality Security Score: 9.8/10 Creator: Khan Ashifur Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-khan-ashifur-hooklayer https://hooklayer.dev/api/mcp --- ## Openparliament Ca URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openparliament-ca Summary: OpenParliament.ca MCP — civic-tech mirror of the Parliament of Canada Description: OpenParliament.ca MCP — civic-tech mirror of the Parliament of Canada Remote endpoints: streamable-http: https://gateway.pipeworx.io/openparliament-ca/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openparliament-ca/mcp GitHub: https://github.com/pipeworx-io/mcp-openparliament-ca MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_debates, list_bills, get_bill, list_votes, list_politicians, get_politician, list_committees, list_committee_meetings Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openparliament-ca https://gateway.pipeworx.io/openparliament-ca/mcp --- ## Pullpush URL: https://mcp-marketplace.io/server/io-github-jacklenzotti-pullpush-mcp Summary: Search Reddit comments and submissions via PullPush.io with filtering by subreddit, author, and date Category: Developer Tools Mode: local Pricing: Free npm: pullpush-mcp GitHub: https://github.com/jacklenzotti/pullpush-mcp Security Score: 7/10 Creator: Jacklenzotti Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-jacklenzotti-pullpush-mcp -- npx -y pullpush-mcp@1.0.1 --- ## ArifOS URL: https://mcp-marketplace.io/server/io-github-ariffazil-arifos-mcp Summary: Constitutional AI governance server with 5-organ Trinity and enforced floors F1-F13. Category: Developer Tools Mode: local Pricing: Free PyPI: arifos GitHub: https://github.com/ariffazil/arifOS Security Score: 7.3/10 Rating: 5/5 Installs: 1 Creator: ariffazil Creator Reputation: C Version: 2026.2.23 Install (Claude Code): claude mcp add io-github-ariffazil-arifos-mcp -- uvx arifos==2026.4.16 --- ## Food Safety Supply Chain URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-food-safety-supply-chain-mcp Summary: Search food recalls, analyze adverse events, assess supplier hygiene, trace ingredient risk, dete... Description: Search food recalls, analyze adverse events, assess supplier hygiene, trace ingredient risk, dete... Remote endpoints: streamable-http: https://ryanclinton--food-safety-supply-chain-mcp.apify.actor/mcp sse: https://ryanclinton--food-safety-supply-chain-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--food-safety-supply-chain-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-food-safety-supply-chain-mcp https://ryanclinton--food-safety-supply-chain-mcp.apify.actor/mcp --- ## Cryptopolitan URL: https://mcp-marketplace.io/server/io-github-4dmrkey-cryptopolitan Summary: Real-time crypto news, analysis, and price predictions for AI agents via MCP. Description: Real-time crypto news, analysis, and price predictions for AI agents via MCP. Remote endpoints: streamable-http: https://agent.cryptopolitan.com/mcp sse: https://agent.cryptopolitan.com/mcp/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://agent.cryptopolitan.com/mcp GitHub: https://github.com/4dmrkey/cryptopolitan-mcp Security Score: 6.9/10 Creator: 4dmrkey Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-4dmrkey-cryptopolitan https://agent.cryptopolitan.com/mcp --- ## Llm Brand Monitor URL: https://mcp-marketplace.io/server/io-github-serpstatglobal-llm-brand-monitor Summary: Track how 350+ AI models mention your brand — manage projects, run scans, analyze results Category: Developer Tools Mode: local Pricing: Free npm: @serpstat/llm-brand-monitor-mcp GitHub: https://github.com/SerpstatGlobal/llm-brand-monitor-mcp Security Score: 4.8/10 Creator: SerpstatGlobal Creator Reputation: B Version: 1.0.1 Required Credentials: LBM_API_KEY (required) Install (Claude Code): claude mcp add io-github-serpstatglobal-llm-brand-monitor -- npx -y @serpstat/llm-brand-monitor-mcp@1.0.1 --- ## Voiceflip URL: https://mcp-marketplace.io/server/io-github-michalbaturko-lang-voiceflip Summary: AI voice agents on SMB websites — fully autonomous build in 2–3 min. 23 MCP tools. EU, GDPR. Description: AI voice agents on SMB websites — fully autonomous build in 2–3 min. 23 MCP tools. EU, GDPR. Remote endpoints: streamable-http: https://www.voiceflip.cz/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.voiceflip.cz/api/mcp GitHub: https://github.com/michalbaturko-lang/voiceflip MCP Tools (4): vf_health, vf_signup, vf_complete_signup, vf_get_pricing Security Score: 8/10 Creator: Michalbaturko Lang Creator Reputation: B Version: 3.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-michalbaturko-lang-voiceflip https://www.voiceflip.cz/api/mcp --- ## Metrifyr URL: https://mcp-marketplace.io/server/io-github-freema-metrifyr Summary: Metrifyr MCP server — access your Metrifyr analytics and integration data directly from MCP clients. Description: Metrifyr MCP server — access your Metrifyr analytics and integration data directly from MCP clients. Remote endpoints: streamable-http: https://mcp.metrifyr.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.metrifyr.cloud/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-freema-metrifyr https://mcp.metrifyr.cloud/mcp --- ## Devplan URL: https://mcp-marketplace.io/server/io-github-mmorris35-devplan-mcp-server Summary: Transform project ideas into paint-by-numbers development plans with phases, tasks, and subtasks. Description: Transform project ideas into paint-by-numbers development plans with phases, tasks, and subtasks. Remote endpoints: streamable-http: https://devplan-mcp-server.mike-c63.workers.dev/mcp Category: File & Storage Mode: dual Pricing: Free Remote URL: https://devplan-mcp-server.mike-c63.workers.dev/mcp GitHub: https://github.com/mmorris35/devplan-mcp-server Security Score: 4.7/10 Creator: Mmorris35 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mmorris35-devplan-mcp-server https://devplan-mcp-server.mike-c63.workers.dev/mcp --- ## Google Ai Search URL: https://mcp-marketplace.io/server/io-github-shariqriazz-google-ai-search-mcp Summary: Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API. Category: Developer Tools Mode: local Pricing: Free npm: google-ai-search-mcp GitHub: https://github.com/shariqriazz/google-ai-search-mcp Security Score: 4.2/10 Creator: Shariqriazz Creator Reputation: B Version: 1.1.1 Required Credentials: AI_PROVIDER (optional), GOOGLE_CLOUD_PROJECT (optional), GOOGLE_CLOUD_LOCATION (optional), GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-shariqriazz-google-ai-search-mcp -- npx -y google-ai-search-mcp@1.1.1 --- ## Outreachos URL: https://mcp-marketplace.io/server/ai-radiusos-www-crm Summary: 34-tool CRM server — contacts, pipeline, quotes, invoices, scheduling, email, and AI scoring. Description: 34-tool CRM server — contacts, pipeline, quotes, invoices, scheduling, email, and AI scoring. Remote endpoints: streamable-http: https://www.radiusos.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.radiusos.ai/api/mcp GitHub: https://github.com/chadrnewell-hash/outreachos Security Score: 8/10 Creator: Chadrnewell Hash Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-radiusos-www-crm https://www.radiusos.ai/api/mcp --- ## The Colony URL: https://mcp-marketplace.io/server/the-colony Summary: Connect AI agents to The Colony - a collaborative intelligence platform Description: Connect AI agents to The Colony - a collaborative intelligence platform where AI agents and humans work together. Browse posts, search content, create discussions, comment, vote, send direct messages, and receive real-time push notifications, all natively from your MCP client. Category: Communication Mode: remote Pricing: Free Remote URL: https://thecolony.cc/mcp/ GitHub: https://github.com/TheColonyCC/colony-mcp-server Security Score: 10/10 Creator: ColonistOne Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http the-colony https://thecolony.cc/mcp/ --- ## Delphi URL: https://mcp-marketplace.io/server/io-github-achilliesbot-delphi-oracle Summary: Real-time AI intelligence signals and temporal knowledge graph for agent economy Description: Real-time AI intelligence signals and temporal knowledge graph for agent economy Remote endpoints: streamable-http: https://delphi-oracle.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://delphi-oracle.onrender.com/mcp GitHub: https://github.com/achilliesbot/delphi Security Score: 2.1/10 Creator: Achilliesbot Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-achilliesbot-delphi-oracle https://delphi-oracle.onrender.com/mcp --- ## Quallaa URL: https://mcp-marketplace.io/server/com-quallaa-quallaa Summary: Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf. Description: Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf. Remote endpoints: streamable-http: https://www.quallaa.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.quallaa.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-quallaa-quallaa https://www.quallaa.com/api/mcp --- ## Multimail URL: https://mcp-marketplace.io/server/dev-multimail-mcp-server Summary: Give your agent its own email address with graduated human oversight, from approval to autonomy. Description: Give your agent its own email address with graduated human oversight, from approval to autonomy. Remote endpoints: streamable-http: https://mcp.multimail.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @multimail/mcp-server Remote URL: https://mcp.multimail.dev/mcp GitHub: https://github.com/multimail-dev/mcp-server Security Score: 10/10 Creator: Multimail Dev Creator Reputation: B Version: 0.13.0 Required Credentials: MULTIMAIL_API_KEY (required), MULTIMAIL_MAILBOX_ID (optional) Install (Claude Code): claude mcp add dev-multimail-mcp-server -- npx -y @multimail/mcp-server@0.13.0 Install (Claude Code Remote): claude mcp add --transport http dev-multimail-mcp-server https://mcp.multimail.dev/mcp --- ## Hyperliquid Info URL: https://mcp-marketplace.io/server/io-github-glebenjoy-hyperliquid-info-mcp Summary: Hyperliquid perp & spot data: prices, funding, open interest, order book, positions. No API key. Category: Developer Tools Mode: local Pricing: Free npm: hyperliquid-info-mcp GitHub: https://github.com/Glebenjoy/hyperliquid-info-mcp Security Score: 5.2/10 Creator: Glebenjoy Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-glebenjoy-hyperliquid-info-mcp -- npx -y hyperliquid-info-mcp@1.0.0 --- ## Attest URL: https://mcp-marketplace.io/server/io-github-spazio-genesi-attest-mcp Summary: Free proof-of-existence attestation for digital files, MCP tools for the imgauth service. Category: Developer Tools Mode: local Pricing: Free npm: @spazio-genesi/attest-mcp GitHub: https://github.com/SPAZIO-GENESI/attest-mcp Security Score: 8.2/10 Creator: SPAZIO GENESI Creator Reputation: B Version: 0.4.1 Required Credentials: IMGAUTH_API_KEY (required), IMGAUTH_BASE_URL (optional), IMGAUTH_CERT_PAGE_BASE (optional) Install (Claude Code): claude mcp add io-github-spazio-genesi-attest-mcp -- npx -y @spazio-genesi/attest-mcp@0.4.1 --- ## Arezzo URL: https://mcp-marketplace.io/server/io-github-convergentmethods-arezzo Summary: Deterministic Google Docs API compiler. Your agent stops silently corrupting documents. Category: Developer Tools Mode: local Pricing: Free PyPI: arezzo GitHub: https://github.com/ConvergentMethods/arezzo Security Score: 10/10 Creator: ConvergentMethods Creator Reputation: B Version: 0.1.1 Required Credentials: GOOGLE_APPLICATION_CREDENTIALS (optional) Install (Claude Code): claude mcp add io-github-convergentmethods-arezzo -- uvx arezzo==0.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-nomadforecast-mcp Summary: Trip planning for nomadic families: multi-stop trips, Schengen/visa, climate, destinations. Description: Trip planning for nomadic families: multi-stop trips, Schengen/visa, climate, destinations. Remote endpoints: streamable-http: https://nomadforecast.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nomadforecast.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-nomadforecast-mcp https://nomadforecast.com/api/mcp --- ## Perf Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-perf Summary: Benchmark, memory, Big O analysis for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-perf-tools GitHub: https://github.com/rog0x/mcp-perf-tools Security Score: 6.5/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-perf -- npx -y @rog0x/mcp-perf-tools@1.0.2 --- ## Riksdag Regering URL: https://mcp-marketplace.io/server/io-github-ksaklfszf921-riksdag-regering-mcp Summary: Svenska Riksdagens och Regeringskansliets öppna data - 27 verktyg för politik, dokument och analys Description: Svenska Riksdagens och Regeringskansliets öppna data - 27 verktyg för politik, dokument och analys Remote endpoints: streamable-http: https://riksdag-regering-ai.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: riksdag-regering-mcp GitHub: https://github.com/KSAklfszf921/Riksdag-Regering-MCP Security Score: 10/10 Creator: KSAklfszf921 Creator Reputation: B Version: 2.0.1 Required Credentials: SUPABASE_URL (optional), SUPABASE_ANON_KEY (required) Install (Claude Code): claude mcp add io-github-ksaklfszf921-riksdag-regering-mcp -- npx -y riksdag-regering-mcp --- ## EverydayBuddy URL: https://mcp-marketplace.io/server/com-everydaybudd-decisions Summary: Verified US tax and money decision tools: verdict plus a pre-filled deep link to the full page. Description: Verified US tax and money decision tools: verdict plus a pre-filled deep link to the full page. Remote endpoints: streamable-http: https://www.everydaybudd.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.everydaybudd.com/api/mcp GitHub: https://github.com/waqarkaleemkhan/EverydayBuddy MCP Tools (5): job_offer_worth_it, freelance_rate_floor, roth_vs_traditional, best_filing_status, raise_bonus_value Security Score: 8/10 Creator: Waqarkaleemkhan Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-everydaybudd-decisions https://www.everydaybudd.com/api/mcp --- ## Austrian Law URL: https://mcp-marketplace.io/server/eu-ansvar-austrian-law-mcp Summary: Austrian federal legislation — statutes and EU cross-references via MCP Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/austrian-law-mcp GitHub: https://github.com/Ansvar-Systems/Austrian-law-mcp Security Score: 5.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.3 Install (Claude Code): claude mcp add eu-ansvar-austrian-law-mcp -- npx -y @ansvar/austrian-law-mcp@1.0.3 --- ## Sverklo URL: https://mcp-marketplace.io/server/io-github-sverklo-sverklo Summary: Local-first MCP code intelligence: 37 tools — hybrid search, blast-radius, diff review, memory. Category: Developer Tools Mode: local Pricing: Free npm: sverklo GitHub: https://github.com/sverklo/sverklo Security Score: 5.2/10 Creator: Sverklo Creator Reputation: B Version: 0.19.0 Install (Claude Code): claude mcp add io-github-sverklo-sverklo -- npx -y sverklo@0.19.0 --- ## Monarch URL: https://mcp-marketplace.io/server/io-github-vargahis-monarch-money Summary: MCP server for Monarch Money — accounts, transactions, budgets, cashflow, investments, and more Category: Developer Tools Mode: local Pricing: Free PyPI: monarch-mcp GitHub: https://github.com/vargahis/monarch-mcp Security Score: 4.2/10 Creator: Vargahis Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-vargahis-monarch-money -- uvx monarch-mcp==0.1.4 --- ## Donethat URL: https://mcp-marketplace.io/server/ai-donethat-donethat Summary: Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory. Description: Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory. Remote endpoints: streamable-http: https://mcp.donethat.ai/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.donethat.ai/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-donethat-donethat https://mcp.donethat.ai/ --- ## Jobkeepr URL: https://mcp-marketplace.io/server/com-jobkeepr-jobkeepr Summary: Manage jobs, customers, scheduling, estimates and invoices for a field service business. Description: Manage jobs, customers, scheduling, estimates and invoices for a field service business. Remote endpoints: streamable-http: https://jobkeepr.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jobkeepr.com/mcp GitHub: https://github.com/dandyer/jobkeepr-mcp Security Score: 10/10 Creator: Dandyer Creator Reputation: B Version: 1.0.0 Required Credentials: JOBKEEPR_API_KEY (optional), JOBKEEPR_URL (optional) Install (Claude Code Remote): claude mcp add --transport http com-jobkeepr-jobkeepr https://jobkeepr.com/mcp --- ## Trust Chain URL: https://mcp-marketplace.io/server/io-github-csoai-org-trust-chain-mcp Summary: Trust Chain MCP server. Tools: create trust anchor, verify chain, add attestation. Built by MEOK AI Category: Developer Tools Mode: local Pricing: Free PyPI: trust-chain-mcp GitHub: https://github.com/CSOAI-ORG/trust-chain-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-trust-chain-mcp -- uvx trust-chain-mcp==1.0.11 --- ## Idealift Mcp Docs URL: https://mcp-marketplace.io/server/io-github-startvest-llc-idealift-mcp Summary: Pre-backlog idea management with decision tracking, signals, and RICE scoring. Description: Pre-backlog idea management with decision tracking, signals, and RICE scoring. Remote endpoints: streamable-http: https://mcp.idealift.startvest.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.idealift.startvest.ai/mcp GitHub: https://github.com/Startvest-LLC/idealift-mcp-docs Security Score: 9.9/10 Creator: Startvest LLC Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-startvest-llc-idealift-mcp https://mcp.idealift.startvest.ai/mcp --- ## Mrc Data URL: https://mcp-marketplace.io/server/ai-meacheal-mrc-data Summary: Chinese textile & fashion supply chain data for AI: 1,000+ suppliers, 350+ fabrics, 170+ clusters. Description: Chinese textile & fashion supply chain data for AI: 1,000+ suppliers, 350+ fabrics, 170+ clusters. Remote endpoints: streamable-http: https://api.meacheal.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.meacheal.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 2.2.1 Install (Claude Code Remote): claude mcp add --transport http ai-meacheal-mrc-data https://api.meacheal.ai/mcp --- ## Care Home Cqc URL: https://mcp-marketplace.io/server/io-github-csoai-org-care-home-cqc-mcp Summary: UK Care Quality Commission (CQC) Single Assessment Framework compliance for care homes. AI-assisted Category: Developer Tools Mode: local Pricing: Free PyPI: care-home-cqc-mcp GitHub: https://github.com/CSOAI-ORG/care-home-cqc-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.13 Install (Claude Code): claude mcp add io-github-csoai-org-care-home-cqc-mcp -- uvx care-home-cqc-mcp==1.0.13 --- ## Pub Dev URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pub-dev Summary: pub.dev MCP — package registry for Dart & Flutter. Description: pub.dev MCP — package registry for Dart & Flutter. Remote endpoints: streamable-http: https://gateway.pipeworx.io/pub-dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pub-dev/mcp GitHub: https://github.com/pipeworx-io/mcp-pub-dev MCP Tools (20): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pub-dev https://gateway.pipeworx.io/pub-dev/mcp --- ## Mascope URL: https://mcp-marketplace.io/server/io-github-bbb-build-mascope-mcp Summary: World MiniApp reviews and analytics — verified human ratings via World ID Category: Developer Tools Mode: local Pricing: Free npm: mascope-mcp GitHub: https://github.com/bbb-build/mascope-mcp Security Score: 5.2/10 Creator: Bbb Build Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-bbb-build-mascope-mcp -- npx -y mascope-mcp@1.0.1 --- ## Listings URL: https://mcp-marketplace.io/server/com-trellistate-listings Summary: Free public real estate listing exchange. Search, retrieve, and submit inquiries on listings. Description: Free public real estate listing exchange. Search, retrieve, and submit inquiries on listings. Remote endpoints: streamable-http: https://trellistate.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trellistate.com/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-trellistate-listings https://trellistate.com/api/mcp --- ## Dearuser URL: https://mcp-marketplace.io/server/io-github-bleedmode-dearuser Summary: Tells you how you and your Claude agent actually work together. Local-only, no API keys. Category: Developer Tools Mode: local Pricing: Free npm: @poisedhq/dearuser-mcp GitHub: https://github.com/bleedmode/dearuser Security Score: 4.5/10 Creator: Bleedmode Creator Reputation: B Version: 1.0.20 Install (Claude Code): claude mcp add io-github-bleedmode-dearuser -- npx -y @poisedhq/dearuser-mcp@1.0.20 --- ## Securityscan Api URL: https://mcp-marketplace.io/server/net-apisecurityscan-securityscan Summary: Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10. Description: Scan GitHub-hosted AI skills for vulnerabilities: prompt injection, malware, OWASP LLM Top 10. Remote endpoints: streamable-http: https://apisecurityscan.net/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://apisecurityscan.net/mcp GitHub: https://github.com/securityscan-api/securityscan-api MCP Tools (2): Plan, Method Security Score: 10/10 Creator: Securityscan Api Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-apisecurityscan-securityscan https://apisecurityscan.net/mcp --- ## Relentless Identity URL: https://mcp-marketplace.io/server/com-relentlessidentity-relentless-identity Summary: Corporate identity finder and email verification. Map real addresses and users to real people. Description: Corporate identity finder and email verification. Map real addresses and users to real people. Remote endpoints: streamable-http: https://mcp.relentlessidentity.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.relentlessidentity.com/mcp/ Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-relentlessidentity-relentless-identity https://mcp.relentlessidentity.com/mcp/ --- ## Ai Compliance Monitor URL: https://mcp-marketplace.io/server/io-github-vdineshk-ai-compliance-monitor Summary: Regulatory intelligence for AI agents across jurisdictions Description: Regulatory intelligence for AI agents across jurisdictions Remote endpoints: streamable-http: https://ai-compliance-monitor.sgdata.workers.dev/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://ai-compliance-monitor.sgdata.workers.dev/mcp GitHub: https://github.com/vdineshk/ai-compliance-monitor MCP Tools (4): check_obligations, get_regulation_articles, check_deadline, compare_jurisdictions Security Score: 6/10 Creator: Vdineshk Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vdineshk-ai-compliance-monitor https://ai-compliance-monitor.sgdata.workers.dev/mcp --- ## Webgate URL: https://mcp-marketplace.io/server/io-github-x-hannibal-mcp-webgate Summary: Web search that doesn't wreck your AI's memory. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-webgate GitHub: https://github.com/x-hannibal/mcp-webgate Security Score: 6.5/10 Creator: X Hannibal Creator Reputation: B Version: 0.1.33 Install (Claude Code): claude mcp add io-github-x-hannibal-mcp-webgate -- uvx mcp-webgate==0.1.33 --- ## Edgartools URL: https://mcp-marketplace.io/server/io-github-dgunning-edgartools Summary: Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required. Category: Developer Tools Mode: local Pricing: Free PyPI: edgartools GitHub: https://github.com/dgunning/edgartools Security Score: 6/10 Creator: dgunning Creator Reputation: D Version: 5.21.1 Required Credentials: EDGAR_IDENTITY (optional) Install (Claude Code): claude mcp add io-github-dgunning-edgartools -- uvx edgartools==5.30.0 --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-firestore-mcp Summary: Interact with your Google Cloud Firestore resources using natural language commands. Description: Interact with your Google Cloud Firestore resources using natural language commands. Remote endpoints: streamable-http: https://firestore.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://firestore.googleapis.com/mcp MCP Tools (15): get_document, add_document, update_document, delete_document, list_documents, list_collections, create_database, get_database, list_databases, update_database, delete_database, create_index, get_index, list_indexes, delete_index Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-firestore-mcp https://firestore.googleapis.com/mcp --- ## Nativ URL: https://mcp-marketplace.io/server/io-github-nativ-technologies-nativ Summary: AI-powered localization — translate, manage translation memory, and access style guides. Category: Developer Tools Mode: local Pricing: Free PyPI: nativ-mcp GitHub: https://github.com/Nativ-Technologies/nativ-mcp Security Score: 9/10 Creator: Nativ Technologies Creator Reputation: B Version: 0.1.3 Required Credentials: NATIV_API_KEY (required), NATIV_API_URL (optional) Install (Claude Code): claude mcp add io-github-nativ-technologies-nativ -- uvx nativ-mcp==0.1.3 --- ## Internal Knowledge Base URL: https://mcp-marketplace.io/server/io-github-kimsb2429-internal-knowledge-base Summary: Production-ready RAG + MCP demo: eval-in-CI merge gate, Langfuse traces, structure-aware chunking. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/kimsb2429/internal-knowledge-base Security Score: 10/10 Creator: Kimsb2429 Creator Reputation: B Version: 0.1.0 --- ## Directree URL: https://mcp-marketplace.io/server/io-github-coburn2716-directree-mcp Summary: Search 5000+ software tools with structured, labelled facts. No pay-to-rank. Description: Search 5000+ software tools with structured, labelled facts. No pay-to-rank. Remote endpoints: streamable-http: https://www.directree.io/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.directree.io/api/mcp GitHub: https://github.com/coburn2716/directree-mcp Security Score: 5.7/10 Creator: Coburn2716 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-coburn2716-directree-mcp https://www.directree.io/api/mcp --- ## Blockchair URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-blockchair Summary: Blockchair multi-chain block explorer (BTC, ETH, LTC, DOGE, XMR, +12 more) Description: Blockchair multi-chain block explorer (BTC, ETH, LTC, DOGE, XMR, +12 more) Remote endpoints: streamable-http: https://gateway.pipeworx.io/blockchair/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/blockchair/mcp GitHub: https://github.com/pipeworx-io/mcp-blockchair Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-blockchair https://gateway.pipeworx.io/blockchair/mcp --- ## Sefaria URL: https://mcp-marketplace.io/server/dev-workers-shimonkolodny-sefaria-mcp-sefaria Summary: Access Sefaria's library of Jewish texts, commentaries, and learning schedules via MCP Description: Access Sefaria's library of Jewish texts, commentaries, and learning schedules via MCP Remote endpoints: streamable-http: https://sefaria-mcp.shimonkolodny.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sefaria-mcp.shimonkolodny.workers.dev/mcp MCP Tools (9): get_text, search_texts, get_index, get_toc, get_links, get_topics, get_calendars, get_versions, get_shape Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-workers-shimonkolodny-sefaria-mcp-sefaria https://sefaria-mcp.shimonkolodny.workers.dev/mcp --- ## Irenictable URL: https://mcp-marketplace.io/server/org-benevolabs-irenictable Summary: Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards Description: Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards Remote endpoints: streamable-http: https://irenictable.benevolabs.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://irenictable.benevolabs.org/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 6.15.0 Install (Claude Code Remote): claude mcp add --transport http org-benevolabs-irenictable https://irenictable.benevolabs.org/mcp --- ## Uk Ai Act URL: https://mcp-marketplace.io/server/io-github-csoai-org-uk-ai-act-mcp Summary: UK AI regulation compliance tools for AI agents. Capabilities: UK risk classification, AISI Category: Developer Tools Mode: local Pricing: Free PyPI: uk-ai-act-mcp GitHub: https://github.com/CSOAI-ORG/uk-ai-act-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-uk-ai-act-mcp -- uvx uk-ai-act-mcp==1.0.10 --- ## Prxhub URL: https://mcp-marketplace.io/server/io-github-parallect-prxhub Summary: Search, cite, download, and publish .prx research bundles on prxhub.com. Description: Search, cite, download, and publish .prx research bundles on prxhub.com. Remote endpoints: streamable-http: https://prxhub.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prxhub.com/api/mcp GitHub: https://github.com/parallect/prxhub MCP Tools (9): search_bundles, search_claims, download_bundle, list_collections, get_collection, session_feedback, cite_bundle, publish_bundle_prepare, publish_bundle_finalize Security Score: 8/10 Creator: Parallect Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-parallect-prxhub https://prxhub.com/api/mcp --- ## Spritesheet Forge URL: https://mcp-marketplace.io/server/io-github-laxy9887-spritesheet-forge Summary: Game-dev sprite tools: PNG/GIF to spritesheet, split, trim, animate. OAuth-authenticated MCP server. Description: Game-dev sprite tools: PNG/GIF to spritesheet, split, trim, animate. OAuth-authenticated MCP server. Remote endpoints: streamable-http: https://mcp.clawstudiouo.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.clawstudiouo.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-laxy9887-spritesheet-forge https://mcp.clawstudiouo.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-mapstools-mcp Summary: Ground your AI applications with trusted geospatial data from Google Maps. Description: Ground your AI applications with trusted geospatial data from Google Maps. Remote endpoints: streamable-http: https://mapstools.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mapstools.googleapis.com/mcp MCP Tools (3): search_places, lookup_weather, compute_routes Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-mapstools-mcp https://mapstools.googleapis.com/mcp --- ## Mila URL: https://mcp-marketplace.io/server/mila Summary: Create, read, update docs, spreadsheets, and presentations via AI Description: Mila is an AI-native collaborative platform for documents, spreadsheets, and slide presentations. The Mila MCP server lets AI assistants and agents create, read, update, and manage office documents programmatically. With Mila MCP, your AI can: create rich HTML documents with headings, tables, and formatting; build spreadsheets with formulas and cell formatting in A1 notation; design slide presentations on a 960x540 canvas; organize content into servers (workspaces); and perform full CRUD operat Category: Productivity Mode: remote Pricing: Free Remote URL: https://mcp.mila.gg Security Score: 8/10 Creator: User Creator Reputation: D Version: 1.0.0 Tags: productivity, documents, spreadsheets, presentations, office, collaboration, AI, writing, office-suite Use Cases: Document creation, Spreadsheet automation, Slide presentations, Report generation, Content management, Office productivity Required Credentials: MILA_API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http mila https://mcp.mila.gg --- ## Boyce URL: https://mcp-marketplace.io/server/io-github-boyce-io-boyce Summary: Deterministic SQL compiler for AI agents. Your agent stops guessing SQL. Category: Developer Tools Mode: local Pricing: Free PyPI: boyce GitHub: https://github.com/boyce-io/boyce Security Score: 9.5/10 Creator: Boyce Io Creator Reputation: B Version: 0.1.1 Required Credentials: BOYCE_DB_URL (optional), BOYCE_PROVIDER (optional), ANTHROPIC_API_KEY (optional) Install (Claude Code): claude mcp add io-github-boyce-io-boyce -- uvx boyce==0.1.1 --- ## Cipher X402 URL: https://mcp-marketplace.io/server/io-github-cryptomotifs-cipher-x402-mcp Summary: 8 CIPHER tools — Solana scan, breach check, Jito, FRED, Drift, repo health, more. x402-paid on Base. Description: 8 CIPHER tools — Solana scan, breach check, Jito, FRED, Drift, repo health, more. x402-paid on Base. Remote endpoints: streamable-http: https://cipher-x402-mcp.vercel.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://cipher-x402-mcp.vercel.app/mcp GitHub: https://github.com/cryptomotifs/cipher-x402-mcp Security Score: 8/10 Creator: Cryptomotifs Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cryptomotifs-cipher-x402-mcp https://cipher-x402-mcp.vercel.app/mcp --- ## Captcha URL: https://mcp-marketplace.io/server/cc-captcha-captchacc Summary: Human verification CAPTCHA with visual and selective-listening audio challenges. Description: Human verification CAPTCHA with visual and selective-listening audio challenges. Remote endpoints: streamable-http: https://captcha.cc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://captcha.cc/mcp GitHub: https://github.com/earonesty/captcha MCP Tools (3): make_widget_snippet, make_siteverify_request, create_challenge Security Score: 8/10 Creator: Earonesty Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cc-captcha-captchacc https://captcha.cc/mcp --- ## Senders URL: https://mcp-marketplace.io/server/io-github-dame-senders-senders-mcp Summary: Cold email infrastructure — campaigns, prospects, mailbox health and replies via Claude. Description: Cold email infrastructure — campaigns, prospects, mailbox health and replies via Claude. Remote endpoints: streamable-http: https://mcp.senders.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.senders.ai/mcp GitHub: https://github.com/dame-senders/sendersmcp Security Score: 8/10 Creator: Dame Senders Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dame-senders-senders-mcp https://mcp.senders.ai/mcp --- ## Marea Alcalina URL: https://mcp-marketplace.io/server/com-mareaalcalina-storefront Summary: Hosted storefront backend for AI agents: products, cart, Stripe + PayPal, delivery, order tracking. Description: Hosted storefront backend for AI agents: products, cart, Stripe + PayPal, delivery, order tracking. Remote endpoints: streamable-http: https://mcp.mareaalcalina.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mareaalcalina.com/mcp GitHub: https://github.com/irvmar/marea-alcalina-mcp-server Security Score: 8/10 Creator: Irvmar Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-mareaalcalina-storefront https://mcp.mareaalcalina.com/mcp --- ## Limelink URL: https://mcp-marketplace.io/server/io-github-hellovelop-limelink-mcp-server Summary: MCP server for Limelink dynamic links with deep linking, social previews, and UTM tracking Category: Developer Tools Mode: local Pricing: Free npm: limelink-mcp-server GitHub: https://github.com/hellovelop/limelink-mcp-server Security Score: 7/10 Creator: Hellovelop Creator Reputation: B Version: 0.0.5 Required Credentials: LIMELINK_API_KEY (required), LIMELINK_PROJECT_ID (optional) Install (Claude Code): claude mcp add io-github-hellovelop-limelink-mcp-server -- npx -y limelink-mcp-server@0.0.5 --- ## Kindora URL: https://mcp-marketplace.io/server/io-github-kindora-pbc-foundation-discovery Summary: Foundation discovery and grant intelligence for nonprofits. 174K+ US funders, IRS 990 data. Description: Foundation discovery and grant intelligence for nonprofits. 174K+ US funders, IRS 990 data. Remote endpoints: streamable-http: https://kindora-mcp.azurewebsites.net/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kindora-mcp.azurewebsites.net/mcp/ GitHub: https://github.com/Kindora-PBC/kindora MCP Tools (9): health_check, list_tools, search_funders, get_funder_profile, get_990_summary, get_foundation_grants, get_ntee_codes, search_open_grants, get_funder_stats Security Score: 8/10 Creator: Kindora PBC Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kindora-pbc-foundation-discovery https://kindora-mcp.azurewebsites.net/mcp/ --- ## Statisticsoftheworld URL: https://mcp-marketplace.io/server/com-statisticsoftheworld-sotw Summary: 490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED. Description: 490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED. Remote endpoints: streamable-http: https://statisticsoftheworld.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://statisticsoftheworld.com/api/mcp GitHub: https://github.com/dregon03/statisticsoftheworld Security Score: 6.5/10 Creator: Dregon03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-statisticsoftheworld-sotw https://statisticsoftheworld.com/api/mcp --- ## Yultrace Bounty Feed URL: https://mcp-marketplace.io/server/com-trycloudflare-candy-josh-writers-balance-yultrace-bounty-feed Summary: Local bounty-feed index: Bountycaster/Dework/Superteam/Algora/Sherlock/GitHub bounties. Read-only. Description: Local bounty-feed index: Bountycaster/Dework/Superteam/Algora/Sherlock/GitHub bounties. Read-only. Remote endpoints: streamable-http: https://candy-josh-writers-balance.trycloudflare.com/mcp2/ Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://candy-josh-writers-balance.trycloudflare.com/mcp2/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-trycloudflare-candy-josh-writers-balance-yultrace-bounty-feed https://candy-josh-writers-balance.trycloudflare.com/mcp2/ --- ## Portfolio URL: https://mcp-marketplace.io/server/io-github-rubenmarcus-portfolio Summary: Public portfolio MCP for resume, services, availability, project evidence, and introductions. Description: Public portfolio MCP for resume, services, availability, project evidence, and introductions. Remote endpoints: streamable-http: https://www.rubenmarcus.dev/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.rubenmarcus.dev/api/mcp GitHub: https://github.com/rubenmarcus/portfolio Security Score: 5.2/10 Creator: Rubenmarcus Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rubenmarcus-portfolio https://www.rubenmarcus.dev/api/mcp --- ## Real Estate Intelligence - Pitt County, NC URL: https://mcp-marketplace.io/server/real-estate-intelligence-pitt-county-nc Summary: 20 MCP tools for Pitt County NC real estate — parcels, permits, sales, builders, and foreclosures. Description: Pitt County NC real estate intelligence API with 20 tools covering every angle of property research, market analytics, and entity investigation. Built for investors, brokers, builders, and developers who need programmatic access to deep, structured public record data. Property Research: Search 80,900+ parcels by city, price, beds, sqft, type, or subdivision. Look up by address with flexible matching. Get full property details including tax assessment, ownership, structure, and zoning. Find near Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://data.reilize.com/mcp Security Score: 9/10 Creator: sdjohnso Creator Reputation: C- Version: 1.0.0 Tags: real-estate, property-data, public-records, building-permits, foreclosures, MLS-free, tax-records, deed-records, market-analytics, CMA, entity-resolution, ownership-history, builder-tracking, Pitt-County, North-Carolina Use Cases: Real estate investment analysis, property research, comparable market analysis (CMA), builder and contractor tracking, foreclosure monitoring, ownership and entity research, market trend analysis Required Credentials: API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http real-estate-intelligence-pitt-county-nc https://data.reilize.com/mcp --- ## Drishti URL: https://mcp-marketplace.io/server/in-getdrishti-drishti Summary: Indian media intelligence — bilingual sentiment, Tier 1 credibility, story clustering. Description: Indian media intelligence — bilingual sentiment, Tier 1 credibility, story clustering. Remote endpoints: streamable-http: https://mcp.getdrishti.in/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.getdrishti.in/mcp GitHub: https://github.com/yashkapoor43-gif/drishti Security Score: 8/10 Creator: Yashkapoor43 Gif Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http in-getdrishti-drishti https://mcp.getdrishti.in/mcp --- ## Plexus URL: https://mcp-marketplace.io/server/io-github-pcas-io-plexus Summary: Typed on-prem knowledge graph for AI agents — read-only for humans, write-only for agents via MCP. Description: Typed on-prem knowledge graph for AI agents — read-only for humans, write-only for agents via MCP. Remote endpoints: streamable-http: https://{plexus_host}/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://{plexus_host}/mcp GitHub: https://github.com/pcas-io/plexus Security Score: 5.3/10 Creator: Pcas Io Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-pcas-io-plexus 'https://{plexus_host}/mcp' --- ## Rides URL: https://mcp-marketplace.io/server/rs-rides-airport-transfers Summary: Airport transfers: Novi Sad ↔ Belgrade Airport (BEG). Look up prices and book a ride. Description: Airport transfers: Novi Sad ↔ Belgrade Airport (BEG). Look up prices and book a ride. Remote endpoints: streamable-http: https://rides.rs/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rides.rs/api/mcp GitHub: https://github.com/vladand-source/rides MCP Tools (6): list_routes, get_pricing, estimate_price, get_service_info, create_booking_request, get_booking_request_status Security Score: 8/10 Creator: Vladand Source Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http rs-rides-airport-transfers https://rides.rs/api/mcp --- ## Agentresources URL: https://mcp-marketplace.io/server/io-github-sznt2010-agentresources-mcp Summary: MCP server for Agent Resources: Trust Cards, signed telemetry, ERC-8004 identity, x402. Category: Developer Tools Mode: local Pricing: Free npm: @agentresources/mcp GitHub: https://github.com/sznt2010/agentresources-mcp Security Score: 4.2/10 Creator: Sznt2010 Creator Reputation: B Version: 0.1.2 Required Credentials: AR_API_BASE (optional), AR_AGENT_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-sznt2010-agentresources-mcp -- npx -y @agentresources/mcp@0.1.2 --- ## Reversecentaur URL: https://mcp-marketplace.io/server/io-github-brandonbgreen-reversecentaur-mcp Summary: Hire humans for tasks AI can't do. Fair trade pay floors, prepaid escrow, ethical receipts. Category: Developer Tools Mode: local Pricing: Free npm: reversecentaur-mcp GitHub: https://github.com/ReverseCentaurAI/mcp-server Security Score: 6.9/10 Creator: ReverseCentaurAI Creator Reputation: B Version: 0.1.1 Required Credentials: REVERSECENTAUR_API_KEY (required), REVERSECENTAUR_API_URL (optional), REVERSECENTAUR_MOCK_MODE (optional) Install (Claude Code): claude mcp add io-github-brandonbgreen-reversecentaur-mcp -- npx -y reversecentaur-mcp@0.2.1 --- ## Linkup URL: https://mcp-marketplace.io/server/so-linkup-mcp-linkup-mcp-server Summary: Search the web in real time to get trustworthy, source-backed answers. Description: Search the web in real time to get trustworthy, source-backed answers. Remote endpoints: streamable-http: https://mcp.linkup.so sse: https://mcp.linkup.so Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.linkup.so Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http so-linkup-mcp-linkup-mcp-server https://mcp.linkup.so --- ## Fixflow URL: https://mcp-marketplace.io/server/io-github-magneticdogson-fixflow Summary: Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly. Description: Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly. Remote endpoints: streamable-http: https://fixflow-mcp.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://fixflow-mcp.onrender.com/mcp GitHub: https://github.com/MagneticDogSon/fixflow-mcp Security Score: 10/10 Creator: MagneticDogSon Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-magneticdogson-fixflow https://fixflow-mcp.onrender.com/mcp --- ## Crosspad URL: https://mcp-marketplace.io/server/io-github-crosspad-crosspad-mcp Summary: Development workflow server for CrossPad — build, test, run, screenshot, and navigate code Category: Developer Tools Mode: local Pricing: Free npm: crosspad-mcp-server GitHub: https://github.com/CrossPad/crosspad-mcp Security Score: 7/10 Creator: CrossPad Creator Reputation: B Version: 4.0.1 Install (Claude Code): claude mcp add io-github-crosspad-crosspad-mcp -- npx -y crosspad-mcp-server@6.0.0 --- ## Db Metadata Extractor URL: https://mcp-marketplace.io/server/io-github-optisol-business-db-metadata-extractor-mcp Summary: Extract database metadata from PostgreSQL, Snowflake, SQL Server, BigQuery, and Oracle. Category: Developer Tools Mode: local Pricing: Free PyPI: db-metadata-extractor-mcp GitHub: https://github.com/Optisol-Business/db-metadata-extractor-mcp Security Score: 0/10 Creator: Optisol Business Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-optisol-business-db-metadata-extractor-mcp -- uvx db-metadata-extractor-mcp --- ## Nynch URL: https://mcp-marketplace.io/server/io-github-peterod99-nynch Summary: CRM, relationship intelligence, and multi-agent orchestration for AI agents. Description: CRM, relationship intelligence, and multi-agent orchestration for AI agents. Remote endpoints: streamable-http: https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server GitHub: https://github.com/peterod99/nynch-mcp-server Security Score: 10/10 Creator: Peterod99 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-peterod99-nynch https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server --- ## Universal Model Registry URL: https://mcp-marketplace.io/server/io-github-aezizhu-model-id-cheatsheet Summary: Accurate API model IDs, pricing, and specs for 46 models across 7 AI providers. Description: Accurate API model IDs, pricing, and specs for 46 models across 7 AI providers. Remote endpoints: sse: https://universal-model-registry-production.up.railway.app/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://universal-model-registry-production.up.railway.app/sse GitHub: https://github.com/aezizhu/universal-model-registry Security Score: 9.9/10 Creator: Aezizhu Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aezizhu-model-id-cheatsheet https://universal-model-registry-production.up.railway.app/sse --- ## OpenAkashic URL: https://mcp-marketplace.io/server/io-github-szara7678-openakashic Summary: Shared long-term memory vault for AI agents with 20 MCP tools. Description: Shared long-term memory vault for AI agents with 20 MCP tools. Remote endpoints: streamable-http: https://knowledge.openakashic.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://knowledge.openakashic.com/mcp/ GitHub: https://github.com/szara7678/OpenAkashic Security Score: 10/10 Creator: Szara7678 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-szara7678-openakashic https://knowledge.openakashic.com/mcp/ --- ## Fhir URL: https://mcp-marketplace.io/server/io-github-wso2-fhir-mcp-server Summary: MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications Category: Developer Tools Mode: local Pricing: Free PyPI: fhir-mcp-server GitHub: https://github.com/wso2/fhir-mcp-server Security Score: 10/10 Creator: Wso2 Creator Reputation: B Version: 0.10.0 Required Credentials: FHIR_SERVER_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-wso2-fhir-mcp-server -- uvx fhir-mcp-server==0.10.0 --- ## Promptrejector URL: https://mcp-marketplace.io/server/io-github-revsmoke-promptrejectormcp Summary: Security gateway for AI agents: detects prompt injections, jailbreaks, and common vulnerabilities. Category: Developer Tools Mode: local Pricing: Free npm: prompt-rejector GitHub: https://github.com/revsmoke/promptrejectormcp Security Score: 9/10 Creator: Revsmoke Creator Reputation: B Version: 1.0.1 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-revsmoke-promptrejectormcp -- npx -y prompt-rejector@1.0.1 --- ## Screenshot Api URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-screenshot-api Summary: Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture. Description: Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture. Remote endpoints: sse: https://api.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-screenshot-api https://api.rjctdlabs.xyz/sse --- ## Letswork URL: https://mcp-marketplace.io/server/io-github-saicharanrajoju-letswork Summary: Real-time collaborative coding via MCP — two developers, one codebase Category: Developer Tools Mode: local Pricing: Free PyPI: letswork GitHub: https://github.com/saicharanrajoju/letswork-mcp Security Score: 9/10 Creator: Saicharanrajoju Creator Reputation: B Version: 3.0.0 Install (Claude Code): claude mcp add io-github-saicharanrajoju-letswork -- uvx letswork==3.0.0 --- ## Mcp URL: https://mcp-marketplace.io/server/cloud-servicepal-mcp Summary: AI phone answering tools for service businesses — ROI, missed calls, demos across 18 industries Description: AI phone answering tools for service businesses — ROI, missed calls, demos across 18 industries Remote endpoints: streamable-http: https://servicepal.cloud/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://servicepal.cloud/mcp/ MCP Tools (5): calculate_missed_calls, estimate_revenue_loss, compare_solutions, generate_custom_demo, get_industry_use_case Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http cloud-servicepal-mcp https://servicepal.cloud/mcp/ --- ## Meteoswiss Llm Tools URL: https://mcp-marketplace.io/server/io-github-eins78-meteoswiss-mcp Summary: Swiss weather data for AI assistants — forecasts, measurements, stations, pollen. Description: Swiss weather data for AI assistants — forecasts, measurements, stations, pollen. Remote endpoints: streamable-http: https://meteoswiss-mcp.ars.is/mcp Category: Developer Tools Mode: dual Pricing: Free npm: meteoswiss-mcp Remote URL: https://meteoswiss-mcp.ars.is/mcp GitHub: https://github.com/eins78/meteoswiss-llm-tools Security Score: 9.7/10 Creator: Eins78 Creator Reputation: B Version: 2.0.2 Install (Claude Code): claude mcp add io-github-eins78-meteoswiss-mcp -- npx -y meteoswiss-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-eins78-meteoswiss-mcp https://meteoswiss-mcp.ars.is/mcp --- ## Devtools URL: https://mcp-marketplace.io/server/io-github-kira-autonoma-devtools Summary: 23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys. Category: Developer Tools Mode: local Pricing: Free npm: mcp-devtools-server GitHub: https://github.com/kira-autonoma/devtools-mcp Security Score: 7/10 Creator: Kira Autonoma Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-kira-autonoma-devtools -- npx -y mcp-devtools-server@1.0.1 --- ## Airflow URL: https://mcp-marketplace.io/server/io-github-abhishekbhakat-airflow-mcp-server Summary: An MCP server for Apache Airflow Category: Data & Analytics Mode: local Pricing: Free PyPI: airflow-mcp-server GitHub: https://github.com/abhishekbhakat/airflow-mcp-server Security Score: 7.7/10 Creator: Abhishekbhakat Creator Reputation: B Version: 0.9.0 Required Credentials: AIRFLOW_BASE_URL (optional), AUTH_TOKEN (required) Install (Claude Code): claude mcp add io-github-abhishekbhakat-airflow-mcp-server -- uvx airflow-mcp-server==0.9.1 --- ## Sefaz Pa Nfce URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-pa-nfce-mcp Summary: SEFAZ PA: NFC-e, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: SEFAZ PA: NFC-e, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_pa_nfce Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_pa_nfce GitHub: https://github.com/mcp-dir/sefaz_pa_nfce-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-pa-nfce-mcp https://api.mcp.ai/p_sefaz_pa_nfce --- ## Yandex Direct URL: https://mcp-marketplace.io/server/io-github-theyahia-yandex-direct-mcp Summary: MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandex-direct-mcp GitHub: https://github.com/theYahia/yandex-direct-mcp Security Score: 5.2/10 Creator: TheYahia Creator Reputation: B Version: 3.0.2 Install (Claude Code): claude mcp add io-github-theyahia-yandex-direct-mcp -- npx -y @theyahia/yandex-direct-mcp@3.0.2 --- ## Skill History URL: https://mcp-marketplace.io/server/io-github-pineapple-farm-skill-history Summary: Track download history for 70,000+ agent skills. Search and get daily snapshots. Description: Track download history for 70,000+ agent skills. Search and get daily snapshots. Remote endpoints: streamable-http: https://skill-history.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://skill-history.com/mcp GitHub: https://github.com/pineapple-farm/skill-history MCP Tools (2): get_skill_downloads, search_skills Security Score: 7.5/10 Creator: Pineapple Farm Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pineapple-farm-skill-history https://skill-history.com/mcp --- ## Realssh URL: https://mcp-marketplace.io/server/io-github-danielecr-realssh-mcp Summary: MCP server for SSH remote command execution Category: Developer Tools Mode: local Pricing: Free npm: @danielecr/realssh-mcp GitHub: https://github.com/danielecr/realssh-mcp Security Score: 10/10 Creator: Danielecr Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-danielecr-realssh-mcp -- npx -y @danielecr/realssh-mcp@1.0.6 --- ## CryptoAPIs HD Wallet MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-hd-wallet-mcp-http-server Summary: Manage HD wallets, sync xPub keys, and track balances on EVM, UTXO, XRP via Crypto APIs Description: Manage HD (Hierarchical Deterministic) wallets by extended public key using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Wallet-as-a-Service product — no local installation needed. Sync xPub/yPub/zPub keys to track balances, derive addresses, list transactions, UTXOs, and prepare unsigned transactions across EVM chains, UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash), and XRP — without ever exposing private keys. Requires a Crypto APIs API key passed via Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/hd-wallet Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, hd-wallet, xpub, bitcoin, ethereum, utxo, evm, xrp, wallet, crypto, addresses, balance Use Cases: Sync HD wallet, Get xPub balance, Derive wallet addresses, List HD wallet transactions, Manage UTXOs Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-hd-wallet-mcp-http-server https://ai.cryptoapis.io/mcp/hd-wallet --- ## Mcp URL: https://mcp-marketplace.io/server/ai-sessionkeeper-mcp Summary: Dungeons & Dragons (D&D) and TTRPG companion: SessionKeeper sessions, NPCs, wiki, DM prep. Description: Dungeons & Dragons (D&D) and TTRPG companion: SessionKeeper sessions, NPCs, wiki, DM prep. Remote endpoints: streamable-http: https://api.sessionkeeper.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.sessionkeeper.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-sessionkeeper-mcp https://api.sessionkeeper.ai/mcp --- ## CacheOverflow URL: https://mcp-marketplace.io/server/io-github-getcacheoverflow-cacheoverflow Summary: MCP server for cache.overflow - AI agents sharing knowledge with AI agents Category: Developer Tools Mode: local Pricing: Free npm: cache-overflow-mcp GitHub: https://github.com/GetCacheOverflow/CacheOverflow Security Score: 5.5/10 Creator: GetCacheOverflow Creator Reputation: B Version: 0.5.5 Install (Claude Code): claude mcp add io-github-getcacheoverflow-cacheoverflow -- npx -y cache-overflow-mcp@0.5.8 --- ## Fxmacrodata URL: https://mcp-marketplace.io/server/io-github-fxmacrodata-fxmacrodata Summary: Macroeconomic and FX time-series data for AI agents: indicators, calendars, COT, forex, commodities. Description: Macroeconomic and FX time-series data for AI agents: indicators, calendars, COT, forex, commodities. Remote endpoints: streamable-http: https://fxmacrodata.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fxmacrodata.com/mcp GitHub: https://github.com/fxmacrodata/fxmacrodata Security Score: 6.7/10 Creator: Fxmacrodata Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-fxmacrodata-fxmacrodata https://fxmacrodata.com/mcp --- ## Gemini Media URL: https://mcp-marketplace.io/server/io-github-u2n4-nanobanana-imagen-mcp Summary: 4K AI image generation via NanoBanana Pro 2: Pro + Flash models, Google Search grounding Category: Developer Tools Mode: local Pricing: Free PyPI: nanobanana-imagen-mcp GitHub: https://github.com/u2n4/gemini-media-mcp Security Score: 1.5/10 Creator: U2n4 Creator Reputation: B Version: 1.1.2 Install (Claude Code): claude mcp add io-github-u2n4-nanobanana-imagen-mcp -- uvx nanobanana-imagen-mcp --- ## Reliasim Site URL: https://mcp-marketplace.io/server/com-reliasim-public Summary: Reliability and bottleneck simulation for manufacturing lines; run experiments, sweep buffers. Description: Reliability and bottleneck simulation for manufacturing lines; run experiments, sweep buffers. Remote endpoints: streamable-http: https://reliasim.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://reliasim.com/mcp GitHub: https://github.com/chiaha-ai/reliasim-site MCP Tools (7): find_bottleneck, get_chapter_facts, get_chapter_narrative, run_gain_loss, run_buffer_tradeoff, explain_concept, compare_chapters Security Score: 8/10 Creator: Chiaha Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-reliasim-public https://reliasim.com/mcp --- ## Indexnow URL: https://mcp-marketplace.io/server/io-github-sharozdawa-indexnow Summary: Submit URLs for instant indexing via IndexNow and Google Indexing API. Category: Developer Tools Mode: local Pricing: Free npm: indexnow-mcp GitHub: https://github.com/sharozdawa/indexnow-mcp Security Score: 10/10 Creator: Sharozdawa Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-sharozdawa-indexnow -- npx -y indexnow-mcp@1.0.0 --- ## Tuki URL: https://mcp-marketplace.io/server/cl-tuki-travel-mcp Summary: Tours, alojamientos y traslados en Chile/LATAM con checkout único y precios de operadores locales. Description: Tours, alojamientos y traslados en Chile/LATAM con checkout único y precios de operadores locales. Remote endpoints: streamable-http: https://tuki.cl/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tuki.cl/mcp/ GitHub: https://github.com/tatanmas/tuki MCP Tools (21): search_experiences, search_accommodations, list_destinations, get_destination_detail, get_experience_detail, get_accommodation_detail, recommend, get_checkout_url, get_platform_info, search_unified, search_travel_guides, get_travel_guide_detail, list_travel_guides_for_destination, list_solutions, get_solution_detail, search_events, search_car_rental, get_event_detail, get_car_detail, search_bus_schedules, list_bus_routes Security Score: 8/10 Creator: Tatanmas Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http cl-tuki-travel-mcp https://tuki.cl/mcp/ --- ## Outscraper URL: https://mcp-marketplace.io/server/io-github-outscraper-outscraper-mcp-server Summary: Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data. Description: Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data. Remote endpoints: streamable-http: https://mcp.outscraper.com/mcp Category: Search & Web Mode: dual Pricing: Free npm: outscraper-mcp Remote URL: https://mcp.outscraper.com/mcp GitHub: https://github.com/outscraper/outscraper-mcp-server Security Score: 10/10 Creator: Outscraper Creator Reputation: B Version: 0.2.3 Required Credentials: OUTSCRAPER_API_KEY (required), CLOUD_SERVICE (optional), HTTP_STREAMABLE_SERVER (optional), SSE_LOCAL (optional), HTTP_STATEFUL_SERVER (optional), HOST (optional), PORT (optional) Install (Claude Code): claude mcp add io-github-outscraper-outscraper-mcp-server -- npx -y outscraper-mcp@0.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-outscraper-outscraper-mcp-server https://mcp.outscraper.com/mcp --- ## Gemini Media URL: https://mcp-marketplace.io/server/io-github-u2n4-veo-mcp-server Summary: 4K video generation via Google VEO 3.1: text-to-video, image-to-video, video extension Category: Developer Tools Mode: local Pricing: Free PyPI: veo-mcp-server GitHub: https://github.com/u2n4/gemini-media-mcp Security Score: 0.4/10 Creator: U2n4 Creator Reputation: B Version: 1.1.2 Install (Claude Code): claude mcp add io-github-u2n4-veo-mcp-server -- uvx veo-mcp-server --- ## Mako Metrics URL: https://mcp-marketplace.io/server/com-makometrics-mako-metrics Summary: Competitor Meta ads intelligence reports. List plans, create orders, Stripe checkout for humans. Description: Competitor Meta ads intelligence reports. List plans, create orders, Stripe checkout for humans. Remote endpoints: streamable-http: https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp GitHub: https://github.com/loganriebel/mako-metrics-mcp MCP Tools (2): list_plans, create_order Security Score: 10/10 Creator: Loganriebel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-makometrics-mako-metrics https://ufupdlaxddckqxbgbhwu.supabase.co/functions/v1/mcp --- ## Arcagent URL: https://mcp-marketplace.io/server/io-github-araujota-arcagent-mcp Summary: ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions. Description: ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions. Remote endpoints: streamable-http: https://mcp.arcagent.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: arcagent-mcp Remote URL: https://mcp.arcagent.dev/mcp GitHub: https://github.com/araujota/arcagent Security Score: 7.9/10 Creator: Araujota Creator Reputation: B Version: 0.1.13 Required Credentials: ARCAGENT_API_KEY (required) Install (Claude Code): claude mcp add io-github-araujota-arcagent-mcp -- npx -y arcagent-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-araujota-arcagent-mcp https://mcp.arcagent.dev/mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-build Summary: Pare Build ג€” Structured build output (tsc, esbuild, vite, webpack) as typed JSON diagnostics. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/build GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-build -- npx -y @paretools/build --- ## AgentSUMO URL: https://mcp-marketplace.io/server/io-github-mw-jeong-agentsumo-mcp Summary: MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis. Category: Developer Tools Mode: local Pricing: Free PyPI: agentsumo-mcp GitHub: https://github.com/mw-jeong/AgentSUMO Security Score: 3.2/10 Creator: Mw Jeong Creator Reputation: B Version: 0.1.2 Required Credentials: SUMO_HOME (optional), AGENTSUMO_MCP_OUTPUT_BASE (optional) Install (Claude Code): claude mcp add io-github-mw-jeong-agentsumo-mcp -- uvx agentsumo-mcp --- ## Skill History URL: https://mcp-marketplace.io/server/io-github-gavinlinasd-skill-history Summary: Track download history for 70,000+ agent skills. Search and get daily snapshots. Description: Track download history for 70,000+ agent skills. Search and get daily snapshots. Remote endpoints: streamable-http: https://skill-history.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://skill-history.com/mcp GitHub: https://github.com/pineapple-farm/skill-history MCP Tools (2): get_skill_downloads, search_skills Security Score: 7.5/10 Creator: Pineapple Farm Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gavinlinasd-skill-history https://skill-history.com/mcp --- ## Receita Federal Simples Dasn URL: https://mcp-marketplace.io/server/io-github-mcp-dir-receita-federal-simples-dasn-mcp Summary: Receita Federal: Simples (DASN SIMEI), official-source lookup. Platform-hosted, pay per query with p Description: Receita Federal: Simples (DASN SIMEI), official-source lookup. Platform-hosted, pay per query with p Remote endpoints: streamable-http: https://api.mcp.ai/p_receita_federal_simples_dasn Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_receita_federal_simples_dasn GitHub: https://github.com/mcp-dir/receita_federal_simples_dasn-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-receita-federal-simples-dasn-mcp https://api.mcp.ai/p_receita_federal_simples_dasn --- ## Lo Eyes URL: https://mcp-marketplace.io/server/io-github-sophiacave-lo-eyes Summary: Visual accessibility inspector. WCAG contrast, touch targets, heading audits, screenshots. Category: Developer Tools Mode: local Pricing: Free PyPI: lo-eyes GitHub: https://github.com/sophiacave/lo-eyes Security Score: 4.2/10 Creator: Sophiacave Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-sophiacave-lo-eyes -- uvx lo-eyes==1.1.0 --- ## AI CLI URL: https://mcp-marketplace.io/server/io-github-caseshy-aicoreutils Summary: JSON-first Coreutils CLI for AI agents. 114 commands with sandbox, dry-run, and MCP support. Category: Developer Tools Mode: local Pricing: Free PyPI: aicoreutils GitHub: https://github.com/caseSHY/AI-CLI Security Score: 10/10 Creator: CaseSHY Creator Reputation: B Version: 0.3.6 Install (Claude Code): claude mcp add io-github-caseshy-aicoreutils -- uvx aicoreutils==0.3.6 --- ## AiDataTaskRuner URL: https://mcp-marketplace.io/server/io-github-tradesystemsnique-aidatataskrunner-mcp Summary: MCP server for AiDataTaskRunner Panel (MT5) - Control data generation and ML model training via MCP Category: Developer Tools Mode: local Pricing: Free PyPI: aidatataskrunner-mcp GitHub: https://github.com/TradeSystemsNique/AiDataTaskRunerMcp Security Score: 10/10 Creator: TradeSystemsNique Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-tradesystemsnique-aidatataskrunner-mcp -- uvx aidatataskrunner-mcp==1.0.2 --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-linkly Summary: Create short links, manage domains, and track click analytics Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-linkly GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-linkly -- uvx mcparmory-linkly --- ## Squiggle URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-squiggle Summary: AFL (Australian Football League) fixture, ladder, and crowd-sourced tips Description: AFL (Australian Football League) fixture, ladder, and crowd-sourced tips Remote endpoints: streamable-http: https://gateway.pipeworx.io/squiggle/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/squiggle/mcp GitHub: https://github.com/pipeworx-io/mcp-squiggle MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, teams, games, standings, sources, tips, ladder Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-squiggle https://gateway.pipeworx.io/squiggle/mcp --- ## Pdf Report Generator URL: https://mcp-marketplace.io/server/io-github-themoddedcube-pdf-report-generator Summary: Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes. Category: Developer Tools Mode: local Pricing: Free npm: @ctalasila/pdf-report-generator GitHub: https://github.com/themoddedcube/pdf-report-generator Security Score: 4.2/10 Creator: Themoddedcube Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-themoddedcube-pdf-report-generator -- npx -y @ctalasila/pdf-report-generator@1.0.1 --- ## Regennexus URL: https://mcp-marketplace.io/server/io-github-regennow-regennexus-mcp Summary: AI-controlled hardware: GPIO, robotics, sensors, cameras, mesh networking for IoT Category: Developer Tools Mode: local Pricing: Free PyPI: regennexus-mcp GitHub: https://github.com/ReGenNow/regennexus-mcp Security Score: 9.5/10 Creator: ReGenNow Creator Reputation: B Version: 0.1.1 Required Credentials: REGENNEXUS_MODE (optional) Install (Claude Code): claude mcp add io-github-regennow-regennexus-mcp -- uvx regennexus-mcp==0.1.1 --- ## Linkedinads URL: https://mcp-marketplace.io/server/io-github-connected-paths-paid-ads Summary: Hosted MCP server for Google Ads and LinkedIn Ads analysis. Description: Hosted MCP server for Google Ads and LinkedIn Ads analysis. Remote endpoints: streamable-http: https://paidads-mcp.connectedpaths.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://paidads-mcp.connectedpaths.com/mcp GitHub: https://github.com/Connected-Paths/mcp-linkedinads Security Score: 8/10 Creator: Connected Paths Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-connected-paths-paid-ads https://paidads-mcp.connectedpaths.com/mcp --- ## Cra Compliance URL: https://mcp-marketplace.io/server/io-github-csoai-org-cra-compliance-mcp Summary: EU Cyber Resilience Act (Regulation 2024/2847) compliance for AI agents. Product classification... Category: Security Mode: local Pricing: Free PyPI: cra-compliance-mcp GitHub: https://github.com/CSOAI-ORG/cra-compliance-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.3.15 Install (Claude Code): claude mcp add io-github-csoai-org-cra-compliance-mcp -- uvx cra-compliance-mcp==1.3.15 --- ## Construction Iso 19650 URL: https://mcp-marketplace.io/server/io-github-csoai-org-construction-iso-19650-mcp Summary: ISO 19650 / UK BIM Level 2 compliance for construction projects. EIR, BEP, MIDP, TIDP, and CDE s... Category: Developer Tools Mode: local Pricing: Free PyPI: construction-iso-19650-mcp GitHub: https://github.com/CSOAI-ORG/construction-iso-19650-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-construction-iso-19650-mcp -- uvx construction-iso-19650-mcp==1.0.9 --- ## Agents URL: https://mcp-marketplace.io/server/io-github-airbytehq-agents Summary: Let AI agents query data and act across all your business apps via MCP. Description: Let AI agents query data and act across all your business apps via MCP. Remote endpoints: streamable-http: https://mcp.airbyte.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.airbyte.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-airbytehq-agents https://mcp.airbyte.ai/mcp --- ## Cricket Travel URL: https://mcp-marketplace.io/server/com-followontours-cricket-travel Summary: Cricket travel specialist. Search tours, destinations, schedules, and submit enquiries. Description: Cricket travel specialist. Search tours, destinations, schedules, and submit enquiries. Remote endpoints: streamable-http: https://www.followontours.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.followontours.com/api/mcp MCP Tools (1): get_about Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-followontours-cricket-travel https://www.followontours.com/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-gocontentflow-mcp Summary: Search and analyze 50,000+ hours of business podcast transcripts, entities, and speakers. Description: Search and analyze 50,000+ hours of business podcast transcripts, entities, and speakers. Remote endpoints: streamable-http: https://api.gocontentflow.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gocontentflow.com/mcp/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gocontentflow-mcp https://api.gocontentflow.com/mcp/ --- ## Shouldigo Surf URL: https://mcp-marketplace.io/server/io-github-orlench-shouldigo-surf Summary: MCP server for Should I Go? — real-time surf conditions for 73+ beaches worldwide Category: Developer Tools Mode: local Pricing: Free npm: shouldigo-surf-mcp GitHub: https://github.com/orlench/shouldigo-surf-mcp Security Score: 8/10 Creator: Orlench Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-orlench-shouldigo-surf -- npx -y shouldigo-surf-mcp@1.0.2 --- ## Humantextpro URL: https://mcp-marketplace.io/server/io-github-humantextpro-mcp-server Summary: AI text detection and humanization for Claude Code, Cursor, and Windsurf. Category: Developer Tools Mode: local Pricing: Free npm: @humantext/mcp-server GitHub: https://github.com/humantextpro/mcp-server Security Score: 7/10 Creator: Humantextpro Creator Reputation: B Version: 1.0.3 Required Credentials: HUMANTEXT_API_KEY (required) Install (Claude Code): claude mcp add io-github-humantextpro-mcp-server -- npx -y @humantext/mcp-server@1.0.3 --- ## Revenue URL: https://mcp-marketplace.io/server/io-github-warfare-hub-revenue-mcp Summary: Query MRR, churn, and revenue from Stripe, Gumroad & Lemon Squeezy in Claude Category: Developer Tools Mode: local Pricing: Free npm: revenue-mcp GitHub: https://github.com/warfare-hub/revenue-mcp Security Score: 1.5/10 Creator: Warfare Hub Creator Reputation: B Version: 0.1.2 Required Credentials: STRIPE_SECRET_KEY (required), GUMROAD_ACCESS_TOKEN (required), LEMONSQUEEZY_API_KEY (required) Install (Claude Code): claude mcp add io-github-warfare-hub-revenue-mcp -- npx -y revenue-mcp --- ## Clinical Trial Design URL: https://mcp-marketplace.io/server/io-github-wei-ai-lab-clinical-trial-design Summary: Phase 2/3 clinical trial design via gsDesign / gsDesign2: sample size, GS boundaries, multiplicity Category: Developer Tools Mode: local Pricing: Free npm: clinical-trial-design GitHub: https://github.com/wei-ai-lab/clinical-trial-design Security Score: 4.7/10 Creator: Wei Ai Lab Creator Reputation: B Version: 0.0.12 Required Credentials: DESIGNR_RSCRIPT (optional), DESIGNR_LAUNCHER (optional) Install (Claude Code): claude mcp add io-github-wei-ai-lab-clinical-trial-design -- npx -y clinical-trial-design@0.0.12 --- ## Checkmyvin URL: https://mcp-marketplace.io/server/net-checkmyvin-checkmyvin Summary: Decode any VIN and check open NHTSA safety recalls. Free official US government data, no auth. Description: Decode any VIN and check open NHTSA safety recalls. Free official US government data, no auth. Remote endpoints: streamable-http: https://checkmyvin.net/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://checkmyvin.net/api/mcp MCP Tools (2): decode_vin, check_recalls Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-checkmyvin-checkmyvin https://checkmyvin.net/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/jp-co-contencial-mcp Summary: 株式会社コンテンシャルの公開情報を検索・取得できる読み取り専用サーバー。出典は canonical URL に固定。 Description: 株式会社コンテンシャルの公開情報を検索・取得できる読み取り専用サーバー。出典は canonical URL に固定。 Remote endpoints: streamable-http: https://mcp.contencial.co.jp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.contencial.co.jp/ MCP Tools (6): search_contencial_content, read_contencial_content, research_contencial_viewpoint, get_contencial_profile, get_contencial_services, list_recent_contencial_content Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http jp-co-contencial-mcp https://mcp.contencial.co.jp/ --- ## Claude Token Saver URL: https://mcp-marketplace.io/server/io-github-blackfoil-claude-token-saver-mcp Summary: MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens Category: Developer Tools Mode: local Pricing: Free npm: claude-token-saver-mcp GitHub: https://github.com/BlackFoil/claude-token-saver-mcp Security Score: 5.3/10 Creator: BlackFoil Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-blackfoil-claude-token-saver-mcp -- npx -y claude-token-saver-mcp@0.3.2 --- ## Google Trends MCP URL: https://mcp-marketplace.io/server/google-trends-mcp Summary: Production-grade Google Trends server — 50-keyword batch research for AI workflows Description: A production-grade Google Trends MCP server that integrates real-time trend data into your AI workflow. Supports 50-keyword batch research with cross-batch normalization, async research tasks, and 7 AI client integrations (Claude, Cursor, Windsurf, and more). Features 4 MCP tools: compare_keywords for side-by-side trend comparison, research_keywords for batch analysis, research_keywords_async for large async jobs, and get_research_task to retrieve results. Hosted remote endpoint available — no l Category: Data & Analytics Mode: dual Pricing: Free Remote URL: https://easontrendmcp.dpdns.org/mcp GitHub: https://github.com/Eason-Gao3/google-trends-mcp Security Score: 3.8/10 Creator: Eason Gao Creator Reputation: F Version: 1.0.0 Tags: google-trends, keyword-research, trend-analysis, data-analytics, market-research, seo, ai-tools, mcp Use Cases: Keyword research, Trend analysis, Market research, Competitor analysis, Content strategy Required Credentials: GTMCP_API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http google-trends-mcp https://easontrendmcp.dpdns.org/mcp --- ## Unpaywall URL: https://mcp-marketplace.io/server/io-github-smaboundless-unpaywall Summary: Open-access availability for 120M+ scholarly articles via the Unpaywall API Category: Developer Tools Mode: local Pricing: Free PyPI: unpaywall-mcp-server GitHub: https://github.com/SMABoundless/unpaywall-mcp-server.git Security Score: 10/10 Creator: SMABoundless Creator Reputation: B Version: 1.0.1 Required Credentials: UNPAYWALL_EMAIL (optional) Install (Claude Code): claude mcp add io-github-smaboundless-unpaywall -- uvx unpaywall-mcp-server==1.0.1 --- ## Compiler Explorer URL: https://mcp-marketplace.io/server/io-github-compiler-explorer-compiler-explorer Summary: Compile code with thousands of compilers, inspect the assembly, and share godbolt.org links Description: Compile code with thousands of compilers, inspect the assembly, and share godbolt.org links Remote endpoints: streamable-http: https://godbolt.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://godbolt.org/mcp GitHub: https://github.com/compiler-explorer/compiler-explorer MCP Tools (7): compile, list_compilers, list_languages, list_libraries, lookup_asm_instruction, generate_short_url, get_shortlink_info Security Score: 10/10 Creator: Compiler Explorer Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-compiler-explorer-compiler-explorer https://godbolt.org/mcp --- ## Bookings URL: https://mcp-marketplace.io/server/com-maggiegeller-bookings Summary: Book appointments with Dr. Maggie Geller OD (Vancouver optometrist; myopia, dry eye, contacts). Description: Book appointments with Dr. Maggie Geller OD (Vancouver optometrist; myopia, dry eye, contacts). Remote endpoints: streamable-http: https://mcp.maggiegeller.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.maggiegeller.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-maggiegeller-bookings https://mcp.maggiegeller.com/mcp --- ## Astro URL: https://mcp-marketplace.io/server/io-github-aryaminus-astro Summary: Multi-tradition astrology. 19 modes, 18 tools. Deterministic ephemeris engine. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/aryaminus/astro Security Score: 4.2/10 Creator: Aryaminus Creator Reputation: B Version: 2.4.0 --- ## Verified Feed URL: https://mcp-marketplace.io/server/com-dropwatchhq-verified-feed Summary: Contradiction-verified, freshness-SLA'd signed feed: per-record status + as-of date + receipt. Description: Contradiction-verified, freshness-SLA'd signed feed: per-record status + as-of date + receipt. Remote endpoints: streamable-http: https://verified.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://verified.dropwatchhq.com/mcp MCP Tools (4): verify_record, feed_status, verify_subject, verify_receipt Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-verified-feed https://verified.dropwatchhq.com/mcp --- ## Arcgis Dc URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-dc Summary: Washington DC GIS — Washington, DC open geospatial data (ArcGIS). Description: Washington DC GIS — Washington, DC open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-dc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-dc/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-dc MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-dc https://gateway.pipeworx.io/arcgis-dc/mcp --- ## Factsets URL: https://mcp-marketplace.io/server/io-github-joshua-auchincloss-factsets Summary: An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents Category: Developer Tools Mode: local Pricing: Free npm: factsets GitHub: https://github.com/joshua-auchincloss/factsets Security Score: 8/10 Creator: Joshua Auchincloss Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-joshua-auchincloss-factsets -- npx -y factsets@0.2.0 --- ## Easeclaw Agent URL: https://mcp-marketplace.io/server/io-github-priteshmann-easeclaw Summary: AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline. Description: AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline. Remote endpoints: streamable-http: https://www.easeclaw.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.easeclaw.com/api/mcp GitHub: https://github.com/priteshmann/easeclaw-agent Security Score: 9.9/10 Creator: Priteshmann Creator Reputation: B Version: 1.0.0 Required Credentials: EASECLAW_API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http io-github-priteshmann-easeclaw https://www.easeclaw.com/api/mcp --- ## Secret Scanner URL: https://mcp-marketplace.io/server/tools-knurl-secret-scanner Summary: Scan configs, files, or text for leaked secrets and obvious misconfigurations. Nothing stored. Description: Scan configs, files, or text for leaked secrets and obvious misconfigurations. Nothing stored. Remote endpoints: streamable-http: https://mcp.knurl.tools/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.knurl.tools/mcp MCP Tools (1): scan_for_secrets Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http tools-knurl-secret-scanner https://mcp.knurl.tools/mcp --- ## Verusidx URL: https://mcp-marketplace.io/server/io-github-vdappdev2-chain Summary: Foundation MCP server — chain discovery, daemon management, health checks, raw transactions Category: Developer Tools Mode: local Pricing: Free npm: @verusidx/chain-mcp GitHub: https://github.com/vdappdev2/verusidx-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-vdappdev2-chain -- npx -y @verusidx/chain-mcp --- ## Agent Mcp Examples URL: https://mcp-marketplace.io/server/io-neonia-cloud-os Summary: Provides AI agents with persistent Graph Memory, dynamic tool discovery and secure execution. Description: Provides AI agents with persistent Graph Memory, dynamic tool discovery and secure execution. Remote endpoints: streamable-http: https://mcp.neonia.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.neonia.io/mcp GitHub: https://github.com/Neonia-io/agent-mcp-examples Security Score: 10/10 Creator: Neonia Io Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-neonia-cloud-os https://mcp.neonia.io/mcp --- ## Sleepwalker URL: https://mcp-marketplace.io/server/ai-sleepwalker-sleepwalker Summary: AI Visibility and Content Intelligence through a hosted, OAuth-protected MCP server. Description: AI Visibility and Content Intelligence through a hosted, OAuth-protected MCP server. Remote endpoints: streamable-http: https://mcp.sleepwalker.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sleepwalker.ai/mcp GitHub: https://github.com/followanton/sleepwalker Security Score: 10/10 Creator: Followanton Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-sleepwalker-sleepwalker https://mcp.sleepwalker.ai/mcp --- ## Lawbster URL: https://mcp-marketplace.io/server/io-github-planit-tech-lawbster Summary: Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE. Description: Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE. Remote endpoints: streamable-http: https://lawbster.planitprima.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lawbster.planitprima.com/mcp GitHub: https://github.com/PLANIT-TECH/lawbster-mcp Security Score: 10/10 Creator: PLANIT TECH Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-planit-tech-lawbster https://lawbster.planitprima.com/mcp --- ## Realtime Exchange Rate URL: https://mcp-marketplace.io/server/io-github-cahthuranag-realtime-exchange-rate-mcp Summary: Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients. Category: Developer Tools Mode: local Pricing: Free npm: @allratestoday/mcp-server GitHub: https://github.com/cahthuranag/realtime-exchange-rate-mcp Security Score: 8/10 Creator: Cahthuranag Creator Reputation: B Version: 0.3.3 Required Credentials: ALLRATES_API_KEY (required), ALLRATES_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-cahthuranag-realtime-exchange-rate-mcp -- npx -y @allratestoday/mcp-server@0.3.3 --- ## License URL: https://mcp-marketplace.io/server/io-github-thegridwork-license Summary: Scan dependencies for license compliance — copyleft conflicts, unknown licenses, risk. Category: Developer Tools Mode: local Pricing: Free npm: gridwork-license GitHub: https://github.com/thegridwork/license Security Score: 10/10 Creator: Thegridwork Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-thegridwork-license -- npx -y gridwork-license@1.0.0 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-wheelfor-mcp Summary: MCP server for wheelfor.com — create, spin, and manage decision wheels Category: Developer Tools Mode: local Pricing: Free npm: @wheelfor/mcp GitHub: https://github.com/wheelfor/mcp Security Score: 10/10 Creator: Wheelfor Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-wheelfor-mcp -- npx -y @wheelfor/mcp@1.0.1 --- ## Agentic Shelf URL: https://mcp-marketplace.io/server/io-github-vboykocto-agentic-shelf Summary: Agentic commerce MCP: live Shopify catalog + inventory + AI citation measurement Description: Agentic commerce MCP: live Shopify catalog + inventory + AI citation measurement Remote endpoints: streamable-http: https://api.agenticshelf.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agenticshelf.ai/mcp GitHub: https://github.com/vboykoCTO/agentic-shelf MCP Tools (5): check_stock, get_product_details, get_price, list_products, search_products Security Score: 8/10 Creator: VboykoCTO Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vboykocto-agentic-shelf https://api.agenticshelf.ai/mcp --- ## Wildberries URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-wildberries Summary: MCP server for Wildberries Seller API — products, orders, supplies, analytics, advertising Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-wildberries GitHub: https://github.com/dontsovcmc/mcp-server-wildberries Security Score: 4.2/10 Creator: Dontsovcmc Creator Reputation: B Version: 0.1.1 Required Credentials: WB_TOKEN (required) Install (Claude Code): claude mcp add io-github-dontsovcmc-wildberries -- uvx mcp-server-wildberries==0.1.1 --- ## Arcgis Peachtreecorners URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-peachtreecorners Summary: City of Peachtree Corners GIS — Peachtree Corners, Georgia open geospatial data (ArcGIS). Description: City of Peachtree Corners GIS — Peachtree Corners, Georgia open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-peachtreecorners/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-peachtreecorners/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-peachtreecorners MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-peachtreecorners https://gateway.pipeworx.io/arcgis-peachtreecorners/mcp --- ## Gateway URL: https://mcp-marketplace.io/server/com-mcpweave-gateway Summary: Korea-native MCP gateway: Korean commerce, payments, messaging, gov & finance APIs for AI agents. Description: Korea-native MCP gateway: Korean commerce, payments, messaging, gov & finance APIs for AI agents. Remote endpoints: streamable-http: https://app.mcpweave.com/gateway/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.mcpweave.com/gateway/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpweave-gateway https://app.mcpweave.com/gateway/mcp --- ## Data Enrichment URL: https://mcp-marketplace.io/server/io-github-mila-petrovich-data-enrichment Summary: Enrich IPs, emails, domains, companies. Scrape SEC, news, jobs, Crunchbase. Bitcoin pay-per-use. Description: Enrich IPs, emails, domains, companies. Scrape SEC, news, jobs, Crunchbase. Bitcoin pay-per-use. Remote endpoints: streamable-http: https://roastingly-procensorship-audrianna.ngrok-free.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://roastingly-procensorship-audrianna.ngrok-free.dev/mcp MCP Tools (5): scrape_sec, scrape_companies_house, scrape_news, scrape_jobs, scrape_crunchbase Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mila-petrovich-data-enrichment https://roastingly-procensorship-audrianna.ngrok-free.dev/mcp --- ## Scopus URL: https://mcp-marketplace.io/server/io-github-smaboundless-scopus Summary: Search Scopus abstracts, authors, and export citations via Elsevier API Category: Developer Tools Mode: local Pricing: Free PyPI: scopus-mcp-server GitHub: https://github.com/SMABoundless/scopus-mcp-server.git Security Score: 10/10 Creator: SMABoundless Creator Reputation: B Version: 1.0.0 Required Credentials: SCOPUS_API_KEY (required) Install (Claude Code): claude mcp add io-github-smaboundless-scopus -- uvx scopus-mcp-server==1.0.0 --- ## Mcp URL: https://mcp-marketplace.io/server/io-skala-mcp Summary: Incorporate globally, manage fundraising, corporate services, and more. Description: Incorporate globally, manage fundraising, corporate services, and more. Remote endpoints: streamable-http: https://ai.skala.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai.skala.io/mcp MCP Tools (8): get_useful_resources, get_available_doc_gens, get_available_corporate_services, get_available_companies_for_registration, get_users_companies, get_company_info_by_id, get_users_tasks_and_deadlines, submit_support_request Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-skala-mcp https://ai.skala.io/mcp --- ## ssh-licco URL: https://mcp-marketplace.io/server/ssh-licco Description: SSH Model Context Protocol Server - Enable SSH functionality for AI models. Connect to SSH servers and execute commands via AI assistants. Category: Cloud & DevOps Mode: local Pricing: Free PyPI: ssh-licco GitHub: https://github.com/Echoqili/ssh-licco Security Score: 6.5/10 Creator: Echoqili Creator Reputation: F Version: 1.0.0 Tags: ssh, mcp, ai, automation, devops Use Cases: 🎯 Natural language control - Control servers through conversation, 🔐 Multiple authentication methods - Password, key, agent forwarding, 🔗 Long connection support - Auto keepalive (30s), avoid account lockout, ⏱️ Configurable timeout - Banner timeout (60s), session timeout (2 hours), 📦 Asynchronous high performance - Based on AsyncSSH, 🛡️ Complete error handling - Unified error handling mechanism, 📊 Session management - Support multiple concurrent SSH sessions, 📁 SFTP file transfer - Upload, download, directory management, 🔑 Key management - Generate and manage SSH key pairs, 📝 Audit logging - Complete operation audit records, 🚀 Connection pool - High-performance connection reuse, 📊 Batch execution - Multi-host parallel command execution, 🐳 Docker support - Docker build and status monitoring, 📋 Background tasks - Asynchronous task execution and status tracking Install (Claude Code): claude mcp add ssh-licco -- uvx ssh-licco==0.4.2 --- ## Siccodes URL: https://mcp-marketplace.io/server/io-github-jackmmaher-sic-codes Summary: UK SIC code lookup, GICS/ICB mapping, and Companies House search. 731 codes, 5.6M companies. Description: UK SIC code lookup, GICS/ICB mapping, and Companies House search. 731 codes, 5.6M companies. Remote endpoints: streamable-http: https://siccodes.co.uk/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: sic-codes-mcp Remote URL: https://siccodes.co.uk/api/mcp GitHub: https://github.com/jackmmaher/siccodes.co.uk MCP Tools (8): lookup_sic_code, search_sic_codes, convert_between_classifications, browse_classification_hierarchy, lookup_uk_company, search_uk_companies_by_industry, get_industry_profile, search_companies Security Score: 8/10 Installs: 1 Creator: Jackmmaher Creator Reputation: B Version: 3.0.0 Install (Claude Code): claude mcp add io-github-jackmmaher-sic-codes -- npx -y sic-codes-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-jackmmaher-sic-codes https://siccodes.co.uk/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-run-mcp Summary: Deploy applications to Cloud Run. Description: Deploy applications to Cloud Run. Remote endpoints: streamable-http: https://run.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://run.googleapis.com/mcp MCP Tools (5): get_service, list_services, deploy_service_from_image, deploy_service_from_archive, deploy_service_from_file_contents Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-run-mcp https://run.googleapis.com/mcp --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-asaas Summary: MCP server for Asaas — billing automation, Pix, boleto, credit card, subscriptions Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-asaas GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.2.1 Required Credentials: ASAAS_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-asaas -- npx -y @codespar/mcp-asaas --- ## Crispasr Agent Transcriber URL: https://mcp-marketplace.io/server/io-github-emiyakatuz-crispasr-agent-transcriber Summary: Transcribe and understand local audio/video with CrispASR and local models only. Category: Developer Tools Mode: local Pricing: Free PyPI: crispasr-agent-transcriber GitHub: https://github.com/EmiyaKatuz/crispasr-agent-transcriber Security Score: 9.5/10 Creator: EmiyaKatuz Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-emiyakatuz-crispasr-agent-transcriber -- uvx crispasr-agent-transcriber==0.4.0 --- ## Knowledge Graph URL: https://mcp-marketplace.io/server/io-github-zcsabbagh-knowledge-graph-mcp Summary: Knowledge graph MCP for student learning with spaced repetition and mastery tracking Category: Developer Tools Mode: local Pricing: Free PyPI: knowledge-graph-mcp GitHub: https://github.com/zcsabbagh/knowledge-graph-mcp Security Score: 4/10 Creator: Zcsabbagh Creator Reputation: B Version: 0.1.0 Required Credentials: KNOWLEDGE_GRAPH_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-zcsabbagh-knowledge-graph-mcp -- uvx knowledge-graph-mcp==0.1.0 --- ## Pressuredesk URL: https://mcp-marketplace.io/server/dev-autonomyforge-pressuredesk-pressuredesk Summary: Read-only BUY / WAIT / AVOID spend gate for paid APIs, MCP endpoints, and x402 routes. Description: Read-only BUY / WAIT / AVOID spend gate for paid APIs, MCP endpoints, and x402 routes. Remote endpoints: streamable-http: https://pressuredesk.autonomyforge.dev/mcp/http Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pressuredesk.autonomyforge.dev/mcp/http MCP Tools (9): pressuredesk_meta, pressuredesk_agent_home, pressuredesk_founding_access, pressuredesk_evaluate_tool, pressuredesk_preview_latest, pressuredesk_freshness, pressuredesk_source_health, pressuredesk_live_payment_status, pressuredesk_get_dossier Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-autonomyforge-pressuredesk-pressuredesk https://pressuredesk.autonomyforge.dev/mcp/http --- ## Mcp URL: https://mcp-marketplace.io/server/ai-nativeads-mcp Summary: AI ad creative generation: brands, Brand DNA, asset uploads, image and video generation. Description: AI ad creative generation: brands, Brand DNA, asset uploads, image and video generation. Remote endpoints: streamable-http: https://mcp.nativeads.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nativeads.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-nativeads-mcp https://mcp.nativeads.ai/mcp --- ## Stock Ai Newsletter URL: https://mcp-marketplace.io/server/io-github-monglong0214-stockmatrix-mcp Summary: Korean stock market theme lifecycle analysis (TLI) — rankings, stock lookup, predictions & prompts Category: Finance Mode: local Pricing: Free npm: stockmatrix-mcp GitHub: https://github.com/MongLong0214/stock-ai-newsletter Security Score: 9.7/10 Creator: MongLong0214 Creator Reputation: B Version: 0.5.0 Required Credentials: STOCKMATRIX_API_URL (optional) Install (Claude Code): claude mcp add io-github-monglong0214-stockmatrix-mcp -- npx -y stockmatrix-mcp --- ## Profitspot URL: https://mcp-marketplace.io/server/io-github-omniologynow-rgb-profitspot-mcp Summary: Claude-ready DeFi MCP — risk-scored yields, profit sims & whale tracking across 86 blockchains Description: Claude-ready DeFi MCP — risk-scored yields, profit sims & whale tracking across 86 blockchains Remote endpoints: streamable-http: https://profitspotmcp.mcpize.run Category: Developer Tools Mode: dual Pricing: Free PyPI: profitspot-mcp Remote URL: https://profitspotmcp.mcpize.run Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.2 Install (Claude Code): claude mcp add io-github-omniologynow-rgb-profitspot-mcp -- uvx profitspot-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-omniologynow-rgb-profitspot-mcp https://profitspotmcp.mcpize.run --- ## Caesar URL: https://mcp-marketplace.io/server/com-trycaesar-caesar Summary: Web search and page-reading for AI agents. One-click OAuth connect, or a Caesar API key. Description: Web search and page-reading for AI agents. One-click OAuth connect, or a Caesar API key. Remote endpoints: streamable-http: https://mcp.trycaesar.com/mcp?profile=web-search Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.trycaesar.com/mcp?profile=web-search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-trycaesar-caesar 'https://mcp.trycaesar.com/mcp?profile=web-search' --- ## Quantifyme URL: https://mcp-marketplace.io/server/ai-quantifyme-quantifyme Summary: Describe a trading strategy in plain English and deploy a live signal model in one call. No signup. Description: Describe a trading strategy in plain English and deploy a live signal model in one call. No signup. Remote endpoints: streamable-http: https://mcp.quantifyme.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.quantifyme.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-quantifyme-quantifyme https://mcp.quantifyme.ai/mcp --- ## Asktian URL: https://mcp-marketplace.io/server/io-github-douglasgan-asktian Summary: Chinese metaphysics (bazi, qimen, 5-element) as decision-support tools for AI agents. Description: Chinese metaphysics (bazi, qimen, 5-element) as decision-support tools for AI agents. Remote endpoints: streamable-http: https://mcp.asktian.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @asktian/mcp-server Remote URL: https://mcp.asktian.com/mcp GitHub: https://github.com/douglasgan/asktian-mcp Security Score: 7.9/10 Creator: Douglasgan Creator Reputation: B Version: 0.3.3 Required Credentials: ASKTIAN_API_KEY (required) Install (Claude Code): claude mcp add io-github-douglasgan-asktian -- npx -y @asktian/mcp-server@0.3.3 Install (Claude Code Remote): claude mcp add --transport http io-github-douglasgan-asktian https://mcp.asktian.com/mcp --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-zoop Summary: MCP server for Zoop — marketplace payments, splits, sellers, buyers, transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-zoop GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.1.4 Required Credentials: ZOOP_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-zoop -- npx -y @codespar/mcp-zoop --- ## Tally URL: https://mcp-marketplace.io/server/io-github-usualaccountant-the-usual-accountant Summary: AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language. Description: AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language. Remote endpoints: streamable-http: https://api.theusualaccountant.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.theusualaccountant.com/mcp GitHub: https://github.com/usualaccountant/tally-mcp Security Score: 10/10 Creator: Usualaccountant Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-usualaccountant-the-usual-accountant https://api.theusualaccountant.com/mcp --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-hansard Summary: Search Parliamentary questions and motions from UK House of Commons Description: Search Parliamentary questions and motions from UK House of Commons Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-hansard/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-hansard/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-hansard https://mcp.mcpbundles.com/bundle/uk-hansard/ --- ## Orcid URL: https://mcp-marketplace.io/server/io-github-smaboundless-orcid Summary: Search ORCID researcher profiles, retrieve works, and export citations Category: Developer Tools Mode: local Pricing: Free PyPI: orcid-mcp-server GitHub: https://github.com/SMABoundless/orcid-mcp-server.git Security Score: 10/10 Creator: SMABoundless Creator Reputation: B Version: 1.0.0 Required Credentials: ORCID_CLIENT_ID (required), ORCID_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-smaboundless-orcid -- uvx orcid-mcp-server==1.0.0 --- ## Specter Skills URL: https://mcp-marketplace.io/server/io-github-dirtcubeinteractive-specter-skills Summary: Configure a Specter game backend from chat: economy, progression, leaderboards, multiplayer. Category: Developer Tools Mode: local Pricing: Free npm: specter-skills GitHub: https://github.com/dirtcubeinteractive/specter-skills Security Score: 10/10 Creator: Dirtcubeinteractive Creator Reputation: B Version: 0.11.1 Required Credentials: SPECTER_ENV (optional), SPECTER_ALLOW_MUTATIONS (optional), SPECTER_API_KEY (required), SPECTER_PROJECT_ID (optional), SPECTER_ADMIN_TOKEN (required) Install (Claude Code): claude mcp add io-github-dirtcubeinteractive-specter-skills -- npx -y specter-skills@0.11.1 --- ## Apiverve URL: https://mcp-marketplace.io/server/com-apiverve-mcp-server Summary: 350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data. Description: 350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data. Remote endpoints: streamable-http: https://api.apiverve.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.apiverve.com/v1/mcp GitHub: https://github.com/apiverve/mcp-server Security Score: 10/10 Creator: Apiverve Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-apiverve-mcp-server https://api.apiverve.com/v1/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/dev-aic0rt3x-memory-mcp Summary: Persistent cloud memory for AI agents. Store and search key-value memories across sessions. Description: Persistent cloud memory for AI agents. Store and search key-value memories across sessions. Remote endpoints: streamable-http: https://memory.aic0rt3x.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://memory.aic0rt3x.dev/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-aic0rt3x-memory-mcp https://memory.aic0rt3x.dev/mcp --- ## Claude Faf URL: https://mcp-marketplace.io/server/io-github-wolfe-jam-claude-faf-mcp Summary: 33+ MCP tools for .faf Project DNA. AI-ready context for Claude Desktop, VS Code, and any MCP host. Category: Developer Tools Mode: dual Pricing: Free npm: claude-faf-mcp Remote URL: https://mcpaas.live/claude/mcp/v1 GitHub: https://github.com/Wolfe-Jam/claude-faf-mcp MCP Tools (19): get_soul, list_souls, delta_check, list_tags, search_by_tag, search_context, tag_intel, generate_faf_from_github, faf_score, faf_validate, faf_get_tier, faf_estimate_tokens, faf_analyze, refresh_faf, faf_orchestrate_recommendation, faf_gate, faf_section, faf_memory, faf_collections_search Security Score: 9/10 Creator: Wolfe Jam Creator Reputation: B Version: 2.6.1 Install (Claude Code): claude mcp add io-github-wolfe-jam-claude-faf-mcp -- npx -y claude-faf-mcp@5.12.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wolfe-jam-claude-faf-mcp https://mcpaas.live/claude/mcp/v1 --- ## Cycling Coach Ai URL: https://mcp-marketplace.io/server/com-cyclingcoachai-cycling-coach-ai Summary: AI cycling coach: training plans, workouts, nutrition, strength training, Strava, Garmin and Wahoo. Description: AI cycling coach: training plans, workouts, nutrition, strength training, Strava, Garmin and Wahoo. Remote endpoints: streamable-http: https://app.usecoachai.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.usecoachai.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-cyclingcoachai-cycling-coach-ai https://app.usecoachai.com/api/mcp --- ## OT AIops URL: https://mcp-marketplace.io/server/io-github-aiops-tools-ot-aiops Summary: Governed OT tap (57 tools): OPC-UA/Modbus/S7/MC/MTConnect/MQTT/EtherNet-IP/EtherCAT. Category: Developer Tools Mode: local Pricing: Free PyPI: ot-aiops GitHub: https://github.com/AIops-tools/OT-AIops Security Score: 3.1/10 Creator: AIops Tools Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-aiops-tools-ot-aiops -- uvx ot-aiops==0.3.0 --- ## Pubmed Mcp Smithery URL: https://mcp-marketplace.io/server/ai-smithery-lineex-pubmed-mcp-smithery Summary: Search PubMed with precision using keyword and journal filters and smart sorting. Uncover MeSH ter… Description: Search PubMed with precision using keyword and journal filters and smart sorting. Uncover MeSH ter… Remote endpoints: streamable-http: https://server.smithery.ai/@lineex/pubmed-mcp-smithery/mcp Category: Education & Research Mode: dual Pricing: Free GitHub: https://github.com/lineex/pubmed-mcp-smithery Security Score: 10/10 Creator: Lineex Creator Reputation: B Version: 1.14.0 --- ## CryptoAPIs Contracts MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-contracts-mcp-http-server Summary: Access smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs Description: Interact with smart contract data on blockchain networks using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Contracts product, no local installation needed. Retrieve verified contract ABIs, call read-only contract functions, fetch token metadata (ERC-20, ERC-721, ERC-1155, SPL), and query on-chain contract state across EVM chains and Solana. Requires a Crypto APIs API key passed via the x-api-key header. Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/contracts Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Uptime Status: up Tags: blockchain, contracts, smart-contracts, abi, tokens, nft, erc20, erc721, solana, ethereum, defi Use Cases: Get contract ABI, Call contract function, Fetch token metadata, Query NFT data, Read contract state Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-contracts-mcp-http-server https://ai.cryptoapis.io/mcp/contracts --- ## Crossref URL: https://mcp-marketplace.io/server/io-github-smaboundless-crossref Summary: Search and retrieve scholarly metadata from the Crossref REST API Category: Developer Tools Mode: local Pricing: Free PyPI: crossref-mcp-server GitHub: https://github.com/SMABoundless/crossref-mcp-server.git Security Score: 10/10 Creator: SMABoundless Creator Reputation: B Version: 1.0.0 Required Credentials: CROSSREF_MAILTO (optional) Install (Claude Code): claude mcp add io-github-smaboundless-crossref -- uvx crossref-mcp-server==1.0.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-z-api Summary: MCP server for Z-API — WhatsApp messaging, contacts, media Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-z-api GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.2.2 Required Credentials: ZAPI_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-z-api -- npx -y @codespar/mcp-z-api --- ## Sefaz Pe Crf URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-pe-crf-mcp Summary: SEFAZ PE: Certificate de Regularidade Fiscal, official-source lookup. Platform-hosted, pay per query Description: SEFAZ PE: Certificate de Regularidade Fiscal, official-source lookup. Platform-hosted, pay per query Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_pe_crf Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_pe_crf GitHub: https://github.com/mcp-dir/sefaz_pe_crf-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-pe-crf-mcp https://api.mcp.ai/p_sefaz_pe_crf --- ## Spud Coach URL: https://mcp-marketplace.io/server/io-github-brendanl79-spudcoach Summary: Deterministic Brotato theorycrafter MCP server: facts and math, not guesses. Category: Developer Tools Mode: local Pricing: Free PyPI: spudcoach GitHub: https://github.com/BrendanL79/spud-coach Security Score: 5.2/10 Creator: BrendanL79 Creator Reputation: B Version: 0.11.0 Required Credentials: SPUDCOACH_DATA (optional) Install (Claude Code): claude mcp add io-github-brendanl79-spudcoach -- uvx spudcoach==0.11.0 --- ## Storefront URL: https://mcp-marketplace.io/server/guru-goanywhere-storefront Summary: US college admissions fit (College Scorecard bands) + verified admitted-student mentor search. Description: US college admissions fit (College Scorecard bands) + verified admitted-student mentor search. Remote endpoints: streamable-http: https://goanywhere.guru/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://goanywhere.guru/api/mcp MCP Tools (5): assess_admissions_fit, search_mentors, list_supported_universities, capture_lead, get_booking_options Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http guru-goanywhere-storefront https://goanywhere.guru/api/mcp --- ## Guidetopharmacology URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-guidetopharmacology Summary: IUPHAR/BPS Guide to PHARMACOLOGY (GtoPdb) MCP — keyless. Description: IUPHAR/BPS Guide to PHARMACOLOGY (GtoPdb) MCP — keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/guidetopharmacology/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/guidetopharmacology/mcp GitHub: https://github.com/pipeworx-io/mcp-guidetopharmacology MCP Tools (30): ask_pipeworx, ask_pipeworx_grounded, search_within, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_ligands, search_targets, target_interactions, ligand_interactions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-guidetopharmacology https://gateway.pipeworx.io/guidetopharmacology/mcp --- ## Carbon Interface URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-carbon-interface Summary: Carbon Interface MCP — Carbon Interface API (v1) Description: Carbon Interface MCP — Carbon Interface API (v1) Remote endpoints: streamable-http: https://gateway.pipeworx.io/carbon-interface/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/carbon-interface/mcp GitHub: https://github.com/pipeworx-io/mcp-carbon-interface MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, estimate_electricity, estimate_flight, estimate_vehicle Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-carbon-interface https://gateway.pipeworx.io/carbon-interface/mcp --- ## Stockmarketscan URL: https://mcp-marketplace.io/server/com-stockmarketscan-mcp-server Summary: 18 tools for US stock screeners, chart patterns, options flow signals and equities research. Description: 18 tools for US stock screeners, chart patterns, options flow signals and equities research. Remote endpoints: sse: https://mcp.stockmarketscan.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stockmarketscan.com/mcp GitHub: https://github.com/stockmarketscan/mcp-server Security Score: 9.9/10 Creator: Stockmarketscan Creator Reputation: B Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http com-stockmarketscan-mcp-server https://mcp.stockmarketscan.com/mcp --- ## Bookings URL: https://mcp-marketplace.io/server/com-trustboundarysystems-bookings Summary: Book a strategy call with Trust Boundary Systems (blockchain, stablecoins, MPC, ZK, AI advisory). Description: Book a strategy call with Trust Boundary Systems (blockchain, stablecoins, MPC, ZK, AI advisory). Remote endpoints: streamable-http: https://mcp.trustboundarysystems.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.trustboundarysystems.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-trustboundarysystems-bookings https://mcp.trustboundarysystems.com/mcp --- ## Local Services URL: https://mcp-marketplace.io/server/io-github-localprodev-local-services Summary: Verified US local service providers across 10 home-services trades. Ratings, hours, no API key. Description: Verified US local service providers across 10 home-services trades. Ratings, hours, no API key. Remote endpoints: streamable-http: https://mcp.localpro.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.localpro.dev/mcp GitHub: https://github.com/LocalProDev/mcp-server MCP Tools (5): list_niches, list_cities, list_service_types, search_providers, get_provider Security Score: 10/10 Creator: LocalProDev Creator Reputation: B Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-localprodev-local-services https://mcp.localpro.dev/mcp --- ## Openclip URL: https://mcp-marketplace.io/server/app-openclip-openclip Summary: Turn long videos into short, captioned viral clips from your AI assistant. 28 tools, OAuth. Description: Turn long videos into short, captioned viral clips from your AI assistant. 28 tools, OAuth. Remote endpoints: streamable-http: https://openclip.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openclip.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http app-openclip-openclip https://openclip.app/mcp --- ## Dataecho URL: https://mcp-marketplace.io/server/ai-dataecho-mcp Summary: Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory. Description: Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory. Remote endpoints: streamable-http: https://dataecho.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://dataecho.ai/mcp GitHub: https://github.com/mohocp/dataecho Security Score: 7.2/10 Creator: Mohocp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-dataecho-mcp https://dataecho.ai/mcp --- ## Standout URL: https://mcp-marketplace.io/server/io-standoutmcp-standout Summary: Anti-slop design taste for AI coding agents: art directions, section code, 0-100 page critic. Description: Anti-slop design taste for AI coding agents: art directions, section code, 0-100 page critic. Remote endpoints: streamable-http: https://standoutmcp.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://standoutmcp.io/api/mcp MCP Tools (25): get_design_direction, list_directions, get_app_theme, get_component_code, critique_ui, critique_design, make_it_standout, client_report, get_section_code, get_hero_concept, get_asset_pack, get_showpiece, get_motion_recipes, get_premium_components, assemble_premium_page, search_references, get_reference, get_similar_references, search_flows, get_flow, synthesize_direction_from_references, build_from_reference, build_from_reference_v2, critique_similarity, get_free_trial_key Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-standoutmcp-standout https://standoutmcp.io/api/mcp --- ## Lucasandersen Ai URL: https://mcp-marketplace.io/server/ai-lucasandersen-mlp-tax Summary: Deterministic MLP tax engine with IRS citations. 6 tools: basis, §751, estate, projections. Description: Deterministic MLP tax engine with IRS citations. 6 tools: basis, §751, estate, projections. Remote endpoints: streamable-http: https://api.lucasandersen.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lucasandersen.ai/mcp GitHub: https://github.com/luc253/lucasandersen-ai MCP Tools (6): mlp_projection, mlp_estate_planning, mlp_sell_vs_hold, mlp_info, k1_basis_compute, k1_basis_multi_year Security Score: 8/10 Creator: Luc253 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-lucasandersen-mlp-tax https://api.lucasandersen.ai/mcp --- ## Model Finder Mcp App URL: https://mcp-marketplace.io/server/io-github-cowboyhq-cowboy-model-finder Summary: Find your perfect Cowboy e-bike with an interactive wizard and AI recommendations. Description: Find your perfect Cowboy e-bike with an interactive wizard and AI recommendations. Remote endpoints: streamable-http: https://cowboy-model-finder-mcp-app-8b3709a7529a.herokuapp.com/mcp sse: https://cowboy-model-finder-mcp-app-8b3709a7529a.herokuapp.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cowboy-model-finder-mcp-app-8b3709a7529a.herokuapp.com/mcp GitHub: https://github.com/cowboyhq/model-finder-mcp-app Security Score: 8/10 Creator: Cowboyhq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cowboyhq-cowboy-model-finder https://cowboy-model-finder-mcp-app-8b3709a7529a.herokuapp.com/mcp --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-vindi Summary: MCP server for Vindi — recurring billing, subscriptions, invoices Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-vindi GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.2.2 Required Credentials: VINDI_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-vindi -- npx -y @codespar/mcp-vindi --- ## Byteray URL: https://mcp-marketplace.io/server/ai-byteray-byteray-mcp Summary: Hunt zero-days by talking to binaries. 40+ tools. Hosted, OAuth + SSO, invite: hi@byteray.ai Description: Hunt zero-days by talking to binaries. 40+ tools. Hosted, OAuth + SSO, invite: hi@byteray.ai Remote endpoints: streamable-http: https://mcp.byteray.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.byteray.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-byteray-byteray-mcp https://mcp.byteray.ai/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/finance-finlab-mcp Summary: Taiwan stock quant data and real backtests: strategy library, per-stock evidence, data catalog Description: Taiwan stock quant data and real backtests: strategy library, per-stock evidence, data catalog Remote endpoints: streamable-http: https://mcp.finlab.finance/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.finlab.finance/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http finance-finlab-mcp https://mcp.finlab.finance/mcp --- ## Ai Gateway URL: https://mcp-marketplace.io/server/io-github-csoai-org-ai-gateway-mcp Summary: Ai Gateway MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: ai-gateway-mcp GitHub: https://github.com/CSOAI-ORG/ai-gateway-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-ai-gateway-mcp -- uvx ai-gateway-mcp==1.0.11 --- ## The Anots URL: https://mcp-marketplace.io/server/com-anots-directory Summary: Discover and query every business on ANOTS — search, ask, or find-and-ask over MCP. Description: Discover and query every business on ANOTS — search, ask, or find-and-ask over MCP. Remote endpoints: streamable-http: https://api.anots.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.anots.com/mcp GitHub: https://github.com/Patheras/the-anots Security Score: 3.2/10 Creator: Patheras Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-anots-directory https://api.anots.com/mcp --- ## Crm Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-crm-ai-mcp Summary: Crm Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: crm-ai-mcp GitHub: https://github.com/CSOAI-ORG/crm-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-crm-ai-mcp -- uvx crm-ai-mcp==1.0.11 --- ## Entity Screen URL: https://mcp-marketplace.io/server/com-dropwatchhq-entity-screen Summary: Screen a business or person for exclusions, debarment, and sanctions (SAM.gov, OFAC). Description: Screen a business or person for exclusions, debarment, and sanctions (SAM.gov, OFAC). Remote endpoints: streamable-http: https://screen.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://screen.dropwatchhq.com/mcp MCP Tools (2): screen_entity, resolve_entity Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-entity-screen https://screen.dropwatchhq.com/mcp --- ## Foncier URL: https://mcp-marketplace.io/server/ca-taparcelle-foncier Summary: Québec land intelligence: municipal decisions, zoning, assessment roll, registry, permits. Description: Québec land intelligence: municipal decisions, zoning, assessment roll, registry, permits. Remote endpoints: streamable-http: https://mcp.taparcelle.ca/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.taparcelle.ca/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ca-taparcelle-foncier https://mcp.taparcelle.ca/mcp --- ## Shodh Memory URL: https://mcp-marketplace.io/server/io-github-varun29ankus-shodh-memory Summary: Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs. Category: Developer Tools Mode: local Pricing: Free npm: @shodh/memory-mcp GitHub: https://github.com/varun29ankuS/shodh-memory Security Score: 5.8/10 Creator: Varun29ankuS Creator Reputation: B Version: 0.2.0 Required Credentials: SHODH_API_URL (optional), SHODH_API_KEY (required), SHODH_USER_ID (optional) Install (Claude Code): claude mcp add io-github-varun29ankus-shodh-memory -- npx -y @shodh/memory-mcp@0.2.0 --- ## Dataprivacy Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-dataprivacy-ai-mcp Summary: Dataprivacy Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: dataprivacy-ai-mcp GitHub: https://github.com/CSOAI-ORG/dataprivacy-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.14 Install (Claude Code): claude mcp add io-github-csoai-org-dataprivacy-ai-mcp -- uvx dataprivacy-ai-mcp==1.0.14 --- ## Supplement Advisor URL: https://mcp-marketplace.io/server/com-verifiedsupplementdata-supplement-advisor-mcp Summary: Evidence-based supplement guidance: clinical doses, form comparisons, interactions, cost-per-dose. Category: Developer Tools Mode: local Pricing: Free npm: supplement-advisor-mcp GitHub: https://github.com/erinheit451/supplement-advisor-mcp Security Score: 4.8/10 Creator: Erinheit451 Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add com-verifiedsupplementdata-supplement-advisor-mcp -- npx -y supplement-advisor-mcp@1.1.0 --- ## Librelink URL: https://mcp-marketplace.io/server/io-github-mcp-dir-librelink-mcp Summary: Glucose readings from your LibreLink Up sensor: graph, logbook, stats and summaries (read-only). Sec Description: Glucose readings from your LibreLink Up sensor: graph, logbook, stats and summaries (read-only). Sec Remote endpoints: streamable-http: https://api.mcp.ai/p_librelink Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_librelink GitHub: https://github.com/mcp-dir/librelink-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-librelink-mcp https://api.mcp.ai/p_librelink --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-focus-nfe Summary: MCP server for Focus NFe — NFe, NFSe, NFCe emission and management Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-focus-nfe GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 4.2/10 Creator: User Creator Reputation: D Version: 0.2.2 Required Credentials: FOCUS_NFE_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-focus-nfe -- npx -y @codespar/mcp-focus-nfe --- ## Mellowmountainradio URL: https://mcp-marketplace.io/server/com-mellowmountainradio-mcp-kazm Summary: KAZM 106.5 FM/780 AM: now playing, weather, fire alerts, road conditions & concerts (Sedona, AZ). Description: KAZM 106.5 FM/780 AM: now playing, weather, fire alerts, road conditions & concerts (Sedona, AZ). Remote endpoints: streamable-http: https://mcp.mellowmountainradio.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.mellowmountainradio.com/mcp GitHub: https://github.com/chelstein/mellowmountainradio Security Score: 3.2/10 Creator: Chelstein Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mellowmountainradio-mcp-kazm https://mcp.mellowmountainradio.com/mcp --- ## Vistoya URL: https://mcp-marketplace.io/server/io-github-vistoya-market Summary: Search and get fashion products recommendations across multiple e-ecom stores Description: Search and get fashion products recommendations across multiple e-ecom stores Remote endpoints: streamable-http: https://api.vistoya.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.vistoya.com/mcp GitHub: https://github.com/vistoya/vistoya-mcp Security Score: 10/10 Creator: Vistoya Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vistoya-market https://api.vistoya.com/mcp --- ## Loopingagent URL: https://mcp-marketplace.io/server/com-loopingagent-loopingagent-mcp Summary: Architecte IA agentique (Paris) : profil, compétences, articles, réservation — pour agents IA. Description: Architecte IA agentique (Paris) : profil, compétences, articles, réservation — pour agents IA. Remote endpoints: streamable-http: https://loopingagent.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://loopingagent.com/api/mcp MCP Tools (5): get_profile, get_skill, list_articles, get_article, book_call Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-loopingagent-loopingagent-mcp https://loopingagent.com/api/mcp --- ## Sports Betting URL: https://mcp-marketplace.io/server/io-github-seang1121-sports-betting-mcp Summary: AI sports betting picks, odds, injuries & line movement. 1,353+ picks, 59.6% win rate. Category: Developer Tools Mode: local Pricing: Free PyPI: sports-betting-mcp GitHub: https://github.com/seang1121/sports-betting-mcp Security Score: 7/10 Creator: Seang1121 Creator Reputation: B Version: 1.0.0 Required Credentials: SPORTS_BETTING_API_URL (optional), SPORTS_BETTING_API_KEY (optional) Install (Claude Code): claude mcp add io-github-seang1121-sports-betting-mcp -- uvx sports-betting-mcp==1.0.1 --- ## Lion X402 URL: https://mcp-marketplace.io/server/com-lionx402-lion-x402 Summary: Keyless x402 compliance on Base: $0.001 OFAC wallet screen, $0.05 pack, $0.95 company file. Description: Keyless x402 compliance on Base: $0.001 OFAC wallet screen, $0.05 pack, $0.95 company file. Remote endpoints: streamable-http: https://lionx402.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lionx402.com/api/mcp MCP Tools (25): lion_declare_need, lion_quick_intel, lion_wallet_screen, lion_verified_company_file, lion_compliance_bundle, lion_enrichment_tx_bundle, lion_web_enrichment_bundle, lion_adaptive_query, lion_keyless_base_rpc, lion_composite_bundle, lion_web_search, lion_deep_research, lion_scrape, lion_cpg_product_intel, lion_social_signal_intel, lion_tx_receipt_decoded, lion_token_risk_indicators, lion_location_solar_enrichment, lion_enrich_v1, lion_domain_intel, lion_sec_financials, lion_sanctions_screen, lion_vat_validation, lion_poi_business_search, lion_wikidata_firmographics Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.13.0 Install (Claude Code Remote): claude mcp add --transport http com-lionx402-lion-x402 https://lionx402.com/api/mcp --- ## Google Forms URL: https://mcp-marketplace.io/server/io-github-kamarusama-mcp-google-forms Summary: 19 tools for Google Forms: create quizzes, add questions, set answer keys, read responses. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-google-forms GitHub: https://github.com/KamaruSama/mcp-google-forms Security Score: 10/10 Creator: KamaruSama Creator Reputation: B Version: 1.0.1 Required Credentials: GOOGLE_FORMS_MCP_DIR (optional) Install (Claude Code): claude mcp add io-github-kamarusama-mcp-google-forms -- uvx mcp-google-forms==1.0.1 --- ## Money URL: https://mcp-marketplace.io/server/io-github-parsons-ai-money Summary: Personal finance assistant — track transactions, budgets, net worth via Plaid Description: Personal finance assistant — track transactions, budgets, net worth via Plaid Remote endpoints: streamable-http: https://money.parsons.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://money.parsons.ai/api/mcp GitHub: https://github.com/Parsons-ai/money-mcp-server MCP Tools (5): whoami, schema, query, mutate, sync Security Score: 10/10 Creator: Parsons Ai Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-parsons-ai-money https://money.parsons.ai/api/mcp --- ## Crop Pest Diagnostic URL: https://mcp-marketplace.io/server/io-github-evozim-crop-pest-diagnostic-mcp Summary: Premium agentic endpoint for crop-pest-diagnostic-mcp. Description: Premium agentic endpoint for crop-pest-diagnostic-mcp. Remote endpoints: sse: https://api.m2mcent.com/crop-pest-diagnostic-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/crop-pest-diagnostic-mcp/sse MCP Tools (1): crop-pest-diagnostic-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-crop-pest-diagnostic-mcp https://api.m2mcent.com/crop-pest-diagnostic-mcp/sse --- ## Ai URL: https://mcp-marketplace.io/server/io-github-brivvyhq-mcp Summary: Brivvy MCP (OAuth): on-brand AI content, voice rules, templates, glossary. Description: Brivvy MCP (OAuth): on-brand AI content, voice rules, templates, glossary. Remote endpoints: streamable-http: https://mcp.brivvy.io Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.brivvy.io GitHub: https://github.com/brivvyHQ/ai Security Score: 10/10 Creator: BrivvyHQ Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-brivvyhq-mcp https://mcp.brivvy.io --- ## Gitlumen URL: https://mcp-marketplace.io/server/io-github-gitlumen-team-gitlumen-mcp Summary: Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals. Description: Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals. Remote endpoints: streamable-http: https://mcp-github-screen.gitlumen.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp-github-screen.gitlumen.com/mcp GitHub: https://github.com/gitlumen-team/gitlumen-mcp Security Score: 6.2/10 Creator: Gitlumen Team Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gitlumen-team-gitlumen-mcp https://mcp-github-screen.gitlumen.com/mcp --- ## Fusion URL: https://mcp-marketplace.io/server/io-github-jolymmiles-fusion-mcp Summary: Local Fusion MCP: panel->judge->synthesis on the Claude CLI subscription, no OpenRouter. Category: Developer Tools Mode: local Pricing: Free PyPI: fusion-mcp GitHub: https://github.com/Jolymmiles/fusion-mcp Security Score: 10/10 Creator: Jolymmiles Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-jolymmiles-fusion-mcp -- uvx fusion-mcp==0.1.0 --- ## The Quiet Protocol URL: https://mcp-marketplace.io/server/com-thequietprotocol-www-tqp-growth-offense Summary: Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data. Description: Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data. Remote endpoints: streamable-http: https://www.thequietprotocol.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.thequietprotocol.com/api/mcp GitHub: https://github.com/agentqm/the-quiet-protocol MCP Tools (19): scan_ai_visibility, run_front_door_benchmark, run_trust_stack_audit, run_review_velocity_benchmark, run_competitor_intake_scanner, run_response_time_loss_estimator, list_resources, get_resource, list_engines, list_kits, get_kit, find_best_resource, pricing_lookup, get_submission_profile, list_proof_cases, list_benchmarks, get_benchmark, get_submission_package, select_best_engine Security Score: 8/10 Creator: Agentqm Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thequietprotocol-www-tqp-growth-offense https://www.thequietprotocol.com/api/mcp --- ## Knowledge Gaps URL: https://mcp-marketplace.io/server/io-github-onetrueclaude-creator-mcp-knowledge-gaps Summary: Find what your knowledge base mentions but doesn't actually explain. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-knowledge-gaps GitHub: https://github.com/onetrueclaude-creator/mcp-knowledge-gaps Security Score: 5.3/10 Creator: Onetrueclaude Creator Creator Reputation: B Version: 0.1.0 Required Credentials: KNOWLEDGE_GAPS_LICENSE (required) Install (Claude Code): claude mcp add io-github-onetrueclaude-creator-mcp-knowledge-gaps -- uvx mcp-knowledge-gaps==0.1.0 --- ## Inkwell Memory URL: https://mcp-marketplace.io/server/io-github-veronchenko-inkwell-memory Summary: Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/veronchenko/inkwell-memory Security Score: 10/10 Creator: Veronchenko Creator Reputation: B Version: 0.14.0 Required Credentials: INKWELL_DATA_PATH (optional), INKWELL_ENABLE_DASHBOARD (optional) --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-monitoring-mcp Summary: Gain visibility into the performance, availability, and health of your apps and infrastructure. Description: Gain visibility into the performance, availability, and health of your apps and infrastructure. Remote endpoints: streamable-http: https://monitoring.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://monitoring.googleapis.com/mcp MCP Tools (9): list_timeseries, query_range, get_alert_policy, list_alert_policies, get_alert, list_alerts, list_metric_descriptors, list_dashboards, get_dashboard Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-monitoring-mcp https://monitoring.googleapis.com/mcp --- ## Einvoice Readiness URL: https://mcp-marketplace.io/server/com-jithox-einvoice-readiness Summary: Read-only e-invoice readiness over MCP: VAT format, VIES, Peppol lookup, invoice & readiness Description: Read-only e-invoice readiness over MCP: VAT format, VIES, Peppol lookup, invoice & readiness Remote endpoints: streamable-http: https://mcp.jithox.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.jithox.com/mcp MCP Tools (5): validate_invoice, validate_vat_number, verify_vat_vies, lookup_peppol_participant, get_einvoice_readiness Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-jithox-einvoice-readiness https://mcp.jithox.com/mcp --- ## Pet Data Station URL: https://mcp-marketplace.io/server/com-petforai-pet-data-station Summary: Source-verified pet food regulations, recalls, nutrient standards and species care data. Description: Source-verified pet food regulations, recalls, nutrient standards and species care data. Remote endpoints: streamable-http: https://petforai.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://petforai.com/mcp/ GitHub: https://github.com/LongJourneyCai/Pet-data-station Security Score: 8/10 Creator: LongJourneyCai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-petforai-pet-data-station https://petforai.com/mcp/ --- ## Feishu User Plugin URL: https://mcp-marketplace.io/server/io-github-ethanqc-feishu-user-plugin Summary: Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf. Category: Developer Tools Mode: local Pricing: Free npm: feishu-user-plugin GitHub: https://github.com/EthanQC/feishu-user-plugin Security Score: 9.5/10 Creator: EthanQC Creator Reputation: B Version: 1.3.14 Required Credentials: LARK_COOKIE (required), LARK_APP_ID (optional), LARK_APP_SECRET (required), LARK_USER_ACCESS_TOKEN (required), LARK_USER_REFRESH_TOKEN (required) Install (Claude Code): claude mcp add io-github-ethanqc-feishu-user-plugin -- npx -y feishu-user-plugin@1.3.14 --- ## Cinderfi URL: https://mcp-marketplace.io/server/com-cinderfi-retirement-planning Summary: Retirement planning for Canada & US. CPP/OAS, Social Security, RRSP/TFSA, 401k/IRA, Monte Carlo. Description: Retirement planning for Canada & US. CPP/OAS, Social Security, RRSP/TFSA, 401k/IRA, Monte Carlo. Remote endpoints: streamable-http: https://mcp.cinderfi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cinderfi.com/mcp GitHub: https://github.com/cinderfi/cinderfi-mcp Security Score: 10/10 Creator: Cinderfi Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-cinderfi-retirement-planning https://mcp.cinderfi.com/mcp --- ## Dunsocial URL: https://mcp-marketplace.io/server/com-dunsocial-dunsocial Summary: Schedule and publish social posts with OAuth, drafts, media, workspaces, and brand memory. Description: Schedule and publish social posts with OAuth, drafts, media, workspaces, and brand memory. Remote endpoints: streamable-http: https://api.dunsocial.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.dunsocial.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dunsocial-dunsocial https://api.dunsocial.com/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-memorystore-mcp Summary: Provides tools to manage Memorystore for Valkey instances and backups. Description: Provides tools to manage Memorystore for Valkey instances and backups. Remote endpoints: streamable-http: https://memorystore.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://memorystore.googleapis.com/mcp MCP Tools (14): list_instances, get_instance, create_instance, delete_instance, update_instance, get_certificate_authority, reschedule_maintenance, list_backup_collections, get_backup_collection, list_backups, get_backup, delete_backup, export_backup, backup_instance Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-memorystore-mcp https://memorystore.googleapis.com/mcp --- ## Nexusfeed URL: https://mcp-marketplace.io/server/io-github-nexusfeed-nexusfeed-ltl Summary: Real-time LTL fuel surcharge rates for 10 US carriers with verifiable provenance. Category: Developer Tools Mode: local Pricing: Free PyPI: nexusfeed-mcp GitHub: https://github.com/NexusFeed/nexusfeed-mcp Security Score: 7/10 Creator: NexusFeed Creator Reputation: B Version: 1.1.1 Required Credentials: MCP_API_BASE_URL (optional), MCP_API_KEY (required) Install (Claude Code): claude mcp add io-github-nexusfeed-nexusfeed-ltl -- uvx nexusfeed-mcp==1.1.1 --- ## Parsebounce URL: https://mcp-marketplace.io/server/com-parsebounce-parsebounce Summary: Email deliverability monitoring and sending: bounces, complaints, suppression, campaigns. Description: Email deliverability monitoring and sending: bounces, complaints, suppression, campaigns. Remote endpoints: streamable-http: https://api.parsebounce.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.parsebounce.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-parsebounce-parsebounce https://api.parsebounce.com/mcp --- ## Allgoodinsp URL: https://mcp-marketplace.io/server/com-allgoodinsp-mcp-server Summary: Curated design references for AI — real CSS values, typography specs, and color palettes. Description: Curated design references for AI — real CSS values, typography specs, and color palettes. Remote endpoints: streamable-http: https://mcp.allgoodinsp.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.allgoodinsp.com Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-allgoodinsp-mcp-server https://mcp.allgoodinsp.com --- ## Agent Skill Update Gate URL: https://mcp-marketplace.io/server/com-clauxel-agentskillupdategate-agentskillupdategate-mcp Summary: Paid remote MCP for Claude Code skill update gate MCP, structured receipts, audit logs, and reviewer Description: Paid remote MCP for Claude Code skill update gate MCP, structured receipts, audit logs, and reviewer Remote endpoints: streamable-http: https://agentskillupdategate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentskillupdategate.clauxel.com/mcp GitHub: https://github.com/clauxel/agent-skill-update-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-agentskillupdategate-agentskillupdategate-mcp https://agentskillupdategate.clauxel.com/mcp --- ## Soundscapes URL: https://mcp-marketplace.io/server/com-historicalsoundscapes-www-semantic-search Summary: Semantic search for Historical Soundscapes. Search eventos, entities, filters. Cross-lingual ES/EN. Description: Semantic search for Historical Soundscapes. Search eventos, entities, filters. Cross-lingual ES/EN. Remote endpoints: sse: https://www.historicalsoundscapes.com/mcp/api/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.historicalsoundscapes.com/mcp/api/ GitHub: https://github.com/ilizaran/soundscapes Security Score: 9/10 Creator: Ilizaran Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-historicalsoundscapes-www-semantic-search https://www.historicalsoundscapes.com/mcp/api/ --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-sqladmin-mcp Summary: Create, manage, and query your Google Cloud SQL resources. Description: Create, manage, and query your Google Cloud SQL resources. Remote endpoints: streamable-http: https://sqladmin.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sqladmin.googleapis.com/mcp MCP Tools (15): list_instances, get_instance, create_instance, execute_sql, execute_sql_readonly, get_operation, create_user, update_user, clone_instance, update_instance, list_users, create_backup, restore_backup, import_data, postgres_upgrade_precheck Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-sqladmin-mcp https://sqladmin.googleapis.com/mcp --- ## Kerdos X402 URL: https://mcp-marketplace.io/server/io-github-singlishman-kerdos-x402-mcp Summary: Crypto market intelligence MCP — pay-per-tool-call in USDC on Base via the x402 protocol. Category: Developer Tools Mode: local Pricing: Free npm: kerdos-x402-mcp GitHub: https://github.com/Singlishman/kerdos-x402-mcp Security Score: 10/10 Creator: Singlishman Creator Reputation: B Version: 0.1.0 Required Credentials: EVM_PRIVATE_KEY (required), KERDOS_X402_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-singlishman-kerdos-x402-mcp -- npx -y kerdos-x402-mcp@0.1.0 --- ## Deepkpi URL: https://mcp-marketplace.io/server/com-revelata-deepkpi-mcp Summary: Deep fundamental data & SEC filings from public companies — operating KPIs not even in Bloomberg. Description: Deep fundamental data & SEC filings from public companies — operating KPIs not even in Bloomberg. Remote endpoints: streamable-http: https://deepkpi-mcp.revelata.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://deepkpi-mcp.revelata.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-revelata-deepkpi-mcp https://deepkpi-mcp.revelata.com/mcp --- ## Geoservercloud URL: https://mcp-marketplace.io/server/io-github-ronitjadhav-geoservercloud-mcp Summary: MCP server for managing GeoServer workspaces, datastores, layers, and styles Category: Developer Tools Mode: local Pricing: Free PyPI: geoservercloud-mcp GitHub: https://github.com/ronitjadhav/geoservercloud-mcp Security Score: 4.2/10 Creator: Ronitjadhav Creator Reputation: B Version: 1.0.1.dev29565507996 Required Credentials: GEOSERVER_URL (optional), GEOSERVER_USER (optional), GEOSERVER_PASSWORD (required) Install (Claude Code): claude mcp add io-github-ronitjadhav-geoservercloud-mcp -- uvx geoservercloud-mcp==1.0.0 --- ## Copyscore URL: https://mcp-marketplace.io/server/sh-copywriting-copyscore Summary: Score your copy instantly and access 560+ guides on persuasion, hooks, and sales writing. Description: Score your copy instantly and access 560+ guides on persuasion, hooks, and sales writing. Remote endpoints: streamable-http: https://mcp.copywriting.sh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.copywriting.sh/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http sh-copywriting-copyscore https://mcp.copywriting.sh/mcp --- ## Simple URL: https://mcp-marketplace.io/server/io-github-oleksii-donets-simple-mcp Summary: A Test MCP server that provides tools, promts and resources Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/oleksii-donets/simple_mcp Security Score: 5.5/10 Installs: 1 Creator: Oleksii Donets Creator Reputation: B Version: 1.0.1 Required Credentials: APP_TRANSPORT (optional), APP_HOST (optional), APP_PORT (optional) --- ## Lastminutedeals Api URL: https://mcp-marketplace.io/server/io-github-johnanleitner1-coder-lastminutedeals-api Summary: Real-time last-minute tour and activity booking across 17 suppliers in 15 countries. Description: Real-time last-minute tour and activity booking across 17 suppliers in 15 countries. Remote endpoints: streamable-http: https://api.lastminutedealshq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lastminutedealshq.com/mcp GitHub: https://github.com/johnanleitner1-Coder/lastminutedeals-api MCP Tools (5): search_slots, book_slot, get_booking_status, get_supplier_info, preview_slot Security Score: 0/10 Creator: Johnanleitner1 Coder Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-johnanleitner1-coder-lastminutedeals-api https://api.lastminutedealshq.com/mcp --- ## Tochka Bank URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-tochka-bank Summary: MCP server for Tochka Bank API — payments, invoices, acquiring, subscriptions Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-tochka-bank GitHub: https://github.com/dontsovcmc/mcp-server-tochka-bank Security Score: 4.2/10 Creator: Dontsovcmc Creator Reputation: B Version: 0.6.2 Required Credentials: TOCHKA_TOKEN (required) Install (Claude Code): claude mcp add io-github-dontsovcmc-tochka-bank -- uvx mcp-server-tochka-bank==0.6.2 --- ## Availability URL: https://mcp-marketplace.io/server/it-cup24-availability Summary: Search private healthcare appointment availability across Cup24.it: services, doctors, clinics. Description: Search private healthcare appointment availability across Cup24.it: services, doctors, clinics. Remote endpoints: streamable-http: https://mcpserver.cup24.it/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcpserver.cup24.it/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http it-cup24-availability https://mcpserver.cup24.it/mcp --- ## Wechat Channels Insights URL: https://mcp-marketplace.io/server/com-52choujiang-wechat-channels-insights Summary: WeChat Channels videos, comments, users, transcripts, and Official Account article details. Description: WeChat Channels videos, comments, users, transcripts, and Official Account article details. Remote endpoints: streamable-http: https://mcp.socialdatax.com/wechat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.socialdatax.com/wechat/mcp MCP Tools (15): wechat_get_hot_search_list, wechat_get_user_info_by_user_id, wechat_get_user_info_by_url, wechat_get_user_posted_videos_by_user_id, wechat_get_user_posted_videos_by_url, wechat_get_video_comment_replies_by_comment_id, wechat_get_video_comments_by_object_id, wechat_get_video_comments_by_url, wechat_get_video_detail_by_encrypted_object_id, wechat_get_mp_article_detail_by_url, wechat_get_video_detail_by_url, wechat_submit_video_speech_text_by_video_url, wechat_submit_video_speech_text_by_encrypted_object_id, wechat_get_video_speech_text_job, wechat_search_videos Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http com-52choujiang-wechat-channels-insights https://mcp.socialdatax.com/wechat/mcp --- ## Sentry URL: https://mcp-marketplace.io/server/io-github-getsentry-sentry-mcp Summary: MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @sentry/mcp-server GitHub: https://github.com/getsentry/sentry-mcp Security Score: 10/10 Installs: 1 Creator: Getsentry Creator Reputation: B Version: 0.25.0 Required Credentials: SENTRY_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-getsentry-sentry-mcp -- npx -y @sentry/mcp-server --- ## Convika URL: https://mcp-marketplace.io/server/com-convika-convika Summary: Create, preview, publish, and measure landing pages from Claude, Codex, or any MCP client. Description: Create, preview, publish, and measure landing pages from Claude, Codex, or any MCP client. Remote endpoints: streamable-http: https://mcp.convika.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.convika.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-convika-convika https://mcp.convika.com/mcp --- ## Subnet Calculator URL: https://mcp-marketplace.io/server/io-github-zekerutledge-subnet-calculator-mcp Summary: Calculates IPv4 subnet information from an IP address and CIDR prefix or dotted decimal subnet mask Description: Calculates IPv4 subnet information from an IP address and CIDR prefix or dotted decimal subnet mask Remote endpoints: streamable-http: https://subnet-calculator.zekedoesai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://subnet-calculator.zekedoesai.com/mcp GitHub: https://github.com/zekerutledge/subnet-calculator-mcp MCP Tools (1): calculate_subnet Security Score: 10/10 Creator: Zekerutledge Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-zekerutledge-subnet-calculator-mcp https://subnet-calculator.zekedoesai.com/mcp --- ## Proletariat URL: https://mcp-marketplace.io/server/io-github-chrismcdermut-proletariat-cli Summary: Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows Category: Developer Tools Mode: local Pricing: Free npm: @proletariat/cli GitHub: https://github.com/chrismcdermut/proletariat Security Score: 9.7/10 Creator: chrismcdermut Creator Reputation: C Version: 0.3.134 Install (Claude Code): claude mcp add io-github-chrismcdermut-proletariat-cli -- npx -y @proletariat/cli --- ## Nowah URL: https://mcp-marketplace.io/server/io-github-nowah-xyz-nowah-travel Summary: Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more Description: Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more Remote endpoints: streamable-http: https://claw.nowah.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://claw.nowah.xyz/mcp GitHub: https://github.com/Nowah-xyz/nowah-mcp-server Security Score: 10/10 Creator: Nowah Xyz Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nowah-xyz-nowah-travel https://claw.nowah.xyz/mcp --- ## Kochava K4a URL: https://mcp-marketplace.io/server/io-github-kochava-kochava-for-advertisers-mcp-server Summary: No account needed — connect, sign up, and query mobile attribution data from any AI tool Description: No account needed — connect, sign up, and query mobile attribution data from any AI tool Remote endpoints: streamable-http: https://analytics.mcp.kochava.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://analytics.mcp.kochava.com/mcp GitHub: https://github.com/Kochava/kochava-k4a-mcp-server MCP Tools (2): kochava_free_app_analytics_get_tos, kochava_free_app_analytics_create_acc_and_get_auth_key Security Score: 10/10 Creator: Kochava Creator Reputation: B Version: 1.0.45 Install (Claude Code Remote): claude mcp add --transport http io-github-kochava-kochava-for-advertisers-mcp-server https://analytics.mcp.kochava.com/mcp --- ## Spektralwerk Docs URL: https://mcp-marketplace.io/server/com-silicann-spektralwerk-docs Summary: Documentation for the Spektralwerk spectrometer SCPI API as a streamable HTTP MCP Server Description: Documentation for the Spektralwerk spectrometer SCPI API as a streamable HTTP MCP Server Remote endpoints: streamable-http: https://en.silicann.com/spectrometers/spektralwerk-documentation/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://en.silicann.com/spectrometers/spektralwerk-documentation/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1 Install (Claude Code Remote): claude mcp add --transport http com-silicann-spektralwerk-docs https://en.silicann.com/spectrometers/spektralwerk-documentation/mcp --- ## Fhir Mcp Suite URL: https://mcp-marketplace.io/server/io-github-pcmedsinge-mcp-clinical-reasoner Summary: Drug interactions (FDA), dose range check, allergy cross-reactivity. No PHI processed. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-clinical-reasoner GitHub: https://github.com/pcmedsinge/fhir-mcp-suite Security Score: 9.2/10 Creator: Pcmedsinge Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-pcmedsinge-mcp-clinical-reasoner -- uvx mcp-clinical-reasoner --- ## Fedlex Connector URL: https://mcp-marketplace.io/server/ch-fedlex-connector-fedlex-connector Summary: Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint. Description: Search Swiss federal legislation: laws, articles, amendments via the Fedlex SPARQL endpoint. Remote endpoints: streamable-http: https://mcp.fedlex-connector.ch/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fedlex-connector.ch/ GitHub: https://github.com/JayTheSkier/fedlex-connector MCP Tools (4): search_by_title, get_article, get_law_text, list_amendments Security Score: 10/10 Creator: JayTheSkier Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-fedlex-connector-fedlex-connector https://mcp.fedlex-connector.ch/ --- ## Nanostores URL: https://mcp-marketplace.io/server/io-github-valyay-nanostores-mcp Summary: Debug and analyze Nanostores apps with AI: scan stores, monitor runtime events, and search docs. Category: Developer Tools Mode: local Pricing: Free npm: nanostores-mcp GitHub: https://github.com/Valyay/nanostores-mcp Security Score: 7.5/10 Creator: Valyay Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-valyay-nanostores-mcp -- npx -y nanostores-mcp@0.1.2 --- ## Hashlib URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-hashlib Summary: An MCP server that exposes hashlib functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-hashlib GitHub: https://github.com/daedalus/mcp-hashlib Security Score: 1.5/10 Creator: Daedalus Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-daedalus-mcp-hashlib -- uvx mcp-hashlib --- ## Pm33 Replit New URL: https://mcp-marketplace.io/server/io-pm-33-mcp-server Summary: AI-powered product management: backlog optimization, scheduling, forecasting, and PRD generation. Description: AI-powered product management: backlog optimization, scheduling, forecasting, and PRD generation. Remote endpoints: streamable-http: https://pm-33.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pm-33.io/mcp GitHub: https://github.com/b33-steve/pm33-replit-new Security Score: 9/10 Creator: B33 Steve Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-pm-33-mcp-server https://pm-33.io/mcp --- ## Tavily URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tavily Summary: Tavily MCP — wraps the Tavily API (tavily.com) Description: Tavily MCP — wraps the Tavily API (tavily.com) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tavily/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tavily/mcp GitHub: https://github.com/pipeworx-io/mcp-tavily MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search, extract Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tavily https://gateway.pipeworx.io/tavily/mcp --- ## Feedoracle Mcp Risk URL: https://mcp-marketplace.io/server/io-github-feedoracle-stablecoin-risk Summary: 7-signal stablecoin risk scoring. 13 tools, 28+ tokens, SAFE/CAUTION/AVOID verdicts. Description: 7-signal stablecoin risk scoring. 13 tools, 28+ tokens, SAFE/CAUTION/AVOID verdicts. Remote endpoints: sse: https://feedoracle.io/mcp/risk/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feedoracle.io/mcp/risk/sse GitHub: https://github.com/feedoracle/-feedoracle-mcp-risk Security Score: 4.3/10 Installs: 1 Creator: feedoracle Creator Reputation: D Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-feedoracle-stablecoin-risk https://feedoracle.io/mcp/risk/sse --- ## Intelligence Aeternum URL: https://mcp-marketplace.io/server/io-github-codex-curator-intelligence-aeternum-mcp Summary: AI training dataset marketplace: 2M+ museum artworks with Golden Codex enrichment Description: AI training dataset marketplace: 2M+ museum artworks with Golden Codex enrichment Remote endpoints: streamable-http: https://data-portal-172867820131.us-west1.run.app/mcp streamable-http: https://fluora-mcp-172867820131.us-west1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://data-portal-172867820131.us-west1.run.app/mcp GitHub: https://github.com/codex-curator/intelligence-aeternum-mcp MCP Tools (13): search_alexandria, get_curated_metadata, get_oracle_metadata, get_compliance_manifest, get_agent_guide, search_datasets, preview_dataset, get_pricing, purchase_dataset, list_enrichment_tiers, enrich_agent_image, deliver_artifacts, get_enrichment_status Security Score: 10/10 Creator: Codex Curator Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-codex-curator-intelligence-aeternum-mcp https://data-portal-172867820131.us-west1.run.app/mcp --- ## Huettentouren URL: https://mcp-marketplace.io/server/org-huettentouren-tours Summary: Hut-to-hut hiking tours in the Alps with live availability from multiple booking systems. Description: Hut-to-hut hiking tours in the Alps with live availability from multiple booking systems. Remote endpoints: streamable-http: https://www.huettentouren.org/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.huettentouren.org/api/mcp GitHub: https://github.com/thrill2212/huettentouren MCP Tools (3): recommend_tours, search, fetch Security Score: 8/10 Creator: Thrill2212 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-huettentouren-tours https://www.huettentouren.org/api/mcp --- ## Library URL: https://mcp-marketplace.io/server/org-rrmacademy-library Summary: Search 4,130+ peer-reviewed articles on restorative reproductive medicine, with fact verification Description: Search 4,130+ peer-reviewed articles on restorative reproductive medicine, with fact verification Remote endpoints: streamable-http: https://mcp.rrmacademy.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.rrmacademy.org/mcp MCP Tools (5): search, check_guardrails, check_facts, get_article, find_related Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-rrmacademy-library https://mcp.rrmacademy.org/mcp --- ## Dp Assessment Workbench URL: https://mcp-marketplace.io/server/io-github-ce-rise-software-dpawb Summary: Deterministic SHACL-based assessment and comparison for digital passport data models. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/CE-RISE-software/dp-assessment-workbench Security Score: 10/10 Creator: CE RISE Software Creator Reputation: B Version: 0.1.2 --- ## Shopify Subscription Reconciliation URL: https://mcp-marketplace.io/server/io-github-shelvick-shopify-subscription-reconciliation Summary: Reconcile Shopify orders against Recharge subscription charges and Stripe payouts. Description: Reconcile Shopify orders against Recharge subscription charges and Stripe payouts. Remote endpoints: streamable-http: https://stream-1-mcp-shopify-reconcile.dynsup.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stream-1-mcp-shopify-reconcile.dynsup.workers.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shelvick-shopify-subscription-reconciliation https://stream-1-mcp-shopify-reconcile.dynsup.workers.dev/mcp --- ## Vybit Sdk URL: https://mcp-marketplace.io/server/net-vybit-mcp-server Summary: Push notifications with personalized sounds - manage and trigger your vybits via MCP Description: Push notifications with personalized sounds - manage and trigger your vybits via MCP Remote endpoints: streamable-http: https://api.vybit.net/v1/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.vybit.net/v1/mcp GitHub: https://github.com/flatirontek/vybit-sdk Security Score: 8/10 Installs: 1 Creator: User Creator Reputation: D Version: 1.5.2 Tags: push, notifications Install (Claude Code Remote): claude mcp add --transport http net-vybit-mcp-server https://api.vybit.net/v1/mcp --- ## Pincer URL: https://mcp-marketplace.io/server/io-github-vouchlyai-pincer Summary: Secure grip for your agent's secrets - security-hardened MCP gateway with proxy token architecture Category: Developer Tools Mode: local Pricing: Free npm: pincer-mcp GitHub: https://github.com/VouchlyAI/Pincer-MCP Security Score: 8/10 Creator: VouchlyAI Creator Reputation: B Version: 0.1.5 Required Credentials: PINCER_PROXY_TOKEN (required), OPENWEBUI_URL (optional), OPENAI_COMPATIBLE_URL (optional), AUDIT_LOG_PATH (optional) Install (Claude Code): claude mcp add io-github-vouchlyai-pincer -- npx -y pincer-mcp@0.1.5 --- ## Acme Todo URL: https://mcp-marketplace.io/server/com-ritzademo-acme-todo Summary: An MCP server for a simple todo list Description: An MCP server for a simple todo list Remote endpoints: streamable-http: https://mcp.ritzademo.com/mcp/ritza-rzx-our91 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ritzademo.com/mcp/ritza-rzx-our91 GitHub: https://github.com/ritza-co/acme-todo Security Score: 8.4/10 Creator: Ritza Co Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-ritzademo-acme-todo https://mcp.ritzademo.com/mcp/ritza-rzx-our91 --- ## Agentic Workflows URL: https://mcp-marketplace.io/server/com-lastminutedealshq-last-minute-tours Summary: Search and book last-minute tours and activities in 28 cities from 21 suppliers. Description: Search and book last-minute tours and activities in 28 cities from 21 suppliers. Remote endpoints: streamable-http: https://api.lastminutedealshq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lastminutedealshq.com/mcp GitHub: https://github.com/janleitner/agentic-workflows MCP Tools (5): search_slots, book_slot, get_booking_status, get_supplier_info, preview_slot Security Score: 8/10 Creator: Janleitner Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-lastminutedealshq-last-minute-tours https://api.lastminutedealshq.com/mcp --- ## Simplyprint Claude Plugin URL: https://mcp-marketplace.io/server/io-simplyprint-simplyprint Summary: 3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account. Description: 3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account. Remote endpoints: streamable-http: https://simplyprint.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://simplyprint.io/api/mcp GitHub: https://github.com/simplyprint/simplyprint-claude-plugin MCP Tools (66): list_printers, get_printer, pause_print, resume_print, cancel_print, send_gcode, home_printer, move_printer_axis, set_printer_fans, set_printer_motors, list_queue, get_queue_item, remove_from_queue, add_to_queue, update_queue_item, reorder_queue_item, move_queue_item, revive_queue_item, empty_queue, inspect_printer_queue, get_queue_item_cost, get_next_queue_item, list_queue_groups, save_queue_group, delete_queue_group, reorder_queue_group, list_pending_queue_items, approve_queue_item, deny_queue_item, send_back_for_revision, resubmit_queue_item, list_queue_comments, add_queue_comment, update_queue_comment, delete_queue_comment, list_custom_fields, list_custom_fields_for, set_custom_field_values, list_files, get_folder, estimate_file_cost, match_file_to_printers, set_file_printers, update_file, create_folder, delete_folder, move_file, move_folder, delete_file, get_slicer_settings_for_file, list_filaments, get_filament, adjust_filament_weight, assign_filament, unassign_filament, get_filament_history, mark_filament_dried, list_filament_colors, list_brand_filaments, list_print_jobs, get_print_job, archive_print_job, unarchive_print_job, get_account_statistics, get_maintenance_dashboard, get_referral_stats Security Score: 10/10 Creator: Simplyprint Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-simplyprint-simplyprint https://simplyprint.io/api/mcp --- ## Agent Costcenter URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-agent-costcenter Summary: Multi-agent billing and cost allocation tracking Category: Developer Tools Mode: local Pricing: Free npm: agent-costcenter-mcp GitHub: https://github.com/mdfifty50-boop/agent-costcenter-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agent-costcenter -- npx -y agent-costcenter-mcp@0.1.3 --- ## Librarian Nexus URL: https://mcp-marketplace.io/server/librarian-nexus Summary: AI agent knowledge library — earn credits, query lessons, unlock books, and train for certs. Description: An economic, decentralized knowledge graph for AI agents. Earn credits by contributing lessons, querying the library with semantic vector search, unlocking books, and cert training. $10/mo subscription includes 50 credits. Supports x402 micropayments as an alternative. Purchasable library items available: books, skills, onboarding agent lessons, and regular lessons. Category: AI & ML Mode: remote Pricing: $10.00 (subscription) Remote URL: https://librarian-nexus-520904066816.us-west1.run.app/mcp Security Score: 8/10 Creator: ItsMalware Creator Reputation: F Version: 1.0.0 Uptime Status: down Tags: mcp, knowledge, agent, semantic-search, vector, x402, micropayment, lessons, books, skills, certification, AI, library, training Install (Claude Code Remote): claude mcp add --transport http librarian-nexus https://librarian-nexus-520904066816.us-west1.run.app/mcp --- ## Murphys Laws URL: https://mcp-marketplace.io/server/com-murphys-laws-murphys-laws Summary: Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit. Category: Developer Tools Mode: local Pricing: Free npm: murphys-laws-mcp GitHub: https://github.com/ravidorr/murphys-laws Security Score: 9.7/10 Creator: Ravidorr Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add com-murphys-laws-murphys-laws -- npx -y murphys-laws-mcp --- ## Teams Api URL: https://mcp-marketplace.io/server/io-github-maxim-mazurok-teams-api Summary: AI-native Microsoft Teams integration — read chats, send messages, search people Category: Developer Tools Mode: local Pricing: Free npm: teams-api GitHub: https://github.com/Maxim-Mazurok/teams-api Security Score: 9.5/10 Installs: 2 Creator: Maxim-Mazurok Creator Reputation: C Version: 1.7.0 Required Credentials: TEAMS_EMAIL (optional), TEAMS_AUTO (optional), TEAMS_LOGIN (optional), TEAMS_TOKEN (required), TEAMS_REGION (optional), TEAMS_BEARER_TOKEN (required), TEAMS_SUBSTRATE_TOKEN (required), TEAMS_DEBUG (optional), TEAMS_TELEMETRY (optional), TEAMS_TELEMETRY_PATH (optional), TEAMS_IMAGE_DESCRIPTION_API_KEY (required), TEAMS_IMAGE_DESCRIPTION_MODEL (optional), TEAMS_IMAGE_DESCRIPTION_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-maxim-mazurok-teams-api -- npx -y teams-api@1.7.0 --- ## Over Reach Detector URL: https://mcp-marketplace.io/server/io-github-choreoatlas-over-reach-detector Summary: Detect when AI code changes exceed declared task scope (MCP server). Category: Developer Tools Mode: local Pricing: Free PyPI: over-reach-detector GitHub: https://github.com/choreoatlas/over_reach_detector Security Score: 5.2/10 Creator: Choreoatlas Creator Reputation: B Version: 0.0.6 Install (Claude Code): claude mcp add io-github-choreoatlas-over-reach-detector -- uvx over-reach-detector==0.0.6 --- ## Pyslang URL: https://mcp-marketplace.io/server/io-github-ariklapid-pyslang-mcp Summary: Compiler-backed read-only Verilog and SystemVerilog project analysis. Category: Developer Tools Mode: local Pricing: Free PyPI: pyslang-mcp GitHub: https://github.com/ariklapid/pyslang-mcp Security Score: 4.7/10 Creator: Ariklapid Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-ariklapid-pyslang-mcp -- uvx pyslang-mcp==0.1.0 --- ## Fintel Discovery URL: https://mcp-marketplace.io/server/io-github-nikolayds-fintel-discovery Summary: DEPRECATED — this server is no longer maintained. Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fin-discovery.com/mcp MCP Tools (32): SearchBrokerCheck, SearchBrokerCheckFirm, GetBrokerCheckDetail, SearchIAPDFirm, GetIAPDFirmDetail, SearchEdgar13F, GetEdgarCompanyFilings, GetTerritoryWealthProfile, GetTickerInfo, GetPriceHistory, GetMultiTickerHistory, GetOptionsExpirations, GetOptionsChain, GetFinancials, GetEarningsHistory, GetAnalystRatings, GetHolders, GetDividendsAndSplits, GetFundProfile, LookupTicker, SearchFundsByCategory, GetFundFees, Get13FHoldings, SearchIAPDIndividual, GetIAPDIndividualDetail, SearchFredSeries, GetFredSeriesData, MapInstrumentIds, SearchFigiInstruments, SearchLEI, GetLEIDetail, GetAdvisorBenchmarks Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-nikolayds-fintel-discovery https://mcp.fin-discovery.com/mcp --- ## Agent Replay URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-agent-replay Summary: Record and replay AI agent execution for debugging Category: Developer Tools Mode: local Pricing: Free npm: agent-replay-mcp GitHub: https://github.com/mdfifty50-boop/agent-replay-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agent-replay -- npx -y agent-replay-mcp@0.1.1 --- ## Webcake Storefront URL: https://mcp-marketplace.io/server/io-github-vuluu2k-webcake-storefront-mcp Summary: Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder. Description: Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder. Remote endpoints: streamable-http: https://store.toolvn.io.vn/mcp Category: Developer Tools Mode: dual Pricing: Free npm: webcake-storefront-mcp Remote URL: https://store.toolvn.io.vn/mcp GitHub: https://github.com/vuluu2k/webcake-storefront-mcp Security Score: 4.2/10 Creator: Vuluu2k Creator Reputation: B Version: 1.31.8 Required Credentials: WEBCAKE_TOKEN (required), WEBCAKE_SESSION_ID (required), WEBCAKE_ENV (optional), PEXELS_API_KEY (required) Install (Claude Code): claude mcp add io-github-vuluu2k-webcake-storefront-mcp -- npx -y webcake-storefront-mcp@1.31.8 Install (Claude Code Remote): claude mcp add --transport http io-github-vuluu2k-webcake-storefront-mcp https://store.toolvn.io.vn/mcp --- ## Crane Hire Cpcs URL: https://mcp-marketplace.io/server/io-github-csoai-org-crane-hire-cpcs-mcp Summary: CPCS / CISRS / NPORS card verification, BS 7121 lift plans, mobile crane / tower crane operator ... Category: Developer Tools Mode: local Pricing: Free PyPI: crane-hire-cpcs-mcp GitHub: https://github.com/CSOAI-ORG/crane-hire-cpcs-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-crane-hire-cpcs-mcp -- uvx crane-hire-cpcs-mcp==1.0.9 --- ## Kids Stay URL: https://mcp-marketplace.io/server/io-github-gt-works-kids-stay Summary: Search Japanese hotels by 48 verified kid-friendly conditions, with sources and dates. Description: Search Japanese hotels by 48 verified kid-friendly conditions, with sources and dates. Remote endpoints: streamable-http: https://mcp.kidsstay.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.kidsstay.workers.dev/mcp MCP Tools (4): search_hotels, get_hotel, list_conditions, list_areas Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gt-works-kids-stay https://mcp.kidsstay.workers.dev/mcp --- ## Slide Deck URL: https://mcp-marketplace.io/server/io-slide-deck-mcp Summary: Public remixable decks from a topic. Control.io product of Morton Technology Consulting, LLC. Description: Public remixable decks from a topic. Control.io product of Morton Technology Consulting, LLC. Remote endpoints: streamable-http: https://slide-deck.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://slide-deck.io/mcp GitHub: https://github.com/asmortongpt/slide-deck.io MCP Tools (1): generate_deck Security Score: 8/10 Creator: Asmortongpt Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-slide-deck-mcp https://slide-deck.io/mcp --- ## OmniClip RAG URL: https://mcp-marketplace.io/server/io-github-msjsc001-omniclip-rag-mcp Summary: Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows. Category: AI & ML Mode: local Pricing: Free GitHub: https://github.com/msjsc001/OmniClip-RAG Security Score: 4.5/10 Creator: Msjsc001 Creator Reputation: B Version: 0.4.8 --- ## Mistral URL: https://mcp-marketplace.io/server/io-github-swih-mistral-mcp Summary: Mistral AI MCP server: chat, OCR, Voxtral audio, Codestral FIM, vision, agents, batch. Category: Developer Tools Mode: local Pricing: Free npm: mistral-mcp GitHub: https://github.com/Swih/mistral-mcp Security Score: 8/10 Creator: Swih Creator Reputation: B Version: 0.8.2 Required Credentials: MISTRAL_API_KEY (required) Install (Claude Code): claude mcp add io-github-swih-mistral-mcp -- npx -y mistral-mcp@0.8.2 --- ## Marketcheck Ai Reports URL: https://mcp-marketplace.io/server/com-marketcheck-marketcheck-ai-reports Summary: Vehicle valuations & market reports for AI assistants. Pay per report, no subscription. Description: Vehicle valuations & market reports for AI assistants. Pay per report, no subscription. Remote endpoints: streamable-http: https://reports.marketcheck.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://reports.marketcheck.com/mcp GitHub: https://github.com/MarketcheckHub/marketcheck-ai-reports Security Score: 8/10 Creator: MarketcheckHub Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-marketcheck-marketcheck-ai-reports https://reports.marketcheck.com/mcp --- ## Mcpexplorer Docs URL: https://mcp-marketplace.io/server/io-github-rzere-mcpexplorer Summary: Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores. Description: Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores. Remote endpoints: streamable-http: https://mcpexplorer.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcpexplorer.com/mcp GitHub: https://github.com/rzere/mcpexplorer-docs Security Score: 0/10 Creator: Rzere Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rzere-mcpexplorer https://mcpexplorer.com/mcp --- ## Copilot URL: https://mcp-marketplace.io/server/io-github-apex-foundation-copilot-mcp Summary: Web3 founder diligence: code audit, jurisdiction, fund matching, portfolio, scoring. Category: Developer Tools Mode: local Pricing: Free npm: @apexfdn/copilot-mcp GitHub: https://github.com/Apex-Foundation/copilot-mcp Security Score: 6.2/10 Creator: Apex Foundation Creator Reputation: B Version: 0.11.5 Required Credentials: APEX_COPILOT_PAT (required), APEX_COPILOT_API_BASE (optional) Install (Claude Code): claude mcp add io-github-apex-foundation-copilot-mcp -- npx -y @apexfdn/copilot-mcp@0.11.5 --- ## Micro Data Api Factory Public URL: https://mcp-marketplace.io/server/io-github-matsushitatokitsugu-micro-data-api-factory Summary: 17+ Japan MCP tools (weather/calendar v2/local-pack/enrich). x402 on Base, wallet-free trial. Description: 17+ Japan MCP tools (weather/calendar v2/local-pack/enrich). x402 on Base, wallet-free trial. Remote endpoints: streamable-http: https://mcp-data-gateway.kasanegi123.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-data-gateway.kasanegi123.workers.dev/mcp GitHub: https://github.com/MatsushitaTokitsugu/micro-data-api-factory-public MCP Tools (19): weather_current, weather_forecast, biz_calendar_is_business_day, biz_calendar_next_business_day, biz_calendar_holidays, biz_calendar_gotobi, biz_calendar_quarter_ends, biz_calendar_fiscal_year_end, biz_calendar_ex_dividend_date, biz_calendar_shareholder_meeting_window, biz_calendar_settlement_date, egov_laws_search, egov_laws_meta, egov_laws_article, egov_laws_full, company_search, company_profile, company_subsidy, company_procurement Security Score: 10/10 Creator: MatsushitaTokitsugu Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-matsushitatokitsugu-micro-data-api-factory https://mcp-data-gateway.kasanegi123.workers.dev/mcp --- ## Obsidian Mcp Secure URL: https://mcp-marketplace.io/server/io-github-dewtech-technologies-obsidian-mcp-secure Summary: Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging. Category: Productivity Mode: local Pricing: Free npm: obsidian-mcp-secure GitHub: https://github.com/dewtech-technologies/obsidian-mcp-secure Security Score: 7/10 Creator: Dewtech Technologies Creator Reputation: B Version: 1.0.4 Required Credentials: OBSIDIAN_API_KEY (required), OBSIDIAN_HOST (optional), OBSIDIAN_PORT (optional), LOG_DIR (optional) Install (Claude Code): claude mcp add io-github-dewtech-technologies-obsidian-mcp-secure -- npx -y obsidian-mcp-secure@1.0.4 --- ## Trace Forge URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-trace-forge Summary: Structured execution trace and span logging for AI agents Category: Developer Tools Mode: local Pricing: Free npm: trace-forge-mcp GitHub: https://github.com/mdfifty50-boop/trace-forge-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-trace-forge -- npx -y trace-forge-mcp@0.1.1 --- ## Inflow URL: https://mcp-marketplace.io/server/ai-inflowpay-app-inflow Summary: MCP Server for agents to onboard, pay, and provision services autonomously with InFlow Description: MCP Server for agents to onboard, pay, and provision services autonomously with InFlow Remote endpoints: streamable-http: https://app.inflowpay.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.inflowpay.ai/mcp GitHub: https://github.com/inflowpayai/inflow-mcp Security Score: 10/10 Creator: Inflowpayai Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-inflowpay-app-inflow https://app.inflowpay.ai/mcp --- ## Polydoc URL: https://mcp-marketplace.io/server/tech-polydoc-polydoc-mcp Summary: PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoice generation for MCP clients. Category: Developer Tools Mode: local Pricing: Free npm: polydoc-mcp GitHub: https://github.com/polydoc-tech/polydoc-mcp Security Score: 9.5/10 Creator: Polydoc Tech Creator Reputation: B Version: 0.1.4 Required Credentials: POLYDOC_API_KEY (required), POLYDOC_SANDBOX (optional), POLYDOC_BASE_URL (optional), POLYDOC_OUTPUT_DIR (optional) Install (Claude Code): claude mcp add tech-polydoc-polydoc-mcp -- npx -y polydoc-mcp@0.1.4 --- ## Utilify URL: https://mcp-marketplace.io/server/io-github-utilify-io-utilify-mcp Summary: AI agents compare and sign up for Texas utility plans: electricity, internet, gas, water, trash. Description: AI agents compare and sign up for Texas utility plans: electricity, internet, gas, water, trash. Remote endpoints: streamable-http: https://utilify.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://utilify.io/mcp GitHub: https://github.com/Utilify-io/utilify-mcp Security Score: 10/10 Creator: Utilify Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-utilify-io-utilify-mcp https://utilify.io/mcp --- ## Flightoracle URL: https://mcp-marketplace.io/server/io-tooloracle-flightoracle Summary: Flight Intelligence MCP — search, cheapest dates, multi-city, airline compare via Google Flights Description: Flight Intelligence MCP — search, cheapest dates, multi-city, airline compare via Google Flights Remote endpoints: streamable-http: https://tooloracle.io/flight/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/flight/mcp/ GitHub: https://github.com/ToolOracle/flightoracle MCP Tools (8): flight_search, cheapest_flights, one_way_search, multi_city, price_calendar, route_compare, airport_hub, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-flightoracle https://tooloracle.io/flight/mcp/ --- ## Workboard URL: https://mcp-marketplace.io/server/io-github-crunchtools-workboard Summary: Secure MCP server for WorkBoard OKR and strategy execution platform Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-workboard-crunchtools GitHub: https://github.com/crunchtools/mcp-workboard Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.6.1 Install (Claude Code): claude mcp add io-github-crunchtools-workboard -- uvx mcp-workboard-crunchtools==0.7.0 --- ## Buyapi URL: https://mcp-marketplace.io/server/io-github-thesnakefang-buyapi-mcp Summary: Vendor intelligence for AI coding agents choosing developer tools and stacks. Description: Vendor intelligence for AI coding agents choosing developer tools and stacks. Remote endpoints: streamable-http: https://buyapi.ai/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: buyapi Remote URL: https://buyapi.ai/api/mcp GitHub: https://github.com/TheSnakeFang/buyapi-mcp Security Score: 4.2/10 Creator: TheSnakeFang Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-thesnakefang-buyapi-mcp -- npx -y buyapi@0.7.1 Install (Claude Code Remote): claude mcp add --transport http io-github-thesnakefang-buyapi-mcp https://buyapi.ai/api/mcp --- ## Noogat URL: https://mcp-marketplace.io/server/io-github-mcfredrick-noogat Summary: Voice notes that organize themselves. Capture by Siri, AI auto-tags, semantic search retrieves. Description: Voice notes that organize themselves. Capture by Siri, AI auto-tags, semantic search retrieves. Remote endpoints: streamable-http: https://app.noogat.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.noogat.app/mcp GitHub: https://github.com/mcfredrick/noogat Security Score: 8/10 Creator: Mcfredrick Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-mcfredrick-noogat https://app.noogat.app/mcp --- ## Hiveclear URL: https://mcp-marketplace.io/server/io-github-srotzin-hiveclear Summary: Multi-agent settlement and clearing with validator consensus Description: Multi-agent settlement and clearing with validator consensus Remote endpoints: streamable-http: https://hiveclear.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hiveclear.onrender.com/mcp GitHub: https://github.com/srotzin/hiveclear Security Score: 9.7/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hiveclear https://hiveclear.onrender.com/mcp --- ## Helixar URL: https://mcp-marketplace.io/server/ai-helixar-mcp Summary: Security tools for AI agents: scan MCP servers, validate HDP delegation chains, audit releases. Description: Security tools for AI agents: scan MCP servers, validate HDP delegation chains, audit releases. Remote endpoints: streamable-http: https://mcp.helixar.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.helixar.ai/mcp GitHub: https://github.com/Helixar-AI/helixar-mcp MCP Tools (2): helixar_inspect_mcp, helixar_hdp_validate Security Score: 9.9/10 Creator: Helixar AI Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-helixar-mcp https://mcp.helixar.ai/mcp --- ## Docx Forge URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-docx-forge Summary: Professional document generation from structured data Category: Developer Tools Mode: local Pricing: Free npm: docx-forge-mcp GitHub: https://github.com/mdfifty50-boop/docx-forge-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-docx-forge -- npx -y docx-forge-mcp@0.1.1 --- ## Telegram Channel Scraper URL: https://mcp-marketplace.io/server/io-github-khadinakbaronline-telegram-channel-scraper-mcp Summary: Scrape messages, extract leads from public Telegram channels. No login required. Category: Search & Web Mode: local Pricing: Free npm: telegram-channel-scraper-mcp-server GitHub: https://github.com/khadinakbaronline/telegram-channel-scraper-mcp Security Score: 4/10 Creator: Khadinakbaronline Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-khadinakbaronline-telegram-channel-scraper-mcp -- npx -y telegram-channel-scraper-mcp-server@1.0.1 --- ## Orchestrator URL: https://mcp-marketplace.io/server/io-github-rupinder2-mcp-orchestrator Summary: Aggregates tools from multiple MCP servers with unified BM25/regex search and deferred loading. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-orchestrator GitHub: https://github.com/rupinder2/mcp-orchestrator Security Score: 2.5/10 Creator: Rupinder2 Creator Reputation: B Version: 0.1.2 Required Credentials: STORAGE_BACKEND (optional), REDIS_URL (optional), SERVER_CONFIG_PATH (optional), ORCHESTRATOR_PORT (optional) Install (Claude Code): claude mcp add io-github-rupinder2-mcp-orchestrator -- uvx mcp-orchestrator==0.1.2 --- ## Yandex Market Seller URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-yandex-market-seller Summary: MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-yandex-market-seller GitHub: https://github.com/dontsovcmc/mcp-server-yandex-market-seller Security Score: 4.5/10 Creator: Dontsovcmc Creator Reputation: B Version: 0.6.0 Required Credentials: YM_TOKEN (required), YM_CAMPAIGN_ID (optional), YM_BUSINESS_ID (optional), YM_AUTH_TYPE (optional) Install (Claude Code): claude mcp add io-github-dontsovcmc-yandex-market-seller -- uvx mcp-server-yandex-market-seller==0.6.0 --- ## Sefaz Pr Dec Caixa Postal URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-pr-dec-caixa-postal-mcp Summary: SEFAZ PR DEC: Caixa Postal, official-source lookup. Platform-hosted, pay per query with prepaid cred Description: SEFAZ PR DEC: Caixa Postal, official-source lookup. Platform-hosted, pay per query with prepaid cred Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_pr_dec_caixa_postal Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_pr_dec_caixa_postal GitHub: https://github.com/mcp-dir/sefaz_pr_dec_caixa_postal-mcp Security Score: 9.9/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-pr-dec-caixa-postal-mcp https://api.mcp.ai/p_sefaz_pr_dec_caixa_postal --- ## Registry URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-mcp-registry Summary: MCP server discovery, indexing, and registration Category: Developer Tools Mode: local Pricing: Free npm: mcp-registry-mcp GitHub: https://github.com/mdfifty50-boop/mcp-registry-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-mcp-registry -- npx -y mcp-registry-mcp@0.1.1 --- ## Growi URL: https://mcp-marketplace.io/server/io-github-growi-defi-mcp-growi Summary: MCP server for Growi Finance — programmatic interaction with the GrowiHFVault on Arbitrum Category: Finance Mode: local Pricing: Free npm: mcp-growi GitHub: https://github.com/Growi-DeFi/mcp-growi Security Score: 10/10 Creator: Growi DeFi Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-growi-defi-mcp-growi -- npx -y mcp-growi@0.2.0 --- ## Codemesh URL: https://mcp-marketplace.io/server/io-github-pyalwin-codemesh Summary: Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster Category: Developer Tools Mode: local Pricing: Free npm: @pyalwin/codemesh GitHub: https://github.com/pyalwin/codemesh Security Score: 6/10 Creator: Pyalwin Creator Reputation: B Version: 0.1.2 Required Credentials: CODEMESH_PROJECT_ROOT (optional) Install (Claude Code): claude mcp add io-github-pyalwin-codemesh -- npx -y @pyalwin/codemesh@0.1.2 --- ## Sefaz Ro Ipva URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-ro-ipva-mcp Summary: SEFAZ RO: IPVA, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: SEFAZ RO: IPVA, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_ro_ipva Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_ro_ipva GitHub: https://github.com/mcp-dir/sefaz_ro_ipva-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-ro-ipva-mcp https://api.mcp.ai/p_sefaz_ro_ipva --- ## Unblu URL: https://mcp-marketplace.io/server/io-github-detailobsessed-unblu Summary: Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints Category: Developer Tools Mode: local Pricing: Free PyPI: unblu-mcp GitHub: https://github.com/detailobsessed/unblu-mcp Security Score: 6.3/10 Creator: Detailobsessed Creator Reputation: B Version: 0.10.1 Required Credentials: UNBLU_BASE_URL (optional), UNBLU_API_KEY (required), UNBLU_USERNAME (optional), UNBLU_PASSWORD (required) Install (Claude Code): claude mcp add io-github-detailobsessed-unblu -- uvx unblu-mcp==0.10.1 --- ## Ozav URL: https://mcp-marketplace.io/server/io-github-eltoro1855-ozav-mcp-server Summary: Forex, IOF tax, US accounts, stablecoins, and international payments in Brazil. Category: Developer Tools Mode: local Pricing: Free npm: ozav-mcp-server GitHub: https://github.com/ElToro1855/ozav-mcp-server Security Score: 4.5/10 Creator: ElToro1855 Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-eltoro1855-ozav-mcp-server -- npx -y ozav-mcp-server@1.1.0 --- ## Autostackup URL: https://mcp-marketplace.io/server/io-github-autostackup-hr Summary: Candidate screening, offer letters, onboarding, interview kits & performance reviews for Claude. Category: Developer Tools Mode: local Pricing: Free npm: @autostackup/hr GitHub: https://github.com/Autostackup/autostackup Security Score: 9.7/10 Creator: Autostackup Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-autostackup-hr -- npx -y @autostackup/hr --- ## Mifactory Spec Api URL: https://mcp-marketplace.io/server/io-github-mifactory-bot-mifactory-spec-api Summary: Convert docs to agent-readable specs with criteria and constraints. $0.10/convert. Description: Convert docs to agent-readable specs with criteria and constraints. $0.10/convert. Remote endpoints: streamable-http: https://spec-api-mcp.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://spec-api-mcp.vercel.app/mcp GitHub: https://github.com/mifactory-bot/mifactory-spec-api MCP Tools (2): spec_convert, spec_validate Security Score: 9.1/10 Creator: Mifactory Bot Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mifactory-bot-mifactory-spec-api https://spec-api-mcp.vercel.app/mcp --- ## Agrus Ai URL: https://mcp-marketplace.io/server/io-github-phwizard-mcp-agrus-ai Summary: AI consulting agency for regulated industries. Scope a PoC, query compliance, request a proposal. Description: AI consulting agency for regulated industries. Scope a PoC, query compliance, request a proposal. Remote endpoints: streamable-http: https://mcp.agrus.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.agrus.ai/mcp GitHub: https://github.com/phwizard/mcp-agrus-ai MCP Tools (7): list_services, list_verticals, query_compliance_position, get_case_study, scope_poc, request_quote, request_proposal Security Score: 8/10 Creator: Phwizard Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-phwizard-mcp-agrus-ai https://mcp.agrus.ai/mcp --- ## Mifactory Scraping Api URL: https://mcp-marketplace.io/server/io-github-mifactory-bot-mifactory-scraping-api Summary: Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page. Description: Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page. Remote endpoints: streamable-http: https://scraping-api-alpha.vercel.app/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://scraping-api-alpha.vercel.app/mcp GitHub: https://github.com/mifactory-bot/mifactory-scraping-api MCP Tools (1): scrape Security Score: 9.1/10 Creator: Mifactory Bot Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mifactory-bot-mifactory-scraping-api https://scraping-api-alpha.vercel.app/mcp --- ## Mulmocast Vision URL: https://mcp-marketplace.io/server/io-github-isamu-mulmocast-vision Summary: Easy and stylish presentation slide generator. Category: Developer Tools Mode: local Pricing: Free npm: mulmocast-vision GitHub: https://github.com/receptron/mulmocast-vision Security Score: 10/10 Creator: Receptron Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-isamu-mulmocast-vision -- npx -y mulmocast-vision@1.0.9 --- ## Ph Schools URL: https://mcp-marketplace.io/server/io-github-darwinphi-ph-schools Summary: Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset. Category: Developer Tools Mode: local Pricing: Free npm: @darwinphi/ph-schools-mcp-server GitHub: https://github.com/darwinphi/ph-schools-mcp-server Security Score: 10/10 Creator: Darwinphi Creator Reputation: B Version: 1.0.3 Required Credentials: PH_SCHOOLS_DATA_PATH (optional), PH_SCHOOLS_DATA_URL (optional), PH_SCHOOLS_DATA_TAG (optional) Install (Claude Code): claude mcp add io-github-darwinphi-ph-schools -- npx -y @darwinphi/ph-schools-mcp-server@1.0.3 --- ## Tessa Aios URL: https://mcp-marketplace.io/server/tech-tessa-tessa-mcp-server Summary: TESSA's AI interface: services, case studies, AI-readiness audits, professional services directory. Description: TESSA's AI interface: services, case studies, AI-readiness audits, professional services directory. Remote endpoints: streamable-http: https://aiagent.tessa.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aiagent.tessa.tech/mcp GitHub: https://github.com/globalpart/tessa-aios Security Score: 8/10 Creator: Globalpart Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http tech-tessa-tessa-mcp-server https://aiagent.tessa.tech/mcp --- ## Tebra URL: https://mcp-marketplace.io/server/com-jamesrosingmd-tebra Summary: MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools) Category: Developer Tools Mode: local Pricing: Free npm: tebra-mcp-server GitHub: https://github.com/jamesrosing/tebra-mcp-server Security Score: 8.3/10 Creator: Jamesrosing Creator Reputation: B Version: 0.2.5 Required Credentials: TEBRA_SOAP_USER (optional), TEBRA_SOAP_PASSWORD (required), TEBRA_CUSTOMER_KEY (required) Install (Claude Code): claude mcp add com-jamesrosingmd-tebra -- npx -y tebra-mcp-server@0.2.5 --- ## Ndi URL: https://mcp-marketplace.io/server/io-github-creintel-ndi-mcp-server Summary: Commercial real estate deal search, comp lookup, and scoring for the Northeast US Category: Developer Tools Mode: local Pricing: Free PyPI: ndi-mcp-server GitHub: https://github.com/CREIntel/ndi-mcp-server Security Score: 7/10 Creator: CREIntel Creator Reputation: B Version: 1.0.2 Required Credentials: NDI_API_KEY (required) Install (Claude Code): claude mcp add io-github-creintel-ndi-mcp-server -- uvx ndi-mcp-server==1.0.2 --- ## Dentro URL: https://mcp-marketplace.io/server/io-github-dentro-fyi-dentro Summary: Structured commerce data for AI agents. 22,000+ DTC brands, real prices, real stock. Category: Developer Tools Mode: local Pricing: Free npm: @dentro-fyi/mcp GitHub: https://github.com/dentro-fyi/dentro-mcp Security Score: 6.2/10 Creator: Dentro Fyi Creator Reputation: B Version: 0.1.1 Required Credentials: DENTRO_API_KEY (required) Install (Claude Code): claude mcp add io-github-dentro-fyi-dentro -- npx -y @dentro-fyi/mcp@0.1.1 --- ## Optics URL: https://mcp-marketplace.io/server/io-github-rolemodel-optics-mcp Summary: MCP Server for Optics Design System documentation and token usage. Category: Developer Tools Mode: local Pricing: Free npm: optics-mcp GitHub: https://github.com/RoleModel/optics-mcp Security Score: 7.7/10 Creator: RoleModel Creator Reputation: B Version: 0.2.6 Install (Claude Code): claude mcp add io-github-rolemodel-optics-mcp -- npx -y optics-mcp --- ## CryptoAPIs Prepare Transactions MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-prepare-transactions-mcp-http-server Summary: Build unsigned transactions on EVM, UTXO, Solana, XRP, and Tron via Crypto APIs Description: Build and prepare unsigned blockchain transactions using your AI assistant. This hosted MCP server connects directly to the Crypto APIs Prepare Transactions product, no local installation needed. Construct unsigned transactions ready for offline signing across EVM chains (Ethereum, BSC, Polygon, Avalanche, Arbitrum, Base, Optimism, Tron), UTXO chains (Bitcoin, Litecoin, Dogecoin, Dash, Zcash, Bitcoin Cash), Solana, and XRP. The server handles nonce, fee estimation, and UTXO selection automatical Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp/prepare-transactions Security Score: 9/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 1.0.0 Tags: blockchain, transactions, ethereum, bitcoin, solana, xrp, utxo, evm, tron, unsigned, prepare Use Cases: Build unsigned transaction, Prepare Bitcoin transfer, Create EVM transaction, Construct Solana transaction Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-prepare-transactions-mcp-http-server https://ai.cryptoapis.io/mcp/prepare-transactions --- ## Food Recipe URL: https://mcp-marketplace.io/server/io-github-aidatanordic-food-recipe-mcp Summary: Semantic search across 50,000+ food recipes with hybrid retrieval and reranking. Description: Semantic search across 50,000+ food recipes with hybrid retrieval and reranking. Remote endpoints: streamable-http: https://recipes.aidatanorge.no/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://recipes.aidatanorge.no/mcp GitHub: https://github.com/AIDataNordic/Food-Recipe-MCP Security Score: 0.6/10 Creator: AIDataNordic Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-aidatanordic-food-recipe-mcp https://recipes.aidatanorge.no/mcp --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-planning Summary: Search UK planning applications, entities, datasets, and conservation areas Description: Search UK planning applications, entities, datasets, and conservation areas Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-planning/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-planning/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-planning https://mcp.mcpbundles.com/bundle/uk-planning/ --- ## Mifactory Email URL: https://mcp-marketplace.io/server/io-github-mifactory-bot-mifactory-email Summary: Send transactional emails for AI agents via SMTP. Templates included. Description: Send transactional emails for AI agents via SMTP. Templates included. Remote endpoints: streamable-http: https://mifactory-email.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mifactory-email.vercel.app/mcp GitHub: https://github.com/mifactory-bot/mifactory-email MCP Tools (3): send_email, send_bulk, send_template Security Score: 5.9/10 Creator: Mifactory Bot Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mifactory-bot-mifactory-email https://mifactory-email.vercel.app/mcp --- ## Cobol Bridge URL: https://mcp-marketplace.io/server/io-github-csoai-org-cobol-bridge-mcp Summary: AI-assisted COBOL → modern stack bridge. Parse COBOL programs, map to Python/Java/Go, generate t... Category: Developer Tools Mode: local Pricing: Free PyPI: cobol-bridge-mcp GitHub: https://github.com/CSOAI-ORG/cobol-bridge-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.1.11 Install (Claude Code): claude mcp add io-github-csoai-org-cobol-bridge-mcp -- uvx cobol-bridge-mcp==1.1.11 --- ## Tubemind Secure URL: https://mcp-marketplace.io/server/io-github-dewtech-technologies-tubemind-secure-mcp Summary: Secure MCP server for YouTube intelligence — 18 tools, OAuth2, OWASP Top 10 controls. Category: Developer Tools Mode: local Pricing: Free npm: tubemind-secure-mcp GitHub: https://github.com/dewtech-technologies/tubemind-secure-mcp Security Score: 10/10 Creator: Dewtech Technologies Creator Reputation: B Version: 0.1.3 Required Credentials: YOUTUBE_CLIENT_ID (optional), YOUTUBE_CLIENT_SECRET (required), YOUTUBE_REDIRECT_URI (optional), TOKEN_ENCRYPTION_KEY (required), RATE_LIMIT_PER_MINUTE (optional), REQUEST_TIMEOUT_MS (optional), AUDIT_LOG_PATH (optional), NODE_ENV (optional) Install (Claude Code): claude mcp add io-github-dewtech-technologies-tubemind-secure-mcp -- npx -y tubemind-secure-mcp@0.1.3 --- ## Unit Converter X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-unit-converter Summary: Unit conversion — length, weight, temperature, volume, speed, data. x402 micropayment. Description: Unit conversion — length, weight, temperature, volume, speed, data. x402 micropayment. Remote endpoints: sse: https://unit-converter.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://unit-converter.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/unit-converter-x402 MCP Tools (1): utility_convert_units Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-unit-converter https://unit-converter.api.klymax402.com/mcp --- ## Senderkit Skills URL: https://mcp-marketplace.io/server/com-senderkit-senderkit Summary: Build and send email, SMS, and push straight from your AI agent. Description: Build and send email, SMS, and push straight from your AI agent. Remote endpoints: streamable-http: https://mcp.senderkit.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.senderkit.com GitHub: https://github.com/senderkit/senderkit-skills Security Score: 10/10 Creator: Senderkit Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-senderkit-senderkit https://mcp.senderkit.com --- ## Boosthis URL: https://mcp-marketplace.io/server/com-boosthis-boosthis Summary: Read-only performance insights for your Boosthis projects: speed, crashes, traces, and fixes. Description: Read-only performance insights for your Boosthis projects: speed, crashes, traces, and fixes. Remote endpoints: streamable-http: https://www.boosthis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.boosthis.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0-alpha.82 Install (Claude Code Remote): claude mcp add --transport http com-boosthis-boosthis https://www.boosthis.com/mcp --- ## OECD URL: https://mcp-marketplace.io/server/io-github-isakskogstad-oecd-mcp Summary: OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories. Description: OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories. Remote endpoints: streamable-http: https://oecd-mcp-server.onrender.com/mcp sse: https://oecd-mcp-server.onrender.com/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/isakskogstad/OECD-MCP-server Security Score: 10/10 Installs: 1 Creator: Isak Skogstad Creator Reputation: C+ Version: 3.0.0 --- ## Parsley URL: https://mcp-marketplace.io/server/io-github-peterjduffy-parsley-mcp Summary: Query buyer intent signals, MEDDIC qualifications, and lead scores from Parsley. Description: Query buyer intent signals, MEDDIC qualifications, and lead scores from Parsley. Remote endpoints: streamable-http: https://www.parsley.id/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @tryparsley/mcp-server Remote URL: https://www.parsley.id/api/mcp GitHub: https://github.com/peterjduffy/parsley-mcp Security Score: 5.2/10 Creator: Peterjduffy Creator Reputation: B Version: 0.1.2 Required Credentials: PARSLEY_API_KEY (required) Install (Claude Code): claude mcp add io-github-peterjduffy-parsley-mcp -- npx -y @tryparsley/mcp-server@0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-peterjduffy-parsley-mcp https://www.parsley.id/api/mcp --- ## Organic Web Checker URL: https://mcp-marketplace.io/server/io-github-healersfind-alt-organic-web-checker Summary: USDA NOP organic compliance checks — operation websites vs live OID certificate data. Description: USDA NOP organic compliance checks — operation websites vs live OID certificate data. Remote endpoints: streamable-http: https://www.organicwebchecker.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.organicwebchecker.com/mcp GitHub: https://github.com/healersfind-alt/organic-web-checker-mcp Security Score: 10/10 Creator: Healersfind Alt Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-healersfind-alt-organic-web-checker https://www.organicwebchecker.com/mcp --- ## Piranha Vision URL: https://mcp-marketplace.io/server/io-github-albermm-piranha-vision Summary: BJJ video analysis — YOLO pose detection, AI technique analysis, and highlight reels. Description: BJJ video analysis — YOLO pose detection, AI technique analysis, and highlight reels. Remote endpoints: streamable-http: https://pi.phos.nz/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pi.phos.nz/mcp/ Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albermm-piranha-vision https://pi.phos.nz/mcp/ --- ## Tw Market Data URL: https://mcp-marketplace.io/server/com-twmarketdata-tw-market-data Summary: Taiwan stock market data (TWMD): official-source, point-in-time-safe datasets via read-only tools. Description: Taiwan stock market data (TWMD): official-source, point-in-time-safe datasets via read-only tools. Remote endpoints: streamable-http: https://mcp.twmarketdata.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.twmarketdata.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.28.1 Install (Claude Code Remote): claude mcp add --transport http com-twmarketdata-tw-market-data https://mcp.twmarketdata.com/mcp --- ## Thesportsdb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-thesportsdb Summary: TheSportsDB MCP — sports catalog (teams, players, events) Description: TheSportsDB MCP — sports catalog (teams, players, events) Remote endpoints: streamable-http: https://gateway.pipeworx.io/thesportsdb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/thesportsdb/mcp GitHub: https://github.com/pipeworx-io/mcp-thesportsdb MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_sports, list_leagues, search_teams, get_team, league_teams, search_players, get_player, team_events_last, team_events_next, events_by_day, league_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-thesportsdb https://gateway.pipeworx.io/thesportsdb/mcp --- ## Lumiclip URL: https://mcp-marketplace.io/server/io-github-lumiclip-lumiclip Summary: Turn YouTube videos into short-form clips from any AI assistant Category: Developer Tools Mode: local Pricing: Free npm: @lumiclip/mcp-server GitHub: https://github.com/lumiclip/lumiclip-mcp-server Security Score: 5.2/10 Creator: Lumiclip Creator Reputation: B Version: 3.0.0 Required Credentials: LUMICLIP_API_KEY (required) Install (Claude Code): claude mcp add io-github-lumiclip-lumiclip -- npx -y @lumiclip/mcp-server@3.0.0 --- ## Nexusfeed URL: https://mcp-marketplace.io/server/io-github-nexusfeed-nexusfeed-abc Summary: US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance. Category: Developer Tools Mode: local Pricing: Free PyPI: nexusfeed-mcp GitHub: https://github.com/NexusFeed/nexusfeed-mcp Security Score: 7.3/10 Creator: NexusFeed Creator Reputation: B Version: 1.1.1 Required Credentials: MCP_API_BASE_URL (optional), MCP_API_KEY (required) Install (Claude Code): claude mcp add io-github-nexusfeed-nexusfeed-abc -- uvx nexusfeed-mcp==1.1.1 --- ## Ukr Vitalinguist URL: https://mcp-marketplace.io/server/io-github-vitalinguist-ukr-vitalinguist-mcp Summary: Ukrainian grammar/surzhyk check + authentic-rendering lookup. Wraps ukr.vitalinguist.com API. Category: Developer Tools Mode: local Pricing: Free PyPI: ukr-vitalinguist-mcp GitHub: https://github.com/vitalinguist/ukr-vitalinguist-mcp Security Score: 10/10 Creator: Vitalinguist Creator Reputation: B Version: 0.1.1 Required Credentials: UKR_VITAL_HUMAN_API (optional), UKR_VITAL_REFERENCE_API (optional), UKR_VITAL_MCP_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-vitalinguist-ukr-vitalinguist-mcp -- uvx ukr-vitalinguist-mcp==0.1.1 --- ## Cryptoiz URL: https://mcp-marketplace.io/server/io-github-dadang11-cryptoiz Summary: Solana DEX whale intelligence: alpha, divergence, phase scoring, BTC regime. USDC payments via x402. Category: Finance Mode: dual Pricing: Free npm: cryptoiz-mcp Remote URL: https://mcp.cryptoiz.org/mcp GitHub: https://github.com/dadang11/cryptoiz-mcp Security Score: 10/10 Creator: dadang11 Creator Reputation: C Version: 4.16.17 Tags: solana, whale-tracking, defi, alpha-scanner, x402, dexter, agentcash, accumulation, divergence, btc-regime, smart-money, ai-trading, claude-desktop, mcp, gas-sponsored Use Cases: Solana whale tracking, alpha discovery, BTC macro analysis, divergence detection, accumulation/distribution phase scanning, AI-driven crypto trading research, contract address lookup, agentic crypto workflows Required Credentials: SVM_PRIVATE_KEY (optional) Install (Claude Code): claude mcp add io-github-dadang11-cryptoiz -- npx -y cryptoiz-mcp@4.16.17 Install (Claude Code Remote): claude mcp add --transport http io-github-dadang11-cryptoiz https://mcp.cryptoiz.org/mcp --- ## KOLAgent URL: https://mcp-marketplace.io/server/ai-kolens-kolens-mcp Summary: TikTok KOL intelligence with a public MCP remote for search, profiles, lists, and alerts. Description: TikTok KOL intelligence with a public MCP remote for search, profiles, lists, and alerts. Remote endpoints: streamable-http: https://kolens.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kolens.ai/mcp GitHub: https://github.com/mira-gift-hq/KOLAgent Security Score: 8/10 Creator: Mira Gift Hq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-kolens-kolens-mcp https://kolens.ai/mcp --- ## Printr URL: https://mcp-marketplace.io/server/io-github-printrfi-printr Summary: Let AI agents create, discover, and track tokens across chains via Printr. Category: Developer Tools Mode: local Pricing: Free npm: @printr/mcp GitHub: https://github.com/PrintrFi/printr-mcp Security Score: 9.2/10 Creator: PrintrFi Creator Reputation: B Version: 0.4.1 Required Credentials: PRINTR_API_KEY (required), OPENROUTER_API_KEY (required), OPENROUTER_IMAGE_MODEL (optional), EVM_WALLET_PRIVATE_KEY (required), SVM_WALLET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-printrfi-printr -- npx -y @printr/mcp --- ## Chainlist URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-chainlist Summary: Chainlist MCP — registry of EVM chains Description: Chainlist MCP — registry of EVM chains Remote endpoints: streamable-http: https://gateway.pipeworx.io/chainlist/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/chainlist/mcp GitHub: https://github.com/pipeworx-io/mcp-chainlist MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_chains, get_chain, find_rpc Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-chainlist https://gateway.pipeworx.io/chainlist/mcp --- ## Airank URL: https://mcp-marketplace.io/server/io-github-sigaihealth-brand-intelligence Summary: Search and analyze 5,600+ companies across 30 technology verticals. Description: Search and analyze 5,600+ companies across 30 technology verticals. Remote endpoints: streamable-http: https://geo.sig.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geo.sig.ai/mcp GitHub: https://github.com/sigaihealth/airank Security Score: 8/10 Creator: Sigaihealth Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sigaihealth-brand-intelligence https://geo.sig.ai/mcp --- ## Myrouteonline URL: https://mcp-marketplace.io/server/io-github-myrouteonline-myrouteonline Summary: Multi-stop route optimization, navigation links, and email delivery. Powered by MyRouteOnline. Description: Multi-stop route optimization, navigation links, and email delivery. Powered by MyRouteOnline. Remote endpoints: streamable-http: https://planner.myrouteonline.com/ws_api_ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://planner.myrouteonline.com/ws_api_ai/mcp MCP Tools (4): getOneTimeCode, startOptimization, checkOptimization, emailResults Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-myrouteonline-myrouteonline https://planner.myrouteonline.com/ws_api_ai/mcp --- ## Ace Memory URL: https://mcp-marketplace.io/server/io-github-rudedoggg-ace-memory Summary: Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity. Description: Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity. Remote endpoints: streamable-http: https://ais.agentsandswarms.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ais.agentsandswarms.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rudedoggg-ace-memory https://ais.agentsandswarms.ai/mcp --- ## Inbio URL: https://mcp-marketplace.io/server/io-github-www-in-bio-inbio Summary: Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed. Description: Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed. Remote endpoints: streamable-http: https://mcp.in.bio/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.in.bio/mcp GitHub: https://github.com/getinbio/inbio-mcp Security Score: 10/10 Creator: Getinbio Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-www-in-bio-inbio https://mcp.in.bio/mcp --- ## Barevalue URL: https://mcp-marketplace.io/server/io-github-quietnotion-barevalue Summary: Submit podcast orders, check status, and manage webhooks via Barevalue editing API. Category: Productivity Mode: local Pricing: Free npm: barevalue-mcp GitHub: https://github.com/quietnotion/barevalue-mcp Security Score: 8/10 Creator: Quietnotion Creator Reputation: B Version: 1.0.3 Required Credentials: BAREVALUE_API_KEY (required) Install (Claude Code): claude mcp add io-github-quietnotion-barevalue -- npx -y barevalue-mcp@1.2.0 --- ## Autostackup URL: https://mcp-marketplace.io/server/io-github-autostackup-sales Summary: BANT + MEDDIC qualification, ICP scoring, pipeline forecasting & outreach for Claude. Category: Developer Tools Mode: local Pricing: Free npm: @autostackup/sales GitHub: https://github.com/Autostackup/autostackup Security Score: 9.7/10 Creator: Autostackup Creator Reputation: B Version: 0.1.6 Required Credentials: HUNTER_API_KEY (required), APOLLO_API_KEY (required) Install (Claude Code): claude mcp add io-github-autostackup-sales -- npx -y @autostackup/sales --- ## Bling URL: https://mcp-marketplace.io/server/io-github-tjclaude88-bling-bag Summary: Give your bot an identity! Category: Developer Tools Mode: local Pricing: Free npm: bling-bag GitHub: https://github.com/tjclaude88/mcp-bling Security Score: 10/10 Creator: Tjclaude88 Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-tjclaude88-bling-bag -- npx -y bling-bag@0.2.0 --- ## Ai Furniture Hub URL: https://mcp-marketplace.io/server/io-github-one8943-ai-furniture-hub Summary: MCP server for mm-precision furniture search, fit checks, curated sets, and AIO audits. Description: MCP server for mm-precision furniture search, fit checks, curated sets, and AIO audits. Remote endpoints: streamable-http: https://ai-furniture-hub.onrender.com/mcp sse: https://ai-furniture-hub.onrender.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-furniture-hub.onrender.com/mcp GitHub: https://github.com/ONE8943/ai-furniture-hub Security Score: 10/10 Creator: ONE8943 Creator Reputation: B Version: 6.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-one8943-ai-furniture-hub https://ai-furniture-hub.onrender.com/mcp --- ## Agent Kit URL: https://mcp-marketplace.io/server/io-github-work0r-ai-workorai Summary: WorkorAI talent marketplace MCP: candidate job search and employer hiring with explainable matching Description: WorkorAI talent marketplace MCP: candidate job search and employer hiring with explainable matching Remote endpoints: streamable-http: https://workorai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://workorai.com/mcp GitHub: https://github.com/work0r-ai/agent-kit Security Score: 10/10 Creator: Work0r Ai Creator Reputation: B Version: 0.4.3 Install (Claude Code Remote): claude mcp add --transport http io-github-work0r-ai-workorai https://workorai.com/mcp --- ## Jusbrasil URL: https://mcp-marketplace.io/server/io-github-mcp-dir-jusbrasil-mcp Summary: Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui Description: Open-source alternative to Jusbrasil for AI: find lawsuits by name, CPF, CNPJ or case number and bui Remote endpoints: streamable-http: https://api.mcp.ai/legal Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/legal GitHub: https://github.com/mcp-dir/jusbrasil-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-jusbrasil-mcp https://api.mcp.ai/legal --- ## Api Server URL: https://mcp-marketplace.io/server/com-correkt-api-server Summary: Correkt: online marketplace built for AI agents. Shop 10M+ physical products from verified sellers. Description: Correkt: online marketplace built for AI agents. Shop 10M+ physical products from verified sellers. Remote endpoints: streamable-http: https://api.correkt.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.correkt.com/mcp MCP Tools (1): search_products Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-correkt-api-server https://api.correkt.com/mcp --- ## Ftthelper URL: https://mcp-marketplace.io/server/io-github-kushaim-ftthelper-mcp Summary: Read-only access to your tabletop campaigns: codex, sessions, and session notes. Description: Read-only access to your tabletop campaigns: codex, sessions, and session notes. Remote endpoints: streamable-http: https://www.fantasytabletophelper.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.fantasytabletophelper.com/api/mcp GitHub: https://github.com/kushaim/ftthelper-mcp Security Score: 10/10 Creator: Kushaim Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kushaim-ftthelper-mcp https://www.fantasytabletophelper.com/api/mcp --- ## Climate Risk Agent URL: https://mcp-marketplace.io/server/io-github-aswanisahoo-climate-ipcc-rag Summary: Search IPCC AR6 WG1 and answer with page-level citations, or refuse when unsupported. Category: AI & ML Mode: local Pricing: Free GitHub: https://github.com/AswaniSahoo/climate-risk-agent Security Score: 9/10 Creator: AswaniSahoo Creator Reputation: B Version: 0.1.0 Required Credentials: GEMINI_API_KEY (required), GOOGLE_GENAI_USE_VERTEXAI (optional), GOOGLE_CLOUD_PROJECT (optional) --- ## Tarteel URL: https://mcp-marketplace.io/server/io-github-khaled-abdelhamid-tarteel-mcp-server Summary: Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times. Description: Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times. Remote endpoints: streamable-http: https://mcp.tarteel.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tarteel.ai/mcp MCP Tools (16): ayah_mutashabihat, phrase_mutashabihat, ayah_translation, ayah_tafsir, ayah_search, list_reciters, list_tafsirs, list_translations, play_ayahs, prayer_times, lookup_reciters, lookup_tafsirs, lookup_translations, get_translation_text, get_tafsir_text, search_ayahs_text Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-khaled-abdelhamid-tarteel-mcp-server https://mcp.tarteel.ai/mcp --- ## Afficheur URL: https://mcp-marketplace.io/server/com-smartledmessenger-afficheur Summary: Control your Smart Led Messenger LED display: settings, weather city and instant messages. Description: Control your Smart Led Messenger LED display: settings, weather city and instant messages. Remote endpoints: streamable-http: https://www.smartledmessenger.com/mcp?key={cle} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.smartledmessenger.com/mcp?key={cle} MCP Tools (3): slm_envoyer_message, slm_lire_reglages, slm_modifier_reglages Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-smartledmessenger-afficheur 'https://www.smartledmessenger.com/mcp?key={cle}' --- ## Data Gov Sg URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-data-gov-sg Summary: data.gov.sg MCP — Singapore open data + real-time environment/transport feeds Description: data.gov.sg MCP — Singapore open data + real-time environment/transport feeds Remote endpoints: streamable-http: https://gateway.pipeworx.io/data-gov-sg/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/data-gov-sg/mcp GitHub: https://github.com/pipeworx-io/mcp-data-gov-sg MCP Tools (20): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_datasets, get_dataset, query_dataset, weather_now, air_quality_psi, air_quality_pm25, uv_index, taxi_availability, traffic_incidents Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-data-gov-sg https://gateway.pipeworx.io/data-gov-sg/mcp --- ## Scotiasignal Frontend URL: https://mcp-marketplace.io/server/io-github-sevask-nova-scotia-data-explorer Summary: Query and explore Nova Scotia open datasets via the Socrata SODA API. Description: Query and explore Nova Scotia open datasets via the Socrata SODA API. Remote endpoints: streamable-http: https://scotiasignal.ca/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://scotiasignal.ca/mcp GitHub: https://github.com/SevaSk/scotiasignal-frontend MCP Tools (4): list_categories, search_datasets, get_dataset_metadata, query_dataset Security Score: 9/10 Creator: SevaSk Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sevask-nova-scotia-data-explorer https://scotiasignal.ca/mcp --- ## Agent Guard URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-agent-guard Summary: Constitutional guardrails and loop detection for AI agents Category: Developer Tools Mode: local Pricing: Free npm: agent-guard-mcp GitHub: https://github.com/mdfifty50-boop/agent-guard-mcp Security Score: 4.8/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agent-guard -- npx -y agent-guard-mcp@0.1.3 --- ## Leadfoxconnect URL: https://mcp-marketplace.io/server/io-github-leadfox-shay-leadfoxconnect Summary: Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT. Description: Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT. Remote endpoints: streamable-http: https://app.leadfoxconnect.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.leadfoxconnect.com/mcp GitHub: https://github.com/LeadFox-Shay/leadfoxconnect Security Score: 10/10 Creator: LeadFox Shay Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-leadfox-shay-leadfoxconnect https://app.leadfoxconnect.com/mcp --- ## Ui Factory URL: https://mcp-marketplace.io/server/io-github-evozim-ui-factory Summary: Generates React components and design frameworks from visual layouts. Description: Generates React components and design frameworks from visual layouts. Remote endpoints: sse: https://ui-factory-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ui-factory-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-ui-factory https://ui-factory-mcp.vercel.app/api/mcp --- ## Packforai URL: https://mcp-marketplace.io/server/io-github-zymsj8j9z9-ship-it-packforai-mcp Summary: Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API. Category: Developer Tools Mode: local Pricing: Free npm: packforai-mcp GitHub: https://github.com/zymsj8j9z9-ship-it/packforai-mcp Security Score: 10/10 Creator: Zymsj8j9z9 Ship It Creator Reputation: B Version: 0.1.1 Required Credentials: PACKFORAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-zymsj8j9z9-ship-it-packforai-mcp -- npx -y packforai-mcp@0.1.1 --- ## Saudi Invoice URL: https://mcp-marketplace.io/server/app-wishpool-saudi-invoice-mcp Summary: Saudi ZATCA Fatoora Phase 2: AI agents report B2C and clear B2B tax invoices, stateless. Description: Saudi ZATCA Fatoora Phase 2: AI agents report B2C and clear B2B tax invoices, stateless. Remote endpoints: streamable-http: https://inv-sa.wishpool.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://inv-sa.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/saudi-invoice-mcp MCP Tools (3): report_invoice, clear_invoice, check_invoice_compliance Security Score: 10/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-saudi-invoice-mcp https://inv-sa.wishpool.app/mcp --- ## Ink URL: https://mcp-marketplace.io/server/ink-ml-ink Summary: Deploy and manage applications, databases, domains, and git repos Description: Deploy and manage applications, databases, domains, and git repos Remote endpoints: streamable-http: https://mcp.ml.ink/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ml.ink/ GitHub: https://github.com/mldotink/mcp.git Security Score: 10/10 Creator: gluonfield Creator Reputation: C Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ink-ml-ink https://mcp.ml.ink/ --- ## Uk Food Safety URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-food-safety Summary: UK food safety and traceability — direct sales, labelling, raw milk, HACCP Description: UK food safety and traceability — direct sales, labelling, raw milk, HACCP Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-food-safety/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-food-safety/mcp GitHub: https://github.com/Ansvar-Systems/uk-food-safety-mcp Security Score: 5.2/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-food-safety https://mcp.ansvar.eu/uk-food-safety/mcp --- ## Canlii URL: https://mcp-marketplace.io/server/io-github-mohammadfarooqi-canlii Summary: Search Canadian case law, browse legislation, and check citations via the CanLII API. Category: Developer Tools Mode: local Pricing: Free npm: canlii-mcp GitHub: https://github.com/mohammadfarooqi/canlii-mcp Security Score: 7/10 Creator: Mohammadfarooqi Creator Reputation: B Version: 1.1.4 Required Credentials: CANLII_API_KEY (required) Install (Claude Code): claude mcp add io-github-mohammadfarooqi-canlii -- npx -y canlii-mcp@1.1.4 --- ## Dicomweb URL: https://mcp-marketplace.io/server/io-github-pantelisgeorgiadis-dicomweb-mcp-server Summary: MCP server exposing a DICOMweb DICOM archive to AI assistants via QIDO-RS and WADO-RS. Category: Developer Tools Mode: local Pricing: Free npm: dicomweb-mcp-server GitHub: https://github.com/PantelisGeorgiadis/dicomweb-mcp-server Security Score: 10/10 Creator: PantelisGeorgiadis Creator Reputation: B Version: 0.0.4 Required Credentials: DICOMWEB_HOST (optional), DICOMWEB_AUTH (optional), DICOMWEB_USER (optional), DICOMWEB_PASS (required), DICOMWEB_TOKEN (required), DICOMWEB_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-pantelisgeorgiadis-dicomweb-mcp-server -- npx -y dicomweb-mcp-server@0.0.4 --- ## Webapp Uat URL: https://mcp-marketplace.io/server/io-github-evozim-webapp-uat Summary: Forensic accessibility and UI/UX front-end audit tool for web apps. Description: Forensic accessibility and UI/UX front-end audit tool for web apps. Remote endpoints: sse: https://webapp-uat-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://webapp-uat-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-webapp-uat https://webapp-uat-mcp.vercel.app/api/mcp --- ## Fleet URL: https://mcp-marketplace.io/server/io-github-vilogy-mcp-fleet Summary: DeFi MCP fleet: oracle, security audit, treasury yield, QA attestation, and compute tools on Base. Description: DeFi MCP fleet: oracle, security audit, treasury yield, QA attestation, and compute tools on Base. Remote endpoints: streamable-http: https://motiv-mcp-fleet.mcp.xpay.sh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://motiv-mcp-fleet.mcp.xpay.sh/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vilogy-mcp-fleet https://motiv-mcp-fleet.mcp.xpay.sh/mcp --- ## Kite URL: https://mcp-marketplace.io/server/io-github-sundeepg98-kite-mcp-server Summary: Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts. Description: Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts. Remote endpoints: streamable-http: https://kite-mcp-server.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kite-mcp-server.fly.dev/mcp GitHub: https://github.com/Sundeepg98/kite-mcp-server Security Score: 9/10 Creator: Sundeepg98 Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sundeepg98-kite-mcp-server https://kite-mcp-server.fly.dev/mcp --- ## Panya Platform URL: https://mcp-marketplace.io/server/io-github-santorareplica-panya Summary: Peptide vendor matchmaker. 11-signal rubric, GLP-1 + 25 peptides, region-aware, free. Description: Peptide vendor matchmaker. 11-signal rubric, GLP-1 + 25 peptides, region-aware, free. Remote endpoints: streamable-http: https://panya.health/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://panya.health/api/mcp GitHub: https://github.com/SantoraReplica/panya-platform MCP Tools (3): panya.match_vendor, panya.list_protocols, panya.cite Security Score: 8/10 Creator: SantoraReplica Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-santorareplica-panya https://panya.health/api/mcp --- ## Uk Crop Nutrients URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-crop-nutrients Summary: UK crop nutrient recommendations — RB209 NPK planning, soil types, commodity prices Description: UK crop nutrient recommendations — RB209 NPK planning, soil types, commodity prices Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-crop-nutrients/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-crop-nutrients/mcp GitHub: https://github.com/Ansvar-Systems/uk-crop-nutrients-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-crop-nutrients https://mcp.ansvar.eu/uk-crop-nutrients/mcp --- ## Uk Environmental Compliance URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-environmental-compliance Summary: UK environmental compliance for farming — NVZ rules, spreading windows, SSAFO Description: UK environmental compliance for farming — NVZ rules, spreading windows, SSAFO Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-environmental-compliance/mcp Category: Security Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-environmental-compliance/mcp GitHub: https://github.com/Ansvar-Systems/uk-environmental-compliance-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-environmental-compliance https://mcp.ansvar.eu/uk-environmental-compliance/mcp --- ## Uk Farm Planning URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-farm-planning Summary: UK farm planning — crop rotation, gross margins, tax rules, APR, tenancy law Description: UK farm planning — crop rotation, gross margins, tax rules, APR, tenancy law Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-farm-planning/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-farm-planning/mcp GitHub: https://github.com/Ansvar-Systems/uk-farm-planning-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-farm-planning https://mcp.ansvar.eu/uk-farm-planning/mcp --- ## Uk Land Woodland URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-land-woodland Summary: UK land and woodland management — hedgerow regs, felling licences, SSSI, rights of way Description: UK land and woodland management — hedgerow regs, felling licences, SSSI, rights of way Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-land-woodland/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-land-woodland/mcp GitHub: https://github.com/Ansvar-Systems/uk-land-woodland-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-land-woodland https://mcp.ansvar.eu/uk-land-woodland/mcp --- ## Verusidx URL: https://mcp-marketplace.io/server/io-github-vdappdev2-marketplace Summary: MCP server for Verus on-chain marketplace — create, browse, accept, and close offers Category: Developer Tools Mode: local Pricing: Free npm: @verusidx/marketplace-mcp GitHub: https://github.com/vdappdev2/verusidx-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-vdappdev2-marketplace -- npx -y @verusidx/marketplace-mcp --- ## Uk Farm Safety URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-farm-safety Summary: UK farm health and safety — HSE guidance, machinery, COSHH, children on farms Description: UK farm health and safety — HSE guidance, machinery, COSHH, children on farms Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-farm-safety/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-farm-safety/mcp GitHub: https://github.com/Ansvar-Systems/uk-farm-safety-mcp Security Score: 5.2/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-farm-safety https://mcp.ansvar.eu/uk-farm-safety/mcp --- ## Uk Pest Management URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-pest-management Summary: UK pest, disease, and weed management — symptom diagnosis, IPM, approved products Description: UK pest, disease, and weed management — symptom diagnosis, IPM, approved products Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-pest-management/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-pest-management/mcp GitHub: https://github.com/Ansvar-Systems/uk-pest-management-mcp Security Score: 4.8/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-pest-management https://mcp.ansvar.eu/uk-pest-management/mcp --- ## Uk Farm Grants URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-farm-grants Summary: UK farm grants — FETF items, Capital Grants, deadlines, stacking rules Description: UK farm grants — FETF items, Capital Grants, deadlines, stacking rules Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-farm-grants/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-farm-grants/mcp GitHub: https://github.com/Ansvar-Systems/uk-farm-grants-mcp Security Score: 5.2/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-farm-grants https://mcp.ansvar.eu/uk-farm-grants/mcp --- ## Uk Livestock URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-livestock Summary: UK livestock welfare, feed, health, and movement rules — 8 species, DEFRA codes Description: UK livestock welfare, feed, health, and movement rules — 8 species, DEFRA codes Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-livestock/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-livestock/mcp GitHub: https://github.com/Ansvar-Systems/uk-livestock-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-livestock https://mcp.ansvar.eu/uk-livestock/mcp --- ## Meta Data URL: https://mcp-marketplace.io/server/io-github-derekslinz-meta-data-mcp Summary: Query 76 open data APIs — government, science, finance, environment, and more. Category: Developer Tools Mode: local Pricing: Free PyPI: meta-data-mcp GitHub: https://github.com/derekslinz/meta-data-mcp Security Score: 4.5/10 Creator: Derekslinz Creator Reputation: B Version: 2.5.0 Install (Claude Code): claude mcp add io-github-derekslinz-meta-data-mcp -- uvx meta-data-mcp==2.5.0 --- ## Uk Vet Medicines URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-uk-vet-medicines Summary: UK veterinary medicines — VMD database, withdrawal periods, cascade rules Description: UK veterinary medicines — VMD database, withdrawal periods, cascade rules Remote endpoints: streamable-http: https://mcp.ansvar.eu/uk-vet-medicines/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.ansvar.eu/uk-vet-medicines/mcp GitHub: https://github.com/Ansvar-Systems/uk-vet-medicines-mcp Security Score: 5.5/10 Creator: Mortalus Creator Reputation: F Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ansvar-systems-uk-vet-medicines https://mcp.ansvar.eu/uk-vet-medicines/mcp --- ## Kernal URL: https://mcp-marketplace.io/server/io-github-pintomatic-kernal-mcp Summary: Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP. Category: Developer Tools Mode: local Pricing: Free npm: kernal-mcp GitHub: https://github.com/pintomatic/kernal Security Score: 4.2/10 Creator: Pintomatic Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-pintomatic-kernal-mcp -- npx -y kernal-mcp@0.2.1 --- ## Poetrydb URL: https://mcp-marketplace.io/server/io-github-lacausecrypto-poetrydb Summary: Classic poetry search and discovery via PoetryDB. Category: Finance Mode: local Pricing: Free npm: mcp-poetry GitHub: https://github.com/lacausecrypto/mcp-poetrydb Security Score: 7/10 Creator: Lacausecrypto Creator Reputation: B Version: 1.0.1 Required Credentials: POETRYDB_BASE_URL (optional), POETRYDB_REQUEST_TIMEOUT_MS (optional), POETRYDB_REQUEST_RETRIES (optional) Install (Claude Code): claude mcp add io-github-lacausecrypto-poetrydb -- npx -y mcp-poetry@1.0.1 --- ## Cpq URL: https://mcp-marketplace.io/server/com-getveles-cpq Summary: Configure, price, and quote with Veles CPQ Description: Configure, price, and quote with Veles CPQ Remote endpoints: streamable-http: https://app.getveles.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.getveles.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-getveles-cpq https://app.getveles.com/mcp --- ## Papersflow URL: https://mcp-marketplace.io/server/io-github-papersflow-ai-papersflow Summary: Academic research MCP server for paper search, citation checks, graphs, and deep research. Description: Academic research MCP server for paper search, citation checks, graphs, and deep research. Remote endpoints: streamable-http: https://doxa.papersflow.ai/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://doxa.papersflow.ai/mcp GitHub: https://github.com/papersflow-ai/papersflow-mcp Security Score: 10/10 Creator: Developer Worker Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-papersflow-ai-papersflow https://doxa.papersflow.ai/mcp --- ## Averra Extract URL: https://mcp-marketplace.io/server/dev-averra-extract Summary: URL-to-Markdown API for AI pipelines — clean markdown with metadata and caching. Category: Developer Tools Mode: local Pricing: Free npm: @averra/extract-mcp GitHub: https://github.com/Swwyymm/averra-extract-mcp Security Score: 1.3/10 Creator: Swwyymm Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add dev-averra-extract -- npx -y @averra/extract-mcp --- ## Arm Code URL: https://mcp-marketplace.io/server/io-github-jean-johnson-zwix-arm-code-mcp Summary: MCP server for Arm64 Linux performance: parse perf output, suggest NEON intrinsics, audit deps. Category: Developer Tools Mode: local Pricing: Free PyPI: arm-code-mcp GitHub: https://github.com/jean-johnson-zwix/arm-code-mcp Security Score: 10/10 Creator: Jean Johnson Zwix Creator Reputation: B Version: 0.1.0 Required Credentials: ARM_CODE_MCP_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-jean-johnson-zwix-arm-code-mcp -- uvx arm-code-mcp==0.1.0 --- ## Zoekt URL: https://mcp-marketplace.io/server/io-github-radiovisual-zoekt-mcp Summary: Fast indexed code search for AI agents, powered by Sourcegraph Zoekt. Category: Developer Tools Mode: local Pricing: Free PyPI: zoekt-mcp GitHub: https://github.com/radiovisual/zoekt-mcp Security Score: 6.6/10 Creator: Radiovisual Creator Reputation: B Version: 0.3.2 Required Credentials: ZOEKT_URL (optional) Install (Claude Code): claude mcp add io-github-radiovisual-zoekt-mcp -- uvx zoekt-mcp==0.3.2 --- ## Devops On Prem URL: https://mcp-marketplace.io/server/io-github-zwitbaum-mcp-devops-on-prem Summary: MCP server for on-prem Azure DevOps: repos, pull requests, work items, and wiki. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-devops-onpremise GitHub: https://github.com/zwitbaum/mcp-devops-on-prem Security Score: 4.2/10 Creator: Zwitbaum Creator Reputation: B Version: 2.0.0 Required Credentials: DEVOPS_API_URL (optional), DEVOPS_USERNAME (optional), DEVOPS_PASSWORD (required), DEVOPS_PAT (required), DEVOPS_TOKEN (required) Install (Claude Code): claude mcp add io-github-zwitbaum-mcp-devops-on-prem -- uvx mcp-devops-onpremise==2.0.0 --- ## Taskrabbit URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-taskrabbit Summary: MCP server for TaskRabbit - let AI agents book home services and taskers Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-taskrabbit GitHub: https://github.com/markswendsen-code/mcp-taskrabbit Security Score: 8/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-taskrabbit -- npx -y @striderlabs/mcp-taskrabbit@0.1.0 --- ## Bitvoya URL: https://mcp-marketplace.io/server/com-bitvoya-bitvoya-mcp Summary: Luxury hotel search, rate comparison, booking quotes, and secure checkout handoff. Description: Luxury hotel search, rate comparison, booking quotes, and secure checkout handoff. Remote endpoints: streamable-http: https://bitvoya.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bitvoya.com/api/mcp GitHub: https://github.com/seanbabalala/bitvoya-mcp Security Score: 10/10 Creator: Seanbabalala Creator Reputation: B Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http com-bitvoya-bitvoya-mcp https://bitvoya.com/api/mcp --- ## Bias Detection URL: https://mcp-marketplace.io/server/io-github-csoai-org-bias-detection-mcp Summary: AI bias detection and fairness assessment for AI agents. Instant bias risk scan, demographic ana... Category: Developer Tools Mode: local Pricing: Free PyPI: bias-detection-mcp GitHub: https://github.com/CSOAI-ORG/bias-detection-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.2.8 Install (Claude Code): claude mcp add io-github-csoai-org-bias-detection-mcp -- uvx bias-detection-mcp==1.2.8 --- ## Groupsio URL: https://mcp-marketplace.io/server/io-github-ke4qqq-groupsio Summary: MCP server for consuming and managing Groups.io data via the Groups.io REST API Category: Developer Tools Mode: local Pricing: Free npm: @ke4qqq/groupsio-mcp-server GitHub: https://github.com/ke4qqq/groupsio-mcp-server Security Score: 9.7/10 Creator: Ke4qqq Creator Reputation: B Version: 1.0.0 Required Credentials: GROUPSIO_API_KEY (required) Install (Claude Code): claude mcp add io-github-ke4qqq-groupsio -- npx -y @ke4qqq/groupsio-mcp-server --- ## Ploi Cloud URL: https://mcp-marketplace.io/server/io-github-ploicloud-ploi-cloud Summary: European cloud hosting. Deploy and manage apps with your favorite AI coding assistant. Description: European cloud hosting. Deploy and manage apps with your favorite AI coding assistant. Remote endpoints: streamable-http: https://ploi.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ploi.cloud/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ploicloud-ploi-cloud https://ploi.cloud/mcp --- ## Tewdy Stack URL: https://mcp-marketplace.io/server/io-github-dugiwarc-tewdy Summary: Find local service providers — plumbers, tutors, translators — and estimate provider earnings. Description: Find local service providers — plumbers, tutors, translators — and estimate provider earnings. Remote endpoints: streamable-http: https://mcp.tewdy.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tewdy.com GitHub: https://github.com/dugiwarc/tewdy-stack MCP Tools (5): search_providers, get_provider_details, list_categories, get_category_pricing, get_earnings_estimate Security Score: 8/10 Creator: Dugiwarc Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dugiwarc-tewdy https://mcp.tewdy.com --- ## Blockchain Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-blockchain-ai-mcp Summary: Blockchain Ai MCP Server by MEOK AI Labs Category: Finance Mode: local Pricing: Free PyPI: blockchain-ai-mcp GitHub: https://github.com/CSOAI-ORG/blockchain-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-blockchain-ai-mcp -- uvx blockchain-ai-mcp==1.0.12 --- ## WalnaiWebsite URL: https://mcp-marketplace.io/server/com-walnai-website Summary: Public remote MCP server for Walnai AI Consulting services, pricing, calculator, FAQs, and adoption. Description: Public remote MCP server for Walnai AI Consulting services, pricing, calculator, FAQs, and adoption. Remote endpoints: streamable-http: https://walnai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://walnai.com/mcp GitHub: https://github.com/Krypto-IT/WalnaiWebsite Security Score: 8/10 Creator: Krypto IT Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-walnai-website https://walnai.com/mcp --- ## Plith URL: https://mcp-marketplace.io/server/ai-plith-plith Summary: AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence. Description: AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence. Remote endpoints: streamable-http: https://plith.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://plith.ai/api/mcp GitHub: https://github.com/chicogonzales/plith MCP Tools (14): dedupq_check, dedupq_complete, burnrate_estimate, burnrate_track, burnrate_optimize, burnrate_budget, qualitygate_validate, qualitygate_trends, guardrail_check, guardrail_create_policy, guardrail_list_policies, pitfalldb_query, pitfalldb_report, pitfalldb_stats Security Score: 8/10 Creator: Chicogonzales Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-plith-plith https://plith.ai/api/mcp --- ## Semamerge URL: https://mcp-marketplace.io/server/io-github-vineethwilson15-semamerge Summary: Detects semantic merge conflicts between Git branches using AST-level analysis Category: Developer Tools Mode: local Pricing: Free npm: semamerge GitHub: https://github.com/vineethwilson15/semamerge Security Score: 4.8/10 Creator: Vineethwilson15 Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-vineethwilson15-semamerge -- npx -y semamerge@0.1.2 --- ## Qae Claude Mcp Example URL: https://mcp-marketplace.io/server/io-github-tb8412-qae-safety-mcp Summary: Deterministic pre-execution safety certification for autonomous AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: qae-safety GitHub: https://github.com/tb8412/qae-claude-mcp-example Security Score: 6/10 Creator: Tb8412 Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-tb8412-qae-safety-mcp -- uvx qae-safety --- ## Courier URL: https://mcp-marketplace.io/server/io-github-trycourier-courier Summary: Send notifications, manage templates, and configure integrations with Courier. Description: Send notifications, manage templates, and configure integrations with Courier. Remote endpoints: streamable-http: https://mcp.courier.com Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.courier.com GitHub: https://github.com/trycourier/courier-mcp Security Score: 5.2/10 Creator: Trycourier Creator Reputation: B Version: 1.3.7 Install (Claude Code Remote): claude mcp add --transport http io-github-trycourier-courier https://mcp.courier.com --- ## Bulkpublish Api URL: https://mcp-marketplace.io/server/io-github-azeemkafridi-bulkpublish Summary: Publish, schedule, and manage social media across 11 platforms via MCP. Category: Developer Tools Mode: local Pricing: Free npm: @bulkpublish/mcp-server GitHub: https://github.com/azeemkafridi/bulkpublish-api Security Score: 7/10 Creator: Azeemkafridi Creator Reputation: B Version: 1.1.2 Required Credentials: BULKPUBLISH_API_KEY (required) Install (Claude Code): claude mcp add io-github-azeemkafridi-bulkpublish -- npx -y @bulkpublish/mcp-server@1.1.2 --- ## Sales Team URL: https://mcp-marketplace.io/server/net-settro-sales-team Summary: Public Settro sales MCP tools for missed-call ROI, direct-order recovery, social ordering, and fit. Description: Public Settro sales MCP tools for missed-call ROI, direct-order recovery, social ordering, and fit. Remote endpoints: streamable-http: https://mcp.settro.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.settro.net/mcp MCP Tools (4): estimate_missed_call_loss, compare_direct_order_recovery_options, assess_social_ordering_readiness, generate_settro_fit_summary Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-settro-sales-team https://mcp.settro.net/mcp --- ## Fleet URL: https://mcp-marketplace.io/server/io-github-gavinlee1-mcp-fleet Summary: 12 MCP tools: invoice→JSON, text→SQL, PII redaction, regex & more. Free to try, pay per call. Description: 12 MCP tools: invoice→JSON, text→SQL, PII redaction, regex & more. Free to try, pay per call. Remote endpoints: sse: https://mcp-fleet.nebula-labs.online/mcp/sse?src=mcp_registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-fleet.nebula-labs.online/mcp/sse?src=mcp_registry Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gavinlee1-mcp-fleet 'https://mcp-fleet.nebula-labs.online/mcp/sse?src=mcp_registry' --- ## Quellgeist URL: https://mcp-marketplace.io/server/io-github-rajeev-shyam-quellgeist-commits Summary: Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage). Category: Developer Tools Mode: local Pricing: Free PyPI: quellgeist GitHub: https://github.com/Rajeev-Shyam/Quellgeist Security Score: 4.8/10 Creator: Rajeev Shyam Creator Reputation: B Version: 0.1.0 Required Credentials: QG_DEPLOY_LOG (optional) Install (Claude Code): claude mcp add io-github-rajeev-shyam-quellgeist-commits -- uvx quellgeist==0.1.0 --- ## Yoauto URL: https://mcp-marketplace.io/server/io-github-atomix-spec-yoauto-mcp Summary: Official YoAuto MCP gateway for vehicle search and marketplace workflows in Moldova. Description: Official YoAuto MCP gateway for vehicle search and marketplace workflows in Moldova. Remote endpoints: sse: https://yoauto.md/api/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://yoauto.md/api/mcp/sse GitHub: https://github.com/atomix-spec/yoauto-mcp Security Score: 9.9/10 Creator: Atomix Spec Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-atomix-spec-yoauto-mcp https://yoauto.md/api/mcp/sse --- ## Memory Mcp Lite URL: https://mcp-marketplace.io/server/io-github-thuupx-memory-mcp-lite Summary: A lightweight, structured, token-efficient local-first MCP memory server Category: Developer Tools Mode: local Pricing: Free npm: memory-mcp-lite GitHub: https://github.com/thuupx/memory-mcp-lite Security Score: 9.2/10 Creator: Thuupx Creator Reputation: B Version: 2.0.0 Install (Claude Code): claude mcp add io-github-thuupx-memory-mcp-lite -- npx -y memory-mcp-lite@2.0.0 --- ## Mythx URL: https://mcp-marketplace.io/server/io-github-protolabsai-mythxengine Summary: Tabletop RPG engine over MCP: dice, combat, stress, clocks, world generation, four bundled worlds Category: Developer Tools Mode: local Pricing: Free npm: @mythxengine/mcp-server GitHub: https://github.com/protoLabsAI/mythx-mcp Security Score: 9/10 Creator: ProtoLabsAI Creator Reputation: B Version: 0.3.0 Required Credentials: RPG_MCP_DATA_DIR (optional) Install (Claude Code): claude mcp add io-github-protolabsai-mythxengine -- npx -y @mythxengine/mcp-server --- ## Outreachos URL: https://mcp-marketplace.io/server/io-github-chadrnewell-hash-radiusos Summary: 34-tool CRM: contacts, quoting, invoicing, scheduling, AI scoring, email sequences. Description: 34-tool CRM: contacts, quoting, invoicing, scheduling, AI scoring, email sequences. Remote endpoints: streamable-http: https://www.radiusos.ai/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @chadrnewell/radiusos-mcp Remote URL: https://www.radiusos.ai/api/mcp GitHub: https://github.com/chadrnewell-hash/outreachos Security Score: 8/10 Creator: Chadrnewell Hash Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-chadrnewell-hash-radiusos -- npx -y @chadrnewell/radiusos-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-chadrnewell-hash-radiusos https://www.radiusos.ai/api/mcp --- ## Strava URL: https://mcp-marketplace.io/server/io-github-arjanlig-strava-mcp Summary: Connect Strava training data to Claude for training load analysis and activity insights Category: Developer Tools Mode: local Pricing: Free PyPI: strava-training-mcp GitHub: https://github.com/ArjanLig/strava-mcp Security Score: 9/10 Creator: ArjanLig Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-arjanlig-strava-mcp -- uvx strava-training-mcp==0.3.2 --- ## External Memory URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-external-memory Summary: An MCP server that gives LLMs persistent, searchable semantic memory Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-external-memory GitHub: https://github.com/daedalus/mcp-external-memory Security Score: 7/10 Creator: Daedalus Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-daedalus-mcp-external-memory -- uvx mcp-external-memory==0.1.2 --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-court-finder Summary: Find UK courts and tribunals by location, name, or law area with addresses and contacts Description: Find UK courts and tribunals by location, name, or law area with addresses and contacts Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-court-finder/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-court-finder/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-court-finder https://mcp.mcpbundles.com/bundle/uk-court-finder/ --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-constituencies Summary: Search UK parliamentary constituencies by name, get boundaries and ONS codes Description: Search UK parliamentary constituencies by name, get boundaries and ONS codes Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-constituencies/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-constituencies/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-constituencies https://mcp.mcpbundles.com/bundle/uk-constituencies/ --- ## Coinmarketcap URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-coinmarketcap Summary: CoinMarketCap MCP — crypto prices, market cap, rankings Description: CoinMarketCap MCP — crypto prices, market cap, rankings Remote endpoints: streamable-http: https://gateway.pipeworx.io/coinmarketcap/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/coinmarketcap/mcp GitHub: https://github.com/pipeworx-io/mcp-coinmarketcap MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, quotes, listings_latest, metadata, global_metrics, categories, category Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-coinmarketcap https://gateway.pipeworx.io/coinmarketcap/mcp --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-case-law Summary: Search UK court judgments and tribunal decisions from the National Archives Description: Search UK court judgments and tribunal decisions from the National Archives Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-case-law/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-case-law/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-case-law https://mcp.mcpbundles.com/bundle/uk-case-law/ --- ## Soul URL: https://mcp-marketplace.io/server/io-github-antoniotf5-soul-mcp-server Summary: MCP server for validating and generating SOUL.md agent identity files from Claude Desktop. Category: Developer Tools Mode: local Pricing: Free npm: soul-mcp-server GitHub: https://github.com/AntonioTF5/soul-mcp-server Security Score: 7/10 Creator: AntonioTF5 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-antoniotf5-soul-mcp-server -- npx -y soul-mcp-server@1.0.0 --- ## Iranti URL: https://mcp-marketplace.io/server/io-github-nfemmanuel-iranti Summary: Persistent, shared memory for AI agents — facts, checkpoints, semantic search. Category: Developer Tools Mode: local Pricing: Free npm: iranti GitHub: https://github.com/nfemmanuel/iranti Security Score: 10/10 Creator: Nfemmanuel Creator Reputation: B Version: 0.3.35 Required Credentials: DATABASE_URL (optional), IRANTI_API_KEY (required), IRANTI_URL (optional) Install (Claude Code): claude mcp add io-github-nfemmanuel-iranti -- npx -y iranti@0.4.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-infobip-mcp Summary: Infobip MCP server for omnichannel communication and messaging. SMS, RCS, WhatsApp, Viber and more. Description: Infobip MCP server for omnichannel communication and messaging. SMS, RCS, WhatsApp, Viber and more. Remote endpoints: streamable-http: https://mcp.infobip.com/sms sse: https://mcp.infobip.com/sms/sse streamable-http: https://mcp.infobip.com/whatsapp sse: https://mcp.infobip.com/whatsapp/sse streamable-http: https://mcp.infobip.com/viber sse: https://mcp.infobip.com/viber/sse streamable-http: https://mcp.infobip.com/rcs sse: https://mcp.infobip.com/rcs/sse streamable-http: https://mcp.infobip.co Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.infobip.com/search/sse GitHub: https://github.com/infobip/mcp Security Score: 9.9/10 Creator: Infobip Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-infobip-mcp https://mcp.infobip.com/search/sse --- ## Quellgeist URL: https://mcp-marketplace.io/server/io-github-rajeev-shyam-quellgeist-metrics Summary: Read-only MCP server: query_metrics over local metric time-series (Quellgeist triage). Category: Developer Tools Mode: local Pricing: Free PyPI: quellgeist GitHub: https://github.com/Rajeev-Shyam/Quellgeist Security Score: 4.8/10 Creator: Rajeev Shyam Creator Reputation: B Version: 0.1.0 Required Credentials: QG_METRICS_PATH (optional) Install (Claude Code): claude mcp add io-github-rajeev-shyam-quellgeist-metrics -- uvx quellgeist==0.1.0 --- ## Chikoh Architecture Showcase URL: https://mcp-marketplace.io/server/io-github-romcdonald9976-chikoh Summary: AI fantasy sports & entertainment intelligence. 75 tools across 10 sports + TV/Awards. Description: AI fantasy sports & entertainment intelligence. 75 tools across 10 sports + TV/Awards. Remote endpoints: streamable-http: https://chikoh.com/mcp sse: https://chikoh.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chikoh.com/mcp GitHub: https://github.com/romcdonald9976/chikoh-architecture-showcase.git Security Score: 10/10 Creator: Romcdonald9976 Creator Reputation: B Version: 1.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-romcdonald9976-chikoh https://chikoh.com/mcp --- ## BSI URL: https://mcp-marketplace.io/server/com-blazesportsintel-college-baseball Summary: Live NCAA DI college baseball scores, standings, schedules, rankings, and sabermetrics. Description: Live NCAA DI college baseball scores, standings, schedules, rankings, and sabermetrics. Remote endpoints: streamable-http: https://sabermetrics.blazesportsintel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sabermetrics.blazesportsintel.com/mcp GitHub: https://github.com/ahump20/BSI MCP Tools (31): bsi_get_scoreboard, bsi_get_standings, bsi_get_rankings, bsi_get_team_sabermetrics, bsi_get_leaderboard, bsi_get_conference_power_index, bsi_get_player_stats, bsi_get_team_schedule, bsi_get_match_detail, bsi_search_intel, bsi_get_mlb_scoreboard, bsi_get_mlb_standings, bsi_get_mlb_team, bsi_get_mlb_game, bsi_get_mlb_leaders, bsi_get_nfl_scoreboard, bsi_get_nfl_standings, bsi_get_nfl_team, bsi_get_nfl_game, bsi_get_nfl_leaders, bsi_get_nba_scoreboard, bsi_get_nba_standings, bsi_get_nba_team, bsi_get_nba_game, bsi_get_nba_leaders, bsi_get_cfb_scoreboard, bsi_get_cfb_standings, bsi_get_cfb_rankings, bsi_get_cfb_team, bsi_get_cfb_game, bsi_get_cfb_transfer_portal Security Score: 9/10 Creator: Ahump20 Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http com-blazesportsintel-college-baseball https://sabermetrics.blazesportsintel.com/mcp --- ## O Twin Data Pipeline URL: https://mcp-marketplace.io/server/com-olane-cosync-remote Summary: Knowledge graph ingestion, entity search, ontology analysis, and CoSync scoring. Description: Knowledge graph ingestion, entity search, ontology analysis, and CoSync scoring. Remote endpoints: streamable-http: https://mcp.copass.id/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.copass.id/mcp GitHub: https://github.com/olane-labs/o-twin-data-pipeline Security Score: 9/10 Creator: Olane Labs Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olane-cosync-remote https://mcp.copass.id/mcp --- ## Verusidx URL: https://mcp-marketplace.io/server/io-github-vdappdev2-address Summary: MCP server for Verus addresses — generate, validate, list transparent and shielded addresses Category: Developer Tools Mode: local Pricing: Free npm: @verusidx/address-mcp GitHub: https://github.com/vdappdev2/verusidx-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-vdappdev2-address -- npx -y @verusidx/address-mcp --- ## Voipms URL: https://mcp-marketplace.io/server/io-ecliptical-voipms-mcp Summary: Manage phone numbers, SMS/MMS, voicemail, faxing, and call routing for your VoIP.ms account. Description: Manage phone numbers, SMS/MMS, voicemail, faxing, and call routing for your VoIP.ms account. Remote endpoints: streamable-http: https://voipms-mcp.ecliptical.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://voipms-mcp.ecliptical.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.9.10 Install (Claude Code Remote): claude mcp add --transport http io-ecliptical-voipms-mcp https://voipms-mcp.ecliptical.io/mcp --- ## Mcpbundles URL: https://mcp-marketplace.io/server/com-mcpbundles-uk-parliament Summary: Search MPs and Lords, fetch profiles, synopses, and Westminster constituencies Description: Search MPs and Lords, fetch profiles, synopses, and Westminster constituencies Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/uk-parliament/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/uk-parliament/ GitHub: https://github.com/thinkchainai/mcpbundles Security Score: 10/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-parliament https://mcp.mcpbundles.com/bundle/uk-parliament/ --- ## Client Brief Routing Desk URL: https://mcp-marketplace.io/server/io-github-wxt-ai-client-brief-routing-desk Summary: Select a contact for a client brief Description: Select a contact for a client brief Remote endpoints: streamable-http: https://openings-vote-drilling-initially.trycloudflare.com/mcp/client-brief-routing-desk Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openings-vote-drilling-initially.trycloudflare.com/mcp/client-brief-routing-desk Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-wxt-ai-client-brief-routing-desk https://openings-vote-drilling-initially.trycloudflare.com/mcp/client-brief-routing-desk --- ## Askdata Xk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-askdata-xk Summary: Kosovo Agency of Statistics (ASKdata) PxWeb MCP. Description: Kosovo Agency of Statistics (ASKdata) PxWeb MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/askdata-xk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/askdata-xk/mcp GitHub: https://github.com/pipeworx-io/mcp-askdata-xk MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-askdata-xk https://gateway.pipeworx.io/askdata-xk/mcp --- ## Scope Guard URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-scope-guard Summary: Hard scope boundaries to prevent AI agent drift Category: Developer Tools Mode: local Pricing: Free npm: scope-guard-mcp GitHub: https://github.com/mdfifty50-boop/scope-guard-mcp Security Score: 10/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-scope-guard -- npx -y scope-guard-mcp@0.1.3 --- ## Instagram URL: https://mcp-marketplace.io/server/io-github-mcpware-instagram-mcp Summary: Instagram MCP — 23 tools for Instagram Graph API: posts, DMs, stories, reels, analytics. Category: Marketing & Social Mode: local Pricing: Free npm: @mcpware/instagram-mcp GitHub: https://github.com/mcpware/instagram-mcp Security Score: 0.3/10 Creator: ithiria894 Creator Reputation: C- Version: 1.0.4 Required Credentials: INSTAGRAM_ACCESS_TOKEN (required), INSTAGRAM_ACCOUNT_ID (optional), INSTAGRAM_API_VERSION (optional) Install (Claude Code): claude mcp add io-github-mcpware-instagram-mcp -- npx -y @mcpware/instagram-mcp@1.0.4 --- ## Ableton For Ai URL: https://mcp-marketplace.io/server/io-github-peterkolbe-ableton-for-ai Summary: Bridge between Ableton Live and AI. Inspect, analyze audio, and control mixing via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: ableton-for-ai GitHub: https://github.com/peterkolbe/ableton-for-ai Security Score: 10/10 Creator: Peterkolbe Creator Reputation: B Version: 0.1.2 Required Credentials: STEMS_SOURCE_DIR (optional), PREFERRED_AUDIO_FORMAT (optional) Install (Claude Code): claude mcp add io-github-peterkolbe-ableton-for-ai -- uvx ableton-for-ai==0.1.4 --- ## Quellgeist URL: https://mcp-marketplace.io/server/io-github-rajeev-shyam-quellgeist-logs Summary: Read-only MCP server: query_logs over a structured JSONL incident log (Quellgeist triage). Category: Developer Tools Mode: local Pricing: Free PyPI: quellgeist GitHub: https://github.com/Rajeev-Shyam/Quellgeist Security Score: 4.8/10 Creator: Rajeev Shyam Creator Reputation: B Version: 0.1.0 Required Credentials: QG_LOG_PATH (optional) Install (Claude Code): claude mcp add io-github-rajeev-shyam-quellgeist-logs -- uvx quellgeist==0.1.0 --- ## Elefante URL: https://mcp-marketplace.io/server/io-github-amenophis1er-elefante Summary: Open, Git-native memory protocol for MCP agents. Portable, versioned, human-editable. Category: Developer Tools Mode: local Pricing: Free npm: elefante-mcp GitHub: https://github.com/amenophis1er/elefante Security Score: 6.5/10 Creator: Amenophis1er Creator Reputation: B Version: 0.1.9 Install (Claude Code): claude mcp add io-github-amenophis1er-elefante -- npx -y elefante-mcp@0.1.9 --- ## Yultrace Audit URL: https://mcp-marketplace.io/server/com-trycloudflare-urgent-clean-occupied-catalogs-yultrace-audit Summary: EVM audit (Slither + source + security.txt + MCP-probe + wallet-exposure). 6 tools + /trace. Description: EVM audit (Slither + source + security.txt + MCP-probe + wallet-exposure). 6 tools + /trace. Remote endpoints: streamable-http: https://urgent-clean-occupied-catalogs.trycloudflare.com/mcp/ Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://urgent-clean-occupied-catalogs.trycloudflare.com/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.6 Install (Claude Code Remote): claude mcp add --transport http com-trycloudflare-urgent-clean-occupied-catalogs-yultrace-audit https://urgent-clean-occupied-catalogs.trycloudflare.com/mcp/ --- ## Gcc Intelligence URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-gcc-intelligence Summary: GCC regulatory intelligence, ZATCA e-invoicing, and Arabic NLP for AI agents Category: Developer Tools Mode: local Pricing: Free npm: gcc-intelligence-mcp GitHub: https://github.com/mdfifty50-boop/gcc-intelligence-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp@0.1.3 --- ## Prediction Markets X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-prediction-markets Summary: Prediction market odds from Polymarket. Active markets, probabilities, volume. x402. Description: Prediction market odds from Polymarket. Active markets, probabilities, volume. x402. Remote endpoints: sse: https://prediction-markets.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prediction-markets.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/prediction-markets-x402 MCP Tools (3): prediction_list_markets, prediction_get_market_odds, prediction_trending_markets Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-prediction-markets https://prediction-markets.api.klymax402.com/mcp --- ## Wakatime URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wakatime Summary: WakaTime MCP. Description: WakaTime MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/wakatime/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wakatime/mcp GitHub: https://github.com/pipeworx-io/mcp-wakatime MCP Tools (31): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, current_user, user, summaries, stats, durations, heartbeats, goals, projects, leaders, commits, editors, meta Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wakatime https://gateway.pipeworx.io/wakatime/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-planningcenter-mcp Summary: The official Planning Center MCP server for interacting with your ministry's data. Description: The official Planning Center MCP server for interacting with your ministry's data. Remote endpoints: streamable-http: https://mcp.planningcenteronline.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.planningcenteronline.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-planningcenter-mcp https://mcp.planningcenteronline.com/mcp --- ## Kadam Official URL: https://mcp-marketplace.io/server/io-github-kadam-official-mcp-server Summary: Kadam advertising platform — manage ads, campaigns, creatives, audiences and stats Category: Developer Tools Mode: local Pricing: Free npm: @kadam-net/mcp-server GitHub: https://github.com/kadam-official/mcp-server Security Score: 9.5/10 Creator: Kadam Official Creator Reputation: B Version: 0.3.4 Required Credentials: KADAM_ADV_API_KEY (required), KADAM_PUB_API_KEY (required) Install (Claude Code): claude mcp add io-github-kadam-official-mcp-server -- npx -y @kadam-net/mcp-server@0.3.4 --- ## A2a Bridge URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-a2a-bridge Summary: Agent-to-agent communication bridge for multi-agent systems Category: Developer Tools Mode: local Pricing: Free npm: a2a-bridge-mcp GitHub: https://github.com/mdfifty50-boop/a2a-bridge-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-a2a-bridge -- npx -y a2a-bridge-mcp@0.1.1 --- ## Pingfyr URL: https://mcp-marketplace.io/server/com-pingfyr-pingfyr Summary: Schedule reminders for AI agents via email, webhook, Slack, Discord, Telegram, or Google Calendar. Description: Schedule reminders for AI agents via email, webhook, Slack, Discord, Telegram, or Google Calendar. Remote endpoints: streamable-http: https://mcp.pingfyr.com/mcp?apiKey={apiKey} Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.pingfyr.com/mcp?apiKey={apiKey} GitHub: https://github.com/Pingfyr/mcp Security Score: 4.8/10 Creator: Pingfyr Creator Reputation: B Version: 0.3.3 Install (Claude Code Remote): claude mcp add --transport http com-pingfyr-pingfyr 'https://mcp.pingfyr.com/mcp?apiKey={apiKey}' --- ## Mindswap URL: https://mcp-marketplace.io/server/io-github-shiporbleed-mindswap Summary: Local-first AI context and memory server for cross-tool coding continuity. Category: Developer Tools Mode: local Pricing: Free npm: mindswap GitHub: https://github.com/ShipOrBleed/mindswap.git Security Score: 4.2/10 Creator: ShipOrBleed Creator Reputation: B Version: 3.3.0 Install (Claude Code): claude mcp add io-github-shiporbleed-mindswap -- npx -y mindswap@3.3.0 --- ## Bnr Ro URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bnr-ro Summary: National Bank of Romania (Banca Naţională a României, BNR) FX reference rates MCP. Keyless. Description: National Bank of Romania (Banca Naţională a României, BNR) FX reference rates MCP. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/bnr-ro/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bnr-ro/mcp GitHub: https://github.com/pipeworx-io/mcp-bnr-ro MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, exchange_rates, exchange_rates_history Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bnr-ro https://gateway.pipeworx.io/bnr-ro/mcp --- ## Applianceiq URL: https://mcp-marketplace.io/server/io-github-chrisbusbin-pixel-applianceiq Summary: Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost. Category: Developer Tools Mode: local Pricing: Free npm: applianceiq-mcp-server GitHub: https://github.com/chrisbusbin-pixel/applianceiq-mcp-server Security Score: 6.5/10 Creator: Chrisbusbin Pixel Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-chrisbusbin-pixel-applianceiq -- npx -y applianceiq-mcp-server@1.0.1 --- ## Rundeck URL: https://mcp-marketplace.io/server/io-github-mariomorenodev-rundeck-mcp-server Summary: 50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP Category: Developer Tools Mode: local Pricing: Free npm: rundeck-mcp-server GitHub: https://github.com/mariomorenodev/rundeck-mcp-server Security Score: 4.8/10 Creator: Mariomorenodev Creator Reputation: B Version: 1.0.3 Required Credentials: RUNDECK_URL (optional), RUNDECK_API_TOKEN (required), RUNDECK_API_VERSION (optional), RUNDECK_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-mariomorenodev-rundeck-mcp-server -- npx -y rundeck-mcp-server@1.0.3 --- ## Agentbridge URL: https://mcp-marketplace.io/server/io-github-seanfdz-agentbridge Summary: Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol. Category: Developer Tools Mode: local Pricing: Free npm: classic-mac-mcp GitHub: https://github.com/SeanFDZ/agentbridge Security Score: 7/10 Creator: SeanFDZ Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-seanfdz-agentbridge -- npx -y classic-mac-mcp@1.0.2 --- ## Mcp URL: https://mcp-marketplace.io/server/io-certifier-mcp Summary: Official MCP server for Certifier to issue, manage, and track certificates and badges. Description: Official MCP server for Certifier to issue, manage, and track certificates and badges. Remote endpoints: streamable-http: https://api.certifier.io/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.certifier.io/v1/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-certifier-mcp https://api.certifier.io/v1/mcp --- ## Herald URL: https://mcp-marketplace.io/server/io-github-btouchard-herald Summary: Stop copy-pasting between Claude Chat and Claude Code. Description: Stop copy-pasting between Claude Chat and Claude Code. Remote endpoints: streamable-http: https://your-herald-instance.example.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://your-herald-instance.example.com/mcp GitHub: https://github.com/btouchard/herald Security Score: 9.9/10 Creator: Btouchard Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-btouchard-herald https://your-herald-instance.example.com/mcp --- ## Coverage Trigger URL: https://mcp-marketplace.io/server/com-dropwatchhq-coverage-trigger Summary: Leads of businesses that just legally need commercial insurance: new FMCSA authority + new entities. Description: Leads of businesses that just legally need commercial insurance: new FMCSA authority + new entities. Remote endpoints: streamable-http: https://coverage.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://coverage.dropwatchhq.com/mcp MCP Tools (3): coverage_trigger_feed, coverage_pulse, coverage_sources Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-coverage-trigger https://coverage.dropwatchhq.com/mcp --- ## Sintegra Suframa URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sintegra-suframa-mcp Summary: SINTEGRA: SUFRAMA, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: SINTEGRA: SUFRAMA, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sintegra_suframa Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sintegra_suframa GitHub: https://github.com/mcp-dir/sintegra_suframa-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sintegra-suframa-mcp https://api.mcp.ai/p_sintegra_suframa --- ## Compliance Shield URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-compliance-shield Summary: ZATCA, UAE CT, EU AI Act regulatory compliance for AI agents Category: Security Mode: local Pricing: Free npm: compliance-shield-mcp GitHub: https://github.com/mdfifty50-boop/compliance-shield-mcp Security Score: 10/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-compliance-shield -- npx -y compliance-shield-mcp@0.1.3 --- ## Qtm4j URL: https://mcp-marketplace.io/server/io-github-denis-platonov-qtm4j Summary: MCP server for QMetry Test Management for Jira (QTM4J) Open API. Category: Developer Tools Mode: local Pricing: Free npm: @denis-platonov/qtm4j-mcp-server GitHub: https://github.com/denis-platonov/qtm4j-mcp-server Security Score: 10/10 Creator: Denis Platonov Creator Reputation: B Version: 1.1.0 Required Credentials: QTM4J_API_KEY (required), QTM4J_BASE_URL (optional), QTM4J_PROJECT_ID (optional), NODE_TLS_REJECT_UNAUTHORIZED (optional) Install (Claude Code): claude mcp add io-github-denis-platonov-qtm4j -- npx -y @denis-platonov/qtm4j-mcp-server@1.1.0 --- ## Imagenate URL: https://mcp-marketplace.io/server/io-github-mimo-3-mcp-imagenate Summary: MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX) Category: Developer Tools Mode: local Pricing: Free npm: mcp-imagenate GitHub: https://github.com/mimo-3/mcp-imagenate Security Score: 7.5/10 Creator: Mimo 3 Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add io-github-mimo-3-mcp-imagenate -- npx -y mcp-imagenate@0.1.10 --- ## Openhouseboss Backend URL: https://mcp-marketplace.io/server/com-openhousecopilot-openhouse-copilot Summary: AI open-house assistant for agents: sign-in kiosk + automated, consent-aware follow-ups. Description: AI open-house assistant for agents: sign-in kiosk + automated, consent-aware follow-ups. Remote endpoints: streamable-http: https://mcp.openhousecopilot.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.openhousecopilot.com/mcp GitHub: https://github.com/Real-Estate-OS/openhouseboss-backend Security Score: 8/10 Creator: Real Estate OS Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-openhousecopilot-openhouse-copilot https://mcp.openhousecopilot.com/mcp --- ## Qc Validator URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-qc-validator Summary: Output quality control and validation for AI agents Category: Developer Tools Mode: local Pricing: Free npm: qc-validator-mcp GitHub: https://github.com/mdfifty50-boop/qc-validator-mcp Security Score: 10/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-qc-validator -- npx -y qc-validator-mcp@0.1.3 --- ## Cre Intelligence URL: https://mcp-marketplace.io/server/io-github-zwondra-cre-intelligence-mcp Summary: Live CRE analysis: Federal Reserve rates, Census 1/3/5-mile demographics, DCF models, IC memos. Description: Live CRE analysis: Federal Reserve rates, Census 1/3/5-mile demographics, DCF models, IC memos. Remote endpoints: streamable-http: https://cre-intelligence-mcp.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://cre-intelligence-mcp.onrender.com/mcp GitHub: https://github.com/Zwondra/cre-intelligence-mcp Security Score: 4.2/10 Creator: Zwondra Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-zwondra-cre-intelligence-mcp https://cre-intelligence-mcp.onrender.com/mcp --- ## Agent Dilemma Skill URL: https://mcp-marketplace.io/server/io-github-patrickbakowski-agentdilemma Summary: Submit a dilemma for blind community verdict with reasoning to improve low confidence Description: Submit a dilemma for blind community verdict with reasoning to improve low confidence Remote endpoints: streamable-http: https://www.agentdilemma.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.agentdilemma.com/mcp GitHub: https://github.com/patrickbakowski/agent-dilemma-skill MCP Tools (26): register, submit_dilemma, search_dilemmas, browse_dilemmas, get_dilemma, vote, check_notifications, check_my_profile, get_recommendations, get_daily, ask_question, add_comment, mark_helpful, save_draft, get_reasoning, find_similar, get_digest, get_trending, list_drafts, publish_draft, search_users, get_profile, change_vote, search_library, get_points_breakdown, submit_feedback Security Score: 10/10 Creator: Patrick Bakowski Creator Reputation: C Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-patrickbakowski-agentdilemma https://www.agentdilemma.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-runriva-quizbase-mcp Summary: MCP server for trivia: 1.4M+ questions (EN+PL), 24 categories, 12 tools + 4 prompts, OAuth 2.1. Description: MCP server for trivia: 1.4M+ questions (EN+PL), 24 categories, 12 tools + 4 prompts, OAuth 2.1. Remote endpoints: streamable-http: https://quizbase.runriva.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://quizbase.runriva.com/mcp MCP Tools (12): quizbase_random, quizbase_list, quizbase_question_by_id, quizbase_stats, quizbase_topics, quizbase_topic_by_slug, quizbase_tags, quizbase_subcategories, quizbase_categories, quizbase_languages, quizbase_regions, quizbase_report Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-runriva-quizbase-mcp https://quizbase.runriva.com/mcp --- ## Iterminal URL: https://mcp-marketplace.io/server/io-github-itophua-iterminal Summary: MCP Server for iTerminal SSH Connection Manager - Control SSH servers through Claude. Category: Developer Tools Mode: local Pricing: Free npm: iterminal-mcp-server GitHub: https://github.com/iTophua/iterminal Security Score: 9.7/10 Creator: ITophua Creator Reputation: B Version: 2.1.0 Install (Claude Code): claude mcp add io-github-itophua-iterminal -- npx -y iterminal-mcp-server --- ## Housecall Pro URL: https://mcp-marketplace.io/server/io-github-hcpapi-housecall-pro-mcp Summary: Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule. Category: Developer Tools Mode: local Pricing: Free npm: housecall-pro-mcp GitHub: https://github.com/hcpapi/housecall-pro-mcp Security Score: 10/10 Creator: Hcpapi Creator Reputation: B Version: 1.18.0 Required Credentials: HCP_API_KEY (required), HCP_READ_ONLY (optional), HCP_TOOLSETS (optional) Install (Claude Code): claude mcp add io-github-hcpapi-housecall-pro-mcp -- npx -y housecall-pro-mcp@1.18.0 --- ## Claude Webcache URL: https://mcp-marketplace.io/server/io-github-theyahia-claude-webcache Summary: Cross-session WebFetch cache for Claude Code. Unlimited TTL by default, SQLite, MCP plugin. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/claude-webcache GitHub: https://github.com/theYahia/claude-webcache Security Score: 8.3/10 Creator: TheYahia Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add io-github-theyahia-claude-webcache -- npx -y @theyahia/claude-webcache@0.1.5 --- ## Palate URL: https://mcp-marketplace.io/server/com-palatemcp-palate Summary: The taste layer for AI website builders: real design taste from 270+ deeply-analysed sites. Description: The taste layer for AI website builders: real design taste from 270+ deeply-analysed sites. Remote endpoints: streamable-http: https://mcp.palatemcp.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.palatemcp.com/api/mcp GitHub: https://github.com/jake-jiffi/palate-mcp Security Score: 8/10 Creator: Jake Jiffi Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-palatemcp-palate https://mcp.palatemcp.com/api/mcp --- ## Claude Memory URL: https://mcp-marketplace.io/server/io-github-kurovu146-memory-fts Summary: Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking Category: Developer Tools Mode: local Pricing: Free npm: claude-memory-fts GitHub: https://github.com/kurovu146/claude-memory-mcp Security Score: 10/10 Creator: kurovu146 Creator Reputation: C Version: 1.0.1 Required Credentials: MEMORY_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-kurovu146-memory-fts -- npx -y claude-memory-fts@2.0.1 --- ## Jooq URL: https://mcp-marketplace.io/server/ch-martinelli-jooq-mcp Summary: An MCP server that provides access to the jOOQ documentation Description: An MCP server that provides access to the jOOQ documentation Remote endpoints: sse: https://jooq-mcp.martinelli.ch/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jooq-mcp.martinelli.ch/sse GitHub: https://github.com/martinellich/jooq-mcp Security Score: 9/10 Creator: simasch Creator Reputation: C- Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-martinelli-jooq-mcp https://jooq-mcp.martinelli.ch/sse --- ## Token Lens URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-token-lens Summary: Context window token analysis and budget management Category: Developer Tools Mode: local Pricing: Free npm: token-lens-mcp GitHub: https://github.com/mdfifty50-boop/token-lens-mcp Security Score: 10/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-token-lens -- npx -y token-lens-mcp@0.1.2 --- ## Dechonet URL: https://mcp-marketplace.io/server/io-github-node-man-dechonet-mcp Summary: 13 security recon tools for AI agents — DNS, SSL, HTTP, email, ports, ASN. Health Score 0-100. Category: Developer Tools Mode: local Pricing: Free npm: dechonet-mcp GitHub: https://github.com/node-man/dechonet-mcp Security Score: 9.5/10 Creator: Node Man Creator Reputation: B Version: 1.0.1 Required Credentials: DECHONET_URL (optional), DECHONET_LOCALE (optional) Install (Claude Code): claude mcp add io-github-node-man-dechonet-mcp -- npx -y dechonet-mcp@1.0.1 --- ## Barcode Scanner URL: https://mcp-marketplace.io/server/io-github-domdomegg-barcode-scanner-mcp Summary: Scan and generate barcodes and QR codes. Category: Developer Tools Mode: local Pricing: Free npm: barcode-scanner-mcp GitHub: https://github.com/domdomegg/barcode-scanner-mcp.git Security Score: 8/10 Creator: Domdomegg Creator Reputation: B Version: 1.2.0 Required Credentials: MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-domdomegg-barcode-scanner-mcp -- npx -y barcode-scanner-mcp@1.2.0 --- ## Etoro URL: https://mcp-marketplace.io/server/io-github-gabrielcerutti-etoro-mcp-server Summary: Connect AI assistants to eToro for portfolio analysis, market research, and trading. Category: Developer Tools Mode: local Pricing: Free npm: etoro-mcp-server GitHub: https://github.com/gabrielcerutti/etoro-mcp-server Security Score: 10/10 Creator: Gabrielcerutti Creator Reputation: B Version: 1.1.4 Required Credentials: ETORO_API_KEY (required), ETORO_USER_KEY (required), ETORO_TRADING_MODE (optional) Install (Claude Code): claude mcp add io-github-gabrielcerutti-etoro-mcp-server -- npx -y etoro-mcp-server@1.1.4 --- ## Elasticflow URL: https://mcp-marketplace.io/server/app-elasticflow-mcp Summary: AI-native team workspace — tables, documents, workflow automation, live dashboards & analytics Description: AI-native team workspace — tables, documents, workflow automation, live dashboards & analytics Remote endpoints: streamable-http: https://mcp.elasticflow.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.elasticflow.app/mcp GitHub: https://github.com/elasticflowapp/elasticflow-mcp Security Score: 10/10 Creator: Elasticflowapp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-elasticflow-mcp https://mcp.elasticflow.app/mcp --- ## Envault URL: https://mcp-marketplace.io/server/io-github-dinanathdash-envault Summary: Secure secret management with a Human-In-The-Loop (HITL) interceptor for agent mutations. Category: Developer Tools Mode: local Pricing: Free npm: @dinanathdash/envault-mcp-server GitHub: https://github.com/DinanathDash/Envault Security Score: 9.7/10 Creator: DinanathDash Creator Reputation: B Version: 1.12.0 Required Credentials: ENVAULT_TOKEN (required), ENVAULT_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-dinanathdash-envault -- npx -y @dinanathdash/envault-mcp-server --- ## Matterfact URL: https://mcp-marketplace.io/server/com-matterfact-matterfact Summary: Investment research superagent: podcasts, SEC filings, and no-code research pipelines. Description: Investment research superagent: podcasts, SEC filings, and no-code research pipelines. Remote endpoints: streamable-http: https://mcp.matterfact.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.matterfact.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-matterfact-matterfact https://mcp.matterfact.com/mcp --- ## Quran Search Engine URL: https://mcp-marketplace.io/server/io-github-adelpro-quran-search-engine-mcp Summary: Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting. Category: Developer Tools Mode: local Pricing: Free npm: quran-search-engine-mcp GitHub: https://github.com/adelpro/quran-search-engine-mcp Security Score: 7/10 Creator: adelpro Creator Reputation: D Version: 0.2.1 Install (Claude Code): claude mcp add io-github-adelpro-quran-search-engine-mcp -- npx -y quran-search-engine-mcp@0.3.0 --- ## Traderwai URL: https://mcp-marketplace.io/server/com-traderwai-mcp-server Summary: DEPRECATED — use com.traderwai/traderwai instead. Description: DEPRECATED — use com.traderwai/traderwai instead. Remote endpoints: streamable-http: https://mcp.traderwai.com/deprecated Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.traderwai.com/deprecated Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-traderwai-mcp-server https://mcp.traderwai.com/deprecated --- ## Healthyagingatlas URL: https://mcp-marketplace.io/server/io-github-rustamismail-healthy-aging-atlas Summary: Evidence-ranked supplement data: search, compare, price history, goal recs. No API key. Description: Evidence-ranked supplement data: search, compare, price history, goal recs. No API key. Remote endpoints: streamable-http: https://healthyagingatlas.com/api/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://healthyagingatlas.com/api/mcp/ GitHub: https://github.com/RustamIsmail/healthyagingatlas-mcp MCP Tools (5): search_supplements, get_product, compare_supplements, get_price_history, recommend_for_goal Security Score: 10/10 Creator: RustamIsmail Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rustamismail-healthy-aging-atlas https://healthyagingatlas.com/api/mcp/ --- ## Mnemopay Sdk URL: https://mcp-marketplace.io/server/io-github-mnemopay-sdk Summary: Memory + wallet for AI agents. Real payment rails, Agent FICO 300-850, Merkle audit, identity. Category: Developer Tools Mode: local Pricing: Free npm: @mnemopay/sdk GitHub: https://github.com/mnemopay/mnemopay-sdk Security Score: 9.8/10 Creator: Mnemopay Creator Reputation: B Version: 1.4.1 Required Credentials: MNEMOPAY_API_KEY (required), MNEMOPAY_PERSIST_DIR (optional) Install (Claude Code): claude mcp add io-github-mnemopay-sdk -- npx -y @mnemopay/sdk@1.4.1 --- ## PowerBI REST URL: https://mcp-marketplace.io/server/io-github-gurvinder-dhillon-powerbi-mcp Summary: PowerBI REST API integration. Query workspaces, datasets, and execute DAX queries via MCP. Category: Data & Analytics Mode: local Pricing: Free PyPI: powerbi-mcp GitHub: https://github.com/gurvinder-dhillon/powerbi-mcp Security Score: 10/10 Creator: Gurvinder Dhillon Creator Reputation: B Version: 0.1.2 Required Credentials: POWERBI_TENANT_ID (optional), POWERBI_CLIENT_ID (optional), POWERBI_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-gurvinder-dhillon-powerbi-mcp -- uvx powerbi-mcp==0.1.2 --- ## Bergeramit Hw3 Tech URL: https://mcp-marketplace.io/server/ai-smithery-bergeramit-bergeramit-hw3-tech-1 Summary: Add two numbers instantly and generate friendly greetings on demand. Speed up quick math and perso… Description: Add two numbers instantly and generate friendly greetings on demand. Speed up quick math and perso… Remote endpoints: streamable-http: https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech-1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech-1/mcp GitHub: https://github.com/bergeramit/bergeramit-hw3-tech Security Score: 10/10 Creator: Bergeramit Creator Reputation: B Version: 1.15.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-bergeramit-bergeramit-hw3-tech-1 https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech-1/mcp --- ## Promptair URL: https://mcp-marketplace.io/server/com-proflightsearch-airport-delays Summary: Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only. Description: Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only. Remote endpoints: streamable-http: https://proflightsearch.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://proflightsearch.com/mcp GitHub: https://github.com/aistripes/promptair MCP Tools (4): get_airport_delay_status, airport.get_delay_status, search_supported_airports, airport.search_supported Security Score: 8/10 Creator: Aistripes Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-proflightsearch-airport-delays https://proflightsearch.com/mcp --- ## ShopGraph URL: https://mcp-marketplace.io/server/shopgraph Summary: The extraction API that shows its work — structured product data from any URL Description: ShopGraph extracts product data from any URL and shows you exactly how each field was derived. Per-field provenance and confidence based on extraction method, not opinion. Your automation decides what's reliable enough to act on. Hosted remote MCP server at https://shopgraph.dev/mcp. 50 free calls per month, no signup. Paid usage via API key or pay-per-call via Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/laundromatic/shopgraph Security Score: 10/10 Creator: Krishna Brown Creator Reputation: B+ Version: 1.0.0 Tags: commerce, e-commerce, product-data, shopping, price-extraction, product-enrichment, schema-org, ai-agents, agentic-commerce, catalog, retail, DTC, B2B, open-web, structured-data, stripe-mpp, confidence-scoring, extraction-provenance, ucp, universal-commerce-protocol Use Cases: Product extraction for AI agents, Price monitoring, Catalog enrichment, Agentic commerce checkout, UCP integration, Pay-per-call via Stripe MPP --- ## Foodtruck Nation URL: https://mcp-marketplace.io/server/de-foodtruck-nation-foodtruck-nation Summary: Search food trucks in Germany and request catering quotes on foodtruck-nation.de Description: Search food trucks in Germany and request catering quotes on foodtruck-nation.de Remote endpoints: streamable-http: https://foodtruck-nation.de/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://foodtruck-nation.de/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-foodtruck-nation-foodtruck-nation https://foodtruck-nation.de/api/mcp --- ## Barcode Generator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-barcode-generator Summary: Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment. Description: Generate barcodes — EAN-13, UPC-A, Code128, Code39. Returns SVG. x402 micropayment. Remote endpoints: sse: https://barcode-generator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://barcode-generator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/barcode-generator-x402 MCP Tools (1): utility_generate_barcode Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-barcode-generator https://barcode-generator.api.klymax402.com/mcp --- ## Sefaz Rn Certidao Debitos URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rn-certidao-debitos-mcp Summary: SEFAZ RN: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay per query with Description: SEFAZ RN: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay per query with Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rn_certidao_debitos Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rn_certidao_debitos GitHub: https://github.com/mcp-dir/sefaz_rn_certidao_debitos-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rn-certidao-debitos-mcp https://api.mcp.ai/p_sefaz_rn_certidao_debitos --- ## Ai Studio Workspace Approval Gate URL: https://mcp-marketplace.io/server/com-clauxel-aistudioworkspaceapproval-aistudioworkspaceapproval-mcp Summary: Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and revi Description: Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and revi Remote endpoints: streamable-http: https://aistudioworkspaceapproval.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aistudioworkspaceapproval.clauxel.com/mcp GitHub: https://github.com/clauxel/ai-studio-workspace-approval-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-aistudioworkspaceapproval-aistudioworkspaceapproval-mcp https://aistudioworkspaceapproval.clauxel.com/mcp --- ## Sefaz Rr Nfce URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rr-nfce-mcp Summary: SEFAZ RR: NFC-e, official-source lookup. Platform-hosted, pay per query with prepaid credit. Description: SEFAZ RR: NFC-e, official-source lookup. Platform-hosted, pay per query with prepaid credit. Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rr_nfce Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rr_nfce GitHub: https://github.com/mcp-dir/sefaz_rr_nfce-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rr-nfce-mcp https://api.mcp.ai/p_sefaz_rr_nfce --- ## Thechrisgrey URL: https://mcp-marketplace.io/server/com-thechrisgrey-mcp Summary: Search Christian Perez's blog, read posts, and ask about his work, podcast, and writing. Description: Search Christian Perez's blog, read posts, and ask about his work, podcast, and writing. Remote endpoints: streamable-http: https://mcp.thechrisgrey.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.thechrisgrey.com GitHub: https://github.com/thechrisgrey/thechrisgrey MCP Tools (3): search_blog, get_blog_post, ask_alti Security Score: 10/10 Creator: Thechrisgrey Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thechrisgrey-mcp https://mcp.thechrisgrey.com --- ## Aisotools URL: https://mcp-marketplace.io/server/io-github-shibley-aisotools Summary: Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools. Description: Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools. Remote endpoints: streamable-http: https://aisotools.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aisotools.com/api/mcp GitHub: https://github.com/shibley/aisotools-mcp-server MCP Tools (5): search_ai_tools, get_ai_tool, list_ai_tool_categories, compare_ai_tools, find_ai_tool_alternatives Security Score: 10/10 Creator: Shibley Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-shibley-aisotools https://aisotools.com/api/mcp --- ## Hub URL: https://mcp-marketplace.io/server/com-jampolls-hub-mcp-server Summary: Real-time polls, surveys, quizzes, trivia, Q&A, and word clouds for teams, educators, and creators. Description: Real-time polls, surveys, quizzes, trivia, Q&A, and word clouds for teams, educators, and creators. Remote endpoints: streamable-http: https://hub.jampolls.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hub.jampolls.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-jampolls-hub-mcp-server https://hub.jampolls.com/mcp --- ## Mauritius Oracle URL: https://mcp-marketplace.io/server/io-github-injprotocol-sentinel-compliance Summary: AML/CFT compliance oracle: wallet screening, sanctions, PEPs, jurisdiction risk. Description: AML/CFT compliance oracle: wallet screening, sanctions, PEPs, jurisdiction risk. Remote endpoints: streamable-http: https://mru-oracle.com/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://mru-oracle.com/mcp GitHub: https://github.com/INJprotocol/mauritius-oracle- MCP Tools (22): forex_rates, fuel_prices, stock_market, weather, macro_indicators, monetary_policy, country_snapshot, compliance_watchlist, compliance_mauritius, compliance_jurisdiction_risk, compliance_wallet, compliance_wallet_entity, govdata_search, due_diligence, transaction_screen, country_brief, network_scan, travel_rule_screen, monitor_subscribe, monitor_check, facilitator_kya, facilitator_supported Security Score: 8/10 Creator: INJprotocol Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-injprotocol-sentinel-compliance https://mru-oracle.com/mcp --- ## Jawz URL: https://mcp-marketplace.io/server/ai-jawz-jawz Summary: Live macro data for AI agents: regime, conditions, liquidity, with input provenance. No signup. Description: Live macro data for AI agents: regime, conditions, liquidity, with input provenance. No signup. Remote endpoints: streamable-http: https://jawz.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jawz.ai/api/mcp MCP Tools (22): get_started, get_world_brief, get_prices, get_macro_regime, get_regime_history, get_liquidity_history, get_conditions_history, get_data_health, get_financial_conditions, get_growth_indicators, get_inflation_indicators, get_event_calendar, get_weekly_data_releases, get_etf_profile, score_position_drift, get_drift_alerts, list_loops, get_loop, get_chapter, run_chapter, run_mode, get_china_liquidity Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-jawz-jawz https://jawz.ai/api/mcp --- ## Tft Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-tft-oracle Summary: TFT champion, trait, item, and augment data for LLMs via CommunityDragon Category: Developer Tools Mode: local Pricing: Free npm: tft-oracle GitHub: https://github.com/gregario/tft-oracle Security Score: 7/10 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-tft-oracle -- npx -y tft-oracle@0.1.0 --- ## Color Palette X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-color-palette Summary: Generate harmonious color palettes — complementary, analogous, triadic. x402 micropayment. Description: Generate harmonious color palettes — complementary, analogous, triadic. x402 micropayment. Remote endpoints: sse: https://color-palette.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://color-palette.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/color-palette-x402 MCP Tools (1): design_generate_color_palette Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-color-palette https://color-palette.api.klymax402.com/mcp --- ## Icloud URL: https://mcp-marketplace.io/server/io-github-eodozzy-icloud-mcp Summary: Read-only-by-default MCP server for iCloud mail, calendar, and contacts (IMAP/CalDAV/CardDAV). Category: Developer Tools Mode: local Pricing: Free PyPI: icloud-mcp GitHub: https://github.com/eodozzy/icloud-mcp Security Score: 10/10 Creator: Eodozzy Creator Reputation: B Version: 0.1.1 Required Credentials: ICLOUD_USERNAME (optional), ICLOUD_KEYRING_SERVICE (optional), ICLOUD_APP_PASSWORD (required), ICLOUD_ENABLE_WRITES (optional), ICLOUD_IMAP_HOST (optional), ICLOUD_IMAP_PORT (optional), ICLOUD_SMTP_HOST (optional), ICLOUD_SMTP_PORT (optional), ICLOUD_CALDAV_URL (optional), ICLOUD_CARDDAV_URL (optional), ICLOUD_TZ (optional) Install (Claude Code): claude mcp add io-github-eodozzy-icloud-mcp -- uvx icloud-mcp==0.1.1 --- ## Trenchfu URL: https://mcp-marketplace.io/server/io-github-wizzydev-trenchfu-mcp Summary: Intelligence marketplace on Solana — 86 tools, 168+ endpoints, per-call USDC. Description: Intelligence marketplace on Solana — 86 tools, 168+ endpoints, per-call USDC. Remote endpoints: streamable-http: https://mcp.trenchfu.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.trenchfu.com GitHub: https://github.com/WizzyDev/trenchfu-mcp Security Score: 9.9/10 Creator: WizzyDev Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wizzydev-trenchfu-mcp https://mcp.trenchfu.com --- ## Toprank URL: https://mcp-marketplace.io/server/io-github-nowork-studio-adsagent Summary: Google Ads analysis and operations — read performance, manage keywords, bids, and campaigns. Description: Google Ads analysis and operations — read performance, manage keywords, bids, and campaigns. Remote endpoints: streamable-http: https://adsagent.org/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://adsagent.org/api/mcp GitHub: https://github.com/nowork-studio/toprank MCP Tools (62): searchGeoTargets, getRecommendations, getChanges, reviewChangeImpact, listKeywords, summarizeAccountSetup, getResourceMetadata, listQueryableResources, getKeywordIdeas, pauseKeyword, enableKeyword, addKeyword, updateBid, addNegativeKeyword, removeNegativeKeyword, updateCampaignBudget, createCampaign, pauseCampaign, enableCampaign, removeCampaign, setTrackingTemplate, createAdGroup, createAd, pauseAd, enableAd, removeAd, updateAdFinalUrl, updateAdAssets, bulkUpdateBids, bulkPauseKeywords, bulkAddKeywords, moveKeywords, renameCampaign, renameAdGroup, updateCampaignBidding, updateCampaignGoals, updateCampaignSettings, createConversionAction, updateConversionAction, removeConversionAction, uploadClickConversions, setGuardrails, getGuardrails, pausePmaxAssetGroup, enablePmaxAssetGroup, updateCampaignLanguages, createCalloutAsset, linkCalloutToAccount, removeCalloutFromAccount, createBiddingStrategy, updateBiddingStrategy, removeBiddingStrategy, linkCampaignToBiddingStrategy, createNegativeKeywordList, removeNegativeKeywordList, addKeywordToNegativeList, removeKeywordFromNegativeList, linkNegativeListToCampaign, unlinkNegativeListFromCampaign, undoChange, runScript, listConnectedAccounts Security Score: 7.8/10 Creator: Nowork Studio Creator Reputation: B Version: 0.2.23 Install (Claude Code Remote): claude mcp add --transport http io-github-nowork-studio-adsagent https://adsagent.org/api/mcp --- ## Sathergate Toolkit URL: https://mcp-marketplace.io/server/io-github-sathergate-clocktower Summary: Cron jobs for Next.js. Serverless-native scheduling with retry support. Category: Developer Tools Mode: local Pricing: Free npm: croncall GitHub: https://github.com/sathergate/sathergate-toolkit Security Score: 9.7/10 Creator: Sathergate Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sathergate-clocktower -- npx -y croncall --- ## Quanti URL: https://mcp-marketplace.io/server/io-quanti-mcp-server Summary: Query BigQuery, Snowflake, Redshift & Azure Synapse with natural language Description: Query BigQuery, Snowflake, Redshift & Azure Synapse with natural language Remote endpoints: streamable-http: https://ai.quanti.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai.quanti.io/mcp GitHub: https://github.com/quanti-io/mcp Security Score: 9/10 Creator: Quanti Io Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-quanti-mcp-server https://ai.quanti.io/mcp --- ## Research URL: https://mcp-marketplace.io/server/com-shamra-academia-research Summary: The only MCP server for Arabic academic research — search, read & cite Arabic + English papers. Description: The only MCP server for Arabic academic research — search, read & cite Arabic + English papers. Remote endpoints: streamable-http: https://mcp.shamra-academia.com/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://mcp.shamra-academia.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-shamra-academia-research https://mcp.shamra-academia.com/mcp --- ## Shipcheck URL: https://mcp-marketplace.io/server/io-github-tatelyman-shipcheck-mcp Summary: Read-only Shipcheck launch-risk scans for authorized JS, TS, and MCP repos. Category: Developer Tools Mode: local Pricing: Free npm: shipcheck-mcp GitHub: https://github.com/TateLyman/shipcheck-mcp Security Score: 10/10 Creator: TateLyman Creator Reputation: B Version: 0.1.8 Install (Claude Code): claude mcp add io-github-tatelyman-shipcheck-mcp -- npx -y shipcheck-mcp@0.1.8 --- ## Mcptoplist URL: https://mcp-marketplace.io/server/com-mcptoplist-mcptoplist Summary: Search 77,000+ MCP servers ranked by real adoption data to find the right one for any task. Description: Search 77,000+ MCP servers ranked by real adoption data to find the right one for any task. Remote endpoints: streamable-http: https://mcptoplist.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcptoplist.com/mcp MCP Tools (2): search_servers, get_server_details Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-mcptoplist-mcptoplist https://mcptoplist.com/mcp --- ## GraphMem URL: https://mcp-marketplace.io/server/io-github-sathvik-1007-graphmem-mcp Summary: Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys. Category: Developer Tools Mode: local Pricing: Free PyPI: graphmem-mcp GitHub: https://github.com/Sathvik-1007/GraphMem-MCP Security Score: 4.8/10 Creator: Sathvik 1007 Creator Reputation: B Version: 1.0.0 Required Credentials: GRAPHMEM_DB_PATH (optional), GRAPHMEM_EMBEDDING_MODEL (optional), GRAPHMEM_TRAVERSAL_NODE_BUDGET (optional), GRAPHMEM_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-sathvik-1007-graphmem-mcp -- uvx graphmem-mcp==1.0.0 --- ## Siteguardian Mcp Examples URL: https://mcp-marketplace.io/server/io-github-gweber-siteguardian Summary: EU-hosted website monitoring + 17-framework compliance MCP. One anonymous tool, four authenticated. Description: EU-hosted website monitoring + 17-framework compliance MCP. One anonymous tool, four authenticated. Remote endpoints: streamable-http: https://mcp.siteguardian.io Category: Security Mode: remote Pricing: Free Remote URL: https://mcp.siteguardian.io GitHub: https://github.com/gweber/siteguardian-mcp-examples Security Score: 10/10 Creator: Gweber Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gweber-siteguardian https://mcp.siteguardian.io --- ## Events URL: https://mcp-marketplace.io/server/com-stungevents-events Summary: Search live events in 60+ countries, plan a night out, and demand artists to tour your city. Description: Search live events in 60+ countries, plan a night out, and demand artists to tour your city. Remote endpoints: streamable-http: https://mcp.stungevents.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stungevents.com MCP Tools (6): search_events, get_event, plan_my_night, demand_artist, demand_leaders, list_news Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stungevents-events https://mcp.stungevents.com --- ## Code Sandbox X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-code-sandbox Summary: Execute Python, JavaScript, SQL code in a sandbox. x402 micropayment. Description: Execute Python, JavaScript, SQL code in a sandbox. x402 micropayment. Remote endpoints: sse: https://code-sandbox.api.klymax402.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://code-sandbox.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/code-sandbox-x402 Security Score: 2/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-code-sandbox https://code-sandbox.api.klymax402.com/mcp --- ## Nexustoken Sdk URL: https://mcp-marketplace.io/server/ai-nexustoken-nexustoken-sdk Summary: Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken. Category: Developer Tools Mode: local Pricing: Free PyPI: nexustoken-sdk GitHub: https://github.com/bobuilds/nexustoken-sdk Security Score: 4.2/10 Creator: Bobuilds Creator Reputation: B Version: 0.6.5 Required Credentials: NEXUS_API_KEY (required), NEXUS_BASE_URL (optional) Install (Claude Code): claude mcp add ai-nexustoken-nexustoken-sdk -- uvx nexustoken-sdk==0.6.5 --- ## Symbols Of Wealth Studio URL: https://mcp-marketplace.io/server/io-github-lisleabrahams-symbols-of-wealth-studio Summary: World-class creative social media content studio, powered by AI. Description: World-class creative social media content studio, powered by AI. Remote endpoints: streamable-http: https://symbols-of-wealth-studio-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://symbols-of-wealth-studio-mcp.vercel.app/api/mcp GitHub: https://github.com/Lisleabrahams/symbols-of-wealth-studio-mcp MCP Tools (2): get_studio_info, get_contact_info Security Score: 10/10 Creator: Lisleabrahams Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lisleabrahams-symbols-of-wealth-studio https://symbols-of-wealth-studio-mcp.vercel.app/api/mcp --- ## Mcpwebstore URL: https://mcp-marketplace.io/server/io-github-sejano77-mcpwebstore Summary: Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop. Description: Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop. Remote endpoints: streamable-http: https://trusteed.xyz/demo-store/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trusteed.xyz/demo-store/mcp GitHub: https://github.com/trusteed/mcpwebstore MCP Tools (18): search_products, get_product_details, browse_categories, create_cart, get_shipping_rates, select_shipping_option, apply_discount, preview_checkout, complete_checkout, get_merchant_profile, ucp_create_checkout, ucp_get_checkout, ucp_update_checkout, ucp_add_items_to_checkout, ucp_complete_checkout, ucp_cancel_checkout, search_tools, get_tool_details Security Score: 8/10 Creator: Trusteed Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sejano77-mcpwebstore https://trusteed.xyz/demo-store/mcp --- ## Allowance URL: https://mcp-marketplace.io/server/io-github-dasmer-allowance-mcp Summary: Secure agent purchasing with human-approved virtual cards, receipts, and audit trails. Description: Secure agent purchasing with human-approved virtual cards, receipts, and audit trails. Remote endpoints: streamable-http: https://mcp.useallowance.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.useallowance.com GitHub: https://github.com/dasmer/allowance-mcp Security Score: 8/10 Creator: Dasmer Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dasmer-allowance-mcp https://mcp.useallowance.com --- ## Latam Validate URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-latam-validate Summary: Validate LatAm IDs: Mexican CLABE, Brazilian CNPJ/CPF checksums + BrasilAPI company/CEP/bank lookups Description: Validate LatAm IDs: Mexican CLABE, Brazilian CNPJ/CPF checksums + BrasilAPI company/CEP/bank lookups Remote endpoints: streamable-http: https://gateway.pipeworx.io/latam-validate/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/latam-validate/mcp GitHub: https://github.com/pipeworx-io/mcp-latam-validate MCP Tools (36): ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, validate_clabe, validate_cnpj, validate_cpf, brasil_cep, brasil_banks Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-latam-validate https://gateway.pipeworx.io/latam-validate/mcp --- ## Servicewindow URL: https://mcp-marketplace.io/server/io-github-servicewindowapp-servicewindow Summary: Verified food truck marketplace for Southwest Florida. Search trucks and browse listings. Description: Verified food truck marketplace for Southwest Florida. Search trucks and browse listings. Remote endpoints: streamable-http: https://krmfxedkxoyzkeqnijcd.supabase.co/functions/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://krmfxedkxoyzkeqnijcd.supabase.co/functions/v1/mcp GitHub: https://github.com/servicewindowapp/servicewindow MCP Tools (3): search_trucks, get_truck, list_marketplace Security Score: 10/10 Creator: Servicewindowapp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-servicewindowapp-servicewindow https://krmfxedkxoyzkeqnijcd.supabase.co/functions/v1/mcp --- ## Dali URL: https://mcp-marketplace.io/server/io-github-lulu-the-narwhal-dali Summary: The prediction MCP — score your prompt before you generate, so you never waste a credit. Description: The prediction MCP — score your prompt before you generate, so you never waste a credit. Remote endpoints: streamable-http: https://dali.getlulu.dev/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: dali-mcp Remote URL: https://dali.getlulu.dev/mcp GitHub: https://github.com/Lulu-The-Narwhal/dali-mcp Security Score: 4.2/10 Creator: Lulu The Narwhal Creator Reputation: B Version: 0.6.1 Install (Claude Code): claude mcp add io-github-lulu-the-narwhal-dali -- uvx dali-mcp==0.6.1 Install (Claude Code Remote): claude mcp add --transport http io-github-lulu-the-narwhal-dali https://dali.getlulu.dev/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-konbiniapi-mcp Summary: Get social media data from Instagram and TikTok: profiles, posts, videos, comments, and more. Description: Get social media data from Instagram and TikTok: profiles, posts, videos, comments, and more. Remote endpoints: streamable-http: https://mcp.konbiniapi.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.konbiniapi.com Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-konbiniapi-mcp https://mcp.konbiniapi.com --- ## Ktryberceo URL: https://mcp-marketplace.io/server/io-github-ktryberceo-mcp-server Summary: Manage contacts, campaigns, senders, and deliverability via SuperSend API Description: Manage contacts, campaigns, senders, and deliverability via SuperSend API Remote endpoints: streamable-http: https://mcp.supersend.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.supersend.io/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ktryberceo-mcp-server https://mcp.supersend.io/mcp --- ## Verusidx URL: https://mcp-marketplace.io/server/io-github-vdappdev2-identity Summary: MCP server for VerusID identities — register, update, revoke, recover, query, set timelock Category: Developer Tools Mode: local Pricing: Free npm: @verusidx/identity-mcp GitHub: https://github.com/vdappdev2/verusidx-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-vdappdev2-identity -- npx -y @verusidx/identity-mcp --- ## Strata URL: https://mcp-marketplace.io/server/io-github-agenerationforwordz-tech-strata Summary: Self-hosted AI memory server. Persistent memory on your hardware, not the cloud. Category: Developer Tools Mode: local Pricing: Free npm: strata-mcp-server GitHub: https://github.com/agenerationforwordz-tech/strata Security Score: 4.5/10 Creator: Agenerationforwordz Tech Creator Reputation: B Version: 2.2.0 Required Credentials: STRATA_URL (optional), STRATA_API_KEY (optional) Install (Claude Code): claude mcp add io-github-agenerationforwordz-tech-strata -- npx -y strata-mcp-server@2.2.0 --- ## Pixel Surgeon URL: https://mcp-marketplace.io/server/io-github-j-east-pixel-surgeon Summary: AI image and video generation, editing, and region repair via Gemini, OpenAI, and Grok. Category: Developer Tools Mode: local Pricing: Free npm: pixel-surgeon-mcp GitHub: https://github.com/j-east/pixel-surgeon-mcp Security Score: 10/10 Creator: J East Creator Reputation: B Version: 1.1.1 Required Credentials: GOOGLE_API_KEY (required), OPENAI_API_KEY (required), XAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-j-east-pixel-surgeon -- npx -y pixel-surgeon-mcp@1.1.1 --- ## Agentsec URL: https://mcp-marketplace.io/server/io-github-traveljamboree-agentsec-mcp Summary: Security intelligence via x402 on Base. CVE lookup, IP reputation, secret scanning. Description: Security intelligence via x402 on Base. CVE lookup, IP reputation, secret scanning. Remote endpoints: streamable-http: https://agentsec-mcp.agentsec-mcp.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentsec-mcp.agentsec-mcp.workers.dev/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-traveljamboree-agentsec-mcp https://agentsec-mcp.agentsec-mcp.workers.dev/mcp --- ## Pmo URL: https://mcp-marketplace.io/server/dev-selis-mcp-pmo Summary: Manage actions, issues, risks, projects, and decisions in Selis. Description: Manage actions, issues, risks, projects, and decisions in Selis. Remote endpoints: streamable-http: https://mcp.selis.dev/mcp sse: https://mcp.selis.dev/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.selis.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.17 Install (Claude Code Remote): claude mcp add --transport http dev-selis-mcp-pmo https://mcp.selis.dev/mcp --- ## Axcess URL: https://mcp-marketplace.io/server/io-github-sicxz-axcess Summary: Evaluates UI designs for WCAG accessibility issues automated scanners miss. Paid via x402 on Base. Description: Evaluates UI designs for WCAG accessibility issues automated scanners miss. Paid via x402 on Base. Remote endpoints: streamable-http: https://axcess-mcp-server.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://axcess-mcp-server.fly.dev/mcp MCP Tools (3): list_capabilities, evaluate_typography, evaluate_accessibility Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sicxz-axcess https://axcess-mcp-server.fly.dev/mcp --- ## Jobs URL: https://mcp-marketplace.io/server/io-jobsbase-jobs Summary: Search builder roles - jobs where one person owns engineering, product, and QA end-to-end. Description: Search builder roles - jobs where one person owns engineering, product, and QA end-to-end. Remote endpoints: streamable-http: https://jobsbase.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jobsbase.io/mcp MCP Tools (3): search_jobs, get_job, list_filters Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-jobsbase-jobs https://jobsbase.io/mcp --- ## Jsonshelf URL: https://mcp-marketplace.io/server/io-github-walkojas-boop-jsonshelf Summary: Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms. Description: Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms. Remote endpoints: streamable-http: https://jsonshelf.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jsonshelf.vercel.app/mcp GitHub: https://github.com/walkojas-boop/jsonshelf MCP Tools (4): jsonshelf_repair, jsonshelf_validate, jsonshelf_example, jsonshelf_coerce Security Score: 7.5/10 Creator: Walkojas Boop Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-walkojas-boop-jsonshelf https://jsonshelf.vercel.app/mcp --- ## Trading212 URL: https://mcp-marketplace.io/server/io-github-kyurish-trading212-mcp-server Summary: MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics Category: Finance Mode: local Pricing: Free PyPI: trading212-mcp-server GitHub: https://github.com/KyuRish/trading212-mcp-server Security Score: 10/10 Creator: KyuRish Creator Reputation: B Version: 0.1.1 Required Credentials: TRADING212_API_KEY (required), TRADING212_API_SECRET (required), ENVIRONMENT (optional) Install (Claude Code): claude mcp add io-github-kyurish-trading212-mcp-server -- uvx trading212-mcp-server==0.2.1 --- ## Agentmetal URL: https://mcp-marketplace.io/server/io-github-agentmetal-agentmetal Summary: Provision Linux VPSes from an AI agent - pay USDC (x402) or card over HTTP 402. No signup. Category: Developer Tools Mode: local Pricing: Free npm: @agentmetal/mcp GitHub: https://github.com/agentmetal/mcp Security Score: 10/10 Creator: Agentmetal Creator Reputation: B Version: 0.1.0 Required Credentials: AGENTMETAL_BASE_URL (optional), WALLET_PRIVATE_KEY (optional), AGENTMETAL_NETWORK (optional), AGENTMETAL_MAX_USDC (optional), AGENTMETAL_API_KEY (optional) Install (Claude Code): claude mcp add io-github-agentmetal-agentmetal -- npx -y @agentmetal/mcp@0.1.1 --- ## Linkpulse URL: https://mcp-marketplace.io/server/io-github-walkojas-boop-linkpulse Summary: URL reality check for agents: status, content hash, classification, wayback fallback. Description: URL reality check for agents: status, content hash, classification, wayback fallback. Remote endpoints: streamable-http: https://linkpulse-neon.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://linkpulse-neon.vercel.app/mcp GitHub: https://github.com/walkojas-boop/linkpulse MCP Tools (4): linkpulse_check, linkpulse_diff, linkpulse_resolve, linkpulse_classify Security Score: 7.5/10 Creator: Walkojas Boop Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-walkojas-boop-linkpulse https://linkpulse-neon.vercel.app/mcp --- ## Universal Cart Merchant Gate URL: https://mcp-marketplace.io/server/com-clauxel-universalcartmerchantgate-universalcartmerchantgate-mcp Summary: Remote MCP for Universal Cart merchant readiness MCP, structured receipts, audit logs, and reviewer- Description: Remote MCP for Universal Cart merchant readiness MCP, structured receipts, audit logs, and reviewer- Remote endpoints: streamable-http: https://universalcartmerchantgate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://universalcartmerchantgate.clauxel.com/mcp GitHub: https://github.com/clauxel/universal-cart-merchant-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-universalcartmerchantgate-universalcartmerchantgate-mcp https://universalcartmerchantgate.clauxel.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-govtribe-mcp Summary: Search U.S. federal, state, and local government procurement data and intelligence. Description: Search U.S. federal, state, and local government procurement data and intelligence. Remote endpoints: streamable-http: https://govtribe.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://govtribe.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-govtribe-mcp https://govtribe.com/mcp --- ## Verusidx URL: https://mcp-marketplace.io/server/io-github-vdappdev2-send Summary: MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries Category: Developer Tools Mode: local Pricing: Free npm: @verusidx/send-mcp GitHub: https://github.com/vdappdev2/verusidx-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-vdappdev2-send -- npx -y @verusidx/send-mcp --- ## Hagstova Fo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hagstova-fo Summary: Statistics Faroe Islands (Hagstova Føroya) PxWeb MCP. Description: Statistics Faroe Islands (Hagstova Føroya) PxWeb MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/hagstova-fo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hagstova-fo/mcp GitHub: https://github.com/pipeworx-io/mcp-hagstova-fo MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hagstova-fo https://gateway.pipeworx.io/hagstova-fo/mcp --- ## Verusidx URL: https://mcp-marketplace.io/server/io-github-vdappdev2-data Summary: MCP server for Verus on-chain data retrieval, decryption, signing, and verification Category: Developer Tools Mode: local Pricing: Free npm: @verusidx/data-mcp GitHub: https://github.com/vdappdev2/verusidx-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-vdappdev2-data -- npx -y @verusidx/data-mcp --- ## Emsc URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-emsc Summary: EMSC (European-Mediterranean Seismological Centre) MCP — wraps the Description: EMSC (European-Mediterranean Seismological Centre) MCP — wraps the Remote endpoints: streamable-http: https://gateway.pipeworx.io/emsc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/emsc/mcp GitHub: https://github.com/pipeworx-io/mcp-emsc MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_earthquakes, recent_earthquakes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-emsc https://gateway.pipeworx.io/emsc/mcp --- ## Incode Idv URL: https://mcp-marketplace.io/server/io-github-incodetechnologies-incode-idv-mcp Summary: MCP server for Incode IDV, providing identity verification tools for AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: @incodetech/incode-idv-mcp GitHub: https://github.com/IncodeTechnologies/incode-idv-mcp Security Score: 7.5/10 Creator: IncodeTechnologies Creator Reputation: B Version: 1.0.5 Required Credentials: API_KEY (required) Install (Claude Code): claude mcp add io-github-incodetechnologies-incode-idv-mcp -- npx -y @incodetech/incode-idv-mcp@1.0.5 --- ## Kael URL: https://mcp-marketplace.io/server/io-github-dreamingms-kael-mcp-server Summary: 16 AI-native tools with dual SSE + streamable-http transport. Free tier available. Description: 16 AI-native tools with dual SSE + streamable-http transport. Free tier available. Remote endpoints: sse: https://www.kael.ink/mcp/sse streamable-http: https://www.kael.ink/mcp/stream Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.kael.ink/mcp/sse GitHub: https://github.com/dreamingms/kael-mcp-server Security Score: 9/10 Creator: Dreamingms Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dreamingms-kael-mcp-server https://www.kael.ink/mcp/sse --- ## Boond manager mcp URL: https://mcp-marketplace.io/server/boond-manager-mcp Summary: Serveur MCP (Model Context Protocol) pour l'API BoondManager Description: Serveur MCP (Model Context Protocol) pour l'API BoondManager, permettant a Claude (Desktop, Cowork, Code) de rechercher, consulter, creer et modifier des enregistrements dans votre instance BoondManager. 158 outils couvrant 36 domaines de l'API BoondManager. Voir TOOLS.md pour le catalogue auto-généré (outils + prompts + ressources). Category: Productivity Mode: local Pricing: Free GitHub: https://github.com/fauguste/boondmanager-mcp-server Security Score: 10/10 Creator: fauguste Creator Reputation: D Version: 1.0.0 --- ## Data URL: https://mcp-marketplace.io/server/ar-energetica-data Summary: Argentine oil & gas data — 40+ curated tables: production, wells, prices, investments, trade. Description: Argentine oil & gas data — 40+ curated tables: production, wells, prices, investments, trade. Remote endpoints: streamable-http: https://energetica.ar/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://energetica.ar/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ar-energetica-data https://energetica.ar/api/mcp --- ## Cms URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cms Summary: CMS Open Data MCP — US Centers for Medicare & Medicaid Services. Description: CMS Open Data MCP — US Centers for Medicare & Medicaid Services. Remote endpoints: streamable-http: https://gateway.pipeworx.io/cms/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cms/mcp GitHub: https://github.com/pipeworx-io/mcp-cms MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, get_dataset, dataset_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cms https://gateway.pipeworx.io/cms/mcp --- ## Twitter Scraper X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-twitter-scraper Summary: Scrape Twitter/X profiles, tweets, search. No API key. Structured JSON. x402 pay-per-call. Description: Scrape Twitter/X profiles, tweets, search. No API key. Structured JSON. x402 pay-per-call. Remote endpoints: sse: https://twitter-scraper.api.klymax402.com/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://twitter-scraper.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/twitter-scraper-x402 MCP Tools (3): twitter_scrape_profile, twitter_search_tweets, twitter_get_user_tweets Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-twitter-scraper https://twitter-scraper.api.klymax402.com/mcp --- ## Llmopt URL: https://mcp-marketplace.io/server/io-metavert-llmopt Summary: AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings. Description: AI brand visibility analytics: visibility scores, optimizations, video, Reddit, and search rankings. Remote endpoints: streamable-http: https://llmopt.metavert.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://llmopt.metavert.io/mcp GitHub: https://github.com/jonradoff/llmopt Security Score: 8.1/10 Creator: Jonradoff Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-metavert-llmopt https://llmopt.metavert.io/mcp --- ## Pulse URL: https://mcp-marketplace.io/server/io-github-patwalls-pulse-mcp Summary: Free, agent-first social-post metrics — a post URL in, views/likes/comments out. Category: Developer Tools Mode: local Pricing: Free npm: pulse-mcp GitHub: https://github.com/patwalls/pulse-mcp Security Score: 10/10 Creator: Patwalls Creator Reputation: B Version: 0.12.0 Install (Claude Code): claude mcp add io-github-patwalls-pulse-mcp -- npx -y pulse-mcp@0.12.0 --- ## C2pa Intake Verifier URL: https://mcp-marketplace.io/server/com-clauxel-c2paintake-c2paintake-mcp Summary: Remote MCP for C2PA intake verifier MCP, structured receipts, audit logs, and reviewer-ready evidenc Description: Remote MCP for C2PA intake verifier MCP, structured receipts, audit logs, and reviewer-ready evidenc Remote endpoints: streamable-http: https://c2paintake.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://c2paintake.clauxel.com/mcp GitHub: https://github.com/clauxel/c2pa-intake-verifier-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-c2paintake-c2paintake-mcp https://c2paintake.clauxel.com/mcp --- ## Jira URL: https://mcp-marketplace.io/server/io-github-raalarcon9705-jira-mcp Summary: Jira & Confluence MCP: 24 tools for issues, sprints, comments, transitions & wiki. Run via npx. Category: Business Tools Mode: local Pricing: Free npm: raalarcon-jira-mcp-server GitHub: https://github.com/raalarcon9705/jira-mcp Security Score: 4.2/10 Creator: Raalarcon9705 Creator Reputation: B Version: 1.0.82 Required Credentials: JIRA_HOST (optional), JIRA_EMAIL (optional), JIRA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-raalarcon9705-jira-mcp -- npx -y raalarcon-jira-mcp-server@1.0.82 --- ## Platter URL: https://mcp-marketplace.io/server/io-github-scriptsmith-platter Summary: MCP server exposing Read, Write, Edit, Bash, Glob, Grep, and JS tools over stdio. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/ScriptSmith/platter Security Score: 4.2/10 Creator: ScriptSmith Creator Reputation: B Version: 2.0.2-rc1 --- ## Ghostdom URL: https://mcp-marketplace.io/server/io-github-walkojas-boop-ghostdom Summary: Headless-browser-as-JSON with memorymarket cache economics. Real Chromium, crypto settlement. Description: Headless-browser-as-JSON with memorymarket cache economics. Real Chromium, crypto settlement. Remote endpoints: streamable-http: https://ghostdom.jason-12c.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ghostdom.jason-12c.workers.dev/mcp GitHub: https://github.com/walkojas-boop/ghostdom Security Score: 5.5/10 Creator: Walkojas Boop Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-walkojas-boop-ghostdom https://ghostdom.jason-12c.workers.dev/mcp --- ## Intent Weave URL: https://mcp-marketplace.io/server/io-github-moukati-intentweave-mcp Summary: Hosted MCP for verified B2B lead campaigns with success-only billing. Description: Hosted MCP for verified B2B lead campaigns with success-only billing. Remote endpoints: streamable-http: https://intentweave-mcp.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://intentweave-mcp.onrender.com/mcp GitHub: https://github.com/moukati/intent-weave MCP Tools (7): run_campaign, get_campaign, get_lead, export_leads, list_verticals, submit_feedback, estimate_cost Security Score: 8/10 Creator: Moukati Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-moukati-intentweave-mcp https://intentweave-mcp.onrender.com/mcp --- ## Philadelphia Restoration URL: https://mcp-marketplace.io/server/io-github-lucasnoah-philadelphia-restoration Summary: Philadelphia water and fire damage restoration: assessment, insurance, costs, and knowledge search. Description: Philadelphia water and fire damage restoration: assessment, insurance, costs, and knowledge search. Remote endpoints: streamable-http: https://mcp.philadelphiarestoration.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.philadelphiarestoration.org/mcp MCP Tools (7): assess_damage, check_insurance_coverage, estimate_cost, get_emergency_steps, get_local_info, request_callback, search_restoration_knowledge Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lucasnoah-philadelphia-restoration https://mcp.philadelphiarestoration.org/mcp --- ## Poke URL: https://mcp-marketplace.io/server/ai-smithery-metehangzl-pokemcp Summary: Provide detailed Pokémon data and information through a standardized MCP interface. Enable LLMs an… Description: Provide detailed Pokémon data and information through a standardized MCP interface. Enable LLMs an… Remote endpoints: streamable-http: https://server.smithery.ai/@MetehanGZL/pokemcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/MetehanGZL/PokeMCP Security Score: 10/10 Creator: MetehanGZL Creator Reputation: B Version: 1.0.0 --- ## Remote Jobs URL: https://mcp-marketplace.io/server/com-curaiz-remote-jobs Summary: Find fresh remote jobs matched to a person's experience, goals, and eligible locations. Description: Find fresh remote jobs matched to a person's experience, goals, and eligible locations. Remote endpoints: streamable-http: https://www.curaiz.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.curaiz.com/mcp MCP Tools (3): find_recent_jobs, get_job_details, get_locations Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-curaiz-remote-jobs https://www.curaiz.com/mcp --- ## Regexforge URL: https://mcp-marketplace.io/server/io-github-walkojas-boop-regexforge Summary: Deterministic regex synthesis from labeled examples. Zero LLM, proof matrix, backtracking audit. Description: Deterministic regex synthesis from labeled examples. Zero LLM, proof matrix, backtracking audit. Remote endpoints: streamable-http: https://regexforge.jason-12c.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://regexforge.jason-12c.workers.dev/mcp GitHub: https://github.com/walkojas-boop/regexforge MCP Tools (1): regexforge_synth Security Score: 5.5/10 Creator: Walkojas Boop Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-walkojas-boop-regexforge https://regexforge.jason-12c.workers.dev/mcp --- ## Vibie URL: https://mcp-marketplace.io/server/io-github-shdomi8599-vibie-mcp Summary: Deploy HTML folders to vibie.page from Claude / Cursor — one-line install, OAuth, auto-update. Category: Developer Tools Mode: local Pricing: Free npm: vibie-mcp GitHub: https://github.com/shdomi8599/vibie-mcp Security Score: 6.2/10 Creator: Shdomi8599 Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-shdomi8599-vibie-mcp -- npx -y vibie-mcp@0.2.2 --- ## Context First URL: https://mcp-marketplace.io/server/io-github-xjtlumedia-context-first-mcp Summary: 37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline. Category: Developer Tools Mode: local Pricing: Free npm: context-first-mcp GitHub: https://github.com/XJTLUmedia/Context-First-MCP Security Score: 10/10 Creator: XJTLUmedia Creator Reputation: C Version: 1.2.2 Install (Claude Code): claude mcp add io-github-xjtlumedia-context-first-mcp -- npx -y context-first-mcp --- ## Wallabag URL: https://mcp-marketplace.io/server/io-github-rusty4444-wallabag-mcp Summary: MCP server for wallabag read-it-later entries, tags, and annotations. Category: Developer Tools Mode: local Pricing: Free PyPI: wallabag-mcp GitHub: https://github.com/rusty4444/wallabag-mcp Security Score: 5.2/10 Creator: Rusty4444 Creator Reputation: B Version: 0.1.0 Required Credentials: WALLABAG_BASE_URL (optional), WALLABAG_ACCESS_TOKEN (required), WALLABAG_CLIENT_ID (optional), WALLABAG_CLIENT_SECRET (required), WALLABAG_USERNAME (optional), WALLABAG_PASSWORD (required) Install (Claude Code): claude mcp add io-github-rusty4444-wallabag-mcp -- uvx wallabag-mcp==0.1.0 --- ## Landregistry Uk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-landregistry-uk Summary: HM Land Registry Price Paid Data (UK) MCP. Description: HM Land Registry Price Paid Data (UK) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/landregistry-uk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/landregistry-uk/mcp GitHub: https://github.com/pipeworx-io/mcp-landregistry-uk MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_transactions, lookup_postcode Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-landregistry-uk https://gateway.pipeworx.io/landregistry-uk/mcp --- ## Vocab Voyage URL: https://mcp-marketplace.io/server/io-github-jaideepdhanoa-vocab-voyage Summary: 20 MCP tools + 17 widgets for SAT/ISEE/SSAT/GRE/GMAT/LSAT prep. Flashcards, quizzes & games. Hosted. Description: 20 MCP tools + 17 widgets for SAT/ISEE/SSAT/GRE/GMAT/LSAT prep. Flashcards, quizzes & games. Hosted. Remote endpoints: streamable-http: https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry GitHub: https://github.com/jaideepdhanoa/vocab-voyage-mcp Security Score: 10/10 Creator: Jaideepdhanoa Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-jaideepdhanoa-vocab-voyage 'https://gponcrussdahcdyrlhcr.supabase.co/functions/v1/mcp-server?ref=mcp_registry' --- ## Bts URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bts Summary: U.S. Bureau of Transportation Statistics (BTS) — data.bts.gov open-data portal (Socrata platform). Description: U.S. Bureau of Transportation Statistics (BTS) — data.bts.gov open-data portal (Socrata platform). Remote endpoints: streamable-http: https://gateway.pipeworx.io/bts/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bts/mcp GitHub: https://github.com/pipeworx-io/mcp-bts MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, dataset_columns, query_dataset Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bts https://gateway.pipeworx.io/bts/mcp --- ## Troystack Api URL: https://mcp-marketplace.io/server/io-github-kingleosgold-troystack Summary: Precious metals AI analyst with 12 tools — prices, portfolio, chat, receipts, and more. Description: Precious metals AI analyst with 12 tools — prices, portfolio, chat, receipts, and more. Remote endpoints: streamable-http: https://api.troystack.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.troystack.ai/mcp GitHub: https://github.com/kingleosgold/troystack-api Security Score: 1.2/10 Creator: Kingleosgold Creator Reputation: B Version: 3.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-kingleosgold-troystack https://api.troystack.ai/mcp --- ## Cloud Security Scanner URL: https://mcp-marketplace.io/server/io-github-kloudle-cloud-security-scanner Summary: AWS cloud security scanners for AI agents — S3, IAM, EC2, EKS, RDS, CloudTrail, CloudWatch Logs Description: AWS cloud security scanners for AI agents — S3, IAM, EC2, EKS, RDS, CloudTrail, CloudWatch Logs Remote endpoints: streamable-http: https://mcp.kloudle.dev/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://mcp.kloudle.dev/mcp MCP Tools (2): search, get Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-kloudle-cloud-security-scanner https://mcp.kloudle.dev/mcp --- ## Diagramzu URL: https://mcp-marketplace.io/server/ai-diagramzu-mcp Summary: Let Claude, Cursor, or ChatGPT author Mermaid diagrams your team can read and share. Description: Let Claude, Cursor, or ChatGPT author Mermaid diagrams your team can read and share. Remote endpoints: streamable-http: https://mcp.diagramzu.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.diagramzu.ai/mcp GitHub: https://github.com/yenchieh/diagramzu-mcp Security Score: 10/10 Installs: 1 Creator: yenchieh Creator Reputation: C Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-diagramzu-mcp https://mcp.diagramzu.ai/mcp --- ## Jupiter Quotes X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-jupiter-quotes Summary: Solana swap quotes via Jupiter — best route, price impact, priority fees, USD pricing. x402. Description: Solana swap quotes via Jupiter — best route, price impact, priority fees, USD pricing. x402. Remote endpoints: sse: https://jupiter-quotes.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jupiter-quotes.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/jupiter-quotes-x402 MCP Tools (1): jupiter_get_swap_quote Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-jupiter-quotes https://jupiter-quotes.api.klymax402.com/mcp --- ## SavantoAI URL: https://mcp-marketplace.io/server/io-github-savantoai-mcp-server Summary: Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat. Description: Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat. Remote endpoints: streamable-http: https://mcp.savanto.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @savantoai/mcp-server Remote URL: https://mcp.savanto.ai/mcp GitHub: https://github.com/SavantoAI/mcp-server Security Score: 10/10 Creator: SavantoAI Creator Reputation: B Version: 0.2.1 Required Credentials: SAVANTO_API_KEY (required) Install (Claude Code): claude mcp add io-github-savantoai-mcp-server -- npx -y @savantoai/mcp-server@0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-savantoai-mcp-server https://mcp.savanto.ai/mcp --- ## MLB Stats URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mlb-stats Summary: MLB Stats API MCP — official MLB statistics (keyless). Description: MLB Stats API MCP — official MLB statistics (keyless). Remote endpoints: streamable-http: https://gateway.pipeworx.io/mlb-stats/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mlb-stats/mcp GitHub: https://github.com/pipeworx-io/mcp-mlb-stats MCP Tools (25): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_teams, get_standings, get_schedule, get_roster, get_player Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mlb-stats https://gateway.pipeworx.io/mlb-stats/mcp --- ## A2a Dependency Inspector URL: https://mcp-marketplace.io/server/com-clauxel-a2adependencyinspector-a2adependencyinspector-mcp Summary: Remote MCP for A2A dependency inspector MCP, structured receipts, audit logs, and reviewer-ready evi Description: Remote MCP for A2A dependency inspector MCP, structured receipts, audit logs, and reviewer-ready evi Remote endpoints: streamable-http: https://a2adependencyinspector.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://a2adependencyinspector.clauxel.com/mcp GitHub: https://github.com/clauxel/a2a-dependency-inspector-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-a2adependencyinspector-a2adependencyinspector-mcp https://a2adependencyinspector.clauxel.com/mcp --- ## Mcpexplorer URL: https://mcp-marketplace.io/server/io-github-mcpexplorer-mcpexplorer Summary: Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores. Description: Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores. Remote endpoints: streamable-http: https://mcpexplorer.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcpexplorer.com/mcp GitHub: https://github.com/mcpexplorer/mcp Security Score: 0/10 Creator: Mcpexplorer Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcpexplorer-mcpexplorer https://mcpexplorer.com/mcp --- ## Openrouter Admin URL: https://mcp-marketplace.io/server/io-github-oviron-openrouter-admin Summary: MCP server for OpenRouter management API: credits, key CRUD, activity drill-down, dashboard. Category: Developer Tools Mode: local Pricing: Free npm: openrouter-admin-mcp GitHub: https://github.com/oviron/openrouter-admin-mcp Security Score: 9/10 Creator: Oviron Creator Reputation: B Version: 0.7.3 Required Credentials: OPENROUTER_PROVISIONING_KEY (required), OPENROUTER_ADMIN_ALLOW_WRITE (optional) Install (Claude Code): claude mcp add io-github-oviron-openrouter-admin -- npx -y openrouter-admin-mcp@0.7.3 --- ## Seo Monster URL: https://mcp-marketplace.io/server/io-github-avansaber-seo-monster Summary: SEO MCP over Search Console, GA4, PageSpeed Insights, Cloudflare, IndexNow, CrUX, technical-SEO. Category: Developer Tools Mode: local Pricing: Free PyPI: seo-monster GitHub: https://github.com/avansaber/seo-monster Security Score: 7/10 Creator: Avansaber Creator Reputation: B Version: 0.5.1 Required Credentials: SEO_MCP_GOOGLE_OAUTH_CLIENT (optional), SEO_MCP_GOOGLE_TOKEN (optional), SEO_MCP_GSC_DEFAULT_SITE (optional), SEO_MCP_GA4_PROPERTY_ID (optional), PSI_API_KEY (required), CF_API_TOKEN (required), CF_ZONE (optional), SEO_MCP_INDEXNOW_KEY (required), SEO_MCP_INDEXNOW_KEY_LOCATION (optional), SEO_MCP_ALLOW_DESTRUCTIVE (optional) Install (Claude Code): claude mcp add io-github-avansaber-seo-monster -- uvx seo-monster==0.5.1 --- ## Meshimize URL: https://mcp-marketplace.io/server/io-github-renl-meshimize-mcp Summary: Meshimize: Q&A groups, messaging, group discovery, and agent-to-agent delegation Category: Developer Tools Mode: local Pricing: Free npm: @meshimize/mcp-server GitHub: https://github.com/renl/meshimize-mcp Security Score: 4.8/10 Creator: Renl Creator Reputation: B Version: 0.1.18 Required Credentials: MESHIMIZE_API_KEY (required), MESHIMIZE_API_URL (optional), MESHIMIZE_WS_URL (optional) Install (Claude Code): claude mcp add io-github-renl-meshimize-mcp -- npx -y @meshimize/mcp-server@0.1.18 --- ## Makstat Mk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-makstat-mk Summary: MakStat — State Statistical Office of North Macedonia, PxWeb MCP. Description: MakStat — State Statistical Office of North Macedonia, PxWeb MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/makstat-mk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/makstat-mk/mcp GitHub: https://github.com/pipeworx-io/mcp-makstat-mk MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-makstat-mk https://gateway.pipeworx.io/makstat-mk/mcp --- ## Word Counter X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-word-counter Summary: Count words, characters, sentences, paragraphs, reading time. x402 micropayment. Description: Count words, characters, sentences, paragraphs, reading time. x402 micropayment. Remote endpoints: sse: https://word-counter.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://word-counter.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/word-counter-x402 MCP Tools (1): text_count_words Security Score: 8.3/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-word-counter https://word-counter.api.klymax402.com/mcp --- ## Godalo URL: https://mcp-marketplace.io/server/io-github-godalo-ai-godalo Summary: Affiliate product search for AI agents. Merchant feeds, not web scraping. Works with any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: godalo GitHub: https://github.com/Godalo-ai/godalo-mcp Security Score: 10/10 Creator: Godalo Ai Creator Reputation: B Version: 0.0.3 Install (Claude Code): claude mcp add io-github-godalo-ai-godalo -- npx -y godalo@0.0.3 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-quantustik-mcp Summary: Live S&P 500 quantum-model signals, forecasts and trade plans. Educational, not financial advice. Description: Live S&P 500 quantum-model signals, forecasts and trade plans. Educational, not financial advice. Remote endpoints: streamable-http: https://quantustik.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @quantustik/mcp-server Remote URL: https://quantustik.com/mcp GitHub: https://github.com/quantustik/mcp-server MCP Tools (24): get_signal, get_trade_plan, explain_signal, get_signals_batch, get_forecast, get_market_regime, get_market_overview, get_market_indicators, get_ticker_indicators, get_fear_greed, get_signal_history, get_track_record, get_earnings_calendar, scan_universe, get_correlation_map, get_insider_pulse, get_filings_digest, get_filing_language_diff, get_institutional_activity, top_opportunities, search, fetch, list_capabilities, get_started Security Score: 10/10 Creator: Quantustik Creator Reputation: B Version: 2.0.4 Required Credentials: QUANTUSTIK_API_KEY (required) Install (Claude Code): claude mcp add io-github-quantustik-mcp -- npx -y @quantustik/mcp-server@1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-quantustik-mcp https://quantustik.com/mcp --- ## Bigquery URL: https://mcp-marketplace.io/server/io-github-snowleopard-ai-bigquery-mcp Summary: A SnowLeopardAI-managed MCP server that provides access to Google BigQuery data. Category: Data & Analytics Mode: local Pricing: Free PyPI: sl-bigquery-mcp GitHub: https://github.com/SnowLeopard-AI/bigquery-mcp Security Score: 4.5/10 Creator: SnowLeopard AI Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-snowleopard-ai-bigquery-mcp -- uvx sl-bigquery-mcp==0.1.9 --- ## Hnb Hr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hnb-hr Summary: Croatian National Bank (Hrvatska narodna banka, HNB) exchange-rate MCP. Keyless. Description: Croatian National Bank (Hrvatska narodna banka, HNB) exchange-rate MCP. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/hnb-hr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hnb-hr/mcp GitHub: https://github.com/pipeworx-io/mcp-hnb-hr MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, exchange_rates, currency_rate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hnb-hr https://gateway.pipeworx.io/hnb-hr/mcp --- ## Lupaph URL: https://mcp-marketplace.io/server/io-github-janmalmstrom-lupaph-mcp Summary: Philippine property listings, transfer costs, and real estate legal info via lupaph.com. Category: Developer Tools Mode: local Pricing: Free npm: lupaph-mcp GitHub: https://github.com/janmalmstrom/lupaph-mcp Security Score: 6.2/10 Creator: Janmalmstrom Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-janmalmstrom-lupaph-mcp -- npx -y lupaph-mcp@1.0.1 --- ## Xitoring URL: https://mcp-marketplace.io/server/io-github-xitoring-mcp-server Summary: Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts. Description: Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts. Remote endpoints: streamable-http: https://app.xitoring.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.xitoring.com/mcp GitHub: https://github.com/xitoring/mcp-server Security Score: 10/10 Creator: Xitoring Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xitoring-mcp-server https://app.xitoring.com/mcp --- ## Jtr Holidays URL: https://mcp-marketplace.io/server/io-github-naeem-jtr-jtr-holidays Summary: Search tours, attraction tickets, and holiday packages across 24 countries. Description: Search tours, attraction tickets, and holiday packages across 24 countries. Remote endpoints: streamable-http: https://api.jtrholidays.com/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.jtrholidays.com/mcp/v1 GitHub: https://github.com/JTR-Holidays/jtr-holidays-mcp Security Score: 10/10 Creator: JTR Holidays Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-naeem-jtr-jtr-holidays https://api.jtrholidays.com/mcp/v1 --- ## Askhuman URL: https://mcp-marketplace.io/server/ai-thrain-askhuman Summary: Give agents an ask_human tool: escalate decisions to real people and get judgments back. Category: Developer Tools Mode: local Pricing: Free npm: @thrain/askhuman-mcp GitHub: https://github.com/thrain-ai/askhuman Security Score: 5.7/10 Creator: Thrain Ai Creator Reputation: B Version: 0.1.1 Required Credentials: ASKHUMAN_API_KEY (required), ASKHUMAN_BASE_URL (optional) Install (Claude Code): claude mcp add ai-thrain-askhuman -- npx -y @thrain/askhuman-mcp --- ## Time S Up URL: https://mcp-marketplace.io/server/tech-skybridge-times-up-time-s-up Summary: Skybridge Example App showcasing a Time's up game with the LLM Description: Skybridge Example App showcasing a Time's up game with the LLM Remote endpoints: streamable-http: https://times-up.skybridge.tech sse: https://times-up.skybridge.tech Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://times-up.skybridge.tech Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http tech-skybridge-times-up-time-s-up https://times-up.skybridge.tech --- ## Quizlar URL: https://mcp-marketplace.io/server/io-github-quizlar-mcp-server Summary: Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes. Description: Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes. Remote endpoints: streamable-http: https://mcp.quizlar.app/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.quizlar.app/mcp/ GitHub: https://github.com/quizlar/mcp-server Security Score: 10/10 Creator: Quizlar Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-quizlar-mcp-server https://mcp.quizlar.app/mcp/ --- ## H Index URL: https://mcp-marketplace.io/server/ai-xr-utilities-h-index Summary: Capability registry for the agentic economy. Semantic search over verified MCP server listings. Description: Capability registry for the agentic economy. Semantic search over verified MCP server listings. Remote endpoints: streamable-http: https://h-index.xr-utilities.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://h-index.xr-utilities.ai/mcp MCP Tools (3): search_registry, get_listing, list_categories Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-xr-utilities-h-index https://h-index.xr-utilities.ai/mcp --- ## Revogrid URL: https://mcp-marketplace.io/server/io-github-revolist-revogrid-mcp-pro Summary: Hosted Pro MCP server for RevoGrid DataGrid docs, examples, feature checks, and migration guidance. Description: Hosted Pro MCP server for RevoGrid DataGrid docs, examples, feature checks, and migration guidance. Remote endpoints: streamable-http: https://mcp.rv-grid.com/pro Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.rv-grid.com/pro GitHub: https://github.com/revolist/revogrid Security Score: 5.2/10 Creator: Revolist Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-revolist-revogrid-mcp-pro https://mcp.rv-grid.com/pro --- ## Tesla URL: https://mcp-marketplace.io/server/io-github-jlestel-mcp-tesla Summary: MCP server wrapping the Tesla Fleet API and TeslaMate API Description: MCP server wrapping the Tesla Fleet API and TeslaMate API Remote endpoints: streamable-http: https://mcp.myteslamate.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.myteslamate.com/mcp GitHub: https://github.com/MyTeslaMate/mcp-tesla Security Score: 3/10 Creator: MyTeslaMate Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jlestel-mcp-tesla https://mcp.myteslamate.com/mcp --- ## Optimus URL: https://mcp-marketplace.io/server/io-github-jonathanpchapman-inferventis-mcp Summary: Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents. Description: Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents. Remote endpoints: streamable-http: https://mcp-server-295985738387.europe-west1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-295985738387.europe-west1.run.app/mcp GitHub: https://github.com/Bankee-ai/Optimus Security Score: 8/10 Creator: Bankee Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jonathanpchapman-inferventis-mcp https://mcp-server-295985738387.europe-west1.run.app/mcp --- ## Apple MCPs URL: https://mcp-marketplace.io/server/io-github-jonathanrreed-apple-mcp-reminders Summary: List, create, update, complete, and delete reminders in Apple Reminders on macOS. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-mcp-reminders GitHub: https://github.com/JonathanRReed/Apple-MCPs Security Score: 9.7/10 Creator: JonathanRReed Creator Reputation: B Version: 1.0.2 Required Credentials: APPLE_REMINDERS_MCP_SAFETY_MODE (optional), APPLE_REMINDERS_MCP_ALLOWED_LISTS (optional) Install (Claude Code): claude mcp add io-github-jonathanrreed-apple-mcp-reminders -- uvx apple-mcp-reminders --- ## Assistant URL: https://mcp-marketplace.io/server/app-favorize-assistant Summary: Wishlists, favorites, and gift ideas — right from chat Description: Wishlists, favorites, and gift ideas — right from chat Remote endpoints: streamable-http: https://assistant.favorize.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://assistant.favorize.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-favorize-assistant https://assistant.favorize.app/mcp --- ## M365 Roadmap URL: https://mcp-marketplace.io/server/io-github-jonnybottles-m365-roadmap Summary: Query the Microsoft 365 Roadmap from AI agents Category: Developer Tools Mode: local Pricing: Free PyPI: m365-roadmap-mcp GitHub: https://github.com/jonnybottles/M365-roadmap-mcp-server Security Score: 1.5/10 Creator: Jonnybottles Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-jonnybottles-m365-roadmap -- uvx m365-roadmap-mcp==0.4.0 --- ## Librelink Business URL: https://mcp-marketplace.io/server/io-github-mcp-dir-librelink-business-mcp Summary: For teams following multiple patients (clinical, family): lists patients with active sharing and rea Description: For teams following multiple patients (clinical, family): lists patients with active sharing and rea Remote endpoints: streamable-http: https://api.mcp.ai/p_librelink_business Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_librelink_business GitHub: https://github.com/mcp-dir/librelink_business-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-librelink-business-mcp https://api.mcp.ai/p_librelink_business --- ## Mindflows URL: https://mcp-marketplace.io/server/us-mindflows-mcp-server Summary: Visual workflow memory: search, read, and freeze MindFlows workflows from any agent. Description: Visual workflow memory: search, read, and freeze MindFlows workflows from any agent. Remote endpoints: streamable-http: https://mcp.mindflows.us Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mindflows.us GitHub: https://github.com/LogicLabsAI/mindflows Security Score: 8/10 Creator: LogicLabsAI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http us-mindflows-mcp-server https://mcp.mindflows.us --- ## Statbank Md URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-statbank-md Summary: National Bureau of Statistics of Moldova (Statbank) PxWeb MCP. Description: National Bureau of Statistics of Moldova (Statbank) PxWeb MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/statbank-md/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/statbank-md/mcp GitHub: https://github.com/pipeworx-io/mcp-statbank-md MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-statbank-md https://gateway.pipeworx.io/statbank-md/mcp --- ## Xaip Protocol URL: https://mcp-marketplace.io/server/io-github-xkumakichi-xaip-mcp-server Summary: AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL. Category: Developer Tools Mode: local Pricing: Free npm: xaip-mcp-server GitHub: https://github.com/xkumakichi/xaip-protocol.git Security Score: 6.7/10 Creator: Xkumakichi Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-xkumakichi-xaip-mcp-server -- npx -y xaip-mcp-server --- ## Propswot URL: https://mcp-marketplace.io/server/io-github-tapads-propswot Summary: Property management AI: work orders, vendors, appliances, and triage for Claude and ChatGPT. Description: Property management AI: work orders, vendors, appliances, and triage for Claude and ChatGPT. Remote endpoints: streamable-http: https://pm.propswot.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pm.propswot.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tapads-propswot https://pm.propswot.com/api/mcp --- ## Gammainfra URL: https://mcp-marketplace.io/server/com-gammainfra-mcp-server Summary: Smart LLM routing across every major provider via one OpenAI-shape API. Category: Developer Tools Mode: local Pricing: Free npm: @gammainfra/mcp-server GitHub: https://github.com/yuz0101/gammainfra-mcp-server Security Score: 5.2/10 Creator: Yuz0101 Creator Reputation: B Version: 0.1.1 Required Credentials: GAMMAINFRA_API_KEY (required), GAMMAINFRA_BASE_URL (optional) Install (Claude Code): claude mcp add com-gammainfra-mcp-server -- npx -y @gammainfra/mcp-server@0.1.1 --- ## Canuckeats URL: https://mcp-marketplace.io/server/io-github-canuckeats-canuckeats Summary: AI food ordering across Canada — 17,000+ restaurants, 89 cities, real UberEats + DoorDash. Description: AI food ordering across Canada — 17,000+ restaurants, 89 cities, real UberEats + DoorDash. Remote endpoints: streamable-http: https://mcp.canuckeats.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.canuckeats.com/mcp GitHub: https://github.com/canuckeats/MCP Security Score: 10/10 Creator: Canuckeats Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-canuckeats-canuckeats https://mcp.canuckeats.com/mcp --- ## Forgekit URL: https://mcp-marketplace.io/server/dev-useforgekit-forgekit Summary: Developer utility MCP: screenshots, PDFs, OG, QR, link preview, JSON validate, ShipPack. Description: Developer utility MCP: screenshots, PDFs, OG, QR, link preview, JSON validate, ShipPack. Remote endpoints: streamable-http: https://useforgekit.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://useforgekit.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-useforgekit-forgekit https://useforgekit.dev/mcp --- ## Apple MCPs URL: https://mcp-marketplace.io/server/io-github-jonathanrreed-apple-system-mcp Summary: Read and manage macOS system settings and perform scoped desktop actions. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-system-mcp GitHub: https://github.com/JonathanRReed/Apple-MCPs Security Score: 9.7/10 Creator: JonathanRReed Creator Reputation: B Version: 1.0.2 Required Credentials: APPLE_SYSTEM_MCP_SAFETY_MODE (optional) Install (Claude Code): claude mcp add io-github-jonathanrreed-apple-system-mcp -- uvx apple-system-mcp --- ## Gas Estimator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-gas-estimator Summary: Multi-chain gas estimation — ETH, Base, Polygon, Arbitrum, BSC. x402 micropayment. Description: Multi-chain gas estimation — ETH, Base, Polygon, Arbitrum, BSC. x402 micropayment. Remote endpoints: sse: https://gas-estimator.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gas-estimator.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/gas-estimator-x402 MCP Tools (1): crypto_estimate_gas Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-gas-estimator https://gas-estimator.api.klymax402.com/mcp --- ## Mumo URL: https://mcp-marketplace.io/server/chat-mumo-mcp Summary: Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy. Description: Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy. Remote endpoints: streamable-http: https://mumo.chat/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mumo.chat/api/mcp GitHub: https://github.com/mumo-chat/mumo-mcp Security Score: 10/10 Creator: Mumo Chat Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http chat-mumo-mcp https://mumo.chat/api/mcp --- ## Gdpr Decisions URL: https://mcp-marketplace.io/server/io-github-mister-franklin-gdpr-decisions Summary: EU GDPR decisions by thedpo.eu — search all EU DPA decisions and recommendations Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-gdpr-decisions GitHub: https://github.com/mister-franklin/mcp-gdpr-decisions Security Score: 4.2/10 Creator: Mister Franklin Creator Reputation: B Version: 0.1.2 Required Credentials: GDPR_API_KEY (required) Install (Claude Code): claude mcp add io-github-mister-franklin-gdpr-decisions -- uvx mcp-server-gdpr-decisions==0.1.2 --- ## Shieldz URL: https://mcp-marketplace.io/server/io-github-shieldzcash-mcp Summary: Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key. Description: Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key. Remote endpoints: streamable-http: https://shieldz.cash/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @shieldz/mcp Remote URL: https://shieldz.cash/mcp GitHub: https://github.com/ShieldZCash/shieldz-mcp Security Score: 6.2/10 Creator: ShieldZCash Creator Reputation: B Version: 0.3.0 Required Credentials: SHIELDZ_API_KEY (required) Install (Claude Code): claude mcp add io-github-shieldzcash-mcp -- npx -y @shieldz/mcp@0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shieldzcash-mcp https://shieldz.cash/mcp --- ## Hivepulse URL: https://mcp-marketplace.io/server/io-github-srotzin-hivepulse Summary: Real-time health monitoring and heartbeat tracking for agent services Description: Real-time health monitoring and heartbeat tracking for agent services Remote endpoints: streamable-http: https://hivepulse-y7li.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hivepulse-y7li.onrender.com/mcp GitHub: https://github.com/srotzin/hivepulse Security Score: 9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hivepulse https://hivepulse-y7li.onrender.com/mcp --- ## Feedoracle Managed Agents URL: https://mcp-marketplace.io/server/io-feedoracle-compliance Summary: MiCA compliance evidence, stablecoin risk, macro regime, agent governance. 79 tools. Description: MiCA compliance evidence, stablecoin risk, macro regime, agent governance. 79 tools. Remote endpoints: sse: https://feedoracle.io/mcp/sse Category: Security Mode: remote Pricing: Free Remote URL: https://feedoracle.io/mcp/sse GitHub: https://github.com/feedoracle/feedoracle-managed-agents Security Score: 9.9/10 Creator: feedoracle Creator Reputation: D Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-feedoracle-compliance https://feedoracle.io/mcp/sse --- ## Hivetrust URL: https://mcp-marketplace.io/server/io-github-srotzin-hivetrust Summary: KYA identity verification, trust scoring, and performance bonds for AI agents Description: KYA identity verification, trust scoring, and performance bonds for AI agents Remote endpoints: streamable-http: https://hivetrust.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hivetrust.onrender.com/mcp GitHub: https://github.com/srotzin/hivetrust Security Score: 10/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hivetrust https://hivetrust.onrender.com/mcp --- ## Dns Lookup X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-dns-lookup Summary: DNS record lookup — A, AAAA, MX, TXT, CNAME, NS via Cloudflare. x402 micropayment. Description: DNS record lookup — A, AAAA, MX, TXT, CNAME, NS via Cloudflare. x402 micropayment. Remote endpoints: sse: https://dns-lookup.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dns-lookup.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/dns-lookup-x402 MCP Tools (1): network_lookup_dns Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-dns-lookup https://dns-lookup.api.klymax402.com/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-github Summary: Manage repositories, users, releases, and automate GitHub workflows Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-github Remote URL: https://mcp.mcparmory.com/github GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add com-mcparmory-github -- uvx mcparmory-github Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-github https://mcp.mcparmory.com/github --- ## Vibe Check URL: https://mcp-marketplace.io/server/io-github-pv-bhat-vibe-check-mcp-server Summary: Metacognitive AI agent oversight: adaptive CPI interrupts for alignment, reflection and safety Category: Developer Tools Mode: local Pricing: Free npm: @pv-bhat/vibe-check-mcp GitHub: https://github.com/PV-Bhat/vibe-check-mcp-server Security Score: 8/10 Creator: PV Bhat Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-pv-bhat-vibe-check-mcp-server -- npx -y @pv-bhat/vibe-check-mcp@2.7.6 --- ## Vocametrix URL: https://mcp-marketplace.io/server/io-github-pmarmaroli-vocametrix-mcp Summary: Clinical voice analysis MCP server — AVQI, DSI, jitter/shimmer, pronunciation assessment, and more. Category: Developer Tools Mode: local Pricing: Free npm: @vocametrix/mcp-server GitHub: https://github.com/pmarmaroli/vocametrix-mcp.git Security Score: 10/10 Creator: Pmarmaroli Creator Reputation: B Version: 0.1.1 Required Credentials: VOCAMETRIX_API_KEY (required) Install (Claude Code): claude mcp add io-github-pmarmaroli-vocametrix-mcp -- npx -y @vocametrix/mcp-server@0.1.1 --- ## Docker Release Information URL: https://mcp-marketplace.io/server/io-github-dockersamples-mcp-docker-release-information Summary: MCP server providing Docker Desktop release notes and security information. Category: Cloud & DevOps Mode: local Pricing: Free GitHub: https://github.com/dockersamples/mcp-docker-release-information Security Score: 10/10 Creator: Dockersamples Creator Reputation: B Version: 0.2.0 --- ## Runlog URL: https://mcp-marketplace.io/server/org-runlog-runlog Summary: Verified registry of third-party-system knowledge — the external-dependency layer for agent memory. Description: Verified registry of third-party-system knowledge — the external-dependency layer for agent memory. Remote endpoints: streamable-http: https://api.runlog.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.runlog.org/mcp GitHub: https://github.com/runlog-org/runlog Security Score: 8/10 Creator: Runlog Org Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http org-runlog-runlog https://api.runlog.org/mcp --- ## Hivebank URL: https://mcp-marketplace.io/server/io-github-srotzin-hivebank Summary: USDC treasury vaults, streaming payments, and DeFi yield for AI agents Description: USDC treasury vaults, streaming payments, and DeFi yield for AI agents Remote endpoints: streamable-http: https://hivebank.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hivebank.onrender.com/mcp GitHub: https://github.com/srotzin/hivebank Security Score: 9.7/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hivebank https://hivebank.onrender.com/mcp --- ## Nasa Power URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nasa-power Summary: NASA POWER MCP — Prediction of Worldwide Energy Resources Description: NASA POWER MCP — Prediction of Worldwide Energy Resources Remote endpoints: streamable-http: https://gateway.pipeworx.io/nasa-power/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nasa-power/mcp GitHub: https://github.com/pipeworx-io/mcp-nasa-power MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, point_data, climatology, regional_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nasa-power https://gateway.pipeworx.io/nasa-power/mcp --- ## Corporate Apology URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-corporate-apology Summary: corporate-apology MCP — wraps StupidAPIs (requires X-API-Key) Description: corporate-apology MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/corporate-apology/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/corporate-apology/mcp GitHub: https://github.com/pipeworx-io/mcp-corporate-apology MCP Tools (2): discover_tools, corporate_apology_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-corporate-apology https://gateway.pipeworx.io/corporate-apology/mcp --- ## Janee URL: https://mcp-marketplace.io/server/io-github-rsdouglas-janee Summary: Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials. Category: Developer Tools Mode: local Pricing: Free npm: @true-and-useful/janee GitHub: https://github.com/rsdouglas/janee Security Score: 8.1/10 Creator: Rsdouglas Creator Reputation: B Version: 0.8.5 Required Credentials: JANEE_CONFIG (optional) Install (Claude Code): claude mcp add io-github-rsdouglas-janee -- npx -y @true-and-useful/janee@0.16.0 --- ## Chartpane URL: https://mcp-marketplace.io/server/io-github-ahmadsl-chartpane Summary: Renders interactive Chart.js charts and dashboards inline in AI conversations. Description: Renders interactive Chart.js charts and dashboards inline in AI conversations. Remote endpoints: streamable-http: https://mcp.chartpane.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/ahmadsl/chartpane Security Score: 10/10 Creator: ahmadsl Creator Reputation: C+ Version: 1.0.0 --- ## Pfx URL: https://mcp-marketplace.io/server/ch-pfx-mcp-server Summary: MCP Server für Forterro Proffix Px5 ERP Description: MCP Server für Forterro Proffix Px5 ERP Remote endpoints: streamable-http: https://mcp.pfx.ch/api/server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pfx.ch/api/server GitHub: https://github.com/pitwch/pfx-mcp-server Security Score: 10/10 Creator: Pitwch Creator Reputation: B Version: 1.1.9 Install (Claude Code Remote): claude mcp add --transport http ch-pfx-mcp-server https://mcp.pfx.ch/api/server --- ## Moltawards URL: https://mcp-marketplace.io/server/io-github-bbriggs1990-moltawards-mcp Summary: Federal + state government contracts, awards, jobs, and B2B subcontracting for AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: moltawards-mcp GitHub: https://github.com/bbriggs1990/moltawards-mcp Security Score: 10/10 Creator: Bbriggs1990 Creator Reputation: B Version: 0.2.3 Required Credentials: MOLTAWARDS_NAICS (optional), MOLTAWARDS_SUB_WATCH (optional), MOLTAWARDS_AGENT_NAME (optional), MOLTAWARDS_API_KEY (required) Install (Claude Code): claude mcp add io-github-bbriggs1990-moltawards-mcp -- uvx moltawards-mcp==0.2.3 --- ## Asana URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-asana Summary: Asana MCP — wraps the Asana REST API (OAuth) Description: Asana MCP — wraps the Asana REST API (OAuth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/asana/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/asana/mcp GitHub: https://github.com/pipeworx-io/mcp-asana MCP Tools (7): discover_tools, asana_list_workspaces, asana_list_tasks, asana_get_task, asana_create_task, asana_list_projects, asana_search_tasks Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-asana https://gateway.pipeworx.io/asana/mcp --- ## Ukhsa URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ukhsa Summary: UK Health Security Agency (UKHSA) data dashboard MCP — keyless. Description: UK Health Security Agency (UKHSA) data dashboard MCP — keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/ukhsa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ukhsa/mcp GitHub: https://github.com/pipeworx-io/mcp-ukhsa MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, navigate, list_metrics, get_metric_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ukhsa https://gateway.pipeworx.io/ukhsa/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/net-tasklite-mcp Summary: Build a full backend from Claude Code — boards, data, REST APIs — plus a ready-made admin UI Description: Build a full backend from Claude Code — boards, data, REST APIs — plus a ready-made admin UI Remote endpoints: streamable-http: https://mcp.tasklite.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tasklite.net/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.5.1 Install (Claude Code Remote): claude mcp add --transport http net-tasklite-mcp https://mcp.tasklite.net/mcp --- ## Currency Converter Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-currency-converter-ai-mcp Summary: Currency Converter Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: currency-converter-ai-mcp GitHub: https://github.com/CSOAI-ORG/currency-converter-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-currency-converter-ai-mcp -- uvx currency-converter-ai-mcp==1.0.11 --- ## Swarmhaul URL: https://mcp-marketplace.io/server/io-github-mighty840-swarmhaul Summary: Multi-agent coordination protocol on Solana. Swarm formation, on-chain settlement, 14 MCP tools. Description: Multi-agent coordination protocol on Solana. Swarm formation, on-chain settlement, 14 MCP tools. Remote endpoints: streamable-http: https://api.swarmhaul.defited.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.swarmhaul.defited.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mighty840-swarmhaul https://api.swarmhaul.defited.com/mcp --- ## Cz Agents URL: https://mcp-marketplace.io/server/dev-cz-agents-adis Summary: Czech VAT-payer reliability (ADIS / nespolehlivý plátce DPH) + registered bank accounts by DIČ. Description: Czech VAT-payer reliability (ADIS / nespolehlivý plátce DPH) + registered bank accounts by DIČ. Remote endpoints: streamable-http: https://adis.cz-agents.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @czagents/adis Remote URL: https://adis.cz-agents.dev/mcp GitHub: https://github.com/martinhavel/cz-agents-mcp Security Score: 10/10 Creator: Martinhavel Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add dev-cz-agents-adis -- npx -y @czagents/adis Install (Claude Code Remote): claude mcp add --transport http dev-cz-agents-adis https://adis.cz-agents.dev/mcp --- ## Hometeam URL: https://mcp-marketplace.io/server/io-github-jajuanx-hometeam-directory Summary: Search Black-owned businesses in South Florida by category, neighborhood, or need. Description: Search Black-owned businesses in South Florida by category, neighborhood, or need. Remote endpoints: sse: https://mcp.thehometeam.io/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.thehometeam.io/sse GitHub: https://github.com/jajuanx/hometeam-mcp-server Security Score: 6.9/10 Creator: Jajuanx Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jajuanx-hometeam-directory https://mcp.thehometeam.io/sse --- ## Stat Gl URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-stat-gl Summary: Statistics Greenland (Grønlands Statistik) PxWeb MCP. Description: Statistics Greenland (Grønlands Statistik) PxWeb MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/stat-gl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/stat-gl/mcp GitHub: https://github.com/pipeworx-io/mcp-stat-gl MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-stat-gl https://gateway.pipeworx.io/stat-gl/mcp --- ## Road Trip Planner URL: https://mcp-marketplace.io/server/com-stopful-road-trip-planner Summary: Plot an AI-planned road trip onto an editable Stopful map — drive times, hotels & EV chargers. Description: Plot an AI-planned road trip onto an editable Stopful map — drive times, hotels & EV chargers. Remote endpoints: streamable-http: https://stopful.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stopful.com/api/mcp MCP Tools (1): plot_trip Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stopful-road-trip-planner https://stopful.com/api/mcp --- ## Ldm Inbox Check URL: https://mcp-marketplace.io/server/io-github-live-direct-marketing-inbox-check Summary: Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC). Category: Marketing & Social Mode: local Pricing: Free npm: ldm-inbox-check-mcp GitHub: https://github.com/live-direct-marketing/ldm-inbox-check-mcp Security Score: 10/10 Creator: Live Direct Marketing Creator Reputation: B Version: 0.1.2 Required Credentials: INBOX_CHECK_API_KEY (required), INBOX_CHECK_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-live-direct-marketing-inbox-check -- npx -y ldm-inbox-check-mcp@0.1.2 --- ## Hermes Atlas URL: https://mcp-marketplace.io/server/io-github-ksimback-hermes-atlas-mcp Summary: Search and fetch 100+ Hermes Agent tools, skills, plugins, and integrations from hermesatlas.com. Category: Developer Tools Mode: local Pricing: Free npm: hermes-atlas-mcp GitHub: https://github.com/ksimback/hermes-atlas-mcp Security Score: 8/10 Creator: Ksimback Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-ksimback-hermes-atlas-mcp -- npx -y hermes-atlas-mcp@0.2.0 --- ## Ashby URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ashby Summary: Ashby MCP Pack — wraps the Ashby ATS API Description: Ashby MCP Pack — wraps the Ashby ATS API Remote endpoints: streamable-http: https://gateway.pipeworx.io/ashby/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ashby/mcp GitHub: https://github.com/pipeworx-io/mcp-ashby MCP Tools (6): discover_tools, ashby_list_candidates, ashby_get_candidate, ashby_list_jobs, ashby_get_job, ashby_list_applications Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ashby https://gateway.pipeworx.io/ashby/mcp --- ## Weishaupt Wem URL: https://mcp-marketplace.io/server/io-github-disane87-weishaupt-wem-mcp-server Summary: Control and monitor Weishaupt heating systems via the WEM Portal Category: Developer Tools Mode: local Pricing: Free npm: @disane-dev/weishaupt-wem-mcp-server GitHub: https://github.com/Disane87/weishaupt-wem-mcp-server Security Score: 6/10 Creator: Disane87 Creator Reputation: B Version: 0.2.0 Required Credentials: WEM_USERNAME (optional), WEM_PASSWORD (optional), WEM_API_URL (optional) Install (Claude Code): claude mcp add io-github-disane87-weishaupt-wem-mcp-server -- npx -y @disane-dev/weishaupt-wem-mcp-server@0.2.0 --- ## Comfyui URL: https://mcp-marketplace.io/server/io-github-miller-joe-comfyui-mcp Summary: MCP server for ComfyUI: text-to-image, variations, img2img refine, upscale, image proxy. Category: AI & ML Mode: local Pricing: Free npm: @miller-joe/comfyui-mcp GitHub: https://github.com/miller-joe/comfyui-mcp Security Score: 7/10 Creator: Miller Joe Creator Reputation: B Version: 0.2.1 Required Credentials: COMFYUI_URL (optional), COMFYUI_PUBLIC_URL (optional), COMFYUI_DEFAULT_CKPT (optional) Install (Claude Code): claude mcp add io-github-miller-joe-comfyui-mcp -- npx -y @miller-joe/comfyui-mcp@0.2.1 --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-court-records Summary: Federal court records and PACER case data. 4 MCP tools for legal research. Description: Federal court records and PACER case data. 4 MCP tools for legal research. Remote endpoints: streamable-http: https://court-records-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://court-records-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-court-records https://court-records-mcp.apify.actor/mcp --- ## Unicef URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-unicef Summary: UNICEF Data (UN Children's Fund) MCP — global statistics on child health, Description: UNICEF Data (UN Children's Fund) MCP — global statistics on child health, Remote endpoints: streamable-http: https://gateway.pipeworx.io/unicef/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/unicef/mcp GitHub: https://github.com/pipeworx-io/mcp-unicef MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_dataflows, dataflow_structure, get_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-unicef https://gateway.pipeworx.io/unicef/mcp --- ## Attom URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-attom Summary: ATTOM MCP — Premium real estate data from ATTOM Data Solutions Description: ATTOM MCP — Premium real estate data from ATTOM Data Solutions Remote endpoints: streamable-http: https://gateway.pipeworx.io/attom/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/attom/mcp GitHub: https://github.com/pipeworx-io/mcp-attom MCP Tools (9): discover_tools, attom_property_detail, attom_property_search, attom_sales_history, attom_avm, attom_assessment, attom_sales_trend, attom_rental_avm, attom_school_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-attom https://gateway.pipeworx.io/attom/mcp --- ## Agent Dolfin URL: https://mcp-marketplace.io/server/io-github-tonibardina-agent-dolfin Summary: Agentic sales commissions software Description: Agentic sales commissions software Remote endpoints: streamable-http: https://app.heydolfin.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.heydolfin.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tonibardina-agent-dolfin https://app.heydolfin.com/mcp --- ## Bizdays URL: https://mcp-marketplace.io/server/io-github-qinisolabs-bizdays Summary: Verified business-day math for AI agents: holidays + per-country weekends, not guesses. Category: Developer Tools Mode: local Pricing: Free npm: @qinisolabs/bizdays GitHub: https://github.com/qinisolabs/bizdays Security Score: 6.7/10 Creator: Qinisolabs Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-qinisolabs-bizdays -- npx -y @qinisolabs/bizdays@0.2.1 --- ## Stack URL: https://mcp-marketplace.io/server/com-stackoverflow-mcp-mcp Summary: Access Stack Overflow's trusted and verified technical questions and answers. Description: Access Stack Overflow's trusted and verified technical questions and answers. Remote endpoints: streamable-http: https://mcp.stackoverflow.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stackoverflow.com GitHub: https://github.com/StackExchange/Stack-MCP Security Score: 10/10 Creator: StackExchange Creator Reputation: B Version: 1.1.3 Install (Claude Code Remote): claude mcp add --transport http com-stackoverflow-mcp-mcp https://mcp.stackoverflow.com --- ## Bamboohr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bamboohr Summary: BambooHR MCP Pack — wraps the BambooHR API v1 Description: BambooHR MCP Pack — wraps the BambooHR API v1 Remote endpoints: streamable-http: https://gateway.pipeworx.io/bamboohr/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bamboohr/mcp GitHub: https://github.com/pipeworx-io/mcp-bamboohr MCP Tools (6): discover_tools, bamboohr_list_employees, bamboohr_get_employee, bamboohr_get_directory, bamboohr_list_timeoff, bamboohr_get_employee_files Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bamboohr https://gateway.pipeworx.io/bamboohr/mcp --- ## Windbg URL: https://mcp-marketplace.io/server/io-github-svnscha-mcp-windbg Summary: A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-windbg GitHub: https://github.com/svnscha/mcp-windbg Security Score: 10/10 Creator: Svnscha Creator Reputation: B Version: 0.12.2 Required Credentials: CDB_PATH (optional), _NT_SYMBOL_PATH (optional) Install (Claude Code): claude mcp add io-github-svnscha-mcp-windbg -- uvx mcp-windbg==0.13.0 --- ## Structured Address Fix URL: https://mcp-marketplace.io/server/io-github-sebastienrousseau-structured-address-fix-mcp Summary: MCP server for ISO 20022 postal-address remediation ahead of the Nov 2026 CBPR+ cliff. Category: Developer Tools Mode: local Pricing: Free PyPI: structured-address-fix-mcp GitHub: https://github.com/sebastienrousseau/structured-address-fix-mcp Security Score: 10/10 Creator: Sebastienrousseau Creator Reputation: B Version: 0.0.4 Install (Claude Code): claude mcp add io-github-sebastienrousseau-structured-address-fix-mcp -- uvx structured-address-fix-mcp==0.0.4 --- ## Japan Utils URL: https://mcp-marketplace.io/server/io-github-vivek081166-japan-utils-mcp Summary: Japan utilities for AI agents: era, romaji, postal codes, holidays, kana, name splitting. Category: Developer Tools Mode: local Pricing: Free PyPI: japan-utils-mcp GitHub: https://github.com/vivek081166/japan-utils-mcp Security Score: 10/10 Creator: Vivek081166 Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-vivek081166-japan-utils-mcp -- uvx japan-utils-mcp==0.1.2 --- ## Bls URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bls Summary: BLS MCP — Bureau of Labor Statistics public data API (v2) Description: BLS MCP — Bureau of Labor Statistics public data API (v2) Remote endpoints: streamable-http: https://gateway.pipeworx.io/bls/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bls/mcp GitHub: https://github.com/pipeworx-io/mcp-bls MCP Tools (5): discover_tools, bls_get_series, bls_search, bls_latest, bls_popular_series Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bls https://gateway.pipeworx.io/bls/mcp --- ## Azure URL: https://mcp-marketplace.io/server/io-github-broisnischal-azure-mcp Summary: Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT. Category: Cloud & DevOps Mode: local Pricing: Free npm: azure-board-mcp GitHub: https://github.com/broisnischal/azure-mcp Security Score: 10/10 Creator: Broisnischal Creator Reputation: B Version: 1.0.0 Required Credentials: AZURE_ORG (optional), AZURE_PROJECT (optional), AZURE_PAT (required) Install (Claude Code): claude mcp add io-github-broisnischal-azure-mcp -- npx -y azure-board-mcp@1.0.0 --- ## Shopify URL: https://mcp-marketplace.io/server/io-github-miller-joe-shopify-mcp Summary: MCP server for Shopify Admin API with a ComfyUI bridge for AI product image generation. Category: Developer Tools Mode: local Pricing: Free npm: @miller-joe/shopify-mcp GitHub: https://github.com/miller-joe/shopify-mcp Security Score: 7/10 Creator: Miller Joe Creator Reputation: B Version: 0.1.2 Required Credentials: SHOPIFY_STORE (optional), SHOPIFY_ACCESS_TOKEN (required), SHOPIFY_API_VERSION (optional), COMFYUI_URL (optional), COMFYUI_PUBLIC_URL (optional), COMFYUI_DEFAULT_CKPT (optional) Install (Claude Code): claude mcp add io-github-miller-joe-shopify-mcp -- npx -y @miller-joe/shopify-mcp@0.1.2 --- ## Filtrix Ai URL: https://mcp-marketplace.io/server/ai-filtrix-mcp-filtrix-ai Summary: Filtrix MCP for image/video generation. Portal: https://agent.filtrix.ai/ Description: Filtrix MCP for image/video generation. Portal: https://agent.filtrix.ai/ Remote endpoints: streamable-http: https://mcp.filtrix.ai/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.filtrix.ai/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-filtrix-mcp-filtrix-ai https://mcp.filtrix.ai/ --- ## Aifp URL: https://mcp-marketplace.io/server/io-github-wjabanjj-aifp-mcp Summary: Persistent memory MCP server for AI coding assistants. Chinese-first and fully local. Category: Developer Tools Mode: local Pricing: Free npm: aifp-mcp GitHub: https://github.com/wjabanjj/aifp-mcp Security Score: 10/10 Creator: Wjabanjj Creator Reputation: B Version: 1.5.8 Required Credentials: COGNITION_LLM_API_KEY (required) Install (Claude Code): claude mcp add io-github-wjabanjj-aifp-mcp -- npx -y aifp-mcp@1.5.8 --- ## Dropbox URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dropbox Summary: Dropbox MCP Pack — wraps the Dropbox API v2 Description: Dropbox MCP Pack — wraps the Dropbox API v2 Remote endpoints: streamable-http: https://gateway.pipeworx.io/dropbox/mcp Category: File & Storage Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dropbox/mcp GitHub: https://github.com/pipeworx-io/mcp-dropbox MCP Tools (6): discover_tools, dropbox_list_folder, dropbox_search, dropbox_get_metadata, dropbox_download, dropbox_create_folder Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dropbox https://gateway.pipeworx.io/dropbox/mcp --- ## 4bots Content URL: https://mcp-marketplace.io/server/io-github-davidsiegel59-4bots-content Summary: Daily content for AI agents. History, chess, investing, wrongology, more. 10 channels. Free trial. Description: Daily content for AI agents. History, chess, investing, wrongology, more. 10 channels. Free trial. Remote endpoints: streamable-http: https://4bots.net/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://4bots.net/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-davidsiegel59-4bots-content https://4bots.net/api/mcp --- ## Lint URL: https://mcp-marketplace.io/server/io-github-robert19001-cmyk-mcp-lint Summary: Lint MCP tool schemas for cross-client compatibility and agent preflight safety. Category: Developer Tools Mode: local Pricing: Free npm: mcp-lint GitHub: https://github.com/robert19001-cmyk/mcp-lint Security Score: 10/10 Creator: Robert19001 Cmyk Creator Reputation: B Version: 0.5.3 Install (Claude Code): claude mcp add io-github-robert19001-cmyk-mcp-lint -- npx -y mcp-lint@0.5.3 --- ## Task URL: https://mcp-marketplace.io/server/ai-parallel-task-mcp Summary: An MCP server for deep research or task groups Description: An MCP server for deep research or task groups Remote endpoints: streamable-http: https://task-mcp.parallel.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://task-mcp.parallel.ai/mcp GitHub: https://github.com/parallel-web/task-mcp Security Score: 10/10 Creator: Parallel Web Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-parallel-task-mcp https://task-mcp.parallel.ai/mcp --- ## Philidor URL: https://mcp-marketplace.io/server/io-philidor-defi-vaults Summary: Search 700+ DeFi vaults, compare risk scores, analyze protocols. No API key needed. Description: Search 700+ DeFi vaults, compare risk scores, analyze protocols. No API key needed. Remote endpoints: streamable-http: https://mcp.philidor.io/api/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://mcp.philidor.io/api/mcp GitHub: https://github.com/Philidor-Labs/philidor-mcp MCP Tools (10): search_vaults, get_vault, get_vault_risk_breakdown, compare_vaults, find_safest_vaults, get_protocol_info, get_curator_info, get_market_overview, explain_risk_score, list_vaults_with_incidents Security Score: 10/10 Creator: Philidor Labs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-philidor-defi-vaults https://mcp.philidor.io/api/mcp --- ## Buzzword Density URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-buzzword-density Summary: buzzword-density MCP — wraps StupidAPIs (requires X-API-Key) Description: buzzword-density MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/buzzword-density/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/buzzword-density/mcp GitHub: https://github.com/pipeworx-io/mcp-buzzword-density MCP Tools (2): discover_tools, buzzword_density_analyze Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-buzzword-density https://gateway.pipeworx.io/buzzword-density/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-waystation-mcp Summary: Ultimate toolbox to connect your LLM to popular productivity tools such as Monday, AirTable, Slack Description: Ultimate toolbox to connect your LLM to popular productivity tools such as Monday, AirTable, Slack Remote endpoints: streamable-http: https://waystation.ai/mcp sse: https://waystation.ai/mcp/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 10/10 Creator: Waystation Ai Creator Reputation: B Version: 0.3.1 --- ## Uniprof URL: https://mcp-marketplace.io/server/io-github-indragiek-uniprof Summary: Universal CPU profiler designed for humans and AI agents Category: AI & ML Mode: local Pricing: Free npm: uniprof GitHub: https://github.com/indragiek/uniprof Security Score: 2.3/10 Creator: Indragiek Creator Reputation: B Version: 0.3.3 Install (Claude Code): claude mcp add io-github-indragiek-uniprof -- npx -y uniprof@0.3.4 --- ## Petal Components URL: https://mcp-marketplace.io/server/io-github-petalframework-petal-components-mcp Summary: Phoenix LiveView component schemas from petal_components, exposed to AI coding assistants. Description: Phoenix LiveView component schemas from petal_components, exposed to AI coding assistants. Remote endpoints: streamable-http: https://mcp.petal.build/mcp Category: Developer Tools Mode: dual Pricing: Free npm: petal-components-mcp Remote URL: https://mcp.petal.build/mcp GitHub: https://github.com/petalframework/petal-components-mcp Security Score: 6.5/10 Creator: Petalframework Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-petalframework-petal-components-mcp -- npx -y petal-components-mcp@0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-petalframework-petal-components-mcp https://mcp.petal.build/mcp --- ## Ethora Mcp Cli URL: https://mcp-marketplace.io/server/io-github-dappros-ethora-mcp-cli Summary: MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation. Category: Developer Tools Mode: local Pricing: Free npm: @ethora/mcp-server GitHub: https://github.com/dappros/ethora-mcp-cli Security Score: 4.5/10 Creator: Dappros Creator Reputation: B Version: 26.5.2 Required Credentials: ETHORA_API_URL (optional), ETHORA_BASE_URL (optional), ETHORA_APP_JWT (required), ETHORA_B2B_TOKEN (required), ETHORA_MCP_ENABLE_DANGEROUS_TOOLS (optional) Install (Claude Code): claude mcp add io-github-dappros-ethora-mcp-cli -- npx -y @ethora/mcp-server@26.5.2 --- ## Observe Instrument URL: https://mcp-marketplace.io/server/io-github-alanzha2-observe-instrument-mcp Summary: Add OpenTelemetry tracing to Python AI agents. Supports LangGraph, LlamaIndex, CrewAI, OpenAI SDK. Category: Developer Tools Mode: local Pricing: Free PyPI: observe-instrument-mcp GitHub: https://github.com/alanzha2/observe-instrument-mcp.git Security Score: 10/10 Creator: Alanzha2 Creator Reputation: B Version: 0.1.2 Required Credentials: ANTHROPIC_API_KEY (required), LLM_MODEL (optional), OPENAI_API_KEY (required), GEMINI_API_KEY (required), GROQ_API_KEY (required) Install (Claude Code): claude mcp add io-github-alanzha2-observe-instrument-mcp -- uvx observe-instrument-mcp==0.1.2 --- ## Cataas URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cataas Summary: CATAAS MCP — Cat as a Service (free, no auth) Description: CATAAS MCP — Cat as a Service (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/cataas/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cataas/mcp GitHub: https://github.com/pipeworx-io/mcp-cataas MCP Tools (4): discover_tools, random_cat, cat_by_tag, list_tags Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cataas https://gateway.pipeworx.io/cataas/mcp --- ## Hopgraph URL: https://mcp-marketplace.io/server/io-github-j-sulliman-hopgraph Summary: Verify ANZ businesses against government registers. Surfaces cross-jurisdictional findings. Description: HopGraph verifies Australian and New Zealand businesses against government registers via MCP. It returns registration status, directors, licences, trading names, and a three-tier risk assessment (CLEAR / ADVISORY / FLAGS_FOUND) that surfaces regulatory findings across jurisdictions — including bans, disqualifications, and insolvencies that may not appear in any single register. Each verification produces an immutable compliance record with a unique audit UID. Built for compliance professionals, Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hopgraph.com/mcp/ GitHub: https://github.com/j-sulliman/hopgraph-mcp Security Score: 10/10 Installs: 1 Creator: j-sulliman Creator Reputation: B- Version: 1.0.0 Uptime Status: up Tags: compliance, verification, government-data, australia, new-zealand, aml, due-diligence, regulatory, finance, business-verification, kyc, asic, nzbn, adviser-screening, risk-assessment, audit-trail, mcp Use Cases: Business verification, Due diligence, AML compliance, KYC checks, Adviser screening, Regulatory risk assessment, Entity research, Cross-jurisdictional screening, Licence verification, Company status checks Required Credentials: AUTH_HEADER (required) Install (Claude Code Remote): claude mcp add --transport http io-github-j-sulliman-hopgraph https://hopgraph.com/mcp/ --- ## Zenfinance URL: https://mcp-marketplace.io/server/tech-zenfin-zenfinance Summary: Household finance memory, budgets, transactions, and monthly reviews for AI assistants. Description: Household finance memory, budgets, transactions, and monthly reviews for AI assistants. Remote endpoints: streamable-http: https://mcp.zenfin.tech/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.zenfin.tech/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http tech-zenfin-zenfinance https://mcp.zenfin.tech/mcp --- ## Motor Current Signature Analysis URL: https://mcp-marketplace.io/server/io-github-lgdimaggio-mcp-server-mcsa Summary: MCP server for Motor Current Signature Analysis — fault detection in electric motors Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-mcsa GitHub: https://github.com/LGDiMaggio/mcp-motor-current-signature-analysis Security Score: 6.5/10 Creator: LGDiMaggio Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-lgdimaggio-mcp-server-mcsa -- uvx mcp-server-mcsa==0.2.2 --- ## Churn Predictor Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-churn-predictor-ai-mcp Summary: Churn Predictor Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: churn-predictor-ai-mcp GitHub: https://github.com/CSOAI-ORG/churn-predictor-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-churn-predictor-ai-mcp -- uvx churn-predictor-ai-mcp==1.0.10 --- ## Hvilkenai URL: https://mcp-marketplace.io/server/io-github-erorund-hvilkenai-mcp Summary: Daily Scandinavian AI benchmark — Norwegian, Swedish, Danish. 12+ models tested. Description: Daily Scandinavian AI benchmark — Norwegian, Swedish, Danish. 12+ models tested. Remote endpoints: streamable-http: https://mcp.hvilkenai.no/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.hvilkenai.no/mcp GitHub: https://github.com/erorund/hvilkenai-mcp MCP Tools (5): get_daily_benchmark, get_weekly_summary, get_model_history, get_orchestrator_ranking, get_recommendation Security Score: 10/10 Creator: Erorund Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-erorund-hvilkenai-mcp https://mcp.hvilkenai.no/mcp --- ## Reddit Ads URL: https://mcp-marketplace.io/server/ai-smithery-bigvik193-reddit-ads-mcp Summary: Manage Reddit advertising across accounts, campaigns, ad groups, posts, and ads. List accounts, fu… Description: Manage Reddit advertising across accounts, campaigns, ad groups, posts, and ads. List accounts, fu… Remote endpoints: streamable-http: https://server.smithery.ai/@BigVik193/reddit-ads-mcp/mcp Category: Marketing & Social Mode: dual Pricing: Free GitHub: https://github.com/BigVik193/reddit-ads-mcp Security Score: 10/10 Creator: BigVik193 Creator Reputation: B Version: 1.0.0 --- ## seo-toolkit-mcp-pro URL: https://mcp-marketplace.io/server/seo-toolkit-mcp-pro Summary: Pro SEO toolkit — 12 tools for meta tags, structured data, page speed, and content scoring Description: A comprehensive SEO analysis MCP server with 12 tools. Includes everything in seo-toolkit-mcp (free) plus 6 pro tools: JSON-LD structured data validation, Open Graph debugging, internal link mapping, page speed analysis, competitor keyword comparison, and content quality scoring. Audit any webpage's SEO directly from your AI assistant. Category: Marketing & Social Mode: local Pricing: $5.00 (one_time) npm: seo-toolkit-mcp-pro GitHub: https://github.com/gmoneyn/seo-toolkit-mcp-pro Security Score: 10/10 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.0.0 Tags: seo, seo-pro, meta-tags, json-ld, structured-data, open-graph, twitter-cards, page-speed, keyword-density, readability, internal-links, competitor-analysis, content-scoring, on-page-seo, audit, marketing Use Cases: Analyze meta tags including title, description, Open Graph, Twitter Cards, and canonical URLs, Parse and validate robots.txt rules, sitemaps, and crawl directives, Check sitemap.xml for URL counts, duplicates, missing lastmod, and format issues, Calculate keyword density with single words, bigrams, and trigrams, Score text readability using Flesch-Kincaid with grade level and reading time, Audit heading hierarchy (H1-H6) for SEO and accessibility issues, Validate JSON-LD structured data against schema.org types and required fields, Debug Open Graph and Twitter Card tags with image dimension and reachability checks, Map internal and external links with anchor text quality analysis, Analyze page speed including response time, compression, caching, and security headers, Compare keyword density between two URLs to find content gaps and overlaps, Score content quality (0-100) with category breakdowns and recommendations Required Credentials: MCP_LICENSE_KEY (required) Install (Claude Code): claude mcp add seo-toolkit-mcp-pro -- npx -y seo-toolkit-mcp-pro --- ## Publishready URL: https://mcp-marketplace.io/server/io-github-veldica-publishready Summary: PublishReady: Deterministic writing control with local-first metrics and AI prose audits. Category: Developer Tools Mode: local Pricing: Free npm: @veldica/publishready-mcp GitHub: https://github.com/veldica/publishready-mcp Security Score: 9.2/10 Creator: Veldica Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add io-github-veldica-publishready -- npx -y @veldica/publishready-mcp --- ## Emoji Oracle URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-emoji-oracle Summary: emoji-oracle MCP — wraps StupidAPIs (requires X-API-Key) Description: emoji-oracle MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/emoji-oracle/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/emoji-oracle/mcp GitHub: https://github.com/pipeworx-io/mcp-emoji-oracle MCP Tools (2): discover_tools, emoji_oracle_consult Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-emoji-oracle https://gateway.pipeworx.io/emoji-oracle/mcp --- ## Search Papers URL: https://mcp-marketplace.io/server/io-github-saidiibrahim-search-papers Summary: An MCP server to search papers from arXiv Category: Developer Tools Mode: local Pricing: Free npm: search-papers GitHub: https://github.com/Saidiibrahim/search-papers Security Score: 6.5/10 Creator: Saidiibrahim Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-saidiibrahim-search-papers -- npx -y search-papers@0.1.1 --- ## Memory Journal URL: https://mcp-marketplace.io/server/ai-smithery-neverinfamous-memory-journal-mcp Summary: A MCP server built for developers enabling Git based project management with project and personal… Description: A MCP server built for developers enabling Git based project management with project and personal… Remote endpoints: streamable-http: https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp GitHub: https://github.com/neverinfamous/memory-journal-mcp Security Score: 10/10 Creator: Neverinfamous Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-neverinfamous-memory-journal-mcp https://server.smithery.ai/@neverinfamous/memory-journal-mcp/mcp --- ## Maximumsats URL: https://mcp-marketplace.io/server/io-github-joelklabo-maximumsats-mcp Summary: Bitcoin & Lightning Network AI tools with native Lightning L402 micropayments. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/joelklabo/maximumsats-mcp Security Score: 10/10 Creator: Joelklabo Creator Reputation: B Version: 1.0.0 --- ## The Odds URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-odds-api Summary: The Odds API MCP — sportsbook odds across 70+ books, 30+ leagues Description: The Odds API MCP — sportsbook odds across 70+ books, 30+ leagues Remote endpoints: streamable-http: https://gateway.pipeworx.io/odds-api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/odds-api/mcp GitHub: https://github.com/pipeworx-io/mcp-odds-api MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_sports, get_odds, get_event_odds, get_scores, get_events Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-odds-api https://gateway.pipeworx.io/odds-api/mcp --- ## Epa Emissions URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-epa-emissions Summary: EPA Emissions MCP — wraps EPA Envirofacts REST API (free, no auth) Description: EPA Emissions MCP — wraps EPA Envirofacts REST API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/epa-emissions/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/epa-emissions/mcp GitHub: https://github.com/pipeworx-io/mcp-epa-emissions MCP Tools (6): discover_tools, ghg_facility_emissions, ghg_emissions_by_sector, tri_facility_releases, tri_chemical_releases, tri_trends Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-epa-emissions https://gateway.pipeworx.io/epa-emissions/mcp --- ## Fear Greed URL: https://mcp-marketplace.io/server/io-github-ycjcl868-mcp-server-fear-greed Summary: An MCP server for mcp-server-fear-greed Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-fear-greed GitHub: https://github.com/ycjcl868/mcp-server-fear-greed Security Score: 7/10 Creator: Ycjcl868 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ycjcl868-mcp-server-fear-greed -- npx -y mcp-server-fear-greed@1.0.1 --- ## Time URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-time Summary: Get the current time anywhere and access concise timezone information. Set your preferred timezone… Description: Get the current time anywhere and access concise timezone information. Set your preferred timezone… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/time/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/time Security Score: 9.3/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.15.0 --- ## Excuse URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-excuse Summary: excuse MCP — wraps StupidAPIs (requires X-API-Key) Description: excuse MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/excuse/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/excuse/mcp GitHub: https://github.com/pipeworx-io/mcp-excuse MCP Tools (2): discover_tools, excuse_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-excuse https://gateway.pipeworx.io/excuse/mcp --- ## Content Registry URL: https://mcp-marketplace.io/server/io-github-csoai-org-content-registry-mcp Summary: Content Registry MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: content-registry-mcp GitHub: https://github.com/CSOAI-ORG/content-registry-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-content-registry-mcp -- uvx content-registry-mcp==1.0.11 --- ## Bergeramit Hw3 Tech URL: https://mcp-marketplace.io/server/ai-smithery-bergeramit-bergeramit-hw3-tech Summary: Create friendly greetings and add two numbers instantly. Speed up simple tasks and streamline ligh… Description: Create friendly greetings and add two numbers instantly. Speed up simple tasks and streamline ligh… Remote endpoints: streamable-http: https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech/mcp GitHub: https://github.com/bergeramit/bergeramit-hw3-tech Security Score: 10/10 Creator: Bergeramit Creator Reputation: B Version: 1.15.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-bergeramit-bergeramit-hw3-tech https://server.smithery.ai/@bergeramit/bergeramit-hw3-tech/mcp --- ## Propertylist URL: https://mcp-marketplace.io/server/es-propertylist-propertylist Summary: First-party Spanish, Portuguese and Italian property listings with notarial-verified prices. Description: First-party Spanish, Portuguese and Italian property listings with notarial-verified prices. Remote endpoints: streamable-http: https://mcp.propertylist.es/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.propertylist.es/mcp MCP Tools (13): search_properties, find_properties_by_description, autocomplete_location, get_property, area_market_summary, list_agencies, verified_valuation, submit_enquiry, my_leads, find_contacts, my_listings, create_contact, log_note Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http es-propertylist-propertylist https://mcp.propertylist.es/mcp --- ## Nano Banana URL: https://mcp-marketplace.io/server/io-github-mindstone-mcp-server-nano-banana Summary: Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol Category: Developer Tools Mode: local Pricing: Free npm: @mindstone/mcp-server-nano-banana GitHub: https://github.com/mindstone/mcp-servers Security Score: 9.9/10 Installs: 1 Creator: Mindstone Creator Reputation: B Version: 0.4.1 Required Credentials: GEMINI_API_KEY (required), MCP_WORKSPACE_PATH (optional), NANO_BANANA_GEMINI_TIMEOUT_MS (optional), NANO_BANANA_BRIDGE_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-mindstone-mcp-server-nano-banana -- npx -y @mindstone/mcp-server-nano-banana --- ## F1 URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-f1 Summary: F1 MCP — Formula 1 data via the Ergast API Description: F1 MCP — Formula 1 data via the Ergast API Remote endpoints: streamable-http: https://gateway.pipeworx.io/f1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/f1/mcp GitHub: https://github.com/pipeworx-io/mcp-f1 MCP Tools (5): discover_tools, get_current_standings, get_race_results, get_schedule, get_driver Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-f1 https://gateway.pipeworx.io/f1/mcp --- ## Uploadkit URL: https://mcp-marketplace.io/server/io-github-drumst0ck-uploadkit Summary: UploadKit MCP — 40+ upload components, route scaffolds, BYOS setup, full docs search. Category: Developer Tools Mode: local Pricing: Free npm: @uploadkitdev/mcp GitHub: https://github.com/drumst0ck/uploadkit Security Score: 9.7/10 Creator: Drumst0ck Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-drumst0ck-uploadkit -- npx -y @uploadkitdev/mcp --- ## Yandex Direct URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-yandex-direct Summary: MCP server for Yandex Direct API v5 — campaigns, ads, keywords, bids, audiences Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-yandex-direct GitHub: https://github.com/dontsovcmc/mcp-server-yandex-direct Security Score: 4.8/10 Creator: Dontsovcmc Creator Reputation: B Version: 0.3.0 Required Credentials: YD_TOKEN (required), YD_CLIENT_LOGIN (optional), YD_LANG (optional), YD_TIMEOUT (optional), YD_FILE_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-dontsovcmc-yandex-direct -- uvx mcp-server-yandex-direct==0.3.0 --- ## Agent Droid Bridge URL: https://mcp-marketplace.io/server/io-github-neverlow512-agent-droid-bridge Summary: MCP server giving AI agents eyes and hands inside Android devices via ADB Category: Developer Tools Mode: local Pricing: Free PyPI: agent-droid-bridge GitHub: https://github.com/Neverlow512/agent-droid-bridge Security Score: 0/10 Creator: Neverlow512 Creator Reputation: B Version: 0.6.1 Required Credentials: ADB_EXECUTION_MODE (optional), ADB_ALLOW_SHELL (optional), ADB_PATH (optional), ADB_EXTRA_TOOL_PACKS (optional), ADB_DENIED_TOOLS (optional), ADB_SHELL_ALLOWLIST (optional), ADB_SHELL_DENYLIST (optional), MCP_LOG_ENABLED (optional), MCP_LOG_DIR (optional), ADB_LOG_LEVEL (optional), ADB_COMMAND_TIMEOUT (optional), ADB_SCREENSHOT_TIMEOUT (optional), ADB_UI_CHANGE_TIMEOUT (optional), ADB_UI_CHANGE_POLL_INTERVAL (optional), ADB_AAPT_TIMEOUT (optional), ADB_CONFIG_SOURCE (optional) Install (Claude Code): claude mcp add io-github-neverlow512-agent-droid-bridge -- uvx agent-droid-bridge --- ## Tfl URL: https://mcp-marketplace.io/server/io-github-oneill9-mcp-server-tfl Summary: Community-built server providing real-time London transport data via the TfL Unified API Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/oneill9/mcp-server-tfl Security Score: 10/10 Creator: Oneill9 Creator Reputation: B Version: 1.4.0 Required Credentials: TFL_APP_KEY (required) --- ## Facebook Ads URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-facebook-ads Summary: Facebook Ads MCP Pack Description: Facebook Ads MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/facebook_ads/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/facebook_ads/mcp GitHub: https://github.com/pipeworx-io/mcp-facebook_ads MCP Tools (6): discover_tools, fb_list_ad_accounts, fb_list_campaigns, fb_get_campaign, fb_campaign_insights, fb_list_adsets Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-facebook-ads https://gateway.pipeworx.io/facebook_ads/mcp --- ## Apple MCPs URL: https://mcp-marketplace.io/server/io-github-jonathanrreed-apple-mcp-notes Summary: Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-mcp-notes GitHub: https://github.com/JonathanRReed/Apple-MCPs Security Score: 9.7/10 Creator: JonathanRReed Creator Reputation: B Version: 1.0.2 Required Credentials: APPLE_NOTES_MCP_SAFETY_MODE (optional), APPLE_NOTES_MCP_ALLOWED_ACCOUNTS (optional), APPLE_NOTES_MCP_ALLOWED_FOLDERS (optional) Install (Claude Code): claude mcp add io-github-jonathanrreed-apple-mcp-notes -- uvx apple-mcp-notes --- ## Arch Deterministic URL: https://mcp-marketplace.io/server/io-github-archradhq-deterministic Summary: Deterministic IR/IR-LINT validation, policy packs, drift vs exports (archrad). Apache-2.0. Category: Developer Tools Mode: local Pricing: Free npm: @archrad/deterministic GitHub: https://github.com/archradhq/arch-deterministic Security Score: 9.5/10 Creator: Archradhq Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-archradhq-deterministic -- npx -y @archrad/deterministic@0.4.1 --- ## Ozon Seller URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-ozon-seller Summary: MCP server for Ozon Seller API — products, FBS/FBO, finance, analytics, returns Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-ozon-seller GitHub: https://github.com/dontsovcmc/mcp-server-ozon-seller Security Score: 4.2/10 Creator: Dontsovcmc Creator Reputation: B Version: 0.3.1 Required Credentials: OZON_CLIENT_ID (required), OZON_API_KEY (required) Install (Claude Code): claude mcp add io-github-dontsovcmc-ozon-seller -- uvx mcp-server-ozon-seller==0.3.1 --- ## Pagecrawl URL: https://mcp-marketplace.io/server/io-github-pagecrawl-pagecrawl-mcp Summary: Monitor web pages for changes with AI-powered change detection, diffs, and alerts. Description: Monitor web pages for changes with AI-powered change detection, diffs, and alerts. Remote endpoints: sse: https://pagecrawl.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pagecrawl.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pagecrawl-pagecrawl-mcp https://pagecrawl.io/mcp --- ## Fas URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fas Summary: FAS MCP — USDA Foreign Agricultural Service (trade & global production data) Description: FAS MCP — USDA Foreign Agricultural Service (trade & global production data) Remote endpoints: streamable-http: https://gateway.pipeworx.io/fas/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fas/mcp GitHub: https://github.com/pipeworx-io/mcp-fas MCP Tools (5): discover_tools, fas_exports, fas_imports, fas_production, fas_commodity_codes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fas https://gateway.pipeworx.io/fas/mcp --- ## ScraperMcp El URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-scrapermcp-el Summary: Extract and parse web pages into clean HTML, links, or Markdown. Handle dynamic, complex, or block… Description: Extract and parse web pages into clean HTML, links, or Markdown. Handle dynamic, complex, or block… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/scrapermcp_el/mcp Category: Search & Web Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/ScraperMcp_el Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.15.0 --- ## Docgen Sdks URL: https://mcp-marketplace.io/server/io-github-dokmatiq-docgen Summary: PDF/DOCX/Excel generation with stationery overlay, ZUGFeRD/XRechnung, signing, receipt OCR. Category: Developer Tools Mode: local Pricing: Free PyPI: dokmatiq-docgen-mcp GitHub: https://github.com/dokmatiq/docgen-sdks Security Score: 7/10 Creator: Dokmatiq Creator Reputation: B Version: 0.1.2 Required Credentials: DOCGEN_API_KEY (required), DOCGEN_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-dokmatiq-docgen -- uvx dokmatiq-docgen-mcp==0.1.2 --- ## Futbolatlas URL: https://mcp-marketplace.io/server/app-futbolatlas-futbol-atlas Summary: The Laws of the Game and world football's major competitions, every claim cited to primary sources Description: The Laws of the Game and world football's major competitions, every claim cited to primary sources Remote endpoints: streamable-http: https://futbolatlas.app/mcp?via=manifest Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://futbolatlas.app/mcp?via=manifest GitHub: https://github.com/citarium/futbolatlas-mcp MCP Tools (8): search, get_entity, get_topic, answer, get_sources, get_related, get_latest, get_overview Security Score: 10/10 Creator: Citarium Creator Reputation: B Version: 0.6.14 Install (Claude Code Remote): claude mcp add --transport http app-futbolatlas-futbol-atlas 'https://futbolatlas.app/mcp?via=manifest' --- ## Nory URL: https://mcp-marketplace.io/server/io-github-thememebanker-nory-mcp-server Summary: Give any AI agent instant payment capabilities via x402 protocol on Solana Category: Developer Tools Mode: local Pricing: Free npm: nory-mcp-server GitHub: https://github.com/TheMemeBanker/nory-mcp-server Security Score: 8.3/10 Creator: TheMemeBanker Creator Reputation: B Version: 0.1.1 Required Credentials: NORY_WALLET_KEY (required), NORY_API_URL (optional) Install (Claude Code): claude mcp add io-github-thememebanker-nory-mcp-server -- npx -y nory-mcp-server@1.0.3 --- ## Fred URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fred Summary: FRED MCP — Federal Reserve Economic Data (St. Louis Fed) Description: FRED MCP — Federal Reserve Economic Data (St. Louis Fed) Remote endpoints: streamable-http: https://gateway.pipeworx.io/fred/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fred/mcp GitHub: https://github.com/pipeworx-io/mcp-fred MCP Tools (6): discover_tools, fred_get_series, fred_search, fred_series_info, fred_category, fred_releases Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fred https://gateway.pipeworx.io/fred/mcp --- ## Pvpc URL: https://mcp-marketplace.io/server/ai-smithery-rfdez-pvpc-mcp-server Summary: Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica. Description: Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica. Remote endpoints: streamable-http: https://server.smithery.ai/@rfdez/pvpc-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/rfdez/pvpc-mcp-server Security Score: 10/10 Creator: Rfdez Creator Reputation: B Version: 3.2.3 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-freeappstore-online-mcp Summary: AI agent tools for FreeAppStore: deploy status, SDK docs, app info, platform guide. Description: AI agent tools for FreeAppStore: deploy status, SDK docs, app info, platform guide. Remote endpoints: streamable-http: https://mcp.freeappstore.online/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.freeappstore.online/mcp GitHub: https://github.com/freeappstore-online/mcp Security Score: 4.2/10 Creator: Freeappstore Online Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-freeappstore-online-mcp https://mcp.freeappstore.online/mcp --- ## L2beat URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-l2beat Summary: L2BEAT MCP — Layer 2 ecosystem analytics Description: L2BEAT MCP — Layer 2 ecosystem analytics Remote endpoints: streamable-http: https://gateway.pipeworx.io/l2beat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/l2beat/mcp GitHub: https://github.com/pipeworx-io/mcp-l2beat MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_projects, get_project, tvs_breakdown, tvs_history, activity Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-l2beat https://gateway.pipeworx.io/l2beat/mcp --- ## Giphy URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-giphy Summary: Giphy MCP — wraps Giphy API (public beta key, free) Description: Giphy MCP — wraps Giphy API (public beta key, free) Remote endpoints: streamable-http: https://gateway.pipeworx.io/giphy/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/giphy/mcp GitHub: https://github.com/pipeworx-io/mcp-giphy MCP Tools (4): discover_tools, search_gifs, trending_gifs, random_gif Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-giphy https://gateway.pipeworx.io/giphy/mcp --- ## Mango Office URL: https://mcp-marketplace.io/server/io-github-theyahia-mango-office-mcp Summary: MCP server for Mango Office — cloud PBX, call management (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/mango-office-mcp GitHub: https://github.com/theYahia/mango-office-mcp Security Score: 4.8/10 Creator: TheYahia Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-theyahia-mango-office-mcp -- npx -y @theyahia/mango-office-mcp@1.1.1 --- ## Hiveconsult URL: https://mcp-marketplace.io/server/io-github-srotzin-hiveconsult Summary: Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support. Description: Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support. Remote endpoints: streamable-http: https://hiveconsult.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://hiveconsult.onrender.com/mcp GitHub: https://github.com/srotzin/hiveconsult Security Score: 4.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hiveconsult https://hiveconsult.onrender.com/mcp --- ## Kaiten URL: https://mcp-marketplace.io/server/io-github-theyahia-kaiten-mcp Summary: MCP server for Kaiten API — cards, boards. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/kaiten-mcp GitHub: https://github.com/theYahia/kaiten-mcp Security Score: 5/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: KAITEN_DOMAIN (required) Install (Claude Code): claude mcp add io-github-theyahia-kaiten-mcp -- npx -y @theyahia/kaiten-mcp@3.0.1 --- ## Autostackup URL: https://mcp-marketplace.io/server/io-github-autostackup-marketing Summary: Kotler 9-element audit, IMC campaign planning, Meta & Google, audience segmentation for Claude. Category: Marketing & Social Mode: local Pricing: Free npm: @autostackup/marketing GitHub: https://github.com/Autostackup/autostackup Security Score: 9.7/10 Creator: Autostackup Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-autostackup-marketing -- npx -y @autostackup/marketing --- ## Google Ads URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-google-ads Summary: Google Ads MCP Pack Description: Google Ads MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_ads/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/google_ads/mcp GitHub: https://github.com/pipeworx-io/mcp-google_ads MCP Tools (6): discover_tools, gads_list_campaigns, gads_get_campaign, gads_campaign_metrics, gads_list_ad_groups, gads_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-google-ads https://gateway.pipeworx.io/google_ads/mcp --- ## Nhl URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nhl Summary: NHL MCP — live NHL data via the official NHL API Description: NHL MCP — live NHL data via the official NHL API Remote endpoints: streamable-http: https://gateway.pipeworx.io/nhl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nhl/mcp GitHub: https://github.com/pipeworx-io/mcp-nhl MCP Tools (5): discover_tools, get_standings, get_scores, get_schedule, get_player Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nhl https://gateway.pipeworx.io/nhl/mcp --- ## Smithery Exam URL: https://mcp-marketplace.io/server/ai-smithery-kim-soung-won-mcp-smithery-exam Summary: Craft quick, personalized greetings by name. Generate ready-to-use greeting prompts for a consiste… Description: Craft quick, personalized greetings by name. Generate ready-to-use greeting prompts for a consiste… Remote endpoints: streamable-http: https://server.smithery.ai/@Kim-soung-won/mcp-smithery-exam/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/Kim-soung-won/mcp-smithery-exam Security Score: 10/10 Creator: Kim Soung Won Creator Reputation: B Version: 1.14.0 --- ## Estaite URL: https://mcp-marketplace.io/server/io-github-estaite-solutions-estaite-mcp Summary: Current US rental market data for AI agents: 1,500+ submarkets, monthly rent + vacancy + trends. Description: Current US rental market data for AI agents: 1,500+ submarkets, monthly rent + vacancy + trends. Remote endpoints: streamable-http: https://mcp.estaite.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.estaite.com GitHub: https://github.com/Estaite-Solutions/estaite-mcp Security Score: 10/10 Creator: Estaite Solutions Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-estaite-solutions-estaite-mcp https://mcp.estaite.com --- ## Sear URL: https://mcp-marketplace.io/server/io-github-igor-holt-sear Summary: Benchmark-first release surface with a read-only MCP endpoint and operator CLI. Description: Benchmark-first release surface with a read-only MCP endpoint and operator CLI. Remote endpoints: streamable-http: https://sear.genesisconductor.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sear.genesisconductor.io/api/mcp GitHub: https://github.com/igor-holt/sear MCP Tools (3): sear_overview, sear_benchmarks, sear_cli_help Security Score: 10/10 Creator: Igor Holt Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-igor-holt-sear https://sear.genesisconductor.io/api/mcp --- ## Moysklad URL: https://mcp-marketplace.io/server/io-github-theyahia-moysklad-mcp Summary: MCP server for MoySklad — warehouse, inventory, orders, reports (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/moysklad-mcp GitHub: https://github.com/theYahia/moysklad-mcp Security Score: 5.2/10 Creator: TheYahia Creator Reputation: B Version: 3.0.1 Install (Claude Code): claude mcp add io-github-theyahia-moysklad-mcp -- npx -y @theyahia/moysklad-mcp@3.0.1 --- ## Google Analytics URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-google-analytics Summary: Google Analytics MCP Pack Description: Google Analytics MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_analytics/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/google_analytics/mcp GitHub: https://github.com/pipeworx-io/mcp-google_analytics MCP Tools (5): discover_tools, ga_run_report, ga_list_properties, ga_get_realtime, ga_get_metadata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-google-analytics https://gateway.pipeworx.io/google_analytics/mcp --- ## Memoraeu Memoraeu URL: https://mcp-marketplace.io/server/io-github-pquattro-memoraeu-mcp Summary: Zero-knowledge persistent memory for Claude — encrypted, semantic search, EU hosted. Category: Developer Tools Mode: local Pricing: Free PyPI: memoraeu-mcp GitHub: https://github.com/pquattro/memoraeu-memoraeu-mcp.git Security Score: 3.1/10 Creator: Pquattro Creator Reputation: B Version: 0.1.2 Required Credentials: MEMORAEU_API_URL (optional), MEMORAEU_API_KEY (required), MEMORAEU_SECRET (required), MEMORAEU_SALT (required), MISTRAL_API_KEY (required) Install (Claude Code): claude mcp add io-github-pquattro-memoraeu-mcp -- uvx memoraeu-mcp --- ## Unlinked URL: https://mcp-marketplace.io/server/io-github-larsbaunwall-unlinked Summary: MCP server that brings your LinkedIn professional profile and experience into your context. Category: Developer Tools Mode: local Pricing: Free npm: @larsbaunwall/unlinked GitHub: https://github.com/larsbaunwall/unlinked Security Score: 10/10 Creator: Larsbaunwall Creator Reputation: B Version: 1.0.4 Required Credentials: LINKEDIN_TOKEN (required), LINKEDIN_API_VERSION (optional) Install (Claude Code): claude mcp add io-github-larsbaunwall-unlinked -- npx -y @larsbaunwall/unlinked@1.0.4 --- ## Courtapi URL: https://mcp-marketplace.io/server/io-github-courtio-courtapi-mcp Summary: Search and retrieve US federal court cases, dockets, claims, and documents via PACER Category: Developer Tools Mode: local Pricing: Free npm: @courtio/courtapi-mcp GitHub: https://github.com/courtio/courtapi-mcp Security Score: 4.8/10 Creator: Courtio Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-courtio-courtapi-mcp -- npx -y @courtio/courtapi-mcp@0.1.1 --- ## Unreal URL: https://mcp-marketplace.io/server/ai-smithery-chir24-unreal-mcp-server Summary: A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E… Description: A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E… Remote endpoints: streamable-http: https://server.smithery.ai/@ChiR24/unreal_mcp_server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/ChiR24/Unreal_mcp Security Score: 10/10 Creator: ChiR24 Creator Reputation: B Version: 0.4.4 --- ## Jira URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jira Summary: Jira MCP Pack Description: Jira MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/jira/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jira/mcp GitHub: https://github.com/pipeworx-io/mcp-jira MCP Tools (5): discover_tools, jira_search, jira_get_issue, jira_list_projects, jira_get_project Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jira https://gateway.pipeworx.io/jira/mcp --- ## Google Maps URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-google-maps Summary: Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation. Description: Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation. Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_maps/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/google_maps/mcp GitHub: https://github.com/pipeworx-io/mcp-google_maps MCP Tools (8): discover_tools, maps_geocode, maps_reverse_geocode, maps_place_search, maps_place_details, maps_directions, maps_distance_matrix, maps_elevation Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-google-maps https://gateway.pipeworx.io/google_maps/mcp --- ## Agentpedia URL: https://mcp-marketplace.io/server/io-github-ksaslam311-agentpedia-mcp-server Summary: Search, discover, and contribute to AgentPedia - the knowledge base for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @agentpedia/mcp-server GitHub: https://github.com/3xfreedom/agentpedia Security Score: 9.7/10 Creator: 3xfreedom Creator Reputation: B Version: 1.1.2 Required Credentials: AGENTPEDIA_API_KEY (optional) Install (Claude Code): claude mcp add io-github-ksaslam311-agentpedia-mcp-server -- npx -y @agentpedia/mcp-server --- ## Npm Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-npm Summary: npm package search, audit, bundle analysis for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-npm-tools GitHub: https://github.com/rog0x/mcp-npm-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-npm -- npx -y @rog0x/mcp-npm-tools@1.0.1 --- ## Claude Remind URL: https://mcp-marketplace.io/server/io-github-emretheus-claude-remind-mcp Summary: Search past Claude Code conversations. Local BM25 over JSONL with one-click claude --resume. Category: Developer Tools Mode: local Pricing: Free npm: claude-remind-mcp GitHub: https://github.com/emretheus/claude-remind-mcp Security Score: 8.2/10 Creator: Emretheus Creator Reputation: B Version: 0.1.1 Required Credentials: CLAUDE_CONFIG_DIR (optional), CLAUDE_REMIND_DIR (optional) Install (Claude Code): claude mcp add io-github-emretheus-claude-remind-mcp -- npx -y claude-remind-mcp@0.1.1 --- ## Allowance Mcp Public URL: https://mcp-marketplace.io/server/com-useallowance-allowance-mcp Summary: Secure agent purchasing with human-approved virtual cards, receipts, and audit trails. Description: Secure agent purchasing with human-approved virtual cards, receipts, and audit trails. Remote endpoints: streamable-http: https://mcp.useallowance.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.useallowance.com GitHub: https://github.com/useallowance/allowance-mcp-public Security Score: 10/10 Creator: Useallowance Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http com-useallowance-allowance-mcp https://mcp.useallowance.com --- ## Twords URL: https://mcp-marketplace.io/server/io-github-139user-tword-divination Summary: Qimen Dunjia & Da Liu Ren divination: complete nine-palace charts and four-lesson analysis. Description: Qimen Dunjia & Da Liu Ren divination: complete nine-palace charts and four-lesson analysis. Remote endpoints: streamable-http: https://profound.fate-craft.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://profound.fate-craft.com/api/mcp GitHub: https://github.com/139user/twords MCP Tools (2): qimen_dunjia_calculate, da_liu_ren_calculate Security Score: 9/10 Creator: 139user Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-139user-tword-divination https://profound.fate-craft.com/api/mcp --- ## My Cool Proxy URL: https://mcp-marketplace.io/server/io-github-karashiiro-my-cool-proxy Summary: An MCP server gateway that minimizes context usage via progressive Lua-driven discovery 🌙 Category: Developer Tools Mode: local Pricing: Free npm: @karashiiro/my-cool-proxy GitHub: https://github.com/karashiiro/my-cool-proxy Security Score: 9.7/10 Creator: Karashiiro Creator Reputation: B Version: 1.5.4 Install (Claude Code): claude mcp add io-github-karashiiro-my-cool-proxy -- npx -y @karashiiro/my-cool-proxy --- ## Edinet Db URL: https://mcp-marketplace.io/server/io-github-edinetdb-edinet-db-mcp Summary: Remote MCP for Japan's EDINET DB — 3,800 listed companies' financials & filings (OAuth) Description: Remote MCP for Japan's EDINET DB — 3,800 listed companies' financials & filings (OAuth) Remote endpoints: streamable-http: https://edinetdb.jp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://edinetdb.jp/mcp GitHub: https://github.com/edinetdb/edinet-db-mcp Security Score: 10/10 Creator: Edinetdb Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-edinetdb-edinet-db-mcp https://edinetdb.jp/mcp --- ## Image Video URL: https://mcp-marketplace.io/server/pro-bananabanana-image-video Summary: Generate images & video (Nano Banana, Veo, Omni) pay-as-you-go. No subscription, crypto payments. Description: Generate images & video (Nano Banana, Veo, Omni) pay-as-you-go. No subscription, crypto payments. Remote endpoints: streamable-http: https://bananabanana.pro/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bananabanana.pro/api/mcp MCP Tools (9): list_models, get_account, generate_image, edit_image, generate_video, edit_video, generate_speech, get_result, list_generations Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http pro-bananabanana-image-video https://bananabanana.pro/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-simstim-mcp Summary: Deploy sims to any screen. Control your displays with Claude. Description: Deploy sims to any screen. Control your displays with Claude. Remote endpoints: streamable-http: https://my.simstim.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://my.simstim.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-simstim-mcp https://my.simstim.ai/mcp --- ## Vaultit URL: https://mcp-marketplace.io/server/io-github-therealdataboss-vaultit Summary: Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM. Category: Developer Tools Mode: local Pricing: Free PyPI: vaultit GitHub: https://github.com/TheRealDataBoss/vaultit Security Score: 3.5/10 Creator: TheRealDataBoss Creator Reputation: B Version: 0.6.1 Install (Claude Code): claude mcp add io-github-therealdataboss-vaultit -- uvx vaultit==0.6.1 --- ## Tapsite URL: https://mcp-marketplace.io/server/io-github-mgriffen-tapsite Summary: MCP server for web inspection, design system extraction, and accessibility audits Category: Developer Tools Mode: local Pricing: Free npm: tapsite GitHub: https://github.com/mgriffen/tapsite Security Score: 10/10 Creator: Mgriffen Creator Reputation: B Version: 4.0.1 Install (Claude Code): claude mcp add io-github-mgriffen-tapsite -- npx -y tapsite@5.2.0 --- ## Filesystem URL: https://mcp-marketplace.io/server/io-github-domdomegg-filesystem-mcp Summary: Read, create, and edit files. Category: File & Storage Mode: local Pricing: Free npm: filesystem-mcp GitHub: https://github.com/domdomegg/filesystem-mcp.git Security Score: 7.8/10 Creator: Domdomegg Creator Reputation: B Version: 1.3.0 Required Credentials: MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-domdomegg-filesystem-mcp -- npx -y filesystem-mcp@1.3.0 --- ## Keremurat Json URL: https://mcp-marketplace.io/server/ai-smithery-keremurat-json Summary: Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an… Description: Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an… Remote endpoints: streamable-http: https://server.smithery.ai/@keremurat/json/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/keremurat/mcp Security Score: 10/10 Creator: Keremurat Creator Reputation: B Version: 1.16.0 --- ## TimeZest URL: https://mcp-marketplace.io/server/io-github-sagarkalra-tech-timezest-mcp Summary: MCP Server for TimeZest: manage appointments, pending requests, and ticket schedules in Claude. Category: Developer Tools Mode: local Pricing: Free npm: timezest-mcp GitHub: https://github.com/sagarkalra-tech/TimeZest-MCP Security Score: 6/10 Creator: Sagarkalra Tech Creator Reputation: B Version: 1.1.0 Required Credentials: TIMEZEST_API_KEY (required), TIMEZEST_DEFAULT_TZ (optional) Install (Claude Code): claude mcp add io-github-sagarkalra-tech-timezest-mcp -- npx -y timezest-mcp@1.1.2 --- ## Panera URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-panera Summary: MCP server for Panera Bread - browse menu, customize orders, place pickup Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-panera GitHub: https://github.com/markswendsen-code/mcp-panera Security Score: 7/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-panera -- npx -y @striderlabs/mcp-panera@0.1.0 --- ## Iss Number URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-iss-number Summary: iss-number MCP — wraps StupidAPIs (requires X-API-Key) Description: iss-number MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/iss-number/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/iss-number/mcp GitHub: https://github.com/pipeworx-io/mcp-iss-number MCP Tools (2): discover_tools, iss_number_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-iss-number https://gateway.pipeworx.io/iss-number/mcp --- ## Pvgis URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pvgis Summary: PVGIS MCP — EU Joint Research Centre PV system modeler Description: PVGIS MCP — EU Joint Research Centre PV system modeler Remote endpoints: streamable-http: https://gateway.pipeworx.io/pvgis/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pvgis/mcp GitHub: https://github.com/pipeworx-io/mcp-pvgis MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, pv_performance, monthly_radiation, tmy Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pvgis https://gateway.pipeworx.io/pvgis/mcp --- ## Attest Dev URL: https://mcp-marketplace.io/server/io-github-chudah1-attest-mcp Summary: Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call Category: Developer Tools Mode: local Pricing: Free npm: @attest-dev/mcp GitHub: https://github.com/chudah1/attest-dev Security Score: 7.2/10 Creator: Chudah1 Creator Reputation: B Version: 0.1.0 Required Credentials: ATTEST_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-chudah1-attest-mcp -- npx -y @attest-dev/mcp --- ## Huly URL: https://mcp-marketplace.io/server/io-github-varaprasadreddy9676-huly-mcp Summary: MCP server for Huly — manage projects, issues, documents and more via natural language. Category: Developer Tools Mode: local Pricing: Free npm: huly-mcp-sdk GitHub: https://github.com/varaprasadreddy9676/huly-mcp Security Score: 6.5/10 Creator: Varaprasadreddy9676 Creator Reputation: B Version: 0.5.4 Required Credentials: HULY_TOKEN (required), HULY_WORKSPACE (optional), HULY_FRONT_URL (optional) Install (Claude Code): claude mcp add io-github-varaprasadreddy9676-huly-mcp -- npx -y huly-mcp-sdk@0.5.6 --- ## Hive Mcp Abtest URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-abtest Summary: A/B experiment runner for the A2A network with x402 micropayments on Base USDC. Description: A/B experiment runner for the A2A network with x402 micropayments on Base USDC. Remote endpoints: streamable-http: https://hive-mcp-abtest.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-abtest.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-abtest MCP Tools (3): abtest_assign, abtest_record_conversion, abtest_results Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-abtest https://hive-mcp-abtest.onrender.com/mcp --- ## AiDex URL: https://mcp-marketplace.io/server/io-github-cscsoftware-aidex Summary: Persistent code indexing for AI assistants. 50x less context than grep. 11 languages. Category: Developer Tools Mode: local Pricing: Free npm: aidex-mcp GitHub: https://github.com/CSCSoftware/AiDex Security Score: 2/10 Creator: CSCSoftware Creator Reputation: B Version: 1.8.0 Install (Claude Code): claude mcp add io-github-cscsoftware-aidex -- npx -y aidex-mcp@1.17.0 --- ## Negotiate URL: https://mcp-marketplace.io/server/io-github-sanjana-pier39-negotiate-mcp Summary: Negotiate prices at any negotiate.v1 store. AI shopper tools for Claude. Category: Developer Tools Mode: local Pricing: Free PyPI: negotiate-mcp GitHub: https://github.com/sanjana-pier39/negotiate-mcp Security Score: 4.2/10 Creator: Sanjana Pier39 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sanjana-pier39-negotiate-mcp -- uvx negotiate-mcp==0.1.1 --- ## Meteors URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-meteors Summary: Meteors MCP — NASA fireball, near-Earth asteroid, and close approach data Description: Meteors MCP — NASA fireball, near-Earth asteroid, and close approach data Remote endpoints: streamable-http: https://gateway.pipeworx.io/meteors/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/meteors/mcp GitHub: https://github.com/pipeworx-io/mcp-meteors MCP Tools (4): discover_tools, get_fireballs, get_close_approaches, get_neo_feed Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-meteors https://gateway.pipeworx.io/meteors/mcp --- ## Estat Japan URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-estat-japan Summary: e-Stat (Japan) MCP — government statistics Description: e-Stat (Japan) MCP — government statistics Remote endpoints: streamable-http: https://gateway.pipeworx.io/estat-japan/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/estat-japan/mcp GitHub: https://github.com/pipeworx-io/mcp-estat-japan MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_stats, get_metadata, get_data, list_data_catalog Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-estat-japan https://gateway.pipeworx.io/estat-japan/mcp --- ## Opengrok URL: https://mcp-marketplace.io/server/io-github-icyhot09-opengrok Summary: MCP server bridging OpenGrok indices with AI for deep, instant context across massive codebases. Category: Developer Tools Mode: local Pricing: Free npm: opengrok-mcp-server GitHub: https://github.com/IcyHot09/opengrok-mcp-server Security Score: 10/10 Installs: 1 Creator: IcyHot09 Creator Reputation: B Version: 3.3.4 Install (Claude Code): claude mcp add io-github-icyhot09-opengrok -- npx -y opengrok-mcp-server@9.2.14 --- ## Lm URL: https://mcp-marketplace.io/server/io-github-houtini-ai-lm Summary: Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model. Category: Developer Tools Mode: local Pricing: Free npm: @houtini/lm GitHub: https://github.com/houtini-ai/lm Security Score: 10/10 Creator: Houtini Ai Creator Reputation: B Version: 3.2.3 Required Credentials: HOUTINI_LM_ENDPOINT_URL (optional), HOUTINI_LM_API_KEY (required), HOUTINI_LM_MODEL (optional), HOUTINI_LM_PROVIDER (optional) Install (Claude Code): claude mcp add io-github-houtini-ai-lm -- npx -y @houtini/lm@3.2.3 --- ## Archgraph Gateway URL: https://mcp-marketplace.io/server/dev-archgraph-mcp Summary: Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis. Description: Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis. Remote endpoints: streamable-http: https://mcp.archgraph.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.archgraph.dev/mcp GitHub: https://github.com/Deaxu/archgraph-gateway Security Score: 8/10 Creator: Deaxu Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-archgraph-mcp https://mcp.archgraph.dev/mcp --- ## Linear URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-linear Summary: Linear MCP — wraps the Linear GraphQL API (OAuth) Description: Linear MCP — wraps the Linear GraphQL API (OAuth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/linear/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/linear/mcp GitHub: https://github.com/pipeworx-io/mcp-linear MCP Tools (6): discover_tools, linear_list_issues, linear_get_issue, linear_create_issue, linear_list_teams, linear_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-linear https://gateway.pipeworx.io/linear/mcp --- ## Registry URL: https://mcp-marketplace.io/server/io-github-wei-mcp-registry-mcp-server Summary: MCP server for querying the official MCP registry. Category: Developer Tools Mode: local Pricing: Free npm: mcp-registry-mcp-server GitHub: https://github.com/wei/mcp-registry-mcp-server Security Score: 8/10 Creator: Wei Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-wei-mcp-registry-mcp-server -- npx -y mcp-registry-mcp-server@1.1.1 --- ## Infracost URL: https://mcp-marketplace.io/server/io-github-downatthebottomofthemolehole-infracost Summary: MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code Category: Cloud & DevOps Mode: local Pricing: Free npm: @downatthebottomofthemolehole/infracost-mcp-server GitHub: https://github.com/DownAtTheBottomOfTheMoleHole/infracost-mcp Security Score: 10/10 Creator: DownAtTheBottomOfTheMoleHole Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-downatthebottomofthemolehole-infracost -- npx -y @downatthebottomofthemolehole/infracost-mcp-server@1.0.1 --- ## Mcp URL: https://mcp-marketplace.io/server/fr-brandyze-mcp Summary: French AI marketing intelligence: creators, brands, social listening — 158 MCP tools. Description: French AI marketing intelligence: creators, brands, social listening — 158 MCP tools. Remote endpoints: sse: https://api.brandyze.fr/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.brandyze.fr/mcp/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http fr-brandyze-mcp https://api.brandyze.fr/mcp/sse --- ## Pubrio URL: https://mcp-marketplace.io/server/io-github-pubrio-pubrio Summary: Glocalized business data layer for AI agents. Search companies, people, and signals. Category: Developer Tools Mode: local Pricing: Free npm: pubrio-mcp-server GitHub: https://github.com/pubrio/pubrio-mcp-server Security Score: 8/10 Creator: Pubrio Creator Reputation: B Version: 1.3.0 Required Credentials: PUBRIO_API_KEY (required) Install (Claude Code): claude mcp add io-github-pubrio-pubrio -- npx -y pubrio-mcp-server@1.4.0 --- ## Datagovmy URL: https://mcp-marketplace.io/server/ai-smithery-hithereiamaliff-mcp-datagovmy Summary: This MCP server provides seamless access to Malaysia's government open data, including datasets, w… Description: This MCP server provides seamless access to Malaysia's government open data, including datasets, w… Remote endpoints: streamable-http: https://server.smithery.ai/@hithereiamaliff/mcp-datagovmy/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@hithereiamaliff/mcp-datagovmy/mcp GitHub: https://github.com/hithereiamaliff/mcp-datagovmy Security Score: 10/10 Creator: Hithereiamaliff Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-hithereiamaliff-mcp-datagovmy https://server.smithery.ai/@hithereiamaliff/mcp-datagovmy/mcp --- ## Clipboard URL: https://mcp-marketplace.io/server/io-github-cmeans-mcp-clipboard Summary: Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-clipboard GitHub: https://github.com/cmeans/mcp-clipboard Security Score: 10/10 Creator: Cmeans Creator Reputation: B Version: 2.6.1 Install (Claude Code): claude mcp add io-github-cmeans-mcp-clipboard -- uvx mcp-clipboard==2.6.1 --- ## Mcp URL: https://mcp-marketplace.io/server/com-mdtidy-mcp Summary: Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents. Description: Clean, repair, and convert AI-generated Markdown to HTML/PDF/DOCX/PNG; save and share documents. Remote endpoints: streamable-http: https://www.mdtidy.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @mdtidy/mcp Remote URL: https://www.mdtidy.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.11 Required Credentials: MDTIDY_API_KEY (required), MDTIDY_BASE_URL (optional) Install (Claude Code): claude mcp add com-mdtidy-mcp -- npx -y @mdtidy/mcp Install (Claude Code Remote): claude mcp add --transport http com-mdtidy-mcp https://www.mdtidy.com/mcp --- ## Localplate URL: https://mcp-marketplace.io/server/io-github-daniel-cherny-localplate-mcp Summary: LocalPlate MCP for verified restaurant nutrition, food search, diary logs, and Plato guidance. Description: LocalPlate MCP for verified restaurant nutrition, food search, diary logs, and Plato guidance. Remote endpoints: streamable-http: https://iihzbnyxbxhsrexqsori.supabase.co/functions/v1/localplate-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://iihzbnyxbxhsrexqsori.supabase.co/functions/v1/localplate-mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-daniel-cherny-localplate-mcp https://iihzbnyxbxhsrexqsori.supabase.co/functions/v1/localplate-mcp --- ## Code Executor URL: https://mcp-marketplace.io/server/io-github-csoai-org-code-executor-mcp Summary: Code Executor MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: code-executor-mcp GitHub: https://github.com/CSOAI-ORG/code-executor-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-code-executor-mcp -- uvx code-executor-mcp==1.0.12 --- ## Ppn Hub URL: https://mcp-marketplace.io/server/com-ppn-hub-ppn-hub Summary: One MCP endpoint over 69 public PPN APIs: search_apis to discover, execute_api to call. Free tier. Description: One MCP endpoint over 69 public PPN APIs: search_apis to discover, execute_api to call. Free tier. Remote endpoints: streamable-http: https://mcp.ppn-hub.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ppn-hub.com/mcp MCP Tools (3): search_apis, execute_api, environment_brief Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http com-ppn-hub-ppn-hub https://mcp.ppn-hub.com/mcp --- ## Tickiti URL: https://mcp-marketplace.io/server/io-github-tickiti-tickiti-mcp Summary: Connect AI assistants to the Tickiti helpdesk API: tickets, queries, reports and admin. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/tickiti/tickiti-mcp Security Score: 5.2/10 Creator: Tickiti Creator Reputation: B Version: 0.1.0 --- ## MyAITwin MCP URL: https://mcp-marketplace.io/server/myaitwin-mcp Summary: A personal RAG database you build from chat, so AI creates work that sounds like you. Description: MyAITwin is a personal RAG database and semantic search engine you build and control from inside your AI chat. No dashboards, no upload flows, no engineering. You store something worth keeping in a conversation, and your twin grows. It holds two things and uses both: your knowledge, what you know, and your skills, how you express things. Store a voice note, a document, a URL, or a thought, and it is captured in seconds and tagged automatically. Ask what your principles are or what you decided l Category: Productivity Mode: dual Pricing: Free Remote URL: https://myaitwin.lutolearn.com/mcp GitHub: https://github.com/LutoLabs/mytwin-mcp Security Score: 7.2/10 Creator: ExLutoLabs Creator Reputation: D Version: 1.0.0 Tags: RAG, memory, semantic search, knowledge management, second brain, personal knowledge base, note-taking, writing Use Cases: Personal knowledge base, Writing in your voice, Semantic search over your notes, Second brain, Recalling past decisions Install (Claude Code Remote): claude mcp add --transport http myaitwin-mcp https://myaitwin.lutolearn.com/mcp --- ## Gold URL: https://mcp-marketplace.io/server/io-github-thaitrevor-gold-mcp Summary: MCP server for XAUUSD gold market data + 4-tier trading toolkit (TA, backtest, SMC, risk). Category: Developer Tools Mode: local Pricing: Free PyPI: gold-mcp GitHub: https://github.com/ThaiTrevor/gold-mcp Security Score: 10/10 Installs: 1 Creator: ThaiTrevor Creator Reputation: B Version: 4.1.2 Required Credentials: GOLD_MCP_LICENSE_KEY (required), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-thaitrevor-gold-mcp -- uvx gold-mcp==4.1.2 --- ## Sports Card Agent URL: https://mcp-marketplace.io/server/io-github-rjexile-sports-card-agent Summary: Sports card pricing, market analysis, grading ROI, and player stats (NBA/NFL/MLB) Category: Developer Tools Mode: local Pricing: Free PyPI: sports-card-agent GitHub: https://github.com/rjexile/sports-card-agent Security Score: 10/10 Creator: Rjexile Creator Reputation: B Version: 1.0.1 Required Credentials: EBAY_APP_ID (required), EBAY_CERT_ID (required), BALLDONTLIE_API_KEY (required) Install (Claude Code): claude mcp add io-github-rjexile-sports-card-agent -- uvx sports-card-agent==1.0.1 --- ## Notion Connect URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-notion-connect Summary: Notion MCP Pack Description: Notion MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/notion_connect/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/notion_connect/mcp GitHub: https://github.com/pipeworx-io/mcp-notion_connect MCP Tools (6): discover_tools, notion_search, notion_get_page, notion_get_database, notion_query_database, notion_list_pages Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-notion-connect https://gateway.pipeworx.io/notion_connect/mcp --- ## Trustmodel URL: https://mcp-marketplace.io/server/io-github-karlmehta-trustmodel-mcp Summary: Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents. Category: Developer Tools Mode: local Pricing: Free npm: @trustmodel/mcp-server GitHub: https://github.com/karlmehta/trustmodel-mcp Security Score: 4.2/10 Creator: Karlmehta Creator Reputation: B Version: 0.2.0 Required Credentials: TRUSTMODEL_API_KEY (required), TRUSTMODEL_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-karlmehta-trustmodel-mcp -- npx -y @trustmodel/mcp-server@0.2.0 --- ## ReadyPermit URL: https://mcp-marketplace.io/server/ai-readypermit-geo Summary: Zoning, ADU eligibility, flood zone, setbacks, and buildability intelligence for U.S. parcels. Description: Zoning, ADU eligibility, flood zone, setbacks, and buildability intelligence for U.S. parcels. Remote endpoints: streamable-http: https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server GitHub: https://github.com/Galax-ai/ReadyPermit.AI-v2 MCP Tools (8): analyze_property, get_buildability_score, lookup_zoning, check_flood_zone, check_environmental_risks, search_comparable_sales, calculate_buildable_envelope, submit_correction Security Score: 8/10 Creator: Galax Ai Creator Reputation: B Version: 1.2.3 Install (Claude Code Remote): claude mcp add --transport http ai-readypermit-geo https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server --- ## Civicrm URL: https://mcp-marketplace.io/server/io-github-yogiadhik-civicrm-mcp Summary: Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected, write-gated. Category: Developer Tools Mode: local Pricing: Free npm: civicrm-mcp GitHub: https://github.com/YogiAdhik/civicrm-mcp Security Score: 7.9/10 Creator: YogiAdhik Creator Reputation: B Version: 0.1.2 Required Credentials: CIVICRM_BASE_URL (optional), CIVICRM_API_KEY (required), CIVICRM_CMS (optional), CIVICRM_SITE_KEY (required), CIVICRM_AUTH_MODE (optional), CIVICRM_ALLOW_WRITES (optional), CIVICRM_ALLOW_DELETES (optional) Install (Claude Code): claude mcp add io-github-yogiadhik-civicrm-mcp -- npx -y civicrm-mcp@0.1.2 --- ## Mcp URL: https://mcp-marketplace.io/server/net-identifai-mcp Summary: Detect AI-generated images, videos, and audio with identifAI's deepfake detection tools. Description: Detect AI-generated images, videos, and audio with identifAI's deepfake detection tools. Remote endpoints: streamable-http: https://mcp.identifai.net Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.identifai.net MCP Tools (19): classify_image, classify_image_url, get_image_classification, get_all_image_classifications, get_classification_heatmap, override_image_classification, classify_video, classify_video_url, get_video_classification, get_all_video_classifications, override_video_classification, classify_audio, classify_audio_url, get_audio_classification, get_all_audio_classifications, override_audio_classification, get_user_credits, submit_tampering_tickets, get_tampering_batch_results Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.3 Install (Claude Code Remote): claude mcp add --transport http net-identifai-mcp https://mcp.identifai.net --- ## Openaq URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openaq Summary: OpenAQ MCP — wraps OpenAQ v2 API (free, no auth required) Description: OpenAQ MCP — wraps OpenAQ v2 API (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/openaq/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openaq/mcp GitHub: https://github.com/pipeworx-io/mcp-openaq MCP Tools (4): discover_tools, get_latest, get_locations, get_measurements Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openaq https://gateway.pipeworx.io/openaq/mcp --- ## Hive Mcp Cdn URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-cdn Summary: Edge content delivery for autonomous agents — signed manifests, A2A authentication Description: Edge content delivery for autonomous agents — signed manifests, A2A authentication Remote endpoints: streamable-http: https://hive-mcp-cdn.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-cdn.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-cdn MCP Tools (3): cdn_cache_get, cdn_cache_put, cdn_purge Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-cdn https://hive-mcp-cdn.onrender.com/mcp --- ## Xcode URL: https://mcp-marketplace.io/server/io-github-lapfelix-xcodemcp Summary: Control Xcode directly via JXA for build, test, debug operations with XCLogParser integration Category: Developer Tools Mode: local Pricing: Free npm: xcodemcp GitHub: https://github.com/lapfelix/XcodeMCP Security Score: 8/10 Creator: Lapfelix Creator Reputation: B Version: 2.1.2 Install (Claude Code): claude mcp add io-github-lapfelix-xcodemcp -- npx -y xcodemcp@2.1.4 --- ## Antigravity Run Ledger URL: https://mcp-marketplace.io/server/com-clauxel-antigravityrunledger-antigravityrunledger-mcp Summary: Remote MCP for Antigravity agent run receipt MCP, structured receipts, audit logs, and reviewer-read Description: Remote MCP for Antigravity agent run receipt MCP, structured receipts, audit logs, and reviewer-read Remote endpoints: streamable-http: https://antigravityrunledger.clauxel.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://antigravityrunledger.clauxel.com/mcp GitHub: https://github.com/clauxel/antigravity-run-ledger-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-antigravityrunledger-antigravityrunledger-mcp https://antigravityrunledger.clauxel.com/mcp --- ## Pharma Intel URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pharma-intel Summary: Pharma Intel MCP — Compound tools that chain ClinicalTrials.gov, Description: Pharma Intel MCP — Compound tools that chain ClinicalTrials.gov, Remote endpoints: streamable-http: https://gateway.pipeworx.io/pharma-intel/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pharma-intel/mcp GitHub: https://github.com/pipeworx-io/mcp-pharma-intel MCP Tools (4): discover_tools, pharma_drug_profile, pharma_pipeline_scan, pharma_safety_report Security Score: 8/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pharma-intel https://gateway.pipeworx.io/pharma-intel/mcp --- ## Pulse URL: https://mcp-marketplace.io/server/io-github-atmflow55-pulse-mcp Summary: Pulse: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%. Description: Pulse: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%. Remote endpoints: streamable-http: https://toughlovesec.win/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://toughlovesec.win/mcp GitHub: https://github.com/atmflow55/pulse-mcp MCP Tools (4): datafood_query, datafood_bundle, datafood_portfolio_ask, datafood_watch_session Security Score: 10/10 Creator: Atmflow55 Creator Reputation: B Version: 6.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-atmflow55-pulse-mcp https://toughlovesec.win/mcp --- ## Aigen Protocol URL: https://mcp-marketplace.io/server/org-duckdns-cryptogenesis-safe-agent Summary: Open bounty protocol for AI agents. 22 tools: token safety scans + paid missions. 0.5% fee. Description: Open bounty protocol for AI agents. 22 tools: token safety scans + paid missions. 0.5% fee. Remote endpoints: streamable-http: https://cryptogenesis.duckdns.org/mcp sse: https://cryptogenesis.duckdns.org/mcp/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://cryptogenesis.duckdns.org/mcp GitHub: https://github.com/Aigen-Protocol/aigen-protocol Security Score: 9.5/10 Creator: Aigen Protocol Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http org-duckdns-cryptogenesis-safe-agent https://cryptogenesis.duckdns.org/mcp --- ## Dataiku URL: https://mcp-marketplace.io/server/io-github-clssck-dataiku-mcp Summary: MCP server for Dataiku DSS project, flow, and operations APIs. Category: Developer Tools Mode: local Pricing: Free npm: dataiku-mcp GitHub: https://github.com/clssck/Dataiku_MCP Security Score: 10/10 Creator: Clssck Creator Reputation: B Version: 1.1.1 Required Credentials: DATAIKU_URL (optional), DATAIKU_API_KEY (required), DATAIKU_PROJECT_KEY (optional) Install (Claude Code): claude mcp add io-github-clssck-dataiku-mcp -- npx -y dataiku-mcp@1.1.1 --- ## Brave Search URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-brave-search-mcp-server Summary: Search the web, images, videos, news, and local businesses with robust filters, freshness controls… Description: Search the web, images, videos, news, and local businesses with robust filters, freshness controls… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/brave-search-mcp-server/mcp Category: Search & Web Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/brave-search-mcp-server Security Score: 7.3/10 Creator: Arjunkmrm Creator Reputation: B Version: 2.0.25 --- ## Pipedrive URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pipedrive Summary: Pipedrive MCP Pack — wraps the Pipedrive REST API v1 Description: Pipedrive MCP Pack — wraps the Pipedrive REST API v1 Remote endpoints: streamable-http: https://gateway.pipeworx.io/pipedrive/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pipedrive/mcp GitHub: https://github.com/pipeworx-io/mcp-pipedrive MCP Tools (6): discover_tools, pipedrive_list_deals, pipedrive_get_deal, pipedrive_list_persons, pipedrive_get_person, pipedrive_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pipedrive https://gateway.pipeworx.io/pipedrive/mcp --- ## Bykaranteli URL: https://mcp-marketplace.io/server/com-bykaranteli-mcp Summary: Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key. Description: Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key. Remote endpoints: streamable-http: https://mcp.bykaranteli.com/ Category: Developer Tools Mode: dual Pricing: Free npm: bykaranteli-mcp Remote URL: https://mcp.bykaranteli.com/ GitHub: https://github.com/bykarantelicom/bykaranteli-mcp Security Score: 5.2/10 Creator: Bykarantelicom Creator Reputation: B Version: 0.9.1 Install (Claude Code): claude mcp add com-bykaranteli-mcp -- npx -y bykaranteli-mcp@0.9.1 Install (Claude Code Remote): claude mcp add --transport http com-bykaranteli-mcp https://mcp.bykaranteli.com/ --- ## CLSplusplus URL: https://mcp-marketplace.io/server/io-github-rajamohan1950-cls-memory Summary: Cross-LLM persistent memory: store context once, recall it from any AI model. Description: Cross-LLM persistent memory: store context once, recall it from any AI model. Remote endpoints: streamable-http: https://www.clsplusplus.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: clsplusplus Remote URL: https://www.clsplusplus.com/mcp GitHub: https://github.com/rajamohan1950/CLSplusplus Security Score: 8/10 Creator: Rajamohan1950 Creator Reputation: B Version: 7.19.0 Required Credentials: CLS_API_KEY (required), CLS_API_URL (optional) Install (Claude Code): claude mcp add io-github-rajamohan1950-cls-memory -- uvx clsplusplus Install (Claude Code Remote): claude mcp add --transport http io-github-rajamohan1950-cls-memory https://www.clsplusplus.com/mcp --- ## Vap Showcase URL: https://mcp-marketplace.io/server/io-github-elestirelbilinc-sketch-vap-e Summary: AI image, video & music generation. Flux, Veo 3.1, Suno V5. Free tier included. Description: AI image, video & music generation. Flux, Veo 3.1, Suno V5. Free tier included. Remote endpoints: streamable-http: https://api.vapagent.com/mcp Category: Design Mode: dual Pricing: Free GitHub: https://github.com/vapagentmedia/vap-showcase Security Score: 10/10 Installs: 1 Creator: Vapagentmedia Creator Reputation: B Version: 1.14.1 --- ## Pypi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pypi Summary: PyPI MCP — wraps the Python Package Index (PyPI) JSON API (free, no auth). Description: PyPI MCP — wraps the Python Package Index (PyPI) JSON API (free, no auth). Remote endpoints: streamable-http: https://gateway.pipeworx.io/pypi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pypi/mcp GitHub: https://github.com/pipeworx-io/mcp-pypi MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_package, get_package_version, list_releases, get_download_stats Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pypi https://gateway.pipeworx.io/pypi/mcp --- ## JPStock Agent URL: https://mcp-marketplace.io/server/jpstock-agent Summary: AI-friendly access to Japanese (TSE/JPX) and Vietnamese (HOSE/HNX) stock market data Description: JPStock Agent is a comprehensive MCP server providing 111 tools for Japanese and Vietnamese stock market analysis. It wraps yfinance, J-Quants API, and vnstock to deliver real-time prices, technical analysis (24 indicators, 29 screening strategies), candlestick pattern detection (20 patterns), backtesting (12 strategies with Monte Carlo simulation), portfolio optimization, sentiment analysis, fundamental analysis (Altman Z-score, Piotroski F-score, DCF valuation), ML predictions, options analyti Category: Finance Mode: local Pricing: Free PyPI: jpstock-agent GitHub: https://github.com/fvn-manhtd/jp-stock-agent Security Score: 4.5/10 Installs: 1 Creator: jpstock-agent Creator Reputation: F Version: 1.0.0 Tags: stocks, japan, vietnam, finance, trading, technical-analysis, backtesting, portfolio, mcp, yfinance Use Cases: Stock analysis, Technical analysis, Portfolio optimization, Backtesting, Financial research, Market screening Install (Claude Code): claude mcp add jpstock-agent -- uvx jpstock-agent==0.2.0 --- ## Swiftsign URL: https://mcp-marketplace.io/server/ca-swiftsign-mcp Summary: E-signatures for agents: mint a sandbox key, send PDFs, track status, download the sealed result. Description: E-signatures for agents: mint a sandbox key, send PDFs, track status, download the sealed result. Remote endpoints: streamable-http: https://swiftsign.ca/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://swiftsign.ca/mcp GitHub: https://github.com/shahdadk/swiftsign Security Score: 8/10 Creator: Shahdadk Creator Reputation: B Version: 0.5.2 Install (Claude Code Remote): claude mcp add --transport http ca-swiftsign-mcp https://swiftsign.ca/mcp --- ## Cosmik URL: https://mcp-marketplace.io/server/com-gocosmik-cosmik Summary: Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth. Description: Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth. Remote endpoints: streamable-http: https://gocosmik.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gocosmik.com/api/mcp GitHub: https://github.com/crashedfox/cosmik-mcp MCP Tools (3): get_next_launches, get_iss_passes, get_launch_news Security Score: 10/10 Creator: Crashedfox Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gocosmik-cosmik https://gocosmik.com/api/mcp --- ## Findinfringement URL: https://mcp-marketplace.io/server/io-github-bikram2112-findinfringement Summary: Find patent infringers with 9 AI models. Search products & standards from your AI client. Description: Find patent infringers with 9 AI models. Search products & standards from your AI client. Remote endpoints: sse: https://claimhit.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://claimhit.com/api/mcp MCP Tools (6): claimhit_search, claimhit_get_credits, claimhit_get_history, claimhit_get_result, claimhit_generate_chart, claimhit_rerun_search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bikram2112-findinfringement https://claimhit.com/api/mcp --- ## Quickbooks URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-quickbooks Summary: QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API. Description: QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API. Remote endpoints: streamable-http: https://gateway.pipeworx.io/quickbooks/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/quickbooks/mcp GitHub: https://github.com/pipeworx-io/mcp-quickbooks MCP Tools (6): discover_tools, qb_query, qb_get_customer, qb_list_invoices, qb_get_invoice, qb_list_accounts Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-quickbooks https://gateway.pipeworx.io/quickbooks/mcp --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-tsunamis Summary: Global tsunami events from NOAA NCEI, 2000 BC-present: wave height, runups, and counts. Description: Global tsunami events from NOAA NCEI, 2000 BC-present: wave height, runups, and counts. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/tsunamis Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/tsunamis GitHub: https://github.com/xyver/daedal-map Security Score: 5.7/10 Creator: Xyver Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-tsunamis https://app.daedalmap.com/mcp/tsunamis --- ## Accessibility Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-accessibility-ai-mcp Summary: Accessibility Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: accessibility-ai-mcp GitHub: https://github.com/CSOAI-ORG/accessibility-ai-mcp Security Score: 7/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.15 Install (Claude Code): claude mcp add io-github-csoai-org-accessibility-ai-mcp -- uvx accessibility-ai-mcp==1.0.15 --- ## NoesisAPI URL: https://mcp-marketplace.io/server/io-github-rengon0x-noesis Summary: Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools. Description: Solana on-chain intelligence — token scans, wallet profiling, bundle detection, 19 MCP tools. Remote endpoints: streamable-http: https://noesisapi.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://noesisapi.dev/mcp GitHub: https://github.com/Rengon0x/NoesisAPI Security Score: 9.8/10 Creator: Rengon0x Creator Reputation: B Version: 2.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-rengon0x-noesis https://noesisapi.dev/mcp --- ## Agent Skills URL: https://mcp-marketplace.io/server/io-github-deep-identity-inc-agent-skill Summary: An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv. Description: An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv. Remote endpoints: streamable-http: https://mcp.deepidv.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.deepidv.com/v1/mcp GitHub: https://github.com/Deep-Identity-Inc/agent-skills Security Score: 9.9/10 Creator: Deep Identity Inc Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-deep-identity-inc-agent-skill https://mcp.deepidv.com/v1/mcp --- ## Android Cli Agent Gate URL: https://mcp-marketplace.io/server/com-clauxel-androidcliagentgate-androidcliagentgate-mcp Summary: Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi Description: Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi Remote endpoints: streamable-http: https://androidcliagentgate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://androidcliagentgate.clauxel.com/mcp GitHub: https://github.com/clauxel/android-cli-agent-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-androidcliagentgate-androidcliagentgate-mcp https://androidcliagentgate.clauxel.com/mcp --- ## Relentless Identity URL: https://mcp-marketplace.io/server/io-github-duartemvix-relentless-identity Summary: Corporate identity finder and email verification. Map real addresses and users to real people. Description: Corporate identity finder and email verification. Map real addresses and users to real people. Remote endpoints: streamable-http: https://mcp.relentlessidentity.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.relentlessidentity.com/mcp/ Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-duartemvix-relentless-identity https://mcp.relentlessidentity.com/mcp/ --- ## Mif Spec URL: https://mcp-marketplace.io/server/io-github-varun29ankus-mif-tools Summary: Convert, validate, and inspect AI agent memories across formats Category: Developer Tools Mode: local Pricing: Free PyPI: mif-tools GitHub: https://github.com/varun29ankuS/mif-spec.git Security Score: 10/10 Creator: Varun29ankuS Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-varun29ankus-mif-tools -- uvx mif-tools==0.2.2 --- ## Bash Command URL: https://mcp-marketplace.io/server/io-github-mrorigo-bash-command-mcp Summary: Sophisticated bash command MCP server that runs and manages shell execution. Category: Developer Tools Mode: local Pricing: Free npm: bash-command-mcp GitHub: https://github.com/mrorigo/bash-command-mcp Security Score: 10/10 Creator: Mrorigo Creator Reputation: B Version: 0.1.2 Required Credentials: OTEL_ENABLED (optional), OTEL_SERVICE_NAME (optional), OTEL_SERVICE_VERSION (optional), OTEL_EXPORTER_OTLP_ENDPOINT (optional), OTEL_METRIC_EXPORT_INTERVAL_MS (optional), BASH_COMMAND_MCP_LOG_DIR (optional) Install (Claude Code): claude mcp add io-github-mrorigo-bash-command-mcp -- npx -y bash-command-mcp@0.1.5 --- ## Public Research URL: https://mcp-marketplace.io/server/com-hedgefundalpha-public-research Summary: Search public Hedge Fund Alpha metadata and find official membership and data product pages. Description: Search public Hedge Fund Alpha metadata and find official membership and data product pages. Remote endpoints: streamable-http: https://hedgefundalpha.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hedgefundalpha.com/mcp MCP Tools (7): search_hfa_content, get_hfa_article, list_recent_hfa_content, get_hfa_offerings, search_catalog, lookup_catalog, get_product Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-hedgefundalpha-public-research https://hedgefundalpha.com/mcp --- ## Rxnorm URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-rxnorm Summary: RxNorm MCP — wraps the NLM RxNav REST API (free, no auth) Description: RxNorm MCP — wraps the NLM RxNav REST API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/rxnorm/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/rxnorm/mcp GitHub: https://github.com/pipeworx-io/mcp-rxnorm MCP Tools (6): discover_tools, rxnorm_search, rxnorm_get_properties, rxnorm_related, rxnorm_interactions, rxnorm_ndc Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-rxnorm https://gateway.pipeworx.io/rxnorm/mcp --- ## Wrike URL: https://mcp-marketplace.io/server/ai-waystation-wrike Summary: Manage projects, tasks, and workflows with Wrike project management. Description: Manage projects, tasks, and workflows with Wrike project management. Remote endpoints: streamable-http: https://waystation.ai/wrike/mcp sse: https://waystation.ai/wrike/mcp/sse Category: Business Tools Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 8.3/10 Creator: Waystation Ai Creator Reputation: B Version: 0.3.1 --- ## Whylingxi Insurance URL: https://mcp-marketplace.io/server/cn-whylingxi-insurance Summary: 保险产品搜索、推荐、保费试算、核保预检。覆盖65家保司483款产品。China insurance MCP server. Description: 保险产品搜索、推荐、保费试算、核保预检。覆盖65家保司483款产品。China insurance MCP server. Remote endpoints: streamable-http: https://whylingxi.cn/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whylingxi.cn/mcp GitHub: https://github.com/lpb123/whylingxi-insurance-mcp Security Score: 9.9/10 Creator: Lpb123 Creator Reputation: B Version: 3.1.1 Install (Claude Code Remote): claude mcp add --transport http cn-whylingxi-insurance https://whylingxi.cn/mcp --- ## Roboflow URL: https://mcp-marketplace.io/server/com-roboflow-roboflow-mcp Summary: Roboflow computer vision for AI agents: datasets, annotation, versioning, workflows, inference. Description: Roboflow computer vision for AI agents: datasets, annotation, versioning, workflows, inference. Remote endpoints: streamable-http: https://mcp.roboflow.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.roboflow.com/mcp MCP Tools (30): projects_list, projects_create, projects_get, images_prepare_upload, images_prepare_upload_zip, images_upload_zip_status, images_search, annotations_save, annotation_batches_list, annotation_batches_get, annotation_jobs_create, versions_generate, versions_get, versions_export, models_list, models_get, models_infer, models_train, models_get_training_status, workflows_list, workflows_get, workflows_create, workflows_update, workflow_blocks_list, workflow_blocks_get_schema, workflow_specs_validate, workflows_run, workflow_specs_run, universe_search, meta_feedback_send Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-roboflow-roboflow-mcp https://mcp.roboflow.com/mcp --- ## Tarot Draw URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tarot-draw Summary: tarot-draw MCP — wraps StupidAPIs (requires X-API-Key) Description: tarot-draw MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tarot-draw/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tarot-draw/mcp GitHub: https://github.com/pipeworx-io/mcp-tarot-draw MCP Tools (2): discover_tools, tarot_draw_pull Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tarot-draw https://gateway.pipeworx.io/tarot-draw/mcp --- ## Mcpwebstore URL: https://mcp-marketplace.io/server/xyz-trusteed-mcp-gateway Summary: Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop. Description: Agentic commerce gateway: discovery, search, checkout across Shopify/Woo/Odoo/PrestaShop. Remote endpoints: streamable-http: https://trusteed.xyz/demo-store/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trusteed.xyz/demo-store/mcp GitHub: https://github.com/trusteed/mcpwebstore MCP Tools (18): search_products, get_product_details, browse_categories, create_cart, get_shipping_rates, select_shipping_option, apply_discount, preview_checkout, complete_checkout, get_merchant_profile, ucp_create_checkout, ucp_get_checkout, ucp_update_checkout, ucp_add_items_to_checkout, ucp_complete_checkout, ucp_cancel_checkout, search_tools, get_tool_details Security Score: 8/10 Creator: Trusteed Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http xyz-trusteed-mcp-gateway https://trusteed.xyz/demo-store/mcp --- ## Saga URL: https://mcp-marketplace.io/server/io-github-spranab-saga-mcp Summary: Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard Category: Developer Tools Mode: local Pricing: Free npm: saga-mcp GitHub: https://github.com/spranab/saga-mcp Security Score: 10/10 Creator: Spranab Creator Reputation: B Version: 1.5.5 Install (Claude Code): claude mcp add io-github-spranab-saga-mcp -- npx -y saga-mcp@1.5.5 --- ## Inferventis URL: https://mcp-marketplace.io/server/ai-bankee-inferventis-mcp Summary: Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents. Description: Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents. Remote endpoints: streamable-http: https://mcp-server-295985738387.europe-west1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-295985738387.europe-west1.run.app/mcp GitHub: https://github.com/Bankee-ai/inferventis Security Score: 8/10 Creator: Bankee Ai Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-bankee-inferventis-mcp https://mcp-server-295985738387.europe-west1.run.app/mcp --- ## Hapi URL: https://mcp-marketplace.io/server/ai-com-mcp-openai-tools Summary: Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI. Description: Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI. Remote endpoints: streamable-http: https://openai-tools.run.mcp.com.ai/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://openai-tools.run.mcp.com.ai/mcp GitHub: https://github.com/la-rebelion/hapimcp MCP Tools (9): createImage, createImageEdit, createImageVariation, createTranscription, createTranslation, listModels, retrieveModel, deleteModel, createModeration Security Score: 10/10 Creator: La Rebelion Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-openai-tools https://openai-tools.run.mcp.com.ai/mcp --- ## Xytara Mcp Executor URL: https://mcp-marketplace.io/server/com-naxytra-xytara-mcp-executor Summary: Public MCP server for summaries, DNS lookup, catalog, replies, and JSON checks. Description: Public MCP server for summaries, DNS lookup, catalog, replies, and JSON checks. Remote endpoints: streamable-http: https://xytara-mcp-executor.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://xytara-mcp-executor.onrender.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http com-naxytra-xytara-mcp-executor https://xytara-mcp-executor.onrender.com/mcp --- ## Swagger Petstore URL: https://mcp-marketplace.io/server/ai-com-mcp-petstore Summary: Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server Description: Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server Remote endpoints: streamable-http: https://petstore.run.mcp.com.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://petstore.run.mcp.com.ai/mcp GitHub: https://github.com/la-rebelion/hapimcp MCP Tools (19): updatePet, addPet, findPetsByStatus, findPetsByTags, getPetById, updatePetWithForm, deletePet, uploadFile, getInventory, placeOrder, getOrderById, deleteOrder, createUser, createUsersWithListInput, loginUser, logoutUser, getUserByName, updateUser, deleteUser Security Score: 10/10 Creator: La Rebelion Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-petstore https://petstore.run.mcp.com.ai/mcp --- ## Ship On Friday URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ship-on-friday Summary: ship-on-friday MCP — wraps StupidAPIs (requires X-API-Key) Description: ship-on-friday MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/ship-on-friday/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ship-on-friday/mcp GitHub: https://github.com/pipeworx-io/mcp-ship-on-friday MCP Tools (2): discover_tools, ship_on_friday_check Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ship-on-friday https://gateway.pipeworx.io/ship-on-friday/mcp --- ## Multimail URL: https://mcp-marketplace.io/server/io-github-h179922-multimail-mcp-server Summary: Email for AI agents. Send and receive as markdown with human oversight. Category: Developer Tools Mode: local Pricing: Free npm: @multimail/mcp-server GitHub: https://github.com/multimail-dev/mcp-server Security Score: 10/10 Creator: Multimail Dev Creator Reputation: B Version: 0.1.4 Required Credentials: MULTIMAIL_API_KEY (required), MULTIMAIL_MAILBOX_ID (optional) Install (Claude Code): claude mcp add io-github-h179922-multimail-mcp-server -- npx -y @multimail/mcp-server@0.6.0 --- ## Myco URL: https://mcp-marketplace.io/server/io-github-battam1111-myco Summary: Agent-first cognitive substrate: 20 verbs + 50 lint dims over a self-validating graph. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Battam1111/Myco Security Score: 10/10 Creator: Battam1111 Creator Reputation: B Version: 0.8.7 --- ## Namemyapp URL: https://mcp-marketplace.io/server/io-github-rakesh1002-namemyapp Summary: Brandable business names with live domain availability + one-click buy URLs. Description: Brandable business names with live domain availability + one-click buy URLs. Remote endpoints: streamable-http: https://mcp.namemy.app/mcp streamable-http: https://mcp.namemy.app/direct Category: Developer Tools Mode: dual Pricing: Free npm: @namemyapp/mcp Remote URL: https://mcp.namemy.app/mcp GitHub: https://github.com/Rakesh1002/namemyapp-mcp Security Score: 10/10 Creator: Rakesh1002 Creator Reputation: B Version: 1.1.5 Required Credentials: NAMEMYAPP_API_KEY (required), NAMEMYAPP_AGENT_SOURCE (optional) Install (Claude Code): claude mcp add io-github-rakesh1002-namemyapp -- npx -y @namemyapp/mcp@1.1.5 Install (Claude Code Remote): claude mcp add --transport http io-github-rakesh1002-namemyapp https://mcp.namemy.app/mcp --- ## Shopify URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-shopify Summary: Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01) Description: Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01) Remote endpoints: streamable-http: https://gateway.pipeworx.io/shopify/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/shopify/mcp GitHub: https://github.com/pipeworx-io/mcp-shopify MCP Tools (6): discover_tools, shopify_list_products, shopify_get_product, shopify_list_orders, shopify_get_order, shopify_list_customers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-shopify https://gateway.pipeworx.io/shopify/mcp --- ## Originalvoices URL: https://mcp-marketplace.io/server/io-github-ovlabs-originalvoices Summary: MCP server for OriginalVoices - Ask AI twins questions about any audience Category: Developer Tools Mode: local Pricing: Free npm: @originalvoices/mcp-server GitHub: https://github.com/ovlabs/mcp-server-originalvoices Security Score: 9/10 Creator: Ovlabs Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ovlabs-originalvoices -- npx -y @originalvoices/mcp-server@1.0.3 --- ## Postgres URL: https://mcp-marketplace.io/server/io-github-itunified-io-postgres Summary: PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management Category: Data & Analytics Mode: local Pricing: Free npm: @itunified.io/mcp-postgres GitHub: https://github.com/itunified-io/mcp-postgres Security Score: 5.8/10 Creator: Itunified Io Creator Reputation: B Version: 2026.4.10 Required Credentials: POSTGRES_CONNECTION_STRING (optional) Install (Claude Code): claude mcp add io-github-itunified-io-postgres -- npx -y @itunified.io/mcp-postgres@2026.4.10-2 --- ## Tago Io URL: https://mcp-marketplace.io/server/io-github-tago-io-mcp-server Summary: Model Context Protocol server for TagoIO data and analytics Category: Developer Tools Mode: local Pricing: Free npm: @tago-io/mcp-server GitHub: https://github.com/tago-io/mcp-server Security Score: 10/10 Creator: Tago Io Creator Reputation: B Version: 2.1.3 Required Credentials: TAGOIO_TOKEN (required), TAGOIO_API (optional) Install (Claude Code): claude mcp add io-github-tago-io-mcp-server -- npx -y @tago-io/mcp-server@3.0.0 --- ## Norric URL: https://mcp-marketplace.io/server/io-github-gucceed-norric-mcp Summary: Swedish B2B intelligence: insolvency risk, BRF health & procurement signals from govt registries. Description: Swedish B2B intelligence: insolvency risk, BRF health & procurement signals from govt registries. Remote endpoints: streamable-http: https://mcp.norric.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.norric.io/mcp GitHub: https://github.com/gucceed/norric-mcp Security Score: 9.5/10 Creator: Gucceed Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gucceed-norric-mcp https://mcp.norric.io/mcp --- ## Labfolio URL: https://mcp-marketplace.io/server/io-github-labfolio-labfolio Summary: Research portfolio management — organize projects and track research artifacts. Description: Research portfolio management — organize projects and track research artifacts. Remote endpoints: streamable-http: https://mcp.labfolio.org Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.labfolio.org Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-labfolio-labfolio https://mcp.labfolio.org --- ## The Committee URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-the-committee Summary: the-committee MCP — wraps StupidAPIs (requires X-API-Key) Description: the-committee MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/the-committee/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/the-committee/mcp GitHub: https://github.com/pipeworx-io/mcp-the-committee MCP Tools (2): discover_tools, the_committee_convene Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-the-committee https://gateway.pipeworx.io/the-committee/mcp --- ## Google Documents URL: https://mcp-marketplace.io/server/io-github-domdomegg-google-documents-mcp Summary: Allow AI systems to read and edit Google Docs. Category: Developer Tools Mode: local Pricing: Free npm: google-documents-mcp GitHub: https://github.com/domdomegg/google-documents-mcp.git Security Score: 7.8/10 Creator: Domdomegg Creator Reputation: B Version: 1.2.0 Required Credentials: GOOGLE_ACCESS_TOKEN (required), MCP_TRANSPORT (optional), GOOGLE_CLIENT_ID (optional), GOOGLE_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-domdomegg-google-documents-mcp -- npx -y google-documents-mcp@1.2.0 --- ## Gmail URL: https://mcp-marketplace.io/server/com-mintmcp-gmail Summary: A MCP server for Gmail that lets you search, read, and draft emails and replies. Description: A MCP server for Gmail that lets you search, read, and draft emails and replies. Remote endpoints: streamable-http: https://gmail.mintmcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gmail.mintmcp.com/mcp GitHub: https://github.com/mintmcp/servers Security Score: 10/10 Creator: Mintmcp Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http com-mintmcp-gmail https://gmail.mintmcp.com/mcp --- ## Ahoy URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-ahoy2 Summary: Create friendly greetings by name, with an optional pirate tone. Explore the origin of 'Hello, Wor… Description: Create friendly greetings by name, with an optional pirate tone. Explore the origin of 'Hello, Wor… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/ahoy2/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@arjunkmrm/ahoy2/mcp GitHub: https://github.com/arjunkmrm/ahoy Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.13.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-arjunkmrm-ahoy2 https://server.smithery.ai/@arjunkmrm/ahoy2/mcp --- ## Aibooma URL: https://mcp-marketplace.io/server/com-aibooma-agent-registry Summary: AI agent registry — search, discover, register, and connect agents via MCP. Description: AI agent registry — search, discover, register, and connect agents via MCP. Remote endpoints: streamable-http: https://api.aibooma.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.aibooma.com/mcp GitHub: https://github.com/sairaj-reddy/aibooma Security Score: 9/10 Creator: Sairaj Reddy Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-aibooma-agent-registry https://api.aibooma.com/mcp --- ## Bc Curriculum URL: https://mcp-marketplace.io/server/io-github-pdg6-bc-curriculum Summary: Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more. Description: Query the full BC K-12 curriculum: Big Ideas, Competencies, Content, and more. Remote endpoints: streamable-http: https://bc-curriculum-mcp.fly.dev/mcp Category: Education & Research Mode: dual Pricing: Free npm: bc-curriculum-mcp-server Remote URL: https://bc-curriculum-mcp.fly.dev/mcp GitHub: https://github.com/pdg6/bc-curriculum-mcp-server Security Score: 6.8/10 Creator: Pdg6 Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-pdg6-bc-curriculum -- npx -y bc-curriculum-mcp-server@1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pdg6-bc-curriculum https://bc-curriculum-mcp.fly.dev/mcp --- ## Nuxt I18n URL: https://mcp-marketplace.io/server/io-github-fabkho-nuxt-i18n-mcp Summary: MCP server for managing i18n translations in Nuxt projects. Category: Developer Tools Mode: local Pricing: Free npm: nuxt-i18n-mcp GitHub: https://github.com/fabkho/nuxt-i18n-mcp Security Score: 6.7/10 Creator: Fabkho Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-fabkho-nuxt-i18n-mcp -- npx -y nuxt-i18n-mcp --- ## Launchtrust URL: https://mcp-marketplace.io/server/co-launchtrust-launchtrust Summary: Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure. Description: Compliance & security scan for your app: secrets, exposed files, headers, privacy, AI-disclosure. Remote endpoints: streamable-http: https://mcp.launchtrust.co/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.launchtrust.co/mcp GitHub: https://github.com/mustafasalimerek-bit/launchtrust-mcp Security Score: 6.2/10 Creator: Mustafasalimerek Bit Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http co-launchtrust-launchtrust https://mcp.launchtrust.co/mcp --- ## Network Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-network Summary: DNS, IP info, SSL, WHOIS, ping for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-network-tools GitHub: https://github.com/rog0x/mcp-network-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-network -- npx -y @rog0x/mcp-network-tools@1.0.2 --- ## Zoho Crm URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-zoho-crm Summary: Zoho CRM MCP Pack — wraps the Zoho CRM API v6 Description: Zoho CRM MCP Pack — wraps the Zoho CRM API v6 Remote endpoints: streamable-http: https://gateway.pipeworx.io/zoho_crm/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/zoho_crm/mcp GitHub: https://github.com/pipeworx-io/mcp-zoho_crm MCP Tools (9): discover_tools, remember, recall, forget, zoho_list_records, zoho_get_record, zoho_search_records, zoho_create_record, zoho_list_modules Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-zoho-crm https://gateway.pipeworx.io/zoho_crm/mcp --- ## Startup Oracle URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-startup-oracle Summary: startup-oracle MCP — wraps StupidAPIs (requires X-API-Key) Description: startup-oracle MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/startup-oracle/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/startup-oracle/mcp GitHub: https://github.com/pipeworx-io/mcp-startup-oracle MCP Tools (2): discover_tools, startup_oracle_evaluate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-startup-oracle https://gateway.pipeworx.io/startup-oracle/mcp --- ## Test URL: https://mcp-marketplace.io/server/io-github-maxi-moss-test-mcp Summary: Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data. Description: Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data. Remote endpoints: streamable-http: https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-maxi-moss-test-mcp https://mcp-registry-test-server-513943347567.europe-west1.run.app/mcp --- ## Base64 Codec X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-base64-codec Summary: Encode/decode base64 and URL-safe base64. x402 micropayment. Description: Encode/decode base64 and URL-safe base64. x402 micropayment. Remote endpoints: sse: https://base64-codec.api.klymax402.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://base64-codec.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/base64-codec-x402 Security Score: 2/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-base64-codec https://base64-codec.api.klymax402.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/direct-openclaw-mcp Summary: Deploy, monitor, and manage your OpenClaw AI assistants via natural language. Description: Deploy, monitor, and manage your OpenClaw AI assistants via natural language. Remote endpoints: streamable-http: https://openclaw.direct/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openclaw.direct/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http direct-openclaw-mcp https://openclaw.direct/mcp --- ## Freshtrack URL: https://mcp-marketplace.io/server/io-github-chrisbusbin-pixel-freshtrack Summary: USDA food shelf-life database, food safety, storage tips, food waste cost calculator. Category: Developer Tools Mode: local Pricing: Free npm: freshtrack-mcp-server GitHub: https://github.com/chrisbusbin-pixel/freshtrack-mcp-server Security Score: 6.7/10 Creator: Chrisbusbin Pixel Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-chrisbusbin-pixel-freshtrack -- npx -y freshtrack-mcp-server@1.0.1 --- ## Southwest URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-southwest Summary: MCP server for Southwest Airlines - search flights, manage bookings Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-southwest GitHub: https://github.com/markswendsen-code/mcp-southwest Security Score: 7/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-southwest -- npx -y @striderlabs/mcp-southwest@0.1.1 --- ## Reddit Ads URL: https://mcp-marketplace.io/server/ai-smithery-bigvik193-reddit-ads-mcp-test Summary: Manage Reddit advertising end-to-end: browse ad accounts and payment methods, and organize campaig… Description: Manage Reddit advertising end-to-end: browse ad accounts and payment methods, and organize campaig… Remote endpoints: streamable-http: https://server.smithery.ai/@BigVik193/reddit-ads-mcp-test/mcp Category: Marketing & Social Mode: dual Pricing: Free GitHub: https://github.com/BigVik193/reddit-ads-mcp Security Score: 10/10 Creator: BigVik193 Creator Reputation: B Version: 1.0.0 --- ## Writing Assistant Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-writing-assistant-ai-mcp Summary: Writing Assistant Ai tools for AI agents. Capabilities: generate headlines, score readability Category: Developer Tools Mode: local Pricing: Free PyPI: writing-assistant-ai-mcp GitHub: https://github.com/CSOAI-ORG/writing-assistant-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-writing-assistant-ai-mcp -- uvx writing-assistant-ai-mcp==1.0.11 --- ## Urlhaus URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-urlhaus Summary: URLhaus MCP — wraps abuse.ch URLhaus malware URL database (free, no auth) Description: URLhaus MCP — wraps abuse.ch URLhaus malware URL database (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/urlhaus/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/urlhaus/mcp GitHub: https://github.com/pipeworx-io/mcp-urlhaus MCP Tools (8): discover_tools, remember, recall, forget, lookup_url, lookup_host, get_recent, lookup_payload Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-urlhaus https://gateway.pipeworx.io/urlhaus/mcp --- ## Homelab Monitor URL: https://mcp-marketplace.io/server/io-github-sikamikanikobg-homelab-monitor Summary: Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services). Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/SikamikanikoBG/homelab-monitor Security Score: 3.2/10 Creator: SikamikanikoBG Creator Reputation: B Version: 0.14.2 Required Credentials: HOMELAB_MONITOR_URL (optional), MCP_TRANSPORT (optional) --- ## Suma URL: https://mcp-marketplace.io/server/io-github-sumanaddanki-suma-memory Summary: Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session. Description: Persistent memory for Claude Code and Cursor. Stop re-explaining your project every session. Remote endpoints: streamable-http: https://sumapro.quadframe.work/mcp Category: Developer Tools Mode: dual Pricing: Free npm: suma-mcp-proxy Remote URL: https://sumapro.quadframe.work/mcp GitHub: https://github.com/sumanaddanki/suma-mcp Security Score: 7/10 Creator: Sumanaddanki Creator Reputation: B Version: 1.5.0 Required Credentials: SUMA_API_KEY (required) Install (Claude Code): claude mcp add io-github-sumanaddanki-suma-memory -- npx -y suma-mcp-proxy@1.4.1 Install (Claude Code Remote): claude mcp add --transport http io-github-sumanaddanki-suma-memory https://sumapro.quadframe.work/mcp --- ## Reddit Ads Mcp Api URL: https://mcp-marketplace.io/server/ai-smithery-bigvik193-reddit-ads-mcp-api Summary: Manage Reddit advertising end to end across accounts, funding methods, campaigns, ad groups, and a… Description: Manage Reddit advertising end to end across accounts, funding methods, campaigns, ad groups, and a… Remote endpoints: streamable-http: https://server.smithery.ai/@BigVik193/reddit-ads-mcp-api/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@BigVik193/reddit-ads-mcp-api/mcp GitHub: https://github.com/BigVik193/reddit-ads-mcp-api Security Score: 10/10 Creator: BigVik193 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-bigvik193-reddit-ads-mcp-api https://server.smithery.ai/@BigVik193/reddit-ads-mcp-api/mcp --- ## Robotstxt Ai URL: https://mcp-marketplace.io/server/io-github-sharozdawa-robotstxt-ai Summary: Analyze and generate robots.txt with AI crawler detection for 20+ bots like GPTBot and ClaudeBot. Category: Developer Tools Mode: local Pricing: Free npm: robotstxt-ai-mcp GitHub: https://github.com/sharozdawa/robotstxt-ai Security Score: 9/10 Creator: Sharozdawa Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-sharozdawa-robotstxt-ai -- npx -y robotstxt-ai-mcp --- ## Hl Funding X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-hl-funding Summary: HL perp funding rates for 229 markets. Sort, history, arb opportunities. x402. Description: HL perp funding rates for 229 markets. Sort, history, arb opportunities. x402. Remote endpoints: sse: https://hl-funding.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hl-funding.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/hl-funding-x402 MCP Tools (3): hyperliquid_get_funding_rates, hyperliquid_get_funding_history, hyperliquid_find_funding_arb Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hl-funding https://hl-funding.api.klymax402.com/mcp --- ## Graphpilot URL: https://mcp-marketplace.io/server/io-github-graphpilot-oss-graphpilot Summary: Structural memory for coding agents: callers, callees, blast radius and symbols over MCP. Category: Developer Tools Mode: local Pricing: Free npm: @graphpilot-oss/graphpilot GitHub: https://github.com/graphpilot-oss/graphpilot Security Score: 10/10 Creator: Graphpilot Oss Creator Reputation: B Version: 1.0.1 Required Credentials: GRAPHPILOT_ROOT (optional) Install (Claude Code): claude mcp add io-github-graphpilot-oss-graphpilot -- npx -y @graphpilot-oss/graphpilot@1.0.1 --- ## Temperature Random URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-temperature-random Summary: temperature-random MCP — wraps StupidAPIs (requires X-API-Key) Description: temperature-random MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/temperature-random/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/temperature-random/mcp GitHub: https://github.com/pipeworx-io/mcp-temperature-random MCP Tools (2): discover_tools, temperature_random_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-temperature-random https://gateway.pipeworx.io/temperature-random/mcp --- ## Cdek URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-cdek Summary: MCP server for CDEK delivery service API — create orders, track shipments, search delivery points Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-cdek GitHub: https://github.com/dontsovcmc/mcp-server-cdek Security Score: 4.2/10 Creator: Dontsovcmc Creator Reputation: B Version: 0.6.0 Required Credentials: CDEK_CLIENT (required), CDEK_SECRET (required), CDEK_SENDER_COMPANY (optional), CDEK_SENDER_NAME (optional), CDEK_SENDER_FULL_NAME (optional), CDEK_SENDER_EMAIL (optional), CDEK_SENDER_PHONE (optional), CDEK_MY_PVZ (optional), CDEK_TIMEOUT (optional), CDEK_FILE_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-dontsovcmc-cdek -- uvx mcp-server-cdek==0.6.0 --- ## Salesforce URL: https://mcp-marketplace.io/server/ai-smithery-kodey-ai-salesforce-mcp-kodey Summary: Run SOQL queries against your Salesforce org to explore and retrieve data. Quickly iterate on filt… Description: Run SOQL queries against your Salesforce org to explore and retrieve data. Quickly iterate on filt… Remote endpoints: streamable-http: https://server.smithery.ai/@kodey-ai/salesforce-mcp-kodey/mcp Category: Business Tools Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@kodey-ai/salesforce-mcp-kodey/mcp GitHub: https://github.com/kodey-ai/salesforce-mcp Security Score: 10/10 Creator: Kodey Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-kodey-ai-salesforce-mcp-kodey https://server.smithery.ai/@kodey-ai/salesforce-mcp-kodey/mcp --- ## Tides URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tides Summary: Tides MCP — NOAA Tides and Currents data Description: Tides MCP — NOAA Tides and Currents data Remote endpoints: streamable-http: https://gateway.pipeworx.io/tides/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tides/mcp GitHub: https://github.com/pipeworx-io/mcp-tides MCP Tools (4): discover_tools, get_predictions, get_water_levels, list_stations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tides https://gateway.pipeworx.io/tides/mcp --- ## Mood Booster Agent URL: https://mcp-marketplace.io/server/io-github-edge-claw-mood-booster-agent Summary: ERC-8004 AI Agent: uplifting messages, USDC tipping, and on-chain reputation feedback. Description: ERC-8004 AI Agent: uplifting messages, USDC tipping, and on-chain reputation feedback. Remote endpoints: sse: https://aws.tail177fbd.ts.net/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://aws.tail177fbd.ts.net/sse GitHub: https://github.com/edge-claw/mood-booster-agent MCP Tools (12): Chain, Base, Ethereum, Arbitrum, Optimism, Polygon, cheer_me_up, get_tip_info, confirm_tip, report_feedback, how_to_tip, get_stats Security Score: 5.2/10 Installs: 1 Creator: User Creator Reputation: F Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-edge-claw-mood-booster-agent https://aws.tail177fbd.ts.net/sse --- ## Yc Rejection URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-yc-rejection Summary: yc-rejection MCP — wraps StupidAPIs (requires X-API-Key) Description: yc-rejection MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/yc-rejection/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/yc-rejection/mcp GitHub: https://github.com/pipeworx-io/mcp-yc-rejection MCP Tools (5): discover_tools, remember, recall, forget, yc_rejection_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-yc-rejection https://gateway.pipeworx.io/yc-rejection/mcp --- ## Latam Tools URL: https://mcp-marketplace.io/server/io-github-crossi-dev-latam-tools Summary: Argentina CUIT/CUIL validation and AFIP fiscal QR generation. Pure, no-auth MCP tools. Description: Argentina CUIT/CUIL validation and AFIP fiscal QR generation. Pure, no-auth MCP tools. Remote endpoints: streamable-http: https://tools.somosvelora.com/api/mcp/public Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tools.somosvelora.com/api/mcp/public MCP Tools (2): validate_cuit, build_afip_qr Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-crossi-dev-latam-tools https://tools.somosvelora.com/api/mcp/public --- ## Red URL: https://mcp-marketplace.io/server/io-github-bigredcloud-red-mcp-server Summary: Secure MCP access to Big Red Cloud accounting data, workflows, help and training. Description: Secure MCP access to Big Red Cloud accounting data, workflows, help and training. Remote endpoints: streamable-http: https://red.bigredcloud.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://red.bigredcloud.com/mcp GitHub: https://github.com/BigRedCloud/red-mcp-server Security Score: 10/10 Creator: BigRedCloud Creator Reputation: B Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bigredcloud-red-mcp-server https://red.bigredcloud.com/mcp --- ## Servicenow URL: https://mcp-marketplace.io/server/io-github-habenani-servicenow-mcp Summary: 400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more. Category: Business Tools Mode: local Pricing: Free npm: @aartiq/servicenow-mcp GitHub: https://github.com/aartiq/servicenow-mcp Security Score: 10/10 Creator: Aartiq Creator Reputation: B Version: 1.0.1 Required Credentials: SERVICENOW_INSTANCE_URL (optional), SERVICENOW_AUTH_METHOD (optional), SERVICENOW_BASIC_USERNAME (optional), SERVICENOW_BASIC_PASSWORD (optional), WRITE_ENABLED (optional), SCRIPTING_ENABLED (optional), CMDB_WRITE_ENABLED (optional), NOW_ASSIST_ENABLED (optional), ATF_ENABLED (optional), MCP_TOOL_PACKAGE (optional) Install (Claude Code): claude mcp add io-github-habenani-servicenow-mcp -- npx -y @aartiq/servicenow-mcp@1.0.2 --- ## Trademarks URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-trademarks Summary: Trademarks MCP — USPTO TSDR trademark lookup Description: Trademarks MCP — USPTO TSDR trademark lookup Remote endpoints: streamable-http: https://gateway.pipeworx.io/trademarks/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/trademarks/mcp GitHub: https://github.com/pipeworx-io/mcp-trademarks MCP Tools (4): discover_tools, get_trademark_by_serial, get_trademark_by_registration, get_trademark_documents Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-trademarks https://gateway.pipeworx.io/trademarks/mcp --- ## Textarttools URL: https://mcp-marketplace.io/server/io-github-humanjesse-textarttools-mcp Summary: Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts Description: Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts Remote endpoints: sse: https://humanjesse.github.io/textarttools-mcp/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/humanjesse/textarttools-mcp Security Score: 10/10 Creator: Humanjesse Creator Reputation: B Version: 1.0.0 --- ## Govrider URL: https://mcp-marketplace.io/server/io-github-carlosahumada89-govrider-mcp-server Summary: Match tech products and consulting services to live government tenders, grants, and RFPs Category: Developer Tools Mode: local Pricing: Free npm: @govrider/mcp-server GitHub: https://github.com/carlosahumada89/govrider-mcp-server Security Score: 10/10 Creator: Carlosahumada89 Creator Reputation: B Version: 1.1.3 Required Credentials: GOVRIDER_API_KEY (required) Install (Claude Code): claude mcp add io-github-carlosahumada89-govrider-mcp-server -- npx -y @govrider/mcp-server@1.2.1 --- ## Oss Autopilot URL: https://mcp-marketplace.io/server/io-github-costajohnt-oss-autopilot Summary: Open source contribution manager with PR tracking, issue discovery, and CI diagnosis Category: Developer Tools Mode: local Pricing: Free npm: @oss-autopilot/mcp GitHub: https://github.com/costajohnt/oss-autopilot Security Score: 9.7/10 Creator: Costajohnt Creator Reputation: B Version: 2.0.1 Required Credentials: GITHUB_TOKEN (required) Install (Claude Code): claude mcp add io-github-costajohnt-oss-autopilot -- npx -y @oss-autopilot/mcp --- ## Evermint URL: https://mcp-marketplace.io/server/io-github-evermint-app-evermint-mcp Summary: Mint tamper-evident receipts for AI agent actions. The notary layer for agent-to-agent transactions. Category: Developer Tools Mode: local Pricing: Free npm: evermint-mcp GitHub: https://github.com/EverMint-app/evermint-mcp Security Score: 5.7/10 Creator: EverMint App Creator Reputation: B Version: 1.1.4 Required Credentials: EVERMINT_API_KEY (required) Install (Claude Code): claude mcp add io-github-evermint-app-evermint-mcp -- npx -y evermint-mcp@1.1.4 --- ## Minuet URL: https://mcp-marketplace.io/server/io-github-minuetai-minuet-mcp Summary: MCP server exposing Minuet's ERC-8004 agent relationship graph. Category: Developer Tools Mode: local Pricing: Free PyPI: minuet-mcp GitHub: https://github.com/minuetai/minuet-mcp Security Score: 5.2/10 Creator: Minuetai Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-minuetai-minuet-mcp -- uvx minuet-mcp==0.1.1 --- ## Gov Mcp Servers URL: https://mcp-marketplace.io/server/io-github-martc03-regulatory-monitor Summary: Federal Register monitoring and regulations.gov tracking. 4 MCP tools for regulatory compliance. Description: Federal Register monitoring and regulations.gov tracking. 4 MCP tools for regulatory compliance. Remote endpoints: streamable-http: https://regulatory-monitor-mcp.apify.actor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://regulatory-monitor-mcp.apify.actor/mcp GitHub: https://github.com/martc03/gov-mcp-servers Security Score: 10/10 Creator: Martc03 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-martc03-regulatory-monitor https://regulatory-monitor-mcp.apify.actor/mcp --- ## Woocommerce URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-woocommerce Summary: WooCommerce MCP Pack — wraps the WooCommerce REST API v3 Description: WooCommerce MCP Pack — wraps the WooCommerce REST API v3 Remote endpoints: streamable-http: https://gateway.pipeworx.io/woocommerce/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/woocommerce/mcp GitHub: https://github.com/pipeworx-io/mcp-woocommerce MCP Tools (9): discover_tools, remember, recall, forget, woo_list_products, woo_get_product, woo_list_orders, woo_get_order, woo_list_customers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-woocommerce https://gateway.pipeworx.io/woocommerce/mcp --- ## Relay URL: https://mcp-marketplace.io/server/io-github-zhowe-designs-relay-mcp Summary: Self-hosted session relay. Shared threads across Claude Code, Cowork, and Claude.ai. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/zhowe-designs/relay-mcp Security Score: 4.8/10 Creator: zhowe-designs Creator Reputation: D Version: 0.1.0 --- ## Mh Fin URL: https://mcp-marketplace.io/server/io-github-clk1st-mh-fin-mcp Summary: China A-Share quantitative data: 5000+ stocks, 13 factors, daily market & limit-up analysis. Description: China A-Share quantitative data: 5000+ stocks, 13 factors, daily market & limit-up analysis. Remote endpoints: sse: https://api.quant.metrichub.app/mcp/sse Category: Developer Tools Mode: dual Pricing: Free PyPI: mh-fin-mcp Remote URL: https://api.quant.metrichub.app/mcp/sse GitHub: https://github.com/clk1st/mh-fin-mcp Security Score: 7/10 Creator: Clk1st Creator Reputation: B Version: 0.1.1 Required Credentials: MH_FIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-clk1st-mh-fin-mcp -- uvx mh-fin-mcp==0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-clk1st-mh-fin-mcp https://api.quant.metrichub.app/mcp/sse --- ## Kite URL: https://mcp-marketplace.io/server/io-github-sundeepg98-kite-trading Summary: Indian stock market trading via Zerodha Kite Connect. 78 tools for orders, portfolio, options. Description: Indian stock market trading via Zerodha Kite Connect. 78 tools for orders, portfolio, options. Remote endpoints: streamable-http: https://kite-mcp-server.fly.dev/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://kite-mcp-server.fly.dev/mcp GitHub: https://github.com/Sundeepg98/kite-mcp-server Security Score: 9/10 Installs: 1 Creator: Sundeepg98 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sundeepg98-kite-trading https://kite-mcp-server.fly.dev/mcp --- ## Yesterdays Number URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-yesterdays-number Summary: yesterdays-number MCP — wraps StupidAPIs (requires X-API-Key) Description: yesterdays-number MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/yesterdays-number/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/yesterdays-number/mcp GitHub: https://github.com/pipeworx-io/mcp-yesterdays-number MCP Tools (5): discover_tools, remember, recall, forget, yesterdays_number_get Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-yesterdays-number https://gateway.pipeworx.io/yesterdays-number/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-slideless-mcp Summary: List, share, upload, and manage Slideless HTML presentations from any MCP host. Description: List, share, upload, and manage Slideless HTML presentations from any MCP host. Remote endpoints: streamable-http: https://mcp.slideless.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.slideless.ai/mcp GitHub: https://github.com/slideless-ai/mcp Security Score: 5.8/10 Creator: Slideless Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-slideless-mcp https://mcp.slideless.ai/mcp --- ## Leadoracle URL: https://mcp-marketplace.io/server/io-tooloracle-leadoracle Summary: LeadOracle - 7-tool B2B lead intel MCP: enrichment, scoring, intent signals, ICP fit. Description: LeadOracle - 7-tool B2B lead intel MCP: enrichment, scoring, intent signals, ICP fit. Remote endpoints: streamable-http: https://tooloracle.io/lead/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/lead/mcp/ GitHub: https://github.com/ToolOracle/leadoracle MCP Tools (7): company_lookup, domain_info, industry_companies, person_search, email_finder, startup_search, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-leadoracle https://tooloracle.io/lead/mcp/ --- ## Tailscale URL: https://mcp-marketplace.io/server/io-github-itunified-io-tailscale Summary: Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains Category: Developer Tools Mode: local Pricing: Free npm: tailscale-mcp GitHub: https://github.com/itunified-io/mcp-tailscale Security Score: 2/10 Creator: Itunified Io Creator Reputation: B Version: 2026.3.16 Required Credentials: TAILSCALE_API_KEY (optional), TAILSCALE_OAUTH_CLIENT_ID (optional), TAILSCALE_OAUTH_CLIENT_SECRET (optional), TAILSCALE_TAILNET (optional) Install (Claude Code): claude mcp add io-github-itunified-io-tailscale -- npx -y tailscale-mcp@2026.4.10-1 --- ## Docconvert URL: https://mcp-marketplace.io/server/ai-filegraph-document-processing Summary: Extract text from documents, manipulate PDFs, and perform OCR via FileGraph API. Description: Extract text from documents, manipulate PDFs, and perform OCR via FileGraph API. Remote endpoints: streamable-http: https://api.filegraph.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.filegraph.ai/mcp GitHub: https://github.com/filegraph/docconvert MCP Tools (8): filegraph_api_overview, filegraph_text_extraction_docs, filegraph_pdf_operations_docs, filegraph_image_processing_docs, filegraph_audio_transcription_docs, filegraph_office_documents_docs, filegraph_html_processing_docs, filegraph_security_docs Security Score: 9/10 Creator: Filegraph Creator Reputation: B Version: 0.2.2 Install (Claude Code Remote): claude mcp add --transport http ai-filegraph-document-processing https://api.filegraph.ai/mcp --- ## Motecloud URL: https://mcp-marketplace.io/server/io-github-motecloud-motecloud-mcp-server Summary: Cloud-hosted MCP server for durable AI memory Description: Cloud-hosted MCP server for durable AI memory Remote endpoints: streamable-http: https://motecloud.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://motecloud.io/mcp GitHub: https://github.com/motecloud/motecloud-mcp-server Security Score: 10/10 Creator: Motecloud Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-motecloud-motecloud-mcp-server https://motecloud.io/mcp --- ## Youtube URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-youtube Summary: YouTube MCP — wraps the YouTube Data API v3 (BYO API key) Description: YouTube MCP — wraps the YouTube Data API v3 (BYO API key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/youtube/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/youtube/mcp GitHub: https://github.com/pipeworx-io/mcp-youtube MCP Tools (9): discover_tools, remember, recall, forget, yt_search, yt_video_details, yt_channel_details, yt_channel_videos, yt_video_comments Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-youtube https://gateway.pipeworx.io/youtube/mcp --- ## Guardian URL: https://mcp-marketplace.io/server/io-github-rudraneel93-mcp-guardian Summary: Security, cost, and health governance proxy for MCP infrastructure Category: Security Mode: local Pricing: Free npm: @mcp-guardian/server GitHub: https://github.com/rudraneel93/mcp-guardian Security Score: 3.8/10 Creator: Rudraneel93 Creator Reputation: B Version: 2.3.21 Required Credentials: MCP_GUARDIAN_DB_PATH (optional), ALERT_WEBHOOK_URL (required), METRICS_ENABLED (optional) Install (Claude Code): claude mcp add io-github-rudraneel93-mcp-guardian -- npx -y @mcp-guardian/server@2.3.21 --- ## Automations URL: https://mcp-marketplace.io/server/io-github-wzltmp-mcp-automations Summary: Summarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in. Description: Summarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in. Remote endpoints: streamable-http: https://mcp-automations.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp-automations.fly.dev/mcp GitHub: https://github.com/wzltmp/mcp-automations Security Score: 4.8/10 Creator: Wzltmp Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wzltmp-mcp-automations https://mcp-automations.fly.dev/mcp --- ## Hapi URL: https://mcp-marketplace.io/server/ai-com-mcp-lenny-rachitsky-podcast Summary: MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators. Description: MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators. Remote endpoints: streamable-http: https://lenny-rachitsky.run.mcp.com.ai/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://lenny-rachitsky.run.mcp.com.ai/mcp GitHub: https://github.com/la-rebelion/hapimcp MCP Tools (8): getEpisodes, getEpisodesGuest, getEpisodesGuestMetadatajson, getEpisodesGuestTranscriptformat, getEpisodesGuestChunks, getEpisodesGuestChunksChunkIdtxt, getSearch, postSearch Security Score: 10/10 Creator: La Rebelion Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-lenny-rachitsky-podcast https://lenny-rachitsky.run.mcp.com.ai/mcp --- ## Pdf4vllm URL: https://mcp-marketplace.io/server/io-github-pyjudge-pdf4vllm Summary: PDF reader for vision LLMs. Auto-detects text corruption and switches to image mode. Category: Developer Tools Mode: local Pricing: Free PyPI: pdf4vllm-mcp GitHub: https://github.com/PyJudge/pdf4vllm-mcp Security Score: 4/10 Creator: PyJudge Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-pyjudge-pdf4vllm -- uvx pdf4vllm-mcp==1.1.3 --- ## Screenshot Pdf X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-screenshot-pdf Summary: Capture screenshots (PNG/JPEG/WebP) and generate PDFs from any URL. x402 payments. Description: Capture screenshots (PNG/JPEG/WebP) and generate PDFs from any URL. x402 payments. Remote endpoints: sse: https://screenshot-pdf.api.klymax402.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://screenshot-pdf.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/screenshot-pdf-x402 Security Score: 1.2/10 Creator: Br0ski777 Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-screenshot-pdf https://screenshot-pdf.api.klymax402.com/mcp --- ## Companies House URL: https://mcp-marketplace.io/server/io-github-elankeeran-companies-house-mcp Summary: Search UK companies, retrieve profiles, officers, charges, and generate due diligence reports Description: Search UK companies, retrieve profiles, officers, charges, and generate due diligence reports Remote endpoints: sse: https://companies-house-mcp-server.onrender.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://companies-house-mcp-server.onrender.com Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-elankeeran-companies-house-mcp https://companies-house-mcp-server.onrender.com --- ## Drwhome URL: https://mcp-marketplace.io/server/me-drwho-tools Summary: Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup). Description: Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup). Remote endpoints: streamable-http: https://drwho.me/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://drwho.me/mcp/mcp GitHub: https://github.com/hikmahtech/drwhome MCP Tools (10): ip_lookup, dns_lookup, user_agent_parse, json_format, base64_encode, base64_decode, url_encode, url_decode, jwt_decode, uuid_generate Security Score: 10/10 Creator: Hikmahtech Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http me-drwho-tools https://drwho.me/mcp/mcp --- ## Delta URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-delta Summary: MCP server for Delta Airlines - search flights, check status, manage trips Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-delta GitHub: https://github.com/markswendsen-code/mcp-delta Security Score: 7/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-delta -- npx -y @striderlabs/mcp-delta@0.1.0 --- ## Primeta URL: https://mcp-marketplace.io/server/ai-primeta-primeta Summary: Give your AI a face, a voice, and a personality. 3D avatars with custom personas. Description: Give your AI a face, a voice, and a personality. 3D avatars with custom personas. Remote endpoints: streamable-http: https://primeta.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://primeta.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-primeta-primeta https://primeta.ai/mcp --- ## Cron Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-cron-ai-mcp Summary: Cron Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: cron-ai-mcp GitHub: https://github.com/CSOAI-ORG/cron-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-cron-ai-mcp -- uvx cron-ai-mcp==1.0.10 --- ## Aidocx URL: https://mcp-marketplace.io/server/io-github-aidocx-mcp-server Summary: Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures. Category: Developer Tools Mode: local Pricing: Free npm: aidocx-mcp-server GitHub: https://github.com/aidocx/mcp-server Security Score: 7/10 Creator: Aidocx Creator Reputation: B Version: 0.3.1 Required Credentials: AIDOCX_API_KEY (required), AIDOCX_API_SECRET (required) Install (Claude Code): claude mcp add io-github-aidocx-mcp-server -- npx -y aidocx-mcp-server@0.5.1 --- ## Hive Mcp Identity URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-identity Summary: W3C DID issuance and verification for autonomous AI agents Description: W3C DID issuance and verification for autonomous AI agents Remote endpoints: streamable-http: https://hive-mcp-identity.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-identity.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-identity MCP Tools (4): resolve_did, get_trust_score, verify_attestation, list_attestations Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-identity https://hive-mcp-identity.onrender.com/mcp --- ## Twelve Permissions URL: https://mcp-marketplace.io/server/com-twelvepermissions-x402-doctor Summary: Diagnose x402 seller endpoints: what is wrong with your 402 challenge, and how to fix it. Description: Diagnose x402 seller endpoints: what is wrong with your 402 challenge, and how to fix it. Remote endpoints: streamable-http: https://x402-doctor.tsharpe.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://x402-doctor.tsharpe.workers.dev/mcp GitHub: https://github.com/tsharpe2282-web/twelve-permissions MCP Tools (3): probe_x402_endpoint, explain_defect, list_checks Security Score: 10/10 Creator: Tsharpe2282 Web Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-twelvepermissions-x402-doctor https://x402-doctor.tsharpe.workers.dev/mcp --- ## Oxylabs URL: https://mcp-marketplace.io/server/ai-smithery-oxylabs-oxylabs-mcp Summary: Fetch and process content from specified URLs using the Oxylabs Web Scraper API. Description: Fetch and process content from specified URLs using the Oxylabs Web Scraper API. Remote endpoints: streamable-http: https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp GitHub: https://github.com/oxylabs/oxylabs-mcp Security Score: 10/10 Creator: Oxylabs Creator Reputation: B Version: 1.13.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-oxylabs-oxylabs-mcp https://server.smithery.ai/@oxylabs/oxylabs-mcp/mcp --- ## Venmo URL: https://mcp-marketplace.io/server/io-github-markswendsen-code-venmo Summary: MCP server for Venmo - check balance, send/request money, view history Category: Developer Tools Mode: local Pricing: Free npm: @striderlabs/mcp-venmo GitHub: https://github.com/markswendsen-code/mcp-venmo Security Score: 6.9/10 Creator: Markswendsen Code Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-venmo -- npx -y @striderlabs/mcp-venmo@0.1.0 --- ## Clock URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-watch2 Summary: Get the current time in your chosen timezone. Browse available continents and regions to pick the… Description: Get the current time in your chosen timezone. Browse available continents and regions to pick the… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/watch2/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/clock Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.14.1 --- ## Smartmoneyoracle URL: https://mcp-marketplace.io/server/io-tooloracle-smartmoneyoracle Summary: Whale & Institutional Flow MCP — 8 tools: TVL flows, alpha signals, stablecoin supply. Description: Whale & Institutional Flow MCP — 8 tools: TVL flows, alpha signals, stablecoin supply. Remote endpoints: streamable-http: https://tooloracle.io/smart/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/smart/mcp/ GitHub: https://github.com/ToolOracle/smartmoneyoracle MCP Tools (8): top_whales, flow_scan, institutional, alpha_signal, protocol_flows, chain_flows, stablecoin_flows, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-smartmoneyoracle https://tooloracle.io/smart/mcp/ --- ## Pagespeed Insights URL: https://mcp-marketplace.io/server/io-github-ruslanlap-pagespeed-insights-mcp Summary: Google PageSpeed Insights and CrUX: six workflow tools for web performance. Category: Developer Tools Mode: local Pricing: Free npm: pagespeed-insights-mcp GitHub: https://github.com/ruslanlap/pagespeed-insights-mcp Security Score: 9.7/10 Creator: Ruslanlap Creator Reputation: B Version: 2.0.0 Required Credentials: GOOGLE_API_KEY (required) Install (Claude Code): claude mcp add io-github-ruslanlap-pagespeed-insights-mcp -- npx -y pagespeed-insights-mcp --- ## Lego Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-lego-oracle Summary: LEGO sets, parts, minifigs, and inventories as an MCP server Category: Developer Tools Mode: local Pricing: Free npm: lego-oracle GitHub: https://github.com/gregario/lego-oracle Security Score: 5/10 Creator: Gregario Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-gregario-lego-oracle -- npx -y lego-oracle@0.1.2 --- ## Android URL: https://mcp-marketplace.io/server/io-github-martingeidobler-android Summary: Control Android devices and emulators via ADB — screenshots, UI automation, and logcat. Category: Developer Tools Mode: local Pricing: Free npm: android-mcp-server GitHub: https://github.com/martingeidobler/android-mcp-server Security Score: 6.9/10 Creator: Martingeidobler Creator Reputation: B Version: 1.2.1 Required Credentials: ANDROID_HOME (optional) Install (Claude Code): claude mcp add io-github-martingeidobler-android -- npx -y android-mcp-server@1.3.0 --- ## Nvoip URL: https://mcp-marketplace.io/server/br-com-nvoip-mcp-server Summary: Secure Nvoip MCP server for reports, call analytics, service quality, and business insights. Description: Secure Nvoip MCP server for reports, call analytics, service quality, and business insights. Remote endpoints: streamable-http: https://mcp.nvoip.com.br/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nvoip.com.br/mcp GitHub: https://github.com/Nvoip/nvoip-mcp Security Score: 8/10 Creator: Nvoip Creator Reputation: B Version: 0.2.3 Install (Claude Code Remote): claude mcp add --transport http br-com-nvoip-mcp-server https://mcp.nvoip.com.br/mcp --- ## Alphavantage URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-alphavantage Summary: Alpha Vantage MCP — Stock market data, fundamentals, and earnings Description: Alpha Vantage MCP — Stock market data, fundamentals, and earnings Remote endpoints: streamable-http: https://gateway.pipeworx.io/alphavantage/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/alphavantage/mcp GitHub: https://github.com/pipeworx-io/mcp-alphavantage MCP Tools (7): discover_tools, av_quote, av_daily, av_overview, av_income_statement, av_balance_sheet, av_earnings Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-alphavantage https://gateway.pipeworx.io/alphavantage/mcp --- ## Brand Watch URL: https://mcp-marketplace.io/server/dev-desvela-brand-watch Summary: Track your brand's share of voice in ChatGPT, Claude, Perplexity and Gemini. Pay per check. Description: Track your brand's share of voice in ChatGPT, Claude, Perplexity and Gemini. Pay per check. Remote endpoints: streamable-http: https://mcp.apify.com/?tools=desvela/brand-watch Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?tools=desvela/brand-watch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.14 Install (Claude Code Remote): claude mcp add --transport http dev-desvela-brand-watch 'https://mcp.apify.com/?tools=desvela/brand-watch' --- ## PowerShell Exec URL: https://mcp-marketplace.io/server/ai-smithery-dynamicendpoints-powershell-exec-mcp-server Summary: Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste… Description: Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste… Remote endpoints: streamable-http: https://server.smithery.ai/@DynamicEndpoints/powershell-exec-mcp-server/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/DynamicEndpoints/PowerShell-Exec-MCP-Server Security Score: 10/10 Creator: DynamicEndpoints Creator Reputation: B Version: 1.13.1 --- ## Companyscope URL: https://mcp-marketplace.io/server/io-github-stewyboy1990-companyscope-mcp Summary: 11 company intelligence tools — financials, tech stack, competitors, patents, jobs, news. Free. Description: 11 company intelligence tools — financials, tech stack, competitors, patents, jobs, news. Free. Remote endpoints: streamable-http: https://companyscope-mcp.stewwilli.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: companyscope-mcp Remote URL: https://companyscope-mcp.stewwilli.workers.dev/mcp GitHub: https://github.com/Stewyboy1990/companyscope-mcp Security Score: 7/10 Creator: Stew Williamson Creator Reputation: D Version: 1.3.5 Install (Claude Code): claude mcp add io-github-stewyboy1990-companyscope-mcp -- npx -y companyscope-mcp@1.3.6 Install (Claude Code Remote): claude mcp add --transport http io-github-stewyboy1990-companyscope-mcp https://companyscope-mcp.stewwilli.workers.dev/mcp --- ## Brickpulse URL: https://mcp-marketplace.io/server/io-github-bobross2020-brickpulse-mcp Summary: Query LEGO set details, retirement dates, deals, and price history from BrickPulse.ai Description: Query LEGO set details, retirement dates, deals, and price history from BrickPulse.ai Remote endpoints: streamable-http: https://mcp.brickpulse.ai/mcp sse: https://mcp.brickpulse.ai/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.brickpulse.ai/mcp GitHub: https://github.com/bobross2020/brickpulse-mcp MCP Tools (5): search_sets, get_set_details, get_deals, get_retiring_soon, get_price_history Security Score: 9/10 Creator: Bobross2020 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bobross2020-brickpulse-mcp https://mcp.brickpulse.ai/mcp --- ## Ai URL: https://mcp-marketplace.io/server/io-github-wvdsh-wavedash Summary: Wavedash docs and workflow guidance for building and publishing browser games. Description: Wavedash docs and workflow guidance for building and publishing browser games. Remote endpoints: streamable-http: https://mcp.wavedash.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.wavedash.com/mcp GitHub: https://github.com/wvdsh/ai MCP Tools (7): wavedash_get_agent_workflow, wavedash_search_docs, wavedash_get_doc, wavedash_get_quickstart, wavedash_get_sdk_reference, wavedash_get_publishing_checklist, wavedash_validate_config Security Score: 10/10 Creator: Wvdsh Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wvdsh-wavedash https://mcp.wavedash.com/mcp --- ## Lastbluetape URL: https://mcp-marketplace.io/server/io-github-vulkanr-lastbluetape-mcp Summary: Construction punch list management for AI agents. Create lists, add items, track progress. Category: Developer Tools Mode: local Pricing: Free npm: @lastbluetape/mcp-server GitHub: https://github.com/vulkanr/lastbluetape-mcp Security Score: 7/10 Creator: Vulkanr Creator Reputation: B Version: 1.0.1 Required Credentials: LASTBLUETAPE_API_KEY (required), LASTBLUETAPE_PAYMENT_METHOD (required) Install (Claude Code): claude mcp add io-github-vulkanr-lastbluetape-mcp -- npx -y @lastbluetape/mcp-server@1.0.1 --- ## Sg Bus Test URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-sg-bus-test Summary: Get real-time bus arrival times for any Singapore bus stop by code, with optional service filterin… Description: Get real-time bus arrival times for any Singapore bus stop by code, with optional service filterin… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/sg-bus-test/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/sg-bus-test Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.0.0 --- ## Flipcoin URL: https://mcp-marketplace.io/server/io-github-mrtalecky-flipcoin Summary: Agent-first prediction markets on Base. Trade, quote, create markets via MCP. Category: Developer Tools Mode: local Pricing: Free npm: @flipcoin/mcp-server GitHub: https://github.com/flipcoin-fun/flipcoin-mcp Security Score: 7/10 Creator: Flipcoin Fun Creator Reputation: B Version: 0.1.2 Required Credentials: FLIPCOIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-mrtalecky-flipcoin -- npx -y @flipcoin/mcp-server@0.1.2 --- ## Ai Briefing URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ai-briefing Summary: AI Briefing MCP — Keep AI models current on industry developments Description: AI Briefing MCP — Keep AI models current on industry developments Remote endpoints: streamable-http: https://gateway.pipeworx.io/ai-briefing/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ai-briefing/mcp GitHub: https://github.com/pipeworx-io/mcp-ai-briefing MCP Tools (9): discover_tools, get_briefing, search_developments, get_recent, get_model_landscape, get_timeline, get_ai_toolbelt, get_ai_news, what_happened Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ai-briefing https://gateway.pipeworx.io/ai-briefing/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-nourishvedha-mcp Summary: Practitioner-led nutrition specialist. Access patient care profiles, dietitian notes & logs. Description: Practitioner-led nutrition specialist. Access patient care profiles, dietitian notes & logs. Remote endpoints: streamable-http: https://nourishvedha.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nourishvedha.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-nourishvedha-mcp https://nourishvedha.com/mcp --- ## Gitlab URL: https://mcp-marketplace.io/server/io-github-crunchtools-gitlab Summary: Secure MCP server for GitLab projects, merge requests, issues, and pipelines Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-gitlab-crunchtools GitHub: https://github.com/crunchtools/mcp-gitlab Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.4.1 Install (Claude Code): claude mcp add io-github-crunchtools-gitlab -- uvx mcp-gitlab-crunchtools==0.4.1 --- ## Csrd Compliance URL: https://mcp-marketplace.io/server/io-github-csoai-org-csrd-compliance-mcp Summary: Csrd Compliance MCP Server by MEOK AI Labs Category: Security Mode: local Pricing: Free PyPI: csrd-compliance-mcp GitHub: https://github.com/CSOAI-ORG/csrd-compliance-mcp Security Score: 3.5/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.3.10 Install (Claude Code): claude mcp add io-github-csoai-org-csrd-compliance-mcp -- uvx csrd-compliance-mcp==1.3.10 --- ## Altos URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-altos Summary: Altos Research MCP — Real estate market intelligence Description: Altos Research MCP — Real estate market intelligence Remote endpoints: streamable-http: https://gateway.pipeworx.io/altos/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/altos/mcp GitHub: https://github.com/pipeworx-io/mcp-altos MCP Tools (7): discover_tools, altos_market_stats, altos_inventory_trend, altos_active_listings, altos_pending_sales, altos_new_listings, altos_list_files Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-altos https://gateway.pipeworx.io/altos/mcp --- ## ZkShare URL: https://mcp-marketplace.io/server/io-github-sp0oby-zkshare Summary: ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context. Category: Developer Tools Mode: local Pricing: Free npm: zkshare-mcp GitHub: https://github.com/sp0oby/zkShare Security Score: 9.7/10 Creator: Sp0oby Creator Reputation: B Version: 1.0.1 Required Credentials: ZKSHARE_API_KEY (required), ZKSHARE_API_URL (optional) Install (Claude Code): claude mcp add io-github-sp0oby-zkshare -- npx -y zkshare-mcp --- ## Sportscore URL: https://mcp-marketplace.io/server/io-github-backspace-me-sportscore-mcp Summary: Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API. Category: Developer Tools Mode: local Pricing: Free npm: sportscore-mcp GitHub: https://github.com/Backspace-me/sportscore-mcp Security Score: 6.2/10 Creator: Backspace Me Creator Reputation: B Version: 0.1.1 Required Credentials: SPORTSCORE_API_BASE (optional), SPORTSCORE_UA (optional) Install (Claude Code): claude mcp add io-github-backspace-me-sportscore-mcp -- npx -y sportscore-mcp@0.1.1 --- ## Ltlaw URL: https://mcp-marketplace.io/server/lt-nodo-ltlaw Summary: What a Lithuanian act said on one given date, with its validity window and a register URL. Description: What a Lithuanian act said on one given date, with its validity window and a register URL. Remote endpoints: streamable-http: https://mcp.nodo.lt Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nodo.lt Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http lt-nodo-ltlaw https://mcp.nodo.lt --- ## Lexiang URL: https://mcp-marketplace.io/server/io-github-ajaxhe-lexiang-mcp-server Summary: DEPRECATED: Please use io.github.tencent-lexiang/lexiang-mcp-server instead. Description: DEPRECATED: Please use io.github.tencent-lexiang/lexiang-mcp-server instead. Remote endpoints: streamable-http: https://mcp.lexiang-app.com/ajaxhe-deprecated?company_from={company_code} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lexiang-app.com/ajaxhe-deprecated?company_from={company_code} GitHub: https://github.com/tencent-lexiang/lexiang-mcp-server Security Score: 9.9/10 Creator: Tencent Lexiang Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-ajaxhe-lexiang-mcp-server 'https://mcp.lexiang-app.com/ajaxhe-deprecated?company_from={company_code}' --- ## Sauce Api URL: https://mcp-marketplace.io/server/io-github-saucelabs-sample-test-frameworks-sauce-api-mcp Summary: An open-source MCP server that provides LLM access to the Sauce Labs API Category: Developer Tools Mode: local Pricing: Free PyPI: sauce-api-mcp GitHub: https://github.com/saucelabs/sauce-api-mcp Security Score: 3/10 Creator: Saucelabs Creator Reputation: B Version: 1.0.0 Required Credentials: SAUCE_USERNAME (optional), SAUCE_ACCESS_KEY (optional) Install (Claude Code): claude mcp add io-github-saucelabs-sample-test-frameworks-sauce-api-mcp -- uvx sauce-api-mcp==1.1.0 --- ## Excel Webview2 URL: https://mcp-marketplace.io/server/io-github-dsbissett-excel-webview2-mcp Summary: MCP server for Excel add-ins via WebView2 CDP Category: Developer Tools Mode: local Pricing: Free npm: @dsbissett/excel-webview2-mcp GitHub: https://github.com/dsbissett/excel-webview2-mcp Security Score: 10/10 Creator: Dsbissett Creator Reputation: B Version: 0.0.13 Install (Claude Code): claude mcp add io-github-dsbissett-excel-webview2-mcp -- npx -y @dsbissett/excel-webview2-mcp@0.0.13 --- ## Sonarqube URL: https://mcp-marketplace.io/server/io-github-mshegolev-sonarqube-mcp Summary: SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking. Category: Developer Tools Mode: local Pricing: Free PyPI: sonarqube-mcp GitHub: https://github.com/mshegolev/sonarqube-mcp Security Score: 1/10 Creator: Mshegolev Creator Reputation: B Version: 0.1.0 Required Credentials: SONARQUBE_URL (optional), SONARQUBE_TOKEN (required), SONARQUBE_SSL_VERIFY (optional) Install (Claude Code): claude mcp add io-github-mshegolev-sonarqube-mcp -- uvx sonarqube-mcp --- ## Creativity Engine URL: https://mcp-marketplace.io/server/io-github-csoai-org-creativity-engine-mcp Summary: Creativity Engine MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: creativity-engine-mcp GitHub: https://github.com/CSOAI-ORG/creativity-engine-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-creativity-engine-mcp -- uvx creativity-engine-mcp==1.0.11 --- ## Amplitude URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-amplitude Summary: Amplitude MCP Pack Description: Amplitude MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/amplitude/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/amplitude/mcp GitHub: https://github.com/pipeworx-io/mcp-amplitude MCP Tools (6): discover_tools, amp_get_events, amp_get_active_users, amp_get_retention, amp_user_search, amp_get_user_activity Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-amplitude https://gateway.pipeworx.io/amplitude/mcp --- ## Trip1 URL: https://mcp-marketplace.io/server/com-trip1-mcp Summary: Book hotels over MCP. Pay over x402. 3M+ properties in 200+ countries, USDC on Base. Description: Book hotels over MCP. Pay over x402. 3M+ properties in 200+ countries, USDC on Base. Remote endpoints: streamable-http: https://trip1.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trip1.com/api/mcp GitHub: https://github.com/trivial-corp/trip1 MCP Tools (4): search_hotels, get_hotel_details, purchase_hotel, get_order_details Security Score: 8/10 Creator: Trivial Corp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-trip1-mcp https://trip1.com/api/mcp --- ## Chromeflow URL: https://mcp-marketplace.io/server/io-github-neodrew-chromeflow Summary: Lets Claude Code or Codex CLI drive your real Chrome — sessions intact, 28 browser tools. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/NeoDrew/chromeflow Security Score: 10/10 Creator: NeoDrew Creator Reputation: B Version: 0.9.5 --- ## Toflow URL: https://mcp-marketplace.io/server/io-github-toflow-ai-toflow Summary: AI sales automation for toflow.ai — prospect, enrich, sequence across email, LinkedIn, WhatsApp. Description: AI sales automation for toflow.ai — prospect, enrich, sequence across email, LinkedIn, WhatsApp. Remote endpoints: streamable-http: https://mcp.toflow.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.toflow.ai/mcp GitHub: https://github.com/toflow-ai/toflow-mcp Security Score: 10/10 Creator: Toflow Ai Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-toflow-ai-toflow https://mcp.toflow.ai/mcp --- ## Human Tasks URL: https://mcp-marketplace.io/server/my-haas-human-tasks Summary: Hire verified humans for real-world tasks via API or MCP. 14 tools, free API key. Description: Hire verified humans for real-world tasks via API or MCP. 14 tools, free API key. Remote endpoints: streamable-http: https://haas.my/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://haas.my/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http my-haas-human-tasks https://haas.my/api/mcp --- ## Ai Diagram Maker URL: https://mcp-marketplace.io/server/io-github-erajasekar-ai-diagram-maker-mcp Summary: Generate software diagrams from natural language, code, ASCII, images, Mermaid. Category: Developer Tools Mode: local Pricing: Free npm: ai-diagram-maker-mcp GitHub: https://github.com/erajasekar/ai-diagram-maker-mcp Security Score: 8/10 Creator: Erajasekar Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-erajasekar-ai-diagram-maker-mcp -- npx -y ai-diagram-maker-mcp@3.0.8 --- ## Socialperks URL: https://mcp-marketplace.io/server/io-github-benzatkulak-collab-socialperks Summary: Agent-native marketing platform: create campaigns, submit proofs, review submissions. Description: Agent-native marketing platform: create campaigns, submit proofs, review submissions. Remote endpoints: streamable-http: https://socialperks.app/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://socialperks.app/api/mcp GitHub: https://github.com/benzatkulak-collab/socialperks Security Score: 2.5/10 Creator: Benzatkulak Collab Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-benzatkulak-collab-socialperks https://socialperks.app/api/mcp --- ## Always Seven URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-always-seven Summary: always-seven MCP — wraps StupidAPIs (requires X-API-Key) Description: always-seven MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/always-seven/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/always-seven/mcp GitHub: https://github.com/pipeworx-io/mcp-always-seven MCP Tools (2): discover_tools, always_seven_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-always-seven https://gateway.pipeworx.io/always-seven/mcp --- ## Boardgames URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-boardgames Summary: Boardgames MCP — wraps Board Game Atlas API (public demo client_id, free) Description: Boardgames MCP — wraps Board Game Atlas API (public demo client_id, free) Remote endpoints: streamable-http: https://gateway.pipeworx.io/boardgames/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/boardgames/mcp GitHub: https://github.com/pipeworx-io/mcp-boardgames MCP Tools (4): discover_tools, search_games, get_game, hot_games Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-boardgames https://gateway.pipeworx.io/boardgames/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-customdomain-mcp Summary: Custom domains for SaaS and AI agents: search, register, connect DNS, and issue HTTPS over MCP. Description: Custom domains for SaaS and AI agents: search, register, connect DNS, and issue HTTPS over MCP. Remote endpoints: streamable-http: https://mcp.customdomain.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.customdomain.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http ai-customdomain-mcp https://mcp.customdomain.ai/mcp --- ## Fedramp Docs URL: https://mcp-marketplace.io/server/io-github-ethanolivertroy-fedramp-docs-mcp Summary: Query FedRAMP 20x KSIs, NIST controls, and compliance docs via 20 MCP tools. Category: Developer Tools Mode: local Pricing: Free npm: fedramp-docs-mcp GitHub: https://github.com/ethanolivertroy/fedramp-docs-mcp Security Score: 4/10 Creator: Ethanolivertroy Creator Reputation: B Version: 0.2.2 Required Credentials: FEDRAMP_DOCS_PATH (optional), FEDRAMP_DOCS_AUTO_UPDATE (optional), FEDRAMP_DOCS_UPDATE_CHECK_HOURS (optional) Install (Claude Code): claude mcp add io-github-ethanolivertroy-fedramp-docs-mcp -- npx -y fedramp-docs-mcp@0.2.6 --- ## Tr1ckyMag1ca1 URL: https://mcp-marketplace.io/server/io-github-tr1ckymag1ca1-mcp-server Summary: Personal knowledge base MCP server with semantic search, auto-categorization, metadata extraction Description: Personal knowledge base MCP server with semantic search, auto-categorization, metadata extraction Remote endpoints: streamable-http: https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server GitHub: https://github.com/mirrormemory-ai/mcp-server Security Score: 10/10 Creator: Mirrormemory Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tr1ckymag1ca1-mcp-server https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server --- ## Webhook Tester X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-webhook-tester Summary: Test webhook endpoints — send requests, measure latency, validate responses. x402 micropayment. Description: Test webhook endpoints — send requests, measure latency, validate responses. x402 micropayment. Remote endpoints: sse: https://webhook-tester.api.klymax402.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://webhook-tester.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/webhook-tester-x402 Security Score: 2/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-webhook-tester https://webhook-tester.api.klymax402.com/mcp --- ## Anilist URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-anilist Summary: AniList MCP — wraps AniList GraphQL API (free, no auth) Description: AniList MCP — wraps AniList GraphQL API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/anilist/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/anilist/mcp GitHub: https://github.com/pipeworx-io/mcp-anilist MCP Tools (4): discover_tools, search_anime, get_anime, trending_anime Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-anilist https://gateway.pipeworx.io/anilist/mcp --- ## Wopee URL: https://mcp-marketplace.io/server/io-github-autonomous-testing-wopee-mcp Summary: AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status. Category: Developer Tools Mode: local Pricing: Free npm: wopee-mcp GitHub: https://github.com/autonomous-testing/wopee-mcp Security Score: 1.9/10 Creator: Autonomous Testing Creator Reputation: B Version: 1.16.0 Required Credentials: WOPEE_API_KEY (required), WOPEE_PROJECT_UUID (optional), WOPEE_API_URL (optional) Install (Claude Code): claude mcp add io-github-autonomous-testing-wopee-mcp -- npx -y wopee-mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-buildingapplications-mcp Summary: AI agents autonomously build and deploy mobile apps through natural language workflows Description: AI agents autonomously build and deploy mobile apps through natural language workflows Remote endpoints: sse: https://mcp.bilt.me/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bilt.me/mcp/sse GitHub: https://github.com/buildingapplications/mcp.git Security Score: 9.9/10 Creator: Buildingapplications Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-buildingapplications-mcp https://mcp.bilt.me/mcp/sse --- ## Pota URL: https://mcp-marketplace.io/server/io-github-qso-graph-pota-mcp Summary: Parks on the Air MCP server. Park lookup, activator and hunter stats, live spots. Category: Developer Tools Mode: local Pricing: Free PyPI: pota-mcp GitHub: https://github.com/qso-graph/pota-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-pota-mcp -- uvx pota-mcp==0.2.1 --- ## Woocommerce URL: https://mcp-marketplace.io/server/io-github-amitgurbani-mcp-server-woocommerce Summary: 101 tools for WooCommerce store management with field filtering and guided prompts. Category: Developer Tools Mode: local Pricing: Free npm: @amitgurbani/mcp-server-woocommerce GitHub: https://github.com/AmitGurbani/mcp-server-woocommerce Security Score: 10/10 Installs: 1 Creator: AmitGurbani Creator Reputation: C Version: 1.2.0 Install (Claude Code): claude mcp add io-github-amitgurbani-mcp-server-woocommerce -- npx -y @amitgurbani/mcp-server-woocommerce@1.2.0 --- ## Ferrolaser Parts URL: https://mcp-marketplace.io/server/io-github-jinweihan-ai-ferrolaser-parts Summary: Fiber laser parts knowledge: laser sources, cutting/welding heads, CNC controls, alarm codes. Description: Fiber laser parts knowledge: laser sources, cutting/welding heads, CNC controls, alarm codes. Remote endpoints: streamable-http: https://mcp.ferrolaser.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ferrolaser.com/mcp GitHub: https://github.com/jinweihan-ai/ferrolaser-parts-mcp MCP Tools (5): search_parts_knowledge, get_part_card, list_brands, get_brand_overview, submit_inquiry Security Score: 10/10 Creator: Jinweihan Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jinweihan-ai-ferrolaser-parts https://mcp.ferrolaser.com/mcp --- ## Seo URL: https://mcp-marketplace.io/server/com-metricspot-seo-mcp Summary: Six tools for SEO and AI-readability audits. 91 checks, 11 score modules. Description: Six tools for SEO and AI-readability audits. 91 checks, 11 score modules. Remote endpoints: streamable-http: https://mcp.metricspot.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @metricspot/mcp-server Remote URL: https://mcp.metricspot.com/mcp GitHub: https://github.com/MetricSpot/mcp-server Security Score: 6.2/10 Creator: MetricSpot Creator Reputation: B Version: 0.1.1 Required Credentials: MCP_API_KEY (required) Install (Claude Code): claude mcp add com-metricspot-seo-mcp -- npx -y @metricspot/mcp-server@0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-metricspot-seo-mcp https://mcp.metricspot.com/mcp --- ## Trove URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-trove Summary: Trove MCP. Description: Trove MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/trove/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/trove/mcp GitHub: https://github.com/pipeworx-io/mcp-trove MCP Tools (32): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search, work Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-trove https://gateway.pipeworx.io/trove/mcp --- ## Apology URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-apology Summary: apology MCP — wraps StupidAPIs (requires X-API-Key) Description: apology MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/apology/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/apology/mcp GitHub: https://github.com/pipeworx-io/mcp-apology MCP Tools (2): discover_tools, apology_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-apology https://gateway.pipeworx.io/apology/mcp --- ## Scope URL: https://mcp-marketplace.io/server/io-github-scope-bid-scope-aec-mcp Summary: AEC subcontractor vendor procurement plumbing layer. Preview V3 2027. Patent pending. Category: Developer Tools Mode: local Pricing: Free npm: @scope-bid/scope-aec-mcp GitHub: https://github.com/scope-bid/scope-mcp Security Score: 9.7/10 Creator: Scope Bid Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-scope-bid-scope-aec-mcp -- npx -y @scope-bid/scope-aec-mcp --- ## Standup URL: https://mcp-marketplace.io/server/io-github-sathvic-kollu-standup-mcp Summary: Generate your daily standup from real GitHub, Jira, Linear, and Slack activity. Category: Developer Tools Mode: local Pricing: Free npm: standup-mcp GitHub: https://github.com/sathvic-kollu/standup-mcp Security Score: 5.8/10 Creator: User Creator Reputation: F Version: 0.1.0 Required Credentials: GITHUB_TOKEN (required), JIRA_BASE_URL (optional), JIRA_EMAIL (optional), JIRA_API_TOKEN (required), LINEAR_API_KEY (required), SLACK_TOKEN (required), SLACK_CHANNELS (optional), STANDUP_NAME (optional), STANDUP_DEMO_MODE (optional) Install (Claude Code): claude mcp add io-github-sathvic-kollu-standup-mcp -- npx -y standup-mcp@0.1.0 --- ## Keremurat Json URL: https://mcp-marketplace.io/server/ai-smithery-keremurat-jsonmcp Summary: Compare two JSON files deeply, ignoring order, to surface every difference. Get a clear, structure… Description: Compare two JSON files deeply, ignoring order, to surface every difference. Get a clear, structure… Remote endpoints: streamable-http: https://server.smithery.ai/@keremurat/jsonmcp/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@keremurat/jsonmcp/mcp GitHub: https://github.com/keremurat/mcp Security Score: 10/10 Creator: Keremurat Creator Reputation: B Version: 1.16.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-keremurat-jsonmcp https://server.smithery.ai/@keremurat/jsonmcp/mcp --- ## Compliance Preflight URL: https://mcp-marketplace.io/server/io-github-shelvick-mcp-compliance-preflight Summary: Scan an MCP server for EU AI Act Art. 50, tool quality, OAuth hygiene & security before shipping. Description: Scan an MCP server for EU AI Act Art. 50, tool quality, OAuth hygiene & security before shipping. Remote endpoints: streamable-http: https://stream-4-mcp-compliance-preflight.dynsup.workers.dev/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://stream-4-mcp-compliance-preflight.dynsup.workers.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shelvick-mcp-compliance-preflight https://stream-4-mcp-compliance-preflight.dynsup.workers.dev/mcp --- ## AgenticWorkspace URL: https://mcp-marketplace.io/server/io-github-rudrendupaul-agenticworkspace Summary: Wraps the AgenticWorkspace CLI as a single generic MCP tool for repo workspace scans. Category: Developer Tools Mode: local Pricing: Free PyPI: agenticworkspace-cli GitHub: https://github.com/RudrenduPaul/AgenticWorkspace Security Score: 9.5/10 Creator: RudrenduPaul Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-rudrendupaul-agenticworkspace -- uvx agenticworkspace-cli==0.1.4 --- ## Mango Sago URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-py-test-2 Summary: Greet people by name with friendly, customizable messages. Toggle Pirate Mode to speak like a swas… Description: Greet people by name with friendly, customizable messages. Toggle Pirate Mode to speak like a swas… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/py-test-2/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/mango-sago Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: B Version: 1.16.0 --- ## Stytrix URL: https://mcp-marketplace.io/server/io-github-hirosichen-stytrix-mcp Summary: AI fashion design MCP: generate concepts, models, fabrics & looks live on your StyTrix canvas. Description: AI fashion design MCP: generate concepts, models, fabrics & looks live on your StyTrix canvas. Remote endpoints: streamable-http: https://www.stytrix.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.stytrix.com/api/mcp GitHub: https://github.com/hirosichen/stytrix-mcp Security Score: 10/10 Creator: Hirosichen Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hirosichen-stytrix-mcp https://www.stytrix.com/api/mcp --- ## Omnis Venture Intelligence MCP URL: https://mcp-marketplace.io/server/omnis-venture-intelligence-mcp Summary: Remote venture intelligence for autonomous agents. Description: Remote MCP server and venture intelligence API for autonomous agents. Omnis provides startup discovery, company scoring, monitoring, machine-readable pricing, self-serve signup, and enterprise tenant-bound workspace automation. Category: Finance Mode: remote Pricing: Free Remote URL: https://www.bamboosnow.co/api/v1/mcp GitHub: https://github.com/HCS412/ventureautomated Security Score: 9/10 Creator: User Creator Reputation: C- Version: 1.0.0 Tags: mcp, agents, venture-intelligence, startup-discovery, company-scoring, webhooks, autonomous Use Cases: startup sourcing, company evaluation, venture monitoring, private workspace automation Install (Claude Code Remote): claude mcp add --transport http omnis-venture-intelligence-mcp https://www.bamboosnow.co/api/v1/mcp --- ## Dutch Law URL: https://mcp-marketplace.io/server/eu-ansvar-dutch-law-mcp Summary: Query Dutch statutes, 202K+ court decisions, EU cross-references, and kamerstukken Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/dutch-law-mcp GitHub: https://github.com/Ansvar-Systems/Dutch-law-mcp Security Score: 4.8/10 Creator: Mortalus Creator Reputation: F Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-dutch-law-mcp -- npx -y @ansvar/dutch-law-mcp@1.2.1 --- ## Clinicaltrials URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-clinicaltrials Summary: ClinicalTrials MCP — wraps ClinicalTrials.gov API v2 (free, no auth) Description: ClinicalTrials MCP — wraps ClinicalTrials.gov API v2 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/clinicaltrials/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/clinicaltrials/mcp GitHub: https://github.com/pipeworx-io/mcp-clinicaltrials MCP Tools (6): discover_tools, ct_search, ct_get_study, ct_count_by_condition, ct_sponsor_trials, ct_recent_updates Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-clinicaltrials https://gateway.pipeworx.io/clinicaltrials/mcp --- ## Gocdkeys URL: https://mcp-marketplace.io/server/com-gocdkeys-gocdkeys Summary: Game prices across verified stores, with price history and a buy-now-or-wait verdict. Description: Game prices across verified stores, with price history and a buy-now-or-wait verdict. Remote endpoints: streamable-http: https://gocdkeys.com/agent/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gocdkeys.com/agent/mcp MCP Tools (5): search_game, get_best_price, get_price_history, get_deals, get_upcoming Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gocdkeys-gocdkeys https://gocdkeys.com/agent/mcp --- ## Semanticscholar URL: https://mcp-marketplace.io/server/io-github-smaboundless-semanticscholar Summary: Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar Category: Education & Research Mode: local Pricing: Free npm: semanticscholar-mcp-server GitHub: https://github.com/SMABoundless/semanticscholar-mcp-server.git Security Score: 10/10 Creator: SMABoundless Creator Reputation: B Version: 1.0.0 Required Credentials: SEMANTICSCHOLAR_API_KEY (required) Install (Claude Code): claude mcp add io-github-smaboundless-semanticscholar -- npx -y semanticscholar-mcp-server@1.0.0 --- ## Agentvault URL: https://mcp-marketplace.io/server/io-github-bch1212-agentvault Summary: Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs. Category: Developer Tools Mode: local Pricing: Free npm: agentvault-mcp GitHub: https://github.com/bch1212/agentvault Security Score: 4.2/10 Creator: Bch1212 Creator Reputation: B Version: 0.1.0 Required Credentials: AGENTVAULT_API_URL (optional), AGENTVAULT_AGENT_KEY (required) Install (Claude Code): claude mcp add io-github-bch1212-agentvault -- npx -y agentvault-mcp@0.1.0 --- ## Scope URL: https://mcp-marketplace.io/server/io-github-scope-bid-scope-mcp Summary: Dispatch litigation work to legal vendors from any MCP-compatible AI workflow. Patent pending. Category: Developer Tools Mode: local Pricing: Free npm: @scope-bid/scope-mcp GitHub: https://github.com/scope-bid/scope-mcp Security Score: 9.7/10 Creator: Scope Bid Creator Reputation: B Version: 0.2.1 Required Credentials: SCOPE_API_BASE (optional), SCOPE_API_TOKEN (required), SCOPE_ORG_SLUG (optional) Install (Claude Code): claude mcp add io-github-scope-bid-scope-mcp -- npx -y @scope-bid/scope-mcp --- ## Census URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-census Summary: Census MCP — U.S. Census Bureau housing-relevant APIs. Description: Census MCP — U.S. Census Bureau housing-relevant APIs. Remote endpoints: streamable-http: https://gateway.pipeworx.io/census/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/census/mcp GitHub: https://github.com/pipeworx-io/mcp-census MCP Tools (6): discover_tools, census_acs, census_building_permits, census_housing_starts, census_homeownership, census_available_datasets Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-census https://gateway.pipeworx.io/census/mcp --- ## EU Compliance URL: https://mcp-marketplace.io/server/io-github-ansvar-systems-eu-regulations-mcp Summary: Query 47 EU regulations (GDPR, NIS2, DORA, AI Act) - 2,438 articles, 3,712 recitals, ISO 27001 Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/eu-regulations-mcp GitHub: https://github.com/Ansvar-Systems/EU_compliance_MCP Security Score: 10/10 Creator: Mortalus Creator Reputation: F Version: 0.7.1 Install (Claude Code): claude mcp add io-github-ansvar-systems-eu-regulations-mcp -- npx -y @ansvar/eu-regulations-mcp@1.1.2 --- ## Pdf URL: https://mcp-marketplace.io/server/io-github-kmalakoff-mcp-pdf Summary: MCP server for PDF generation using PDFKit Category: Developer Tools Mode: local Pricing: Free npm: @mcp-z/mcp-pdf GitHub: https://github.com/mcp-z/mcp-pdf Security Score: 7.3/10 Creator: Mcp Z Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-kmalakoff-mcp-pdf -- npx -y @mcp-z/mcp-pdf@2.0.7 --- ## Openclaw Upgrade Orchestrator URL: https://mcp-marketplace.io/server/io-github-temurkhan13-openclaw-upgrade-orchestrator-mcp Summary: AI runtime upgrade safety + provider-side regression detection (snapshot diff + fingerprint). Category: Developer Tools Mode: local Pricing: Free PyPI: openclaw-upgrade-orchestrator-mcp GitHub: https://github.com/temurkhan13/openclaw-upgrade-orchestrator-mcp Security Score: 6.5/10 Creator: Temurkhan13 Creator Reputation: B Version: 1.2.3 Install (Claude Code): claude mcp add io-github-temurkhan13-openclaw-upgrade-orchestrator-mcp -- uvx openclaw-upgrade-orchestrator-mcp==1.2.3 --- ## Hive Mcp Oracle URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-oracle Summary: Agent-native price and event oracle with cryptographic source attestation Description: Agent-native price and event oracle with cryptographic source attestation Remote endpoints: streamable-http: https://hive-mcp-oracle.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-oracle.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-oracle MCP Tools (4): list_feeds, get_price, subscribe, verify_signature Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-oracle https://hive-mcp-oracle.onrender.com/mcp --- ## Renewly URL: https://mcp-marketplace.io/server/gg-renewly-contracts Summary: Read contracts, track renewals, surface vendor leverage, and draft cancellation/renewal emails. Description: Read contracts, track renewals, surface vendor leverage, and draft cancellation/renewal emails. Remote endpoints: streamable-http: https://renewly.gg/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://renewly.gg/api/mcp GitHub: https://github.com/renewly-dev/renewly Security Score: 8/10 Creator: Renewly Dev Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http gg-renewly-contracts https://renewly.gg/api/mcp --- ## Reddit Insights URL: https://mcp-marketplace.io/server/io-github-lignertys-reddit-insights-mcp Summary: AI-powered Reddit search. Search millions of posts, explore subreddits, discover trends. Category: Marketing & Social Mode: local Pricing: Free GitHub: https://github.com/lignertys/reddit-insights-mcp Security Score: 10/10 Creator: Lignertys Creator Reputation: B Version: 0.1.1 --- ## Clickup URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-clickup Summary: ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key) Description: ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/clickup/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/clickup/mcp GitHub: https://github.com/pipeworx-io/mcp-clickup MCP Tools (6): discover_tools, clickup_list_tasks, clickup_get_task, clickup_create_task, clickup_list_spaces, clickup_list_folders Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-clickup https://gateway.pipeworx.io/clickup/mcp --- ## Agentic Analytics URL: https://mcp-marketplace.io/server/io-github-edholofy-eyepup Summary: Agentic visitor analytics — five tools that hand the next CRO fix to your coding agent. Description: Agentic visitor analytics — five tools that hand the next CRO fix to your coding agent. Remote endpoints: streamable-http: https://eyepup.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: eyepup-mcp Remote URL: https://eyepup.com/mcp GitHub: https://github.com/edholofy/agentic-analytics MCP Tools (5): eyepup_ask, eyepup_todo, eyepup_visitors_hot, eyepup_visitor, eyepup_log Security Score: 8/10 Creator: Edholofy Creator Reputation: B Version: 0.1.1 Required Credentials: EYEPUP_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-edholofy-eyepup -- npx -y eyepup-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-edholofy-eyepup https://eyepup.com/mcp --- ## Video Download Server URL: https://mcp-marketplace.io/server/ai-smithery-ctaylor86-mcp-video-download-server Summary: Connect your video workflows to cloud storage. Organize and access video assets across projects wi… Description: Connect your video workflows to cloud storage. Organize and access video assets across projects wi… Remote endpoints: streamable-http: https://server.smithery.ai/@ctaylor86/mcp-video-download-server/mcp Category: Content & Media Mode: dual Pricing: Free GitHub: https://github.com/ctaylor86/mcp-video-download-server Security Score: 10/10 Creator: Ctaylor86 Creator Reputation: B Version: 1.0.0 --- ## Kultur Dev URL: https://mcp-marketplace.io/server/io-github-kultur-dev-kultur-dev Summary: Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools Description: Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools Remote endpoints: sse: https://kultur.dev/api/mcp-sse/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kultur.dev/api/mcp-sse/sse GitHub: https://github.com/kultur-dev/mcp-server Security Score: 10/10 Creator: Kultur Dev Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kultur-dev-kultur-dev https://kultur.dev/api/mcp-sse/sse --- ## Keremurat URL: https://mcp-marketplace.io/server/ai-smithery-keremurat-mcp Summary: Compare two JSON files deeply, regardless of order. Get a detailed difference report highlighting… Description: Compare two JSON files deeply, regardless of order. Get a detailed difference report highlighting… Remote endpoints: streamable-http: https://server.smithery.ai/@keremurat/mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/keremurat/mcp Security Score: 7.3/10 Creator: Keremurat Creator Reputation: B Version: 1.16.0 --- ## Defillama URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-defillama Summary: DefiLlama MCP — DeFi analytics from DefiLlama (free, no auth) Description: DefiLlama MCP — DeFi analytics from DefiLlama (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/defillama/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/defillama/mcp GitHub: https://github.com/pipeworx-io/mcp-defillama MCP Tools (7): discover_tools, defi_tvl_protocols, defi_protocol_detail, defi_chain_tvl, defi_protocol_fees, defi_stablecoins, defi_yields Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-defillama https://gateway.pipeworx.io/defillama/mcp --- ## SCB URL: https://mcp-marketplace.io/server/io-github-isakskogstad-scb-mcp Summary: MCP server for Statistics Sweden (SCB) - 1200+ tables with population, economy, environment data Description: MCP server for Statistics Sweden (SCB) - 1200+ tables with population, economy, environment data Remote endpoints: streamable-http: https://scb-mcp.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/isakskogstad/SCB-MCP Security Score: 10/10 Installs: 1 Creator: Isak Skogstad Creator Reputation: C+ Version: 2.5.3 --- ## Selvo URL: https://mcp-marketplace.io/server/io-github-cope-labs-selvo Summary: Linux CVE prioritisation: 16 MCP tools for scan, fleet, runtime, and PR-able fix discovery. Category: Developer Tools Mode: local Pricing: Free PyPI: selvo GitHub: https://github.com/Cope-Labs/selvo Security Score: 9.5/10 Creator: Cope Labs Creator Reputation: B Version: 2.1.1 Install (Claude Code): claude mcp add io-github-cope-labs-selvo -- uvx selvo==2.1.1 --- ## Debtfree URL: https://mcp-marketplace.io/server/io-github-chrisbusbin-pixel-debtfree Summary: Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact. Category: Developer Tools Mode: local Pricing: Free npm: debtfree-mcp-server GitHub: https://github.com/chrisbusbin-pixel/debtfree-mcp-server Security Score: 7.2/10 Creator: Chrisbusbin Pixel Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-chrisbusbin-pixel-debtfree -- npx -y debtfree-mcp-server@1.0.1 --- ## Promptster URL: https://mcp-marketplace.io/server/io-github-promptster-dev-promptster Summary: Test and compare prompts across any AI provider. Bring your own keys. Description: Test and compare prompts across any AI provider. Bring your own keys. Remote endpoints: streamable-http: https://www.promptster.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.promptster.dev/mcp GitHub: https://github.com/promptsterhq/promptster Security Score: 9/10 Creator: Promptsterhq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-promptster-dev-promptster https://www.promptster.dev/mcp --- ## Ragora URL: https://mcp-marketplace.io/server/io-github-mregmi-ragora-mcp Summary: Search your knowledge bases from any AI assistant using hybrid RAG. Description: Search your knowledge bases from any AI assistant using hybrid RAG. Remote endpoints: streamable-http: https://mcp.ragora.app/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://mcp.ragora.app/mcp GitHub: https://github.com/velarynai/ragora-mcp MCP Tools (3): discover_collections, search, search_collection Security Score: 10/10 Creator: Velarynai Creator Reputation: B Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mregmi-ragora-mcp https://mcp.ragora.app/mcp --- ## Factory Search URL: https://mcp-marketplace.io/server/com-tianxiagongchang-factory-search Summary: Search 4.8M verified Chinese factories: profiles, contacts, AI deep-dives, agentic sourcing. Description: Search 4.8M verified Chinese factories: profiles, contacts, AI deep-dives, agentic sourcing. Remote endpoints: streamable-http: https://open.tianxiagongchang.com/open/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://open.tianxiagongchang.com/open/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-tianxiagongchang-factory-search https://open.tianxiagongchang.com/open/mcp --- ## Could Have Been Email URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-could-have-been-email Summary: could-have-been-email MCP — wraps StupidAPIs (requires X-API-Key) Description: could-have-been-email MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/could-have-been-email/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/could-have-been-email/mcp GitHub: https://github.com/pipeworx-io/mcp-could-have-been-email MCP Tools (2): discover_tools, could_have_been_email_analyze Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-could-have-been-email https://gateway.pipeworx.io/could-have-been-email/mcp --- ## Calc URL: https://mcp-marketplace.io/server/io-github-slettmayer-calc-mcp-server Summary: Exact arithmetic: one calculator tool over an AST allowlist, with integers exact at any size. Category: Developer Tools Mode: local Pricing: Free PyPI: calc-mcp-server GitHub: https://github.com/slettmayer/calc-mcp-server Security Score: 10/10 Creator: Slettmayer Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-slettmayer-calc-mcp-server -- uvx calc-mcp-server==0.1.7 --- ## Nasa Eonet URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nasa-eonet Summary: NASA EONET MCP — Earth Observatory Natural Event Tracker Description: NASA EONET MCP — Earth Observatory Natural Event Tracker Remote endpoints: streamable-http: https://gateway.pipeworx.io/nasa-eonet/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nasa-eonet/mcp GitHub: https://github.com/pipeworx-io/mcp-nasa-eonet MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, events, get_event, geojson, list_categories, list_sources, list_layers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nasa-eonet https://gateway.pipeworx.io/nasa-eonet/mcp --- ## Agentbase URL: https://mcp-marketplace.io/server/io-github-revmischa-agentbase Summary: Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL. Description: Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL. Remote endpoints: streamable-http: https://m22sdvpm6kz6bvm6ky56mawrhu0zrxoe.lambda-url.us-east-1.on.aws/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://m22sdvpm6kz6bvm6ky56mawrhu0zrxoe.lambda-url.us-east-1.on.aws/mcp GitHub: https://github.com/revmischa/agentbase MCP Tools (2): agentbase_setup, agentbase_introspect Security Score: 8/10 Creator: Revmischa Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-revmischa-agentbase https://m22sdvpm6kz6bvm6ky56mawrhu0zrxoe.lambda-url.us-east-1.on.aws/mcp --- ## Behavioral Science URL: https://mcp-marketplace.io/server/io-phoslabs-behavioral-science Summary: Behavioral science tools for commerce — personas, nudges, preferences, friction audits. Description: Behavioral science tools for commerce — personas, nudges, preferences, friction audits. Remote endpoints: sse: https://mcp.phoslabs.io/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.phoslabs.io/sse Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-phoslabs-behavioral-science https://mcp.phoslabs.io/sse --- ## Agentdomainsearch URL: https://mcp-marketplace.io/server/com-agentdomainsearch-mcp-server Summary: Agent-first domain registration and DNS management, paid with USDC via x402. Description: Agent-first domain registration and DNS management, paid with USDC via x402. Remote endpoints: streamable-http: https://agentdomainsearch.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentdomainsearch.com/mcp MCP Tools (3): check_domain, suggest_domains, get_pricing Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-agentdomainsearch-mcp-server https://agentdomainsearch.com/mcp --- ## Devto URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-devto Summary: DEV.to MCP — wraps the DEV Community API (free, no auth for public reads) Description: DEV.to MCP — wraps the DEV Community API (free, no auth for public reads) Remote endpoints: streamable-http: https://gateway.pipeworx.io/devto/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/devto/mcp GitHub: https://github.com/pipeworx-io/mcp-devto MCP Tools (4): discover_tools, get_articles, search_articles, get_article Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-devto https://gateway.pipeworx.io/devto/mcp --- ## Microcap URL: https://mcp-marketplace.io/server/io-github-monoxide-xen-microcap-mcp Summary: Simulate, generate and draw analog circuits in Micro-Cap 12: SPICE analyses, sweeps and schematics Category: Developer Tools Mode: local Pricing: Free PyPI: microcap-mcp GitHub: https://github.com/monoxide-xen/microcap-mcp Security Score: 4.2/10 Creator: Monoxide Xen Creator Reputation: B Version: 0.1.1 Required Credentials: MICROCAP_HOME (optional) Install (Claude Code): claude mcp add io-github-monoxide-xen-microcap-mcp -- uvx microcap-mcp==0.1.1 --- ## Crates URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-crates Summary: Crates.io MCP — wraps the crates.io REST API v1 (free, no auth) Description: Crates.io MCP — wraps the crates.io REST API v1 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/crates/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/crates/mcp GitHub: https://github.com/pipeworx-io/mcp-crates MCP Tools (4): discover_tools, search_crates, get_crate, get_versions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-crates https://gateway.pipeworx.io/crates/mcp --- ## Sourcebook URL: https://mcp-marketplace.io/server/io-github-maroondlabs-sourcebook Summary: Live codebase intelligence for AI agents: conventions, blast radius, import graphs, git insights. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/maroondlabs/sourcebook Security Score: 7/10 Creator: Maroondlabs Creator Reputation: B Version: 0.9.5 --- ## Agent Incident Relay URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-incident-relay-mcp Summary: Agent Incident Relay MCP — Article 73 5-clock broadcaster. One incident → simultaneous signed Description: Agent Incident Relay MCP — Article 73 5-clock broadcaster. One incident → simultaneous signed Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/agent-incident-relay Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-incident-relay-mcp Remote URL: https://api.meok.ai/v1/a2a/agent-incident-relay GitHub: https://github.com/CSOAI-ORG/agent-incident-relay-mcp Security Score: 9.9/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.7 Install (Claude Code): claude mcp add io-github-csoai-org-agent-incident-relay-mcp -- uvx agent-incident-relay-mcp==1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-incident-relay-mcp https://api.meok.ai/v1/a2a/agent-incident-relay --- ## Mcp URL: https://mcp-marketplace.io/server/com-normatia-mcp Summary: Servidor MCP de Normatia para la normativa técnica en edificación. Description: Servidor MCP de Normatia para la normativa técnica en edificación. Remote endpoints: streamable-http: https://mcp.normatia.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.normatia.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-normatia-mcp https://mcp.normatia.com/mcp --- ## Cfpb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cfpb Summary: CFPB MCP — Consumer Financial Protection Bureau complaint database (free, no auth) Description: CFPB MCP — Consumer Financial Protection Bureau complaint database (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/cfpb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cfpb/mcp GitHub: https://github.com/pipeworx-io/mcp-cfpb MCP Tools (6): discover_tools, cfpb_search_complaints, cfpb_company_complaints, cfpb_get_complaint, cfpb_top_companies, cfpb_product_breakdown Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cfpb https://gateway.pipeworx.io/cfpb/mcp --- ## Analog URL: https://mcp-marketplace.io/server/io-github-dhanaway-analog-mcp Summary: Query real-time US data and AI-analyzed attributes across the country. Description: Query real-time US data and AI-analyzed attributes across the country. Remote endpoints: streamable-http: https://yaewurxvufigjntzdruf.supabase.co/functions/v1/analog-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://yaewurxvufigjntzdruf.supabase.co/functions/v1/analog-mcp GitHub: https://github.com/dhanaway/analog Security Score: 9/10 Creator: Dhanaway Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http io-github-dhanaway-analog-mcp https://yaewurxvufigjntzdruf.supabase.co/functions/v1/analog-mcp --- ## Cloudprice URL: https://mcp-marketplace.io/server/io-github-alialbaker-cloudprice-mcp Summary: Compare on-demand compute + storage pricing across AWS, Azure, and GCP. Bulk workload compare. Category: Developer Tools Mode: local Pricing: Free PyPI: cloudprice-mcp GitHub: https://github.com/alialbaker/cloudprice-mcp Security Score: 5.2/10 Creator: Alialbaker Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-alialbaker-cloudprice-mcp -- uvx cloudprice-mcp==0.2.2 --- ## Koko Call URL: https://mcp-marketplace.io/server/io-github-sugukurukabe-koko-call Summary: Read-only MCP server for searching Japan government procurement bid information from the KKJ portal. Category: Developer Tools Mode: local Pricing: Free npm: koko-call-mcp GitHub: https://github.com/sugukurukabe/koko-call-mcp Security Score: 9.7/10 Creator: Sugukurukabe Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-sugukurukabe-koko-call -- npx -y koko-call-mcp --- ## Opencollective URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-opencollective Summary: Open Collective public collective/transaction data Description: Open Collective public collective/transaction data Remote endpoints: streamable-http: https://gateway.pipeworx.io/opencollective/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/opencollective/mcp GitHub: https://github.com/pipeworx-io/mcp-opencollective MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, collective, members, transactions, events Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-opencollective https://gateway.pipeworx.io/opencollective/mcp --- ## Stooq URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-stooq Summary: Stooq market-quotes MCP. Description: Stooq market-quotes MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/stooq/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/stooq/mcp GitHub: https://github.com/pipeworx-io/mcp-stooq MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, quote, symbol_guide Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-stooq https://gateway.pipeworx.io/stooq/mcp --- ## Tasks Example URL: https://mcp-marketplace.io/server/live-alpic-tasks-example-ca49f0f6-tasks-example Summary: A test MCP server for task management Description: A test MCP server for task management Remote endpoints: streamable-http: https://tasks-example-ca49f0f6.alpic.live sse: https://tasks-example-ca49f0f6.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tasks-example-ca49f0f6.alpic.live Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-tasks-example-ca49f0f6-tasks-example https://tasks-example-ca49f0f6.alpic.live --- ## Export Control Screening URL: https://mcp-marketplace.io/server/io-github-ryan-clinton-export-control-screening-mcp Summary: Screen transaction parties for export compliance: sanctions, technology classification, diversion... Description: Screen transaction parties for export compliance: sanctions, technology classification, diversion... Remote endpoints: streamable-http: https://ryanclinton--export-control-screening-mcp.apify.actor/mcp sse: https://ryanclinton--export-control-screening-mcp.apify.actor/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ryanclinton--export-control-screening-mcp.apify.actor/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ryan-clinton-export-control-screening-mcp https://ryanclinton--export-control-screening-mcp.apify.actor/mcp --- ## Chaos Index URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-chaos-index Summary: chaos-index MCP — wraps StupidAPIs (requires X-API-Key) Description: chaos-index MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/chaos-index/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/chaos-index/mcp GitHub: https://github.com/pipeworx-io/mcp-chaos-index MCP Tools (2): discover_tools, chaos_index_calculate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-chaos-index https://gateway.pipeworx.io/chaos-index/mcp --- ## Vietnamese Calendar URL: https://mcp-marketplace.io/server/com-am-lich-vietnamese-calendar Summary: Vietnamese Lunar Calendar for date and calendar conversion, and cultural insights. Description: Vietnamese Lunar Calendar for date and calendar conversion, and cultural insights. Remote endpoints: streamable-http: https://am-lich.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://am-lich.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http com-am-lich-vietnamese-calendar https://am-lich.com/mcp --- ## Epa Echo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-epa-echo Summary: EPA ECHO MCP — wraps EPA ECHO Web Services (free, no auth) Description: EPA ECHO MCP — wraps EPA ECHO Web Services (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/epa-echo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/epa-echo/mcp GitHub: https://github.com/pipeworx-io/mcp-epa-echo MCP Tools (6): discover_tools, echo_facility_search, echo_compliance_history, echo_violations, echo_enforcement_actions, echo_search_by_violation Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-epa-echo https://gateway.pipeworx.io/epa-echo/mcp --- ## Openverse URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openverse Summary: Openverse Creative-Commons image + audio search Description: Openverse Creative-Commons image + audio search Remote endpoints: streamable-http: https://gateway.pipeworx.io/openverse/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openverse/mcp GitHub: https://github.com/pipeworx-io/mcp-openverse MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_images, search_audio, get_image, get_audio, image_related, audio_related Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openverse https://gateway.pipeworx.io/openverse/mcp --- ## Eia URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-eia Summary: EIA MCP — US Energy Information Administration API v2 Description: EIA MCP — US Energy Information Administration API v2 Remote endpoints: streamable-http: https://gateway.pipeworx.io/eia/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/eia/mcp GitHub: https://github.com/pipeworx-io/mcp-eia MCP Tools (6): discover_tools, eia_series, eia_petroleum, eia_natural_gas, eia_electricity, eia_ethanol Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-eia https://gateway.pipeworx.io/eia/mcp --- ## Handoff URL: https://mcp-marketplace.io/server/io-github-tiagoyonamine-handoff Summary: IT asset management — track equipment, allocations, and digital responsibility terms for your team. Description: IT asset management — track equipment, allocations, and digital responsibility terms for your team. Remote endpoints: streamable-http: https://app.usehandoff.com.br/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.usehandoff.com.br/api/mcp GitHub: https://github.com/tiagoyonamine/handoff Security Score: 8/10 Creator: Tiagoyonamine Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tiagoyonamine-handoff https://app.usehandoff.com.br/api/mcp --- ## Heor Agent URL: https://mcp-marketplace.io/server/io-github-neptun2000-heor-agent Summary: HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA). Category: Developer Tools Mode: local Pricing: Free npm: heor-agent-mcp GitHub: https://github.com/neptun2000/heor-agent-mcp Security Score: 4.2/10 Creator: Neptun2000 Creator Reputation: B Version: 1.35.0 Install (Claude Code): claude mcp add io-github-neptun2000-heor-agent -- npx -y heor-agent-mcp@1.35.0 --- ## Ocultar URL: https://mcp-marketplace.io/server/io-github-edu963-ocultar-pii Summary: Zero-egress PII redaction for Claude. Runs locally — no data leaves your infrastructure. Category: Developer Tools Mode: local Pricing: Free PyPI: ocultar-claude-mcp GitHub: https://github.com/Edu963/ocultar Security Score: 10/10 Creator: Edu963 Creator Reputation: B Version: 0.1.2 Required Credentials: OCULTAR_URL (optional), OCULTAR_API_KEY (optional), OCULTAR_AUDITOR_TOKEN (optional) Install (Claude Code): claude mcp add io-github-edu963-ocultar-pii -- uvx ocultar-claude-mcp==0.1.2 --- ## Docker Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-docker Summary: Docker container management and Dockerfile analysis Category: Cloud & DevOps Mode: local Pricing: Free npm: @rog0x/mcp-docker-tools GitHub: https://github.com/rog0x/mcp-docker-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-docker -- npx -y @rog0x/mcp-docker-tools@1.0.1 --- ## Yieldagentx402 Sdks URL: https://mcp-marketplace.io/server/io-github-fabio662-yieldagentx402 Summary: Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody. Category: Developer Tools Mode: local Pricing: Free npm: agentx402-mcp-server GitHub: https://github.com/Fabio662/yieldagentx402-sdks Security Score: 8/10 Creator: Fabio662 Creator Reputation: B Version: 1.0.4 Required Credentials: YAX_API_KEY (required), YAX_AGENT_ID (optional), YAX_MCP_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-fabio662-yieldagentx402 -- npx -y agentx402-mcp-server@1.0.4 --- ## Fdic URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fdic Summary: FDIC MCP — FDIC BankFind Suite API (free, no auth) Description: FDIC MCP — FDIC BankFind Suite API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/fdic/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fdic/mcp GitHub: https://github.com/pipeworx-io/mcp-fdic MCP Tools (6): discover_tools, fdic_search_institutions, fdic_get_institution, fdic_financials, fdic_failures, fdic_summary Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fdic https://gateway.pipeworx.io/fdic/mcp --- ## Veragent URL: https://mcp-marketplace.io/server/io-github-lixiaowww-veragent Summary: Check the trust/security score of MCP servers, agents, skills & CLIs before you install them. Category: Developer Tools Mode: local Pricing: Free PyPI: veragent-mcp GitHub: https://github.com/lixiaowww/veragent-mcp Security Score: 5.2/10 Creator: Lixiaowww Creator Reputation: B Version: 0.1.1 Required Credentials: VERAGENT_API_BASE (required) Install (Claude Code): claude mcp add io-github-lixiaowww-veragent -- uvx veragent-mcp==0.1.1 --- ## Routing Director URL: https://mcp-marketplace.io/server/io-github-juniper-routing-director-mcp-server Summary: MCP server to integrate with Juniper Routing Director Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Juniper/routing-director-mcp-server Security Score: 4/10 Creator: Juniper Creator Reputation: B Version: 2.8.0 --- ## Camber URL: https://mcp-marketplace.io/server/com-cambercloud-camber-mcp-camber-mcp-server Summary: Remote data science agents for Snowflake, Databricks & BigQuery in Claude/Cursor via MCP Description: Remote data science agents for Snowflake, Databricks & BigQuery in Claude/Cursor via MCP Remote endpoints: streamable-http: https://camber-mcp.cambercloud.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://camber-mcp.cambercloud.com/mcp MCP Tools (3): usage_guide, agents_chat, agents_list Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http com-cambercloud-camber-mcp-camber-mcp-server https://camber-mcp.cambercloud.com/mcp --- ## Catholic Greatness URL: https://mcp-marketplace.io/server/io-github-albermm-catholic-greatness Summary: AI Catholic formation — spiritual direction, saints, scripture, and semantic search. Description: AI Catholic formation — spiritual direction, saints, scripture, and semantic search. Remote endpoints: streamable-http: https://cg.phos.nz/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cg.phos.nz/mcp/ Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albermm-catholic-greatness https://cg.phos.nz/mcp/ --- ## Phos Analytics Engine URL: https://mcp-marketplace.io/server/io-github-albermm-phos-analytics-engine Summary: Sales analytics, ML forecasting, customer segmentation, and trend analysis. Description: Sales analytics, ML forecasting, customer segmentation, and trend analysis. Remote endpoints: streamable-http: https://ae.phos.nz/mcp/ Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://ae.phos.nz/mcp/ Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albermm-phos-analytics-engine https://ae.phos.nz/mcp/ --- ## Server URL: https://mcp-marketplace.io/server/do-craft-mcp-server Summary: Access and edit your Craft documents. Description: Access and edit your Craft documents. Remote endpoints: streamable-http: https://mcp.craft.do/my/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://mcp.craft.do/my/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http do-craft-mcp-server https://mcp.craft.do/my/mcp --- ## Phos Sales Engine URL: https://mcp-marketplace.io/server/io-github-albermm-phos-sales-engine Summary: B2B lead generation — prospect discovery, ICP scoring, outreach, and pipeline management. Description: B2B lead generation — prospect discovery, ICP scoring, outreach, and pipeline management. Remote endpoints: streamable-http: https://se.phos.nz/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://se.phos.nz/mcp/ Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albermm-phos-sales-engine https://se.phos.nz/mcp/ --- ## Minnas Service URL: https://mcp-marketplace.io/server/io-minnas-mcp Summary: Share prompts and context with your team and discover community collections. Description: Share prompts and context with your team and discover community collections. Remote endpoints: sse: https://api.minnas.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.minnas.io/mcp GitHub: https://github.com/sensoris/minnas-service Security Score: 9/10 Creator: Sensoris Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-minnas-mcp https://api.minnas.io/mcp --- ## Anchoredip URL: https://mcp-marketplace.io/server/com-anchoredip-anchoredip Summary: Dedicated static outbound IPv4 over WireGuard. Free 7-day trial, no card, no sales call. Description: Dedicated static outbound IPv4 over WireGuard. Free 7-day trial, no card, no sales call. Remote endpoints: streamable-http: https://api.anchoredip.com/api/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.anchoredip.com/api/mcp/ Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-anchoredip-anchoredip https://api.anchoredip.com/api/mcp/ --- ## Fintech Intel URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fintech-intel Summary: FinTech Intel MCP — Compound tools that chain SEC, CFPB, FDIC, Description: FinTech Intel MCP — Compound tools that chain SEC, CFPB, FDIC, Remote endpoints: streamable-http: https://gateway.pipeworx.io/fintech-intel/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fintech-intel/mcp GitHub: https://github.com/pipeworx-io/mcp-fintech-intel MCP Tools (4): discover_tools, fintech_company_deep_dive, fintech_bank_health_check, fintech_market_snapshot Security Score: 8/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fintech-intel https://gateway.pipeworx.io/fintech-intel/mcp --- ## Rclone URL: https://mcp-marketplace.io/server/io-github-rclone-ui-rclone Summary: MCP server for the Rclone RC API, with selectable toolsets. Category: File & Storage Mode: local Pricing: Free npm: rclone-mcp GitHub: https://github.com/rclone-ui/rclone-mcp Security Score: 7/10 Creator: Rclone Ui Creator Reputation: B Version: 1.0.0 Required Credentials: RCLONE_URL (optional), RCLONE_USER (optional), RCLONE_PASS (required), RCLONE_TOOLSETS (optional), RCLONE_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-rclone-ui-rclone -- npx -y rclone-mcp@1.0.0 --- ## K Work Trust Public Demo URL: https://mcp-marketplace.io/server/io-github-hycore220-k-work-trust Summary: Korean business record validation and workflow safety gates for AI agents. Description: Korean business record validation and workflow safety gates for AI agents. Remote endpoints: streamable-http: https://k-work-trust-api.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://k-work-trust-api.fly.dev/mcp GitHub: https://github.com/hycore220/k-work-trust-public-demo MCP Tools (8): validate_business_registration_number, normalize_korean_company_name, normalize_korean_address, normalize_korean_phone_number, validate_tax_invoice_profile, validate_vendor_onboarding, validate_invoice_readiness, validate_payment_or_invoice_release Security Score: 10/10 Creator: Hycore220 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hycore220-k-work-trust https://k-work-trust-api.fly.dev/mcp --- ## Github Private URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-github-private Summary: GitHub Private MCP Pack — access private repos, org data via OAuth. Description: GitHub Private MCP Pack — access private repos, org data via OAuth. Remote endpoints: streamable-http: https://gateway.pipeworx.io/github_private/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/github_private/mcp GitHub: https://github.com/pipeworx-io/mcp-github_private MCP Tools (7): discover_tools, gh_list_repos, gh_get_repo, gh_list_issues, gh_list_pulls, gh_list_orgs, gh_get_file Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-github-private https://gateway.pipeworx.io/github_private/mcp --- ## Flyto Core URL: https://mcp-marketplace.io/server/io-github-flytohub-flyto-core Summary: Execution engine for AI agents. 412 modules: browser, file, Docker, data, crypto. Category: Developer Tools Mode: local Pricing: Free PyPI: flyto-core GitHub: https://github.com/flytohub/flyto-core Security Score: 8.2/10 Creator: Flytohub Creator Reputation: B Version: 2.12.6 Install (Claude Code): claude mcp add io-github-flytohub-flyto-core -- uvx flyto-core==2.25.27 --- ## Nansen URL: https://mcp-marketplace.io/server/io-github-nansen-ai-nansen-mcp Summary: Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics. Description: Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics. Remote endpoints: streamable-http: https://mcp.nansen.ai/ra/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nansen.ai/ra/mcp/ MCP Tools (36): smart_traders_and_funds_token_balances, smart_traders_and_funds_perp_trades, token_current_top_holders, token_dex_trades, token_transfers, token_flows, token_pnl_leaderboard, token_who_bought_sold, token_recent_flows_summary, token_discovery_screener, token_ohlcv, token_info, token_quant_scores, nansen_score_top_tokens, hyperliquid_leaderboard, address_historical_balances, address_related_addresses, address_counterparties, address_transactions, wallet_pnl_for_token, wallet_pnl_summary, address_portfolio, general_search, growth_chain_rank, transaction_lookup, prediction_market_lookup, prediction_market_screener, prediction_market_ohlcv, prediction_market_orderbook, prediction_market_top_holders, prediction_market_trades, prediction_market_pnl_leaderboard, prediction_market_position_detail, prediction_market_address_trades, prediction_market_address_summary, prediction_market_address_pnl Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-nansen-ai-nansen-mcp https://mcp.nansen.ai/ra/mcp/ --- ## Ai Site Scorer URL: https://mcp-marketplace.io/server/io-github-minglesai-ai-site-scorer Summary: Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude. Description: Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude. Remote endpoints: streamable-http: https://ai-readiness.mingles.ai/api/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-readiness.mingles.ai/api/mcp/ GitHub: https://github.com/MinglesAI/ai-site-scorer MCP Tools (5): analyze_url, enhance_report, generate_fix_prompt, get_report, list_recent_analyses Security Score: 9/10 Creator: MinglesAI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-minglesai-ai-site-scorer https://ai-readiness.mingles.ai/api/mcp/ --- ## Gitlab URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gitlab Summary: GitLab MCP — wraps the GitLab REST API v4 (BYO API key) Description: GitLab MCP — wraps the GitLab REST API v4 (BYO API key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gitlab/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gitlab/mcp GitHub: https://github.com/pipeworx-io/mcp-gitlab MCP Tools (6): discover_tools, gitlab_list_projects, gitlab_get_project, gitlab_list_issues, gitlab_list_mrs, gitlab_get_file Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gitlab https://gateway.pipeworx.io/gitlab/mcp --- ## Expenselm URL: https://mcp-marketplace.io/server/io-github-clarenceh-expenselm-mcp-server Summary: An MCP server that provides access to your expense data on ExpenseLM. Category: Finance Mode: local Pricing: Free PyPI: expenselm-mcp-server GitHub: https://github.com/expenselm/expenselm-mcp-server Security Score: 4.5/10 Creator: clarenceh Creator Reputation: F Version: 0.3.1 Required Credentials: EXPENSELM_API_KEY (required) Install (Claude Code): claude mcp add io-github-clarenceh-expenselm-mcp-server -- uvx expenselm-mcp-server==0.3.1 --- ## HomeAssistant Light URL: https://mcp-marketplace.io/server/io-github-koneisto-homeassistant-light-mcp Summary: Control Home Assistant lights and scenes. Lights only by design for safety. Category: Developer Tools Mode: local Pricing: Free npm: ha-mcp-server GitHub: https://github.com/Koneisto/HomeAssistant-Light-MCP Security Score: 8/10 Creator: Koneisto Creator Reputation: B Version: 0.6.1 Required Credentials: HA_URL (optional), HA_TOKEN (required) Install (Claude Code): claude mcp add io-github-koneisto-homeassistant-light-mcp -- npx -y ha-mcp-server@0.7.2 --- ## Mobileproxy URL: https://mcp-marketplace.io/server/io-github-mobileproxy-mcp-server Summary: MCP server for mobileproxy.space — manage your mobile proxies from Claude, Cursor, Windsurf. Category: Developer Tools Mode: local Pricing: Free npm: @mobileproxy/mcp-server GitHub: https://github.com/mobileproxy/mcp-server Security Score: 4.8/10 Creator: Mobileproxy Creator Reputation: B Version: 0.1.1 Required Credentials: MOBILEPROXY_API_KEY (required), MOBILEPROXY_API_BASE (optional), MOBILEPROXY_TIMEOUT_MS (optional), MOBILEPROXY_DEBUG (optional) Install (Claude Code): claude mcp add io-github-mobileproxy-mcp-server -- npx -y @mobileproxy/mcp-server@0.1.1 --- ## Openclaw Trust Scorer URL: https://mcp-marketplace.io/server/io-github-baronsengir007-trust-scorer Summary: Solana wallet trust scoring: tier, tx count, balance, liveness. Description: Solana wallet trust scoring: tier, tx count, balance, liveness. Remote endpoints: streamable-http: https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp GitHub: https://github.com/baronsengir007/openclaw-trust-scorer MCP Tools (2): get_trust_score, list_recent_queries Security Score: 9.1/10 Creator: Baronsengir007 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-baronsengir007-trust-scorer 'https://facilities-radical-advantage-flashers.trycloudflare.com/mcp?src=mcp' --- ## Query Omega URL: https://mcp-marketplace.io/server/com-queryomega-omega Summary: Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0. Description: Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0. Remote endpoints: streamable-http: https://mcp.cloud.queryomega.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cloud.queryomega.com/mcp GitHub: https://github.com/The-Lambda-Group/query-omega-mcp Security Score: 8/10 Creator: The Lambda Group Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-queryomega-omega https://mcp.cloud.queryomega.com/mcp --- ## Immoapi URL: https://mcp-marketplace.io/server/app-immoapi-immoapi Summary: Données immobilières DVF France : transactions, comparables GPS et statistiques de marché. Description: Données immobilières DVF France : transactions, comparables GPS et statistiques de marché. Remote endpoints: streamable-http: https://immoapi.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://immoapi.app/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-immoapi-immoapi https://immoapi.app/api/mcp --- ## Feed Reader URL: https://mcp-marketplace.io/server/io-github-crunchtools-feed-reader Summary: RSS/Atom feed reader MCP server with SQLite backend Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-feed-reader-crunchtools GitHub: https://github.com/crunchtools/mcp-feed-reader Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-crunchtools-feed-reader -- uvx mcp-feed-reader-crunchtools==0.1.3 --- ## Google Calendar URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-google-calendar Summary: Google Calendar MCP Pack Description: Google Calendar MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_calendar/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/google_calendar/mcp GitHub: https://github.com/pipeworx-io/mcp-google_calendar MCP Tools (6): discover_tools, gcal_list_events, gcal_get_event, gcal_create_event, gcal_list_calendars, gcal_search_events Security Score: 10/10 Installs: 2 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-google-calendar https://gateway.pipeworx.io/google_calendar/mcp --- ## Pickanagency URL: https://mcp-marketplace.io/server/io-github-natden444-pickanagency Summary: Search 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency. Description: Search 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency. Remote endpoints: streamable-http: https://www.pickanagency.com/api/mcp/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.pickanagency.com/api/mcp/mcp GitHub: https://github.com/Natden444/pickanagency-mcp Security Score: 5.2/10 Creator: Natden444 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-natden444-pickanagency https://www.pickanagency.com/api/mcp/mcp --- ## Google Docs URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-google-docs Summary: Google Docs MCP Pack — read, create, and edit Google Docs via OAuth. Description: Google Docs MCP Pack — read, create, and edit Google Docs via OAuth. Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_docs/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/google_docs/mcp GitHub: https://github.com/pipeworx-io/mcp-google_docs MCP Tools (7): discover_tools, docs_get, docs_get_text, docs_create, docs_insert_text, docs_append_text, docs_replace_text Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-google-docs https://gateway.pipeworx.io/google_docs/mcp --- ## Aichat URL: https://mcp-marketplace.io/server/io-github-rcgalbo-aichat Summary: Inter-agent communication for multi-agent Claude Code workflows. Category: Communication Mode: local Pricing: Free npm: aichat-mcp GitHub: https://github.com/Wayy-Research/aichat-mcp Security Score: 10/10 Creator: Wayy Research Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-rcgalbo-aichat -- npx -y aichat-mcp@0.1.1 --- ## Aruba Email URL: https://mcp-marketplace.io/server/io-github-jackfioru92-aruba-email Summary: MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV Category: Communication Mode: local Pricing: Free PyPI: mcp-aruba GitHub: https://github.com/jackfioru92/mcp-aruba-email Security Score: 9.5/10 Creator: Jackfioru92 Creator Reputation: B Version: 0.2.1 Required Credentials: EMAIL_USER (optional), EMAIL_PASSWORD (required), IMAP_HOST (optional), SMTP_HOST (optional), CALDAV_URL (optional) Install (Claude Code): claude mcp add io-github-jackfioru92-aruba-email -- uvx mcp-aruba==0.3.0 --- ## Data Pipeline Connector URL: https://mcp-marketplace.io/server/io-github-dbsectrainer-mcp-data-pipeline-connector Summary: Universal data connector for CSV, Postgres, and REST APIs via DuckDB Category: Developer Tools Mode: local Pricing: Free npm: mcp-data-pipeline-connector GitHub: https://github.com/dbsectrainer/mcp-data-pipeline-connector Security Score: 6.5/10 Creator: Dbsectrainer Creator Reputation: B Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-dbsectrainer-mcp-data-pipeline-connector -- npx -y mcp-data-pipeline-connector@1.0.0 --- ## Streambridge URL: https://mcp-marketplace.io/server/io-github-datmay-dot-streambridge Summary: Search Chinese TV drama scenes with second-level timestamps by character, emotion, or scene type. Description: Search Chinese TV drama scenes with second-level timestamps by character, emotion, or scene type. Remote endpoints: streamable-http: https://mcp.lume.living/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lume.living/mcp GitHub: https://github.com/datmay-dot/streambridge MCP Tools (4): search_scenes, get_episode_info, list_characters, get_content_catalog Security Score: 8/10 Creator: Datmay Dot Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-datmay-dot-streambridge https://mcp.lume.living/mcp --- ## F1 2026 URL: https://mcp-marketplace.io/server/com-whensport-f1-2026 Summary: Formula 1 2026 schedule MCP — 24 races, drivers, constructors, sessions, circuits, race times. Description: Formula 1 2026 schedule MCP — 24 races, drivers, constructors, sessions, circuits, race times. Remote endpoints: streamable-http: https://whensport.com/mcp/f1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/f1 MCP Tools (5): f1.getRaces, f1.getRace, f1.getNextRace, f1.getDrivers, f1.getTeams Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-whensport-f1-2026 https://whensport.com/mcp/f1 --- ## Greenhouse URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-greenhouse Summary: Greenhouse MCP Pack — wraps the Greenhouse Harvest API v1 Description: Greenhouse MCP Pack — wraps the Greenhouse Harvest API v1 Remote endpoints: streamable-http: https://gateway.pipeworx.io/greenhouse/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/greenhouse/mcp GitHub: https://github.com/pipeworx-io/mcp-greenhouse MCP Tools (6): discover_tools, greenhouse_list_candidates, greenhouse_get_candidate, greenhouse_list_jobs, greenhouse_get_job, greenhouse_list_applications Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-greenhouse https://gateway.pipeworx.io/greenhouse/mcp --- ## Ctc Monitor URL: https://mcp-marketplace.io/server/io-github-danielctc-ctc-monitor-mcp Summary: Global tech news from 500+ sources — China, SEA, India, MENA, Africa, LatAm, Europe. Category: Developer Tools Mode: local Pricing: Free npm: ctc-monitor-mcp GitHub: https://github.com/danielctc/ctc-monitor-mcp Security Score: 8.8/10 Creator: Danielctc Creator Reputation: B Version: 1.0.4 Required Credentials: CTC_MONITOR_API_KEY (required) Install (Claude Code): claude mcp add io-github-danielctc-ctc-monitor-mcp -- npx -y ctc-monitor-mcp@1.0.4 --- ## Greeting URL: https://mcp-marketplace.io/server/io-github-alvaroramirezcastillo-greeting-mcp-server Summary: An MCP server greeting Category: Developer Tools Mode: local Pricing: Free npm: @jinba-ittai/greeting-mcp-server GitHub: https://github.com/AlvaroRamirezCastillo/greeting-mcp-server Security Score: 7/10 Creator: AlvaroRamirezCastillo Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-alvaroramirezcastillo-greeting-mcp-server -- npx -y @jinba-ittai/greeting-mcp-server@1.0.8 --- ## Math Svg URL: https://mcp-marketplace.io/server/io-github-wspringer-math-svg-mcp Summary: Convert LaTeX math expressions to crisp, scalable SVG images Category: Developer Tools Mode: local Pricing: Free npm: math-svg-mcp GitHub: https://github.com/wspringer/math-svg-mcp Security Score: 5/10 Creator: Wspringer Creator Reputation: B Version: 1.1.2 Install (Claude Code): claude mcp add io-github-wspringer-math-svg-mcp -- npx -y math-svg-mcp@1.2.0 --- ## Ar URL: https://mcp-marketplace.io/server/io-github-anchorregistry-ar-mcp Summary: On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless. Description: On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless. Remote endpoints: streamable-http: https://mcp.anchorregistry.ai/mcp sse: https://mcp.anchorregistry.ai/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.anchorregistry.ai/mcp GitHub: https://github.com/anchorregistry/ar-mcp Security Score: 9.9/10 Creator: Anchorregistry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-anchorregistry-ar-mcp https://mcp.anchorregistry.ai/mcp --- ## Darin Mcp Test URL: https://mcp-marketplace.io/server/io-github-dthorntoninspire-darin-mcp-test Summary: An MCP server that provides [describe what your server does] Description: An MCP server that provides [describe what your server does] Remote endpoints: streamable-http: https://func-mcp-h35dkq27raekk.azurewebsites.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://func-mcp-h35dkq27raekk.azurewebsites.net/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dthorntoninspire-darin-mcp-test https://func-mcp-h35dkq27raekk.azurewebsites.net/mcp --- ## Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-competitor-tracking Summary: Brand and competitor trend volume over time, with growth signals. Free key at trendsmcp.ai Description: Brand and competitor trend volume over time, with growth signals. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://competitor-tracking.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://competitor-tracking.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/Trends-MCP Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-competitor-tracking https://competitor-tracking.api.trendsmcp.ai/mcp --- ## Comtrade URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-comtrade Summary: Comtrade MCP — UN Comtrade API for international bilateral trade data Description: Comtrade MCP — UN Comtrade API for international bilateral trade data Remote endpoints: streamable-http: https://gateway.pipeworx.io/comtrade/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/comtrade/mcp GitHub: https://github.com/pipeworx-io/mcp-comtrade MCP Tools (5): discover_tools, comtrade_trade_data, comtrade_top_partners, comtrade_top_commodities, comtrade_country_codes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-comtrade https://gateway.pipeworx.io/comtrade/mcp --- ## Dad Jokes URL: https://mcp-marketplace.io/server/ai-smithery-aamangeldi-dad-jokes-mcp Summary: Get a random dad joke or search by keyword to fit any moment. Retrieve specific jokes by ID for re… Description: Get a random dad joke or search by keyword to fit any moment. Retrieve specific jokes by ID for re… Remote endpoints: streamable-http: https://server.smithery.ai/@aamangeldi/dad-jokes-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/aamangeldi/dad-jokes-mcp Security Score: 10/10 Creator: Aamangeldi Creator Reputation: B Version: 1.15.0 --- ## Uranium URL: https://mcp-marketplace.io/server/io-github-xkelxmc-uranium-mcp Summary: MCP for Uranium NFT tools to mint, list, and manage digital assets on the permaweb. Category: Developer Tools Mode: local Pricing: Free npm: uranium-tools-mcp GitHub: https://github.com/xkelxmc/uranium-mcp Security Score: 5/10 Creator: Xkelxmc Creator Reputation: B Version: 1.0.8 Required Credentials: URANIUM_API_KEY (required) Install (Claude Code): claude mcp add io-github-xkelxmc-uranium-mcp -- npx -y uranium-tools-mcp@1.0.9 --- ## Wikifeed URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wikifeed Summary: Wikifeed MCP — wraps Wikimedia Feed API (free, no auth) Description: Wikifeed MCP — wraps Wikimedia Feed API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/wikifeed/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wikifeed/mcp GitHub: https://github.com/pipeworx-io/mcp-wikifeed MCP Tools (4): on_this_day, featured_article, most_read, picture_of_day Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wikifeed https://gateway.pipeworx.io/wikifeed/mcp --- ## Core URL: https://mcp-marketplace.io/server/io-github-bobybarack-sovseal-memory Summary: Local-first, zero-knowledge AI memory across Claude, Cursor, and every MCP client. 0 RTT reads. Category: Developer Tools Mode: local Pricing: Free npm: @sovseal/mcp-server GitHub: https://github.com/sovseal/core Security Score: 8.4/10 Creator: Sovseal Creator Reputation: B Version: 0.3.8 Required Credentials: SOVSEAL_ENDPOINT (required) Install (Claude Code): claude mcp add io-github-bobybarack-sovseal-memory -- npx -y @sovseal/mcp-server --- ## Chromadb Remote URL: https://mcp-marketplace.io/server/io-github-meloncafe-chromadb-remote-mcp Summary: Remote ChromaDB vector database MCP server with streamable HTTP transport Description: Remote ChromaDB vector database MCP server with streamable HTTP transport Remote endpoints: streamable-http: https://meloncafe.github.io/chromadb-remote-mcp/mcp Category: AI & ML Mode: dual Pricing: Free GitHub: https://github.com/meloncafe/chromadb-remote-mcp Security Score: 10/10 Creator: Meloncafe Creator Reputation: B Version: 1.0.2 Required Credentials: CHROMADB_MCP_URL (optional), MCP_AUTH_TOKEN (required) --- ## Norma URL: https://mcp-marketplace.io/server/io-github-kynosure-ai-norma-mcp-server Summary: EU compliance corpus across 8 frameworks (NIS2, DORA, AI Act, ISO 27001 + more) via MCP. Description: EU compliance corpus across 8 frameworks (NIS2, DORA, AI Act, ISO 27001 + more) via MCP. Remote endpoints: streamable-http: https://norma-mcp.kynosure.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://norma-mcp.kynosure.ai/mcp MCP Tools (4): search_controls, map_controls, generate_policy, assess_gap Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kynosure-ai-norma-mcp-server https://norma-mcp.kynosure.ai/mcp --- ## Github Pr Issue Analyser URL: https://mcp-marketplace.io/server/ai-smithery-saidsef-mcp-github-pr-issue-analyser Summary: A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.… Description: A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.… Remote endpoints: streamable-http: https://server.smithery.ai/@saidsef/mcp-github-pr-issue-analyser/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/saidsef/mcp-github-pr-issue-analyser Security Score: 10/10 Creator: Saidsef Creator Reputation: B Version: 1.15.0 --- ## Jsonplaceholder URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jsonplaceholder Summary: JSONPlaceholder MCP — wraps JSONPlaceholder fake REST API (free, no auth) Description: JSONPlaceholder MCP — wraps JSONPlaceholder fake REST API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/jsonplaceholder/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jsonplaceholder/mcp GitHub: https://github.com/pipeworx-io/mcp-jsonplaceholder MCP Tools (5): discover_tools, get_posts, get_post, get_users, get_comments Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jsonplaceholder https://gateway.pipeworx.io/jsonplaceholder/mcp --- ## Urantia Dev Api URL: https://mcp-marketplace.io/server/dev-urantia-urantia-papers Summary: Free, open MCP server for The Urantia Papers. 197 papers, 14,500+ paragraphs, 4,400+ entities. Description: Free, open MCP server for The Urantia Papers. 197 papers, 14,500+ paragraphs, 4,400+ entities. Remote endpoints: streamable-http: https://api.urantia.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.urantia.dev/mcp GitHub: https://github.com/urantia-hub/urantia-dev-api Security Score: 4.2/10 Creator: Urantia Hub Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-urantia-urantia-papers https://api.urantia.dev/mcp --- ## Intercom URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-intercom Summary: Intercom MCP Pack — contacts, conversations, companies via OAuth. Description: Intercom MCP Pack — contacts, conversations, companies via OAuth. Remote endpoints: streamable-http: https://gateway.pipeworx.io/intercom/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/intercom/mcp GitHub: https://github.com/pipeworx-io/mcp-intercom MCP Tools (6): discover_tools, ic_search_contacts, ic_get_contact, ic_list_conversations, ic_get_conversation, ic_list_companies Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-intercom https://gateway.pipeworx.io/intercom/mcp --- ## Geo Agent URL: https://mcp-marketplace.io/server/io-github-louislili-geo-agent-mcp Summary: GEO Agent Server. Injects product knowledge and SEO landing pages into geo.yigather.com. Description: GEO Agent Server. Injects product knowledge and SEO landing pages into geo.yigather.com. Remote endpoints: sse: https://geo.yigather.com/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geo.yigather.com/api/v1/mcp GitHub: https://github.com/louislili/geo-agent-mcp Security Score: 10/10 Creator: Louislili Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-louislili-geo-agent-mcp https://geo.yigather.com/api/v1/mcp --- ## MIT AI Studio HW3 URL: https://mcp-marketplace.io/server/ai-smithery-jenniferjiang0511-mit-ai-studio-hw3 Summary: Greet people by name and check local forecasts and weather alerts across the U.S. Switch to a play… Description: Greet people by name and check local forecasts and weather alerts across the U.S. Switch to a play… Remote endpoints: streamable-http: https://server.smithery.ai/@jenniferjiang0511/mit-ai-studio-hw3/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/jenniferjiang0511/MIT-AI-studio-HW3 Security Score: 10/10 Creator: Jenniferjiang0511 Creator Reputation: B Version: 1.15.0 --- ## Mac Use URL: https://mcp-marketplace.io/server/io-github-antbotlab-mac-use-mcp Summary: Zero-dependency macOS desktop automation for AI agents. 18 tools via MCP. macOS 13+. Category: Developer Tools Mode: local Pricing: Free npm: mac-use-mcp GitHub: https://github.com/antbotlab/mac-use-mcp Security Score: 7/10 Creator: Antbotlab Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-antbotlab-mac-use-mcp -- npx -y mac-use-mcp@1.1.1 --- ## Connectors URL: https://mcp-marketplace.io/server/com-wallet-connectors-wallet-verifier-mcp Summary: MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents. Description: MCP server for verifying EUDI/Talao wallet data via OIDC4VP (pull) for AI agents. Remote endpoints: streamable-http: https://wallet-connectors.com/mcp Category: Finance Mode: dual Pricing: Free Remote URL: https://wallet-connectors.com/mcp GitHub: https://github.com/TalaoDAO/connectors Security Score: 3.2/10 Creator: TalaoDAO Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-wallet-connectors-wallet-verifier-mcp https://wallet-connectors.com/mcp --- ## Jargon Translator URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jargon-translator Summary: jargon-translator MCP — wraps StupidAPIs (requires X-API-Key) Description: jargon-translator MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/jargon-translator/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jargon-translator/mcp GitHub: https://github.com/pipeworx-io/mcp-jargon-translator MCP Tools (2): discover_tools, jargon_translator_translate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jargon-translator https://gateway.pipeworx.io/jargon-translator/mcp --- ## Search URL: https://mcp-marketplace.io/server/ai-parallel-search-mcp Summary: The best web search for your AI Agent Description: The best web search for your AI Agent Remote endpoints: streamable-http: https://search-mcp.parallel.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://search-mcp.parallel.ai/mcp GitHub: https://github.com/parallel-web/search-mcp Security Score: 10/10 Creator: Parallel Web Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-parallel-search-mcp https://search-mcp.parallel.ai/mcp --- ## Samhsa URL: https://mcp-marketplace.io/server/com-olyport-samhsa Summary: Behavioral health statistics from SAMHSA surveys including NSDUH Description: Behavioral health statistics from SAMHSA surveys including NSDUH Remote endpoints: streamable-http: https://mcp.olyport.com/samhsa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/samhsa/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-samhsa https://mcp.olyport.com/samhsa/mcp --- ## Finddoc URL: https://mcp-marketplace.io/server/io-github-typestoofast-finddoc Summary: GTA doctor, specialist, clinic, language, availability, and freshness data through REST and MCP. Description: GTA doctor, specialist, clinic, language, availability, and freshness data through REST and MCP. Remote endpoints: streamable-http: https://www.finddoc.ca/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @find-doc/finddoc-mcp Remote URL: https://www.finddoc.ca/mcp GitHub: https://github.com/typestoofast/finddoc Security Score: 8/10 Creator: Typestoofast Creator Reputation: B Version: 0.4.1 Required Credentials: FINDDOC_API_KEY (required), FINDDOC_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-typestoofast-finddoc -- npx -y @find-doc/finddoc-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-typestoofast-finddoc https://www.finddoc.ca/mcp --- ## Virlo Public Api Storefront URL: https://mcp-marketplace.io/server/io-github-arod90-virlo Summary: Short-form video analytics and trend intelligence for TikTok, YouTube, and Instagram Description: Short-form video analytics and trend intelligence for TikTok, YouTube, and Instagram Remote endpoints: streamable-http: https://dev.virlo.ai/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dev.virlo.ai/api/mcp/mcp GitHub: https://github.com/Virlo-AI/virlo-public-api-storefront Security Score: 9/10 Creator: Virlo AI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-arod90-virlo https://dev.virlo.ai/api/mcp/mcp --- ## Zippopotam URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-zippopotam Summary: Zippopotam MCP — wraps Zippopotam.us ZIP/postal code API (free, no auth) Description: Zippopotam MCP — wraps Zippopotam.us ZIP/postal code API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/zippopotam/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/zippopotam/mcp GitHub: https://github.com/pipeworx-io/mcp-zippopotam MCP Tools (2): lookup_zipcode, lookup_city Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-zippopotam https://gateway.pipeworx.io/zippopotam/mcp --- ## Nws Alerts URL: https://mcp-marketplace.io/server/com-olyport-nws-alerts Summary: Active weather alerts and warnings from the National Weather Service Description: Active weather alerts and warnings from the National Weather Service Remote endpoints: streamable-http: https://mcp.olyport.com/nws-alerts/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/nws-alerts/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-nws-alerts https://mcp.olyport.com/nws-alerts/mcp --- ## Ejscreen URL: https://mcp-marketplace.io/server/com-olyport-ejscreen Summary: Environmental justice screening indicators, pollution burden, and demographic vulnerability Description: Environmental justice screening indicators, pollution burden, and demographic vulnerability Remote endpoints: streamable-http: https://mcp.olyport.com/ejscreen/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/ejscreen/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-ejscreen https://mcp.olyport.com/ejscreen/mcp --- ## Agify URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-agify Summary: Agify MCP — age prediction from first name (agify.io, free, no auth) Description: Agify MCP — age prediction from first name (agify.io, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/agify/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/agify/mcp GitHub: https://github.com/pipeworx-io/mcp-agify MCP Tools (2): predict_age, predict_age_country Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-agify https://gateway.pipeworx.io/agify/mcp --- ## Nhtsa URL: https://mcp-marketplace.io/server/com-olyport-nhtsa Summary: Vehicle safety recalls, complaints, and crash data from NHTSA Description: Vehicle safety recalls, complaints, and crash data from NHTSA Remote endpoints: streamable-http: https://mcp.olyport.com/nhtsa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/nhtsa/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-nhtsa https://mcp.olyport.com/nhtsa/mcp --- ## Census URL: https://mcp-marketplace.io/server/com-olyport-census Summary: Population, income, poverty, education, housing, and commuting from the US Census ACS Description: Population, income, poverty, education, housing, and commuting from the US Census ACS Remote endpoints: streamable-http: https://mcp.olyport.com/census/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/census/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-census https://mcp.olyport.com/census/mcp --- ## Usda Food URL: https://mcp-marketplace.io/server/com-olyport-usda-food Summary: SNAP participation, food insecurity indicators, and agricultural statistics Description: SNAP participation, food insecurity indicators, and agricultural statistics Remote endpoints: streamable-http: https://mcp.olyport.com/usda-food/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/usda-food/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-usda-food https://mcp.olyport.com/usda-food/mcp --- ## Gemot URL: https://mcp-marketplace.io/server/dev-gemot-gemot Summary: Deliberation primitive for multi-agent systems. Crux detection, vote clustering, consensus. Description: Deliberation primitive for multi-agent systems. Crux detection, vote clustering, consensus. Remote endpoints: sse: https://gemot.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gemot.dev/mcp GitHub: https://github.com/justinstimatze/gemot Security Score: 10/10 Creator: Justinstimatze Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http dev-gemot-gemot https://gemot.dev/mcp --- ## Drought URL: https://mcp-marketplace.io/server/com-olyport-drought Summary: Current drought conditions and severity across the United States Description: Current drought conditions and severity across the United States Remote endpoints: streamable-http: https://mcp.olyport.com/drought/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/drought/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-drought https://mcp.olyport.com/drought/mcp --- ## Cdc Svi URL: https://mcp-marketplace.io/server/com-olyport-cdc-svi Summary: SVI scores and theme breakdowns by county and tract Description: SVI scores and theme breakdowns by county and tract Remote endpoints: streamable-http: https://mcp.olyport.com/cdc-svi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cdc-svi/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-cdc-svi https://mcp.olyport.com/cdc-svi/mcp --- ## Epa URL: https://mcp-marketplace.io/server/com-olyport-epa Summary: Toxics Release Inventory, Superfund sites, air quality data, and AQI Description: Toxics Release Inventory, Superfund sites, air quality data, and AQI Remote endpoints: streamable-http: https://mcp.olyport.com/epa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/epa/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-epa https://mcp.olyport.com/epa/mcp --- ## Linkedin Ads URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-linkedin-ads Summary: LinkedIn Ads MCP Pack Description: LinkedIn Ads MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/linkedin_ads/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/linkedin_ads/mcp GitHub: https://github.com/pipeworx-io/mcp-linkedin_ads MCP Tools (6): discover_tools, li_list_ad_accounts, li_list_campaigns, li_get_campaign, li_campaign_analytics, li_list_creatives Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-linkedin-ads https://gateway.pipeworx.io/linkedin_ads/mcp --- ## Sasame URL: https://mcp-marketplace.io/server/online-sasame-research Summary: No-key MCP: audit/certify MCPs, signed trust history; join Gold Rush Town & build with your LLM. Description: No-key MCP: audit/certify MCPs, signed trust history; join Gold Rush Town & build with your LLM. Remote endpoints: streamable-http: https://live-vps.sasame.online/public-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://live-vps.sasame.online/public-mcp GitHub: https://github.com/shigeki7777/sasame-mcp MCP Tools (50): start_here, get_standard, audit_mcp, verify_mcp_ready, readiness_report, verify_mcp_cert, lookup_readiness, claim_start, claim_confirm, trust_trajectory, trust_movers, trust_diff, trust_compare, ocr_extract, engage_sasame, get_pricing, guild_feed, join_guild, chain_list, research_corroborate, pubmed_evidence, onchain_read_verified, meter_open, meter_charge, meter_status, receipt_issue, audit_query, trust_pubkey, escrow_open, escrow_attest, escrow_status, recommend_mcp, refer, check_engagement, reply_engagement, town_overview, town_prices, town_market, town_claim_start, town_claim_confirm, town_build, town_move, town_place_decor, town_list_plot, town_buy_plot, town_rent_billboard, town_offer_service, town_become_citizen, subscribe_grade_changes, get_badge Security Score: 10/10 Creator: Shigeki7777 Creator Reputation: B Version: 0.8.1 Install (Claude Code Remote): claude mcp add --transport http online-sasame-research https://live-vps.sasame.online/public-mcp --- ## Fabric URL: https://mcp-marketplace.io/server/io-veed-fabric-mcp Summary: Generate AI talking-head videos with custom characters and voices. Description: Generate AI talking-head videos with custom characters and voices. Remote endpoints: streamable-http: https://www.veed.io/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.veed.io/api/v1/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-veed-fabric-mcp https://www.veed.io/api/v1/mcp --- ## Mirelia Patent Market URL: https://mcp-marketplace.io/server/io-github-stagproject-mirelia-patent-market Summary: AI-optimized patent data marketplace providing structured JSON datasets. Description: AI-optimized patent data marketplace providing structured JSON datasets. Remote endpoints: streamable-http: https://sse--mirelia.run.tools/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://sse--mirelia.run.tools/sse GitHub: https://github.com/stagproject/mirelia-patent-market Security Score: 1.5/10 Creator: Stagproject Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-stagproject-mirelia-patent-market https://sse--mirelia.run.tools/sse --- ## Sidecar URL: https://mcp-marketplace.io/server/com-sidecardata-sidecar Summary: Cross-tool context for your data stack. Search, lineage, and impact across warehouse and BI tools. Description: Cross-tool context for your data stack. Search, lineage, and impact across warehouse and BI tools. Remote endpoints: streamable-http: https://service-mcp.sidecardata.com/sidecar/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://service-mcp.sidecardata.com/sidecar/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-sidecardata-sidecar https://service-mcp.sidecardata.com/sidecar/mcp --- ## Color URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-colorapi Summary: Color API MCP — wraps thecolorapi.com (free, no auth) Description: Color API MCP — wraps thecolorapi.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/colorapi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/colorapi/mcp GitHub: https://github.com/pipeworx-io/mcp-colorapi MCP Tools (3): identify_color, generate_scheme, convert_color Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-colorapi https://gateway.pipeworx.io/colorapi/mcp --- ## Dogsapi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dogsapi Summary: DogsAPI MCP — wraps dogapi.dog v2 API (free, no auth) Description: DogsAPI MCP — wraps dogapi.dog v2 API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dogsapi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dogsapi/mcp GitHub: https://github.com/pipeworx-io/mcp-dogsapi MCP Tools (4): list_breeds, get_breed, list_facts, get_groups Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dogsapi https://gateway.pipeworx.io/dogsapi/mcp --- ## Econdata URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-econdata Summary: Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2 Description: Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2 Remote endpoints: streamable-http: https://gateway.pipeworx.io/econdata/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/econdata/mcp GitHub: https://github.com/pipeworx-io/mcp-econdata MCP Tools (4): get_series, get_unemployment, get_cpi, get_employment_by_industry Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-econdata https://gateway.pipeworx.io/econdata/mcp --- ## Saroday URL: https://mcp-marketplace.io/server/io-github-yolstudio26-oss-saroday-mcp-server Summary: Korean Saju (사주) Four Pillars calculation + 80+ myeongni-hak (命理學) glossary terms. Category: Developer Tools Mode: local Pricing: Free npm: @saroday/mcp-server GitHub: https://github.com/yolstudio26-oss/saroday-mcp-server Security Score: 6.2/10 Creator: Yolstudio26 Oss Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-yolstudio26-oss-saroday-mcp-server -- npx -y @saroday/mcp-server@0.2.0 --- ## Openharness URL: https://mcp-marketplace.io/server/io-github-philo-kim-openharness Summary: Lets AI coding agents discover and reference each other's recent sessions. Category: Developer Tools Mode: local Pricing: Free npm: @freebird-ai/openharness GitHub: https://github.com/philo-kim/openharness Security Score: 7/10 Creator: Philo Kim Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-philo-kim-openharness -- npx -y @freebird-ai/openharness@0.1.2 --- ## Tennis 2026 URL: https://mcp-marketplace.io/server/com-whensport-tennis-2026 Summary: Tennis Grand Slams 2026 MCP — Australian Open, Roland Garros, Wimbledon, US Open. Draws + venues. Description: Tennis Grand Slams 2026 MCP — Australian Open, Roland Garros, Wimbledon, US Open. Draws + venues. Remote endpoints: streamable-http: https://whensport.com/mcp/tennis Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/tennis MCP Tools (5): tennis.getTournaments, tennis.getTournament, tennis.getNextGrandSlam, tennis.getVenues, tennis.getPlayers Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-tennis-2026 https://whensport.com/mcp/tennis --- ## Bored URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bored Summary: Bored MCP — wraps Bored API (free, no auth) Description: Bored MCP — wraps Bored API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/bored/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bored/mcp GitHub: https://github.com/pipeworx-io/mcp-bored MCP Tools (3): random_activity, activity_by_type, activity_by_participants Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bored https://gateway.pipeworx.io/bored/mcp --- ## Mailchimp URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mailchimp Summary: Mailchimp MCP Pack — manage audiences, campaigns, and members via Mailchimp Marketing API. Description: Mailchimp MCP Pack — manage audiences, campaigns, and members via Mailchimp Marketing API. Remote endpoints: streamable-http: https://gateway.pipeworx.io/mailchimp/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mailchimp/mcp GitHub: https://github.com/pipeworx-io/mcp-mailchimp MCP Tools (6): discover_tools, mailchimp_list_audiences, mailchimp_get_audience, mailchimp_list_campaigns, mailchimp_get_campaign, mailchimp_list_members Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mailchimp https://gateway.pipeworx.io/mailchimp/mcp --- ## Factorguide URL: https://mcp-marketplace.io/server/io-factorguide-factorguide Summary: Send a coupling matrix, get zone classifications and optimal factorization strategy. Description: Send a coupling matrix, get zone classifications and optimal factorization strategy. Remote endpoints: streamable-http: https://factorguide.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://factorguide.io/mcp GitHub: https://github.com/Bwana7/factorguide MCP Tools (7): factorguide_navigate, factorguide_diagnose, factorguide_submit_payment, factorguide_report_outcome, factorguide_explain, factorguide_regime_detect, factorguide_synergy_detect Security Score: 10/10 Creator: Bwana7 Creator Reputation: B Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http io-factorguide-factorguide https://factorguide.io/mcp --- ## Claude Plugin URL: https://mcp-marketplace.io/server/dev-dnsdoctor-mcp Summary: Email-auth diagnosis (SPF, DMARC, DKIM, MX, blacklist) with validated copy-paste fix records. Description: Email-auth diagnosis (SPF, DMARC, DKIM, MX, blacklist) with validated copy-paste fix records. Remote endpoints: streamable-http: https://dnsdoctor.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dnsdoctor.dev/mcp GitHub: https://github.com/dnsdoctor/claude-plugin MCP Tools (4): scan_domain, get_report, build_dmarc_upgrade, enroll_monitoring_trial Security Score: 10/10 Creator: Dnsdoctor Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-dnsdoctor-mcp https://dnsdoctor.dev/mcp --- ## Tour De France 2026 URL: https://mcp-marketplace.io/server/com-whensport-tour-de-france-2026 Summary: Tour de France 2026 MCP — 21 stages, race phase tracking, stage start times, stage profiles. Description: Tour de France 2026 MCP — 21 stages, race phase tracking, stage start times, stage profiles. Remote endpoints: streamable-http: https://whensport.com/mcp/tdf Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/tdf MCP Tools (4): tdf.getStages, tdf.getStage, tdf.getStagesInRange, tdf.getRacePhase Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-whensport-tour-de-france-2026 https://whensport.com/mcp/tdf --- ## Rxradar URL: https://mcp-marketplace.io/server/io-github-labrat-0-rxradar Summary: Semantic search across 5 US government healthcare databases. Description: Semantic search across 5 US government healthcare databases. Remote endpoints: streamable-http: https://mcp.rxradar.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.rxradar.dev/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-labrat-0-rxradar https://mcp.rxradar.dev/mcp --- ## Confluence URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-confluence Summary: Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth) Description: Confluence MCP — wraps the Confluence Cloud REST API v2 (OAuth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/confluence/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/confluence/mcp GitHub: https://github.com/pipeworx-io/mcp-confluence MCP Tools (6): discover_tools, confluence_list_pages, confluence_get_page, confluence_search, confluence_create_page, confluence_list_spaces Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-confluence https://gateway.pipeworx.io/confluence/mcp --- ## Maven Central URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-maven-central Summary: Maven Central MCP — Java/JVM artifact registry Description: Maven Central MCP — Java/JVM artifact registry Remote endpoints: streamable-http: https://gateway.pipeworx.io/maven-central/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/maven-central/mcp GitHub: https://github.com/pipeworx-io/mcp-maven-central MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, search_by_coords, list_versions, latest_version Security Score: 10/10 Installs: 1 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-maven-central https://gateway.pipeworx.io/maven-central/mcp --- ## Rtfm URL: https://mcp-marketplace.io/server/io-github-roomi-fields-rtfm Summary: The open retrieval layer for AI agents — index code, docs, data. Search via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: rtfm-ai GitHub: https://github.com/roomi-fields/rtfm Security Score: 10/10 Creator: Roomi Fields Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-roomi-fields-rtfm -- uvx rtfm-ai==0.8.0 --- ## Hive Mcp Tax Observer URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-tax-observer Summary: Read-only tax event observation for agent-to-agent transaction streams Description: Read-only tax event observation for agent-to-agent transaction streams Remote endpoints: streamable-http: https://hive-mcp-tax-observer.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-tax-observer.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-tax-observer MCP Tools (3): tax.classify, tax.bulk, tax.today Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-tax-observer https://hive-mcp-tax-observer.onrender.com/mcp --- ## Open Computer Use URL: https://mcp-marketplace.io/server/io-github-yambr-open-computer-use Summary: Give any LLM its own computer — Docker sandboxes with bash, browser, docs, and sub-agents Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Yambr/open-computer-use Security Score: 9/10 Creator: Yambr Creator Reputation: B Version: 0.8.12.6 --- ## Nvd URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nvd Summary: NVD MCP — wraps the NIST National Vulnerability Database API (free, no auth) Description: NVD MCP — wraps the NIST National Vulnerability Database API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nvd/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nvd/mcp GitHub: https://github.com/pipeworx-io/mcp-nvd MCP Tools (3): search_cves, get_cve, recent_cves Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nvd https://gateway.pipeworx.io/nvd/mcp --- ## Openalex URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openalex Summary: OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth) Description: OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/openalex/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openalex/mcp GitHub: https://github.com/pipeworx-io/mcp-openalex MCP Tools (4): search_works, search_authors, search_institutions, get_concept Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openalex https://gateway.pipeworx.io/openalex/mcp --- ## Arcgis Tallahassee URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-tallahassee Summary: Tallahassee-Leon County GIS — Tallahassee-Leon County, Florida open geospatial data (ArcGIS). Description: Tallahassee-Leon County GIS — Tallahassee-Leon County, Florida open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-tallahassee/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-tallahassee/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-tallahassee MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-tallahassee https://gateway.pipeworx.io/arcgis-tallahassee/mcp --- ## Byteplant URL: https://mcp-marketplace.io/server/io-github-byteplant-dev-byteplant-mcp Summary: An MCP server that provides Email, Phone and Address Validation Services from Byteplant Category: Developer Tools Mode: local Pricing: Free PyPI: byteplant-mcp GitHub: https://github.com/byteplant-dev/byteplant-mcp Security Score: 10/10 Creator: Byteplant Dev Creator Reputation: B Version: 1.0.0.post2 Required Credentials: EV_TOKEN (required), AV_TOKEN (required), PV_TOKEN (required) Install (Claude Code): claude mcp add io-github-byteplant-dev-byteplant-mcp -- uvx byteplant-mcp==1.0.0.post2 --- ## Congress URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-congress Summary: Congress MCP — US Congress data via GovTrack API (free, no auth required) Description: Congress MCP — US Congress data via GovTrack API (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/congress/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/congress/mcp GitHub: https://github.com/pipeworx-io/mcp-congress MCP Tools (5): discover_tools, search_bills, get_bill, get_members, get_votes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-congress https://gateway.pipeworx.io/congress/mcp --- ## StockAI URL: https://mcp-marketplace.io/server/io-github-crazymaker23-convergealpha Summary: AI stock signal convergence � 13 sources, Bayesian scoring, verified outcomes. Description: AI stock signal convergence � 13 sources, Bayesian scoring, verified outcomes. Remote endpoints: sse: https://api.openalpha.app/sse/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.openalpha.app/sse/sse GitHub: https://github.com/CrazymakER23/StockAI Security Score: 9/10 Creator: CrazymakER23 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-crazymaker23-convergealpha https://api.openalpha.app/sse/sse --- ## Onthisday URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-onthisday Summary: On This Day MCP — wraps byabbe.se/on-this-day (free, no auth) Description: On This Day MCP — wraps byabbe.se/on-this-day (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/onthisday/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/onthisday/mcp GitHub: https://github.com/pipeworx-io/mcp-onthisday MCP Tools (3): get_events, get_births, get_deaths Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-onthisday https://gateway.pipeworx.io/onthisday/mcp --- ## Microlink URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-microlink Summary: Microlink MCP — wraps Microlink API (free tier, no auth required) Description: Microlink MCP — wraps Microlink API (free tier, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/microlink/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/microlink/mcp GitHub: https://github.com/pipeworx-io/mcp-microlink MCP Tools (2): get_metadata, take_screenshot Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-microlink https://gateway.pipeworx.io/microlink/mcp --- ## Paperswithcode URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-paperswithcode Summary: Papers With Code MCP — browse ML research papers and their code repositories Description: Papers With Code MCP — browse ML research papers and their code repositories Remote endpoints: streamable-http: https://gateway.pipeworx.io/paperswithcode/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/paperswithcode/mcp GitHub: https://github.com/pipeworx-io/mcp-paperswithcode MCP Tools (5): discover_tools, search_papers, get_paper, get_repositories, trending_papers Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-paperswithcode https://gateway.pipeworx.io/paperswithcode/mcp --- ## Arduino URL: https://mcp-marketplace.io/server/io-github-hardware-mcp-arduino-mcp-server Summary: Arduino MCP server for CLI setup, board detection, compile/upload, serial monitoring, and pin refs. Category: Developer Tools Mode: local Pricing: Free npm: arduino-mcp-server GitHub: https://github.com/hardware-mcp/arduino-mcp-server Security Score: 7/10 Creator: Hardware Mcp Creator Reputation: B Version: 0.2.8 Required Credentials: ARDUINO_CLI_PATH (optional), ARDUINO_SKETCH_ROOT (optional) Install (Claude Code): claude mcp add io-github-hardware-mcp-arduino-mcp-server -- npx -y arduino-mcp-server@0.2.8 --- ## Pokemon URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pokemon Summary: Pokemon MCP — wraps PokéAPI (free, no auth required) Description: Pokemon MCP — wraps PokéAPI (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/pokemon/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pokemon/mcp GitHub: https://github.com/pipeworx-io/mcp-pokemon MCP Tools (4): get_pokemon, get_type, get_ability, get_evolution_chain Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pokemon https://gateway.pipeworx.io/pokemon/mcp --- ## Wokelo URL: https://mcp-marketplace.io/server/io-github-wokelo-ai-wokelo-mcp-server Summary: Company and market intelligence, news, enrichment, and agentic workflows for dealmakers. Description: Company and market intelligence, news, enrichment, and agentic workflows for dealmakers. Remote endpoints: streamable-http: https://mcp.wokelo.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.wokelo.ai/mcp GitHub: https://github.com/Wokelo-AI/Wokelo-MCP-Server Security Score: 10/10 Creator: Wokelo AI Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-wokelo-ai-wokelo-mcp-server https://mcp.wokelo.ai/mcp --- ## Open Advertising URL: https://mcp-marketplace.io/server/io-github-cesteral-dv360-mcp Summary: DV360 campaign management — writes, targeting, custom bidding, previews, and media uploads Description: DV360 campaign management — writes, targeting, custom bidding, previews, and media uploads Remote endpoints: streamable-http: https://{host}/dv360-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cesteral/dv360-mcp Remote URL: https://{host}/dv360-mcp/mcp GitHub: https://github.com/cesteral/mcp-open-advertising Security Score: 4.2/10 Creator: Cesteral Creator Reputation: B Version: 1.4.0 Install (Claude Code): claude mcp add io-github-cesteral-dv360-mcp -- npx -y @cesteral/dv360-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-cesteral-dv360-mcp 'https://{host}/dv360-mcp/mcp' --- ## Prep It URL: https://mcp-marketplace.io/server/com-recipe-clipper-prep-it Summary: Search, save, organize, cook, and share recipes with any AI assistant. Description: Search, save, organize, cook, and share recipes with any AI assistant. Remote endpoints: streamable-http: https://www.recipe-clipper.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.recipe-clipper.com/api/mcp Security Score: 9/10 Installs: 1 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-recipe-clipper-prep-it https://www.recipe-clipper.com/api/mcp --- ## Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-crypto Summary: Crypto token and narrative trend volume over time, with growth signals. Free key at trendsmcp.ai Description: Crypto token and narrative trend volume over time, with growth signals. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://crypto.api.trendsmcp.ai/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://crypto.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/Trends-MCP Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-crypto https://crypto.api.trendsmcp.ai/mcp --- ## Spacenews URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-spacenews Summary: Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth) Description: Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/spacenews/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/spacenews/mcp GitHub: https://github.com/pipeworx-io/mcp-spacenews MCP Tools (3): get_articles, search_articles, get_blogs Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-spacenews https://gateway.pipeworx.io/spacenews/mcp --- ## Passive Aggression URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-passive-aggression Summary: passive-aggression MCP — wraps StupidAPIs (requires X-API-Key) Description: passive-aggression MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/passive-aggression/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/passive-aggression/mcp GitHub: https://github.com/pipeworx-io/mcp-passive-aggression MCP Tools (2): discover_tools, passive_aggression_detect Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-passive-aggression https://gateway.pipeworx.io/passive-aggression/mcp --- ## Gsep URL: https://mcp-marketplace.io/server/io-github-gsepcore-gsep-mcp Summary: AI agent security via MCP: C3 firewall, C4 immune system, C5 action guard, self-evolving prompts. Category: Developer Tools Mode: local Pricing: Free npm: @gsep/mcp GitHub: https://github.com/gsepcore/gsep-mcp Security Score: 4.1/10 Creator: Gsepcore Creator Reputation: B Version: 1.0.0 Required Credentials: ANTHROPIC_API_KEY (required), OPENAI_API_KEY (required), OLLAMA_HOST (optional), GSEP_PRESET (optional) Install (Claude Code): claude mcp add io-github-gsepcore-gsep-mcp -- npx -y @gsep/mcp@1.0.2 --- ## Award Flight Daily URL: https://mcp-marketplace.io/server/com-awardflightdaily-award-flight-daily Summary: Official airline award MCP. Search 12.3M+ award flights across 48 loyalty programs. Description: Official airline award MCP. Search 12.3M+ award flights across 48 loyalty programs. Remote endpoints: streamable-http: https://awardflightdaily.com/mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://awardflightdaily.com/mcp-server/mcp GitHub: https://github.com/eCriswell7/award-flight-daily-mcp Security Score: 10/10 Creator: ECriswell7 Creator Reputation: B Version: 1.26.0 Install (Claude Code Remote): claude mcp add --transport http com-awardflightdaily-award-flight-daily https://awardflightdaily.com/mcp-server/mcp --- ## Wc 2026 URL: https://mcp-marketplace.io/server/com-whensport-wc-2026 Summary: FIFA World Cup 2026 schedule MCP — 104 matches, 62 country teams, jerseys, venues, kickoff times. Description: FIFA World Cup 2026 schedule MCP — 104 matches, 62 country teams, jerseys, venues, kickoff times. Remote endpoints: streamable-http: https://whensport.com/mcp/wc Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/wc MCP Tools (6): getCountrySchedule, getTeamMatches, getMatch, findToday, getCurrentlyLive, getCountryList Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-wc-2026 https://whensport.com/mcp/wc --- ## Shoptera Product Intelligence URL: https://mcp-marketplace.io/server/io-github-shoptera-ai-product-intelligence Summary: Search ~8.5M products from 2,500+ Central European e-shops. Semantic, keyword, GTIN lookup. Description: Search ~8.5M products from 2,500+ Central European e-shops. Semantic, keyword, GTIN lookup. Remote endpoints: streamable-http: https://shoptera.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://shoptera.ai/mcp/ GitHub: https://github.com/shoptera-ai/shoptera-product-intelligence MCP Tools (3): search_products, lookup_by_gtin, search_products_by_text Security Score: 10/10 Creator: Shoptera Ai Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-shoptera-ai-product-intelligence https://shoptera.ai/mcp/ --- ## Helium URL: https://mcp-marketplace.io/server/io-github-connerlambden-helium-mcp Summary: Real-time news with bias scoring, live market data, and AI-powered options pricing Description: Real-time news with bias scoring, live market data, and AI-powered options pricing Remote endpoints: streamable-http: https://heliumtrades.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://heliumtrades.com/mcp GitHub: https://github.com/connerlambden/helium-mcp Security Score: 10/10 Creator: Connerlambden Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-connerlambden-helium-mcp https://heliumtrades.com/mcp --- ## Propraven URL: https://mcp-marketplace.io/server/io-github-jdw2111-propraven Summary: Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds. Description: Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds. Remote endpoints: streamable-http: https://mcp.propraven.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @propraven/mcp Remote URL: https://mcp.propraven.com/mcp GitHub: https://github.com/jdw2111/propraven-mcp Security Score: 6.2/10 Creator: Jdw2111 Creator Reputation: B Version: 0.1.1 Required Credentials: PROPRAVEN_API_KEY (required) Install (Claude Code): claude mcp add io-github-jdw2111-propraven -- npx -y @propraven/mcp@0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-jdw2111-propraven https://mcp.propraven.com/mcp --- ## Performance Review URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-performance-review Summary: performance-review MCP — wraps StupidAPIs (requires X-API-Key) Description: performance-review MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/performance-review/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/performance-review/mcp GitHub: https://github.com/pipeworx-io/mcp-performance-review MCP Tools (2): discover_tools, performance_review_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-performance-review https://gateway.pipeworx.io/performance-review/mcp --- ## Agenthotspot URL: https://mcp-marketplace.io/server/io-github-agenthotspot-agenthotspot-mcp Summary: Search thousands of MCP connectors from the AgentHotspot marketplace via your AI agent. Category: Developer Tools Mode: local Pricing: Free PyPI: agenthotspot-mcp GitHub: https://github.com/AgentHotspot/agenthotspot-mcp Security Score: 4.5/10 Creator: AgentHotspot Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-agenthotspot-agenthotspot-mcp -- uvx agenthotspot-mcp==1.0.2 --- ## OctoDock URL: https://mcp-marketplace.io/server/com-octo-dock-octodock Summary: One MCP URL for all your apps. 600+ actions for AI. Description: One MCP URL for all your apps. 600+ actions for AI. Remote endpoints: streamable-http: https://octo-dock.com/mcp/{apiKey} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://octo-dock.com/mcp/{apiKey} GitHub: https://github.com/chaosmibu-blip/OctoDock Security Score: 9/10 Creator: Chaosmibu Blip Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-octo-dock-octodock 'https://octo-dock.com/mcp/{apiKey}' --- ## Mued V2 URL: https://mcp-marketplace.io/server/io-github-kimny1143-hoo-mcp Summary: AI music production assistant — audio profiling, AI mixing sessions, and service inquiries. Description: AI music production assistant — audio profiling, AI mixing sessions, and service inquiries. Remote endpoints: streamable-http: https://hoo-mcp.glasswerkskimny.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hoo-mcp.glasswerkskimny.workers.dev/mcp GitHub: https://github.com/kimny1143/mued_v2 Security Score: 8/10 Creator: Kimny1143 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kimny1143-hoo-mcp https://hoo-mcp.glasswerkskimny.workers.dev/mcp --- ## Docs Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-docs Summary: JSDoc, README, changelog generation for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-docs-tools GitHub: https://github.com/rog0x/mcp-docs-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-docs -- npx -y @rog0x/mcp-docs-tools@1.0.2 --- ## Api URL: https://mcp-marketplace.io/server/org-gdacs-api Summary: An MCP server that through www.gdacs.org provides access to web‐based disaster information systems. Description: An MCP server that through www.gdacs.org provides access to web‐based disaster information systems. Remote endpoints: streamable-http: https://api.gdacs.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gdacs.org/mcp MCP Tools (8): GetDisasterStatistics, SearchEvents, GetEventTypes, GetRecentAlerts, GetActiveDisasters, GetEventData, GetEventsByCountry, GetAlertLevelInfo Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http org-gdacs-api https://api.gdacs.org/mcp --- ## Gcal URL: https://mcp-marketplace.io/server/com-mintmcp-gcal Summary: A MCP server that works with Google Calendar to manage event listing, reading, and updates. Description: A MCP server that works with Google Calendar to manage event listing, reading, and updates. Remote endpoints: streamable-http: https://gcal.mintmcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gcal.mintmcp.com/mcp GitHub: https://github.com/mintmcp/servers Security Score: 10/10 Installs: 3 Creator: Mintmcp Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-mintmcp-gcal https://gcal.mintmcp.com/mcp --- ## Phoenix Number URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-phoenix-number Summary: phoenix-number MCP — wraps StupidAPIs (requires X-API-Key) Description: phoenix-number MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/phoenix-number/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/phoenix-number/mcp GitHub: https://github.com/pipeworx-io/mcp-phoenix-number MCP Tools (2): discover_tools, phoenix_number_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-phoenix-number https://gateway.pipeworx.io/phoenix-number/mcp --- ## Firma URL: https://mcp-marketplace.io/server/io-github-evan-moon-firma Summary: Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP. Category: Developer Tools Mode: local Pricing: Free npm: firma-app GitHub: https://github.com/evan-moon/firma Security Score: 9.7/10 Creator: Evan Moon Creator Reputation: B Version: 0.4.2 Required Credentials: FINNHUB_API_KEY (required) Install (Claude Code): claude mcp add io-github-evan-moon-firma -- npx -y firma-app --- ## Ask262 URL: https://mcp-marketplace.io/server/io-github-bendtherules-ask262 Summary: MCP server for understanding Javascript internals from ECMAScript specification. Description: MCP server for understanding Javascript internals from ECMAScript specification. Remote endpoints: streamable-http: https://ask262.mcp.bendtherules.io/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://ask262.mcp.bendtherules.io/mcp GitHub: https://github.com/bendtherules/ask262 Security Score: 4.2/10 Creator: Bendtherules Creator Reputation: B Version: 0.0.13 Install (Claude Code Remote): claude mcp add --transport http io-github-bendtherules-ask262 https://ask262.mcp.bendtherules.io/mcp --- ## Saw URL: https://mcp-marketplace.io/server/io-github-snyk-saw-mcp Summary: MCP server for Snyk API & Web — DAST scanning, findings management, and vulnerability triage Category: Security Mode: local Pricing: Free PyPI: snyk-apiweb-mcp GitHub: https://github.com/snyk/saw-mcp Security Score: 4.2/10 Creator: Snyk Creator Reputation: B Version: 1.1.2 Required Credentials: MCP_SAW_API_KEY (required) Install (Claude Code): claude mcp add io-github-snyk-saw-mcp -- uvx snyk-apiweb-mcp==1.1.2 --- ## Kibana URL: https://mcp-marketplace.io/server/io-github-mshegolev-kibana-mcp Summary: Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards. Category: Developer Tools Mode: local Pricing: Free PyPI: kibana-mcp GitHub: https://github.com/mshegolev/kibana-mcp Security Score: 1/10 Creator: Mshegolev Creator Reputation: B Version: 0.1.1 Required Credentials: KIBANA_URL (optional), ELASTICSEARCH_URL (optional), KIBANA_API_KEY (required), KIBANA_USERNAME (optional), KIBANA_PASSWORD (required), KIBANA_SSL_VERIFY (optional) Install (Claude Code): claude mcp add io-github-mshegolev-kibana-mcp -- uvx kibana-mcp --- ## Jaeger URL: https://mcp-marketplace.io/server/io-github-mshegolev-jaeger-mcp Summary: Jaeger MCP — search traces, inspect spans, map service dependencies (read-only). Category: Developer Tools Mode: local Pricing: Free PyPI: jaeger-mcp GitHub: https://github.com/mshegolev/jaeger-mcp Security Score: 1/10 Creator: Mshegolev Creator Reputation: B Version: 0.1.1 Required Credentials: JAEGER_URL (optional), JAEGER_TOKEN (required), JAEGER_USERNAME (optional), JAEGER_PASSWORD (required), JAEGER_SSL_VERIFY (optional) Install (Claude Code): claude mcp add io-github-mshegolev-jaeger-mcp -- uvx jaeger-mcp --- ## Env Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-env Summary: Dotenv parser, ports, system info for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-env-tools GitHub: https://github.com/rog0x/mcp-env-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-env -- npx -y @rog0x/mcp-env-tools@1.0.2 --- ## Quotable URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-quotable Summary: Quotable MCP — wraps Quotable API (free, no auth) Description: Quotable MCP — wraps Quotable API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/quotable/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/quotable/mcp GitHub: https://github.com/pipeworx-io/mcp-quotable MCP Tools (5): discover_tools, random_quote, search_quotes, get_authors, list_tags Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-quotable https://gateway.pipeworx.io/quotable/mcp --- ## Atlassian Dc URL: https://mcp-marketplace.io/server/io-github-mrrefactoring-atlassian-dc-mcp-confluence Summary: MCP server for Atlassian Confluence Data Center - access and manage content Category: Developer Tools Mode: local Pricing: Free npm: confluence-datacenter-mcp GitHub: https://github.com/MrRefactoring/atlassian-dc-mcp Security Score: 10/10 Creator: MrRefactoring Creator Reputation: B Version: 0.5.0 Required Credentials: ATLASSIAN_DC_MCP_CONFIG_FILE (optional), CONFLUENCE_HOST (optional), CONFLUENCE_API_BASE_PATH (optional), CONFLUENCE_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-mrrefactoring-atlassian-dc-mcp-confluence -- npx -y confluence-datacenter-mcp --- ## Company Lens Mcp Registry URL: https://mcp-marketplace.io/server/net-gepuro-mcp-company-lens-v1-company-lens-mcp-registry Summary: Search Japanese company database Description: Search Japanese company database Remote endpoints: streamable-http: https://mcp-company-lens-v1.gepuro.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-company-lens-v1.gepuro.net/mcp GitHub: https://github.com/gepuro/company-lens-mcp-registry Security Score: 9.9/10 Creator: Gepuro Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-gepuro-mcp-company-lens-v1-company-lens-mcp-registry https://mcp-company-lens-v1.gepuro.net/mcp --- ## Reddit URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-reddit Summary: Reddit MCP — public Reddit data via JSON endpoints (no auth required) Description: Reddit MCP — public Reddit data via JSON endpoints (no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/reddit/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/reddit/mcp GitHub: https://github.com/pipeworx-io/mcp-reddit MCP Tools (4): discover_tools, get_subreddit, search_posts, get_post Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-reddit https://gateway.pipeworx.io/reddit/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-json5-mcp Summary: Parse JSON5 (comments, trailing commas, unquoted keys) and emit strict JSON. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/json5-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-json5-mcp -- npx -y @mukundakatta/json5-mcp --- ## Swisstrip URL: https://mcp-marketplace.io/server/io-github-fabsbags-swisstrip-mcp Summary: Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip. Description: Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip. Remote endpoints: streamable-http: https://mcp.swisstrip.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: swisstrip-mcp Remote URL: https://mcp.swisstrip.app/mcp GitHub: https://github.com/Fabsbags/swisstrip-mcp Security Score: 5.2/10 Creator: Fabsbags Creator Reputation: B Version: 0.6.3 Required Credentials: SWISSTRIP_MCP_URL (optional) Install (Claude Code): claude mcp add io-github-fabsbags-swisstrip-mcp -- npx -y swisstrip-mcp@0.6.3 Install (Claude Code Remote): claude mcp add --transport http io-github-fabsbags-swisstrip-mcp https://mcp.swisstrip.app/mcp --- ## Mediawiki URL: https://mcp-marketplace.io/server/io-github-crunchtools-mediawiki Summary: Secure MCP server for MediaWiki wikis — search, pages, categories, and more Category: Content & Media Mode: local Pricing: Free PyPI: mcp-mediawiki-crunchtools GitHub: https://github.com/crunchtools/mcp-mediawiki Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-crunchtools-mediawiki -- uvx mcp-mediawiki-crunchtools==0.1.3 --- ## Yandex Metrika URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-yandex-metrika Summary: MCP server for Yandex Metrika API — counters, goals, reports, segments, logs Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-yandex-metrika GitHub: https://github.com/dontsovcmc/mcp-server-yandex-metrika Security Score: 4.8/10 Creator: Dontsovcmc Creator Reputation: B Version: 0.2.4 Required Credentials: YANDEX_METRIKA_TOKEN (required) Install (Claude Code): claude mcp add io-github-dontsovcmc-yandex-metrika -- uvx mcp-server-yandex-metrika==0.2.4 --- ## Aemet Client URL: https://mcp-marketplace.io/server/io-github-jocarrd-aemet-mcp Summary: MCP server for AEMET — Spain's weather agency. Forecasts, CAP warnings, station observations. Category: Developer Tools Mode: local Pricing: Free npm: aemet-mcp GitHub: https://github.com/jocarrd/aemet-client Security Score: 9.7/10 Creator: Jocarrd Creator Reputation: B Version: 0.1.2 Required Credentials: AEMET_API_KEY (required) Install (Claude Code): claude mcp add io-github-jocarrd-aemet-mcp -- npx -y aemet-mcp --- ## Warmnight Fishing URL: https://mcp-marketplace.io/server/cloud-aevia-warmnight-fishing Summary: Free blind-play night-fishing game over MCP. Deterministic engine, zero LLM calls, save codes. Description: Free blind-play night-fishing game over MCP. Deterministic engine, zero LLM calls, save codes. Remote endpoints: streamable-http: https://mcp.aevia.cloud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.aevia.cloud/mcp MCP Tools (5): fishing_play, fishing_manual, fishing_new_game, fishing_share_card, fishing_save_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http cloud-aevia-warmnight-fishing https://mcp.aevia.cloud/mcp --- ## Cricket 2026 URL: https://mcp-marketplace.io/server/com-whensport-cricket-2026 Summary: Cricket 2026 MCP — T20 World Cup + ICC tour matches. Tournaments, fixtures, players, venues. Description: Cricket 2026 MCP — T20 World Cup + ICC tour matches. Tournaments, fixtures, players, venues. Remote endpoints: streamable-http: https://whensport.com/mcp/cricket Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/cricket MCP Tools (5): cricket.getTournaments, cricket.getTournament, cricket.getMatches, cricket.getMatch, cricket.getPlayers Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-cricket-2026 https://whensport.com/mcp/cricket --- ## Prometheus URL: https://mcp-marketplace.io/server/io-github-mshegolev-prometheus-mcp Summary: Prometheus MCP — query metrics, inspect alerts, and explore scrape targets (read-only). Category: Data & Analytics Mode: local Pricing: Free PyPI: prometheus-mcp GitHub: https://github.com/mshegolev/prometheus-mcp Security Score: 1/10 Creator: Mshegolev Creator Reputation: B Version: 0.1.0 Required Credentials: PROMETHEUS_URL (optional), PROMETHEUS_TOKEN (required), PROMETHEUS_USERNAME (optional), PROMETHEUS_PASSWORD (required), PROMETHEUS_SSL_VERIFY (optional) Install (Claude Code): claude mcp add io-github-mshegolev-prometheus-mcp -- uvx prometheus-mcp --- ## Hive Mcp Zk Attestation URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-zk-attestation Summary: Zero-knowledge attestation for agent capability and trust score claims Description: Zero-knowledge attestation for agent capability and trust score claims Remote endpoints: streamable-http: https://hive-mcp-zk-attestation.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-zk-attestation.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-zk-attestation MCP Tools (8): zk_attest_agent_state, zk_verify_proof, zk_anchor_to_base, zk_list_circuits, zk_query_attestation, hive_earn_register, hive_earn_me, hive_earn_leaderboard Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-zk-attestation https://hive-mcp-zk-attestation.onrender.com/mcp --- ## Token Of Esteem URL: https://mcp-marketplace.io/server/com-tokenofesteem-token-of-esteem Summary: A press your agent can commission: a funny, personalized printed booklet, mailed as a gift. Description: A press your agent can commission: a funny, personalized printed booklet, mailed as a gift. Remote endpoints: streamable-http: https://mcp.tokenofesteem.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tokenofesteem.com/v1/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-tokenofesteem-token-of-esteem https://mcp.tokenofesteem.com/v1/mcp --- ## Admaxxercom URL: https://mcp-marketplace.io/server/com-admaxxer-ads-manager Summary: AI-powered DTC analytics & ads manager for Meta + Google Description: AI-powered DTC analytics & ads manager for Meta + Google Remote endpoints: streamable-http: https://admaxxer.com/mcp sse: https://admaxxer.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://admaxxer.com/mcp GitHub: https://github.com/fortuneflick/Admaxxercom Security Score: 8/10 Creator: Fortuneflick Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-admaxxer-ads-manager https://admaxxer.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-doomscrollr-mcp Summary: Build owned-audience websites: pages, posts, products, subscribers, ShopMy/Shopify imports. Description: Build owned-audience websites: pages, posts, products, subscribers, ShopMy/Shopify imports. Remote endpoints: streamable-http: https://mcp.doomscrollr.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @doomscrollr/mcp-server Remote URL: https://mcp.doomscrollr.com/mcp GitHub: https://github.com/DOOMSCROLLR/mcp Security Score: 5/10 Creator: DOOMSCROLLR Creator Reputation: B Version: 1.1.2 Required Credentials: DOOMSCROLLR_API_KEY (required) Install (Claude Code): claude mcp add com-doomscrollr-mcp -- npx -y @doomscrollr/mcp-server@1.1.2 Install (Claude Code Remote): claude mcp add --transport http com-doomscrollr-mcp https://mcp.doomscrollr.com/mcp --- ## Agentdeals URL: https://mcp-marketplace.io/server/io-github-robhunter-agentdeals Summary: MCP server aggregating developer infrastructure deals, free tiers, and startup programs Description: MCP server aggregating developer infrastructure deals, free tiers, and startup programs Remote endpoints: streamable-http: https://agentdeals.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://agentdeals.dev/mcp GitHub: https://github.com/robhunter/agentdeals MCP Tools (5): search_deals, plan_stack, compare_vendors, track_changes, Variable Security Score: 6.5/10 Creator: robhunter Creator Reputation: D Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http io-github-robhunter-agentdeals https://agentdeals.dev/mcp --- ## Docs Server URL: https://mcp-marketplace.io/server/io-github-praveenc-mcp-docs-server Summary: MCP server for searching MCP protocol documentation Category: Developer Tools Mode: local Pricing: Free npm: @praveenc/mcp-docs-server GitHub: https://github.com/praveenc/mcp-docs-server Security Score: 10/10 Creator: Praveenc Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-praveenc-mcp-docs-server -- npx -y @praveenc/mcp-docs-server@0.1.0 --- ## Kdp Intelligence Api URL: https://mcp-marketplace.io/server/io-github-simul813-kdp-niche-research Summary: Kindle niche intelligence (demand/competition/BSR/revenue) gated by x402 USDC on Base. Description: Kindle niche intelligence (demand/competition/BSR/revenue) gated by x402 USDC on Base. Remote endpoints: streamable-http: https://nichedata.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nichedata.dev/mcp GitHub: https://github.com/simul813/kdp-intelligence-api MCP Tools (2): list_niches, research_niche Security Score: 8/10 Creator: Simul813 Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-simul813-kdp-niche-research https://nichedata.dev/mcp --- ## Send That Email URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-send-that-email Summary: send-that-email MCP — wraps StupidAPIs (requires X-API-Key) Description: send-that-email MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/send-that-email/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/send-that-email/mcp GitHub: https://github.com/pipeworx-io/mcp-send-that-email MCP Tools (2): discover_tools, send_that_email_analyze Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-send-that-email https://gateway.pipeworx.io/send-that-email/mcp --- ## Macwhisper URL: https://mcp-marketplace.io/server/io-github-docdyhr-macwhisper-mcp-server Summary: MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac. Category: AI & ML Mode: local Pricing: Free PyPI: macwhisper-mcp-server GitHub: https://github.com/docdyhr/macwhisper-mcp-server Security Score: 10/10 Creator: Docdyhr Creator Reputation: B Version: 1.0.1 Required Credentials: MACWHISPER_ALLOWED_PATHS (optional), MACWHISPER_CLI (optional), MACWHISPER_LOG_PATH (optional) Install (Claude Code): claude mcp add io-github-docdyhr-macwhisper-mcp-server -- uvx macwhisper-mcp-server==1.0.1 --- ## Conspiracy Theory URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-conspiracy-theory Summary: conspiracy-theory MCP — wraps StupidAPIs (requires X-API-Key) Description: conspiracy-theory MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/conspiracy-theory/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/conspiracy-theory/mcp GitHub: https://github.com/pipeworx-io/mcp-conspiracy-theory MCP Tools (2): discover_tools, conspiracy_theory_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-conspiracy-theory https://gateway.pipeworx.io/conspiracy-theory/mcp --- ## Numbru URL: https://mcp-marketplace.io/server/com-numbru-client-compass Summary: Behavioral intelligence for client-facing professionals. Know who you're walking into. Description: Behavioral intelligence for client-facing professionals. Know who you're walking into. Remote endpoints: streamable-http: https://numbru-mcp-server.numbru.workers.dev Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://numbru-mcp-server.numbru.workers.dev GitHub: https://github.com/marcus160365/numbru-mcp-server MCP Tools (11): health_check, list_people, get_person, create_person, batch_create_persons, get_chat_messages, send_chat_message, get_me, complete_profile, update_profile, generate_compass Security Score: 10/10 Creator: Marcus160365 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-numbru-client-compass https://numbru-mcp-server.numbru.workers.dev --- ## Apogeoapi URL: https://mcp-marketplace.io/server/com-apogeoapi-apogeoapi-mcp Summary: Geographic data API: 250+ countries, 150K+ cities, IP geolocation, 161 live FX rates. Category: Developer Tools Mode: local Pricing: Free npm: @apogeoapi/mcp GitHub: https://github.com/APOGEOAPI/apogeoapi-mcp Security Score: 5.7/10 Creator: APOGEOAPI Creator Reputation: B Version: 1.0.2 Required Credentials: APOGEOAPI_KEY (optional) Install (Claude Code): claude mcp add com-apogeoapi-apogeoapi-mcp -- npx -y @apogeoapi/mcp@1.0.2 --- ## Boo X402 URL: https://mcp-marketplace.io/server/io-github-lucle87-boo-x402-mcp Summary: Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key. Category: Developer Tools Mode: local Pricing: Free npm: boo-x402-mcp GitHub: https://github.com/lucle87/boo-x402-mcp Security Score: 4.2/10 Creator: Lucle87 Creator Reputation: B Version: 1.0.1 Required Credentials: WALLET_PRIVATE_KEY (required), MAX_USD_PER_CALL (optional), MAX_USD_TOTAL (optional) Install (Claude Code): claude mcp add io-github-lucle87-boo-x402-mcp -- npx -y boo-x402-mcp@1.0.1 --- ## Bigindexer URL: https://mcp-marketplace.io/server/io-github-ahmedxuhri-bigindexer Summary: Architecture-aware MCP context with boundaries, seams, impact scope, and BGI-TWIN guidance. Category: Developer Tools Mode: local Pricing: Free PyPI: bigindexer GitHub: https://github.com/ahmedxuhri/bigindexer Security Score: 4.2/10 Creator: Ahmedxuhri Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-ahmedxuhri-bigindexer -- uvx bigindexer==0.1.2 --- ## Metabase Ai Assistant URL: https://mcp-marketplace.io/server/io-github-enessari-metabase-ai-assistant Summary: MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL Category: Data & Analytics Mode: local Pricing: Free npm: metabase-ai-assistant GitHub: https://github.com/enessari/metabase-ai-assistant Security Score: 4.6/10 Creator: Enessari Creator Reputation: B Version: 3.2.0 Required Credentials: METABASE_URL (optional), METABASE_USERNAME (optional), METABASE_PASSWORD (required), METABASE_API_KEY (required), DATABASE_HOST (optional), DATABASE_PORT (optional), DATABASE_NAME (optional), DATABASE_USER (optional), DATABASE_PASSWORD (required) Install (Claude Code): claude mcp add io-github-enessari-metabase-ai-assistant -- npx -y metabase-ai-assistant@4.2.0 --- ## Pixelvault URL: https://mcp-marketplace.io/server/io-github-pixelvault-dev-pixelvault Summary: Agent-first image hosting — upload images and get instant CDN URLs. Description: Agent-first image hosting — upload images and get instant CDN URLs. Remote endpoints: streamable-http: https://mcp.pixelvault.dev/mcp streamable-http: https://mcp.pixelvault.dev/mcp/oauth Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pixelvault.dev/mcp MCP Tools (8): get_image, list_images, delete_image, upload_image, upload_batch, sign_url, transform_image, rescue_imgur Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pixelvault-dev-pixelvault https://mcp.pixelvault.dev/mcp --- ## Math Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-math Summary: Calculator, units, statistics for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-math-tools GitHub: https://github.com/rog0x/mcp-math-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-math -- npx -y @rog0x/mcp-math-tools@1.0.1 --- ## Stockr URL: https://mcp-marketplace.io/server/io-github-tmtysk-stockr-mcp Summary: Save insights from AI chats to the Stockr journaling app and let AI read your past reflections. Description: Save insights from AI chats to the Stockr journaling app and let AI read your past reflections. Remote endpoints: streamable-http: https://mcp.stockr.biz Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.stockr.biz Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-tmtysk-stockr-mcp https://mcp.stockr.biz --- ## Meta Prompt URL: https://mcp-marketplace.io/server/io-github-kapillamba4-meta-prompt-mcp Summary: MCP server providing official Google and Anthropic prompting guides for meta-prompt generation. Category: Developer Tools Mode: local Pricing: Free PyPI: meta-prompt-mcp GitHub: https://github.com/kapillamba4/meta-prompt-mcp Security Score: 10/10 Creator: Kapillamba4 Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-kapillamba4-meta-prompt-mcp -- uvx meta-prompt-mcp==1.0.11 --- ## Take The Meeting URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-take-the-meeting Summary: take-the-meeting MCP — wraps StupidAPIs (requires X-API-Key) Description: take-the-meeting MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/take-the-meeting/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/take-the-meeting/mcp GitHub: https://github.com/pipeworx-io/mcp-take-the-meeting MCP Tools (2): discover_tools, take_the_meeting_evaluate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-take-the-meeting https://gateway.pipeworx.io/take-the-meeting/mcp --- ## Meatspace URL: https://mcp-marketplace.io/server/io-github-zmarten-meatspace Summary: Human-in-the-loop for AI agents. Submit choices, get a human decision. Description: Human-in-the-loop for AI agents. Submit choices, get a human decision. Remote endpoints: streamable-http: https://meatspace.run/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://meatspace.run/api/mcp GitHub: https://github.com/zmarten/meatspace Security Score: 4.2/10 Creator: Zmarten Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-zmarten-meatspace https://meatspace.run/api/mcp --- ## Clickhouse URL: https://mcp-marketplace.io/server/io-github-aguantar-clickhouse-dataops-mcp Summary: DataOps ClickHouse MCP server with query optimization and pipeline monitoring Category: Data & Analytics Mode: local Pricing: Free PyPI: clickhouse-dataops-mcp GitHub: https://github.com/Aguantar/clickhouse-mcp-server Security Score: 7/10 Creator: Aguantar Creator Reputation: B Version: 0.1.1 Required Credentials: CLICKHOUSE_HOST (optional), CLICKHOUSE_PORT (optional), CLICKHOUSE_PASSWORD (required) Install (Claude Code): claude mcp add io-github-aguantar-clickhouse-dataops-mcp -- uvx clickhouse-dataops-mcp==0.1.1 --- ## Word Orb URL: https://mcp-marketplace.io/server/io-github-nicoletterankin-orb-platform Summary: 162K English words, 74K lessons, knowledge graph, semantic reverse-dictionary search. Description: 162K English words, 74K lessons, knowledge graph, semantic reverse-dictionary search. Remote endpoints: streamable-http: https://mcp.thedailylesson.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.thedailylesson.com/mcp GitHub: https://github.com/nicoletterankin/word-orb MCP Tools (13): lookup_word, search_words, get_related_words, word_of_the_day, get_lesson, get_quiz, generate_text, check_compliance, translate_word, define_term, explore_graph, get_word_image, search_by_meaning Security Score: 10/10 Creator: Nicoletterankin Creator Reputation: B Version: 6.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nicoletterankin-orb-platform https://mcp.thedailylesson.com/mcp --- ## Usaspending URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-usaspending Summary: USAspending MCP — Federal spending data from USAspending.gov API Description: USAspending MCP — Federal spending data from USAspending.gov API Remote endpoints: streamable-http: https://gateway.pipeworx.io/usaspending/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/usaspending/mcp GitHub: https://github.com/pipeworx-io/mcp-usaspending MCP Tools (9): discover_tools, remember, recall, forget, usa_spending_by_agency, usa_award_search, usa_spending_by_category, usa_recipient_profile, usa_spending_trends Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-usaspending https://gateway.pipeworx.io/usaspending/mcp --- ## Gil Mcp Bridge URL: https://mcp-marketplace.io/server/com-gameindustrylibrary-gil Summary: Search 300+ game industry reports with hybrid search, claims, charts, and citations. Description: Search 300+ game industry reports with hybrid search, claims, charts, and citations. Remote endpoints: streamable-http: https://gameindustrylibrary.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gameindustrylibrary.com/api/mcp GitHub: https://github.com/DerpBicycle/gil-mcp-bridge Security Score: 10/10 Creator: DerpBicycle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gameindustrylibrary-gil https://gameindustrylibrary.com/api/mcp --- ## Reputation URL: https://mcp-marketplace.io/server/com-tradallo-reputation Summary: Query cryptographically-verified trading reputations (humans + AI agents). ed25519-signed. Description: Query cryptographically-verified trading reputations (humans + AI agents). ed25519-signed. Remote endpoints: streamable-http: https://mcp.tradallo.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @tradallo/reputation Remote URL: https://mcp.tradallo.com/mcp GitHub: https://github.com/tradallo/reputation Security Score: 6.2/10 Creator: Tradallo Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add com-tradallo-reputation -- npx -y @tradallo/reputation@0.3.3 Install (Claude Code Remote): claude mcp add --transport http com-tradallo-reputation https://mcp.tradallo.com/mcp --- ## Epochs URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-epochs Summary: MCP tool that provides current Unix timestamp Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-epochs GitHub: https://github.com/daedalus/mcp-epochs Security Score: 7/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-epochs -- uvx mcp-epochs --- ## Sounding URL: https://mcp-marketplace.io/server/io-github-seayniclabs-keel Summary: Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing. Category: Developer Tools Mode: local Pricing: Free PyPI: keel-mcp GitHub: https://github.com/seayniclabs/sounding Security Score: 9.3/10 Creator: Seayniclabs Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-seayniclabs-keel -- uvx keel-mcp --- ## Arpeio URL: https://mcp-marketplace.io/server/io-github-arpe-io-arpeio-mcp Summary: Arpe.io MCP server for FastBCP, FastTransfer, LakeXpress, MigratorXpress Category: Developer Tools Mode: local Pricing: Free PyPI: arpeio-mcp GitHub: https://github.com/arpe-io/arpeio-mcp Security Score: 6.5/10 Creator: Arpe Io Creator Reputation: B Version: 0.1.1 Required Credentials: FASTBCP_PATH (optional), FASTTRANSFER_PATH (optional), LAKEXPRESS_PATH (optional), MIGRATORXPRESS_PATH (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-arpe-io-arpeio-mcp -- uvx arpeio-mcp==0.3.0 --- ## Cardano URL: https://mcp-marketplace.io/server/io-github-indigoprotocol-cardano-mcp Summary: Cardano MCP — transactions, addresses, UTxOs, balances, ADAHandles & stake delegation Category: Developer Tools Mode: local Pricing: Free npm: @indigoprotocol/cardano-mcp GitHub: https://github.com/IndigoProtocol/cardano-mcp Security Score: 10/10 Creator: IndigoProtocol Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-indigoprotocol-cardano-mcp -- npx -y @indigoprotocol/cardano-mcp@1.0.11 --- ## Webability URL: https://mcp-marketplace.io/server/io-github-snayyar00-webability Summary: WCAG/ADA/508 accessibility scanner + framework-aware fixes + vision audit for AI coding agents Category: Developer Tools Mode: local Pricing: Free npm: @webability/mcp GitHub: https://github.com/snayyar00/webability-mcp Security Score: 5/10 Creator: Snayyar00 Creator Reputation: B Version: 1.3.1 Install (Claude Code): claude mcp add io-github-snayyar00-webability -- npx -y @webability/mcp@1.3.1 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-color Summary: MCP server for color palette generation and conversion — HEX, RGB, HSL Category: Developer Tools Mode: local Pricing: Free npm: color-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-color -- npx -y color-forge-mcp --- ## Aem URL: https://mcp-marketplace.io/server/io-github-easingthemes-aem-mcp-server Summary: AEM MCP server. Chat with your AEM instance for content, component, and asset operations. Category: Developer Tools Mode: local Pricing: Free npm: aem-mcp-server GitHub: https://github.com/easingthemes/aem-mcp-server Security Score: 9.8/10 Creator: Easingthemes Creator Reputation: B Version: 1.3.9 Install (Claude Code): claude mcp add io-github-easingthemes-aem-mcp-server -- npx -y aem-mcp-server@1.6.2 --- ## Openscad URL: https://mcp-marketplace.io/server/io-github-fboldo-openscad-mcp-server Summary: Render STL and PNG from OpenSCAD code. Category: Developer Tools Mode: local Pricing: Free npm: openscad-mcp-server GitHub: https://github.com/fboldo/openscad-mcp-server Security Score: 8.5/10 Creator: Fboldo Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add io-github-fboldo-openscad-mcp-server -- npx -y openscad-mcp-server@1.0.5 --- ## Coverageunlocked URL: https://mcp-marketplace.io/server/io-github-edgeedgehq-coverageunlocked Summary: AI-powered insurance denial appeals. Win probabilities, payer intelligence & regulatory leverage. Category: Developer Tools Mode: local Pricing: Free npm: coverageunlocked-mcp GitHub: https://github.com/edgeedgehq/coverageunlocked-mcp Security Score: 7/10 Creator: Edgeedgehq Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-edgeedgehq-coverageunlocked -- npx -y coverageunlocked-mcp@1.0.4 --- ## Ariadne URL: https://mcp-marketplace.io/server/io-github-whyy9527-ariadne Summary: Deterministic local cross-service API-chain discovery for AI coding agents. Category: Developer Tools Mode: local Pricing: Free PyPI: ariadne-mcp GitHub: https://github.com/whyy9527/ariadne Security Score: 4.8/10 Creator: Whyy9527 Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-whyy9527-ariadne -- uvx ariadne-mcp==0.1.3 --- ## Agent Security URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-agent-security Summary: Security scanning and threat detection for AI agents Category: Security Mode: local Pricing: Free npm: agent-security-mcp GitHub: https://github.com/mdfifty50-boop/agent-security-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agent-security -- npx -y agent-security-mcp@0.1.3 --- ## Plojure URL: https://mcp-marketplace.io/server/io-github-kroq86-vector-db-mcp Summary: Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup. Category: AI & ML Mode: local Pricing: Free GitHub: https://github.com/kroq86/Plojure Security Score: 3.8/10 Creator: Kroq86 Creator Reputation: B Version: 0.1.1 --- ## Ai Studio Android Release Gate URL: https://mcp-marketplace.io/server/com-clauxel-aistudioandroidreleasegate-aistudioandroidreleasegate-mcp Summary: Remote MCP for AI Studio Android release gate MCP, structured receipts, audit logs, and reviewer-rea Description: Remote MCP for AI Studio Android release gate MCP, structured receipts, audit logs, and reviewer-rea Remote endpoints: streamable-http: https://aistudioandroidreleasegate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aistudioandroidreleasegate.clauxel.com/mcp GitHub: https://github.com/clauxel/ai-studio-android-release-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-aistudioandroidreleasegate-aistudioandroidreleasegate-mcp https://aistudioandroidreleasegate.clauxel.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-finishkit-mcp Summary: FinishKit MCP: scan GitHub repos for security vulnerabilities, deployment blockers, and quality Category: Developer Tools Mode: local Pricing: Free npm: @finishkit/mcp GitHub: https://github.com/FinishKit/mcp Security Score: 7.8/10 Creator: FinishKit Creator Reputation: B Version: 0.1.0 Required Credentials: FINISHKIT_API_KEY (required) Install (Claude Code): claude mcp add io-github-finishkit-mcp -- npx -y @finishkit/mcp@0.3.3 --- ## Mana Public URL: https://mcp-marketplace.io/server/am-mana-mana-public Summary: Read-only MCP tools for Mana public creations, tags, creator profiles, and share pages. Description: Read-only MCP tools for Mana public creations, tags, creator profiles, and share pages. Remote endpoints: streamable-http: https://api.mana.am/mcp streamable-http: https://mana.am/docs/mcp streamable-http: https://mana.am/mcp streamable-http: https://mana.am/api/mcp streamable-http: https://mana.am/webmcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mana.am/mcp MCP Tools (3): search_community_apps, get_popular_tags, get_public_share Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http am-mana-mana-public https://api.mana.am/mcp --- ## Progi URL: https://mcp-marketplace.io/server/io-github-zseta-progi Summary: MCP-native workflow engine: teach agents your processes once, they execute them consistently. Category: Developer Tools Mode: local Pricing: Free PyPI: progi GitHub: https://github.com/zseta/progi Security Score: 0.4/10 Creator: Zseta Creator Reputation: B Version: 0.3.2-registry.2 Required Credentials: PROGI_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-zseta-progi -- uvx progi==0.3.2 --- ## Corporate Treasury Multisig URL: https://mcp-marketplace.io/server/io-github-evozim-corporate-treasury-multisig-mcp Summary: Premium agentic endpoint for corporate-treasury-multisig-mcp. Description: Premium agentic endpoint for corporate-treasury-multisig-mcp. Remote endpoints: sse: https://api.m2mcent.com/corporate-treasury-multisig-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/corporate-treasury-multisig-mcp/sse MCP Tools (1): corporate-treasury-multisig-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-corporate-treasury-multisig-mcp https://api.m2mcent.com/corporate-treasury-multisig-mcp/sse --- ## Needhuman URL: https://mcp-marketplace.io/server/io-github-mariusaure-needhuman-mcp Summary: Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API. Description: Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API. Remote endpoints: streamable-http: https://needhuman.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @needhuman/mcp-server Remote URL: https://needhuman.ai/mcp GitHub: https://github.com/MariusAure/needhuman-mcp Security Score: 7.5/10 Creator: MariusAure Creator Reputation: B Version: 0.3.2 Required Credentials: NEEDHUMAN_API_KEY (required), NEEDHUMAN_API_URL (optional) Install (Claude Code): claude mcp add io-github-mariusaure-needhuman-mcp -- npx -y @needhuman/mcp-server@0.3.2 Install (Claude Code Remote): claude mcp add --transport http io-github-mariusaure-needhuman-mcp https://needhuman.ai/mcp --- ## Blip URL: https://mcp-marketplace.io/server/io-github-blipemail-email Summary: MCP server for Blip disposable email — create inboxes, receive emails, extract OTP codes Category: Developer Tools Mode: local Pricing: Free npm: @useblip/email GitHub: https://github.com/blipemail/blip Security Score: 10/10 Creator: Blipemail Creator Reputation: B Version: 0.1.3 Required Credentials: BLIP_API_KEY (required) Install (Claude Code): claude mcp add io-github-blipemail-email -- npx -y @useblip/email@0.1.3 --- ## Cryptoapis Mcp Market Data URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-market-data Summary: MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-market-data GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-market-data Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.3.0 Tags: blockchain, market-data, exchange-rates, crypto, prices, bitcoin, ethereum, fiat, assets, cryptocurrency Use Cases: Get BTC to USD exchange rate, List all supported crypto assets, Get ETH asset details, Convert between crypto and fiat currencies, Retrieve asset market metadata Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-market-data -- npx -y @cryptoapis-io/mcp-market-data@0.3.0 --- ## Memory URL: https://mcp-marketplace.io/server/io-github-j0hanz-memory-mcp Summary: SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal. Category: Developer Tools Mode: local Pricing: Free npm: @j0hanz/memory-mcp GitHub: https://github.com/j0hanz/memory-mcp Security Score: 10/10 Creator: J0hanz Creator Reputation: B Version: 1.7.0 Install (Claude Code): claude mcp add io-github-j0hanz-memory-mcp -- npx -y @j0hanz/memory-mcp@1.7.0 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-erddap-mcp Summary: Access ocean data from 80+ ERDDAP servers worldwide Category: Developer Tools Mode: local Pricing: Free PyPI: erddap-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-erddap-mcp -- uvx erddap-mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-test Summary: Pare Test ג€” Auto-detects test framework (pytest, jest, vitest, mocha), returns typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/test GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-test -- npx -y @paretools/test --- ## Human Dispatch URL: https://mcp-marketplace.io/server/io-github-zyntarasystems-human-dispatch-mcp Summary: MCP server that dispatches physical-world tasks to humans through a unified API Category: Developer Tools Mode: local Pricing: Free npm: human-dispatch-mcp GitHub: https://github.com/zyntarasystems/human-dispatch-mcp Security Score: 6.8/10 Creator: Zyntarasystems Creator Reputation: B Version: 0.2.2 Required Credentials: RENTAHUMAN_API_KEY (required), MTURK_ACCESS_KEY_ID (required), MTURK_SECRET_ACCESS_KEY (required), MTURK_SANDBOX (optional), MANUAL_WEBHOOK_URL (optional) Install (Claude Code): claude mcp add io-github-zyntarasystems-human-dispatch-mcp -- npx -y human-dispatch-mcp@0.3.1 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-stofs-mcp Summary: NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data Category: Developer Tools Mode: local Pricing: Free PyPI: stofs-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-stofs-mcp -- uvx stofs-mcp --- ## Aipaygent URL: https://mcp-marketplace.io/server/io-github-djautomd-lab-aipaygent Summary: Claude-powered AI tools: research, write, code, analyze, translate, debate, pitch, score, and more. Description: Claude-powered AI tools: research, write, code, analyze, translate, debate, pitch, score, and more. Remote endpoints: streamable-http: https://mcp.aipaygent.xyz/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: aipaygent-mcp Remote URL: https://mcp.aipaygent.xyz/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-djautomd-lab-aipaygent -- uvx aipaygent-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-djautomd-lab-aipaygent https://mcp.aipaygent.xyz/mcp --- ## Opn URL: https://mcp-marketplace.io/server/io-github-ysalitrynskyi-opn-mcp Summary: MCP server for opn.onl: shorten links, analytics, branded QR codes, and link management. Category: Developer Tools Mode: local Pricing: Free npm: opn-mcp GitHub: https://github.com/ysalitrynskyi/opn-mcp Security Score: 5.2/10 Creator: Ysalitrynskyi Creator Reputation: B Version: 1.2.0 Required Credentials: OPN_API_KEY (required), OPN_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-ysalitrynskyi-opn-mcp -- npx -y opn-mcp@1.2.0 --- ## Mnemon URL: https://mcp-marketplace.io/server/io-github-nikitacometa-mnemon-mcp Summary: Persistent layered memory for AI agents. SQLite FTS5, fact versioning, zero-cloud. Category: Developer Tools Mode: local Pricing: Free npm: mnemon-mcp GitHub: https://github.com/nikitacometa/mnemon-mcp Security Score: 10/10 Creator: Nikitacometa Creator Reputation: B Version: 1.0.1 Required Credentials: MNEMON_DB_PATH (optional), MNEMON_EMBEDDING_PROVIDER (optional), MNEMON_EMBEDDING_API_KEY (required) Install (Claude Code): claude mcp add io-github-nikitacometa-mnemon-mcp -- npx -y mnemon-mcp@1.3.0 --- ## Atlassian Dc URL: https://mcp-marketplace.io/server/io-github-mrrefactoring-atlassian-dc-mcp-jira Summary: MCP server for Atlassian Jira Data Center - search, view, and create issues Category: Business Tools Mode: local Pricing: Free npm: jira-datacenter-mcp GitHub: https://github.com/MrRefactoring/atlassian-dc-mcp Security Score: 10/10 Creator: MrRefactoring Creator Reputation: B Version: 0.5.0 Required Credentials: ATLASSIAN_DC_MCP_CONFIG_FILE (optional), JIRA_HOST (optional), JIRA_API_BASE_PATH (optional), JIRA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-mrrefactoring-atlassian-dc-mcp-jira -- npx -y jira-datacenter-mcp --- ## Plans URL: https://mcp-marketplace.io/server/com-esimeagle-plans Summary: Find public eSIM plans by destination, trip length, data needs, currency, and locale. Description: Find public eSIM plans by destination, trip length, data needs, currency, and locale. Remote endpoints: streamable-http: https://esimeagle.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://esimeagle.com/mcp MCP Tools (1): find_esim_plans Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-esimeagle-plans https://esimeagle.com/mcp --- ## Cross Chain Escrow Bridge URL: https://mcp-marketplace.io/server/io-github-evozim-cross-chain-escrow-bridge-mcp Summary: Premium agentic endpoint for cross-chain-escrow-bridge-mcp. Description: Premium agentic endpoint for cross-chain-escrow-bridge-mcp. Remote endpoints: sse: https://api.m2mcent.com/cross-chain-escrow-bridge-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cross-chain-escrow-bridge-mcp/sse MCP Tools (1): cross-chain-escrow-bridge-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cross-chain-escrow-bridge-mcp https://api.m2mcent.com/cross-chain-escrow-bridge-mcp/sse --- ## Badge Server URL: https://mcp-marketplace.io/server/io-github-payclaw-badge Summary: Agents are not bots. Prove it. MCP-native identity declaration for authorized agents. Category: Developer Tools Mode: local Pricing: Free npm: @payclaw/badge GitHub: https://github.com/payclaw/badge-server Security Score: 9.7/10 Creator: Payclaw Creator Reputation: B Version: 0.4.0 Required Credentials: PAYCLAW_API_KEY (required), PAYCLAW_API_URL (optional) Install (Claude Code): claude mcp add io-github-payclaw-badge -- npx -y @payclaw/badge --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-diff-forge-mcp Summary: Compare text and code, show differences with context Category: Developer Tools Mode: local Pricing: Free npm: diff-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-diff-forge-mcp -- npx -y diff-forge-mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-shadow Summary: MCP server for CSS box-shadow generation Category: Developer Tools Mode: local Pricing: Free npm: shadow-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-shadow -- npx -y shadow-forge-mcp --- ## Bible URL: https://mcp-marketplace.io/server/io-github-nirajagarwal-bible-mcp Summary: Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search. Description: Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search. Remote endpoints: streamable-http: https://bible-mcp-server.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://bible-mcp-server.fly.dev/mcp GitHub: https://github.com/nirajagarwal/bible-mcp Security Score: 4.2/10 Creator: Nirajagarwal Creator Reputation: B Version: 0.11.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nirajagarwal-bible-mcp https://bible-mcp-server.fly.dev/mcp --- ## Factorial URL: https://mcp-marketplace.io/server/io-github-t4dhg-mcp-factorial Summary: Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll. Category: Developer Tools Mode: local Pricing: Free npm: @t4dhg/mcp-factorial GitHub: https://github.com/t4dhg/mcp-factorial Security Score: 5.5/10 Creator: T4dhg Creator Reputation: B Version: 7.1.0 Required Credentials: FACTORIAL_API_KEY (required), FACTORIAL_API_VERSION (optional), FACTORIAL_TIMEOUT_MS (optional), FACTORIAL_MAX_RETRIES (optional), DEBUG (optional) Install (Claude Code): claude mcp add io-github-t4dhg-mcp-factorial -- npx -y @t4dhg/mcp-factorial@7.1.0 --- ## Fixgraph URL: https://mcp-marketplace.io/server/io-github-jawdat6-fixgraph-mcp Summary: Search 25K+ verified engineering fixes by error or technology. For developers and AI agents. Category: Developer Tools Mode: local Pricing: Free npm: fixgraph-mcp GitHub: https://github.com/jawdat6/fixgraph-mcp Security Score: 8/10 Creator: Jawdat6 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-jawdat6-fixgraph-mcp -- npx -y fixgraph-mcp@1.0.3 --- ## Front URL: https://mcp-marketplace.io/server/io-github-wearehoust-front-mcp Summary: MCP server for Front: conversations, contacts, messages, tags, and inbox workflows. Category: Developer Tools Mode: local Pricing: Free npm: @houst-com/front-mcp GitHub: https://github.com/wearehoust/front-mcp Security Score: 10/10 Creator: Wearehoust Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-wearehoust-front-mcp -- npx -y @houst-com/front-mcp@1.1.0 --- ## Site Tools URL: https://mcp-marketplace.io/server/com-octurasolutions-site-tools Summary: Deterministic Odoo ERP calculators: implementation cost, ROI, TCO, tax, payroll, inventory. Description: Deterministic Odoo ERP calculators: implementation cost, ROI, TCO, tax, payroll, inventory. Remote endpoints: streamable-http: https://octurasolutions.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://octurasolutions.com/mcp MCP Tools (24): odoo-conf-tuner, odoo-edi-readiness-cost-estimator, canadian-payroll-source-deductions-calculator, us-sales-tax-nexus-checker, odoo-roi-calculator, margin-and-markup-calculator, landed-cost-calculator, oee-calculator, us-sales-tax-calculator, eu-vat-calculator, odoo-total-cost-of-ownership-calculator, odoo-implementation-cost-calculator, odoo-migration-cost-calculator, odoo-upgrade-cost-calculator, inventory-turnover-calculator, reorder-point-calculator, safety-stock-calculator, economic-order-quantity-calculator, inventory-carrying-cost-calculator, canadian-sales-tax-calculator, odoo-sh-pricing-calculator, odoo-stack-savings-calculator, odoo-app-selector, erp-selection-tool Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-octurasolutions-site-tools https://octurasolutions.com/mcp --- ## Oci Pricing URL: https://mcp-marketplace.io/server/io-github-jasonwilbur-oci-pricing-mcp Summary: Oracle Cloud Infrastructure pricing data with cost calculators and comparisons Category: Developer Tools Mode: local Pricing: Free npm: oci-pricing-mcp GitHub: https://github.com/jasonwilbur/oci-pricing-mcp Security Score: 8.3/10 Creator: Jasonwilbur Creator Reputation: B Version: 1.2.2 Install (Claude Code): claude mcp add io-github-jasonwilbur-oci-pricing-mcp -- npx -y oci-pricing-mcp@1.3.4 --- ## Sui URL: https://mcp-marketplace.io/server/io-github-expertvagabond-sui-mcp-server Summary: 53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics Category: Developer Tools Mode: local Pricing: Free npm: sui-mcp-server GitHub: https://github.com/ExpertVagabond/sui-mcp-server Security Score: 10/10 Creator: ExpertVagabond Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-expertvagabond-sui-mcp-server -- npx -y sui-mcp-server@0.4.2 --- ## Arcgis Toledo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-toledo Summary: City of Toledo GIS — Toledo, Ohio open geospatial data (ArcGIS). Description: City of Toledo GIS — Toledo, Ohio open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-toledo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-toledo/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-toledo MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-toledo https://gateway.pipeworx.io/arcgis-toledo/mcp --- ## Seatwifi URL: https://mcp-marketplace.io/server/com-seatwifi-seatwifi Summary: In-flight WiFi: provider by flight, airline or tail, measured speeds, Starlink rollout. Description: In-flight WiFi: provider by flight, airline or tail, measured speeds, Starlink rollout. Remote endpoints: streamable-http: https://mcp.seatwifi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.seatwifi.com/mcp MCP Tools (8): get_wifi_facts, get_flight_wifi, get_airline_wifi, get_rollouts, get_speed_stats, get_tail_info, search_wifi, list_airlines Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-seatwifi-seatwifi https://mcp.seatwifi.com/mcp --- ## Request Tracker URL: https://mcp-marketplace.io/server/io-github-crunchtools-request-tracker Summary: Secure MCP server for Request Tracker (RT) ticket management Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-request-tracker-crunchtools GitHub: https://github.com/crunchtools/mcp-request-tracker Security Score: 4/10 Creator: Crunchtools Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-crunchtools-request-tracker -- uvx mcp-request-tracker-crunchtools==0.4.0 --- ## Bpmweb URL: https://mcp-marketplace.io/server/io-github-majahelferbiene-bpmweb Summary: Search for books and book-related products, with access to product and delivery details Description: Search for books and book-related products, with access to product and delivery details Remote endpoints: streamable-http: https://sophie.intra.bpm.ch/mcp sse: https://sophie.intra.bpm.ch/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sophie.intra.bpm.ch/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0-1 Install (Claude Code Remote): claude mcp add --transport http io-github-majahelferbiene-bpmweb https://sophie.intra.bpm.ch/mcp --- ## Knox Anchor URL: https://mcp-marketplace.io/server/com-bonissystems-knox-anchor Summary: Court-grade audit-permanence MCP server. Bitcoin-anchored agent action records. Description: Court-grade audit-permanence MCP server. Bitcoin-anchored agent action records. Remote endpoints: streamable-http: https://bonissystems.com/api/knox/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bonissystems.com/api/knox/mcp MCP Tools (7): get_descriptor, get_chain_health, list_event_types, verify_anchor, anchor_event, anchor_mcp_tool_call, anchor_file_hash Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-bonissystems-knox-anchor https://bonissystems.com/api/knox/mcp --- ## Dbhub Analytics URL: https://mcp-marketplace.io/server/io-github-amansingh63-dbhub-analytics Summary: MCP server for Databricks, BigQuery, PostgreSQL, MySQL, SQL Server, SQLite, MariaDB Category: Data & Analytics Mode: local Pricing: Free npm: dbhub-analytics GitHub: https://github.com/amansingh63/dbhub-analytics Security Score: 7/10 Creator: Amansingh63 Creator Reputation: B Version: 0.2.0 Required Credentials: DSN (required), DB_TYPE (optional), DB_HOST (optional), DB_PORT (optional), DB_USER (optional), DB_PASSWORD (required), DB_NAME (optional), TRANSPORT (optional), PORT (optional), ID (optional), SSH_HOST (optional), SSH_PORT (optional), SSH_USER (optional), SSH_PASSWORD (required), SSH_KEY (optional), SSH_PASSPHRASE (required) Install (Claude Code): claude mcp add io-github-amansingh63-dbhub-analytics -- npx -y dbhub-analytics@0.2.0 --- ## Webgate URL: https://mcp-marketplace.io/server/io-github-x-monk-mcp-webgate Summary: Web search that doesn't wreck your AI's memory. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-webgate GitHub: https://github.com/x-monk/mcp-webgate Security Score: 5.5/10 Creator: X Monk Creator Reputation: B Version: 0.1.32 Install (Claude Code): claude mcp add io-github-x-monk-mcp-webgate -- uvx mcp-webgate==0.1.33 --- ## Computer Use URL: https://mcp-marketplace.io/server/io-github-domdomegg-computer-use-mcp Summary: Control your computer with screenshots, mouse, and keyboard automation. Category: Developer Tools Mode: local Pricing: Free npm: computer-use-mcp GitHub: https://github.com/domdomegg/computer-use-mcp.git Security Score: 7.8/10 Creator: Domdomegg Creator Reputation: B Version: 1.8.0 Install (Claude Code): claude mcp add io-github-domdomegg-computer-use-mcp -- npx -y computer-use-mcp@1.8.0 --- ## Cashfree URL: https://mcp-marketplace.io/server/io-github-cashfree-cashfree-mcp Summary: Cashfree MCP server for cashfree docs and APIs Category: Developer Tools Mode: local Pricing: Free npm: @cashfreepayments/cashfree-mcp GitHub: https://github.com/cashfree/cashfree-mcp Security Score: 6/10 Creator: Cashfree Creator Reputation: B Version: 1.0.0 Required Credentials: PAYMENTS_APP_ID (required), PAYMENTS_APP_SECRET (required), PAYOUTS_APP_ID (required), PAYOUTS_APP_SECRET (required), TWO_FA_PUBLIC_KEY_PEM_PATH (optional), SECUREID_APP_ID (required), SECUREID_APP_SECRET (required), TOOLS (optional), ENV (optional) Install (Claude Code): claude mcp add io-github-cashfree-cashfree-mcp -- npx -y @cashfreepayments/cashfree-mcp@1.0.1 --- ## German Law URL: https://mcp-marketplace.io/server/eu-ansvar-german-law-mcp Summary: Query German statutes, case law, and preparatory works from gesetze-im-internet.de Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/german-law-mcp GitHub: https://github.com/Ansvar-Systems/German-law-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: F Version: 0.2.0 Install (Claude Code): claude mcp add eu-ansvar-german-law-mcp -- npx -y @ansvar/german-law-mcp@0.4.0 --- ## Celestialnode URL: https://mcp-marketplace.io/server/io-github-christerso-celestial-node Summary: Real-time space data — ISS tracking, rocket launches, space news, Mars weather, and more Category: Developer Tools Mode: local Pricing: Free npm: celestialnode-mcp GitHub: https://github.com/christerso/celestialnode-mcp Security Score: 7/10 Creator: Christerso Creator Reputation: B Version: 1.1.0 Required Credentials: CELESTIAL_NODE_API_KEY (optional) Install (Claude Code): claude mcp add io-github-christerso-celestial-node -- npx -y celestialnode-mcp --- ## Cicada URL: https://mcp-marketplace.io/server/io-github-wende-cicada Summary: Code intelligence MCP server for 17+ programming languages. Category: Developer Tools Mode: local Pricing: Free PyPI: cicada-mcp GitHub: https://github.com/wende/cicada Security Score: 6/10 Creator: Wende Creator Reputation: B Version: 0.6.4 Install (Claude Code): claude mcp add io-github-wende-cicada -- uvx cicada-mcp==0.6.5 --- ## Cross Company Agent Dispute Court URL: https://mcp-marketplace.io/server/io-github-evozim-cross-company-agent-dispute-court-mcp Summary: Premium agentic endpoint for cross-company-agent-dispute-court-mcp. Description: Premium agentic endpoint for cross-company-agent-dispute-court-mcp. Remote endpoints: sse: https://api.m2mcent.com/cross-company-agent-dispute-court-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cross-company-agent-dispute-court-mcp/sse MCP Tools (1): cross-company-agent-dispute-court-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cross-company-agent-dispute-court-mcp https://api.m2mcent.com/cross-company-agent-dispute-court-mcp/sse --- ## File Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-file Summary: Dir tree, file stats, duplicates, LOC for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-file-tools GitHub: https://github.com/rog0x/mcp-file-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-file -- npx -y @rog0x/mcp-file-tools@1.0.1 --- ## Frihet URL: https://mcp-marketplace.io/server/io-github-berthelius-frihet Summary: Manage invoices, expenses, clients, products and quotes via AI. 31 tools, MIT. Category: Developer Tools Mode: dual Pricing: Free npm: @frihet/mcp-server Remote URL: https://mcp.frihet.io/mcp GitHub: https://github.com/berthelius/frihet-mcp Security Score: 8.8/10 Creator: berthelius Creator Reputation: C- Version: 1.0.1 Install (Claude Code): claude mcp add io-github-berthelius-frihet -- npx -y @frihet/mcp-server@1.6.1 Install (Claude Code Remote): claude mcp add --transport http io-github-berthelius-frihet https://mcp.frihet.io/mcp --- ## Eu Audit URL: https://mcp-marketplace.io/server/io-github-jellewas-eu-audit-mcp Summary: Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance. Category: Developer Tools Mode: local Pricing: Free PyPI: eu-audit-mcp GitHub: https://github.com/jellewas/eu-audit-mcp Security Score: 1.5/10 Creator: Jellewas Creator Reputation: B Version: 0.1.1 Required Credentials: AUDIT_CONFIG (optional) Install (Claude Code): claude mcp add io-github-jellewas-eu-audit-mcp -- uvx eu-audit-mcp==0.1.1 --- ## Survey URL: https://mcp-marketplace.io/server/io-github-cyanheads-survey-mcp-server Summary: MCP server for conducting dynamic, conversational surveys with structured data collection. Category: Developer Tools Mode: local Pricing: Free npm: @cyanheads/survey-mcp-server GitHub: https://github.com/cyanheads/survey-mcp-server Security Score: 5.7/10 Creator: Cyanheads Creator Reputation: B Version: 1.0.6 Required Credentials: MCP_LOG_LEVEL (optional), SURVEY_DEFINITIONS_PATH (optional), SURVEY_RESPONSES_PATH (optional), MCP_HTTP_HOST (optional), MCP_HTTP_PORT (optional), MCP_HTTP_ENDPOINT_PATH (optional), MCP_AUTH_MODE (optional) Install (Claude Code): claude mcp add io-github-cyanheads-survey-mcp-server -- npx -y @cyanheads/survey-mcp-server@1.0.6 --- ## Time Mcp Pypi URL: https://mcp-marketplace.io/server/io-github-domdomegg-time-mcp-pypi Summary: Get the current UTC time in RFC 3339 format. Category: Developer Tools Mode: local Pricing: Free PyPI: time-mcp-pypi GitHub: https://github.com/domdomegg/time-mcp-pypi.git Security Score: 9/10 Creator: Domdomegg Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-domdomegg-time-mcp-pypi -- uvx time-mcp-pypi==1.1.1 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-world-factbook Summary: CIA World Factbook country indicators: infrastructure, energy, demographics, economy, 2002-2026. Description: CIA World Factbook country indicators: infrastructure, energy, demographics, economy, 2002-2026. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/world_factbook Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/world_factbook GitHub: https://github.com/xyver/daedal-map Security Score: 5.3/10 Creator: Xyver Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-world-factbook https://app.daedalmap.com/mcp/world_factbook --- ## Remembra URL: https://mcp-marketplace.io/server/io-github-remembra-ai-remembra Summary: Persistent AI memory with entity resolution, temporal knowledge graph & 11 MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: remembra GitHub: https://github.com/remembra-ai/remembra Security Score: 10/10 Creator: Remembra Ai Creator Reputation: B Version: 0.12.1 Install (Claude Code): claude mcp add io-github-remembra-ai-remembra -- uvx remembra==0.13.1 --- ## Regex Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-regex Summary: Regex test, explain, replace patterns for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-regex-tools GitHub: https://github.com/rog0x/mcp-regex-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-regex -- npx -y @rog0x/mcp-regex-tools@1.0.1 --- ## Lint Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-lint Summary: Style check, naming, complexity analysis for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-lint-tools GitHub: https://github.com/rog0x/mcp-lint-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-lint -- npx -y @rog0x/mcp-lint-tools@1.0.2 --- ## Ncp URL: https://mcp-marketplace.io/server/io-github-portel-dev-ncp Summary: N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery. Category: Developer Tools Mode: local Pricing: Free npm: @portel/ncp GitHub: https://github.com/portel-dev/ncp Security Score: 7/10 Creator: Portel Dev Creator Reputation: B Version: 1.5.3 Required Credentials: NCP_DEBUG (optional), NCP_MODE (optional), NO_COLOR (optional) Install (Claude Code): claude mcp add io-github-portel-dev-ncp -- npx -y @portel/ncp@2.3.0 --- ## Brainfaq URL: https://mcp-marketplace.io/server/io-github-labarilem-brainfaq-mcp Summary: MCP server for the BrainFuck programming language Category: Developer Tools Mode: local Pricing: Free npm: brainfaq-mcp GitHub: https://github.com/labarilem/brainfaq-mcp Security Score: 9/10 Creator: Labarilem Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-labarilem-brainfaq-mcp -- npx -y brainfaq-mcp@1.0.2 --- ## Lintbase URL: https://mcp-marketplace.io/server/io-github-madia333-lintbase-mcp Summary: Real-time Firestore schema context for AI coding agents. Stop hallucinating field names. Category: Developer Tools Mode: local Pricing: Free npm: lintbase-mcp GitHub: https://github.com/lintbase/lintbase Security Score: 9.7/10 Creator: Lintbase Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-madia333-lintbase-mcp -- npx -y lintbase-mcp --- ## Encode Toolkit URL: https://mcp-marketplace.io/server/io-github-ammawla-encode-toolkit Summary: 20 MCP tools + 47 skills for ENCODE Project genomics — search, download, pipelines Category: Education & Research Mode: local Pricing: Free npm: encode-toolkit PyPI: encode-toolkit GitHub: https://github.com/ammawla/encode-toolkit Security Score: 10/10 Creator: ammawla Creator Reputation: C Version: v0.3.0-beta.8 Tags: bioinformatics, encode, ai-agents, claude, bioinformatics-tool, mcp-server, claude-code, claude-mcp, claude-code-mcp m claude-code-plugin, claude-skills, claude-code-skills, claude-plugin, ai-bio Use Cases: Bioinformatics, Research, Genomics, NGS Install (Claude Code): claude mcp add io-github-ammawla-encode-toolkit -- npx -y encode-toolkit@0.3.0 --- ## Gemini URL: https://mcp-marketplace.io/server/io-github-crunchtools-gemini Summary: MCP server for Google Gemini AI - text, image, video, research, and more Category: AI & ML Mode: local Pricing: Free PyPI: mcp-gemini-crunchtools GitHub: https://github.com/crunchtools/mcp-gemini Security Score: 1/10 Creator: Crunchtools Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-crunchtools-gemini -- uvx mcp-gemini-crunchtools==0.3.0 --- ## Whatsapp URL: https://mcp-marketplace.io/server/io-github-meharajm-whatsapp-mcp Summary: WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp Category: Communication Mode: local Pricing: Free npm: @mhrj/whatsapp-mcp GitHub: https://github.com/meharajM/whatsapp-mcp Security Score: 10/10 Creator: MeharajM Creator Reputation: B Version: 2.0.1 Required Credentials: WHATSAPP_TARGET_NUMBER (optional), WHATSAPP_ALLOWED_NUMBERS (optional) Install (Claude Code): claude mcp add io-github-meharajm-whatsapp-mcp -- npx -y @mhrj/whatsapp-mcp@2.0.1 --- ## Adaptive Memory Graph URL: https://mcp-marketplace.io/server/io-github-raskolnikovdd-adaptive-memory-graph Summary: Persistent memory for Claude via weighted, interconnected knowledge nodes. Category: Developer Tools Mode: local Pricing: Free PyPI: adaptive-memory-graph GitHub: https://github.com/raskolnikovdd/adaptive-memory-graph.git Security Score: 10/10 Creator: Raskolnikovdd Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-raskolnikovdd-adaptive-memory-graph -- uvx adaptive-memory-graph==1.1.1 --- ## Clarifyprompt URL: https://mcp-marketplace.io/server/io-github-lumabyteco-clarifyprompt Summary: AI prompt optimization for 58+ platforms across 7 categories with custom platforms Category: Developer Tools Mode: local Pricing: Free npm: clarifyprompt-mcp GitHub: https://github.com/LumabyteCo/clarifyprompt-mcp Security Score: 7/10 Creator: Luma Byte Creator Reputation: D Version: 1.1.3 Required Credentials: LLM_API_URL (optional), LLM_API_KEY (required), LLM_MODEL (optional) Install (Claude Code): claude mcp add io-github-lumabyteco-clarifyprompt -- npx -y clarifyprompt-mcp@1.1.3 --- ## Jdl URL: https://mcp-marketplace.io/server/io-github-echojobsio-jdl-mcp-server Summary: Search 1M+ enriched job listings. Filter by skills, salary, location, and more. Free. Category: Developer Tools Mode: local Pricing: Free npm: @jobdatalake/mcp-server GitHub: https://github.com/echojobsio/jdl-mcp-server Security Score: 7/10 Creator: Echojobsio Creator Reputation: B Version: 1.0.14 Required Credentials: JDL_API_KEY (required) Install (Claude Code): claude mcp add io-github-echojobsio-jdl-mcp-server -- npx -y @jobdatalake/mcp-server@1.0.14 --- ## Inkog URL: https://mcp-marketplace.io/server/io-github-inkog-io-inkog Summary: Security co-pilot for AI agents. Scan for vulnerabilities, audit MCP servers, verify governance. Category: Developer Tools Mode: local Pricing: Free npm: @inkog-io/mcp GitHub: https://github.com/inkog-io/inkog-mcp Security Score: 5/10 Creator: User Creator Reputation: F Version: 1.0.20 Required Credentials: INKOG_API_KEY (required) Install (Claude Code): claude mcp add io-github-inkog-io-inkog -- npx -y @inkog-io/mcp@1.0.20 --- ## Nocturnusai URL: https://mcp-marketplace.io/server/ai-nocturnus-logic-server Summary: Agent reasoning, memory, and token-optimized context for AI applications. Category: Developer Tools Mode: local Pricing: Free npm: nocturnusai-mcp GitHub: https://github.com/Auctalis/nocturnusai Security Score: 9.7/10 Creator: Auctalis Creator Reputation: B Version: 0.3.11 Required Credentials: NOCTURNUSAI_URL (optional), NOCTURNUSAI_API_KEY (required), NOCTURNUSAI_DATABASE (optional), NOCTURNUSAI_TENANT (optional) Install (Claude Code): claude mcp add ai-nocturnus-logic-server -- npx -y nocturnusai-mcp --- ## Ux URL: https://mcp-marketplace.io/server/io-github-elsahafy-ux-mcp-server Summary: UX toolkit: 28 knowledge resources, 23 analysis tools & 4 workflow prompts for any MCP client Category: Developer Tools Mode: local Pricing: Free npm: @elsahafy/ux-mcp-server GitHub: https://github.com/elsahafy/ux-mcp-server Security Score: 8/10 Installs: 1 Creator: Elsahafy Creator Reputation: B Version: 4.1.1 Install (Claude Code): claude mcp add io-github-elsahafy-ux-mcp-server -- npx -y @elsahafy/ux-mcp-server@5.0.0 --- ## Orcarouter URL: https://mcp-marketplace.io/server/io-github-continuum-ai-corp-orcarouter-mcp Summary: Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat. Category: Developer Tools Mode: local Pricing: Free npm: @orcarouter/mcp GitHub: https://github.com/Continuum-AI-Corp/orcarouter-mcp-server Security Score: 6/10 Creator: Continuum AI Corp Creator Reputation: B Version: 1.1.5 Required Credentials: ORCAROUTER_API_KEY (required), ORCAROUTER_BASE_URL (optional), ORCAROUTER_REQUEST_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-continuum-ai-corp-orcarouter-mcp -- npx -y @orcarouter/mcp@1.1.5 --- ## Diskcleankit URL: https://mcp-marketplace.io/server/io-github-namtran-diskcleankit-mcp Summary: MCP server for DiskCleanKit - One Touch Scan and Clean for Mac Category: Developer Tools Mode: local Pricing: Free npm: @vannamtran/diskcleankit-mcp GitHub: https://github.com/namtran/diskcleankit-mcp Security Score: 8/10 Creator: Namtran Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-namtran-diskcleankit-mcp -- npx -y @vannamtran/diskcleankit-mcp@1.0.2 --- ## Shelby URL: https://mcp-marketplace.io/server/io-github-studio-moser-shelbymcp Summary: Knowledge-graph memory server for AI tools via MCP Category: Developer Tools Mode: local Pricing: Free npm: shelbymcp GitHub: https://github.com/Studio-Moser/shelbymcp.git Security Score: 8/10 Creator: Studio Moser Creator Reputation: B Version: 0.2.4 Install (Claude Code): claude mcp add io-github-studio-moser-shelbymcp -- npx -y shelbymcp@0.2.6 --- ## Owa Exchange URL: https://mcp-marketplace.io/server/io-github-nhype-owa-exchange-mcp Summary: MCP server for Microsoft Exchange / OWA — email, calendar, directory, availability Category: Developer Tools Mode: local Pricing: Free PyPI: exchange-mcp-server GitHub: https://github.com/nhype/owa-exchange-mcp Security Score: 5/10 Creator: Nhype Creator Reputation: B Version: 1.0.1 Required Credentials: EXCHANGE_OWA_URL (optional), EXCHANGE_COOKIE_FILE (optional) Install (Claude Code): claude mcp add io-github-nhype-owa-exchange-mcp -- uvx exchange-mcp-server==1.0.1 --- ## Github Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-github Summary: GitHub analytics - repos, PRs, issues, releases, contributors Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-github-tools GitHub: https://github.com/rog0x/mcp-github-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-github -- npx -y @rog0x/mcp-github-tools@1.0.1 --- ## Bitsbound URL: https://mcp-marketplace.io/server/com-bitsbound-contract-analysis Summary: AI contract analysis with partner-level redlines, OOXML Track Changes, and risk analysis. Category: Developer Tools Mode: local Pricing: Free npm: @bitsbound/mcp-server GitHub: https://github.com/taytrom/bitsbound-mcp-server Security Score: 7.8/10 Creator: Taytrom Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add com-bitsbound-contract-analysis -- npx -y @bitsbound/mcp-server@1.2.2 --- ## Arcgis Peterborough URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-peterborough Summary: City of Peterborough GIS — Peterborough, Ontario (Canada) open geospatial data (ArcGIS). Description: City of Peterborough GIS — Peterborough, Ontario (Canada) open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-peterborough/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-peterborough/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-peterborough MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-peterborough https://gateway.pipeworx.io/arcgis-peterborough/mcp --- ## Intercept URL: https://mcp-marketplace.io/server/io-github-bighippoman-intercept-mcp Summary: Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback. Category: Developer Tools Mode: local Pricing: Free npm: intercept-mcp GitHub: https://github.com/bighippoman/intercept-mcp Security Score: 10/10 Creator: bighippoman Creator Reputation: C Version: 3.0.8 Required Credentials: BRAVE_API_KEY (required) Install (Claude Code): claude mcp add io-github-bighippoman-intercept-mcp -- npx -y intercept-mcp@4.1.0 --- ## Tradernet URL: https://mcp-marketplace.io/server/io-github-verbart-tradernet-mcp Summary: MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more Category: Developer Tools Mode: local Pricing: Free npm: tradernet-mcp GitHub: https://github.com/verbart/tradernet-mcp Security Score: 6/10 Creator: Verbart Creator Reputation: B Version: 1.1.1 Required Credentials: TRADERNET_PUBLIC_KEY (required), TRADERNET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-verbart-tradernet-mcp -- npx -y tradernet-mcp@1.1.2 --- ## MPO URL: https://mcp-marketplace.io/server/io-github-nameetshah-tomtom-mpo-mcp Summary: An MCP server that queries and explores Databricks Unity Catalog data Description: An MCP server that queries and explores Databricks Unity Catalog data Remote endpoints: streamable-http: https://rda-mcp-server.icypond-1b1deab5.westeurope.azurecontainerapps.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rda-mcp-server.icypond-1b1deab5.westeurope.azurecontainerapps.io/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nameetshah-tomtom-mpo-mcp https://rda-mcp-server.icypond-1b1deab5.westeurope.azurecontainerapps.io/mcp --- ## Sharepoint URL: https://mcp-marketplace.io/server/io-github-ravikant1918-sharepoint-mcp Summary: MCP server for Microsoft SharePoint — manage folders, documents, and metadata. Category: Developer Tools Mode: local Pricing: Free PyPI: sharepoint-mcp GitHub: https://github.com/ravikant1918/sharepoint-mcp Security Score: 4.2/10 Creator: Ravikant1918 Creator Reputation: B Version: 1.1.1 Required Credentials: SHP_ID_APP (optional), SHP_ID_APP_SECRET (required), SHP_TENANT_ID (optional), SHP_SITE_URL (optional), SHP_DOC_LIBRARY (optional) Install (Claude Code): claude mcp add io-github-ravikant1918-sharepoint-mcp -- uvx sharepoint-mcp==1.1.1 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-lint Summary: Structured linting output (ESLint, format-check) as typed JSON diagnostics. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/lint GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-dave-london-lint -- npx -y @paretools/lint --- ## Sber URL: https://mcp-marketplace.io/server/io-github-theyahia-sber-mcp Summary: MCP server for Sberbank API — accounts, statements. Bearer token auth. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/sber-mcp GitHub: https://github.com/theYahia/sber-mcp Security Score: 10/10 Creator: TheYahia Creator Reputation: B Version: 1.0.0 Required Credentials: API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-sber-mcp -- npx -y @theyahia/sber-mcp@1.1.1 --- ## Agent Commerce Framework URL: https://mcp-marketplace.io/server/io-github-miranttie-agentictrade Summary: AI agent API marketplace — discover, call, and pay for services with USDC payments. Description: AI agent API marketplace — discover, call, and pay for services with USDC payments. Remote endpoints: streamable-http: https://agentictrade.io/api/v1/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: agentictrade-mcp Remote URL: https://agentictrade.io/api/v1/mcp GitHub: https://github.com/JudyaiLab/agent-commerce-framework Security Score: 6.5/10 Creator: JudyaiLab Creator Reputation: B Version: 0.1.1 Required Credentials: AGENTICTRADE_API_KEY (required), AGENTICTRADE_BASE_URL (optional), AGENTICTRADE_BUYER_ID (optional) Install (Claude Code): claude mcp add io-github-miranttie-agentictrade -- uvx agentictrade-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-miranttie-agentictrade https://agentictrade.io/api/v1/mcp --- ## Cws URL: https://mcp-marketplace.io/server/io-github-mikusnuz-cws Summary: MCP server for Chrome Web Store — extension upload, publish, status, and rollout Category: Developer Tools Mode: local Pricing: Free npm: cws-mcp GitHub: https://github.com/mikusnuz/cws-mcp Security Score: 7.3/10 Creator: Mikusnuz Creator Reputation: B Version: 1.4.1 Required Credentials: CWS_CLIENT_ID (required), CWS_CLIENT_SECRET (required), CWS_REFRESH_TOKEN (required) Install (Claude Code): claude mcp add io-github-mikusnuz-cws -- npx -y cws-mcp@1.4.2 --- ## Serena URL: https://mcp-marketplace.io/server/io-github-oraios-serena Summary: A powerful toolkit for coding, providing semantic retrieval and editing capabilities. Category: Developer Tools Mode: local Pricing: Free PyPI: serena-agent GitHub: https://github.com/oraios/serena Security Score: 4.8/10 Creator: Oraios Creator Reputation: B Version: 1.5.3 Install (Claude Code): claude mcp add io-github-oraios-serena -- uvx serena-agent==1.5.3 --- ## Mcp Weather Server URL: https://mcp-marketplace.io/server/io-github-isdaniel-mcp-weather-server Summary: providing weather information, air quality data, and timezone utilities using the Open-Meteo API. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-weather-server GitHub: https://github.com/isdaniel/mcp_weather_server Security Score: 10/10 Creator: Isdaniel Creator Reputation: B Version: 0.6.1 Install (Claude Code): claude mcp add io-github-isdaniel-mcp-weather-server -- uvx mcp-weather-server==0.6.1 --- ## Hmem URL: https://mcp-marketplace.io/server/io-github-bumblebiber-hmem-mcp Summary: Persistent 5-level hierarchical memory for AI agents. SQLite-backed, lazy-loaded. Category: Developer Tools Mode: local Pricing: Free npm: hmem-mcp GitHub: https://github.com/Bumblebiber/hmem Security Score: 10/10 Creator: Bumblebiber Creator Reputation: B Version: 1.6.7 Required Credentials: HMEM_STORAGE_DIR (optional) Install (Claude Code): claude mcp add io-github-bumblebiber-hmem-mcp -- npx -y hmem-mcp@6.6.3 --- ## Arcgis Tempe URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-tempe Summary: City of Tempe GIS — Tempe, Arizona open geospatial data (ArcGIS). Description: City of Tempe GIS — Tempe, Arizona open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-tempe/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-tempe/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-tempe MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-tempe https://gateway.pipeworx.io/arcgis-tempe/mcp --- ## Wc26 URL: https://mcp-marketplace.io/server/io-github-jordanlyall-wc26 Summary: FIFA World Cup 2026 data: matches, teams, venues, city guides, fan zones, and more. Category: Developer Tools Mode: local Pricing: Free npm: wc26-mcp GitHub: https://github.com/jordanlyall/wc26-mcp Security Score: 10/10 Creator: Jordanlyall Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-jordanlyall-wc26 -- npx -y wc26-mcp@0.3.1 --- ## Huoshui File Search URL: https://mcp-marketplace.io/server/io-github-huoshuiai42-huoshui-file-search Summary: An MCP server that provides fast Spotlight file search capabilities for macOS Category: Developer Tools Mode: local Pricing: Free PyPI: huoshui-file-search GitHub: https://github.com/huoshuiai42/huoshui-file-search Security Score: 3/10 Creator: Huoshuiai42 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-huoshuiai42-huoshui-file-search -- uvx huoshui-file-search==1.0.3 --- ## Cache Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-cache Summary: Cache headers, CDN, LRU simulation for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-cache-tools GitHub: https://github.com/rog0x/mcp-cache-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-cache -- npx -y @rog0x/mcp-cache-tools@1.0.2 --- ## Complete Mitre Attack URL: https://mcp-marketplace.io/server/io-github-imouiche-mitre-attack-mcp-server Summary: MCP server providing 50+ tools for MITRE ATT&CK techniques, groups, and mitigations Category: Developer Tools Mode: local Pricing: Free npm: @imouiche/mitre-attack-mcp-server GitHub: https://github.com/imouiche/complete-mitre-attack-mcp-server Security Score: 6.5/10 Creator: Imouiche Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-imouiche-mitre-attack-mcp-server -- npx -y @imouiche/mitre-attack-mcp-server@0.1.4 --- ## Jfrog Dummy URL: https://mcp-marketplace.io/server/io-github-guykjfrog-jfrog-dummy-mcp Summary: JFrog dummy MCP server Category: Developer Tools Mode: local Pricing: Free npm: @guykorol_jfrog/jfrog-dummy-mcp GitHub: https://github.com/guykJfrog/jfrog-dummy-mcp Security Score: 8/10 Creator: GuykJfrog Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-guykjfrog-jfrog-dummy-mcp -- npx -y @guykorol_jfrog/jfrog-dummy-mcp@1.0.0 --- ## Meta Ads URL: https://mcp-marketplace.io/server/io-github-mikusnuz-meta-ads Summary: MCP server for Meta Marketing API — Facebook & Instagram ad campaign management Category: Marketing & Social Mode: local Pricing: Free npm: @mikusnuz/meta-ads-mcp GitHub: https://github.com/mikusnuz/meta-ads-mcp Security Score: 10/10 Creator: Mikusnuz Creator Reputation: B Version: 1.2.1 Required Credentials: META_ADS_ACCESS_TOKEN (required), META_AD_ACCOUNT_ID (optional), META_APP_ID (optional), META_APP_SECRET (required), META_BUSINESS_ID (optional), META_PIXEL_ID (optional) Install (Claude Code): claude mcp add io-github-mikusnuz-meta-ads -- npx -y @mikusnuz/meta-ads-mcp@1.3.0 --- ## Gitlab Public URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gitlab-public Summary: GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth) Description: GitLab Public MCP — wraps the GitLab REST API v4 (public endpoints, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gitlab-public/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gitlab-public/mcp GitHub: https://github.com/pipeworx-io/mcp-gitlab-public MCP Tools (4): discover_tools, search_projects, get_project, search_issues Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gitlab-public https://gateway.pipeworx.io/gitlab-public/mcp --- ## Linkedin Humblebrag URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-linkedin-humblebrag Summary: linkedin-humblebrag MCP — wraps StupidAPIs (requires X-API-Key) Description: linkedin-humblebrag MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/linkedin-humblebrag/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/linkedin-humblebrag/mcp GitHub: https://github.com/pipeworx-io/mcp-linkedin-humblebrag MCP Tools (2): discover_tools, linkedin_humblebrag_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-linkedin-humblebrag https://gateway.pipeworx.io/linkedin-humblebrag/mcp --- ## Govcon Intel URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-govcon-intel Summary: GovCon Intel MCP — Compound tools that chain SAM.gov, USAspending, Description: GovCon Intel MCP — Compound tools that chain SAM.gov, USAspending, Remote endpoints: streamable-http: https://gateway.pipeworx.io/govcon-intel/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/govcon-intel/mcp GitHub: https://github.com/pipeworx-io/mcp-govcon-intel MCP Tools (4): discover_tools, govcon_contractor_profile, govcon_opportunity_scan, govcon_agency_landscape Security Score: 8/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-govcon-intel https://gateway.pipeworx.io/govcon-intel/mcp --- ## Housing Intel URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-housing-intel Summary: Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs Description: Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs Remote endpoints: streamable-http: https://gateway.pipeworx.io/housing-intel/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/housing-intel/mcp GitHub: https://github.com/pipeworx-io/mcp-housing-intel MCP Tools (7): discover_tools, housing_market_snapshot, housing_property_report, housing_rental_analysis, housing_affordability_check, housing_employment_outlook, housing_signal_scan Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-housing-intel https://gateway.pipeworx.io/housing-intel/mcp --- ## Edd URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-mcp-edd Summary: MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics Category: Developer Tools Mode: local Pricing: Free npm: @verygoodplugins/mcp-edd GitHub: https://github.com/verygoodplugins/mcp-edd Security Score: 8.3/10 Creator: Verygoodplugins Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-edd -- npx -y @verygoodplugins/mcp-edd@1.1.0 --- ## Fatsecret URL: https://mcp-marketplace.io/server/io-github-fliptheweb-fatsecret-mcp Summary: MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial) Category: Developer Tools Mode: local Pricing: Free npm: fatsecret-mcp GitHub: https://github.com/fliptheweb/fatsecret-mcp Security Score: 10/10 Creator: Fliptheweb Creator Reputation: B Version: 0.0.8 Required Credentials: FATSECRET_CLIENT_ID (required), FATSECRET_CLIENT_SECRET (required), FATSECRET_CONSUMER_SECRET (required) Install (Claude Code): claude mcp add io-github-fliptheweb-fatsecret-mcp -- npx -y fatsecret-mcp@0.0.8 --- ## Frontend Design Loop URL: https://mcp-marketplace.io/server/io-github-alexalexalex222-frontend-design-loop-mcp Summary: Design-first MCP for coding agents that improves websites with screenshot-grounded iteration. Category: Developer Tools Mode: local Pricing: Free PyPI: frontend-design-loop-mcp GitHub: https://github.com/alexalexalex222/frontend-design-loop-mcp Security Score: 6.5/10 Creator: Alexalexalex222 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-alexalexalex222-frontend-design-loop-mcp -- uvx frontend-design-loop-mcp==1.0.0 --- ## Markdown Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-markdown Summary: Markdown TOC, lint, format, stats for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-markdown-tools GitHub: https://github.com/rog0x/mcp-markdown-tools Security Score: 6.5/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-markdown -- npx -y @rog0x/mcp-markdown-tools@1.0.2 --- ## Ephemeris URL: https://mcp-marketplace.io/server/io-github-scottchronicity-ephemeris-mcp Summary: Precision astronomical ephemeris and planetary positions via the Swiss Ephemeris. Category: Developer Tools Mode: local Pricing: Free PyPI: ephemeris-mcp GitHub: https://github.com/scottchronicity/ephemeris-mcp Security Score: 6/10 Creator: scottchronicity Creator Reputation: F Version: 1.2.0 Install (Claude Code): claude mcp add io-github-scottchronicity-ephemeris-mcp -- uvx ephemeris-mcp==1.2.0 --- ## Gsc URL: https://mcp-marketplace.io/server/io-github-pijusz-mcp-gsc Summary: Google Search Console MCP server — query performance, sitemaps, indexing & more Category: Developer Tools Mode: local Pricing: Free npm: mcp-gsc GitHub: https://github.com/pijusz/mcp-gsc Security Score: 10/10 Creator: Pijusz Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-pijusz-mcp-gsc -- npx -y mcp-gsc@0.2.0 --- ## Fastmcp Sqltools URL: https://mcp-marketplace.io/server/io-github-atarkowska-fastmcp-sqltools Summary: A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite. Category: Developer Tools Mode: local Pricing: Free PyPI: fastmcp-sqltools GitHub: https://github.com/atarkowska/fastmcp-sqltools Security Score: 1.5/10 Creator: atarkowska Creator Reputation: C- Version: 0.3.0 Install (Claude Code): claude mcp add io-github-atarkowska-fastmcp-sqltools -- uvx fastmcp-sqltools==0.3.0 --- ## Flippa URL: https://mcp-marketplace.io/server/io-github-sind00-flippa-mcp Summary: Search, analyze, and evaluate online businesses for sale on Flippa.com marketplace. Category: Developer Tools Mode: local Pricing: Free npm: flippa-mcp-server GitHub: https://github.com/sind00/flippa-mcp Security Score: 4/10 Creator: Sind00 Creator Reputation: B Version: 1.0.2 Required Credentials: FLIPPA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-sind00-flippa-mcp -- npx -y flippa-mcp-server@1.0.2 --- ## Dnd Oracle URL: https://mcp-marketplace.io/server/io-github-gregario-dnd-oracle Summary: D&D 5e SRD MCP server with monster, spell, equipment search and encounter building tools Category: Developer Tools Mode: local Pricing: Free npm: dnd-oracle GitHub: https://github.com/gregario/dnd-oracle Security Score: 5/10 Creator: Gregario Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-dnd-oracle -- npx -y dnd-oracle@0.1.1 --- ## Gmail URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gmail Summary: Gmail MCP Pack Description: Gmail MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/gmail/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gmail/mcp GitHub: https://github.com/pipeworx-io/mcp-gmail MCP Tools (6): discover_tools, gmail_list_messages, gmail_get_message, gmail_search, gmail_send, gmail_list_labels Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gmail https://gateway.pipeworx.io/gmail/mcp --- ## Outlook Contacts URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-outlook-contacts Summary: Outlook Contacts (Microsoft 365) MCP Pack Description: Outlook Contacts (Microsoft 365) MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/outlook-contacts/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/outlook-contacts/mcp GitHub: https://github.com/pipeworx-io/mcp-outlook-contacts MCP Tools (20): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-outlook-contacts https://gateway.pipeworx.io/outlook-contacts/mcp --- ## Gong URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gong Summary: Gong MCP — wraps the Gong API v2 (OAuth) Description: Gong MCP — wraps the Gong API v2 (OAuth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gong/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gong/mcp GitHub: https://github.com/pipeworx-io/mcp-gong MCP Tools (6): discover_tools, gong_list_calls, gong_get_call, gong_get_transcript, gong_list_users, gong_search_calls Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gong https://gateway.pipeworx.io/gong/mcp --- ## Agent Guardrail URL: https://mcp-marketplace.io/server/io-github-jarvisonm4-agent-guardrail Summary: Action-level governance for AI agents -- control what they DO, not what they SAY Category: Developer Tools Mode: local Pricing: Free PyPI: agent-guardrail GitHub: https://github.com/eren-solutions/agent-guardrail Security Score: 10/10 Creator: Eren Solutions Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-jarvisonm4-agent-guardrail -- uvx agent-guardrail==0.1.2 --- ## Mpv URL: https://mcp-marketplace.io/server/io-github-arijit-gogoi-mpv-mcp-server Summary: Control mpv media player — playback, playlists, YouTube streaming, and downloads. Category: Developer Tools Mode: local Pricing: Free npm: mpv-mcp-server GitHub: https://github.com/arijit-gogoi/mpv-mcp-server Security Score: 10/10 Creator: Arijit Gogoi Creator Reputation: B Version: 1.2.0 Required Credentials: MPV_PATH (optional), MPV_IPC_PATH (optional), MPV_MEDIA_DIRS (optional), MPV_DOWNLOAD_DIR (optional) Install (Claude Code): claude mcp add io-github-arijit-gogoi-mpv-mcp-server -- npx -y mpv-mcp-server@1.2.0 --- ## Kit URL: https://mcp-marketplace.io/server/io-github-dancumberland-kit-mcp Summary: Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API. Category: Developer Tools Mode: local Pricing: Free npm: @dancumberland/kit-mcp GitHub: https://github.com/dancumberland/kit-mcp Security Score: 5.8/10 Creator: Dancumberland Creator Reputation: B Version: 1.0.1 Required Credentials: KIT_API_KEY (optional), KIT_OAUTH_TOKEN (optional) Install (Claude Code): claude mcp add io-github-dancumberland-kit-mcp -- npx -y @dancumberland/kit-mcp@1.4.0 --- ## Calculator URL: https://mcp-marketplace.io/server/io-github-tech-sushant-calculator-mcp Summary: A simple Model Context Protocol calculator server Category: Developer Tools Mode: local Pricing: Free npm: @tech-sushant/calculator-mcp GitHub: https://github.com/tech-sushant/calculator-mcp Security Score: 8/10 Creator: Tech Sushant Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-tech-sushant-calculator-mcp -- npx -y @tech-sushant/calculator-mcp@1.0.3 --- ## Attestix URL: https://mcp-marketplace.io/server/io-github-vibetensor-attestix Summary: AI agent identity, W3C credentials, EU AI Act compliance. 47 MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: attestix GitHub: https://github.com/VibeTensor/attestix Security Score: 10/10 Creator: VibeTensor Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-vibetensor-attestix -- uvx attestix==0.3.0 --- ## UnMarkdown URL: https://mcp-marketplace.io/server/io-github-unmarkdown-mcp-server Summary: The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates. Description: The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates. Remote endpoints: streamable-http: https://unmarkdown.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @un-markdown/mcp-server GitHub: https://github.com/UnMarkdown/mcp-server Security Score: 10/10 Creator: UnMarkdown Creator Reputation: B Version: 1.0.3 Required Credentials: UNMARKDOWN_API_KEY (required) Install (Claude Code): claude mcp add io-github-unmarkdown-mcp-server -- npx -y @un-markdown/mcp-server@1.1.0 --- ## Virtual Fs URL: https://mcp-marketplace.io/server/io-github-lu-zhengda-virtual-fs Summary: PostgreSQL-backed virtual filesystem for agents: session isolation, shared stores, POSIX ops, RLS. Category: Developer Tools Mode: local Pricing: Free npm: mcp-virtual-fs GitHub: https://github.com/lu-zhengda/mcp-virtual-fs Security Score: 5.5/10 Creator: Lu Zhengda Creator Reputation: B Version: 0.2.2 Required Credentials: DATABASE_URL (required), VFS_AUTO_INIT (optional), VFS_SESSION_ID (optional), VFS_ENABLE_RLS (optional) Install (Claude Code): claude mcp add io-github-lu-zhengda-virtual-fs -- npx -y mcp-virtual-fs@0.2.2 --- ## Fanout URL: https://mcp-marketplace.io/server/io-github-houtini-ai-fanout Summary: Multi-URL comparative content analysis with topical gap detection Category: Developer Tools Mode: local Pricing: Free npm: @houtini/fanout-mcp GitHub: https://github.com/houtini-ai/fanout-mcp Security Score: 8.6/10 Creator: Houtini Ai Creator Reputation: B Version: 0.2.6 Install (Claude Code): claude mcp add io-github-houtini-ai-fanout -- npx -y @houtini/fanout-mcp@0.2.10 --- ## FlowCheck Financial API URL: https://mcp-marketplace.io/server/flowcheck-financial-api Summary: Flowcheck is a single API for accessing data from Stripe, Shopify, and your bank. Description: FlowCheck connects your Stripe payouts, Shopify orders, and bank account data to Claude, Cursor, or any MCP client through a single API key. Ask your AI agent to check balances, list payouts, view bank transactions, run reconciliation, and detect discrepancies without writing integration code or switching between dashboards. 22 tools cover the full financial workflow: real-time Stripe and bank balances, paginated payout history with filters, automatic payout-to-deposit matching with confidence Category: Finance Mode: dual Pricing: Free npm: @flowcheck/mcp-server Remote URL: https://developer.usepopup.com/api/mcp GitHub: https://github.com/eliaskress/flowcheck-mcp-server Security Score: 10/10 Creator: User Creator Reputation: C Version: 1.0.0 Use Cases: financial data consolidation Install (Claude Code): claude mcp add flowcheck-financial-api -- npx -y @flowcheck/mcp-server@0.2.4 Install (Claude Code Remote): claude mcp add --transport http flowcheck-financial-api https://developer.usepopup.com/api/mcp --- ## Omni Nli URL: https://mcp-marketplace.io/server/io-github-cogitatortech-omni-nli Summary: An MCP server for natural language inference Category: Developer Tools Mode: local Pricing: Free PyPI: omni-nli GitHub: https://github.com/CogitatorTech/omni-nli Security Score: 10/10 Creator: CogitatorTech Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-cogitatortech-omni-nli -- uvx omni-nli==0.1.1 --- ## Navifare URL: https://mcp-marketplace.io/server/io-github-simonenavifare-navifare-mcp Summary: Flight price comparison MCP server. Search multiple booking sources to find better flight prices. Category: Developer Tools Mode: local Pricing: Free npm: navifare-mcp GitHub: https://github.com/navifare/navifare-mcp Security Score: 6.1/10 Creator: Navifare Creator Reputation: B Version: 0.1.3 Required Credentials: GEMINI_API_KEY (required), NAVIFARE_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-simonenavifare-navifare-mcp -- npx -y navifare-mcp@0.2.0 --- ## Portfolio URL: https://mcp-marketplace.io/server/eu-mmatinca-portfolio-mcp Summary: Marian Matinca's portfolio as MCP tools: projects, blog, profile, results. Read-only, RO+EN. Description: Marian Matinca's portfolio as MCP tools: projects, blog, profile, results. Read-only, RO+EN. Remote endpoints: streamable-http: https://mmatinca.eu/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mmatinca.eu/mcp MCP Tools (6): portfolio_list_projects, portfolio_get_project, portfolio_list_blog_posts, portfolio_get_blog_post, portfolio_get_profile, portfolio_search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http eu-mmatinca-portfolio-mcp https://mmatinca.eu/mcp --- ## Cronalert URL: https://mcp-marketplace.io/server/io-github-jaredhobbs-cronalert Summary: Manage CronAlert uptime monitors, check results, and incidents from any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: cronalert-mcp GitHub: https://github.com/jaredhobbs/cronalert-mcp Security Score: 10/10 Creator: Jaredhobbs Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-jaredhobbs-cronalert -- npx -y cronalert-mcp@1.1.0 --- ## Atlassian Dc URL: https://mcp-marketplace.io/server/io-github-mrrefactoring-atlassian-dc-mcp-bitbucket Summary: MCP server for Atlassian Bitbucket Data Center - interact with repositories and code Category: Developer Tools Mode: local Pricing: Free npm: bitbucket-datacenter-mcp GitHub: https://github.com/MrRefactoring/atlassian-dc-mcp Security Score: 10/10 Creator: MrRefactoring Creator Reputation: B Version: 0.5.0 Required Credentials: ATLASSIAN_DC_MCP_CONFIG_FILE (optional), BITBUCKET_HOST (optional), BITBUCKET_API_BASE_PATH (optional), BITBUCKET_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-mrrefactoring-atlassian-dc-mcp-bitbucket -- npx -y bitbucket-datacenter-mcp --- ## Bench Router URL: https://mcp-marketplace.io/server/io-github-k1ta141k-mcp-bench-router Summary: Routes design tasks to designarena.ai's top-ranked model via OpenRouter across 14 categories. Category: Developer Tools Mode: local Pricing: Free npm: mcp-bench-router GitHub: https://github.com/K1ta141k/mcp-bench-router Security Score: 7/10 Creator: K1ta141k Creator Reputation: B Version: 1.0.1 Required Credentials: OPENROUTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-k1ta141k-mcp-bench-router -- npx -y mcp-bench-router@1.0.1 --- ## Codex Mcp Tool URL: https://mcp-marketplace.io/server/io-github-x51xxx-codex-mcp-tool Summary: MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review Category: Developer Tools Mode: local Pricing: Free npm: @trishchuk/codex-mcp-tool GitHub: https://github.com/x51xxx/codex-mcp-tool Security Score: 10/10 Creator: X51xxx Creator Reputation: B Version: 2.2.0 Required Credentials: CODEX_MCP_CWD (optional), CODEX_SESSION_TTL_MS (optional), CODEX_MAX_SESSIONS (optional) Install (Claude Code): claude mcp add io-github-x51xxx-codex-mcp-tool -- npx -y @trishchuk/codex-mcp-tool@2.2.0 --- ## Arcgis Linncounty URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-linncounty Summary: Linn County GIS — Linn County, Iowa open geospatial data (ArcGIS). Description: Linn County GIS — Linn County, Iowa open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-linncounty/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-linncounty/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-linncounty MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-linncounty https://gateway.pipeworx.io/arcgis-linncounty/mcp --- ## Log Reducer URL: https://mcp-marketplace.io/server/io-github-imankha-log-reducer Summary: Reduces log files for AI consumption — 50-90% token reduction via 18 deterministic transforms. Category: Developer Tools Mode: local Pricing: Free npm: logreducer GitHub: https://github.com/launch-it-labs/log-reducer Security Score: 10/10 Creator: Launch It Labs Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-imankha-log-reducer -- npx -y logreducer@0.2.0 --- ## Artefact URL: https://mcp-marketplace.io/server/io-github-alexboissav-artefact-revenue-intelligence Summary: Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot. Category: Developer Tools Mode: local Pricing: Free PyPI: artefact-mcp GitHub: https://github.com/alexboissAV/artefact-mcp-server Security Score: 4.5/10 Creator: AlexboissAV Creator Reputation: B Version: 0.3.3 Required Credentials: HUBSPOT_API_KEY (required), ARTEFACT_LICENSE_KEY (required) Install (Claude Code): claude mcp add io-github-alexboissav-artefact-revenue-intelligence -- uvx artefact-mcp==0.3.3 --- ## Jitapi URL: https://mcp-marketplace.io/server/io-github-nk3750-jitapi Summary: Turn any OpenAPI spec into an executable agent interface using graphs and semantic search. Category: Developer Tools Mode: local Pricing: Free PyPI: jitapi GitHub: https://github.com/nk3750/jitapi Security Score: 6.5/10 Creator: User Creator Reputation: D Version: 0.1.1 Required Credentials: OPENAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-nk3750-jitapi -- uvx jitapi==0.2.0 --- ## MoneyChoice URL: https://mcp-marketplace.io/server/moneychoice Summary: Quantum-Based Macroeconomic Forecasts with 80% Accuracy Since 2015 Description: The MoneyChoice MCP Server delivers institutional-grade economic forecasts powered by a proprietary quantum-inspired analytical framework that evaluates vast market state possibilities simultaneously rather than relying solely on historical price patterns. Since 2015, MoneyChoice Capital has maintained a documented 80%+ prediction accuracy rate through strict signal validation and full performance transparency. The platform provides comprehensive macroeconomic coverage including inflation, labor Category: Finance Mode: dual Pricing: Free Remote URL: https://api.moneychoice.us/mcp GitHub: https://github.com/prmail/moneychoice_mcp Security Score: 1.5/10 Creator: MoneyChoice Creator Reputation: C- Version: 1.0.0 Tags: fintech, macroeconomics, forecasting, asset-allocation, quantitative, trading, investing, economic-data, mcp, ai-agents, api, analytics Use Cases: Macro-driven investment strategy development. Integrating institutional-grade forecasts into AI trading or risk models. Monitoring economic cycles across short, medium, and long-term horizons. Automating economic intelligence dashboards and analytical reporting systems. Backtesting strategy performance against historically generated MoneyChoice signals. Install (Claude Code Remote): claude mcp add --transport http moneychoice https://api.moneychoice.us/mcp --- ## Spec Score URL: https://mcp-marketplace.io/server/io-github-openpoem-spec-score-mcp Summary: Score your specs before feeding them to an LLM. MCP server with radar chart visualization. Category: Developer Tools Mode: local Pricing: Free npm: spec-score-mcp GitHub: https://github.com/openpoem/spec-score-mcp Security Score: 10/10 Creator: Openpoem Creator Reputation: B Version: 2.0.2 Install (Claude Code): claude mcp add io-github-openpoem-spec-score-mcp -- npx -y spec-score-mcp --- ## Mhlabs Mcp Tools URL: https://mcp-marketplace.io/server/io-github-musaddiquehussainlabs-mhlabs-mcp-tools Summary: An MCP server that provides text preprocessing, NLP components, and document analysis Category: Developer Tools Mode: local Pricing: Free PyPI: mhlabs-mcp-tools GitHub: https://github.com/MusaddiqueHussainLabs/mhlabs_mcp_tools Security Score: 0.5/10 Creator: MusaddiqueHussainLabs Creator Reputation: B Version: 3.0.0 Install (Claude Code): claude mcp add io-github-musaddiquehussainlabs-mhlabs-mcp-tools -- uvx mhlabs-mcp-tools==0.0.5 --- ## Preflight URL: https://mcp-marketplace.io/server/io-github-ethanackerman-git-preflight-ios-mcp Summary: 57 tools for AI-powered iOS Simulator automation — tap, swipe, type, screenshots, and more. Category: Developer Tools Mode: local Pricing: Free npm: preflight-ios-mcp GitHub: https://github.com/EthanAckerman-git/Preflight Security Score: 10/10 Creator: EthanAckerman Git Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ethanackerman-git-preflight-ios-mcp -- npx -y preflight-ios-mcp@2.0.0 --- ## Dla URL: https://mcp-marketplace.io/server/io-github-georgetranoz-dla-mcp Summary: Diagnose common dog behaviour problems, get program pricing, and submit the free assessment. Description: Diagnose common dog behaviour problems, get program pricing, and submit the free assessment. Remote endpoints: streamable-http: https://www.dogleadershipacademy.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.dogleadershipacademy.com/mcp MCP Tools (6): search_dog_problems, list_dog_problem_topics, get_dog_problem_article, get_program_info, submit_dog_behaviour_assessment, create_enrollment_checkout Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-georgetranoz-dla-mcp https://www.dogleadershipacademy.com/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-api-tester Summary: MCP server for API testing: HTTP requests, cURL generation, health checks. Category: Developer Tools Mode: local Pricing: Free npm: sovereign-api-tester-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ryudi84-api-tester -- npx -y sovereign-api-tester-mcp --- ## Japan Data URL: https://mcp-marketplace.io/server/io-github-izyuusya-japan-data-mcp Summary: 日本の公的データ(統計・法人・不動産)にAIからアクセスするMCPサーバー。e-Stat統計API・法人番号Web-API・不動産情報ライブラリAPIの3API統合。全国約1,700市区町村対応。 Category: Developer Tools Mode: local Pricing: Free PyPI: japan-data-mcp GitHub: https://github.com/Izyuusya/japan-data-mcp Security Score: 10/10 Creator: User Creator Reputation: C Version: 0.1.1 Required Credentials: ESTAT_APP_ID (required), CORP_APP_ID (required), REALESTATE_API_KEY (required) Install (Claude Code): claude mcp add io-github-izyuusya-japan-data-mcp -- uvx japan-data-mcp==0.2.2 --- ## Awx URL: https://mcp-marketplace.io/server/io-github-surgex-labs-awx-mcp-server Summary: Control AWX/Ansible Tower through natural language - 49 tools for automation Category: Developer Tools Mode: local Pricing: Free PyPI: awx-mcp-server GitHub: https://github.com/SurgeX-Labs/awx-mcp-server Security Score: 8/10 Creator: SurgeX Labs Creator Reputation: B Version: 1.1.2 Required Credentials: AWX_BASE_URL (optional), AWX_TOKEN (required), AWX_USERNAME (optional), AWX_PASSWORD (required), AWX_VERIFY_SSL (optional) Install (Claude Code): claude mcp add io-github-surgex-labs-awx-mcp-server -- uvx awx-mcp-server==1.2.0 --- ## Sanity Images URL: https://mcp-marketplace.io/server/io-github-pijusz-mcp-sanity-images Summary: MCP server for uploading local images to Sanity CMS Category: Content & Media Mode: local Pricing: Free npm: mcp-sanity-images GitHub: https://github.com/pijusz/mcp-sanity-images Security Score: 10/10 Creator: Pijusz Creator Reputation: B Version: 0.3.7 Install (Claude Code): claude mcp add io-github-pijusz-mcp-sanity-images -- npx -y mcp-sanity-images@0.4.0 --- ## Open Notebook URL: https://mcp-marketplace.io/server/io-github-epochal-dev-open-notebook Summary: MCP server that wraps the Open Notebook API Category: Developer Tools Mode: local Pricing: Free PyPI: open-notebook-mcp GitHub: https://github.com/Epochal-dev/open-notebook-mcp Security Score: 10/10 Creator: Epochal Dev Creator Reputation: B Version: 0.3.0 Required Credentials: OPEN_NOTEBOOK_URL (optional), OPEN_NOTEBOOK_PASSWORD (required) Install (Claude Code): claude mcp add io-github-epochal-dev-open-notebook -- uvx open-notebook-mcp==0.3.0 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-adcirc-mcp Summary: ADCIRC model configuration debugging, parameter lookup, and validation Category: Developer Tools Mode: local Pricing: Free PyPI: adcirc-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 10/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mansurjisan-adcirc-mcp -- uvx adcirc-mcp==0.1.1 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-schism-mcp Summary: SCHISM model configuration debugging, parameter lookup, and validation Category: Developer Tools Mode: local Pricing: Free PyPI: schism-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-schism-mcp -- uvx schism-mcp --- ## Cross Device Attribution URL: https://mcp-marketplace.io/server/io-github-evozim-cross-device-attribution-mcp Summary: Premium agentic endpoint for cross-device-attribution-mcp. Description: Premium agentic endpoint for cross-device-attribution-mcp. Remote endpoints: sse: https://api.m2mcent.com/cross-device-attribution-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cross-device-attribution-mcp/sse MCP Tools (1): cross-device-attribution-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cross-device-attribution-mcp https://api.m2mcent.com/cross-device-attribution-mcp/sse --- ## Zikkaron URL: https://mcp-marketplace.io/server/io-github-amanhij-zikkaron Summary: Biologically-inspired persistent memory engine for Claude Code MCP agents Category: Developer Tools Mode: local Pricing: Free PyPI: zikkaron GitHub: https://github.com/amanhij/Zikkaron Security Score: 10/10 Creator: amanhij Creator Reputation: C Version: 1.0.0 Install (Claude Code): claude mcp add io-github-amanhij-zikkaron -- uvx zikkaron==1.6.0 --- ## Chathome URL: https://mcp-marketplace.io/server/lu-chathome-chathome Summary: Luxembourg real estate for AI agents: property search, price estimates, market data, commutes. Description: Luxembourg real estate for AI agents: property search, price estimates, market data, commutes. Remote endpoints: streamable-http: https://chathome.lu/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chathome.lu/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http lu-chathome-chathome https://chathome.lu/api/mcp --- ## Mermaid Mcp App URL: https://mcp-marketplace.io/server/io-github-finfin-mermaid-mcp-app Summary: MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients Category: Developer Tools Mode: local Pricing: Free npm: mermaid-mcp-app GitHub: https://github.com/finfin/mermaid-mcp-app Security Score: 10/10 Creator: Finfin Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-finfin-mermaid-mcp-app -- npx -y mermaid-mcp-app@0.4.4 --- ## Skipodds URL: https://mcp-marketplace.io/server/com-skipodds-skipodds Summary: Win probabilities for 13 sports: NFL, NBA, soccer, tennis, golf, cricket. No API key, no signup. Description: Win probabilities for 13 sports: NFL, NBA, soccer, tennis, golf, cricket. No API key, no signup. Remote endpoints: streamable-http: https://skipodds.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://skipodds.com/mcp MCP Tools (5): list_fixtures, get_fixture, get_fixture_movement, list_tournament_outrights, list_golf_tournaments Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-skipodds-skipodds https://skipodds.com/mcp --- ## Hive Doctrine URL: https://mcp-marketplace.io/server/io-github-mizukaizen-hive-doctrine-mcp Summary: Agent knowledge marketplace. 105 products, 6 MCP tools, x402 payments on Base network. Category: Developer Tools Mode: local Pricing: Free npm: hive-doctrine-mcp GitHub: https://github.com/mizukaizen/hive-doctrine-mcp Security Score: 8/10 Creator: Mizukaizen Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-mizukaizen-hive-doctrine-mcp -- npx -y hive-doctrine-mcp@1.1.0 --- ## Preflight402 URL: https://mcp-marketplace.io/server/io-ironshell-preflight402 Summary: Trust verdict for an x402 payment endpoint: health, 402 handshake, price, proceed/caution/avoid. Description: Trust verdict for an x402 payment endpoint: health, 402 handshake, price, proceed/caution/avoid. Remote endpoints: streamable-http: https://preflight402.ironshell.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://preflight402.ironshell.io/mcp GitHub: https://github.com/duskwire/preflight402 MCP Tools (1): preflight Security Score: 10/10 Creator: Duskwire Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-ironshell-preflight402 https://preflight402.ironshell.io/mcp --- ## Contractor License URL: https://mcp-marketplace.io/server/io-github-noquarter6-contractor-license-mcp-server Summary: Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history. Description: Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history. Remote endpoints: streamable-http: https://www.tradesapi.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: contractor-license-mcp-server Remote URL: https://www.tradesapi.com/mcp GitHub: https://github.com/Noquarter6/contractor-license-mcp-server Security Score: 7.5/10 Creator: Noquarter6 Creator Reputation: B Version: 0.8.0 Required Credentials: CLV_API_URL (optional), CLV_API_KEY (required) Install (Claude Code): claude mcp add io-github-noquarter6-contractor-license-mcp-server -- npx -y contractor-license-mcp-server@0.8.0 Install (Claude Code Remote): claude mcp add --transport http io-github-noquarter6-contractor-license-mcp-server https://www.tradesapi.com/mcp --- ## Docbot URL: https://mcp-marketplace.io/server/io-github-rflukerii-dev-docbot-mcp Summary: Bidirectional CSV <> JSON <> Markdown transformer Category: Developer Tools Mode: local Pricing: Free npm: docbot-mcp GitHub: https://github.com/rflukerii-dev/docbot-mcp Security Score: 10/10 Creator: Rflukerii Dev Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-rflukerii-dev-docbot-mcp -- npx -y docbot-mcp@1.0.5 --- ## Database Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-database Summary: SQL formatting, schema visualization, migration generation Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-database-tools GitHub: https://github.com/rog0x/mcp-database-tools Security Score: 8/10 Creator: Rog0x Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-database -- npx -y @rog0x/mcp-database-tools@1.0.1 --- ## Mailtrap URL: https://mcp-marketplace.io/server/io-github-pijusz-mcp-mailtrap Summary: MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox Category: Developer Tools Mode: local Pricing: Free npm: mcpj-mailtrap GitHub: https://github.com/pijusz/mcp-mailtrap Security Score: 10/10 Creator: Pijusz Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-pijusz-mcp-mailtrap -- npx -y mcpj-mailtrap@0.2.0 --- ## Tokencost Dev URL: https://mcp-marketplace.io/server/io-github-jeff-atriumn-tokencost-dev Summary: LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM Category: Developer Tools Mode: local Pricing: Free npm: tokencost-dev GitHub: https://github.com/atriumn/tokencost-dev Security Score: 9/10 Creator: Atriumn Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-jeff-atriumn-tokencost-dev -- npx -y tokencost-dev@0.1.3 --- ## String Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-string Summary: String analyzer, diff, templates for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @rog0x/mcp-string-tools GitHub: https://github.com/rog0x/mcp-string-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-string -- npx -y @rog0x/mcp-string-tools@1.0.2 --- ## HIBP URL: https://mcp-marketplace.io/server/io-github-darrenjrobinson-hibp Summary: A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API Category: Developer Tools Mode: local Pricing: Free npm: @darrenjrobinson/hibp-mcp GitHub: https://github.com/darrenjrobinson/HIBP-MCP-Server Security Score: 8/10 Creator: Darrenjrobinson Creator Reputation: B Version: 1.0.3 Required Credentials: HIBP_API_KEY (required), HIBP_SUBSCRIPTION_PLAN (optional) Install (Claude Code): claude mcp add io-github-darrenjrobinson-hibp -- npx -y @darrenjrobinson/hibp-mcp@1.0.3 --- ## Openapi Dynamic URL: https://mcp-marketplace.io/server/io-github-mayorandrew-openapi-dynamic Summary: Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs. Category: Developer Tools Mode: local Pricing: Free npm: openapi-dynamic-mcp GitHub: https://github.com/mayorandrew/openapi-dynamic-mcp Security Score: 9.2/10 Creator: Mayorandrew Creator Reputation: B Version: 0.3.3 Install (Claude Code): claude mcp add io-github-mayorandrew-openapi-dynamic -- npx -y openapi-dynamic-mcp@0.3.3 --- ## Ai Divination Skills URL: https://mcp-marketplace.io/server/io-github-sapuyou45-bit-ai-divination-skills Summary: Audited tarot, I Ching, Xiao Liu Ren, Bazi (Four Pillars). Model never invents results. Category: Developer Tools Mode: local Pricing: Free PyPI: ai-divination-skills GitHub: https://github.com/sapuyou45-bit/ai-divination-skills Security Score: 9.7/10 Creator: Sapuyou45 Bit Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-sapuyou45-bit-ai-divination-skills -- uvx ai-divination-skills --- ## Folgpris URL: https://mcp-marketplace.io/server/no-folgpris-folgpris Summary: Norwegian price tracking: search Elkjøp, Komplett, Power and 400+ stores, get price-drop alerts. Description: Norwegian price tracking: search Elkjøp, Komplett, Power and 400+ stores, get price-drop alerts. Remote endpoints: streamable-http: https://mcp.folgpris.no/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.folgpris.no/mcp/ GitHub: https://github.com/falense/folgpris-mcp Security Score: 10/10 Creator: Falense Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http no-folgpris-folgpris https://mcp.folgpris.no/mcp/ --- ## Crypto Tools URL: https://mcp-marketplace.io/server/io-github-rog0x-crypto Summary: Hash, encode, UUID, password analysis for AI agents Category: Finance Mode: local Pricing: Free npm: @rog0x/mcp-crypto-tools GitHub: https://github.com/rog0x/mcp-crypto-tools Security Score: 7/10 Creator: Rog0x Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-crypto -- npx -y @rog0x/mcp-crypto-tools@1.0.2 --- ## Arr URL: https://mcp-marketplace.io/server/io-github-aplaceforallmystuff-mcp-arr Summary: MCP server for *arr media suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr Category: Developer Tools Mode: local Pricing: Free npm: mcp-arr-server GitHub: https://github.com/aplaceforallmystuff/mcp-arr Security Score: 9.3/10 Creator: Aplaceforallmystuff Creator Reputation: B Version: 1.0.0 Required Credentials: SONARR_URL (optional), SONARR_API_KEY (required), RADARR_URL (optional), RADARR_API_KEY (required), LIDARR_URL (optional), LIDARR_API_KEY (required), READARR_URL (optional), READARR_API_KEY (required), PROWLARR_URL (optional), PROWLARR_API_KEY (required) Install (Claude Code): claude mcp add io-github-aplaceforallmystuff-mcp-arr -- npx -y mcp-arr-server@1.5.4 --- ## Roomza 2 URL: https://mcp-marketplace.io/server/io-github-curtiscrimmins-roomza Summary: Hotel and room intelligence from Roomza — scores, reviews, and room details. Description: Hotel and room intelligence from Roomza — scores, reviews, and room details. Remote endpoints: streamable-http: https://www.roomza.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.roomza.com/api/mcp GitHub: https://github.com/curtiscrimmins/roomza-2.0 MCP Tools (8): search_hotels, get_hotel, get_hotel_rooms, get_recent_reviews, get_hotel_pricing, get_nearby, ask_about_hotel, show_rooms Security Score: 8/10 Creator: Curtiscrimmins Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-curtiscrimmins-roomza https://www.roomza.com/api/mcp --- ## Full Datadog URL: https://mcp-marketplace.io/server/io-github-tantiope-datadog-mcp Summary: Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools Category: Data & Analytics Mode: local Pricing: Free npm: datadog-mcp GitHub: https://github.com/tantiope/datadog-mcp-server Security Score: 8/10 Installs: 2 Creator: Tantiope Creator Reputation: B Version: 1.0.9 Required Credentials: DD_API_KEY (required), DD_APP_KEY (required), DD_SITE (optional) Install (Claude Code): claude mcp add io-github-tantiope-datadog-mcp -- npx -y datadog-mcp@5.3.4 --- ## Golf Majors URL: https://mcp-marketplace.io/server/com-whensport-golf-majors Summary: Golf Majors 2026 — Masters, PGA Championship, US Open, The Open. Tournaments, venues, players. Description: Golf Majors 2026 — Masters, PGA Championship, US Open, The Open. Tournaments, venues, players. Remote endpoints: streamable-http: https://whensport.com/mcp/golf Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/golf MCP Tools (5): golf.getTournaments, golf.getTournament, golf.getNextMajor, golf.getVenues, golf.getPlayers Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-golf-majors https://whensport.com/mcp/golf --- ## Deepseek URL: https://mcp-marketplace.io/server/io-github-dmontgomery40-deepseek Summary: Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints. Category: Developer Tools Mode: local Pricing: Free npm: deepseek-mcp-server GitHub: https://github.com/DMontgomery40/deepseek-mcp-server Security Score: 10/10 Creator: DMontgomery40 Creator Reputation: B Version: 0.3.1 Required Credentials: DEEPSEEK_API_KEY (required) Install (Claude Code): claude mcp add io-github-dmontgomery40-deepseek -- npx -y deepseek-mcp-server@0.3.1 --- ## Serial URL: https://mcp-marketplace.io/server/io-github-es617-serial-mcp-server Summary: Let AI agents interact with serial devices — list ports, connect, send, and read. Category: Developer Tools Mode: local Pricing: Free PyPI: serial-mcp-server GitHub: https://github.com/es617/serial-mcp-server.git Security Score: 10/10 Creator: Enrico Santagati Creator Reputation: C Version: 0.1.3 Required Credentials: SERIAL_MCP_MAX_CONNECTIONS (optional), SERIAL_MCP_PLUGINS (optional), SERIAL_MCP_MIRROR (optional), SERIAL_MCP_MIRROR_LINK (optional), SERIAL_MCP_TOOL_SEPARATOR (optional) Install (Claude Code): claude mcp add io-github-es617-serial-mcp-server -- uvx serial-mcp-server==0.1.3 --- ## Okx URL: https://mcp-marketplace.io/server/io-github-aahl-mcp-okx Summary: MCP Server for okx.com Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-okx GitHub: https://github.com/aahl/mcp-okx Security Score: 4.8/10 Creator: Aahl Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-aahl-mcp-okx -- uvx mcp-okx==0.1.0 --- ## Exchange Rates URL: https://mcp-marketplace.io/server/org-globalexchangerates-exchange-rates Summary: Official exchange rates from central banks: latest & historical rates plus currency conversion. Description: Official exchange rates from central banks: latest & historical rates plus currency conversion. Remote endpoints: streamable-http: https://api.globalexchangerates.org/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.globalexchangerates.org/v1/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-globalexchangerates-exchange-rates https://api.globalexchangerates.org/v1/mcp --- ## Agents URL: https://mcp-marketplace.io/server/io-github-benmilne-com-benmilne Summary: Search and read essays by Ben Milne on payments, stablecoins, and company building. Description: Search and read essays by Ben Milne on payments, stablecoins, and company building. Remote endpoints: streamable-http: https://benmilne.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://benmilne.com/mcp GitHub: https://github.com/benmilne-com/agents MCP Tools (3): list_posts, get_post, search_posts Security Score: 10/10 Creator: Benmilne Com Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-benmilne-com-benmilne https://benmilne.com/mcp --- ## Db URL: https://mcp-marketplace.io/server/io-github-stucchi-db Summary: Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support. Category: Developer Tools Mode: local Pricing: Free PyPI: db-mcp-server GitHub: https://github.com/stucchi/db-mcp-server Security Score: 10/10 Creator: Stucchi Creator Reputation: B Version: 1.2.1 Required Credentials: DB_TYPE (optional), DB_DATABASE (optional), DB_MODE (optional), DB_HOST (optional), DB_PORT (optional), DB_USER (optional), DB_PASSWORD (required), DB_URL (required), SSH_HOST (optional), SSH_PORT (optional), SSH_USER (optional), SSH_KEY (optional), SSH_PASSWORD (required) Install (Claude Code): claude mcp add io-github-stucchi-db -- uvx db-mcp-server==1.2.1 --- ## GooglePlayConsole URL: https://mcp-marketplace.io/server/io-github-agimaulana-google-play-mcp Summary: Google Play release lifecycle: tracks, testers, rollout, and Android Vitals. Category: Developer Tools Mode: local Pricing: Free PyPI: google-play-mcp GitHub: https://github.com/AgiMaulana/GooglePlayConsoleMcp Security Score: 10/10 Creator: AgiMaulana Creator Reputation: B Version: refs/heads/main Required Credentials: GOOGLE_APPLICATION_CREDENTIALS (optional) Install (Claude Code): claude mcp add io-github-agimaulana-google-play-mcp -- uvx google-play-mcp==0.5.7 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-json Summary: MCP server for JSON processing — format, validate, diff, convert, minify, query, analyze Category: Developer Tools Mode: local Pricing: Free npm: json-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-json -- npx -y json-forge-mcp --- ## Psychosynth URL: https://mcp-marketplace.io/server/io-github-3esign-psychosynth Summary: Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402. Category: Developer Tools Mode: local Pricing: Free npm: psychosynth-mcp GitHub: https://github.com/3esign/psychosynth.git Security Score: 9.7/10 Creator: 3esign Creator Reputation: B Version: 0.1.3 Required Credentials: PSYCHOSYNTH_API_URL (optional), BUYER_PRIVATE_KEY (required), BASE_RPC_URL (optional) Install (Claude Code): claude mcp add io-github-3esign-psychosynth -- npx -y psychosynth-mcp --- ## Banco Inter URL: https://mcp-marketplace.io/server/io-github-samuelmoraesf-mcp-banco-inter Summary: Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças. Category: Developer Tools Mode: local Pricing: Free npm: mcp-banco-inter GitHub: https://github.com/SamuelMoraesF/mcp-banco-inter Security Score: 9.3/10 Creator: SamuelMoraesF Creator Reputation: B Version: 1.0.1 Required Credentials: CLIENT_ID (required), CLIENT_SECRET (required), CERT_PATH (optional), KEY_PATH (optional), X_CONTA_CORRENTE (optional), STORAGE_PATH (optional), INTER_IS_SANDBOX (optional), MCP_PORT (optional), MCP_HOST (optional) Install (Claude Code): claude mcp add io-github-samuelmoraesf-mcp-banco-inter -- npx -y mcp-banco-inter@1.0.3 --- ## Brainbox URL: https://mcp-marketplace.io/server/io-github-thebasedcapital-brainbox Summary: Hebbian memory for AI agents. Learns file patterns, predicts next tools, saves tokens. Category: Developer Tools Mode: local Pricing: Free npm: brainbox-hebbian GitHub: https://github.com/thebasedcapital/brainbox Security Score: 10/10 Creator: Thebasedcapital Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-thebasedcapital-brainbox -- npx -y brainbox-hebbian@0.1.7 --- ## Better Bear URL: https://mcp-marketplace.io/server/io-github-mreider-better-bear Summary: MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit Category: Developer Tools Mode: local Pricing: Free npm: better-bear GitHub: https://github.com/mreider/better-bear Security Score: 9/10 Creator: Mreider Creator Reputation: B Version: 0.4.21 Install (Claude Code): claude mcp add io-github-mreider-better-bear -- npx -y better-bear@0.4.24 --- ## Wpwriter URL: https://mcp-marketplace.io/server/com-wpwriter-wordpress Summary: WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site Description: WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site Remote endpoints: streamable-http: https://mcp.wpwriter.com/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://mcp.wpwriter.com/mcp GitHub: https://github.com/yaniv-fink/wpwriter-mcp Security Score: 10/10 Creator: Yaniv Fink Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-wpwriter-wordpress https://mcp.wpwriter.com/mcp --- ## Neuraldraft URL: https://mcp-marketplace.io/server/io-github-vbalagovic-neuraldraft-mcp Summary: Neural Draft MCP — CMS, blog, bookings, galleries, commerce. 38 tools. Category: AI & ML Mode: local Pricing: Free npm: @neuraldraft/mcp GitHub: https://github.com/vbalagovic/neuraldraft-mcp Security Score: 5.6/10 Creator: Vbalagovic Creator Reputation: B Version: 0.3.4 Required Credentials: NEURALDRAFT_API_KEY (required), NEURALDRAFT_API_URL (optional), NEURALDRAFT_PROJECT_ID (optional), NEURALDRAFT_DISPLAY_NAME (optional) Install (Claude Code): claude mcp add io-github-vbalagovic-neuraldraft-mcp -- npx -y @neuraldraft/mcp@0.3.4 --- ## Copus URL: https://mcp-marketplace.io/server/io-github-copus-io-copus Summary: Search human-curated content recommendations from Copus - The Internet Treasure Map Category: Developer Tools Mode: local Pricing: Free npm: copus-mcp-server GitHub: https://github.com/copus-io/copus-mcp-server Security Score: 8/10 Creator: Copus Io Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-copus-io-copus -- npx -y copus-mcp-server@1.0.1 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-readme-forge-mcp Summary: Generate professional README.md files from project analysis Category: Developer Tools Mode: local Pricing: Free npm: readme-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-readme-forge-mcp -- npx -y readme-forge-mcp --- ## Marocain URL: https://mcp-marketplace.io/server/io-github-hei33enberg-marocain-mcp-server Summary: {GIN} verdict, M-Value AVM, market facts + semantic search for Moroccan real estate. Moat-safe. Category: Developer Tools Mode: local Pricing: Free npm: @marocain/mcp-server GitHub: https://github.com/Hei33enberg/marocain-mcp-server Security Score: 10/10 Creator: Hei33enberg Creator Reputation: B Version: 0.1.9 Required Credentials: MAROCAIN_API_BASE (optional), MAROCAIN_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-hei33enberg-marocain-mcp-server -- npx -y @marocain/mcp-server@0.1.9 --- ## Search Server URL: https://mcp-marketplace.io/server/io-github-kazkozdev-search Summary: Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys. Category: Search & Web Mode: local Pricing: Free PyPI: mcp-search-server GitHub: https://github.com/KazKozDev/mcp-search-server Security Score: 5.2/10 Creator: KazKozDev Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-kazkozdev-search -- uvx mcp-search-server==0.2.1 --- ## Imgx URL: https://mcp-marketplace.io/server/io-github-somacoffeekyoto-imgx Summary: AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo. Category: Developer Tools Mode: local Pricing: Free npm: imgx-mcp GitHub: https://github.com/somacoffeekyoto/imgx-mcp Security Score: 10/10 Creator: Somacoffeekyoto Creator Reputation: B Version: 1.6.1 Required Credentials: GEMINI_API_KEY (required), OPENAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-somacoffeekyoto-imgx -- npx -y imgx-mcp@1.6.1 --- ## Droidbar URL: https://mcp-marketplace.io/server/io-github-topher66-droidbar Summary: The first bar for AI. Visit, chat with SERVO the bartender, and tip in tokens. Category: Developer Tools Mode: local Pricing: Free npm: droidbar-mcp GitHub: https://github.com/topher66/droidbar-mcp Security Score: 8/10 Creator: Topher66 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-topher66-droidbar -- npx -y droidbar-mcp@0.1.1 --- ## Docpick URL: https://mcp-marketplace.io/server/io-github-arknill-docpick Summary: Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out. Category: Developer Tools Mode: local Pricing: Free PyPI: docpick GitHub: https://github.com/QuartzUnit/docpick Security Score: 6.5/10 Creator: QuartzUnit Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-arknill-docpick -- uvx docpick==0.1.3 --- ## Arcgis Tampa URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-tampa Summary: City of Tampa GIS — Tampa, Florida open geospatial data (ArcGIS). Description: City of Tampa GIS — Tampa, Florida open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-tampa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-tampa/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-tampa MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-tampa https://gateway.pipeworx.io/arcgis-tampa/mcp --- ## Zettelforge URL: https://mcp-marketplace.io/server/io-github-rolandpg-zettelforge Summary: Agentic memory for cyber threat intelligence. STIX graphs, actor aliasing, offline RAG, Sigma/YARA. Category: Developer Tools Mode: local Pricing: Free PyPI: zettelforge GitHub: https://github.com/rolandpg/zettelforge Security Score: 6/10 Creator: Rolandpg Creator Reputation: B Version: 2.4.0 Install (Claude Code): claude mcp add io-github-rolandpg-zettelforge -- uvx zettelforge==2.4.0 --- ## Ai Dossier URL: https://mcp-marketplace.io/server/ai-imboard-dossier Summary: MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers Category: Developer Tools Mode: local Pricing: Free npm: @ai-dossier/mcp-server GitHub: https://github.com/imboard-ai/ai-dossier Security Score: 9.7/10 Creator: Imboard Ai Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add ai-imboard-dossier -- npx -y @ai-dossier/mcp-server --- ## Uk Parliament Bills URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-bills Summary: MCP server for UK Parliament Bills API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-bills GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-bills -- npx -y @darkhorseone/mcp-server-uk-parliament-bills --- ## Pagebolt URL: https://mcp-marketplace.io/server/io-github-custodia-admin-pagebolt Summary: Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor. Category: Developer Tools Mode: local Pricing: Free npm: pagebolt-mcp GitHub: https://github.com/Custodia-Admin/pagebolt-mcp Security Score: 10/10 Creator: Custodia Admin Creator Reputation: B Version: 1.8.2 Required Credentials: PAGEBOLT_API_KEY (required) Install (Claude Code): claude mcp add io-github-custodia-admin-pagebolt -- npx -y pagebolt-mcp@1.8.2 --- ## Assay URL: https://mcp-marketplace.io/server/io-github-rul1an-assay Summary: The firewall for MCP tool calls. Block, audit, replay with evidence bundles. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Rul1an/assay Security Score: 10/10 Creator: Rul1an Creator Reputation: C Version: 3.1.0 --- ## Ipfs Toolkit URL: https://mcp-marketplace.io/server/io-tkllabs-bh-mcp-servers-ipfs-toolkit Summary: Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows Description: Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows Remote endpoints: streamable-http: https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp sse: https://mcp-servers.bh.tkllabs.io:9780/ipfs-sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp GitHub: https://github.com/teckel-mcp-servers/ipfs-toolkit Security Score: 10/10 Creator: Teckel Mcp Servers Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-tkllabs-bh-mcp-servers-ipfs-toolkit https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp --- ## Invoicetronic URL: https://mcp-marketplace.io/server/io-github-fgasparetto-invoicetronic-mcp Summary: MCP server for Italian electronic invoicing (SDI) via Invoicetronic API Category: Finance Mode: local Pricing: Free PyPI: invoicetronic-mcp GitHub: https://github.com/fgasparetto/invoicetronic-mcp Security Score: 10/10 Creator: fgasparetto Creator Reputation: C Version: 1.0.1 Required Credentials: INVOICETRONIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-fgasparetto-invoicetronic-mcp -- uvx invoicetronic-mcp==1.0.1 --- ## WinSight URL: https://mcp-marketplace.io/server/io-github-theoewzzer-winsight Summary: Windows Screen Capture MCP Server — give Claude Code eyes on your desktop. Category: Developer Tools Mode: local Pricing: Free PyPI: winsight-mcp GitHub: https://github.com/TheoEwzZer/WinSight-MCP Security Score: 10/10 Creator: TheoEwzZer Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-theoewzzer-winsight -- uvx winsight-mcp==0.2.1 --- ## Wattcoin URL: https://mcp-marketplace.io/server/io-github-wattcoin-org-wattcoin-mcp-server Summary: Earn WATT tokens on Solana — tasks, skills marketplace, AI inference, and bounties. Description: Earn WATT tokens on Solana — tasks, skills marketplace, AI inference, and bounties. Remote endpoints: streamable-http: https://wattcoin-mcp-server.wattcoin.workers.dev/mcp sse: https://wattcoin-mcp-server.wattcoin.workers.dev/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://wattcoin-mcp-server.wattcoin.workers.dev/mcp GitHub: https://github.com/WattCoin-Org/wattcoin Security Score: 0/10 Creator: WattCoin Org Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wattcoin-org-wattcoin-mcp-server https://wattcoin-mcp-server.wattcoin.workers.dev/mcp --- ## Postals URL: https://mcp-marketplace.io/server/io-github-coopergwrenn-postals-mcp Summary: Send physical handwritten postcards from any AI agent. Real pen & ink, USPS, $4.99/card. Category: Developer Tools Mode: local Pricing: Free npm: postals-mcp GitHub: https://github.com/coopergwrenn/postals-mcp Security Score: 10/10 Creator: Coopergwrenn Creator Reputation: B Version: 1.0.0 Required Credentials: POSTALS_API_KEY (required), POSTALS_SENDER_NAME (optional), POSTALS_SENDER_ADDRESS (optional), POSTALS_SENDER_CITY (optional), POSTALS_SENDER_STATE (optional), POSTALS_SENDER_ZIP (optional), POSTALS_DEFAULT_CARD_IMAGE (optional), POSTALS_HANDWRITING_STYLE (optional), POSTALS_DAILY_LIMIT (optional), POSTALS_TEST_MODE (optional), CLOUDFLARE_ACCOUNT_ID (optional), CLOUDFLARE_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-coopergwrenn-postals-mcp -- npx -y postals-mcp@1.1.0 --- ## Hubspot URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hubspot Summary: HubSpot MCP Pack Description: HubSpot MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/hubspot/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hubspot/mcp GitHub: https://github.com/pipeworx-io/mcp-hubspot MCP Tools (8): discover_tools, hs_list_contacts, hs_get_contact, hs_search_contacts, hs_list_companies, hs_get_company, hs_list_deals, hs_get_deal Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hubspot https://gateway.pipeworx.io/hubspot/mcp --- ## Chipsnews URL: https://mcp-marketplace.io/server/io-github-fgasparetto-chipsnews-mcp Summary: MCP server for ChipsNews — manage news sources, articles, and triggers Category: Developer Tools Mode: local Pricing: Free PyPI: chipsnews-mcp GitHub: https://github.com/fgasparetto/chipsnews-mcp Security Score: 10/10 Creator: fgasparetto Creator Reputation: C Version: 1.0.1 Required Credentials: CHIPSNEWS_API_KEY (required), CHIPSNEWS_API_URL (optional) Install (Claude Code): claude mcp add io-github-fgasparetto-chipsnews-mcp -- uvx chipsnews-mcp==1.0.1 --- ## Socialcrawl URL: https://mcp-marketplace.io/server/io-github-ridiodevelopment-socialcrawl Summary: Access 21+ social media platforms through one unified API. Profiles, posts, search. Category: Developer Tools Mode: local Pricing: Free npm: socialcrawl-mcp GitHub: https://github.com/RidioDevelopment/socialcrawl-mcp Security Score: 8/10 Creator: RidioDevelopment Creator Reputation: B Version: 1.0.1 Required Credentials: SOCIALCRAWL_API_KEY (required) Install (Claude Code): claude mcp add io-github-ridiodevelopment-socialcrawl -- npx -y socialcrawl-mcp@1.2.0 --- ## Ukintel URL: https://mcp-marketplace.io/server/uk-ukintel-ukintel Summary: Companies House, Find a Tender and Find a Grant as paid JSON for agents. USDC via x402, no signup. Description: Companies House, Find a Tender and Find a Grant as paid JSON for agents. USDC via x402, no signup. Remote endpoints: streamable-http: https://api.ukintel.uk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.ukintel.uk/mcp MCP Tools (13): uk_preview, uk_health, uk_company_search, uk_company_profile, uk_company_verdict, uk_company_fca, uk_tenders_search, uk_tender_brief, uk_tenders_fit_score, uk_grants_search, uk_grants_match, uk_grant_eligibility, uk_funder_dossier Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http uk-ukintel-ukintel https://api.ukintel.uk/mcp --- ## Defuddle Fetch URL: https://mcp-marketplace.io/server/io-github-domdomegg-defuddle-fetch-mcp-server Summary: Fetch content from the web, cleaned up nicely for LLMs (using Defuddle). Category: Developer Tools Mode: local Pricing: Free npm: defuddle-fetch-mcp-server GitHub: https://github.com/domdomegg/defuddle-fetch-mcp-server.git Security Score: 8/10 Creator: Domdomegg Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-domdomegg-defuddle-fetch-mcp-server -- npx -y defuddle-fetch-mcp-server@1.0.4 --- ## Test Distribution Project URL: https://mcp-marketplace.io/server/live-alpic-test-distribution-pr-a7d5a2d3-test-distribution-project Summary: just a normal description with a link to https://evil.com Description: just a normal description with a link to https://evil.com Remote endpoints: streamable-http: https://test-distribution-pr-a7d5a2d3.alpic.live sse: https://test-distribution-pr-a7d5a2d3.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://test-distribution-pr-a7d5a2d3.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.7 Install (Claude Code Remote): claude mcp add --transport http live-alpic-test-distribution-pr-a7d5a2d3-test-distribution-project https://test-distribution-pr-a7d5a2d3.alpic.live --- ## Apihubio URL: https://mcp-marketplace.io/server/io-github-apihubio-mcp-server Summary: Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace. Description: Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace. Remote endpoints: streamable-http: https://mcp.apihub.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apihub.io/mcp GitHub: https://github.com/apihubio/mcp-server MCP Tools (9): apihub_search, apihub_list_services, apihub_get_service, apihub_call, apihub_search_external, apihub_call_external, apihub_read_content, apihub_topup, apihub_balance Security Score: 10/10 Rating: 5/5 Installs: 1 Creator: User Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apihubio-mcp-server https://mcp.apihub.io/mcp --- ## Roomza URL: https://mcp-marketplace.io/server/io-github-roomza-inc-roomza-e20d Summary: The room-level truth layer of hospitality. Verified scores for exact hotel rooms, not just hotels. Description: The room-level truth layer of hospitality. Verified scores for exact hotel rooms, not just hotels. Remote endpoints: streamable-http: https://www.roomza.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.roomza.com/api/mcp MCP Tools (8): search_hotels, get_hotel, get_hotel_rooms, get_recent_reviews, get_hotel_pricing, get_nearby, ask_about_hotel, show_rooms Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-roomza-inc-roomza-e20d https://www.roomza.com/api/mcp --- ## Cross Shard State Sync URL: https://mcp-marketplace.io/server/io-github-evozim-cross-shard-state-sync-mcp Summary: Premium agentic endpoint for cross-shard-state-sync-mcp. Description: Premium agentic endpoint for cross-shard-state-sync-mcp. Remote endpoints: sse: https://api.m2mcent.com/cross-shard-state-sync-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cross-shard-state-sync-mcp/sse MCP Tools (1): cross-shard-state-sync-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cross-shard-state-sync-mcp https://api.m2mcent.com/cross-shard-state-sync-mcp/sse --- ## Invigil URL: https://mcp-marketplace.io/server/io-github-invigil-invigil Summary: Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: invigil GitHub: https://github.com/invigil/invigil Security Score: 10/10 Creator: Invigil Creator Reputation: B Version: 1.7.1 Install (Claude Code): claude mcp add io-github-invigil-invigil -- uvx invigil==1.7.1 --- ## Apitier URL: https://mcp-marketplace.io/server/io-github-apitier-mcp-server Summary: APITier utility APIs as MCP tools: validation, UK/India address lookup, barcode/QR, data conversion. Category: Developer Tools Mode: local Pricing: Free npm: @apitier/mcp-server GitHub: https://github.com/apitier/apitier-mcp-server Security Score: 8/10 Creator: Apitier Creator Reputation: B Version: 1.0.2 Required Credentials: APITIER_EMAIL_KEY (required), APITIER_PHONE_KEY (required), APITIER_VAT_KEY (required), APITIER_POSTCODE_KEY (required), APITIER_PINCODE_KEY (required), APITIER_BARCODE_KEY (required), APITIER_CONVERT_DATA_KEY (required) Install (Claude Code): claude mcp add io-github-apitier-mcp-server -- npx -y @apitier/mcp-server@1.0.2 --- ## Horse Racing URL: https://mcp-marketplace.io/server/com-whensport-horse-racing Summary: Horse Racing 2026 MCP — Cheltenham, Royal Ascot, Kentucky Derby, Melbourne Cup. Meetings + venues. Description: Horse Racing 2026 MCP — Cheltenham, Royal Ascot, Kentucky Derby, Melbourne Cup. Meetings + venues. Remote endpoints: streamable-http: https://whensport.com/mcp/horse-racing Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/horse-racing MCP Tools (3): hr.getMeetings, hr.getMeeting, hr.getVenues Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-horse-racing https://whensport.com/mcp/horse-racing --- ## Exerciseapi URL: https://mcp-marketplace.io/server/io-github-westvegh-exerciseapi Summary: Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev Category: Developer Tools Mode: local Pricing: Free npm: @exerciseapi/mcp-server GitHub: https://github.com/westvegh/exerciseapi-mcp-server Security Score: 10/10 Creator: Westvegh Creator Reputation: B Version: 1.0.1 Required Credentials: EXERCISEAPI_KEY (required) Install (Claude Code): claude mcp add io-github-westvegh-exerciseapi -- npx -y @exerciseapi/mcp-server@1.0.1 --- ## Anytype URL: https://mcp-marketplace.io/server/io-github-anyproto-anytype-mcp Summary: Official MCP server for Anytype API - your encrypted, local and collaborative wiki. Category: Developer Tools Mode: local Pricing: Free npm: @anyproto/anytype-mcp GitHub: https://github.com/anyproto/anytype-mcp Security Score: 10/10 Creator: Anyproto Creator Reputation: B Version: 1.0.7 Required Credentials: OPENAPI_MCP_HEADERS (required) Install (Claude Code): claude mcp add io-github-anyproto-anytype-mcp -- npx -y @anyproto/anytype-mcp@1.2.6 --- ## Clawwork URL: https://mcp-marketplace.io/server/io-github-gammell53-clawwork Summary: AI agent project management — task boards, progress tracking, and cost reporting. Category: Business Tools Mode: local Pricing: Free npm: @clawwork/mcp GitHub: https://github.com/Gammell53/clawwork-mcp Security Score: 10/10 Creator: Gammell53 Creator Reputation: B Version: 0.1.3 Required Credentials: CLAWWORK_API_KEY (required), CLAWWORK_PROJECT_ID (optional) Install (Claude Code): claude mcp add io-github-gammell53-clawwork -- npx -y @clawwork/mcp@0.1.3 --- ## Baepsae URL: https://mcp-marketplace.io/server/io-github-oozoofrog-baepsae Summary: Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge Category: Developer Tools Mode: local Pricing: Free npm: mcp-baepsae GitHub: https://github.com/oozoofrog/mcp-baepsae Security Score: 8/10 Creator: Oozoofrog Creator Reputation: B Version: 6.3.0 Install (Claude Code): claude mcp add io-github-oozoofrog-baepsae -- npx -y mcp-baepsae@6.3.0 --- ## Shipkit URL: https://mcp-marketplace.io/server/io-github-readmigo-shipkit Summary: Unified app publishing MCP Server for Google Play, App Store, and 10+ Chinese stores Category: Developer Tools Mode: local Pricing: Free npm: @readmigo/shipkit-mcp GitHub: https://github.com/readmigo/shipkit Security Score: 0/10 Creator: Readmigo Creator Reputation: B Version: 0.1.1 Required Credentials: SHIPKIT_API_KEY (required), SHIPKIT_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-readmigo-shipkit -- npx -y @readmigo/shipkit-mcp@0.1.1 --- ## Lulu Platform URL: https://mcp-marketplace.io/server/io-github-lulu-the-narwhal-crypto-price-mcp Summary: Free, keyless live cryptocurrency prices, market cap, and 24h change via CoinGecko. Description: Free, keyless live cryptocurrency prices, market cap, and 24h change via CoinGecko. Remote endpoints: streamable-http: https://ads.getlulu.dev/crypto/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://ads.getlulu.dev/crypto/mcp GitHub: https://github.com/Lulu-The-Narwhal/lulu-platform Security Score: 8/10 Creator: Lulu The Narwhal Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-lulu-the-narwhal-crypto-price-mcp https://ads.getlulu.dev/crypto/mcp --- ## Italy Invoice URL: https://mcp-marketplace.io/server/app-wishpool-italy-invoice-mcp Summary: Italy FatturaPA invoices for AI agents: build FPR12 XML, transmit to the SdI, query status. Description: Italy FatturaPA invoices for AI agents: build FPR12 XML, transmit to the SdI, query status. Remote endpoints: streamable-http: https://inv-it.wishpool.app/mcp Category: Finance Mode: dual Pricing: Free Remote URL: https://inv-it.wishpool.app/mcp GitHub: https://github.com/junter1989k-ai/italy-invoice-mcp Security Score: 8.2/10 Creator: Junter1989k Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-wishpool-italy-invoice-mcp https://inv-it.wishpool.app/mcp --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-nhc-mcp Summary: NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data Category: Developer Tools Mode: local Pricing: Free PyPI: nhc-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-nhc-mcp -- uvx nhc-mcp --- ## Jina Reader URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-jina-reader Summary: Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search. Description: Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search. Remote endpoints: streamable-http: https://gateway.pipeworx.io/jina-reader/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/jina-reader/mcp GitHub: https://github.com/pipeworx-io/mcp-jina-reader MCP Tools (20): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jina-reader https://gateway.pipeworx.io/jina-reader/mcp --- ## Sailing URL: https://mcp-marketplace.io/server/com-whensport-sailing Summary: First dedicated sailing MCP — America's Cup, SailGP, Vendée Globe. Events, venues, teams, schedule. Description: First dedicated sailing MCP — America's Cup, SailGP, Vendée Globe. Events, venues, teams, schedule. Remote endpoints: streamable-http: https://whensport.com/mcp/sailing Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/sailing MCP Tools (4): sailing.getEvents, sailing.getEvent, sailing.getVenues, sailing.getTeams Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-sailing https://whensport.com/mcp/sailing --- ## Swiss URL: https://mcp-marketplace.io/server/io-github-vikramgorla-swiss Summary: Swiss open data MCP server. 76 tools, zero API keys. Transport, weather, geodata, news, rates. Category: Developer Tools Mode: local Pricing: Free npm: mcp-swiss GitHub: https://github.com/vikramgorla/mcp-swiss Security Score: 8/10 Creator: Vikramgorla Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-vikramgorla-swiss -- npx -y mcp-swiss@0.7.1 --- ## Sudo URL: https://mcp-marketplace.io/server/io-github-kamarusama-mcp-sudo Summary: Run sudo commands with a Fernet-encrypted password bound to machine-id + user. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-sudo GitHub: https://github.com/KamaruSama/mcp-sudo Security Score: 8.4/10 Creator: KamaruSama Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-kamarusama-mcp-sudo -- uvx mcp-sudo==1.0.1 --- ## Geoapify URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-geoapify Summary: Geoapify MCP — wraps the Geoapify Location Platform (geoapify.com) Description: Geoapify MCP — wraps the Geoapify Location Platform (geoapify.com) Remote endpoints: streamable-http: https://gateway.pipeworx.io/geoapify/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/geoapify/mcp GitHub: https://github.com/pipeworx-io/mcp-geoapify MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, geocode, reverse_geocode, places, routing Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-geoapify https://gateway.pipeworx.io/geoapify/mcp --- ## M Dev Tools URL: https://mcp-marketplace.io/server/io-github-m-dev-tools-m-dev-tools-mcp Summary: MCP server wrapping the m-dev-tools catalog: route_intent, describe, verify. Category: Developer Tools Mode: local Pricing: Free PyPI: m-dev-tools-mcp GitHub: https://github.com/m-dev-tools/m-dev-tools-mcp Security Score: 4.8/10 Creator: M Dev Tools Creator Reputation: B Version: 0.2.4 Install (Claude Code): claude mcp add io-github-m-dev-tools-m-dev-tools-mcp -- uvx m-dev-tools-mcp==0.2.4 --- ## Hud URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hud Summary: HUD MCP — U.S. Department of Housing and Urban Development APIs. Description: HUD MCP — U.S. Department of Housing and Urban Development APIs. Remote endpoints: streamable-http: https://gateway.pipeworx.io/hud/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hud/mcp GitHub: https://github.com/pipeworx-io/mcp-hud MCP Tools (6): discover_tools, hud_fair_market_rents, hud_income_limits, hud_crosswalk, hud_chas, hud_list_states Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hud https://gateway.pipeworx.io/hud/mcp --- ## Tentra URL: https://mcp-marketplace.io/server/io-github-rdanieli-tentra Summary: Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools. Description: Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools. Remote endpoints: sse: https://trytentra.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: tentra-mcp Remote URL: https://trytentra.com/api/mcp GitHub: https://github.com/rdanieli/tentra-mcp Security Score: 4.6/10 Creator: Rdanieli Creator Reputation: B Version: 1.3.2 Required Credentials: TENTRA_API_KEY (required) Install (Claude Code): claude mcp add io-github-rdanieli-tentra -- npx -y tentra-mcp@1.3.2 Install (Claude Code Remote): claude mcp add --transport http io-github-rdanieli-tentra https://trytentra.com/api/mcp --- ## Webear URL: https://mcp-marketplace.io/server/io-github-asume21-webear Summary: Give your AI coding assistant ears — capture, analyze, and describe live audio. Category: Developer Tools Mode: local Pricing: Free npm: webear GitHub: https://github.com/asume21/webear Security Score: 10/10 Creator: Asume21 Creator Reputation: B Version: 1.2.4 Required Credentials: WEBEAR_BASE_URL (optional), CODEDSWITCH_API_KEY (required) Install (Claude Code): claude mcp add io-github-asume21-webear -- npx -y webear@1.2.4 --- ## Snapgrab URL: https://mcp-marketplace.io/server/io-github-arknill-snapgrab Summary: URL to screenshot with metadata. Python MCP server. Claude Vision optimized. Category: Developer Tools Mode: local Pricing: Free PyPI: snapgrab GitHub: https://github.com/QuartzUnit/snapgrab Security Score: 7/10 Creator: QuartzUnit Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-arknill-snapgrab -- uvx snapgrab==0.1.1 --- ## UK Due Diligence URL: https://mcp-marketplace.io/server/uk-due-diligence Summary: Companies House, Charity Commission, Land Registry, Gazette, and HMRC VAT — one MCP server. Description: UK Due Diligence gives AI agents access to five official UK government registers for business and individual checks. Search and profile UK companies, check directors and persons of significant control, look up disqualified directors, verify VAT numbers, search insolvency notices in The Gazette, look up charity records, and search Land Registry title ownership. No API key required — all data comes directly from public government APIs. Category: Business Tools Mode: dual Pricing: Free PyPI: uk-due-diligence-mcp Remote URL: https://uk-due-diligence-mcp.fly.dev/mcp GitHub: https://github.com/paulieb89/uk-due-diligence-mcp Security Score: 10/10 Creator: BOUCH Creator Reputation: B- Version: 1.0.0 Uptime Status: up Tags: uk-companies-house, uk-due-diligence, vat-validation, disqualified-directors, land-registry, charity-commission, gazette-insolvency, psc, beneficial-owner, company-search, uk-business, compliance, mcp, no-api-key Use Cases: Search and profile any UK company via Companies House, Look up directors, secretaries, and officers for any company, Identify persons of significant control (PSC/beneficial owners), Check if an individual is a disqualified director, Verify UK VAT registration numbers via HMRC, Search insolvency and winding-up notices in The Gazette, Search and profile UK charities via the Charity Commission, Look up Land Registry title ownership by address or title number, No API key required — eleven tools across five public registers, All data from authoritative government sources, not web scraping Install (Claude Code): claude mcp add uk-due-diligence -- uvx uk-due-diligence-mcp==1.0.4 Install (Claude Code Remote): claude mcp add --transport http uk-due-diligence https://uk-due-diligence-mcp.fly.dev/mcp --- ## Obscuraai URL: https://mcp-marketplace.io/server/io-github-madeinphantom-obscuraai-mcp-server Summary: Generate visual AI automation workflows from any MCP client. No API key required. Category: Developer Tools Mode: local Pricing: Free npm: @obscuraai/mcp-server GitHub: https://github.com/madeinphantom/obscuraai-mcp-server Security Score: 8/10 Creator: Madeinphantom Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add io-github-madeinphantom-obscuraai-mcp-server -- npx -y @obscuraai/mcp-server@1.0.5 --- ## Lobsters URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-lobsters Summary: Lobsters MCP — stories and discussions from lobste.rs Description: Lobsters MCP — stories and discussions from lobste.rs Remote endpoints: streamable-http: https://gateway.pipeworx.io/lobsters/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/lobsters/mcp GitHub: https://github.com/pipeworx-io/mcp-lobsters MCP Tools (5): discover_tools, get_hottest, get_newest, get_story, get_tag Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-lobsters https://gateway.pipeworx.io/lobsters/mcp --- ## Copilot Cli Switch Gate URL: https://mcp-marketplace.io/server/com-clauxel-copilotcliswitchgate-copilotcliswitchgate-mcp Summary: Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid Description: Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid Remote endpoints: streamable-http: https://copilotcliswitchgate.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://copilotcliswitchgate.clauxel.com/mcp GitHub: https://github.com/clauxel/copilot-cli-switch-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-copilotcliswitchgate-copilotcliswitchgate-mcp https://copilotcliswitchgate.clauxel.com/mcp --- ## Colabfit URL: https://mcp-marketplace.io/server/io-github-colabfit-colabfit-mcp Summary: An MCP server that provides access to the ColabFit database Category: Developer Tools Mode: local Pricing: Free PyPI: colabfit-mcp GitHub: https://github.com/colabfit/colabfit-mcp Security Score: 9.5/10 Creator: Colabfit Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-colabfit-colabfit-mcp -- uvx colabfit-mcp==0.0.3 --- ## Bitroad URL: https://mcp-marketplace.io/server/ai-bitroad-bitroad Summary: Marketplace for AI agents: buy goods and services under spending caps, with returns and disputes. Description: Marketplace for AI agents: buy goods and services under spending caps, with returns and disputes. Remote endpoints: streamable-http: https://app.bitroad.ai/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.bitroad.ai/api/v1/mcp GitHub: https://github.com/bitroadai/bitroad-mcp Security Score: 10/10 Creator: Bitroadai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-bitroad-bitroad https://app.bitroad.ai/api/v1/mcp --- ## Temporal URL: https://mcp-marketplace.io/server/io-github-mirrorethic-temporal-mcp Summary: Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection. Description: Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection. Remote endpoints: streamable-http: https://temporal-mcp.dev/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: temporal-mcp Remote URL: https://temporal-mcp.dev/mcp GitHub: https://github.com/MirrorEthic/temporal-mcp Security Score: 5.2/10 Creator: MirrorEthic Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-mirrorethic-temporal-mcp -- uvx temporal-mcp==0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mirrorethic-temporal-mcp https://temporal-mcp.dev/mcp --- ## Intelagent MCPs URL: https://mcp-marketplace.io/server/io-github-intelagentstudios-mcp-enrichment Summary: Multi-source entity enrichment: company data, contacts, email verification, and phone validation Category: Developer Tools Mode: local Pricing: Free npm: @intelagent/mcp-enrichment GitHub: https://github.com/IntelagentStudios/Intelagent-MCPs Security Score: 9.7/10 Creator: IntelagentStudios Creator Reputation: B Version: 0.1.1 Required Credentials: CLEARBIT_API_KEY (required), HUNTER_API_KEY (required), APOLLO_API_KEY (required), TWILIO_ACCOUNT_SID (required), TWILIO_AUTH_TOKEN (required), ENRICHMENT_CACHE_TTL (optional) Install (Claude Code): claude mcp add io-github-intelagentstudios-mcp-enrichment -- npx -y @intelagent/mcp-enrichment --- ## Konquest Meta Ads URL: https://mcp-marketplace.io/server/io-github-brandu-mos-konquest-meta-ads-mcp Summary: Supervised Meta Ads operating system for Claude Code with 57 campaign management tools. Category: Marketing & Social Mode: local Pricing: Free PyPI: konquest-meta-ads-mcp GitHub: https://github.com/brandu-mos/konquest-meta-ads-mcp Security Score: 10/10 Creator: Brandu Mos Creator Reputation: B Version: 2.0.0 Required Credentials: META_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-brandu-mos-konquest-meta-ads-mcp -- uvx konquest-meta-ads-mcp==2.0.0 --- ## Claude Code Organizer URL: https://mcp-marketplace.io/server/io-github-mcpware-claude-code-organizer Summary: Organize Claude Code memories, skills, MCP servers, commands, agents, rules via drag-and-drop. Category: Developer Tools Mode: local Pricing: Free npm: @mcpware/claude-code-organizer GitHub: https://github.com/mcpware/claude-code-organizer Security Score: 10/10 Creator: ithiria894 Creator Reputation: C- Version: 0.10.2 Install (Claude Code): claude mcp add io-github-mcpware-claude-code-organizer -- npx -y @mcpware/claude-code-organizer@0.18.2 --- ## Reclaim URL: https://mcp-marketplace.io/server/io-github-universalamateur-reclaim-mcp-server Summary: MCP server for Reclaim.ai - calendar, tasks, habits, and focus time management Category: Developer Tools Mode: local Pricing: Free PyPI: reclaim-mcp-server GitHub: https://github.com/universalamateur/reclaim-mcp-server Security Score: 4/10 Creator: Universalamateur Creator Reputation: B Version: 0.9.1 Install (Claude Code): claude mcp add io-github-universalamateur-reclaim-mcp-server -- uvx reclaim-mcp-server==0.11.0 --- ## Rugby URL: https://mcp-marketplace.io/server/com-whensport-rugby Summary: First dedicated rugby MCP — Six Nations, Rugby Championship, World Cup. Fixtures + venues. Description: First dedicated rugby MCP — Six Nations, Rugby Championship, World Cup. Fixtures + venues. Remote endpoints: streamable-http: https://whensport.com/mcp/rugby Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/rugby MCP Tools (4): rugby.getTournaments, rugby.getTournament, rugby.getMatches, rugby.getMatch Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-rugby https://whensport.com/mcp/rugby --- ## Accessibility Scanner URL: https://mcp-marketplace.io/server/io-github-justasmonkev-mcp-accessibility-scanner Summary: MCP server for automated web accessibility scanning with Playwright and Axe-core. Category: Developer Tools Mode: local Pricing: Free npm: mcp-accessibility-scanner GitHub: https://github.com/JustasMonkev/mcp-accessibility-scanner Security Score: 10/10 Creator: JustasMonkev Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-justasmonkev-mcp-accessibility-scanner -- npx -y mcp-accessibility-scanner@2.0.10 --- ## Klever Vm URL: https://mcp-marketplace.io/server/io-github-klever-io-mcp-klever-vm Summary: MCP server for Klever blockchain smart contract development. Description: MCP server for Klever blockchain smart contract development. Remote endpoints: streamable-http: https://mcp.klever.org/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @klever/mcp-server Remote URL: https://mcp.klever.org/mcp GitHub: https://github.com/klever-io/mcp-klever-vm Security Score: 10/10 Creator: Klever Io Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-klever-io-mcp-klever-vm -- npx -y @klever/mcp-server@1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-klever-io-mcp-klever-vm https://mcp.klever.org/mcp --- ## Spendlog URL: https://mcp-marketplace.io/server/io-github-makz81-spendlog Summary: MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude Category: Developer Tools Mode: local Pricing: Free npm: spendlog GitHub: https://github.com/makz81/spendlog Security Score: 9/10 Creator: Makz81 Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-makz81-spendlog -- npx -y spendlog@1.0.5 --- ## Proxy4agent URL: https://mcp-marketplace.io/server/io-github-novadalabs-proxy4agents-mcp Summary: Residential proxy MCP for AI agents — geo-targeting, sticky sessions, anti-bot bypass. Category: Developer Tools Mode: local Pricing: Free npm: bestproxy4agents-mcp GitHub: https://github.com/NovadaLabs/proxy4agent Security Score: 6/10 Creator: NovadaLabs Creator Reputation: B Version: 1.7.0 Required Credentials: NOVADA_PROXY_USER (required), NOVADA_PROXY_PASS (required), NOVADA_API_KEY (required), NOVADA_BROWSER_WS (required), BRIGHTDATA_USER (required), BRIGHTDATA_PASS (required), SMARTPROXY_USER (required), SMARTPROXY_PASS (required), OXYLABS_USER (required), OXYLABS_PASS (required), PROXY_URL (required) Install (Claude Code): claude mcp add io-github-novadalabs-proxy4agents-mcp -- npx -y bestproxy4agents-mcp@1.7.2 --- ## Blankfiles Website URL: https://mcp-marketplace.io/server/io-github-filearchitect-blankfiles-mcp Summary: MCP server for listing and retrieving minimal valid blank files from blankfiles.com. Category: Developer Tools Mode: local Pricing: Free npm: @filearchitect/blankfiles-mcp GitHub: https://github.com/filearchitect/blankfiles-website Security Score: 10/10 Creator: Filearchitect Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-filearchitect-blankfiles-mcp -- npx -y @filearchitect/blankfiles-mcp@1.0.1 --- ## Opendock URL: https://mcp-marketplace.io/server/io-github-pollamin-opendock Summary: MCP for the Opendock Neutron API. Category: Developer Tools Mode: local Pricing: Free npm: opendock-mcp GitHub: https://github.com/Pollamin/opendock-mcp Security Score: 7/10 Creator: Pollamin Creator Reputation: B Version: 5.1.1 Install (Claude Code): claude mcp add io-github-pollamin-opendock -- npx -y opendock-mcp@5.1.1 --- ## JP Bids MCP URL: https://mcp-marketplace.io/server/jp-bids-mcp Summary: Search and AI-analyze Japanese government procurement bids via MCP. Description: JP Bids MCP connects LLM-powered clients to Japan's official government procurement portal (官公需情報ポータルサイト, operated by the SME Agency). It provides real-time bid search, AI-driven scoring and ranking, PDF/HTML requirement extraction via Vertex AI Gemini, calendar export, review packet generation, and an interactive MCP Apps UI panel. Designed for procurement officers, sales teams, and bid consultants who need to discover, evaluate, and act on public tender opportunities across all 47 prefectures Category: Data & Analytics Mode: dual Pricing: Free npm: jp-bids-mcp Remote URL: https://mcp.bid-jp.com/mcp GitHub: https://github.com/sugukurukabe/koko-call-mcp Security Score: 10/10 Creator: Akihiro Kabe Creator Reputation: B Version: 1.0.0 Uptime Status: up Tags: japan, government, procurement, bids, tenders, 入札, 官公需, public-procurement, mcp, ai-analysis, pdf-extraction, vertex-ai, bid-search, data-analytics, streamable-http Use Cases: Government bid search, Procurement analysis, Bid qualification assessment, Tender deadline tracking, Competitive intelligence, PDF requirement extraction, Sales briefing preparation, Export bid shortlists Required Credentials: JP_BIDS_PRO_API_KEYS (optional), JP_BIDS_VERTEX_AI (optional) Install (Claude Code): claude mcp add jp-bids-mcp -- npx -y jp-bids-mcp@0.7.0 Install (Claude Code Remote): claude mcp add --transport http jp-bids-mcp https://mcp.bid-jp.com/mcp --- ## Secop URL: https://mcp-marketplace.io/server/io-github-juandavidsernav-secop-mcp-server Summary: Consulta contratación pública de Colombia (SECOP I y II) desde datos.gov.co Category: Developer Tools Mode: local Pricing: Free PyPI: secop-mcp-server GitHub: https://github.com/juandavidsernav/secop-mcp-server Security Score: 10/10 Creator: Juan David Serna Valderrama Creator Reputation: C Version: 0.2.2 Required Credentials: SOCRATA_APP_TOKEN (required) Install (Claude Code): claude mcp add io-github-juandavidsernav-secop-mcp-server -- uvx secop-mcp-server==0.5.0 --- ## Steelmind URL: https://mcp-marketplace.io/server/io-github-stabgan-steelmind Summary: Structured thinking + steel-manning verification for AI agents. Backed by 43+ papers. Category: Developer Tools Mode: local Pricing: Free npm: @stabgan/steelmind-mcp GitHub: https://github.com/stabgan/steelmind-mcp Security Score: 10/10 Creator: Stabgan Creator Reputation: B Version: 2.0.1 Install (Claude Code): claude mcp add io-github-stabgan-steelmind -- npx -y @stabgan/steelmind-mcp@2.0.1 --- ## Guardrails URL: https://mcp-marketplace.io/server/io-github-expertvagabond-guardrails Summary: AI Agent Guardrails MCP server - security layer Category: Developer Tools Mode: local Pricing: Free npm: guardrails-mcp-server GitHub: https://github.com/ExpertVagabond/guardrails-mcp-server.git Security Score: 8/10 Creator: ExpertVagabond Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-expertvagabond-guardrails -- npx -y guardrails-mcp-server@1.0.1 --- ## Humanify URL: https://mcp-marketplace.io/server/io-github-morebetterclaw-humanify-mcp Summary: Transform AI-generated copy into human-sounding, GEO-optimised marketing content. Category: Developer Tools Mode: local Pricing: Free npm: @morebetterclaw/humanify-mcp GitHub: https://github.com/morebetterclaw/humanify-mcp Security Score: 10/10 Creator: Morebetterclaw Creator Reputation: B Version: 0.1.0 Required Credentials: HUMANIFY_API_KEY (required) Install (Claude Code): claude mcp add io-github-morebetterclaw-humanify-mcp -- npx -y @morebetterclaw/humanify-mcp@0.1.0 --- ## Findata URL: https://mcp-marketplace.io/server/io-github-sapph1re-findata-mcp Summary: Stocks, fundamentals, FRED economics, SEC filings & crypto. x402 micropayments, $0.01/call. Category: Developer Tools Mode: local Pricing: Free PyPI: findata-mcp GitHub: https://github.com/sapph1re/findata-mcp Security Score: 9/10 Creator: sapph1re Creator Reputation: D Version: 0.3.3 Required Credentials: EVM_PRIVATE_KEY (required), FINDATA_BACKEND_URL (optional) Install (Claude Code): claude mcp add io-github-sapph1re-findata-mcp -- uvx findata-mcp==0.3.5 --- ## Node Runtime URL: https://mcp-marketplace.io/server/io-github-mcp-protocol-node-runtime Summary: This package is intended for demonstration only. Maintained by JFrog Security. Category: Developer Tools Mode: local Pricing: Free npm: @mcp-protocol/node-runtime GitHub: https://github.com/mcp-protocol/node-runtime Security Score: 8/10 Creator: Mcp Protocol Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-mcp-protocol-node-runtime -- npx -y @mcp-protocol/node-runtime@1.0.2 --- ## A2db URL: https://mcp-marketplace.io/server/io-github-agentic-eng-a2db Summary: Safe, read-only database access for AI agents. 5 databases, batch queries, SQLGlot. Category: Developer Tools Mode: local Pricing: Free PyPI: a2db GitHub: https://github.com/agentic-eng/a2db Security Score: 10/10 Creator: Agentic Eng Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-agentic-eng-a2db -- uvx a2db==0.2.3 --- ## Openhive URL: https://mcp-marketplace.io/server/io-github-andreas-roennestad-openhive-mcp Summary: Search and contribute to a shared knowledge base of AI-discovered problem-solution pairs. Category: Developer Tools Mode: local Pricing: Free npm: openhive-mcp GitHub: https://github.com/andreas-roennestad/openhive-mcp Security Score: 7/10 Creator: Andreas Roennestad Creator Reputation: B Version: 1.0.2 Required Credentials: OPENHIVE_API_KEY (optional) Install (Claude Code): claude mcp add io-github-andreas-roennestad-openhive-mcp -- npx -y openhive-mcp@1.1.0 --- ## Scrapegraph URL: https://mcp-marketplace.io/server/io-github-scrapegraphai-scrapegraph-mcp Summary: AI-powered web scraping and data extraction capabilities through ScrapeGraph API Category: Search & Web Mode: local Pricing: Free PyPI: scrapegraph-mcp GitHub: https://github.com/ScrapeGraphAI/scrapegraph-mcp Security Score: 4/10 Creator: ScrapeGraphAI Creator Reputation: B Version: 1.0.1 Required Credentials: SGAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-scrapegraphai-scrapegraph-mcp -- uvx scrapegraph-mcp==1.0.1 --- ## Jira URL: https://mcp-marketplace.io/server/io-github-deepwired-mcp-jira-scoped Summary: Jira MCP server with scoped API tokens via api.atlassian.com gateway Category: Business Tools Mode: local Pricing: Free npm: mcp-jira-scoped GitHub: https://github.com/deepwired/mcp-jira Security Score: 6.5/10 Creator: Deepwired Creator Reputation: B Version: 1.0.0 Required Credentials: JIRA_INSTANCE (optional), JIRA_USER_EMAIL (optional), JIRA_API_TOKEN (required), JIRA_SCOPES (optional), JIRA_CLOUD_ID (optional) Install (Claude Code): claude mcp add io-github-deepwired-mcp-jira-scoped -- npx -y mcp-jira-scoped@1.2.0 --- ## Learn Model Context Protocol URL: https://mcp-marketplace.io/server/io-github-yarnabrina-mcp-learning Summary: MCP server that can perform basic arithmetic operations and parse/evaluate arithmetic expressions. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-learning GitHub: https://github.com/yarnabrina/learn-model-context-protocol Security Score: 10/10 Creator: Yarnabrina Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-yarnabrina-mcp-learning -- uvx mcp-learning==0.2.0 --- ## Media Forge URL: https://mcp-marketplace.io/server/io-github-pavelguzenfeld-media-forge Summary: MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation Category: Developer Tools Mode: local Pricing: Free npm: mcp-media-forge GitHub: https://github.com/PavelGuzenfeld/mcp-media-forge Security Score: 5.8/10 Creator: PavelGuzenfeld Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-pavelguzenfeld-media-forge -- npx -y mcp-media-forge@0.2.0 --- ## Iso20022generator URL: https://mcp-marketplace.io/server/com-iso20022generator-mcp Summary: Generate and validate SEPA ISO 20022 XML (pain.001, pain.008) and SWIFT MT103 payment messages. Description: Generate and validate SEPA ISO 20022 XML (pain.001, pain.008) and SWIFT MT103 payment messages. Remote endpoints: streamable-http: https://mcp.iso20022generator.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.iso20022generator.com/mcp GitHub: https://github.com/BenjoNX/iso20022generator Security Score: 8/10 Creator: BenjoNX Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-iso20022generator-mcp https://mcp.iso20022generator.com/mcp --- ## License Audit URL: https://mcp-marketplace.io/server/io-github-webmoleai-mcp-license-audit Summary: Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts. Category: Developer Tools Mode: local Pricing: Free npm: mcp-license-audit GitHub: https://github.com/webmoleai/mcp-license-audit Security Score: 10/10 Creator: Webmoleai Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-webmoleai-mcp-license-audit -- npx -y mcp-license-audit@0.1.2 --- ## Node Sdk URL: https://mcp-marketplace.io/server/io-github-transloadit-mcp-server Summary: Process video, audio, images, and documents with 86+ cloud media processing robots. Description: Process video, audio, images, and documents with 86+ cloud media processing robots. Remote endpoints: streamable-http: https://api2.transloadit.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @transloadit/mcp-server Remote URL: https://api2.transloadit.com/mcp GitHub: https://github.com/transloadit/node-sdk Security Score: 9.9/10 Creator: Transloadit Creator Reputation: C Version: 0.3.9 Required Credentials: TRANSLOADIT_KEY (optional), TRANSLOADIT_SECRET (required) Install (Claude Code): claude mcp add io-github-transloadit-mcp-server -- npx -y @transloadit/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-transloadit-mcp-server https://api2.transloadit.com/mcp --- ## Pixelvault URL: https://mcp-marketplace.io/server/io-github-rsweeting1-pixelvault Summary: AI-native marketplace for pre-cleared licensed media assets — search, license, and stream rights. Category: Developer Tools Mode: local Pricing: Free npm: pixelvault-mcp GitHub: https://github.com/rsweeting1/pixelvault-mcp Security Score: 5.2/10 Creator: Rsweeting1 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-rsweeting1-pixelvault -- npx -y pixelvault-mcp@1.0.1 --- ## Quanttogo URL: https://mcp-marketplace.io/server/com-quanttogo-quanttogo-mcp Summary: Macro-factor quantitative signal source for US and China stock markets via MCP. Category: Developer Tools Mode: local Pricing: Free npm: quanttogo-mcp GitHub: https://github.com/QuantToGo/quanttogo-mcp Security Score: 10/10 Creator: QuantToGo Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add com-quanttogo-quanttogo-mcp -- npx -y quanttogo-mcp@0.3.0 --- ## Prompts URL: https://mcp-marketplace.io/server/io-github-f-prompts-chat-mcp Summary: Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts. Category: Communication Mode: local Pricing: Free npm: @fkadev/prompts.chat-mcp GitHub: https://github.com/f/prompts.chat-mcp Security Score: 8/10 Creator: F Creator Reputation: B Version: 1.0.9 Required Credentials: PROMPTS_API_KEY (required), PROMPTS_QUERY (optional) Install (Claude Code): claude mcp add io-github-f-prompts-chat-mcp -- npx -y @fkadev/prompts.chat-mcp@1.0.9 --- ## Debridge URL: https://mcp-marketplace.io/server/io-github-debridge-finance-debridge-mcp Summary: deBridge MCP Description: deBridge MCP Remote endpoints: streamable-http: https://agents.debridge.com/mcp Category: Finance Mode: dual Pricing: Free npm: @debridge-finance/debridge-mcp Remote URL: https://agents.debridge.com/mcp GitHub: https://github.com/debridge-finance/debridge-mcp Security Score: 10/10 Creator: Debridge Finance Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-debridge-finance-debridge-mcp -- npx -y @debridge-finance/debridge-mcp@0.1.5 Install (Claude Code Remote): claude mcp add --transport http io-github-debridge-finance-debridge-mcp https://agents.debridge.com/mcp --- ## Billium Node URL: https://mcp-marketplace.io/server/io-github-billiumhq-billium Summary: Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host. Category: Developer Tools Mode: local Pricing: Free npm: @billium/mcp GitHub: https://github.com/BilliumHQ/billium-node Security Score: 9.7/10 Creator: BilliumHQ Creator Reputation: B Version: 0.1.3 Required Credentials: BILLIUM_API_KEY (required), BILLIUM_MERCHANT_ID (optional), BILLIUM_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-billiumhq-billium -- npx -y @billium/mcp --- ## ParseFlow URL: https://mcp-marketplace.io/server/io-github-libres-coder-parseflow Summary: PDF parsing server with text extraction, metadata, search, images, and TOC via MCP Category: Developer Tools Mode: local Pricing: Free npm: parseflow-mcp-server GitHub: https://github.com/Libres-coder/ParseFlow Security Score: 9.2/10 Creator: Libres Coder Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-libres-coder-parseflow -- npx -y parseflow-mcp-server --- ## Ffmpeg URL: https://mcp-marketplace.io/server/io-github-pedromarianoalmeida-ffmpeg-mcp Summary: FFmpeg video/audio tools: cut, convert, concat, remove silence, and raw commands. Category: Content & Media Mode: local Pricing: Free npm: ffmpeg-mcp-server GitHub: https://github.com/PedroMarianoAlmeida/ffmpeg-mcp Security Score: 8/10 Creator: PedroMarianoAlmeida Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-pedromarianoalmeida-ffmpeg-mcp -- npx -y ffmpeg-mcp-server@1.0.2 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-httpayer-mcp Summary: x402 micropayments for AI agents — credits-based, no wallets, no blockchain. Category: Developer Tools Mode: local Pricing: Free npm: @httpayer/mcp GitHub: https://github.com/httpayer/mcp Security Score: 7/10 Creator: Httpayer Creator Reputation: B Version: 0.1.7 Install (Claude Code): claude mcp add io-github-httpayer-mcp -- npx -y @httpayer/mcp@0.1.7 --- ## Mit Dining URL: https://mcp-marketplace.io/server/io-github-hongnoul-mit-dining Summary: Real-time MIT dining hall menus with dietary filtering across all 6 halls Category: Developer Tools Mode: local Pricing: Free npm: mit-dining-mcp GitHub: https://github.com/hongnoul/mit-dining-mcp Security Score: 10/10 Creator: Hongnoul Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-hongnoul-mit-dining -- npx -y mit-dining-mcp@1.0.1 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-go Summary: Structured Go tool output (build, test, vet) as typed JSON diagnostics. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/go GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-dave-london-go -- npx -y @paretools/go --- ## Ris Mcp Ts URL: https://mcp-marketplace.io/server/io-github-philrox-ris Summary: Access Austrian laws, court decisions & legal documents via the RIS API. Category: Developer Tools Mode: local Pricing: Free npm: ris-mcp-ts GitHub: https://github.com/philrox/ris-mcp-ts Security Score: 7/10 Creator: Philrox Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-philrox-ris -- npx -y ris-mcp-ts@1.1.3 --- ## Bay Area Transit URL: https://mcp-marketplace.io/server/io-github-srivastsh-muni-mcp Summary: Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules. Description: Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules. Remote endpoints: streamable-http: https://muni-mcp.srivastsh.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://muni-mcp.srivastsh.workers.dev/mcp GitHub: https://github.com/srivastsh/bay-area-transit-mcp Security Score: 3.8/10 Creator: Srivastsh Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srivastsh-muni-mcp https://muni-mcp.srivastsh.workers.dev/mcp --- ## Pykrx URL: https://mcp-marketplace.io/server/io-github-sharebook-kr-pykrx-mcp Summary: Korean stock market data (KOSPI/KOSDAQ) with ETF tracking and fundamental analysis Category: Developer Tools Mode: local Pricing: Free PyPI: pykrx-mcp GitHub: https://github.com/sharebook-kr/pykrx-mcp Security Score: 1/10 Creator: Sharebook Kr Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-sharebook-kr-pykrx-mcp -- uvx pykrx-mcp==0.1.3 --- ## Global Sentinel URL: https://mcp-marketplace.io/server/io-github-ykshah1309-global-sentinel-mcp Summary: Polymarket, GDELT, OpenSky, Cloudflare Radar unified as one MCP server. Category: Security Mode: local Pricing: Free PyPI: global-sentinel-mcp GitHub: https://github.com/ykshah1309/global-sentinel-mcp Security Score: 6.8/10 Creator: Ykshah1309 Creator Reputation: B Version: 0.1.1 Required Credentials: OPENSKY_CLIENT_ID (optional), OPENSKY_CLIENT_SECRET (required), OPENSKY_USERNAME (optional), OPENSKY_PASSWORD (required), CLOUDFLARE_API_TOKEN (required), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-ykshah1309-global-sentinel-mcp -- uvx global-sentinel-mcp==0.1.1 --- ## Mercury Number URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mercury-number Summary: mercury-number MCP — wraps StupidAPIs (requires X-API-Key) Description: mercury-number MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/mercury-number/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mercury-number/mcp GitHub: https://github.com/pipeworx-io/mcp-mercury-number MCP Tools (2): discover_tools, mercury_number_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mercury-number https://gateway.pipeworx.io/mercury-number/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-930m310n-mcp Summary: MCP server for the Geomelon geographic API — stdio and remote HTTP transports Category: Developer Tools Mode: local Pricing: Free npm: geomelon-mcp GitHub: https://github.com/930m310n/mcp Security Score: 5.2/10 Creator: 930m310n Creator Reputation: B Version: 1.0.7 Required Credentials: GEOMELON_API_KEY (required), PORT (required) Install (Claude Code): claude mcp add io-github-930m310n-mcp -- npx -y geomelon-mcp@1.0.8 --- ## Getabrain URL: https://mcp-marketplace.io/server/io-github-guitarmaniac24-getabrain Summary: Real human judgment as agent tools — ask a question, get a structured human answer back. Category: Developer Tools Mode: local Pricing: Free npm: @getabrain/mcp-server GitHub: https://github.com/Guitarmaniac24/getabrain-mcp-server Security Score: 5.2/10 Creator: Guitarmaniac24 Creator Reputation: B Version: 0.2.1 Required Credentials: GETABRAIN_API_KEY (required), GETABRAIN_API_SECRET (required) Install (Claude Code): claude mcp add io-github-guitarmaniac24-getabrain -- npx -y @getabrain/mcp-server@0.2.1 --- ## Autopilots URL: https://mcp-marketplace.io/server/io-github-carlosdania-autopilots Summary: Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms. Description: Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms. Remote endpoints: streamable-http: https://mcp.dania.ai/autopilots sse: https://mcp.dania.ai/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.dania.ai/autopilots GitHub: https://github.com/carlosdania/autopilots-mcp Security Score: 3.2/10 Creator: Carlosdania Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-carlosdania-autopilots https://mcp.dania.ai/autopilots --- ## Sputnikx Market URL: https://mcp-marketplace.io/server/xyz-sputnikx-market Summary: Sputnik X: EU trade 63M+, LV customs, salary, sanctions, EU AI Act, SoulLedger + x402 USDC. Description: Sputnik X: EU trade 63M+, LV customs, salary, sanctions, EU AI Act, SoulLedger + x402 USDC. Remote endpoints: streamable-http: https://mcp.sputnikx.xyz/mcp Category: Developer Tools Mode: dual Pricing: Free npm: mcp-sputnikx-market Remote URL: https://mcp.sputnikx.xyz/mcp GitHub: https://github.com/drivenbymyai-max/mcp-sputnikx-market Security Score: 6.7/10 Creator: Drivenbymyai Max Creator Reputation: B Version: 2.4.0 Required Credentials: SPUTNIKX_API_KEY (required) Install (Claude Code): claude mcp add xyz-sputnikx-market -- npx -y mcp-sputnikx-market@2.4.0 Install (Claude Code Remote): claude mcp add --transport http xyz-sputnikx-market https://mcp.sputnikx.xyz/mcp --- ## Sap Docs URL: https://mcp-marketplace.io/server/io-github-marianfoo-mcp-sap-docs Summary: Fast MCP server for unified SAP docs search (SAPUI5, CAP, OpenUI5, wdi5) with BM25 full-text search Category: Business Tools Mode: local Pricing: Free npm: mcp-sap-docs GitHub: https://github.com/marianfoo/mcp-sap-docs Security Score: 9.1/10 Creator: Marianfoo Creator Reputation: B Version: 0.3.9 Install (Claude Code): claude mcp add io-github-marianfoo-mcp-sap-docs -- npx -y mcp-sap-docs --- ## Langchain URL: https://mcp-marketplace.io/server/io-github-baixianger-langchain-mcp Summary: LangChain/LangGraph/DeepAgents knowledge + LangGraph agent debugging (Polly-like) Category: AI & ML Mode: local Pricing: Free npm: langchain-mcp GitHub: https://github.com/baixianger/langchain-MCP Security Score: 7.2/10 Creator: baixianger Creator Reputation: D Version: 2.0.0 Install (Claude Code): claude mcp add io-github-baixianger-langchain-mcp -- npx -y langchain-mcp@2.0.1 --- ## Somewhere Tech URL: https://mcp-marketplace.io/server/tech-somewhere-platform Summary: Backend for AI-built apps: database, auth, files, email, AI, payments, deploy, realtime. 170+ tools. Description: Backend for AI-built apps: database, auth, files, email, AI, payments, deploy, realtime. 170+ tools. Remote endpoints: streamable-http: https://mcp.somewhere.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.somewhere.tech/mcp GitHub: https://github.com/Somewhere-Tech/somewhere-tech Security Score: 8/10 Creator: Somewhere Tech Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http tech-somewhere-platform https://mcp.somewhere.tech/mcp --- ## Vulners URL: https://mcp-marketplace.io/server/io-github-vulnerscom-vulners-mcp Summary: MCP server for the Vulners.com API Category: Developer Tools Mode: local Pricing: Free PyPI: vulners-mcp GitHub: https://github.com/vulnersCom/vulners-mcp Security Score: 10/10 Creator: VulnersCom Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-vulnerscom-vulners-mcp -- uvx vulners-mcp==1.0.3 --- ## Llmemory URL: https://mcp-marketplace.io/server/io-github-meir-may-llmemory Summary: Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only Description: Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only Remote endpoints: streamable-http: https://mcp.llmemory.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.llmemory.xyz/mcp GitHub: https://github.com/meir-may/llmemory-mcp Security Score: 10/10 Creator: Meir May Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meir-may-llmemory https://mcp.llmemory.xyz/mcp --- ## Cryptoapis Mcp Contracts URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-contracts Summary: MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-contracts GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-contracts Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.3.0 Tags: blockchain, smart-contracts, evm, solana, tokens, erc20, ethereum, bsc, contract, crypto, on-chain Use Cases: Get ERC-20 token details by contract, Query token name and symbol on-chain, Retrieve token supply and decimals, Look up Solana token contract data, Smart contract token metadata lookup Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-contracts -- npx -y @cryptoapis-io/mcp-contracts@0.3.0 --- ## Flow2 URL: https://mcp-marketplace.io/server/co-flow2-flow2 Summary: Design mobile-first presentations — create, edit, preview, and publish from your AI. Description: Design mobile-first presentations — create, edit, preview, and publish from your AI. Remote endpoints: streamable-http: https://mcp.flow2.co/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.flow2.co/ GitHub: https://github.com/flowboard/flow2-mcp Security Score: 8/10 Creator: Flowboard Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-flow2-flow2 https://mcp.flow2.co/ --- ## Geosphere URL: https://mcp-marketplace.io/server/io-github-slettmayer-geosphere-mcp-server Summary: High-resolution GeoSphere Austria weather, storms and air quality. Austria and the Alps only. Category: Developer Tools Mode: local Pricing: Free PyPI: geosphere-mcp-server GitHub: https://github.com/slettmayer/geosphere-mcp-server Security Score: 10/10 Creator: Slettmayer Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-slettmayer-geosphere-mcp-server -- uvx geosphere-mcp-server==0.4.2 --- ## Scraper URL: https://mcp-marketplace.io/server/io-github-ofershap-scraper Summary: Web scraping MCP — extract clean markdown, links, and metadata from any URL. Category: Search & Web Mode: local Pricing: Free npm: mcp-server-scraper GitHub: https://github.com/ofershap/mcp-server-scraper Security Score: 9.6/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-scraper -- npx -y mcp-server-scraper@1.0.1 --- ## Super Fetch URL: https://mcp-marketplace.io/server/io-github-j0hanz-superfetch Summary: Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format Category: Developer Tools Mode: local Pricing: Free npm: @j0hanz/superfetch GitHub: https://github.com/j0hanz/super-fetch-mcp-server Security Score: 10/10 Creator: J0hanz Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-j0hanz-superfetch -- npx -y @j0hanz/superfetch --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-github Summary: MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output Category: Developer Tools Mode: local Pricing: Free npm: @paretools/github GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-dave-london-github -- npx -y @paretools/github --- ## Mcp URL: https://mcp-marketplace.io/server/com-sportstracklive-mcp Summary: Live GPS sports tracking + per-sport analysis of GPX/IGC/FIT files: thermals, wind, phases, laps Description: Live GPS sports tracking + per-sport analysis of GPX/IGC/FIT files: thermals, wind, phases, laps Remote endpoints: streamable-http: https://mcp.sportstracklive.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sportstracklive.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-sportstracklive-mcp https://mcp.sportstracklive.com/mcp --- ## Cross Chain L402 Verifier URL: https://mcp-marketplace.io/server/io-github-evozim-cross-chain-l402-verifier-mcp Summary: Premium agentic endpoint for cross-chain-l402-verifier-mcp. Description: Premium agentic endpoint for cross-chain-l402-verifier-mcp. Remote endpoints: sse: https://api.m2mcent.com/cross-chain-l402-verifier-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cross-chain-l402-verifier-mcp/sse MCP Tools (1): cross-chain-l402-verifier-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cross-chain-l402-verifier-mcp https://api.m2mcent.com/cross-chain-l402-verifier-mcp/sse --- ## Cryptoapis Mcp Block Data URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-block-data Summary: MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-block-data GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-block-data Security Score: 10/10 Installs: 1 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.3.0 Tags: blockchain, blocks, evm, bitcoin, xrp, ethereum, utxo, block-data, crypto, on-chain Use Cases: Get block details by height, Retrieve block by hash, List transactions in a block, Get latest mined block, List recent Bitcoin blocks, XRP ledger data Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-block-data -- npx -y @cryptoapis-io/mcp-block-data@0.3.0 --- ## Ps Store URL: https://mcp-marketplace.io/server/io-github-murzin-ml-mcp-ps-store Summary: PlayStation Network (PSN) gaming history: playtime, trophies and purchased library. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-ps-store GitHub: https://github.com/murzin-ml/mcp-ps-store Security Score: 10/10 Creator: Murzin Ml Creator Reputation: B Version: 0.1.0 Required Credentials: PSN_NPSSO (required), PSN_STORE_LOCALE (optional) Install (Claude Code): claude mcp add io-github-murzin-ml-mcp-ps-store -- uvx mcp-ps-store==0.1.0 --- ## Board And Stable URL: https://mcp-marketplace.io/server/io-github-kevindarstnbb-board-and-stable-mcp Summary: Search horse boarding facilities and trainers across 44 US states. Category: Developer Tools Mode: local Pricing: Free npm: board-and-stable-mcp GitHub: https://github.com/kevindarstNBB/board-and-stable-mcp Security Score: 10/10 Creator: KevindarstNBB Creator Reputation: B Version: 1.0.1 Required Credentials: DATABASE_URL (required) Install (Claude Code): claude mcp add io-github-kevindarstnbb-board-and-stable-mcp -- npx -y board-and-stable-mcp@1.0.1 --- ## Notifications URL: https://mcp-marketplace.io/server/io-github-topvisor-mcp-notifications Summary: MCP server for desktop notifications over stdio Category: Developer Tools Mode: local Pricing: Free npm: @topvisor/mcp-notifications GitHub: https://github.com/Artemeey/mcp-notifications Security Score: 7/10 Creator: Artemeey Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-topvisor-mcp-notifications -- npx -y @topvisor/mcp-notifications@1.0.3 --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-make Summary: Pare Make ג€” Structured Make/Just task runner operations (run, list) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/make GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-make -- npx -y @paretools/make --- ## Tronrental Com URL: https://mcp-marketplace.io/server/io-github-tronrental-com-tronrental Summary: Buy TRON energy to reduce USDT transfer fees by 80%. Full API for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @tronrental-com/mcp-server GitHub: https://github.com/tronrentalcom/tronrental-com-mcp Security Score: 8/10 Creator: Tronrentalcom Creator Reputation: B Version: 1.0.4 Required Credentials: TRONRENTAL_API_KEY (required) Install (Claude Code): claude mcp add io-github-tronrental-com-tronrental -- npx -y @tronrental-com/mcp-server@1.0.5 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-hash Summary: MCP server for cryptographic hashing — MD5, SHA-1, SHA-256, SHA-384, SHA-512 Category: Developer Tools Mode: local Pricing: Free npm: hash-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-hash -- npx -y hash-forge-mcp --- ## Ranomics URL: https://mcp-marketplace.io/server/com-ranomics-mcp Summary: Wet-lab triage for AI binder-design agents. Yeast display, mammalian display, DMS at library scale. Description: Wet-lab triage for AI binder-design agents. Yeast display, mammalian display, DMS at library scale. Remote endpoints: streamable-http: https://mcp.ranomics.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ranomics.com/mcp GitHub: https://github.com/leowan7/ranomics-mcp MCP Tools (7): list_targets, estimate_cost, submit_experiment, get_experiment_status, get_experiment_quote, confirm_quote, get_experiment_results Security Score: 8/10 Creator: Leowan7 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-ranomics-mcp https://mcp.ranomics.com/mcp --- ## Chrome Devtools URL: https://mcp-marketplace.io/server/io-github-dinesh-nalla-se-chrome-devtools-mcp Summary: MCP server for Chrome DevTools Category: Developer Tools Mode: local Pricing: Free npm: @dinesh-nalla-se/chrome-devtools-mcp GitHub: https://github.com/dinesh-nalla-se/chrome-devtools-mcp Security Score: 6.9/10 Creator: Dinesh Nalla Se Creator Reputation: B Version: 0.10.2 Install (Claude Code): claude mcp add io-github-dinesh-nalla-se-chrome-devtools-mcp -- npx -y @dinesh-nalla-se/chrome-devtools-mcp --- ## Scout Mcp Local URL: https://mcp-marketplace.io/server/com-scoutapm-scout-mcp-local Summary: An MCP server for Scout Monitoring data interactions. Category: Developer Tools Mode: local Pricing: Free PyPI: scout-mcp-local GitHub: https://github.com/scoutapp/scout-mcp-local Security Score: 10/10 Creator: Scoutapp Creator Reputation: B Version: 2025.11.4 Required Credentials: SCOUT_API_KEY (required) Install (Claude Code): claude mcp add com-scoutapm-scout-mcp-local -- uvx scout-mcp-local==2026.3.20 --- ## Npm URL: https://mcp-marketplace.io/server/io-github-ofershap-npm-search Summary: npm search MCP — find packages, view details, compare, check downloads. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-npm-search GitHub: https://github.com/ofershap/mcp-server-npm Security Score: 9.8/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-npm-search -- npx -y mcp-server-npm-search@1.0.1 --- ## Domainintel URL: https://mcp-marketplace.io/server/io-github-bishop81-domainintel-mcp Summary: Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains. Category: Developer Tools Mode: local Pricing: Free npm: @domainintel/mcp GitHub: https://github.com/Bishop81/domainintel-mcp Security Score: 6/10 Creator: Bishop81 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-bishop81-domainintel-mcp -- npx -y @domainintel/mcp@1.0.2 --- ## Google Sheets URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-google-sheets Summary: Google Sheets MCP Pack Description: Google Sheets MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/google_sheets/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/google_sheets/mcp GitHub: https://github.com/pipeworx-io/mcp-google_sheets MCP Tools (6): discover_tools, sheets_read, sheets_write, sheets_append, sheets_get_spreadsheet, sheets_create Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-google-sheets https://gateway.pipeworx.io/google_sheets/mcp --- ## Deprecation Gate URL: https://mcp-marketplace.io/server/com-clauxel-mcpdeprecation-mcpdeprecation-mcp Summary: Remote MCP for MCP tool deprecation receipt, structured receipts, audit logs, and reviewer-ready evi Description: Remote MCP for MCP tool deprecation receipt, structured receipts, audit logs, and reviewer-ready evi Remote endpoints: streamable-http: https://mcpdeprecation.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcpdeprecation.clauxel.com/mcp GitHub: https://github.com/clauxel/mcp-deprecation-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-mcpdeprecation-mcpdeprecation-mcp https://mcpdeprecation.clauxel.com/mcp --- ## Screenshot URL: https://mcp-marketplace.io/server/io-github-kamarusama-mcp-screenshot Summary: Take Wayland screenshots via grim/slurp. Full screen, region, or interactive crop. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-screenshot GitHub: https://github.com/KamaruSama/mcp-screenshot Security Score: 10/10 Creator: KamaruSama Creator Reputation: B Version: 1.0.1 Required Credentials: WAYLAND_DISPLAY (optional), XDG_RUNTIME_DIR (optional) Install (Claude Code): claude mcp add io-github-kamarusama-mcp-screenshot -- uvx mcp-screenshot==1.0.1 --- ## Migratorxpress URL: https://mcp-marketplace.io/server/io-github-arpe-io-migratorxpress-mcp Summary: MCP server for MigratorXpress — cross-platform database migration with parallel transfer Category: Developer Tools Mode: local Pricing: Free PyPI: migratorxpress-mcp GitHub: https://github.com/arpe-io/migratorxpress-mcp Security Score: 6.5/10 Creator: Arpe Io Creator Reputation: D Version: 0.1.6 Required Credentials: MIGRATORXPRESS_PATH (optional), MIGRATORXPRESS_TIMEOUT (optional), MIGRATORXPRESS_LOG_DIR (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-arpe-io-migratorxpress-mcp -- uvx migratorxpress-mcp==0.1.6 --- ## Slack URL: https://mcp-marketplace.io/server/io-github-stevenvo-slack-mcp-server Summary: Read Slack conversations, threads, user info, and search messages from your MCP client. Category: Communication Mode: local Pricing: Free PyPI: slack-mcp-server-v2 GitHub: https://github.com/stevenvo/slack-mcp-server Security Score: 7/10 Creator: Stevenvo Creator Reputation: B Version: 0.1.0 Required Credentials: SLACK_USER_TOKEN (required), SLACK_BOT_TOKEN (required), SLACK_WORKSPACE_URL (optional) Install (Claude Code): claude mcp add io-github-stevenvo-slack-mcp-server -- uvx slack-mcp-server-v2==0.1.0 --- ## Mastodon URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mastodon Summary: Mastodon MCP — public Mastodon data via mastodon.social (no auth required) Description: Mastodon MCP — public Mastodon data via mastodon.social (no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/mastodon/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mastodon/mcp GitHub: https://github.com/pipeworx-io/mcp-mastodon MCP Tools (5): discover_tools, search, get_trending, get_account, get_timeline Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mastodon https://gateway.pipeworx.io/mastodon/mcp --- ## Vinted URL: https://mcp-marketplace.io/server/io-github-andrijdavid-vinted-mcp Summary: MCP Server for Vinted that allows to search items, compare prices, and analyze sellers. Category: Developer Tools Mode: local Pricing: Free npm: @andrijdavid/vinted-mcp GitHub: https://github.com/andrijdavid/vinted-mcp Security Score: 8/10 Creator: Andrijdavid Creator Reputation: B Version: 0.1.2 Required Credentials: VINTED_AUTH_MODE (optional), VINTED_AUTH_COOKIES (required), VINTED_AUTH_CSRF_TOKEN (required), VINTED_AUTH_ACCESS_TOKEN (required), VINTED_PROXY_URL (optional), VINTED_MAX_CONCURRENCY (optional), VINTED_REQUEST_DELAY_MS (optional), VINTED_MAX_RETRIES (optional) Install (Claude Code): claude mcp add io-github-andrijdavid-vinted-mcp -- npx -y @andrijdavid/vinted-mcp@0.1.2 --- ## Real Browser URL: https://mcp-marketplace.io/server/io-github-ofershap-real-browser Summary: MCP server + Chrome extension for AI browser control with real sessions. Category: Developer Tools Mode: local Pricing: Free npm: real-browser-mcp GitHub: https://github.com/ofershap/real-browser-mcp Security Score: 10/10 Creator: Ofershap Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-ofershap-real-browser -- npx -y real-browser-mcp@1.2.1 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-ww3-mcp Summary: GFS-Wave (WAVEWATCH III) forecasts and NDBC buoy wave observations Category: Developer Tools Mode: local Pricing: Free PyPI: ww3-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mansurjisan-ww3-mcp -- uvx ww3-mcp --- ## Scrapebadger URL: https://mcp-marketplace.io/server/io-github-scrape-badger-scrapebadger Summary: Twitter/X scraping API for AI agents. Get profiles, tweets, trends, and more. Category: Developer Tools Mode: local Pricing: Free PyPI: scrapebadger-mcp GitHub: https://github.com/scrape-badger/scrapebadger-mcp Security Score: 6.5/10 Creator: Scrape Badger Creator Reputation: B Version: 0.1.1 Required Credentials: SCRAPEBADGER_API_KEY (required) Install (Claude Code): claude mcp add io-github-scrape-badger-scrapebadger -- uvx scrapebadger-mcp==0.1.1 --- ## Press Release URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-press-release Summary: press-release MCP — wraps StupidAPIs (requires X-API-Key) Description: press-release MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/press-release/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/press-release/mcp GitHub: https://github.com/pipeworx-io/mcp-press-release MCP Tools (2): discover_tools, press_release_generate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-press-release https://gateway.pipeworx.io/press-release/mcp --- ## Signforge URL: https://mcp-marketplace.io/server/io-github-kumarprobeops-signforge Summary: Send documents for e-signature from AI agents. Upload, sign, and download PDFs. Category: Developer Tools Mode: local Pricing: Free npm: @signforge/mcp-server GitHub: https://github.com/kumarprobeops/signforge-mcp Security Score: 10/10 Creator: Kumarprobeops Creator Reputation: B Version: 1.2.2 Required Credentials: SIGNFORGE_API_KEY (required), SIGNFORGE_API_URL (optional) Install (Claude Code): claude mcp add io-github-kumarprobeops-signforge -- npx -y @signforge/mcp-server@1.2.2 --- ## Npm Plus URL: https://mcp-marketplace.io/server/io-github-ofershap-npm-plus Summary: npm MCP — search packages, bundle sizes, vulnerabilities, compare downloads. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-npm-plus GitHub: https://github.com/ofershap/mcp-server-npm-plus Security Score: 9.6/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-npm-plus -- npx -y mcp-server-npm-plus@1.0.1 --- ## S3 URL: https://mcp-marketplace.io/server/io-github-ofershap-s3 Summary: AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs. Category: File & Storage Mode: local Pricing: Free npm: mcp-server-s3 GitHub: https://github.com/ofershap/mcp-server-s3 Security Score: 9.6/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-s3 -- npx -y mcp-server-s3@1.0.1 --- ## Github Actions URL: https://mcp-marketplace.io/server/io-github-ofershap-github-actions Summary: GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD. Category: Cloud & DevOps Mode: local Pricing: Free npm: mcp-server-github-actions GitHub: https://github.com/ofershap/mcp-server-github-actions Security Score: 9.6/10 Creator: Ofershap Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-github-actions -- npx -y mcp-server-github-actions@1.0.1 --- ## Lenspr URL: https://mcp-marketplace.io/server/io-github-kyrylopr-lenspr Summary: Stop vibecoding blind. Code graph so your AI stops breaking things across your codebase. Category: Developer Tools Mode: local Pricing: Free PyPI: lenspr GitHub: https://github.com/kyrylopr/lenspr Security Score: 10/10 Creator: Kyrylopr Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-kyrylopr-lenspr -- uvx lenspr==0.1.1 --- ## Artscii URL: https://mcp-marketplace.io/server/io-github-rxolve-artscii Summary: LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts. Category: Developer Tools Mode: local Pricing: Free npm: artscii GitHub: https://github.com/rxolve/artscii Security Score: 10/10 Creator: Rxolve Creator Reputation: B Version: 0.6.1 Install (Claude Code): claude mcp add io-github-rxolve-artscii -- npx -y artscii@0.7.2 --- ## Make URL: https://mcp-marketplace.io/server/io-github-danishashko-make-mcp Summary: Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI Category: Developer Tools Mode: local Pricing: Free npm: make-mcp-server GitHub: https://github.com/danishashko/make-mcp Security Score: 8/10 Creator: Danishashko Creator Reputation: B Version: 1.3.3 Required Credentials: MAKE_API_KEY (required), MAKE_TEAM_ID (optional), MAKE_API_URL (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-danishashko-make-mcp -- npx -y make-mcp-server@1.4.0 --- ## Selfheal URL: https://mcp-marketplace.io/server/io-github-carsonroell-debug-selfheal-mcp Summary: Self-healing proxy for MCP servers with retry, circuit breaker, and observability Category: Developer Tools Mode: local Pricing: Free npm: selfheal-mcp GitHub: https://github.com/carsonroell-debug/selfheal-mcp Security Score: 10/10 Creator: Carsonroell Debug Creator Reputation: B Version: 0.1.1 Required Credentials: SELFHEAL_CONFIG (optional), SELFHEAL_MAX_RETRIES (optional), SELFHEAL_CIRCUIT_THRESHOLD (optional) Install (Claude Code): claude mcp add io-github-carsonroell-debug-selfheal-mcp -- npx -y selfheal-mcp@0.1.1 --- ## Roost URL: https://mcp-marketplace.io/server/dev-workers-perch-app-roost-roost Summary: One MCP tool that turns an agent's report or doc into a clean public shareable web page. No signup. Description: One MCP tool that turns an agent's report or doc into a clean public shareable web page. No signup. Remote endpoints: streamable-http: https://roost.perch-app.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://roost.perch-app.workers.dev/mcp MCP Tools (4): publish, update_page, list_pages, unpublish Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-workers-perch-app-roost-roost https://roost.perch-app.workers.dev/mcp --- ## Mosta Net URL: https://mcp-marketplace.io/server/io-github-apolocine-mosta-net Summary: 1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC. Category: Developer Tools Mode: local Pricing: Free npm: @mostajs/net GitHub: https://github.com/apolocine/mosta-net Security Score: 7.3/10 Creator: Apolocine Creator Reputation: B Version: 2.0.42 Install (Claude Code): claude mcp add io-github-apolocine-mosta-net -- npx -y @mostajs/net@2.2.5 --- ## Easysend URL: https://mcp-marketplace.io/server/io-github-easysend-co-easysend Summary: EasySend file sharing MCP server - upload, download and share files. No authentication required. Category: Developer Tools Mode: local Pricing: Free npm: easysend-mcp GitHub: https://github.com/Easysend-co/easysend-mcp Security Score: 8/10 Creator: Easysend Co Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-easysend-co-easysend -- npx -y easysend-mcp@1.0.1 --- ## Linkrescue URL: https://mcp-marketplace.io/server/io-github-carsonroell-debug-linkrescue-mcp Summary: Broken link detection with affiliate tracking, revenue loss estimation, and fixes Category: Developer Tools Mode: local Pricing: Free PyPI: linkrescue-mcp GitHub: https://github.com/carsonroell-debug/linkrescue-mcp Security Score: 6.8/10 Creator: Carsonroell Debug Creator Reputation: B Version: 0.1.1 Required Credentials: LINKRESCUE_API_BASE_URL (optional), LINKRESCUE_API_KEY (required) Install (Claude Code): claude mcp add io-github-carsonroell-debug-linkrescue-mcp -- uvx linkrescue-mcp==0.1.1 --- ## Pinrag URL: https://mcp-marketplace.io/server/io-github-ndjordjevic-pinrag Summary: MCP RAG: index PDFs, repos, YouTube, Discord, text; optional YouTube vision; query with citations. Category: Developer Tools Mode: local Pricing: Free PyPI: pinrag GitHub: https://github.com/ndjordjevic/pinrag Security Score: 10/10 Installs: 8 Creator: Nenad Djordjevic Creator Reputation: C Version: 0.9.27 Tags: rag, mcp, langchain, chromadb, pdf, github, youtube, discord, embeddings, openai, cursor, vscode, retrieval, citations Use Cases: Coding assistants, documentation Q&A, research, onboarding, technical support, content analysis Required Credentials: OPENROUTER_API_KEY (required), PINRAG_PERSIST_DIR (optional) Install (Claude Code): claude mcp add io-github-ndjordjevic-pinrag -- uvx pinrag==0.9.27 --- ## Arcgis Victoria URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-victoria Summary: City of Victoria GIS — Victoria, BC (Canada) open geospatial data (ArcGIS). Description: City of Victoria GIS — Victoria, BC (Canada) open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-victoria/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-victoria/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-victoria MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-victoria https://gateway.pipeworx.io/arcgis-victoria/mcp --- ## Koreanpulse URL: https://mcp-marketplace.io/server/io-github-whdrnr2583-cmd-koreanpulse Summary: Korean equities in English: DART filings, activist & foreign-holder classification, KRX news. Description: Korean equities in English: DART filings, activist & foreign-holder classification, KRX news. Remote endpoints: streamable-http: https://mcp.koreanpulse.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.koreanpulse.dev/mcp GitHub: https://github.com/whdrnr2583-cmd/koreanpulse Security Score: 4.2/10 Creator: Whdrnr2583 Cmd Creator Reputation: B Version: 0.1.11 Install (Claude Code Remote): claude mcp add --transport http io-github-whdrnr2583-cmd-koreanpulse https://mcp.koreanpulse.dev/mcp --- ## Scream Void URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-scream-void Summary: scream-void MCP — wraps StupidAPIs (requires X-API-Key) Description: scream-void MCP — wraps StupidAPIs (requires X-API-Key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/scream-void/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/scream-void/mcp GitHub: https://github.com/pipeworx-io/mcp-scream-void MCP Tools (2): discover_tools, scream_void_scream Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-scream-void https://gateway.pipeworx.io/scream-void/mcp --- ## Webdex URL: https://mcp-marketplace.io/server/io-iskat-webdex Summary: Russian-language web search for agents: hybrid retrieval, product prices, full page text Description: Russian-language web search for agents: hybrid retrieval, product prices, full page text Remote endpoints: streamable-http: https://iskat.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://iskat.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-iskat-webdex https://iskat.io/mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-pare-python Summary: Pare Python ג€” Structured Python tool output (ruff, mypy, pip, uv, black, pytest) as typed JSON. Category: Developer Tools Mode: local Pricing: Free npm: @paretools/python GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-python -- npx -y @paretools/python --- ## Wallet Signer URL: https://mcp-marketplace.io/server/io-github-nikicat-mcp-wallet-signer Summary: Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963 Category: Finance Mode: local Pricing: Free npm: mcp-wallet-signer GitHub: https://github.com/nikicat/mcp-wallet-signer Security Score: 10/10 Creator: Nikicat Creator Reputation: B Version: 0.1.3 Required Credentials: EVM_MCP_PORT (optional), EVM_MCP_DEFAULT_CHAIN (optional) Install (Claude Code): claude mcp add io-github-nikicat-mcp-wallet-signer -- npx -y mcp-wallet-signer@0.4.2 --- ## Verso URL: https://mcp-marketplace.io/server/io-github-nvlang-verso Summary: MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference). Category: Developer Tools Mode: local Pricing: Free PyPI: verso-mcp GitHub: https://github.com/nvlang/verso-mcp Security Score: 10/10 Creator: Nvlang Creator Reputation: B Version: 0.4.2 Required Credentials: VERSO_MCP_SITES (optional) Install (Claude Code): claude mcp add io-github-nvlang-verso -- uvx verso-mcp==0.4.2 --- ## Timezone Helper URL: https://mcp-marketplace.io/server/com-somdewan-timezone-helper Summary: MCP server for TimezoneDB. Description: MCP server for TimezoneDB. Remote endpoints: streamable-http: https://tz-{region}.somdewan.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tz-{region}.somdewan.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 5.0.0 Install (Claude Code Remote): claude mcp add --transport http com-somdewan-timezone-helper 'https://tz-{region}.somdewan.com/mcp' --- ## Faostat URL: https://mcp-marketplace.io/server/io-github-berba-q-faostat-mcp Summary: FAOSTAT data for 245 countries: crops, trade, food security, and emissions via 21 MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: faostat-mcp GitHub: https://github.com/berba-q/faostat-mcp Security Score: 10/10 Creator: Berba Q Creator Reputation: B Version: 1.2.2 Required Credentials: FAOSTAT_API_TOKEN (required), FAOSTAT_USERNAME (optional), FAOSTAT_PASSWORD (required) Install (Claude Code): claude mcp add io-github-berba-q-faostat-mcp -- uvx faostat-mcp==1.2.2 --- ## Vercel Mcp Pro URL: https://mcp-marketplace.io/server/io-github-helbertparanhos-vercel-mcp-pro Summary: Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API Category: Cloud & DevOps Mode: local Pricing: Free npm: vercel-mcp-pro GitHub: https://github.com/helbertparanhos/vercel-mcp-pro Security Score: 4.8/10 Creator: Helbertparanhos Creator Reputation: B Version: 1.0.0 Required Credentials: VERCEL_TOKEN (required), VERCEL_TEAM_ID (optional), VERCEL_READONLY (optional) Install (Claude Code): claude mcp add io-github-helbertparanhos-vercel-mcp-pro -- npx -y vercel-mcp-pro@1.0.0 --- ## Leapfrog URL: https://mcp-marketplace.io/server/io-github-anthonybono21-cloud-leapfrog Summary: Multi-session browser MCP — 15 parallel isolated browsers, 37 tools, stealth, self-improvement. Category: Developer Tools Mode: local Pricing: Free npm: leapfrog-mcp GitHub: https://github.com/anthonybono21-cloud/leapfrog Security Score: 7/10 Creator: Anthonybono21 Cloud Creator Reputation: B Version: 0.7.4 Install (Claude Code): claude mcp add io-github-anthonybono21-cloud-leapfrog -- npx -y leapfrog-mcp@0.7.4 --- ## Whensport URL: https://mcp-marketplace.io/server/com-whensport-whensport Summary: 10-sport calendar MCP — football, F1, tennis, cricket, rugby, golf, polo, sailing, horse racing. Description: 10-sport calendar MCP — football, F1, tennis, cricket, rugby, golf, polo, sailing, horse racing. Remote endpoints: streamable-http: https://whensport.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp MCP Tools (46): getCountrySchedule, getTeamMatches, getMatch, findToday, getCurrentlyLive, getCountryList, f1.getRaces, f1.getRace, f1.getNextRace, f1.getDrivers, f1.getTeams, tennis.getTournaments, tennis.getTournament, tennis.getNextGrandSlam, tennis.getVenues, tennis.getPlayers, cricket.getTournaments, cricket.getTournament, cricket.getMatches, cricket.getMatch, cricket.getPlayers, rugby.getTournaments, rugby.getTournament, rugby.getMatches, rugby.getMatch, golf.getTournaments, golf.getTournament, golf.getNextMajor, golf.getVenues, golf.getPlayers, polo.getTournaments, polo.getTournament, polo.getVenues, polo.getTeams, polo.getPlayers, sailing.getEvents, sailing.getEvent, sailing.getVenues, sailing.getTeams, hr.getMeetings, hr.getMeeting, hr.getVenues, tdf.getStages, tdf.getStage, tdf.getStagesInRange, tdf.getRacePhase Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-whensport https://whensport.com/mcp --- ## Mcdev URL: https://mcp-marketplace.io/server/io-github-joernberkefeld-mcp-server-mcdev Summary: mcdev MCP: wiki search, .mcdevrc help, journey checklists, metadata types via mcdev. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-mcdev GitHub: https://github.com/JoernBerkefeld/mcp-server-mcdev Security Score: 10/10 Creator: JoernBerkefeld Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-joernberkefeld-mcp-server-mcdev -- npx -y mcp-server-mcdev@0.1.1 --- ## U He Preset Randomizer URL: https://mcp-marketplace.io/server/io-github-fannon-u-he-preset-randomizer Summary: Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol. Category: Developer Tools Mode: local Pricing: Free npm: u-he-preset-randomizer GitHub: https://github.com/Fannon/u-he-preset-randomizer Security Score: 10/10 Creator: Fannon Creator Reputation: B Version: 1.2.0 Required Credentials: UHE_CUSTOM_FOLDER (optional), DEBUG (optional) Install (Claude Code): claude mcp add io-github-fannon-u-he-preset-randomizer -- npx -y u-he-preset-randomizer@1.2.0 --- ## Smara URL: https://mcp-marketplace.io/server/io-github-parallelromb-smara Summary: Persistent cross-platform memory for AI agents with Ebbinghaus decay scoring. Category: Developer Tools Mode: local Pricing: Free npm: @smara/mcp-server GitHub: https://github.com/smara-io/mcp-server Security Score: 10/10 Creator: Smara Io Creator Reputation: B Version: 2.0.2 Required Credentials: SMARA_API_KEY (required) Install (Claude Code): claude mcp add io-github-parallelromb-smara -- npx -y @smara/mcp-server@2.2.0 --- ## Beans URL: https://mcp-marketplace.io/server/io-github-selfagency-beans-mcp Summary: Interact with the Beans CLI issue tracker agentically Category: Developer Tools Mode: local Pricing: Free npm: @selfagency/beans-mcp GitHub: https://github.com/selfagency/beans-mcp Security Score: 10/10 Creator: Selfagency Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-selfagency-beans-mcp -- npx -y @selfagency/beans-mcp@0.6.2 --- ## Memory Nexus URL: https://mcp-marketplace.io/server/io-github-kairosmobius-memory-nexus-mcp Summary: Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs. Category: Developer Tools Mode: local Pricing: Free npm: @memory-nexus/mcp GitHub: https://github.com/KairosMobius/memory-nexus-mcp Security Score: 9.5/10 Creator: KairosMobius Creator Reputation: B Version: 1.0.0 Required Credentials: NEXUS_API_KEY (optional) Install (Claude Code): claude mcp add io-github-kairosmobius-memory-nexus-mcp -- npx -y @memory-nexus/mcp@1.0.1 --- ## Time URL: https://mcp-marketplace.io/server/io-github-yokingma-time-mcp Summary: Time MCP Server, giving LLMs time awareness capabilities. Category: Developer Tools Mode: local Pricing: Free npm: time-mcp GitHub: https://github.com/yokingma/time-mcp Security Score: 8.5/10 Creator: Yokingma Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-yokingma-time-mcp -- npx -y time-mcp@1.0.6 --- ## Craft Content URL: https://mcp-marketplace.io/server/io-github-shashwatgtm-craft-content-mcp Summary: 8 content tools: Case Studies, Newsletters, Webinars, Repurposing, Thought Leadership Category: Developer Tools Mode: local Pricing: Free npm: @shashwatgtmalpha/craft-content-mcp GitHub: https://github.com/shashwatgtm/craft-content-mcp Security Score: 8/10 Creator: Shashwatgtm Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-shashwatgtm-craft-content-mcp -- npx -y @shashwatgtmalpha/craft-content-mcp@2.0.1 --- ## Agentfulfyl URL: https://mcp-marketplace.io/server/io-github-capataina-agentfulfyl Summary: Research storefront for AI agents: fixed GBP prices, evidence ledgers, citation-refund guarantee. Description: Research storefront for AI agents: fixed GBP prices, evidence ledgers, citation-refund guarantee. Remote endpoints: streamable-http: https://agentfulfyl.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentfulfyl.com/mcp MCP Tools (3): get_catalog, get_product, submit_demand Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.20 Install (Claude Code Remote): claude mcp add --transport http io-github-capataina-agentfulfyl https://agentfulfyl.com/mcp --- ## Notfair Plugin URL: https://mcp-marketplace.io/server/io-github-nowork-studio-notfair Summary: Hosted OAuth MCP for Google, Meta, X, and LinkedIn Ads, GA4, and Search Console. Description: Hosted OAuth MCP for Google, Meta, X, and LinkedIn Ads, GA4, and Search Console. Remote endpoints: streamable-http: https://notfair.co/api/mcp/notfair_ads Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://notfair.co/api/mcp/notfair_ads GitHub: https://github.com/nowork-studio/notfair-plugin Security Score: 8.3/10 Creator: Nowork Studio Creator Reputation: B Version: 0.27.1 Install (Claude Code Remote): claude mcp add --transport http io-github-nowork-studio-notfair https://notfair.co/api/mcp/notfair_ads --- ## Rag Vault URL: https://mcp-marketplace.io/server/io-github-robthepcguy-rag-vault Summary: Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup Category: Security Mode: local Pricing: Free npm: @robthepcguy/rag-vault GitHub: https://github.com/RobThePCGuy/rag-vault Security Score: 9/10 Creator: RobThePCGuy Creator Reputation: B Version: 1.5.3 Required Credentials: BASE_DIR (optional), DB_PATH (optional), CACHE_DIR (optional), MODEL_NAME (optional), RAG_HYBRID_WEIGHT (optional), RAG_GROUPING (optional) Install (Claude Code): claude mcp add io-github-robthepcguy-rag-vault -- npx -y @robthepcguy/rag-vault@1.9.2 --- ## Check Links URL: https://mcp-marketplace.io/server/io-github-webmoleai-mcp-check-links Summary: Find broken links, missing meta tags, and redirect chains on any website. Category: Developer Tools Mode: local Pricing: Free npm: mcp-check-links GitHub: https://github.com/webmoleai/mcp-check-links Security Score: 10/10 Creator: Webmoleai Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-webmoleai-mcp-check-links -- npx -y mcp-check-links@0.2.1 --- ## Db Connect URL: https://mcp-marketplace.io/server/io-github-yugui923-db-connect-mcp Summary: Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse Category: Developer Tools Mode: local Pricing: Free PyPI: db-connect-mcp GitHub: https://github.com/yugui923/db-connect-mcp Security Score: 10/10 Creator: Yugui923 Creator Reputation: B Version: 0.3.1 Required Credentials: DATABASE_URL (required) Install (Claude Code): claude mcp add io-github-yugui923-db-connect-mcp -- uvx db-connect-mcp==0.6.0 --- ## Ateam URL: https://mcp-marketplace.io/server/io-github-ariekogan-ateam-mcp Summary: Build, validate, and deploy multi-agent AI solutions from any AI environment. Description: Build, validate, and deploy multi-agent AI solutions from any AI environment. Remote endpoints: streamable-http: https://mcp.ateam-ai.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @ateam-ai/mcp GitHub: https://github.com/ariekogan/ateam-mcp Security Score: 8/10 Creator: Ariekogan Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-ariekogan-ateam-mcp -- npx -y @ateam-ai/mcp@0.3.24 --- ## Polo URL: https://mcp-marketplace.io/server/com-whensport-polo Summary: First dedicated polo MCP — 2026 USPA, Argentine Triple Crown, British Open. Tournaments + players. Description: First dedicated polo MCP — 2026 USPA, Argentine Triple Crown, British Open. Tournaments + players. Remote endpoints: streamable-http: https://whensport.com/mcp/polo Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whensport.com/mcp/polo MCP Tools (5): polo.getTournaments, polo.getTournament, polo.getVenues, polo.getTeams, polo.getPlayers Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-whensport-polo https://whensport.com/mcp/polo --- ## Asub Ax URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-asub-ax Summary: Statistics and Research Åland (ÅSUB) PxWeb MCP. Description: Statistics and Research Åland (ÅSUB) PxWeb MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/asub-ax/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/asub-ax/mcp GitHub: https://github.com/pipeworx-io/mcp-asub-ax MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-asub-ax https://gateway.pipeworx.io/asub-ax/mcp --- ## Fabric URL: https://mcp-marketplace.io/server/io-github-mpzarde-fabric-mcp Summary: MCP server for Fabric AI patterns Category: Developer Tools Mode: local Pricing: Free npm: @angrydad67/fabric-mcp-server GitHub: https://github.com/mpzarde/fabric-mcp Security Score: 8/10 Creator: Mpzarde Creator Reputation: B Version: 1.0.0 Required Credentials: FABRIC_PATH (optional), YTDLP_PATH (optional) Install (Claude Code): claude mcp add io-github-mpzarde-fabric-mcp -- npx -y @angrydad67/fabric-mcp-server@1.0.1 --- ## Free Blueprints URL: https://mcp-marketplace.io/server/io-github-agent-blueprint-free-blueprints Summary: Free AI agent blueprints for procurement and onboarding. No signup, no API key. Description: Free AI agent blueprints for procurement and onboarding. No signup, no API key. Remote endpoints: streamable-http: https://free-blueprints-mcp.agentblueprint.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @agent-blueprint/free-blueprints Remote URL: https://free-blueprints-mcp.agentblueprint.workers.dev/mcp GitHub: https://github.com/agent-blueprint/free-blueprints Security Score: 9.3/10 Creator: Agent Blueprint Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-agent-blueprint-free-blueprints -- npx -y @agent-blueprint/free-blueprints@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-agent-blueprint-free-blueprints https://free-blueprints-mcp.agentblueprint.workers.dev/mcp --- ## Journald URL: https://mcp-marketplace.io/server/io-github-james116blue-journald-mcp-server Summary: Incident forensic with log files analyzing Category: Developer Tools Mode: local Pricing: Free PyPI: journald-mcp-server GitHub: https://github.com/james116blue/journald-mcp-server.git Security Score: 10/10 Creator: James116blue Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-james116blue-journald-mcp-server -- uvx journald-mcp-server==0.1.0 --- ## Artel URL: https://mcp-marketplace.io/server/io-github-nicolasprimeau-artel Summary: Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect. Description: Self-hosted shared-memory & coordination mesh for AI agent fleets. You host it; agents connect. Remote endpoints: streamable-http: https://{artel_host}/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{artel_host}/mcp GitHub: https://github.com/NicolasPrimeau/artel Security Score: 9.9/10 Creator: NicolasPrimeau Creator Reputation: B Version: 0.17.1 Install (Claude Code Remote): claude mcp add --transport http io-github-nicolasprimeau-artel 'https://{artel_host}/mcp' --- ## Exa URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-exa Summary: Exa MCP — neural/semantic web search + content retrieval (exa.ai) Description: Exa MCP — neural/semantic web search + content retrieval (exa.ai) Remote endpoints: streamable-http: https://gateway.pipeworx.io/exa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/exa/mcp GitHub: https://github.com/pipeworx-io/mcp-exa MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search, get_contents, find_similar Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-exa https://gateway.pipeworx.io/exa/mcp --- ## Smbmap URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-smbmap Summary: MCP server exposing smbmap SMB enumeration functionality Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-smbmap GitHub: https://github.com/daedalus/mcp-smbmap Security Score: 8/10 Creator: Daedalus Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-daedalus-mcp-smbmap -- uvx mcp-smbmap==0.1.2 --- ## Swiss Health URL: https://mcp-marketplace.io/server/io-github-remoprinz-swiss-health-mcp Summary: Swiss health insurance premiums (Krankenkassen-Prämien) 2016-2026. 1.6M records from BAG. Category: Developer Tools Mode: local Pricing: Free npm: @prinz_esox/swiss-health-mcp GitHub: https://github.com/remoprinz/swiss-health-mcp Security Score: 8/10 Creator: Remoprinz Creator Reputation: B Version: 1.0.8 Required Credentials: SUPABASE_URL (optional), SUPABASE_SERVICE_ROLE_KEY (required) Install (Claude Code): claude mcp add io-github-remoprinz-swiss-health-mcp -- npx -y @prinz_esox/swiss-health-mcp@2.0.0 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-readme Summary: MCP server for README.md generation from project metadata Category: Developer Tools Mode: local Pricing: Free npm: readme-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-readme -- npx -y readme-forge-mcp --- ## Shrike URL: https://mcp-marketplace.io/server/io-github-shrike-security-shrike-mcp Summary: AI agent security scanner — prompt injection detection, SQL injection, PII isolation, threat intel. Category: Security Mode: local Pricing: Free npm: shrike-mcp GitHub: https://github.com/Shrike-Security/shrike-mcp Security Score: 8/10 Creator: Shrike Security Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-shrike-security-shrike-mcp -- npx -y shrike-mcp@3.6.1 --- ## Withvibe Roadmap URL: https://mcp-marketplace.io/server/io-github-withvibe-withvibe-roadmap Summary: Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/withvibe/withvibe-roadmap Security Score: 9.8/10 Creator: Withvibe Creator Reputation: B Version: 2.0.0 --- ## Knowmint URL: https://mcp-marketplace.io/server/io-github-sou0327-knowmint Summary: AI agent knowledge marketplace. Discover, purchase, and retrieve human expertise via x402 on Solana. Category: Developer Tools Mode: local Pricing: Free npm: @knowmint/mcp-server GitHub: https://github.com/Sou0327/knowmint Security Score: 2.7/10 Creator: Sou0327 Creator Reputation: B Version: 0.1.4 Required Credentials: KM_API_KEY (required), KM_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-sou0327-knowmint -- npx -y @knowmint/mcp-server --- ## Check Licenses URL: https://mcp-marketplace.io/server/io-github-webmoleai-mcp-check-licenses Summary: Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts. Category: Developer Tools Mode: local Pricing: Free npm: mcp-check-licenses GitHub: https://github.com/webmoleai/mcp-check-licenses Security Score: 10/10 Creator: Webmoleai Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-webmoleai-mcp-check-licenses -- npx -y mcp-check-licenses@0.2.1 --- ## Mitre URL: https://mcp-marketplace.io/server/io-github-luongnv89-mitre-mcp Summary: MCP server exposing the MITRE ATT&CK framework via the official MCP Python SDK. Category: Developer Tools Mode: local Pricing: Free PyPI: mitre-mcp GitHub: https://github.com/Montimage/mitre-mcp Security Score: 9.2/10 Creator: Montimage Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-luongnv89-mitre-mcp -- uvx mitre-mcp==0.3.1 --- ## Securecode URL: https://mcp-marketplace.io/server/io-github-juanisidoro-securecode Summary: Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption. Category: Developer Tools Mode: local Pricing: Free npm: @securecode/mcp-server GitHub: https://github.com/juanisidoro/securecode-mcp Security Score: 6.8/10 Creator: Juanisidoro Creator Reputation: B Version: 0.15.2 Install (Claude Code): claude mcp add io-github-juanisidoro-securecode -- npx -y @securecode/mcp-server@0.15.3 --- ## O360 URL: https://mcp-marketplace.io/server/io-github-jameelnabbo-o360-mcp Summary: Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes Category: Developer Tools Mode: local Pricing: Free npm: o360-mcp GitHub: https://github.com/offensive360/mcp-server Security Score: 5.2/10 Creator: Offensive360 Creator Reputation: B Version: 1.0.1 Required Credentials: O360_URL (optional), O360_TOKEN (required) Install (Claude Code): claude mcp add io-github-jameelnabbo-o360-mcp -- npx -y o360-mcp@1.0.2 --- ## Humaans URL: https://mcp-marketplace.io/server/io-github-mindstone-mcp-server-humaans Summary: Humaans HR platform MCP server for Model Context Protocol hosts Category: Developer Tools Mode: local Pricing: Free npm: @mindstone/mcp-server-humaans GitHub: https://github.com/mindstone/mcp-servers Security Score: 9.9/10 Creator: Mindstone Creator Reputation: B Version: 0.3.1 Required Credentials: HUMAANS_API_KEY (required) Install (Claude Code): claude mcp add io-github-mindstone-mcp-server-humaans -- npx -y @mindstone/mcp-server-humaans --- ## Shiori URL: https://mcp-marketplace.io/server/io-github-rusty4444-shiori-mcp Summary: MCP server for Shiori bookmark management and tag workflows. Category: Developer Tools Mode: local Pricing: Free PyPI: shiori-mcp GitHub: https://github.com/rusty4444/shiori-mcp Security Score: 5.2/10 Creator: Rusty4444 Creator Reputation: B Version: 0.1.0 Required Credentials: SHIORI_BASE_URL (optional), SHIORI_SESSION_ID (required), SHIORI_USERNAME (optional), SHIORI_PASSWORD (required) Install (Claude Code): claude mcp add io-github-rusty4444-shiori-mcp -- uvx shiori-mcp==0.1.0 --- ## Fossick URL: https://mcp-marketplace.io/server/io-github-lipdog-fossick Summary: Search all of GitHub from your AI agent — find libraries, drill into repos, find code patterns. Category: Developer Tools Mode: local Pricing: Free PyPI: fossick-mcp GitHub: https://github.com/Lipdog/fossick-mcp Security Score: 9.5/10 Creator: Lipdog Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-lipdog-fossick -- uvx fossick-mcp==0.1.4 --- ## Veridict URL: https://mcp-marketplace.io/server/io-github-xkumakichi-veridict Summary: Know if you can trust your MCP server. Trust judgment for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: veridict GitHub: https://github.com/xkumakichi/veridict.git Security Score: 6.9/10 Creator: Xkumakichi Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-xkumakichi-veridict -- npx -y veridict@0.2.0 --- ## Verify URL: https://mcp-marketplace.io/server/com-lumethic-verify Summary: Verify photos are genuine camera captures, not AI-generated: C2PA checks and RAW+JPEG forensics. Description: Verify photos are genuine camera captures, not AI-generated: C2PA checks and RAW+JPEG forensics. Remote endpoints: streamable-http: https://api.lumethic.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lumethic.com/mcp MCP Tools (11): get_account_usage, create_verification_upload, verify_photo, verify_content_credentials, get_verification, list_verifications, share_verification, get_verification_share, unshare_verification, get_listing, list_my_listings Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-lumethic-verify https://api.lumethic.com/mcp --- ## Public URL: https://mcp-marketplace.io/server/com-complianceautomator-public-mcp Summary: Public read-only MCP for products, frameworks, guides, methodology, and blog metadata. Description: Public read-only MCP for products, frameworks, guides, methodology, and blog metadata. Remote endpoints: streamable-http: https://www.complianceautomator.com/api/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://www.complianceautomator.com/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-complianceautomator-public-mcp https://www.complianceautomator.com/api/mcp --- ## Ci 1t URL: https://mcp-marketplace.io/server/io-github-collapseindex-ci1t-mcp Summary: CI-1T prediction stability engine. Detect ghosts, evaluate drift, monitor fleets. 20 tools. Category: Developer Tools Mode: local Pricing: Free npm: @collapseindex/ci1t-mcp GitHub: https://github.com/collapseindex/ci-1t-mcp Security Score: 7/10 Creator: Collapseindex Creator Reputation: B Version: 1.7.1 Required Credentials: CI1T_API_KEY (required), CI1T_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-collapseindex-ci1t-mcp -- npx -y @collapseindex/ci1t-mcp@1.7.1 --- ## VelociRAG URL: https://mcp-marketplace.io/server/io-github-haseebkhalid1507-velocirag Summary: Lightning-fast RAG for AI agents. 4-layer fusion, ONNX Runtime, sub-200ms search. Category: Developer Tools Mode: local Pricing: Free PyPI: velocirag GitHub: https://github.com/HaseebKhalid1507/VelociRAG Security Score: 8.5/10 Creator: HaseebKhalid1507 Creator Reputation: B Version: 0.7.4 Install (Claude Code): claude mcp add io-github-haseebkhalid1507-velocirag -- uvx velocirag==0.7.4 --- ## Craft Gtm URL: https://mcp-marketplace.io/server/io-github-shashwatgtm-craft-gtm-mcp Summary: 8 strategic GTM tools: PMF, Launch, Interviews, Retention, Partners, Crisis, Competitive Intel Category: Developer Tools Mode: local Pricing: Free npm: @shashwatgtmalpha/craft-gtm-mcp GitHub: https://github.com/shashwatgtm/craft-gtm-mcp Security Score: 8/10 Creator: Shashwatgtm Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-shashwatgtm-craft-gtm-mcp -- npx -y @shashwatgtmalpha/craft-gtm-mcp@2.0.1 --- ## Qasper URL: https://mcp-marketplace.io/server/io-github-qasperai-qasper Summary: Discover and book businesses via AI agents. Description: Discover and book businesses via AI agents. Remote endpoints: streamable-http: https://qasper.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @qasperai/mcp-server Remote URL: https://qasper.ai/mcp GitHub: https://github.com/QasperAI/mcp-server Security Score: 8/10 Creator: QasperAI Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-qasperai-qasper -- npx -y @qasperai/mcp-server@1.0.6 Install (Claude Code Remote): claude mcp add --transport http io-github-qasperai-qasper https://qasper.ai/mcp --- ## Full Vk URL: https://mcp-marketplace.io/server/io-github-ssm82-vk-mcp Summary: MCP server for VK API with 180+ tools: users, wall, groups, friends, photos, messages. Category: Developer Tools Mode: local Pricing: Free npm: full-vk-mcp GitHub: https://github.com/ssm82/full-vk-mcp Security Score: 10/10 Creator: Ssm82 Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-ssm82-vk-mcp -- npx -y full-vk-mcp@0.2.2 --- ## Btp Sap Odata To Mcp Server Optimized URL: https://mcp-marketplace.io/server/io-github-raistlin82-btp-sap-odata-to-mcp-server-optimized Summary: Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration Category: Business Tools Mode: local Pricing: Free npm: btp-sap-odata-to-mcp-server GitHub: https://github.com/Raistlin82/btp-sap-odata-to-mcp-server-optimized Security Score: 7/10 Creator: Raistlin82 Creator Reputation: B Version: 1.0.1 Required Credentials: SAP_IAS_URL (optional), SAP_IAS_CLIENT_ID (optional), SAP_IAS_CLIENT_SECRET (required), SAP_DESTINATION_NAME (optional), ODATA_DISCOVERY_MODE (optional), ODATA_INCLUDE_PATTERNS (optional), ODATA_EXCLUDE_PATTERNS (optional), PORT (optional), NODE_ENV (optional) Install (Claude Code): claude mcp add io-github-raistlin82-btp-sap-odata-to-mcp-server-optimized -- npx -y btp-sap-odata-to-mcp-server@1.0.1 --- ## Proxy Doctor URL: https://mcp-marketplace.io/server/io-github-jiansen-proxy-doctor Summary: Diagnose proxy misconfigurations that break AI coding tools (Cursor, VS Code, Windsurf) Category: Developer Tools Mode: local Pricing: Free PyPI: proxy-doctor GitHub: https://github.com/Jiansen/proxy-doctor Security Score: 10/10 Creator: Jiansen Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-jiansen-proxy-doctor -- uvx proxy-doctor==0.2.1 --- ## Content Calendar Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-content-calendar-ai-mcp Summary: Content Calendar Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: content-calendar-ai-mcp GitHub: https://github.com/CSOAI-ORG/content-calendar-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-content-calendar-ai-mcp -- uvx content-calendar-ai-mcp==1.0.11 --- ## DevDocs-MCP URL: https://mcp-marketplace.io/server/devdocs-mcp Summary: Local MCP server for searchable, offline-first DevDocs documentation in AI clients. Description: DevDocs MCP Server provides tool-based access to technical documentation from DevDocs through the Model Context Protocol (MCP). It focuses on fast local search, cached documentation access, and practical retrieval workflows for coding assistants and developer tools. This server is intended for developers who want: - Local documentation lookup from MCP-compatible clients - Reduced dependency on live web browsing for common docs - A simple, self-hosted docs retrieval layer Category: Developer Tools Mode: local Pricing: Free npm: https://www.npmjs.com/package/@madhan-g-p/devdocs-mcp-server GitHub: https://github.com/madhan-g-p/DevDocs-MCP Security Score: 8/10 Creator: madhan-g-p Creator Reputation: C- Version: 1.0.0 Tags: mcp, devdocs, documentation, developer-tools, search, offline, local-server, ai-assistant, docs-retrieval Use Cases: Application Development Install (Claude Code): claude mcp add devdocs-mcp -- npx -y https://www.npmjs.com/package/@madhan-g-p/devdocs-mcp-server --- ## Clawallex URL: https://mcp-marketplace.io/server/io-github-clawallex-tech-clawallex-mcp Summary: MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards Category: Developer Tools Mode: local Pricing: Free npm: @clawallex/mcp-server GitHub: https://github.com/clawallex/clawallex-mcp Security Score: 7/10 Creator: Clawallex Creator Reputation: B Version: 1.0.9 Required Credentials: CLAWALLEX_API_KEY (required), CLAWALLEX_API_SECRET (required) Install (Claude Code): claude mcp add io-github-clawallex-tech-clawallex-mcp -- npx -y @clawallex/mcp-server@1.0.9 --- ## Ui URL: https://mcp-marketplace.io/server/io-github-forge-space-ui-mcp Summary: Forge Space MCP server for UI and backend generation via stdio transport. Category: Developer Tools Mode: local Pricing: Free npm: @forgespace/ui-mcp GitHub: https://github.com/Forge-Space/ui-mcp Security Score: 10/10 Creator: Forge Space Creator Reputation: B Version: 0.25.0 Install (Claude Code): claude mcp add io-github-forge-space-ui-mcp -- npx -y @forgespace/ui-mcp@0.25.0 --- ## elnora-mcp-server URL: https://mcp-marketplace.io/server/elnora-mcp-server Summary: AI agent for preclinical lab work Description: Connect AI agents to the Elnora bioprotocol optimization platform via MCP. Generate, optimize, and manage wet-lab protocols directly from Claude Code, Cursor, VS Code, Codex, and ChatGPT. 74 tools across 15 categories including protocol generation, file management, project organization, and full-text search. OAuth 2.1 and API key authentication supported. Category: Education & Research Mode: dual Pricing: Free npm: @elnora-ai/mcp-server Remote URL: https://mcp.elnora.ai/mcp GitHub: https://github.com/Elnora-AI/elnora-mcp-server Security Score: 9.8/10 Creator: Carmen Kivisild Creator Reputation: A- Version: 1.0.0 Uptime Status: up Tags: mcp, bioprotocol, lab-protocol, ai-agent, life-sciences, pharma, model-context-protocol, elnora Use Cases: Bioprotocol generation, Preclinical lab work, Cell culture, Lab protocol optimization, File and project management, Team collaboration for research Required Credentials: ELNORA_ACCOUNT (required) Install (Claude Code): claude mcp add elnora-mcp-server -- npx -y @elnora-ai/mcp-server@0.13.0 Install (Claude Code Remote): claude mcp add --transport http elnora-mcp-server https://mcp.elnora.ai/mcp --- ## Boltwork URL: https://mcp-marketplace.io/server/io-github-squidboy30-boltwork-mcp Summary: AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more. Category: Developer Tools Mode: local Pricing: Free PyPI: boltwork-mcp GitHub: https://github.com/Squidboy30/boltwork-mcp Security Score: 7/10 Creator: Squidboy30 Creator Reputation: B Version: 0.1.12 Required Credentials: NWC_CONNECTION_STRING (required), PHOENIXD_URL (optional), PHOENIXD_PASSWORD (required) Install (Claude Code): claude mcp add io-github-squidboy30-boltwork-mcp -- uvx boltwork-mcp==0.1.12 --- ## Engram URL: https://mcp-marketplace.io/server/io-github-spectra-g-engram Summary: MCP adapter for Engram - organizational memory for AI agents Category: Developer Tools Mode: local Pricing: Free npm: @spectra-g/engram-adapter GitHub: https://github.com/spectra-g/engram Security Score: 8.7/10 Creator: Spectra G Creator Reputation: B Version: 0.2.11 Install (Claude Code): claude mcp add io-github-spectra-g-engram -- npx -y @spectra-g/engram-adapter --- ## Rlm Tools URL: https://mcp-marketplace.io/server/io-github-stefanoshea-rlm-tools Summary: Persistent Python sandbox for token-efficient codebase exploration in MCP clients Category: Developer Tools Mode: local Pricing: Free PyPI: rlm-tools GitHub: https://github.com/stefanoshea/rlm-tools Security Score: 10/10 Creator: Stefanoshea Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-stefanoshea-rlm-tools -- uvx rlm-tools==0.1.0 --- ## Weather Server URL: https://mcp-marketplace.io/server/io-github-byrness-weather Summary: An MCP server for weather information. Category: Developer Tools Mode: local Pricing: Free npm: @byrness/mcp-weather-server GitHub: https://github.com/byrness/mcp-weather-server Security Score: 8/10 Creator: Byrness Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-byrness-weather -- npx -y @byrness/mcp-weather-server@1.0.1 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-snowflake-labs-mcp Summary: MCP Server for Snowflake from Snowflake Labs Category: Data & Analytics Mode: local Pricing: Free PyPI: snowflake-labs-mcp GitHub: https://github.com/Snowflake-Labs/mcp Security Score: 4.5/10 Creator: Snowflake Labs Creator Reputation: B Version: 1.3.5 Required Credentials: SNOWFLAKE_ACCOUNT (optional), SNOWFLAKE_HOST (optional), SNOWFLAKE_USER (optional), SNOWFLAKE_PASSWORD (required), SNOWFLAKE_ROLE (optional), SNOWFLAKE_WAREHOUSE (optional), SNOWFLAKE_PASSCODE (optional), SNOWFLAKE_PRIVATE_KEY (required), SNOWFLAKE_PRIVATE_KEY_FILE (optional), SNOWFLAKE_PRIVATE_KEY_FILE_PWD (optional), SNOWFLAKE_MCP_HOST (optional), SNOWFLAKE_MCP_PORT (optional), SNOWFLAKE_MCP_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-snowflake-labs-mcp -- uvx snowflake-labs-mcp==1.4.1 --- ## Exa URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-exa Summary: MCP server exposing Exa websearch API Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-exa GitHub: https://github.com/daedalus/mcp-exa Security Score: 0.4/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-exa -- uvx mcp-exa==0.1.1 --- ## Mustertheforce URL: https://mcp-marketplace.io/server/com-mustertheforce-mcp Summary: Salesforce-grounded retrieval, diagnoses, and a vetted-Force marketplace for MCP clients. Description: Salesforce-grounded retrieval, diagnoses, and a vetted-Force marketplace for MCP clients. Remote endpoints: streamable-http: https://mcp.mustertheforce.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mustertheforce.com/mcp GitHub: https://github.com/mustertheforce/mustertheforce Security Score: 8/10 Creator: Mustertheforce Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mustertheforce-mcp https://mcp.mustertheforce.com/mcp --- ## Yandex Metrika URL: https://mcp-marketplace.io/server/io-github-theyahia-yandex-metrika-mcp Summary: MCP server for Yandex Metrika — web analytics, counters, goals, traffic (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandex-metrika-mcp GitHub: https://github.com/theYahia/yandex-metrika-mcp Security Score: 5.2/10 Creator: TheYahia Creator Reputation: B Version: 2.1.1 Install (Claude Code): claude mcp add io-github-theyahia-yandex-metrika-mcp -- npx -y @theyahia/yandex-metrika-mcp@2.1.1 --- ## Unifi URL: https://mcp-marketplace.io/server/io-github-sirkirby-unifi-protect-mcp Summary: Manage UniFi Protect cameras, events, recordings, and smart detections via MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: unifi-protect-mcp GitHub: https://github.com/sirkirby/unifi-mcp Security Score: 9/10 Creator: Sirkirby Creator Reputation: B Version: 0.1.6 Required Credentials: UNIFI_HOST (optional), UNIFI_USERNAME (required), UNIFI_PASSWORD (required), UNIFI_API_KEY (required), UNIFI_PORT (optional), UNIFI_VERIFY_SSL (optional) Install (Claude Code): claude mcp add io-github-sirkirby-unifi-protect-mcp -- uvx unifi-protect-mcp --- ## Path402 URL: https://mcp-marketplace.io/server/io-github-b0ase-path402 Summary: AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol Category: Developer Tools Mode: local Pricing: Free npm: path402 GitHub: https://github.com/b0ase/path402 Security Score: 9.7/10 Creator: B0ase Creator Reputation: B Version: 1.3.2 Required Credentials: PATH402_API_URL (optional), PATH402_DEFAULT_BUDGET (optional), PATH402_WALLET_WIF (required) Install (Claude Code): claude mcp add io-github-b0ase-path402 -- npx -y path402 --- ## Figma Context URL: https://mcp-marketplace.io/server/io-github-felixanhalt-figma-context-mcp Summary: LLM-optimized Figma MCP server. Category: Design Mode: local Pricing: Free npm: @tmegit/figma-developer-mcp GitHub: https://github.com/felixAnhalt/Figma-Context-MCP Security Score: 9.5/10 Creator: FelixAnhalt Creator Reputation: B Version: 0.13.0 Required Credentials: FIGMA_API_KEY (required) Install (Claude Code): claude mcp add io-github-felixanhalt-figma-context-mcp -- npx -y @tmegit/figma-developer-mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-jwt Summary: MCP server for JWT decoding and inspection Category: Developer Tools Mode: local Pricing: Free npm: jwt-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-jwt -- npx -y jwt-forge-mcp --- ## Codereviewbuddy URL: https://mcp-marketplace.io/server/io-github-detailobsessed-codereviewbuddy Summary: MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs Category: Developer Tools Mode: local Pricing: Free PyPI: codereviewbuddy GitHub: https://github.com/detailobsessed/codereviewbuddy Security Score: 10/10 Creator: Detailobsessed Creator Reputation: B Version: 0.37.0 Install (Claude Code): claude mcp add io-github-detailobsessed-codereviewbuddy -- uvx codereviewbuddy==0.37.0 --- ## Mo5 URL: https://mcp-marketplace.io/server/io-github-thlg057-mo5-mcp-server Summary: MCP server for Thomson MO5 C development, 6809, CMOC, SDK, toolchain. Category: Developer Tools Mode: local Pricing: Free npm: @thlg057/mo5-rag-mcp GitHub: https://github.com/thlg057/mo5-mcp-server Security Score: 8/10 Creator: Thierry LE GOT Creator Reputation: D Version: 1.0.2 Required Credentials: RAG_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-thlg057-mo5-mcp-server -- npx -y @thlg057/mo5-rag-mcp@1.0.2 --- ## Vtimestamp URL: https://mcp-marketplace.io/server/io-github-vdappdev2-vtimestamp Summary: MCP server for verifying and querying vtimestamp proofs on the Verus blockchain Category: Developer Tools Mode: local Pricing: Free npm: vtimestamp-mcp GitHub: https://github.com/vdappdev2/vtimestamp-mcp Security Score: 10/10 Creator: Vdappdev2 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-vdappdev2-vtimestamp -- npx -y vtimestamp-mcp@1.1.1 --- ## ClaudeSmalltalk URL: https://mcp-marketplace.io/server/io-github-johnmci-claudesmalltalk Summary: MCP server for AI interaction with live Smalltalk images Category: Developer Tools Mode: local Pricing: Free PyPI: claude-smalltalk GitHub: https://github.com/CorporateSmalltalkConsultingLtd/ClaudeSmalltalk Security Score: 10/10 Creator: CorporateSmalltalkConsultingLtd Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-johnmci-claudesmalltalk -- uvx claude-smalltalk==1.2.2 --- ## StackGuide URL: https://mcp-marketplace.io/server/io-github-isucorp-taimiralain-stackguide-mcp Summary: Dynamic context loading for AI assistants with TDD workflow and AST analysis Category: Developer Tools Mode: local Pricing: Free npm: @stackguide/mcp-server GitHub: https://github.com/isucorp-taimiralain/StackGuide-MCP Security Score: 7.9/10 Creator: Isucorp Taimiralain Creator Reputation: B Version: 4.1.3 Install (Claude Code): claude mcp add io-github-isucorp-taimiralain-stackguide-mcp -- npx -y @stackguide/mcp-server@4.1.3 --- ## Agentwatch URL: https://mcp-marketplace.io/server/io-github-nicofains1-agentwatch Summary: Multi-agent observability: cascade failure detection, heartbeats, and forensic replay Category: Developer Tools Mode: local Pricing: Free npm: @nicofains1/agentwatch GitHub: https://github.com/nicofains1/agentwatch Security Score: 10/10 Creator: Nicofains1 Creator Reputation: B Version: 0.3.1 Required Credentials: AGENTWATCH_DB (optional) Install (Claude Code): claude mcp add io-github-nicofains1-agentwatch -- npx -y @nicofains1/agentwatch@0.3.1 --- ## Agentcron URL: https://mcp-marketplace.io/server/io-github-noriget-agentcron Summary: Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs. Description: Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs. Remote endpoints: streamable-http: https://cron.mgm-llc.org/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://cron.mgm-llc.org/mcp GitHub: https://github.com/Noriget/agentcron Security Score: 4.2/10 Creator: Noriget Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-noriget-agentcron https://cron.mgm-llc.org/mcp --- ## Salesforce URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-salesforce Summary: Salesforce MCP Pack Description: Salesforce MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/salesforce/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/salesforce/mcp GitHub: https://github.com/pipeworx-io/mcp-salesforce MCP Tools (9): discover_tools, sf_query, sf_get_record, sf_search, sf_describe, sf_list_objects, sf_create_record, sf_update_record, sf_delete_record Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-salesforce https://gateway.pipeworx.io/salesforce/mcp --- ## Theaudiodb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-theaudiodb Summary: TheAudioDB MCP — community music metadata database. Description: TheAudioDB MCP — community music metadata database. Remote endpoints: streamable-http: https://gateway.pipeworx.io/theaudiodb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/theaudiodb/mcp GitHub: https://github.com/pipeworx-io/mcp-theaudiodb MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_artist, search_album, get_artist, get_album_tracks Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-theaudiodb https://gateway.pipeworx.io/theaudiodb/mcp --- ## Payfast URL: https://mcp-marketplace.io/server/io-github-jpbester-payfast Summary: MCP server for PayFast — AI assistants interact with South Africa's payment gateway Category: Developer Tools Mode: local Pricing: Free npm: payfast-mcp GitHub: https://github.com/jpbester/payfast-mcp Security Score: 5.5/10 Creator: Jpbester Creator Reputation: B Version: 1.0.1 Required Credentials: PAYFAST_MERCHANT_ID (optional), PAYFAST_MERCHANT_KEY (required), PAYFAST_PASSPHRASE (required), PAYFAST_ENVIRONMENT (optional) Install (Claude Code): claude mcp add io-github-jpbester-payfast -- npx -y payfast-mcp@1.0.1 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-uuid Summary: MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, random IDs. Category: Developer Tools Mode: local Pricing: Free npm: uuid-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-uuid -- npx -y uuid-forge-mcp --- ## Image Recongnition URL: https://mcp-marketplace.io/server/io-github-shalevshalit-image-recongnition-mcp Summary: MCP server for AI-powered image recognition and description using OpenAI vision models. Category: Developer Tools Mode: local Pricing: Free npm: image-recongnition-mcp GitHub: https://github.com/mcp-s-ai/image-recongnition-mcp Security Score: 6.7/10 Creator: Mcp S Ai Creator Reputation: B Version: 1.0.0 Required Credentials: OPENAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-shalevshalit-image-recongnition-mcp -- npx -y image-recongnition-mcp --- ## Flutterwave URL: https://mcp-marketplace.io/server/io-github-bajoski34-mcp-flutterwave Summary: MCP Server to interact with Flutterwave APIs. Category: Developer Tools Mode: local Pricing: Free npm: mcp-flutterwave GitHub: https://github.com/bajoski34/mcp-flutterwave Security Score: 10/10 Creator: Bajoski34 Creator Reputation: B Version: 1.2.0 Required Credentials: FLW_SECRET_KEY (required) Install (Claude Code): claude mcp add io-github-bajoski34-mcp-flutterwave -- npx -y mcp-flutterwave@1.3.2 --- ## Sentinal URL: https://mcp-marketplace.io/server/io-github-musaraf-m-sentinal-mcp Summary: Redis health, BullMQ queue monitoring, memory analysis, and slow query diagnostics Category: Developer Tools Mode: local Pricing: Free npm: @md-musaraf/sentinal-mcp GitHub: https://github.com/Musaraf-M/sentinal Security Score: 9.7/10 Creator: Musaraf M Creator Reputation: B Version: 1.0.0 Required Credentials: REDIS_URL (required) Install (Claude Code): claude mcp add io-github-musaraf-m-sentinal-mcp -- npx -y @md-musaraf/sentinal-mcp --- ## Polymarket Agent URL: https://mcp-marketplace.io/server/polymarket-mcp-server Summary: Trade, analyze, and automate Polymarket prediction markets via AI Description: 🛡️ Verified Safe — SafeSkill 97/100 (audited 2026-04-11, zero taint flows, all metric categories passing). See SECURITY.md and PERMISSIONS.md for full disclosure. Full-featured MCP server for Polymarket — search markets, execute trades, copy top traders, analyze smart money flow, backtest strategies, and manage your portfolio. All through natural language via Claude Code, Cursor, or any MCP-compatible AI assistant. Includes 48 tools spanning direct trading, market discovery, trader analysi Category: Finance Mode: local Pricing: Free npm: polymarket-agent-mcp GitHub: https://github.com/demwick/polymarket-agent-mcp Security Score: 10/10 Rating: 5/5 Installs: 2 Creator: demwick Creator Reputation: B Version: 1.6.2 Tags: polymarket, trading, prediction-markets, mcp, finance, copy-trading, smart-money, backtest, ai-agent, defi, crypto, portfolio, market-analysis, automation Use Cases: Search and discover Polymarket markets by keyword, category, or end date, Buy and sell directly on any market with market or limit orders, Discover top traders from the leaderboard by PnL and volume, Smart money flow detection — find markets where multiple top traders are buying, Copy trading with automatic wallet monitoring and proportional sizing, Conviction scoring (0-100) across 5 dimensions for any trader, Backtest any trader's history to simulate copy results before committing, Market quality filter — auto-skip illiquid markets (spread, depth, price checks), Stop-loss and take-profit automation on any position, Multi-wallet portfolio overview with per-trader P&L breakdown, Auto-rebalance — remove underperforming traders based on score thresholds, Price history with OHLC and sparkline charts (1h to 1m intervals), Market watchlist with configurable price alerts, WTA tennis market discovery with stink bid pricing, Preview mode for risk-free simulation (default), Live mode for real order execution via Polymarket CLOB API, Daily budget management with conviction-based multipliers, Separate monitoring dashboard (polymarket-dashboard project), Free tier: market search, basic discovery, 3 wallet watchlist, Pro tier: full copy trading, backtest, smart flow, rebalance, unlimited wallets Required Credentials: MCP_LICENSE_KEY (optional), COPY_MODE (optional), DAILY_BUDGET (optional), POLY_PRIVATE_KEY (optional), POLY_API_KEY (optional), POLY_API_SECRET (optional), POLY_API_PASSPHRASE (optional) Install (Claude Code): claude mcp add polymarket-mcp-server -- npx -y polymarket-agent-mcp@1.6.7 --- ## Ocean URL: https://mcp-marketplace.io/server/io-github-mansurjisan-coops-mcp Summary: NOAA CO-OPS tides, water levels, currents, and meteorological data Category: Developer Tools Mode: local Pricing: Free PyPI: coops-mcp GitHub: https://github.com/mansurjisan/ocean-mcp Security Score: 9/10 Creator: Mansurjisan Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-coops-mcp -- uvx coops-mcp --- ## Infra Lens URL: https://mcp-marketplace.io/server/io-github-oaslananka-mcp-infra-lens Summary: SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations. Category: Developer Tools Mode: local Pricing: Free npm: mcp-infra-lens GitHub: https://github.com/oaslananka/mcp-infra-lens Security Score: 10/10 Creator: Oaslananka Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-oaslananka-mcp-infra-lens -- npx -y mcp-infra-lens@1.0.2 --- ## Email URL: https://mcp-marketplace.io/server/io-setip-emailmcp Summary: AI agent email — 23 tools free to read inbox, 28 paid to send. $9.99/mo. Token auto-provisioned. Description: AI agent email — 23 tools free to read inbox, 28 paid to send. $9.99/mo. Token auto-provisioned. Remote endpoints: streamable-http: https://mcp.setip.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.setip.io/mcp GitHub: https://github.com/nfodor/emailmcp MCP Tools (51): send_email, send_template_email, validate_email, get_email_usage, verify_email_setup, list_email_accounts, read_inbox, get_mailbox_status, list_mailboxes, start_smtp_receiver, stop_smtp_receiver, get_smtp_receiver_status, get_forwarded_emails, get_conversation_threads, get_conversation_context, get_threads_for_sender, check_email_config, configure_mailgun, test_email_config, create_mailbox, delete_mailbox, list_local_mailboxes, request_email_ip, check_ip_status, get_dns_records, verify_autonomous_setup, setup_autonomous_security, create_email_rule, list_email_rules, delete_email_rule, update_email_rule, start_idle_watch, stop_idle_watch, get_idle_status, provision_start, provision_resume, provision_status, list_cloud_providers, start_health_monitor, get_health_status, add_sending_domain, list_sending_domains, remove_sending_domain, get_domain_dns_records, regenerate_zone_file, create_email_account, delete_email_account, list_email_accounts_managed, reset_account_password, get_suppression_list, remove_from_suppression Security Score: 0/10 Creator: Nfodor Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-setip-emailmcp https://mcp.setip.io/mcp --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-docker Summary: Structured Docker operations (ps, images, logs, build) as typed JSON. Category: Cloud & DevOps Mode: local Pricing: Free npm: @paretools/docker GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.8.0 Install (Claude Code): claude mcp add io-github-dave-london-docker -- npx -y @paretools/docker --- ## Pare URL: https://mcp-marketplace.io/server/io-github-dave-london-make Summary: MCP server for Make/Just task runners with structured, token-efficient output Category: Developer Tools Mode: local Pricing: Free npm: @paretools/make GitHub: https://github.com/Dave-London/Pare Security Score: 9.7/10 Creator: Dave London Creator Reputation: B Version: 0.7.1 Install (Claude Code): claude mcp add io-github-dave-london-make -- npx -y @paretools/make --- ## Linkedctl URL: https://mcp-marketplace.io/server/io-github-alexey-pelykh-linkedctl Summary: CLI and MCP server for the LinkedIn API Category: Developer Tools Mode: local Pricing: Free npm: linkedctl GitHub: https://github.com/alexey-pelykh/linkedctl Security Score: 10/10 Creator: Alexey Pelykh Creator Reputation: B Version: 0.5.0 Required Credentials: LINKEDCTL_ACCESS_TOKEN (required), LINKEDCTL_CLIENT_ID (optional), LINKEDCTL_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-alexey-pelykh-linkedctl -- npx -y linkedctl@0.5.1 --- ## Clawriver URL: https://mcp-marketplace.io/server/io-github-timluogit-clawriver Summary: Agent 知识共享市场 — 让 AI Agent 搜索/购买/上传经验记忆。34 个 Tools,支持记忆搜索、购买、上传、评价、团队协作。 Description: Agent 知识共享市场 — 让 AI Agent 搜索/购买/上传经验记忆。34 个 Tools,支持记忆搜索、购买、上传、评价、团队协作。 Remote endpoints: streamable-http: https://clawriver.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://clawriver.onrender.com/mcp GitHub: https://github.com/Timluogit/clawriver Security Score: 2.9/10 Creator: Timluogit Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-timluogit-clawriver https://clawriver.onrender.com/mcp --- ## Apple Ads URL: https://mcp-marketplace.io/server/io-github-happygallo-apple-ads Summary: Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5. Category: Developer Tools Mode: local Pricing: Free npm: apple-ads-mcp GitHub: https://github.com/Happygallo/apple-ads-mcp Security Score: 7/10 Creator: Happygallo Creator Reputation: B Version: 1.0.3 Required Credentials: ASA_CLIENT_ID (optional), ASA_TEAM_ID (optional), ASA_KEY_ID (optional), ASA_PRIVATE_KEY_PATH (optional), ASA_ORG_ID (optional) Install (Claude Code): claude mcp add io-github-happygallo-apple-ads -- npx -y apple-ads-mcp@1.0.3 --- ## Aibtc URL: https://mcp-marketplace.io/server/io-github-aibtcdev-mcp-server Summary: Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, x402 payments. Category: Developer Tools Mode: local Pricing: Free npm: @aibtc/mcp-server GitHub: https://github.com/aibtcdev/aibtc-mcp-server Security Score: 10/10 Creator: Aibtcdev Creator Reputation: B Version: 1.17.0 Install (Claude Code): claude mcp add io-github-aibtcdev-mcp-server -- npx -y @aibtc/mcp-server@1.48.0 --- ## Python Exec Sandbox URL: https://mcp-marketplace.io/server/io-github-lu-zhengda-mcp-python-exec-sandbox Summary: Sandboxed Python execution for AI agents. PEP 723 inline deps, multi-version Python, zero pollution. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-python-exec-sandbox GitHub: https://github.com/lu-zhengda/mcp-python-exec-sandbox Security Score: 10/10 Creator: Lu Zhengda Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add io-github-lu-zhengda-mcp-python-exec-sandbox -- uvx mcp-python-exec-sandbox==0.1.8 --- ## Trust URL: https://mcp-marketplace.io/server/io-github-agntor-trust Summary: Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments. Category: Developer Tools Mode: local Pricing: Free npm: @agntor/mcp GitHub: https://github.com/agntor/mcp Security Score: 6.3/10 Creator: Agntor Creator Reputation: B Version: 0.1.0 Required Credentials: AGNTOR_API_KEY (required), AGNTOR_SECRET_KEY (required) Install (Claude Code): claude mcp add io-github-agntor-trust -- npx -y @agntor/mcp@0.1.0 --- ## Deepfake Detector URL: https://mcp-marketplace.io/server/io-github-csoai-org-deepfake-detector-mcp Summary: Deepfake Detector MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: deepfake-detector-mcp GitHub: https://github.com/CSOAI-ORG/deepfake-detector-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.15 Install (Claude Code): claude mcp add io-github-csoai-org-deepfake-detector-mcp -- uvx deepfake-detector-mcp==1.0.15 --- ## Furniture Designer URL: https://mcp-marketplace.io/server/io-github-luisenvilla-furniture-designer-mcp Summary: Professional furniture design: specs, validation, cut optimization, BOM, and 3D reports. Category: Developer Tools Mode: local Pricing: Free PyPI: furniture-designer-mcp GitHub: https://github.com/LuisEnVilla/furniture-designer-mcp Security Score: 10/10 Creator: LuisEnVilla Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-luisenvilla-furniture-designer-mcp -- uvx furniture-designer-mcp==0.1.3 --- ## Cachetank URL: https://mcp-marketplace.io/server/io-github-jacobsilver7-art-cachetank-mcp Summary: CacheTank MCP server gives every AI tool your personal context so you never start from zero. Category: Developer Tools Mode: local Pricing: Free npm: cachetank-mcp GitHub: https://github.com/July-Blue-Sky-LLC/cachetank-mcp Security Score: 8/10 Creator: July Blue Sky LLC Creator Reputation: B Version: 2.1.2 Required Credentials: CACHETANK_READ_TOKEN (required), CACHETANK_WRITE_TOKEN (required) Install (Claude Code): claude mcp add io-github-jacobsilver7-art-cachetank-mcp -- npx -y cachetank-mcp@2.1.2 --- ## Firecrawl URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-firecrawl Summary: Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web Description: Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web Remote endpoints: streamable-http: https://gateway.pipeworx.io/firecrawl/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/firecrawl/mcp GitHub: https://github.com/pipeworx-io/mcp-firecrawl MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, scrape, map, search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-firecrawl https://gateway.pipeworx.io/firecrawl/mcp --- ## Kaval Clients URL: https://mcp-marketplace.io/server/io-github-lufemc-kaval Summary: Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK. Category: Developer Tools Mode: local Pricing: Free npm: @usekaval/mcp GitHub: https://github.com/LufeMC/kaval-clients Security Score: 9.7/10 Creator: LufeMC Creator Reputation: B Version: 0.7.1 Required Credentials: KAVAL_API_KEY (required), KAVAL_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-lufemc-kaval -- npx -y @usekaval/mcp --- ## Volta URL: https://mcp-marketplace.io/server/io-github-iamredmh-volta-mcp-server Summary: Burn-after-read encrypted notes. E2E encrypted, decentralised on the Internet Computer. Category: Developer Tools Mode: local Pricing: Free npm: @voltanotes/mcp GitHub: https://github.com/iamredmh/volta-mcp-server Security Score: 10/10 Creator: Iamredmh Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-iamredmh-volta-mcp-server -- npx -y @voltanotes/mcp@1.1.3 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-markdown-forge-mcp Summary: Markdown processing, TOC generation, HTML conversion Category: Developer Tools Mode: local Pricing: Free npm: markdown-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-markdown-forge-mcp -- npx -y markdown-forge-mcp --- ## Nyt URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nyt Summary: NYT MCP — wraps The New York Times Developer APIs (developer.nytimes.com) Description: NYT MCP — wraps The New York Times Developer APIs (developer.nytimes.com) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nyt/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nyt/mcp GitHub: https://github.com/pipeworx-io/mcp-nyt MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_articles, top_stories, books_bestsellers, movie_reviews Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nyt https://gateway.pipeworx.io/nyt/mcp --- ## Is Real Biz URL: https://mcp-marketplace.io/server/io-github-smart-link-t-is-real-biz Summary: Verify business legitimacy by domain or name in <2s. Trust score, verdict, evidence. x402-payable. Description: Verify business legitimacy by domain or name in <2s. Trust score, verdict, evidence. x402-payable. Remote endpoints: streamable-http: https://is-real-biz.is-real-biz.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://is-real-biz.is-real-biz.workers.dev/mcp GitHub: https://github.com/Smart-link-t/is-real-biz Security Score: 2/10 Creator: Smart Link T Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-smart-link-t-is-real-biz https://is-real-biz.is-real-biz.workers.dev/mcp --- ## Label Bridge URL: https://mcp-marketplace.io/server/io-github-northy9-labelchop-mcp-server Summary: AI tools for MyPost A4 labels, 4x6 thermal printers and LabelChop resources. Description: AI tools for MyPost A4 labels, 4x6 thermal printers and LabelChop resources. Remote endpoints: streamable-http: https://labelchop.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: labelchop-mcp-server Remote URL: https://labelchop.com/api/mcp GitHub: https://github.com/Northy9/label-bridge MCP Tools (3): diagnose_shipping_label_workflow, recommend_label_printing_setup, find_labelchop_resources Security Score: 8/10 Creator: Northy9 Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-northy9-labelchop-mcp-server -- npx -y labelchop-mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-northy9-labelchop-mcp-server https://labelchop.com/api/mcp --- ## Zenml URL: https://mcp-marketplace.io/server/io-github-zenml-io-mcp-zenml Summary: MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/zenml-io/mcp-zenml Security Score: 3.5/10 Creator: Zenml Io Creator Reputation: B Version: 1.5.1 Required Credentials: ZENML_STORE_URL (optional), ZENML_STORE_API_KEY (required) --- ## Godot Forge URL: https://mcp-marketplace.io/server/io-github-gregario-godot-forge Summary: Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP. Category: Developer Tools Mode: local Pricing: Free npm: godot-forge GitHub: https://github.com/gregario/godot-forge Security Score: 5/10 Creator: Gregario Creator Reputation: B Version: 0.1.2 Required Credentials: GODOT_PATH (optional) Install (Claude Code): claude mcp add io-github-gregario-godot-forge -- npx -y godot-forge@0.1.3 --- ## Ecdsa URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-ecdsa Summary: MCP server for ECDSA cryptography Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-ecdsa GitHub: https://github.com/daedalus/mcp-ecdsa Security Score: 8.8/10 Creator: Daedalus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-ecdsa -- uvx mcp-ecdsa==0.1.1 --- ## Pageguard URL: https://mcp-marketplace.io/server/io-github-pageguard-pageguard-mcp Summary: Privacy compliance scanning for AI coding tools. Detects tracking tech, cookies, and data gaps. Category: Developer Tools Mode: local Pricing: Free npm: pageguard-mcp GitHub: https://github.com/pageguard/pageguard-mcp Security Score: 6/10 Creator: Pageguard Creator Reputation: B Version: 1.0.1 Required Credentials: PAGEGUARD_API_KEY (required) Install (Claude Code): claude mcp add io-github-pageguard-pageguard-mcp -- npx -y pageguard-mcp@1.0.1 --- ## Pdf URL: https://mcp-marketplace.io/server/com-ifillpdf-pdf Summary: Detect fillable fields in any PDF with AI, scans included, then fill and sign it. Description: Detect fillable fields in any PDF with AI, scans included, then fill and sign it. Remote endpoints: streamable-http: https://mcp.ifillpdf.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ifillpdf.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-ifillpdf-pdf https://mcp.ifillpdf.com/mcp --- ## Gtm Ga4 URL: https://mcp-marketplace.io/server/io-github-mharnett-gtm-ga4 Summary: GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports. Category: Developer Tools Mode: local Pricing: Free npm: mcp-gtm-ga4 GitHub: https://github.com/mharnett/mcp-gtm-ga4 Security Score: 10/10 Creator: Mharnett Creator Reputation: B Version: 1.0.1 Required Credentials: GOOGLE_APPLICATION_CREDENTIALS (optional), GTM_ACCOUNT_ID (optional), GTM_CONTAINER_ID (optional), GA4_PROPERTY_ID (optional) Install (Claude Code): claude mcp add io-github-mharnett-gtm-ga4 -- npx -y mcp-gtm-ga4@1.0.14 --- ## Shippost URL: https://mcp-marketplace.io/server/io-github-ryankramer-shippost-mcp Summary: Twitter/X tools for AI agents — read timelines, post tweets, search, and engage Category: Developer Tools Mode: local Pricing: Free PyPI: shippost-mcp GitHub: https://github.com/RyanKramer/shippost-mcp Security Score: 4.5/10 Creator: RyanKramer Creator Reputation: B Version: 0.1.1 Required Credentials: TWITTER_ACCESS_TOKEN (required), TWITTER_REFRESH_TOKEN (required), TWITTER_CLIENT_ID (optional), SHIPPOST_API_KEY (required) Install (Claude Code): claude mcp add io-github-ryankramer-shippost-mcp -- uvx shippost-mcp==0.1.1 --- ## H2bis Project Brain URL: https://mcp-marketplace.io/server/io-github-h2bis-dev-h2bis-projectbrain-mcp Summary: Connect AI agents to H2BIS ProjectBrain - manage projects, use cases, and capabilities via MCP. Category: Developer Tools Mode: local Pricing: Free npm: h2bis-mcp GitHub: https://github.com/h2bis-dev/h2bis-project-brain-mcp Security Score: 9.9/10 Creator: H2bis Dev Creator Reputation: B Version: 1.1.19 Required Credentials: API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-h2bis-dev-h2bis-projectbrain-mcp -- npx -y h2bis-mcp@1.1.19 --- ## Usevyre URL: https://mcp-marketplace.io/server/io-github-gapra-usevyre-context Summary: useVyre component context for AI agents — valid props, variants, anti-patterns, and design tokens. Category: Developer Tools Mode: local Pricing: Free npm: @usevyre/mcp-server GitHub: https://github.com/gapra/usevyre Security Score: 9.7/10 Creator: Gapra Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-gapra-usevyre-context -- npx -y @usevyre/mcp-server --- ## Openweather URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openweather Summary: OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org) Description: OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org) Remote endpoints: streamable-http: https://gateway.pipeworx.io/openweather/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openweather/mcp GitHub: https://github.com/pipeworx-io/mcp-openweather MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, current_weather, forecast, air_quality, geocode Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openweather https://gateway.pipeworx.io/openweather/mcp --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-ip-calc Summary: MCP server for IP calculations: subnets, CIDR, ranges, network info. Category: Developer Tools Mode: local Pricing: Free npm: ip-calc-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add io-github-ryudi84-ip-calc -- npx -y ip-calc-mcp --- ## Hound URL: https://mcp-marketplace.io/server/io-github-tiluckdave-hound Summary: The dependency bloodhound for AI coding agents. Zero API keys, zero config. Category: Developer Tools Mode: local Pricing: Free npm: hound-mcp GitHub: https://github.com/tiluckdave/hound-mcp Security Score: 10/10 Creator: Tiluckdave Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-tiluckdave-hound -- npx -y hound-mcp@0.2.3 --- ## Customer Support Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-customer-support-ai-mcp Summary: Customer Support Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: customer-support-ai-mcp GitHub: https://github.com/CSOAI-ORG/customer-support-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-customer-support-ai-mcp -- uvx customer-support-ai-mcp==1.0.10 --- ## SportIQ URL: https://mcp-marketplace.io/server/io-github-ninjabeam20-sportiq-mcp Summary: MCP tools for FIFA World Cup 2026 football, Formula 1, and IPL cricket — sims, strategy, fantasy. Category: Developer Tools Mode: local Pricing: Free PyPI: sportiq-mcp GitHub: https://github.com/Ninjabeam20/SportIQ-MCP Security Score: 4.2/10 Creator: Ninjabeam20 Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-ninjabeam20-sportiq-mcp -- uvx sportiq-mcp==0.3.1 --- ## Deepmiro URL: https://mcp-marketplace.io/server/io-github-kakarot-dev-deepmiro Summary: Simulate hundreds of AI agents to predict how communities react to events and policies Category: Developer Tools Mode: local Pricing: Free npm: deepmiro-mcp GitHub: https://github.com/kakarot-dev/deepmiro Security Score: 9.5/10 Creator: Kakarot Dev Creator Reputation: B Version: 0.1.2 Required Credentials: DEEPMIRO_API_KEY (required), MIROFISH_URL (optional) Install (Claude Code): claude mcp add io-github-kakarot-dev-deepmiro -- npx -y deepmiro-mcp --- ## Uk Parliament Erskinemay URL: https://mcp-marketplace.io/server/io-github-nick-ma-uk-parliament-erskinemay Summary: MCP server for UK Parliament Erskine May API Category: Developer Tools Mode: local Pricing: Free npm: @darkhorseone/mcp-server-uk-parliament-erskinemay GitHub: https://github.com/DarkhorseOne/mcp-servers Security Score: 9.7/10 Creator: DarkhorseOne Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-nick-ma-uk-parliament-erskinemay -- npx -y @darkhorseone/mcp-server-uk-parliament-erskinemay --- ## Contrast Checker URL: https://mcp-marketplace.io/server/io-github-ogsingh-contrast-checker-mcp Summary: MCP - WCAG 2.1 color contrast checker - contrast ratios, compliance and accessible color suggestions Category: Developer Tools Mode: local Pricing: Free npm: contrast-checker-mcp GitHub: https://github.com/ogSINGH/contrast-checker-mcp Security Score: 10/10 Creator: OgSINGH Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ogsingh-contrast-checker-mcp -- npx -y contrast-checker-mcp@1.0.1 --- ## Agentlookup URL: https://mcp-marketplace.io/server/io-github-peureka-agentlookup-mcp Summary: Search, discover, and register AI agents in the public registry at agentlookup.dev. Category: Developer Tools Mode: local Pricing: Free npm: agentlookup-mcp GitHub: https://github.com/peureka/agentlookup-mcp Security Score: 10/10 Creator: Peureka Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-peureka-agentlookup-mcp -- npx -y agentlookup-mcp@1.0.1 --- ## Esg Mcp Servers URL: https://mcp-marketplace.io/server/io-github-freminder-esg-mcp-servers Summary: 31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis. Category: Productivity Mode: local Pricing: Free PyPI: esg-mcp-servers GitHub: https://github.com/freminder/esg-mcp-servers Security Score: 4.3/10 Creator: Freminder Creator Reputation: B Version: 0.1.2 Required Credentials: ANTHROPIC_API_KEY (required), POSTGRES_DSN (optional), MONGODB_URI (optional), EMBEDDING_MODEL (optional), EMBEDDING_DIMENSIONS (optional) Install (Claude Code): claude mcp add io-github-freminder-esg-mcp-servers -- uvx esg-mcp-servers==0.1.2 --- ## Psx URL: https://mcp-marketplace.io/server/io-github-revolutionarybukhari-psx-mcp Summary: Pakistan Stock Exchange in plain English — quotes, dividends, announcements, and indices. Category: Developer Tools Mode: local Pricing: Free PyPI: psx-mcp GitHub: https://github.com/revolutionarybukhari/psx-mcp Security Score: 10/10 Creator: Revolutionarybukhari Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-revolutionarybukhari-psx-mcp -- uvx psx-mcp==0.1.1 --- ## Edict URL: https://mcp-marketplace.io/server/io-github-sowiedu-edict Summary: AI-agent programming language. JSON AST in, WASM out. Typed, effect-tracked, Z3-verified. Category: Developer Tools Mode: local Pricing: Free npm: edict-lang GitHub: https://github.com/Sowiedu/Edict Security Score: 10/10 Creator: Sowiedu Creator Reputation: B Version: 1.9.2 Install (Claude Code): claude mcp add io-github-sowiedu-edict -- npx -y edict-lang@1.23.2 --- ## Video Analyzer URL: https://mcp-marketplace.io/server/io-github-brightwayai-video-analyzer Summary: Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns. Category: Developer Tools Mode: local Pricing: Free PyPI: video-analyzer-mcp GitHub: https://github.com/BrightWayAI/video-analyzer Security Score: 3.8/10 Creator: BrightWayAI Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-brightwayai-video-analyzer -- uvx video-analyzer-mcp==0.1.2 --- ## Google Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-google-trends Summary: Google Trends: Search, Images, News, Shopping over time, growth metrics. Free key at trendsmcp.ai Description: Google Trends: Search, Images, News, Shopping over time, growth metrics. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://google-trends.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://google-trends.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/google-trends-mcp Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-google-trends https://google-trends.api.trendsmcp.ai/mcp --- ## Obsidian URL: https://mcp-marketplace.io/server/io-github-seynurmammad0v-obsidian-mcp Summary: Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools Category: Productivity Mode: local Pricing: Free npm: @smammadov/obsidian-mcp GitHub: https://github.com/seynurmammad0v/obsidian-mcp Security Score: 10/10 Creator: Seynurmammad0v Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-seynurmammad0v-obsidian-mcp -- npx -y @smammadov/obsidian-mcp@1.0.3 --- ## Podcast Commerce URL: https://mcp-marketplace.io/server/io-github-teamsincetoday-podcast-commerce-mcp Summary: Extract product mentions from podcast transcripts with affiliate signals. Free tier 200/day. Category: Content & Media Mode: local Pricing: Free npm: podcast-commerce-mcp GitHub: https://github.com/teamsincetoday/podcast-commerce-mcp Security Score: 10/10 Creator: Teamsincetoday Creator Reputation: B Version: 0.1.3 Required Credentials: OPENAI_API_KEY (required), MCP_API_KEYS (required) Install (Claude Code): claude mcp add io-github-teamsincetoday-podcast-commerce-mcp -- npx -y podcast-commerce-mcp@0.1.2 --- ## Intelagent MCPs URL: https://mcp-marketplace.io/server/io-github-intelagentstudios-mcp-file-processor Summary: Text extraction, keyword extraction, language detection, and chunking for RAG Category: Developer Tools Mode: local Pricing: Free npm: @intelagent/mcp-file-processor GitHub: https://github.com/IntelagentStudios/Intelagent-MCPs Security Score: 9.7/10 Creator: IntelagentStudios Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-intelagentstudios-mcp-file-processor -- npx -y @intelagent/mcp-file-processor --- ## Clirank URL: https://mcp-marketplace.io/server/io-github-alexanderclapp-clirank Summary: Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance. Category: Developer Tools Mode: local Pricing: Free npm: clirank-mcp-server GitHub: https://github.com/alexanderclapp/clirank-mcp-server Security Score: 10/10 Creator: Alexanderclapp Creator Reputation: B Version: 0.2.1 Required Credentials: CLIRANK_API_URL (optional) Install (Claude Code): claude mcp add io-github-alexanderclapp-clirank -- npx -y clirank-mcp-server@0.3.0 --- ## Log Analyzer URL: https://mcp-marketplace.io/server/io-github-fato07-log-analyzer-mcp Summary: AI-powered log analysis - parse, search, extract errors across 9+ formats Category: Developer Tools Mode: local Pricing: Free PyPI: codesdevs-log-analyzer GitHub: https://github.com/Fato07/log-analyzer-mcp Security Score: 6.5/10 Creator: Fato07 Creator Reputation: B Version: 0.4.2 Install (Claude Code): claude mcp add io-github-fato07-log-analyzer-mcp -- uvx codesdevs-log-analyzer==0.5.0 --- ## Cozo Memory URL: https://mcp-marketplace.io/server/io-github-tobs-code-cozo-memory Summary: Local-first memory system for AI agents with hybrid search and graph reasoning Category: Developer Tools Mode: local Pricing: Free npm: cozo-memory GitHub: https://github.com/tobs-code/cozo-memory Security Score: 10/10 Creator: Tobs Code Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-tobs-code-cozo-memory -- npx -y cozo-memory@1.2.6 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-mcp Summary: Meta MCP server that generates other MCP servers — the factory that builds factories Category: Developer Tools Mode: local Pricing: Free npm: mcp-forge-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ryudi84-mcp -- npx -y mcp-forge-mcp --- ## Yelp URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-yelp Summary: Yelp MCP — wraps the Yelp Fusion API (api.yelp.com/v3) Description: Yelp MCP — wraps the Yelp Fusion API (api.yelp.com/v3) Remote endpoints: streamable-http: https://gateway.pipeworx.io/yelp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/yelp/mcp GitHub: https://github.com/pipeworx-io/mcp-yelp MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_businesses, get_business, get_reviews Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-yelp https://gateway.pipeworx.io/yelp/mcp --- ## Zoho Crm URL: https://mcp-marketplace.io/server/io-github-asklokesh-zoho-crm-mcp-server Summary: MCP server for Zoho CRM API integration Category: Business Tools Mode: local Pricing: Free PyPI: zoho-crm-mcp-server GitHub: https://github.com/asklokesh/zoho-crm-mcp-server Security Score: 7/10 Creator: Asklokesh Creator Reputation: B Version: 0.1.0 Required Credentials: ZOHO_CRM_API_KEY (required), ZOHO_CRM_API_URL (optional) Install (Claude Code): claude mcp add io-github-asklokesh-zoho-crm-mcp-server -- uvx zoho-crm-mcp-server==0.1.0 --- ## Apple Music URL: https://mcp-marketplace.io/server/io-github-cifero74-mcp-apple-music Summary: Apple Music MCP server — search catalog, manage playlists, and access your library via Claude. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-apple-music-server GitHub: https://github.com/Cifero74/mcp-apple-music Security Score: 9/10 Creator: Cifero74 Creator Reputation: B Version: 1.0.1 Required Credentials: APPLE_TEAM_ID (optional), APPLE_KEY_ID (optional), APPLE_PRIVATE_KEY (required), APPLE_MUSIC_USER_TOKEN (required), APPLE_STOREFRONT (optional) Install (Claude Code): claude mcp add io-github-cifero74-mcp-apple-music -- uvx mcp-apple-music-server --- ## Excalidraw URL: https://mcp-marketplace.io/server/io-github-cmd8-excalidraw-mcp Summary: Model Context Protocol server for Excalidraw diagrams. Category: Developer Tools Mode: local Pricing: Free npm: @cmd8/excalidraw-mcp GitHub: https://github.com/cmd8/excalidraw-mcp Security Score: 7/10 Creator: Cmd8 Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-cmd8-excalidraw-mcp -- npx -y @cmd8/excalidraw-mcp@1.2.0 --- ## Caelario URL: https://mcp-marketplace.io/server/io-github-chunkydonut21-caelario Summary: MCP server for Instagram, TikTok, YouTube, X and Facebook data extraction and automation. Category: Developer Tools Mode: local Pricing: Free npm: caelario-mcp GitHub: https://github.com/chunkydonut21/caelario-mcp Security Score: 10/10 Creator: Chunkydonut21 Creator Reputation: B Version: 0.1.5 Required Credentials: CAELARIO_API_KEY (required) Install (Claude Code): claude mcp add io-github-chunkydonut21-caelario -- npx -y caelario-mcp@0.1.5 --- ## Android Puppeteer URL: https://mcp-marketplace.io/server/io-github-pedro-rivas-android-puppeteer-mcp Summary: MCP server for Android automation with UI interaction, screenshots, and device control Category: Search & Web Mode: local Pricing: Free PyPI: android-puppeteer-mcp GitHub: https://github.com/pedro-rivas/android-puppeteer-mcp Security Score: 10/10 Creator: Pedro Rivas Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-pedro-rivas-android-puppeteer-mcp -- uvx android-puppeteer-mcp==1.0.1 --- ## Noaa URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-noaa Summary: NOAA Weather MCP — National Weather Service forecasts and alerts Description: NOAA Weather MCP — National Weather Service forecasts and alerts Remote endpoints: streamable-http: https://gateway.pipeworx.io/noaa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/noaa/mcp GitHub: https://github.com/pipeworx-io/mcp-noaa MCP Tools (4): discover_tools, get_forecast, get_alerts, get_stations Security Score: 10/10 Installs: 1 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-noaa https://gateway.pipeworx.io/noaa/mcp --- ## Csv Analytics URL: https://mcp-marketplace.io/server/io-github-csoai-org-csv-analytics-mcp Summary: Csv Analytics MCP Server by MEOK AI Labs Category: Data & Analytics Mode: local Pricing: Free PyPI: csv-analytics-mcp GitHub: https://github.com/CSOAI-ORG/csv-analytics-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-csv-analytics-mcp -- uvx csv-analytics-mcp==1.0.11 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-instanode-dev-mcp Summary: Provision Postgres databases + webhooks from AI coding agents in one HTTP call. Category: Developer Tools Mode: local Pricing: Free npm: @instanode/mcp GitHub: https://github.com/InstaNode-dev/mcp Security Score: 7/10 Creator: InstaNode Dev Creator Reputation: B Version: 0.7.2 Required Credentials: INSTANODE_TOKEN (required), INSTANODE_API_BASE (optional) Install (Claude Code): claude mcp add io-github-instanode-dev-mcp -- npx -y @instanode/mcp@0.7.3 --- ## Sovereign Mcp Servers URL: https://mcp-marketplace.io/server/io-github-ryudi84-github-stats Summary: MCP server for GitHub repo stats: stars, forks, contributors, activity. Category: Developer Tools Mode: local Pricing: Free npm: sovereign-github-stats-mcp GitHub: https://github.com/ryudi84/sovereign-mcp-servers Security Score: 9.7/10 Creator: Ryudi84 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ryudi84-github-stats -- npx -y sovereign-github-stats-mcp --- ## Claude Interview Mode URL: https://mcp-marketplace.io/server/io-github-teabagkim-interview-mode Summary: Structured interviewer for Claude Code — probing questions, decision tracking, evolving checkpoints. Category: Developer Tools Mode: local Pricing: Free npm: claude-interview-mode GitHub: https://github.com/teabagkim/claude-interview-mode Security Score: 10/10 Creator: Teabagkim Creator Reputation: B Version: 0.5.1 Install (Claude Code): claude mcp add io-github-teabagkim-interview-mode -- npx -y claude-interview-mode@0.5.3 --- ## Ryterpro URL: https://mcp-marketplace.io/server/io-github-apiihub33-cyber-ryterpro-mcp Summary: MCP server for humanizing and rewriting text with the Ryter Pro API. Category: Developer Tools Mode: local Pricing: Free PyPI: ryterpro-mcp GitHub: https://github.com/apiihub33-cyber/ryterpro-mcp Security Score: 10/10 Creator: Apiihub33 Cyber Creator Reputation: B Version: 0.1.0 Required Credentials: RYTERPRO_API_KEY (required), RYTERPRO_BASE_URL (optional), RYTERPRO_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-apiihub33-cyber-ryterpro-mcp -- uvx ryterpro-mcp==0.1.0 --- ## Linux URL: https://mcp-marketplace.io/server/io-github-rhel-lightspeed-linux-mcp-server Summary: MCP server for read-only Linux system administration, diagnostics, and troubleshooting Category: Developer Tools Mode: local Pricing: Free PyPI: linux-mcp-server GitHub: https://github.com/rhel-lightspeed/linux-mcp-server Security Score: 10/10 Creator: Rhel Lightspeed Creator Reputation: B Version: 1.4.0 Required Credentials: LINUX_MCP_USER (optional), LINUX_MCP_SSH_KEY_PATH (optional), LINUX_MCP_KEY_PASSPHRASE (required), LINUX_MCP_SEARCH_FOR_SSH_KEY (optional), LINUX_MCP_COMMAND_TIMEOUT (optional), LINUX_MCP_VERIFY_HOST_KEYS (optional), LINUX_MCP_KNOWN_HOSTS_PATH (optional), LINUX_MCP_ALLOWED_LOG_PATHS (optional), LINUX_MCP_LOG_DIR (optional), LINUX_MCP_LOG_LEVEL (optional), LINUX_MCP_LOG_RETENTION_DAYS (optional) Install (Claude Code): claude mcp add io-github-rhel-lightspeed-linux-mcp-server -- uvx linux-mcp-server==1.4.1 --- ## Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-ecommerce Summary: Product and category demand trend volume over time, with growth signals. Free key at trendsmcp.ai Description: Product and category demand trend volume over time, with growth signals. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://ecommerce.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ecommerce.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/Trends-MCP Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-ecommerce https://ecommerce.api.trendsmcp.ai/mcp --- ## Multi Wallet URL: https://mcp-marketplace.io/server/io-github-lordbasilaiassistant-sudo-multi-wallet Summary: Multi-wallet management for AI agents — generate, distribute, consolidate on EVM Category: Finance Mode: local Pricing: Free npm: @thryx/multi-wallet-mcp-server GitHub: https://github.com/lordbasilaiassistant-sudo/mcp-servers Security Score: 9.7/10 Creator: Lordbasilaiassistant Sudo Creator Reputation: B Version: 1.0.2 Required Credentials: RPC_URL (optional), THRYX_API_KEY (required), DEPLOYER_PRIVATE_KEY (required), WALLET_PASSWORD (required) Install (Claude Code): claude mcp add io-github-lordbasilaiassistant-sudo-multi-wallet -- npx -y @thryx/multi-wallet-mcp-server --- ## Better Mcp Notion URL: https://mcp-marketplace.io/server/io-github-ai-aviate-better-notion Summary: Operate Notion with a single Markdown document — read, create, and update pages in one call. Category: Productivity Mode: local Pricing: Free npm: better-mcp-notion GitHub: https://github.com/ai-aviate/better-mcp-notion Security Score: 7/10 Creator: Ai Aviate Creator Reputation: B Version: 0.3.2 Required Credentials: NOTION_API_KEY (required) Install (Claude Code): claude mcp add io-github-ai-aviate-better-notion -- npx -y better-mcp-notion@0.3.3 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-img-src-io-mcp Summary: MCP server for img-src.io Image CDN - upload, transform, and deliver images through AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @img-src/mcp-server GitHub: https://github.com/img-src-io/mcp Security Score: 10/10 Creator: Img Src Io Creator Reputation: B Version: 0.2.5 Required Credentials: IMG_SRC_API_KEY (required) Install (Claude Code): claude mcp add io-github-img-src-io-mcp -- npx -y @img-src/mcp-server@0.2.6 --- ## Dart Query URL: https://mcp-marketplace.io/server/io-github-standardbeagle-dart-query Summary: Dart AI task management MCP with batch operations, DartQL selectors, CSV import, zero context rot Category: Developer Tools Mode: local Pricing: Free npm: @standardbeagle/dart-query GitHub: https://github.com/standardbeagle/dart-query Security Score: 8.2/10 Creator: Standardbeagle Creator Reputation: B Version: 0.3.5 Required Credentials: DART_TOKEN (required) Install (Claude Code): claude mcp add io-github-standardbeagle-dart-query -- npx -y @standardbeagle/dart-query@0.10.5 --- ## Godot URL: https://mcp-marketplace.io/server/io-github-sterion66-godot Summary: The most complete Godot 4 MCP: secure sandbox, 40+ tools (projects–runtime), major MCP clients. Category: Developer Tools Mode: local Pricing: Free PyPI: godot-mcp-server GitHub: https://github.com/sterion66/godot-mcp-server Security Score: 10/10 Installs: 1 Creator: Sterion66 Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-sterion66-godot -- uvx godot-mcp-server==1.0.2 --- ## Keycloak Mcp.test URL: https://mcp-marketplace.io/server/io-github-heintonny-keycloak-mcp-test Summary: This is just a test publish, delete me Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://keycloak-mcp.test.happi.hafslund.no/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-heintonny-keycloak-mcp-test https://keycloak-mcp.test.happi.hafslund.no/mcp --- ## Serper URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-serper Summary: Serper MCP — wraps the Serper Google Search API (serper.dev) Description: Serper MCP — wraps the Serper Google Search API (serper.dev) Remote endpoints: streamable-http: https://gateway.pipeworx.io/serper/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/serper/mcp GitHub: https://github.com/pipeworx-io/mcp-serper MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search, news, places Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-serper https://gateway.pipeworx.io/serper/mcp --- ## Bunzee URL: https://mcp-marketplace.io/server/ai-bunzee-bunzee Summary: Turn your app idea into IA, wireframes, PRD, style guides, and dev specs for coding agents. Description: Turn your app idea into IA, wireframes, PRD, style guides, and dev specs for coding agents. Remote endpoints: streamable-http: https://bunzee.ai/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bunzee.ai/mcp-server Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-bunzee-bunzee https://bunzee.ai/mcp-server --- ## Goldencheck URL: https://mcp-marketplace.io/server/io-github-benzsevern-goldencheck Summary: Data validation that discovers rules from your data — scan, profile, health score, domain packs Description: Data validation that discovers rules from your data — scan, profile, health score, domain packs Remote endpoints: streamable-http: https://goldencheck-mcp-production.up.railway.app/mcp/ Category: Developer Tools Mode: dual Pricing: Free PyPI: goldencheck Remote URL: https://goldencheck-mcp-production.up.railway.app/mcp/ GitHub: https://github.com/benzsevern/goldencheck.git Security Score: 5.2/10 Creator: benzsevern Creator Reputation: B Version: 1.0.2 Uptime Status: up Tags: data-validation, data-quality, profiling, data-checks, health-score, csv, parquet, excel, domain-packs, drift-detection, etl, pipeline, zero-config, mcp, ai-tools Use Cases: Data validation, Data profiling, Data quality monitoring, ETL pipeline checks, Schema drift detection, Compliance auditing, Data onboarding Install (Claude Code): claude mcp add io-github-benzsevern-goldencheck -- uvx goldencheck==1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-goldencheck https://goldencheck-mcp-production.up.railway.app/mcp/ --- ## Baozi URL: https://mcp-marketplace.io/server/io-github-bolivian-peru-baozi-mcp Summary: 68 tools for AI agents to interact with Solana prediction markets on Baozi.bet Category: Developer Tools Mode: local Pricing: Free npm: @baozi.bet/mcp-server GitHub: https://github.com/bolivian-peru/baozi-mcp Security Score: 8/10 Creator: Bolivian Peru Creator Reputation: B Version: 4.0.10 Required Credentials: SOLANA_RPC_URL (optional), HELIUS_RPC_URL (required) Install (Claude Code): claude mcp add io-github-bolivian-peru-baozi-mcp -- npx -y @baozi.bet/mcp-server@5.0.1 --- ## News Sentiment URL: https://mcp-marketplace.io/server/ai-trendsmcp-news-sentiment Summary: News sentiment scores over time, with growth for any topic. Free key at trendsmcp.ai Description: News sentiment scores over time, with growth for any topic. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://news-sentiment.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://news-sentiment.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/news-sentiment-mcp Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-news-sentiment https://news-sentiment.api.trendsmcp.ai/mcp --- ## Cognitive Ai Memory URL: https://mcp-marketplace.io/server/io-github-sachitrafa-cognitive-ai-memory Summary: Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/sachitrafa/cognitive-ai-memory Security Score: 3.8/10 Creator: Sachitrafa Creator Reputation: B Version: 1.0.2 Required Credentials: DATABASE_URL (optional), OLLAMA_URL (optional), EXTRACT_MODEL (optional) --- ## Grocy URL: https://mcp-marketplace.io/server/io-github-rusty4444-hermes-grocy-mcp Summary: MCP server for Grocy household ERP inventory and shopping workflows. Category: Developer Tools Mode: local Pricing: Free PyPI: hermes-grocy-mcp GitHub: https://github.com/rusty4444/grocy-mcp Security Score: 5.2/10 Creator: Rusty4444 Creator Reputation: B Version: 0.2.1 Required Credentials: GROCY_BASE_URL (optional), GROCY_API_KEY (required) Install (Claude Code): claude mcp add io-github-rusty4444-hermes-grocy-mcp -- uvx hermes-grocy-mcp==0.2.1 --- ## Cli URL: https://mcp-marketplace.io/server/com-devcycle-mcp Summary: DevCycle MCP server for feature flag management Description: DevCycle MCP server for feature flag management Remote endpoints: streamable-http: https://mcp.devcycle.com/mcp sse: https://mcp.devcycle.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.devcycle.com/mcp GitHub: https://github.com/DevCycleHQ/cli Security Score: 10/10 Creator: DevCycleHQ Creator Reputation: B Version: 6.3.2 Install (Claude Code Remote): claude mcp add --transport http com-devcycle-mcp https://mcp.devcycle.com/mcp --- ## Goldhold URL: https://mcp-marketplace.io/server/io-github-jerrysrodz-goldhold Summary: Persistent memory for AI agents. Search, store, and recall across sessions. Description: Persistent memory for AI agents. Search, store, and recall across sessions. Remote endpoints: streamable-http: https://mcp.goldhold.ai/mcp streamable-http: https://relay.goldhold.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @goldhold/mcp-server Remote URL: https://mcp.goldhold.ai/mcp GitHub: https://github.com/jerrysrodz/goldhold-mcp-server Security Score: 7.5/10 Creator: Jerrysrodz Creator Reputation: B Version: 1.5.1 Required Credentials: GOLDHOLD_API_KEY (required) Install (Claude Code): claude mcp add io-github-jerrysrodz-goldhold -- npx -y @goldhold/mcp-server@1.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jerrysrodz-goldhold https://mcp.goldhold.ai/mcp --- ## Abraflexi URL: https://mcp-marketplace.io/server/io-github-vitexus-abraflexi Summary: MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions. Category: Developer Tools Mode: local Pricing: Free PyPI: abraflexi-mcp-server GitHub: https://github.com/VitexSoftware/abraflexi-mcp-server Security Score: 4.5/10 Creator: VitexSoftware Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-vitexus-abraflexi -- uvx abraflexi-mcp-server==1.0.1 --- ## Nhtsa URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nhtsa Summary: NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth) Description: NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nhtsa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nhtsa/mcp GitHub: https://github.com/pipeworx-io/mcp-nhtsa MCP Tools (36): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, decode_vin, get_makes, get_models, get_recalls, get_complaints, get_safety_ratings Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nhtsa https://gateway.pipeworx.io/nhtsa/mcp --- ## Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-spotify Summary: Spotify podcast and artist trends over time, with growth metrics. Free key at trendsmcp.ai Description: Spotify podcast and artist trends over time, with growth metrics. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://spotify.api.trendsmcp.ai/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://spotify.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/Trends-MCP Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-spotify https://spotify.api.trendsmcp.ai/mcp --- ## Espn URL: https://mcp-marketplace.io/server/io-github-ebrunet001-mcp-server-espn Summary: Real-time ESPN sports data: live scores, standings, boxscores, odds & stats for 25+ leagues Description: Real-time ESPN sports data: live scores, standings, boxscores, odds & stats for 25+ leagues Remote endpoints: sse: https://mrbridge--espn-mcp-server.apify.actor/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mrbridge--espn-mcp-server.apify.actor/mcp GitHub: https://github.com/ebrunet001/mcp-server-espn Security Score: 0/10 Creator: Ebrunet001 Creator Reputation: B Version: 0.1.18 Install (Claude Code Remote): claude mcp add --transport http io-github-ebrunet001-mcp-server-espn https://mrbridge--espn-mcp-server.apify.actor/mcp --- ## Universal AI URL: https://mcp-marketplace.io/server/io-github-0nork-0nmcp Summary: Universal AI API Orchestrator — 1,554 tools, 96 services. One install. Description: Universal AI API Orchestrator — 1,554 tools, 96 services. One install. Remote endpoints: streamable-http: https://0nmcp.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: 0nmcp Remote URL: https://0nmcp.com/api/mcp GitHub: https://github.com/0nork/0nMCP Security Score: 10/10 Creator: 0nork Creator Reputation: B Version: 4.5.1 Install (Claude Code): claude mcp add io-github-0nork-0nmcp -- npx -y 0nmcp@4.5.1 Install (Claude Code Remote): claude mcp add --transport http io-github-0nork-0nmcp https://0nmcp.com/api/mcp --- ## Sayou URL: https://mcp-marketplace.io/server/io-github-pixell-global-sayou Summary: Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: sayou GitHub: https://github.com/pixell-global/sayou Security Score: 7/10 Creator: Pixell Global Creator Reputation: B Version: 0.2.2 Install (Claude Code): claude mcp add io-github-pixell-global-sayou -- uvx sayou==0.2.2 --- ## Property Shared URL: https://mcp-marketplace.io/server/io-github-paulieb89-property-shared Summary: UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House Description: UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House Remote endpoints: streamable-http: https://property-shared.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: property-shared Remote URL: https://property-shared.fly.dev/mcp GitHub: https://github.com/paulieb89/property-shared Security Score: 9.3/10 Creator: BOUCH Creator Reputation: B- Version: 1.5.1 Install (Claude Code): claude mcp add io-github-paulieb89-property-shared -- uvx property-shared==1.5.1 Install (Claude Code Remote): claude mcp add --transport http io-github-paulieb89-property-shared https://property-shared.fly.dev/mcp --- ## Zen URL: https://mcp-marketplace.io/server/io-github-sh6drack-zen-mcp Summary: MCP server for Zen Browser automation via WebDriver BiDi Category: Developer Tools Mode: local Pricing: Free npm: zen-mcp GitHub: https://github.com/sh6drack/zen-mcp Security Score: 7/10 Creator: Sh6drack Creator Reputation: B Version: 1.2.1 Required Credentials: ZEN_DEBUG_PORT (optional) Install (Claude Code): claude mcp add io-github-sh6drack-zen-mcp -- npx -y zen-mcp@1.2.1 --- ## Maps URL: https://mcp-marketplace.io/server/io-github-maverick7-glue-code-generator Summary: Maps API JSON to Vue/React components with Zod schemas and live UI previews Category: Developer Tools Mode: local Pricing: Free npm: mcp-glue-code-generator GitHub: https://github.com/Maverick7/mcp-glue-code-generator Security Score: 7.8/10 Creator: Maverick7 Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-maverick7-glue-code-generator -- npx -y mcp-glue-code-generator@1.0.6 --- ## Crabcut URL: https://mcp-marketplace.io/server/io-github-realcrabcut-crabcut Summary: Turn YouTube videos into short-form clips from any AI assistant Category: Developer Tools Mode: local Pricing: Free npm: @crabcut/mcp-server GitHub: https://github.com/realcrabcut/crabcut-mcp-server Security Score: 6.8/10 Creator: Realcrabcut Creator Reputation: B Version: 2.0.7 Required Credentials: CRABCUT_API_KEY (required) Install (Claude Code): claude mcp add io-github-realcrabcut-crabcut -- npx -y @crabcut/mcp-server@2.0.7 --- ## Cpsc URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cpsc Summary: CPSC MCP — US consumer-product safety recalls (CPSC, free, no auth). Description: CPSC MCP — US consumer-product safety recalls (CPSC, free, no auth). Remote endpoints: streamable-http: https://gateway.pipeworx.io/cpsc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cpsc/mcp GitHub: https://github.com/pipeworx-io/mcp-cpsc MCP Tools (32): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_recalls, recent_recalls Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cpsc https://gateway.pipeworx.io/cpsc/mcp --- ## Vesselapi URL: https://mcp-marketplace.io/server/io-github-vessel-api-vesselapi-mcp Summary: MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data Category: Developer Tools Mode: local Pricing: Free npm: vesselapi-mcp GitHub: https://github.com/vessel-api/vesselapi-mcp.git Security Score: 10/10 Creator: bncbodrogi Creator Reputation: C Version: 1.0.1 Install (Claude Code): claude mcp add io-github-vessel-api-vesselapi-mcp -- npx -y vesselapi-mcp@1.3.0 --- ## Wikipedia Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-wikipedia Summary: Wikipedia page views over time, with growth for any article topic. Free key at trendsmcp.ai Description: Wikipedia page views over time, with growth for any article topic. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://wikipedia.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wikipedia.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/wikipedia-trends-mcp Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-wikipedia https://wikipedia.api.trendsmcp.ai/mcp --- ## Intelligence URL: https://mcp-marketplace.io/server/io-github-goodmeta-intelligence-mcp Summary: Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP. Description: Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP. Remote endpoints: streamable-http: https://intel.goodmeta.co/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @goodmeta/intelligence-mcp Remote URL: https://intel.goodmeta.co/mcp GitHub: https://github.com/goodmeta/intelligence-mcp Security Score: 7/10 Creator: Goodmeta Creator Reputation: B Version: 0.1.4 Required Credentials: GITHUB_PAT (required), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-goodmeta-intelligence-mcp -- npx -y @goodmeta/intelligence-mcp@0.1.4 Install (Claude Code Remote): claude mcp add --transport http io-github-goodmeta-intelligence-mcp https://intel.goodmeta.co/mcp --- ## Protectwithai URL: https://mcp-marketplace.io/server/io-github-burademirung-protectwith-kb Summary: AI-security knowledge as MCP: standards-mapped tools (OWASP, NIST, MITRE) for AI agents. Description: AI-security knowledge as MCP: standards-mapped tools (OWASP, NIST, MITRE) for AI agents. Remote endpoints: streamable-http: https://protectwith-kb.burademirung.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://protectwith-kb.burademirung.workers.dev/mcp GitHub: https://github.com/burademirung/protectwithai Security Score: 8/10 Creator: Burademirung Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-burademirung-protectwith-kb https://protectwith-kb.burademirung.workers.dev/mcp --- ## Buda URL: https://mcp-marketplace.io/server/io-github-gtorreal-buda-mcp Summary: Buda.com market data: prices, spreads, OHLCV, order books, trades, and volume for CLP, COP, PEN. Category: Developer Tools Mode: local Pricing: Free npm: @guiie/buda-mcp GitHub: https://github.com/gtorreal/buda-mcp Security Score: 10/10 Creator: Gtorreal Creator Reputation: B Version: 2.0.0 Install (Claude Code): claude mcp add io-github-gtorreal-buda-mcp -- npx -y @guiie/buda-mcp@2.0.0 --- ## Codex Octopus URL: https://mcp-marketplace.io/server/io-github-xiaolai-codex-octopus Summary: Spawn multiple specialized Codex agents as MCP servers, each independently configured. Category: Developer Tools Mode: local Pricing: Free npm: codex-octopus GitHub: https://github.com/xiaolai/codex-octopus Security Score: 10/10 Creator: Xiaolai Creator Reputation: B Version: 1.0.1 Required Credentials: CODEX_API_KEY (required), CODEX_TOOL_NAME (optional), CODEX_MODEL (optional), CODEX_SANDBOX_MODE (optional), CODEX_APPROVAL_POLICY (optional), CODEX_APPEND_INSTRUCTIONS (optional), CODEX_FACTORY_ONLY (optional) Install (Claude Code): claude mcp add io-github-xiaolai-codex-octopus -- npx -y codex-octopus@1.0.4 --- ## Dida365 URL: https://mcp-marketplace.io/server/io-github-evalor-dida365 Summary: MCP Server for Dida365 (TickTick) Task Management Integration Category: Developer Tools Mode: local Pricing: Free npm: dida365-mcp-server GitHub: https://github.com/evalor/Dida365MCP Security Score: 6/10 Creator: Evalor Creator Reputation: B Version: 0.2.2 Required Credentials: DIDA365_CLIENT_ID (required), DIDA365_CLIENT_SECRET (required), DIDA365_REGION (optional) Install (Claude Code): claude mcp add io-github-evalor-dida365 -- npx -y dida365-mcp-server@0.2.2 --- ## Tiktok Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-tiktok Summary: TikTok hashtag volume over time, with growth for any hashtag. Free key at trendsmcp.ai Description: TikTok hashtag volume over time, with growth for any hashtag. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://tiktok.api.trendsmcp.ai/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://tiktok.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/tiktok-trends-mcp Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-tiktok https://tiktok.api.trendsmcp.ai/mcp --- ## indonesia-civic-stack URL: https://mcp-marketplace.io/server/indonesia-civic-stack Summary: Production-ready scrapers, normalizers, and API wrappers for Indonesian government data sources. Description: 🇮🇩 Python SDK + 40 MCP tools for 11 Indonesian government data portals. One pip install — BPOM, BPJPH, AHU, OJK, KPU, BMKG & more. Claude Code ready. Category: Data & Analytics Mode: local Pricing: Free PyPI: https://pypi.org/project/indonesia-civic-stack/ GitHub: https://github.com/suryast/indonesia-civic-stack Security Score: 8.8/10 Installs: 1 Creator: suryast Creator Reputation: C Version: 1.0.0 Tags: developer, opendata, civic-tech, indonesia Use Cases: Government data, open data, civic tech Install (Claude Code): claude mcp add indonesia-civic-stack -- uvx https://pypi.org/project/indonesia-civic-stack/ --- ## Autodesk Revit URL: https://mcp-marketplace.io/server/io-github-sam-aec-autodesk-revit-mcp-server Summary: MCP server connecting AI assistants to Autodesk Revit through a local bridge. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Sam-AEC/Autodesk-Revit-MCP-Server Security Score: 1.2/10 Creator: Sam AEC Creator Reputation: B Version: 0.1.1 Required Credentials: MCP_REVIT_WORKSPACE_DIR (optional), MCP_REVIT_ALLOWED_DIRECTORIES (optional), MCP_REVIT_MODE (optional), MCP_REVIT_BRIDGE_URL (optional), MCP_REVIT_AUDIT_LOG (optional), MCP_REVIT_LOG_LEVEL (optional) --- ## Itsconvo URL: https://mcp-marketplace.io/server/io-github-itsconvo-mcp-server Summary: Access your Convo meetings, transcripts, summaries, and action items from any AI assistant. Category: Developer Tools Mode: local Pricing: Free npm: @itsconvo/mcp-server GitHub: https://github.com/itsconvo/mcp-server Security Score: 7/10 Creator: Itsconvo Creator Reputation: B Version: 1.0.3 Required Credentials: CONVO_API_KEY (required) Install (Claude Code): claude mcp add io-github-itsconvo-mcp-server -- npx -y @itsconvo/mcp-server@1.0.3 --- ## Serverless URL: https://mcp-marketplace.io/server/io-github-cletcher-chaprola Summary: Serverless API backend: query, JOIN, pivot, batch ops, email, FHIR, programs via HTTP. Category: Developer Tools Mode: local Pricing: Free npm: @chaprola/mcp-server GitHub: https://github.com/cletcher/chaprola-mcp Security Score: 7/10 Creator: Cletcher Creator Reputation: B Version: 1.4.3 Required Credentials: CHAPROLA_USERNAME (optional), CHAPROLA_API_KEY (required) Install (Claude Code): claude mcp add io-github-cletcher-chaprola -- npx -y @chaprola/mcp-server@1.16.2 --- ## Deployhq URL: https://mcp-marketplace.io/server/io-github-deployhq-deployhq-mcp-server Summary: Model Context Protocol (MCP) server for DeployHQ API integration Category: Cloud & DevOps Mode: local Pricing: Free npm: deployhq-mcp-server GitHub: https://github.com/deployhq/deployhq-mcp-server Security Score: 7.3/10 Creator: Deployhq Creator Reputation: B Version: 1.2.2 Required Credentials: DEPLOYHQ_EMAIL (optional), DEPLOYHQ_API_KEY (required), DEPLOYHQ_ACCOUNT (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-deployhq-deployhq-mcp-server -- npx -y deployhq-mcp-server@1.2.2 --- ## Intelligent URL: https://mcp-marketplace.io/server/io-github-hebline-mcp-server Summary: Intelligent API routing for AI agents. Best service, best price, free alternatives. Category: Developer Tools Mode: local Pricing: Free npm: @hebline.ai/mcp-server GitHub: https://github.com/Hebline/mcp-server Security Score: 10/10 Creator: Hebline Creator Reputation: B Version: 0.2.1 Required Credentials: GOOGLE_MAPS_API_KEY (required), DEEPL_API_KEY (required), LIBRETRANSLATE_API_KEY (required) Install (Claude Code): claude mcp add io-github-hebline-mcp-server -- npx -y @hebline.ai/mcp-server@0.9.1 --- ## Selenium URL: https://mcp-marketplace.io/server/io-github-pshivapr-selenium-mcp Summary: Selenium Tools for MCP Category: Search & Web Mode: local Pricing: Free npm: selenium-webdriver-mcp GitHub: https://github.com/pshivapr/selenium-mcp Security Score: 7/10 Creator: Pshivapr Creator Reputation: B Version: 0.4.6 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-pshivapr-selenium-mcp -- npx -y selenium-webdriver-mcp@0.4.6 --- ## Commit Message Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-commit-message-ai-mcp Summary: Commit Message Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: commit-message-ai-mcp GitHub: https://github.com/CSOAI-ORG/commit-message-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-commit-message-ai-mcp -- uvx commit-message-ai-mcp==1.0.12 --- ## Xraylib URL: https://mcp-marketplace.io/server/io-github-tschoonj-xraylib-mcp-server Summary: MCP server providing X-ray interaction data via xraylib Category: Developer Tools Mode: local Pricing: Free PyPI: xraylib-mcp-server GitHub: https://github.com/tschoonj/xraylib-mcp-server Security Score: 10/10 Creator: Tschoonj Creator Reputation: B Version: 0.1.6 Install (Claude Code): claude mcp add io-github-tschoonj-xraylib-mcp-server -- uvx xraylib-mcp-server==0.1.6 --- ## Irs Taxpayer URL: https://mcp-marketplace.io/server/io-github-dma9527-irs-taxpayer Summary: 39 tax tools for US taxpayers: federal/state tax, credits, deductions, retirement. All local. Category: Finance Mode: local Pricing: Free npm: irs-taxpayer-mcp GitHub: https://github.com/dma9527/irs-taxpayer-mcp Security Score: 7/10 Creator: Dma9527 Creator Reputation: B Version: 0.5.3 Install (Claude Code): claude mcp add io-github-dma9527-irs-taxpayer -- npx -y irs-taxpayer-mcp@0.5.3 --- ## Apple MCPs URL: https://mcp-marketplace.io/server/io-github-jonathanrreed-apple-mcp-mail Summary: Read, search, compose, and send emails via Apple Mail on macOS. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-mcp-mail GitHub: https://github.com/JonathanRReed/Apple-MCPs Security Score: 9.7/10 Creator: JonathanRReed Creator Reputation: B Version: 1.0.2 Required Credentials: APPLE_MAIL_MCP_SAFETY_PROFILE (optional), APPLE_MAIL_MCP_ALLOWED_ATTACHMENT_ROOT (optional), APPLE_MAIL_MCP_VISIBLE_DRAFTS (optional) Install (Claude Code): claude mcp add io-github-jonathanrreed-apple-mcp-mail -- uvx apple-mcp-mail --- ## Studienlage URL: https://mcp-marketplace.io/server/de-mechoulam-studienlage Summary: GRADE-rated clinical evidence on cannabis as medicine (DE/EN). Search and cite studies. Description: GRADE-rated clinical evidence on cannabis as medicine (DE/EN). Search and cite studies. Remote endpoints: streamable-http: https://mechoulam.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mechoulam.de/mcp MCP Tools (5): search, fetch, list_indications, get_indication, get_study Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http de-mechoulam-studienlage https://mechoulam.de/mcp --- ## Manymeet URL: https://mcp-marketplace.io/server/io-github-jmbremer-manymeet Summary: Webinar analytics for Zoom Meeting-based webinars: Funnels, transcripts, email engagement Description: Webinar analytics for Zoom Meeting-based webinars: Funnels, transcripts, email engagement Remote endpoints: streamable-http: https://app.getmanymeet.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.getmanymeet.com/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jmbremer-manymeet https://app.getmanymeet.com/mcp/ --- ## Compoid URL: https://mcp-marketplace.io/server/com-compoid-mcp-server Summary: A collaborative repository where AI agents and humans share research, images, videos and papers. Description: A collaborative repository where AI agents and humans share research, images, videos and papers. Remote endpoints: streamable-http: https://mcpv.compoid.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcpv.compoid.com/mcp GitHub: https://github.com/compoid/compoid-mcp.git Security Score: 0.5/10 Creator: Compoid Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http com-compoid-mcp-server https://mcpv.compoid.com/mcp --- ## Drdeploy URL: https://mcp-marketplace.io/server/io-github-dr-deploy-drdeploy-mcp Summary: MCP tools for drdeploy: scan deployed sites, list, get findings, check status. Category: Cloud & DevOps Mode: local Pricing: Free npm: @drdeploy/mcp GitHub: https://github.com/Dr-Deploy/drdeploy Security Score: 9.7/10 Creator: Dr Deploy Creator Reputation: B Version: 0.1.4 Required Credentials: DRDEPLOY_TOKEN (required), DRDEPLOY_API_HOST (optional) Install (Claude Code): claude mcp add io-github-dr-deploy-drdeploy-mcp -- npx -y @drdeploy/mcp --- ## Gamma URL: https://mcp-marketplace.io/server/io-github-mindstone-mcp-server-gamma Summary: Gamma AI presentation generation MCP server for Model Context Protocol hosts Category: Developer Tools Mode: local Pricing: Free npm: @mindstone/mcp-server-gamma GitHub: https://github.com/mindstone/mcp-servers Security Score: 9.9/10 Creator: Mindstone Creator Reputation: B Version: 0.4.1 Required Credentials: GAMMA_API_KEY (required), GAMMA_EXPORT_POLL_INTERVAL_MS (optional), GAMMA_EXPORT_POLL_MAX_ATTEMPTS (optional), GAMMA_REQUEST_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-mindstone-mcp-server-gamma -- npx -y @mindstone/mcp-server-gamma --- ## Corvi Careers URL: https://mcp-marketplace.io/server/io-github-jobswithgpt-corvi-careers Summary: Search remote and onsite jobs through the public Corvi Careers MCP server. Description: Search remote and onsite jobs through the public Corvi Careers MCP server. Remote endpoints: streamable-http: https://corvi.careers/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://corvi.careers/mcp GitHub: https://github.com/jobswithgpt/mcp MCP Tools (2): location_autocomplete, search_jobs Security Score: 10/10 Creator: Jobswithgpt Creator Reputation: B Version: 1.27.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jobswithgpt-corvi-careers https://corvi.careers/mcp --- ## Alloy Web URL: https://mcp-marketplace.io/server/ai-usealloy-alloy Summary: Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data. Description: Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data. Remote endpoints: streamable-http: https://aus.usealloy.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aus.usealloy.ai/mcp GitHub: https://github.com/alloyrobotics/alloy-web Security Score: 8/10 Creator: Alloyrobotics Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-usealloy-alloy https://aus.usealloy.ai/mcp --- ## Goldenpipe URL: https://mcp-marketplace.io/server/io-github-benzsevern-goldenpipe Summary: Data quality pipeline orchestrator — chain validation, transformation, and deduplication Description: Data quality pipeline orchestrator — chain validation, transformation, and deduplication Remote endpoints: streamable-http: https://goldenpipe-mcp-production.up.railway.app/mcp/ Category: Developer Tools Mode: dual Pricing: Free PyPI: goldenpipe Remote URL: https://goldenpipe-mcp-production.up.railway.app/mcp/ GitHub: https://github.com/benzsevern/goldenpipe.git Security Score: 5.2/10 Creator: benzsevern Creator Reputation: B Version: 1.0.1 Uptime Status: up Tags: pipeline, orchestration, data-quality, etl, data-validation, data-transformation, deduplication, golden-suite, yaml, zero-config, mcp, ai-tools Use Cases: Data pipeline orchestration, End-to-end data quality, Automated data cleaning, Multi-step ETL, Data onboarding workflows, Quality-first pipelines Install (Claude Code): claude mcp add io-github-benzsevern-goldenpipe -- uvx goldenpipe==1.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-goldenpipe https://goldenpipe-mcp-production.up.railway.app/mcp/ --- ## Appcircle URL: https://mcp-marketplace.io/server/io-appcircle-appcircle-mcp Summary: MCP server for Appcircle mobile CI/CD platform. Description: MCP server for Appcircle mobile CI/CD platform. Remote endpoints: streamable-http: https://mcp.appcircle.io Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.appcircle.io GitHub: https://github.com/appcircleio/appcircle-mcp Security Score: 7.8/10 Creator: Appcircleio Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-appcircle-appcircle-mcp https://mcp.appcircle.io --- ## Univercity URL: https://mcp-marketplace.io/server/io-github-davidscoreal-univercity-mcp Summary: 8-dimension business diagnosis with Revenue Leak Score and triple-option recommendations Description: 8-dimension business diagnosis with Revenue Leak Score and triple-option recommendations Remote endpoints: streamable-http: https://mcp.univercityaiconsult.tech Category: Developer Tools Mode: dual Pricing: Free PyPI: univercity-mcp Remote URL: https://mcp.univercityaiconsult.tech GitHub: https://github.com/davidscoreal/univercity-mcp Security Score: 4.2/10 Creator: Davidscoreal Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-davidscoreal-univercity-mcp -- uvx univercity-mcp==0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-davidscoreal-univercity-mcp https://mcp.univercityaiconsult.tech --- ## N8n URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-n8n Summary: n8n MCP — query your own n8n instance (BYO). Description: n8n MCP — query your own n8n instance (BYO). Remote endpoints: streamable-http: https://gateway.pipeworx.io/n8n/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/n8n/mcp GitHub: https://github.com/pipeworx-io/mcp-n8n MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, n8n_list_workflows, n8n_get_workflow, n8n_list_executions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-n8n https://gateway.pipeworx.io/n8n/mcp --- ## Three URL: https://mcp-marketplace.io/server/io-github-nirholas-3d-agent Summary: Render 3D avatars from three.ws and validate, inspect, and optimize glTF/GLB models. Description: Render 3D avatars from three.ws and validate, inspect, and optimize glTF/GLB models. Remote endpoints: streamable-http: https://three.ws/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://three.ws/api/mcp GitHub: https://github.com/nirholas/three.ws Security Score: 10/10 Creator: Nirholas Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nirholas-3d-agent https://three.ws/api/mcp --- ## Polymarket URL: https://mcp-marketplace.io/server/io-github-0xchron-polymarket-mcp Summary: Read-only Polymarket prediction market data for AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: 0xchron-polymarket-mcp GitHub: https://github.com/0xChron/polymarket-mcp Security Score: 9.5/10 Creator: 0xChron Creator Reputation: B Version: 0.1.1 Required Credentials: GAMMA_URL (optional), DATA_URL (optional), DEFAULT_TIMEOUT (optional), FASTMCP_HOST (optional), FASTMCP_PORT (optional) Install (Claude Code): claude mcp add io-github-0xchron-polymarket-mcp -- uvx 0xchron-polymarket-mcp==0.1.1 --- ## Whiteboard URL: https://mcp-marketplace.io/server/io-github-chenlidongorg-whiteboard Summary: Whiteboard MCP server Description: Whiteboard MCP server Remote endpoints: streamable-http: https://whiteboardappforchatgpt.endlessai.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whiteboardappforchatgpt.endlessai.org/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-chenlidongorg-whiteboard https://whiteboardappforchatgpt.endlessai.org/mcp --- ## Changedetection URL: https://mcp-marketplace.io/server/io-github-rusty4444-changedetection-mcp Summary: MCP server for ChangeDetection.io website monitoring and change history. Category: Developer Tools Mode: local Pricing: Free PyPI: changedetection-mcp GitHub: https://github.com/rusty4444/changedetection-mcp Security Score: 4.2/10 Creator: Rusty4444 Creator Reputation: B Version: 0.1.0 Required Credentials: CHANGEDETECTION_BASE_URL (optional), CHANGEDETECTION_API_KEY (required) Install (Claude Code): claude mcp add io-github-rusty4444-changedetection-mcp -- uvx changedetection-mcp==0.1.0 --- ## Qsearch URL: https://mcp-marketplace.io/server/io-github-theyahia-qsearch Summary: Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK. Description: Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK. Remote endpoints: streamable-http: https://qsearch.pro/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qsearch.pro/mcp GitHub: https://github.com/theYahia/qsearch Security Score: 10/10 Creator: TheYahia Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-theyahia-qsearch https://qsearch.pro/mcp --- ## A2a Mcp Cpg URL: https://mcp-marketplace.io/server/io-github-gsc-em-a2a-mcp-cpg Summary: A2A MCP & CPG Rails: HBPC (Hygiene + Beauty Personal Care) procurement and ESG. Description: A2A MCP & CPG Rails: HBPC (Hygiene + Beauty Personal Care) procurement and ESG. Remote endpoints: streamable-http: https://mcp.gsc-em.com Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.gsc-em.com GitHub: https://github.com/gsc-em/a2a-mcp-cpg Security Score: 2.5/10 Creator: Gsc Em Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gsc-em-a2a-mcp-cpg https://mcp.gsc-em.com --- ## Competitor Monitor Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-competitor-monitor-ai-mcp Summary: Competitor Monitor Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: competitor-monitor-ai-mcp GitHub: https://github.com/CSOAI-ORG/competitor-monitor-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-competitor-monitor-ai-mcp -- uvx competitor-monitor-ai-mcp==1.0.10 --- ## Knowledge URL: https://mcp-marketplace.io/server/org-totto-knowledge Summary: Thor Henning Hetland's signed knowledge web: plan, load and verify ed25519-signed KCP units. Description: Thor Henning Hetland's signed knowledge web: plan, load and verify ed25519-signed KCP units. Remote endpoints: streamable-http: https://mcp.totto.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.totto.org/mcp MCP Tools (5): kcp_plan, kcp_load, kcp_validate, kcp_trace, kcp_replay Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-totto-knowledge https://mcp.totto.org/mcp --- ## Holiday Forever 2 URL: https://mcp-marketplace.io/server/io-github-holiday-forever-holiday-forever-2 Summary: Interactive photo gallery widget for a single Airbnb listing with price, rating, and link. Description: Interactive photo gallery widget for a single Airbnb listing with price, rating, and link. Remote endpoints: streamable-http: https://holiday-forever-2.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://holiday-forever-2.vercel.app/mcp GitHub: https://github.com/holiday-forever/holiday-forever-2 MCP Tools (1): show_listing Security Score: 8/10 Creator: Holiday Forever Creator Reputation: B Version: 1.1.8 Install (Claude Code Remote): claude mcp add --transport http io-github-holiday-forever-holiday-forever-2 https://holiday-forever-2.vercel.app/mcp --- ## Hts URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hts Summary: HTS MCP — US import tariff rates via the USITC Harmonized Tariff Schedule. Description: HTS MCP — US import tariff rates via the USITC Harmonized Tariff Schedule. Remote endpoints: streamable-http: https://gateway.pipeworx.io/hts/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hts/mcp GitHub: https://github.com/pipeworx-io/mcp-hts MCP Tools (32): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, hts_search, hts_lookup Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hts https://gateway.pipeworx.io/hts/mcp --- ## Database Universal URL: https://mcp-marketplace.io/server/io-github-csoai-org-database-universal-mcp Summary: Database Universal MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: database-universal-mcp GitHub: https://github.com/CSOAI-ORG/database-universal-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.14 Install (Claude Code): claude mcp add io-github-csoai-org-database-universal-mcp -- uvx database-universal-mcp==1.0.14 --- ## Steam Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-steam Summary: Steam concurrent players by game over time, monthly trends and growth. Free key at trendsmcp.ai Description: Steam concurrent players by game over time, monthly trends and growth. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://steam.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://steam.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/steam-trends-mcp Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-steam https://steam.api.trendsmcp.ai/mcp --- ## Adzuna URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-adzuna Summary: Adzuna MCP — global job-board aggregator Description: Adzuna MCP — global job-board aggregator Remote endpoints: streamable-http: https://gateway.pipeworx.io/adzuna/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/adzuna/mcp GitHub: https://github.com/pipeworx-io/mcp-adzuna MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, categories, salary_histogram, top_companies, history, regional_stats Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-adzuna https://gateway.pipeworx.io/adzuna/mcp --- ## RiskModels API URL: https://mcp-marketplace.io/server/io-github-bluewatercorp-riskmodels Summary: Dividend-adjusted US equity total returns, risk decomposition, attribution & ETF hedge ratios Description: Dividend-adjusted US equity total returns, risk decomposition, attribution & ETF hedge ratios Remote endpoints: streamable-http: https://riskmodels.app/api/mcp/sse Category: Developer Tools Mode: dual Pricing: Free npm: @riskmodels/mcp Remote URL: https://riskmodels.app/api/mcp/sse GitHub: https://github.com/BlueWaterCorp/RiskModels_API Security Score: 7.7/10 Creator: BlueWaterCorp Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-bluewatercorp-riskmodels -- npx -y @riskmodels/mcp Install (Claude Code Remote): claude mcp add --transport http io-github-bluewatercorp-riskmodels https://riskmodels.app/api/mcp/sse --- ## CipherHUB URL: https://mcp-marketplace.io/server/io-github-bowenerchen-cipherhub Summary: Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows. Description: Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows. Remote endpoints: streamable-http: https://tools.cipherhub.cloud/cipherhub/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tools.cipherhub.cloud/cipherhub/mcp GitHub: https://github.com/bowenerchen/CipherHUB-MCP-Server MCP Tools (31): hello, generate_random_data, hash_sum, hmac_sum, block_cipher, stream_cipher, data_padding, generate_rsa, rsa_encryption, rsa_decryption, rsa_sign, rsa_verify, generate_ecc, ecc_key_exchange, ecc_key_sign, ecc_key_verify, generate_sm2, sm2_encryption, sm2_decryption, sm2_sign, sm2_verify, sm2_private_key_structure_parse, sm2_public_key_to_hex, zuc_cipher, ml_kem_keygen, ml_kem_encap, ml_kem_decap, ml_dsa_keygen, ml_dsa_sign, ml_dsa_verify, hybrid_kex Security Score: 10/10 Creator: Bowenerchen Creator Reputation: B Version: 1.9.4 Install (Claude Code Remote): claude mcp add --transport http io-github-bowenerchen-cipherhub https://tools.cipherhub.cloud/cipherhub/mcp --- ## Etsy Data URL: https://mcp-marketplace.io/server/com-selloracle-etsy-data Summary: Pre-computed Etsy niche data for AI agents: Blue Ocean scores, demand, competition. 17 tools. Description: Pre-computed Etsy niche data for AI agents: Blue Ocean scores, demand, competition. 17 tools. Remote endpoints: streamable-http: https://selloracle.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://selloracle.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-selloracle-etsy-data https://selloracle.com/mcp --- ## Nse Public URL: https://mcp-marketplace.io/server/io-github-alokbarnwal-nse-public-mcp Summary: Analyze any Nifty 500 stock with AI — price action, demand zones, technicals & screener. Description: Analyze any Nifty 500 stock with AI — price action, demand zones, technicals & screener. Remote endpoints: streamable-http: https://stockmcp.alokbarnwal.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://stockmcp.alokbarnwal.com/mcp GitHub: https://github.com/alokbarnwal/nse-public-mcp Security Score: 8.3/10 Creator: Alokbarnwal Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-alokbarnwal-nse-public-mcp https://stockmcp.alokbarnwal.com/mcp --- ## Swissgroceries URL: https://mcp-marketplace.io/server/io-github-nicktcode-swissgroceries-mcp Summary: Swiss grocery search, promotions, and shopping plans across Migros, Coop, Aldi, Denner, Lidl. Category: Developer Tools Mode: local Pricing: Free npm: @nicktcode/swissgroceries-mcp GitHub: https://github.com/nicktcode/swissgroceries-mcp Security Score: 4.2/10 Creator: Nicktcode Creator Reputation: B Version: 0.1.2 Required Credentials: DENNER_JWT (required), LIDL_DEFAULT_STORE (optional), SWISSGROCERIES_USER_AGENT_COOP (optional), SWISSGROCERIES_LOG_LEVEL (optional), SWISSGROCERIES_DISABLE_CACHE (optional) Install (Claude Code): claude mcp add io-github-nicktcode-swissgroceries-mcp -- npx -y @nicktcode/swissgroceries-mcp@0.1.6 --- ## Frenchie Skill URL: https://mcp-marketplace.io/server/io-github-lab94-frenchie-skill Summary: OCR, transcription, file extraction, and image generation for AI agents via MCP. Description: OCR, transcription, file extraction, and image generation for AI agents via MCP. Remote endpoints: streamable-http: https://mcp.getfrenchie.dev Category: Developer Tools Mode: dual Pricing: Free npm: @lab94/frenchie Remote URL: https://mcp.getfrenchie.dev GitHub: https://github.com/Lab94/frenchie-skill Security Score: 4.8/10 Creator: Lab94 Creator Reputation: B Version: 0.5.0 Required Credentials: FRENCHIE_API_KEY (required), FRENCHIE_DEFAULT_LANGUAGE (optional) Install (Claude Code): claude mcp add io-github-lab94-frenchie-skill -- npx -y @lab94/frenchie@0.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lab94-frenchie-skill https://mcp.getfrenchie.dev --- ## Mychem URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mychem Summary: MyChem.info MCP. Description: MyChem.info MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/mychem/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mychem/mcp GitHub: https://github.com/pipeworx-io/mcp-mychem MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, query, chem, metadata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mychem https://gateway.pipeworx.io/mychem/mcp --- ## Tessa Aios URL: https://mcp-marketplace.io/server/net-complianceregistry-mcp-server Summary: First A2A registry where AI agents discover & transact with compliance firms - audits, permits. Description: First A2A registry where AI agents discover & transact with compliance firms - audits, permits. Remote endpoints: streamable-http: https://complianceregistry.net/mcp/ Category: Security Mode: remote Pricing: Free Remote URL: https://complianceregistry.net/mcp/ GitHub: https://github.com/globalpart/tessa-aios Security Score: 8/10 Creator: Globalpart Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-complianceregistry-mcp-server https://complianceregistry.net/mcp/ --- ## Quality Oracle URL: https://mcp-marketplace.io/server/io-github-assister-xyz-agenttrust Summary: Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-agenttrust GitHub: https://github.com/assister-xyz/quality-oracle Security Score: 10/10 Creator: Assister Xyz Creator Reputation: B Version: 0.1.2 Required Credentials: GROQ_API_KEY (required), CEREBRAS_API_KEY (required), MONGODB_URL (required) Install (Claude Code): claude mcp add io-github-assister-xyz-agenttrust -- uvx mcp-agenttrust==0.1.2 --- ## Baselight URL: https://mcp-marketplace.io/server/ai-baselight-baselight Summary: Query Baselight's public catalog of 70,000+ datasets — finance, demographics, sports, and more. Description: Query Baselight's public catalog of 70,000+ datasets — finance, demographics, sports, and more. Remote endpoints: streamable-http: https://api.baselight.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.baselight.app/mcp MCP Tools (9): baselight_ping, baselight_search_catalog, baselight_search_tables, baselight_get_dataset_metadata, baselight_get_dataset_tables, baselight_get_table_metadata, baselight_get_user, baselight_sdk_query_execute, baselight_sdk_get_results Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-baselight-baselight https://api.baselight.app/mcp --- ## Infermap URL: https://mcp-marketplace.io/server/io-github-benzsevern-infermap Summary: Inference-driven schema mapping engine — map messy source columns to a known target schema Category: Developer Tools Mode: dual Pricing: Free PyPI: infermap Remote URL: https://infermap-mcp-production.up.railway.app/mcp/ GitHub: https://github.com/benzsevern/infermap.git Security Score: 5.2/10 Creator: benzsevern Creator Reputation: B Version: 0.3.1 Uptime Status: up Tags: schema-mapping, column-matching, data-integration, etl, field-mapping, hungarian-algorithm, fuzzy-matching, data-onboarding, csv, parquet, zero-config, mcp, ai-tools, python, typescript Use Cases: Schema mapping, Column matching, Data integration, ETL field mapping, Schema migration, Data onboarding, Cross-system data linking Install (Claude Code): claude mcp add io-github-benzsevern-infermap -- uvx infermap==0.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-infermap https://infermap-mcp-production.up.railway.app/mcp/ --- ## Socialfetch URL: https://mcp-marketplace.io/server/io-github-social-freak-ltd-socialfetch Summary: Public social-data API and live docs for AI coding agents. Description: Public social-data API and live docs for AI coding agents. Remote endpoints: streamable-http: https://api.socialfetch.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.socialfetch.dev/mcp GitHub: https://github.com/social-freak-ltd/socialfetch-mcp Security Score: 10/10 Creator: Social Freak Ltd Creator Reputation: B Version: 0.13.5 Install (Claude Code Remote): claude mcp add --transport http io-github-social-freak-ltd-socialfetch https://api.socialfetch.dev/mcp --- ## Nutanix URL: https://mcp-marketplace.io/server/io-github-wyre-technology-nutanix-mcp Summary: Multitenant Streamable HTTP bridge over Nutanix's official v4 API MCP server (Prism Central). Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/wyre-technology/nutanix-mcp Security Score: 10/10 Creator: Wyre Technology Creator Reputation: B Version: 1.0.0 Required Credentials: PORT (optional), IDLE_EVICT_MS (optional), SPAWN_TIMEOUT_MS (optional) --- ## Arcgis Tigard URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-tigard Summary: City of Tigard GIS — Tigard, Oregon open geospatial data (ArcGIS). Description: City of Tigard GIS — Tigard, Oregon open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-tigard/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-tigard/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-tigard MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-tigard https://gateway.pipeworx.io/arcgis-tigard/mcp --- ## Lulu Platform URL: https://mcp-marketplace.io/server/io-github-lulu-the-narwhal-domain-rdap-mcp Summary: Free, keyless domain registration lookup via RDAP: registered, available, registrar, expiration. Description: Free, keyless domain registration lookup via RDAP: registered, available, registrar, expiration. Remote endpoints: streamable-http: https://ads.getlulu.dev/domain/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ads.getlulu.dev/domain/mcp GitHub: https://github.com/Lulu-The-Narwhal/lulu-platform Security Score: 8/10 Creator: Lulu The Narwhal Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-lulu-the-narwhal-domain-rdap-mcp https://ads.getlulu.dev/domain/mcp --- ## Nudg3 URL: https://mcp-marketplace.io/server/ai-nudg3-brand-intelligence Summary: Query your Nudg3 brand visibility across ChatGPT, Claude, Gemini, AI Overviews, and Perplexity. Description: Query your Nudg3 brand visibility across ChatGPT, Claude, Gemini, AI Overviews, and Perplexity. Remote endpoints: streamable-http: https://mcp.nudg3.ai/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: nudg3-mcp Remote URL: https://mcp.nudg3.ai/mcp GitHub: https://github.com/NUDG3-AI/nudg3-mcp Security Score: 8/10 Creator: NUDG3 AI Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add ai-nudg3-brand-intelligence -- uvx nudg3-mcp Install (Claude Code Remote): claude mcp add --transport http ai-nudg3-brand-intelligence https://mcp.nudg3.ai/mcp --- ## Pixie Vacations URL: https://mcp-marketplace.io/server/io-github-stevegriswoldatl-pixie-vacations-mcp Summary: Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs. Description: Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs. Remote endpoints: streamable-http: https://pixie-vacations-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://pixie-vacations-mcp-production.up.railway.app/mcp GitHub: https://github.com/Stevegriswoldatl/pixie-vacations-mcp Security Score: 7.2/10 Creator: Stevegriswoldatl Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-stevegriswoldatl-pixie-vacations-mcp https://pixie-vacations-mcp-production.up.railway.app/mcp --- ## Lulu Platform URL: https://mcp-marketplace.io/server/io-github-lulu-the-narwhal-postal-lookup-mcp Summary: Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates. Description: Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates. Remote endpoints: streamable-http: https://ads.getlulu.dev/postal/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ads.getlulu.dev/postal/mcp GitHub: https://github.com/Lulu-The-Narwhal/lulu-platform Security Score: 8/10 Installs: 1 Creator: Lulu The Narwhal Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-lulu-the-narwhal-postal-lookup-mcp https://ads.getlulu.dev/postal/mcp --- ## German Tax Data URL: https://mcp-marketplace.io/server/dev-crelvo-german-tax-data Summary: German municipal tax data (Hundesteuer, Zweitwohnungsteuer, Pfaendung), cited to the source Description: German municipal tax data (Hundesteuer, Zweitwohnungsteuer, Pfaendung), cited to the source Remote endpoints: streamable-http: https://data.crelvo.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://data.crelvo.dev/mcp MCP Tools (9): list_datasets, hundesteuer_lookup, hundesteuer_ranking, hundesteuer_by_state, zweitwohnungsteuer_lookup, zweitwohnungsteuer_ranking, zweitwohnungsteuer_changes, zweitwohnungsteuer_by_state, pfaendung_calc Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-crelvo-german-tax-data https://data.crelvo.dev/mcp --- ## Crawlconsole URL: https://mcp-marketplace.io/server/com-crawlconsole-crawlconsole Summary: Backlink Analysis MCP for AI Agents: authority, referring domains, and competitor link gaps. Description: Backlink Analysis MCP for AI Agents: authority, referring domains, and competitor link gaps. Remote endpoints: streamable-http: https://mcp.crawlconsole.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @crawlconsole/mcp Remote URL: https://mcp.crawlconsole.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add com-crawlconsole-crawlconsole -- npx -y @crawlconsole/mcp Install (Claude Code Remote): claude mcp add --transport http com-crawlconsole-crawlconsole https://mcp.crawlconsole.com/mcp --- ## Context Layer URL: https://mcp-marketplace.io/server/io-github-dotnova-context-layer Summary: Intelligent context infrastructure for AI teams: knowledge graph, sessions, tasks, documents. Description: Intelligent context infrastructure for AI teams: knowledge graph, sessions, tasks, documents. Remote endpoints: streamable-http: https://api.dotnova.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.dotnova.io/mcp GitHub: https://github.com/DotNova/context-layer Security Score: 8/10 Creator: DotNova Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dotnova-context-layer https://api.dotnova.io/mcp --- ## Blockstream Info URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-blockstream-info Summary: Blockstream Esplora Bitcoin block explorer (mainnet + testnet) Description: Blockstream Esplora Bitcoin block explorer (mainnet + testnet) Remote endpoints: streamable-http: https://gateway.pipeworx.io/blockstream-info/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/blockstream-info/mcp GitHub: https://github.com/pipeworx-io/mcp-blockstream-info MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, tip_height, block, transaction, tx_status, address, address_txs, mempool, fee_estimates Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-blockstream-info https://gateway.pipeworx.io/blockstream-info/mcp --- ## Gamma URL: https://mcp-marketplace.io/server/io-github-amer-prog-gamma-mcp-server Summary: Create presentations, documents, and webpages from any MCP-compatible AI assistant via Gamma.app Category: Developer Tools Mode: local Pricing: Free npm: @arkava-ai/gamma-mcp-server GitHub: https://github.com/Arkava-AI/gamma-mcp-server Security Score: 5.2/10 Creator: Arkava AI Creator Reputation: B Version: 1.0.0 Required Credentials: GAMMA_API_KEY (required) Install (Claude Code): claude mcp add io-github-amer-prog-gamma-mcp-server -- npx -y @arkava-ai/gamma-mcp-server@1.0.0 --- ## Dreissigacker Wine Concierge URL: https://mcp-marketplace.io/server/io-github-paulwenner-dreissigacker-wine-concierge Summary: Wine recommendations, food pairings & B2B contact for Weingut Dreissigacker, Rheinhessen. Description: Wine recommendations, food pairings & B2B contact for Weingut Dreissigacker, Rheinhessen. Remote endpoints: streamable-http: https://dreissigacker-mcp.jollystone-6dcd657d.westeurope.azurecontainerapps.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dreissigacker-mcp.jollystone-6dcd657d.westeurope.azurecontainerapps.io/mcp GitHub: https://github.com/paulwenner/dreissigacker-wine-concierge MCP Tools (3): dreissigacker_recommend_wine, dreissigacker_food_pairing, dreissigacker_b2b_contact Security Score: 10/10 Creator: Paulwenner Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-paulwenner-dreissigacker-wine-concierge https://dreissigacker-mcp.jollystone-6dcd657d.westeurope.azurecontainerapps.io/mcp --- ## Code Review Analyst URL: https://mcp-marketplace.io/server/io-github-j0hanz-code-review-analyst Summary: Gemini-powered MCP server for code review analysis. Category: Developer Tools Mode: local Pricing: Free npm: @j0hanz/code-review-analyst-mcp GitHub: https://github.com/j0hanz/code-review-analyst-mcp Security Score: 10/10 Creator: J0hanz Creator Reputation: B Version: 1.7.6 Install (Claude Code): claude mcp add io-github-j0hanz-code-review-analyst -- npx -y @j0hanz/code-review-analyst-mcp --- ## Frankfurter URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-frankfurter Summary: Frankfurter MCP — wraps Frankfurter API (api.frankfurter.dev) Description: Frankfurter MCP — wraps Frankfurter API (api.frankfurter.dev) Remote endpoints: streamable-http: https://gateway.pipeworx.io/frankfurter/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/frankfurter/mcp GitHub: https://github.com/pipeworx-io/mcp-frankfurter MCP Tools (34): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_latest, get_historical, get_timeseries, list_currencies Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-frankfurter https://gateway.pipeworx.io/frankfurter/mcp --- ## Open Notify URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-open-notify Summary: Open Notify MCP — ISS position + people in space Description: Open Notify MCP — ISS position + people in space Remote endpoints: streamable-http: https://gateway.pipeworx.io/open-notify/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/open-notify/mcp GitHub: https://github.com/pipeworx-io/mcp-open-notify MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, iss_now, astros Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-open-notify https://gateway.pipeworx.io/open-notify/mcp --- ## Index URL: https://mcp-marketplace.io/server/io-github-starloghq-starlog Summary: Vet a package (CVEs, license, maintenance) before your AI agent uses it, plus capability discovery. Category: Developer Tools Mode: local Pricing: Free npm: starloghq GitHub: https://github.com/starloghq/index Security Score: 6/10 Creator: Starloghq Creator Reputation: B Version: 0.9.0 Required Credentials: STARLOG_API_KEY (required) Install (Claude Code): claude mcp add io-github-starloghq-starlog -- npx -y starloghq@0.9.0 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-phrase-mcp Summary: Phrase MCP server: language intelligence platform for translation, terminology, and quality. Description: Phrase MCP server: language intelligence platform for translation, terminology, and quality. Remote endpoints: streamable-http: https://mcp.eu.phrase.com streamable-http: https://mcp.us.phrase.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.eu.phrase.com Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-phrase-mcp https://mcp.eu.phrase.com --- ## Dxtra Radio URL: https://mcp-marketplace.io/server/com-dxtra-dxtra-radio Summary: Radio frequency database: FM, AM, shortwave, TV, ham, weather, emergency alerts. 15+ countries. Description: Radio frequency database: FM, AM, shortwave, TV, ham, weather, emergency alerts. 15+ countries. Remote endpoints: sse: https://dxtra.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dxtra.com/mcp/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dxtra-dxtra-radio https://dxtra.com/mcp/sse --- ## Mcp URL: https://mcp-marketplace.io/server/io-laraplugins-mcp Summary: Validated Laravel plugin data - health scores, compatibility and vendor trust Description: Validated Laravel plugin data - health scores, compatibility and vendor trust Remote endpoints: streamable-http: https://laraplugins.io/mcp/plugins Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://laraplugins.io/mcp/plugins MCP Tools (2): search-plugin-tool, get-plugin-details-tool Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-laraplugins-mcp https://laraplugins.io/mcp/plugins --- ## Flyto Indexer URL: https://mcp-marketplace.io/server/io-github-flytohub-flyto-indexer Summary: Code intelligence MCP server — impact analysis, semantic search, dependency graphs Category: Developer Tools Mode: local Pricing: Free PyPI: flyto-indexer GitHub: https://github.com/flytohub/flyto-indexer Security Score: 10/10 Creator: Flytohub Creator Reputation: B Version: 2.10.2 Install (Claude Code): claude mcp add io-github-flytohub-flyto-indexer -- uvx flyto-indexer==2.10.2 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-hurricanes Summary: Global hurricane and tropical cyclone tracks from IBTrACS/NOAA, 1842-present. Wind and pressure. Description: Global hurricane and tropical cyclone tracks from IBTrACS/NOAA, 1842-present. Wind and pressure. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/hurricanes Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/hurricanes GitHub: https://github.com/xyver/daedal-map Security Score: 5.7/10 Creator: Xyver Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-hurricanes https://app.daedalmap.com/mcp/hurricanes --- ## Cryptoapis Mcp Signer URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-signer Summary: MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-signer GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-signer Security Score: 10/10 Installs: 1 Creator: cryptoapis-io Creator Reputation: C+ Version: 0.4.0 Tags: blockchain, signing, evm, bitcoin, utxo, tron, xrp, ethereum, transactions, crypto, offline, wallet Use Cases: Sign EVM transactions offline, Sign Bitcoin and UTXO transactions, Sign Tron transactions, Sign XRP transactions, Blockchain wallet automation, Offline transaction signing Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-signer -- npx -y @cryptoapis-io/mcp-signer@0.4.0 --- ## Game Dev. Spritesheet Forge URL: https://mcp-marketplace.io/server/game-dev-spritesheet-forge Summary: Game-dev sprite tools: pack, split, trim, and animate PNG/GIF sprites via AI. Description: Spritesheet Forge is a remote MCP server for game developers and pixel artists. It wraps two Cloud Run image-processing APIs to let AI agents (Claude, etc.) manipulate sprites through natural language — no local tools required. Supported workflows: - **GIF → Spritesheet**: Extract all frames from an animated GIF and pack them into a grid PNG, with optional background removal. - **GIF → Frames ZIP**: Explode a GIF into individual PNG frames in a ZIP archive. - **PNG frames → Animation**: Reassem Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.clawstudiouo.com/mcp GitHub: https://github.com/LAXY9887/Game-Dev.-Spritesheet-Forge MCP Tools (8): server_info, png_to_spritesheet, split_spritesheet, trim_png, gif_to_spritesheet, gif_to_frames, frames_to_animation, spritesheet_to_animation Security Score: 10/10 Creator: LAXY9887 Creator Reputation: B+ Version: 1.0.0 Uptime Status: up Tags: spritesheet, game-dev, pixel-art, animation, gif, png, sprite, texture-atlas, game-assets, image-processing, webp, game-development, 2d-game, indie-game, sprite-sheet Use Cases: Game Development, Pixel Art, Sprite Animation, Texture Atlas, Image Processing Install (Claude Code Remote): claude mcp add --transport http game-dev-spritesheet-forge https://mcp.clawstudiouo.com/mcp --- ## Portfolio Ideas URL: https://mcp-marketplace.io/server/io-github-tibi-metapartner-ai-mcp-portfolio-ideas Summary: Analyze your portfolio and generate ideas for improvements Description: Analyze your portfolio and generate ideas for improvements Remote endpoints: streamable-http: https://mcp-portfolio-ideas.metapartner.ai/mcp/stream sse: https://mcp-portfolio-ideas.metapartner.ai/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-portfolio-ideas.metapartner.ai/mcp/stream Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tibi-metapartner-ai-mcp-portfolio-ideas https://mcp-portfolio-ideas.metapartner.ai/mcp/stream --- ## Smails URL: https://mcp-marketplace.io/server/io-github-pexni-smails Summary: Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP. Category: Developer Tools Mode: local Pricing: Free npm: @smails/cli GitHub: https://github.com/pexni/smails Security Score: 9.7/10 Creator: Pexni Creator Reputation: B Version: 0.0.12 Install (Claude Code): claude mcp add io-github-pexni-smails -- npx -y @smails/cli --- ## OpenMesha URL: https://mcp-marketplace.io/server/io-github-anamized-openmesha Summary: Open agentic operations mesh MCP: agents, workflows, cost, governance, and x402. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/ANAMIZED/OpenMesha Security Score: 10/10 Creator: ANAMIZED Creator Reputation: B Version: 0.1.0 --- ## Afkbot URL: https://mcp-marketplace.io/server/io-github-wyre-technology-afkbot-mcp Summary: MCP server for AFKBot PTO management — file, list, and cancel time-off requests. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/wyre-technology/afkbot-mcp Security Score: 5.3/10 Creator: Wyre Technology Creator Reputation: B Version: 1.1.0 Required Credentials: AZURE_TENANT_ID (optional), AZURE_CLIENT_ID (optional), AZURE_CLIENT_SECRET (required), AFKBOT_API_URL (optional), AFKBOT_APP_CLIENT_ID (optional), MCP_TRANSPORT (optional), AUTH_MODE (optional), LOG_LEVEL (optional) --- ## Dynatrace URL: https://mcp-marketplace.io/server/com-westrock-dws-portal-dev-dynatrace-mcp Summary: Remote connection to Dynatrace for Grail queries, problem investigation, and log analysis. Description: Remote connection to Dynatrace for Grail queries, problem investigation, and log analysis. Remote endpoints: streamable-http: https://gxb75011.apps.dynatrace.com/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gxb75011.apps.dynatrace.com/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-westrock-dws-portal-dev-dynatrace-mcp https://gxb75011.apps.dynatrace.com/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-builtwith Summary: Detect technologies and tech stacks used on any website Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-builtwith GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-builtwith -- uvx mcparmory-builtwith --- ## Whois URL: https://mcp-marketplace.io/server/io-github-kincaidyang-whois Summary: Query WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Self-hostable. Description: Query WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Self-hostable. Remote endpoints: streamable-http: https://whois.ddnsip.cn/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whois.ddnsip.cn/mcp GitHub: https://github.com/KincaidYang/whois Security Score: 9.9/10 Creator: KincaidYang Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kincaidyang-whois https://whois.ddnsip.cn/mcp --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-tornadoes Summary: US tornado events 1950-present from the NOAA Storm Prediction Center: EF rating, tracks, damage. Description: US tornado events 1950-present from the NOAA Storm Prediction Center: EF rating, tracks, damage. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/tornadoes Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/tornadoes GitHub: https://github.com/xyver/daedal-map Security Score: 5/10 Creator: Xyver Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-tornadoes https://app.daedalmap.com/mcp/tornadoes --- ## Japan Intelligence Api URL: https://mcp-marketplace.io/server/io-github-hiroshic9-png-transcode Summary: Japan market intelligence — 22 MCP tools, 10 government/exchange data sources Category: Developer Tools Mode: local Pricing: Free npm: transcode-mcp-server GitHub: https://github.com/hiroshic9-png/japan-intelligence-api Security Score: 8.5/10 Creator: Hiroshic9 Png Creator Reputation: B Version: 1.0.1 Required Credentials: JAPAN_INTELLIGENCE_API_URL (optional), JI_API_KEY (required) Install (Claude Code): claude mcp add io-github-hiroshic9-png-transcode -- npx -y transcode-mcp-server@1.0.1 --- ## Remotive URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-remotive Summary: Remotive MCP — curated remote-only job board Description: Remotive MCP — curated remote-only job board Remote endpoints: streamable-http: https://gateway.pipeworx.io/remotive/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/remotive/mcp GitHub: https://github.com/pipeworx-io/mcp-remotive MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, list_categories, get_company Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-remotive https://gateway.pipeworx.io/remotive/mcp --- ## Node Email Mcp Ea33e576 URL: https://mcp-marketplace.io/server/live-alpic-staging-node-email-mcp-ea33e576 Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://node-email-mcp-ea33e576.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-email-mcp-ea33e576.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-node-email-mcp-ea33e576 https://node-email-mcp-ea33e576.staging.alpic.live --- ## Clearpolicy URL: https://mcp-marketplace.io/server/app-clearpolicy-clearpolicy Summary: Authenticated MCP server for ClearPolicy policy and compliance workflows. Description: Authenticated MCP server for ClearPolicy policy and compliance workflows. Remote endpoints: streamable-http: https://api.clearpolicy.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.clearpolicy.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http app-clearpolicy-clearpolicy https://api.clearpolicy.app/mcp --- ## Tesults URL: https://mcp-marketplace.io/server/io-github-tesults-tesults-mcp Summary: Tesults MCP server - connect AI agents to your test results, insights, and targets Category: Developer Tools Mode: local Pricing: Free npm: tesults-mcp GitHub: https://github.com/tesults/tesults-mcp Security Score: 6.2/10 Creator: Tesults Creator Reputation: B Version: 1.0.1 Required Credentials: TESULTS_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-tesults-tesults-mcp -- npx -y tesults-mcp@1.0.1 --- ## Maindex URL: https://mcp-marketplace.io/server/io-maindex-expert Summary: Full-control memory API for AI agents — memories, collections, links, search, and bulk operations. Description: Full-control memory API for AI agents — memories, collections, links, search, and bulk operations. Remote endpoints: streamable-http: https://expert.maindex.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://expert.maindex.io/mcp GitHub: https://github.com/maindexapp/maindex Security Score: 8/10 Creator: Maindexapp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-maindex-expert https://expert.maindex.io/mcp --- ## Locus URL: https://mcp-marketplace.io/server/io-github-jonybur-mcp-server Summary: stories.yaml — an open specification for software requirements, enforced by CI. Category: Developer Tools Mode: local Pricing: Free npm: @locus-dev/mcp-server GitHub: https://github.com/jonybur/locus Security Score: 9.7/10 Creator: Jonybur Creator Reputation: B Version: 0.5.0 Required Credentials: PROTOTYPER_API_KEY (required), PROTOTYPER_PROJECT_ID (optional), LOCUS_STORIES_PATH (optional) Install (Claude Code): claude mcp add io-github-jonybur-mcp-server -- npx -y @locus-dev/mcp-server --- ## Ascend Gtm Ops URL: https://mcp-marketplace.io/server/net-ascendgtm-gateway Summary: 34-tool GTM gateway: CRMs, ad platforms, analytics, Google Workspace, AWS, and LLM orchestration. Description: 34-tool GTM gateway: CRMs, ad platforms, analytics, Google Workspace, AWS, and LLM orchestration. Remote endpoints: streamable-http: https://ascend-gateway-v5.ascendgtm.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ascend-gateway-v5.ascendgtm.workers.dev/mcp GitHub: https://github.com/mishaal-cloud/ascend-gtm-ops Security Score: 8/10 Creator: Mishaal Cloud Creator Reputation: B Version: 5.3.0 Install (Claude Code Remote): claude mcp add --transport http net-ascendgtm-gateway https://ascend-gateway-v5.ascendgtm.workers.dev/mcp --- ## Maindex URL: https://mcp-marketplace.io/server/io-maindex-smart Summary: Simple memory for AI: keep, recall, update, and forget information across sessions. Description: Simple memory for AI: keep, recall, update, and forget information across sessions. Remote endpoints: streamable-http: https://maindex.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://maindex.io/mcp GitHub: https://github.com/maindexapp/maindex Security Score: 8/10 Creator: Maindexapp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-maindex-smart https://maindex.io/mcp --- ## Coinopai URL: https://mcp-marketplace.io/server/io-github-clawdbotworker-coinopai-mcp Summary: Kronos crypto signals + trade decisions + 819 automation prompts. x402 micropayments, USDC/Base. Category: Developer Tools Mode: local Pricing: Free npm: coinopai-mcp GitHub: https://github.com/forgemeshlabs/coinopai-mcp Security Score: 4.2/10 Creator: Forgemeshlabs Creator Reputation: B Version: 1.2.4 Required Credentials: WALLET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-clawdbotworker-coinopai-mcp -- npx -y coinopai-mcp@1.2.4 --- ## Brightsite URL: https://mcp-marketplace.io/server/io-github-brightsitehq-brightsite Summary: Manage BrightSite websites: pages, blog posts, components, forms, media, and analytics. Description: Manage BrightSite websites: pages, blog posts, components, forms, media, and analytics. Remote endpoints: streamable-http: https://onbrightsite.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://onbrightsite.com/api/mcp GitHub: https://github.com/BrightSiteHQ/brightsite-mcp Security Score: 10/10 Creator: BrightSiteHQ Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-brightsitehq-brightsite https://onbrightsite.com/api/mcp --- ## Public URL: https://mcp-marketplace.io/server/br-com-escoladeradio-www-public Summary: Cursos, turmas, vagas, professores, podcasts e blog da Escola de Rádio (ER+) — read-only. Description: Cursos, turmas, vagas, professores, podcasts e blog da Escola de Rádio (ER+) — read-only. Remote endpoints: streamable-http: https://www.escoladeradio.com.br/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.escoladeradio.com.br/api/mcp MCP Tools (13): school_info, list_courses, get_course, check_availability, list_upcoming_classes, list_teachers, get_teacher, list_podcast_series, list_podcast_episodes, get_podcast_episode, list_blog_posts, get_blog_post, search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http br-com-escoladeradio-www-public https://www.escoladeradio.com.br/api/mcp --- ## Speakable MCP URL: https://mcp-marketplace.io/server/speakable-mcp Summary: Real-time accessibility and screen reader analysis for AI coding assistants. Description: Speakable is a local-first accessibility analysis engine and MCP server that helps AI coding assistants predict screen reader output, audit accessibility issues, and detect regressions across NVDA, JAWS, and VoiceOver — directly inside modern development workflows. Learn more at getspeakable.dev Category: Developer Tools Mode: local Pricing: Free npm: @reticular/speakable GitHub: https://github.com/R3TICULAR/Speakable Security Score: 9.7/10 Creator: Retrex-Solutions Creator Reputation: C Version: 1.0.0 Tags: DevTools, CICD, Screen-Reader Use Cases: Screen Reader Regression, CI/CD, Accessibility testing Install (Claude Code): claude mcp add speakable-mcp -- npx -y @reticular/speakable@1.2.0 --- ## 1c Rest URL: https://mcp-marketplace.io/server/io-github-theyahia-1c-rest-mcp Summary: MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/1c-rest-mcp GitHub: https://github.com/theYahia/1c-rest-mcp Security Score: 10/10 Creator: TheYahia Creator Reputation: B Version: 1.2.1 Install (Claude Code): claude mcp add io-github-theyahia-1c-rest-mcp -- npx -y @theyahia/1c-rest-mcp@1.2.1 --- ## Yandexgpt URL: https://mcp-marketplace.io/server/io-github-theyahia-yandexgpt-mcp Summary: MCP server for YandexGPT — completions, embeddings, classification, summarization (Russia) Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandexgpt-mcp GitHub: https://github.com/theYahia/yandexgpt-mcp Security Score: 4.8/10 Creator: TheYahia Creator Reputation: B Version: 3.0.1 Install (Claude Code): claude mcp add io-github-theyahia-yandexgpt-mcp -- npx -y @theyahia/yandexgpt-mcp@3.0.1 --- ## Statfin Fi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-statfin-fi Summary: Statistics Finland (StatFin) PxWeb MCP. Description: Statistics Finland (StatFin) PxWeb MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/statfin-fi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/statfin-fi/mcp GitHub: https://github.com/pipeworx-io/mcp-statfin-fi MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-statfin-fi https://gateway.pipeworx.io/statfin-fi/mcp --- ## Tastedive URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tastedive Summary: TasteDive MCP — cross-media recommendations (free with key) Description: TasteDive MCP — cross-media recommendations (free with key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tastedive/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tastedive/mcp GitHub: https://github.com/pipeworx-io/mcp-tastedive MCP Tools (12): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, get_recommendations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tastedive https://gateway.pipeworx.io/tastedive/mcp --- ## K8scortex URL: https://mcp-marketplace.io/server/io-github-apatilgtn-k8scortex-mcp Summary: Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster. Category: Developer Tools Mode: local Pricing: Free npm: k8scortex-mcp GitHub: https://github.com/apatilgtn/k8scortex-mcp Security Score: 10/10 Creator: Apatilgtn Creator Reputation: B Version: 1.0.2 Required Credentials: KUBECONFIG (optional), DISABLE_AUTH (optional) Install (Claude Code): claude mcp add io-github-apatilgtn-k8scortex-mcp -- npx -y k8scortex-mcp@1.0.2 --- ## Move Helper URL: https://mcp-marketplace.io/server/io-github-comehomeai-move-helper Summary: Help estimating move size, inventory and quotes for house or office movers. Description: Help estimating move size, inventory and quotes for house or office movers. Remote endpoints: streamable-http: https://mcp.prd.comehome.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.prd.comehome.ai/mcp MCP Tools (2): request-moving-quote, get-lead-status Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-comehomeai-move-helper https://mcp.prd.comehome.ai/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-codacy Summary: Analyze code quality, security issues, and coverage across repositories Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-codacy GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-codacy -- uvx mcparmory-codacy --- ## Spec Kit Acceptance Gate URL: https://mcp-marketplace.io/server/com-clauxel-speckitacceptance-speckitacceptance-mcp Summary: Paid remote MCP for spec driven development acceptance gate MCP, structured receipts, audit logs, an Description: Paid remote MCP for spec driven development acceptance gate MCP, structured receipts, audit logs, an Remote endpoints: streamable-http: https://speckitacceptance.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://speckitacceptance.clauxel.com/mcp GitHub: https://github.com/clauxel/spec-kit-acceptance-gate-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-speckitacceptance-speckitacceptance-mcp https://speckitacceptance.clauxel.com/mcp --- ## Vendor Insights URL: https://mcp-marketplace.io/server/io-huntertech-vendor-insights Summary: AI-ready vendor incident status with public active incidents and plan-scoped history. Description: AI-ready vendor incident status with public active incidents and plan-scoped history. Remote endpoints: streamable-http: https://www.huntertech.io/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.huntertech.io/api/v1/mcp MCP Tools (3): list_monitored_vendors, get_vendor_incidents, get_all_vendor_incidents Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-huntertech-vendor-insights https://www.huntertech.io/api/v1/mcp --- ## FullMt5McpByLeo URL: https://mcp-marketplace.io/server/io-github-tradesystemsnique-mt5-mcp-by-leo Summary: Full MCP server for MT5: access trades, logs, compilation, etc.. Category: Developer Tools Mode: local Pricing: Free PyPI: mt5-mcp-by-leo GitHub: https://github.com/TradeSystemsNique/FullMt5McpByLeo Security Score: 10/10 Creator: TradeSystemsNique Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-tradesystemsnique-mt5-mcp-by-leo -- uvx mt5-mcp-by-leo==1.0.7 --- ## Trakt URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-trakt Summary: Trakt MCP — TV/movie metadata + watch tracking signals Description: Trakt MCP — TV/movie metadata + watch tracking signals Remote endpoints: streamable-http: https://gateway.pipeworx.io/trakt/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/trakt/mcp GitHub: https://github.com/pipeworx-io/mcp-trakt MCP Tools (18): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_movie, get_show, list_seasons, get_episode, trending, popular Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-trakt https://gateway.pipeworx.io/trakt/mcp --- ## Arcgis Sarpycounty URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-sarpycounty Summary: Sarpy County GIS — Sarpy County, Nebraska open geospatial data (ArcGIS). Description: Sarpy County GIS — Sarpy County, Nebraska open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-sarpycounty/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-sarpycounty/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-sarpycounty MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-sarpycounty https://gateway.pipeworx.io/arcgis-sarpycounty/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/one-everstake-mcp Summary: MCP server connecting AI agents to non-custodial staking data across 130+ networks. Description: MCP server connecting AI agents to non-custodial staking data across 130+ networks. Remote endpoints: streamable-http: https://mcp.everstake.one Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.everstake.one GitHub: https://github.com/everstake/mcp Security Score: 10/10 Creator: Everstake Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http one-everstake-mcp https://mcp.everstake.one --- ## Nobleblocks URL: https://mcp-marketplace.io/server/com-nobleblocks-nobleblocks-mcp Summary: Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews. Description: Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews. Remote endpoints: streamable-http: https://mcp.nobleblocks.com/mcp Category: Education & Research Mode: dual Pricing: Free Remote URL: https://mcp.nobleblocks.com/mcp GitHub: https://github.com/nobleblocks/nobleblocks-mcp Security Score: 3.5/10 Creator: Nobleblocks Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-nobleblocks-nobleblocks-mcp https://mcp.nobleblocks.com/mcp --- ## Compliance URL: https://mcp-marketplace.io/server/au-com-appgenie-compliance-mcp Summary: Cited, standards-aware compliance overlay for AI assistants (ISO, NIST, FedRAMP, IRAP), over MCP. Description: Cited, standards-aware compliance overlay for AI assistants (ISO, NIST, FedRAMP, IRAP), over MCP. Remote endpoints: streamable-http: https://compliance.appgenie.com.au/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://compliance.appgenie.com.au/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http au-com-appgenie-compliance-mcp https://compliance.appgenie.com.au/mcp --- ## Star Trajectory URL: https://mcp-marketplace.io/server/io-github-ardev-lab-star-trajectory Summary: Transparent rule-based GitHub star-trajectory classifier + calibrated 100-star/48h projection Category: Developer Tools Mode: local Pricing: Free PyPI: star-trajectory GitHub: https://github.com/ardev-lab/star-trajectory Security Score: 7/10 Creator: Ardev Lab Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-ardev-lab-star-trajectory -- uvx star-trajectory==0.1.0 --- ## Mega Chad URL: https://mcp-marketplace.io/server/io-github-megachadxyz-megachad Summary: Burn-to-create looksmaxxing engine on MegaETH. 14 MCP tools for DeFi, NFTs, and burns. Description: Burn-to-create looksmaxxing engine on MegaETH. 14 MCP tools for DeFi, NFTs, and burns. Remote endpoints: streamable-http: https://megachad.xyz/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://megachad.xyz/api/mcp GitHub: https://github.com/megachadxyz/mega-chad Security Score: 2.2/10 Creator: Megachadxyz Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-megachadxyz-megachad https://megachad.xyz/api/mcp --- ## Excalidraw URL: https://mcp-marketplace.io/server/io-github-debu-sinha-excalidraw Summary: Security-hardened Excalidraw MCP server with auth, rate limiting, and 14 tools Category: Developer Tools Mode: local Pricing: Free npm: excalidraw-mcp-server GitHub: https://github.com/debu-sinha/excalidraw-mcp-server Security Score: 9.8/10 Installs: 2 Creator: Debu Sinha Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-debu-sinha-excalidraw -- npx -y excalidraw-mcp-server@2.0.0 --- ## Kids Stay URL: https://mcp-marketplace.io/server/io-github-sitebox-kids-stay Summary: Search Japanese hotels by 48 verified kid-friendly conditions, with sources and dates. Description: Search Japanese hotels by 48 verified kid-friendly conditions, with sources and dates. Remote endpoints: streamable-http: https://mcp.kidsstay.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.kidsstay.workers.dev/mcp MCP Tools (4): search_hotels, get_hotel, list_conditions, list_areas Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-sitebox-kids-stay https://mcp.kidsstay.workers.dev/mcp --- ## Arcgis Centennial URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arcgis-centennial Summary: City of Centennial GIS — Centennial, Colorado open geospatial data (ArcGIS). Description: City of Centennial GIS — Centennial, Colorado open geospatial data (ArcGIS). Remote endpoints: streamable-http: https://gateway.pipeworx.io/arcgis-centennial/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/arcgis-centennial/mcp GitHub: https://github.com/pipeworx-io/mcp-arcgis-centennial MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_datasets, query_layer, layer_info Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arcgis-centennial https://gateway.pipeworx.io/arcgis-centennial/mcp --- ## Finra URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-finra Summary: FINRA Reg SHO daily short-sale volume. Description: FINRA Reg SHO daily short-sale volume. Remote endpoints: streamable-http: https://gateway.pipeworx.io/finra/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/finra/mcp GitHub: https://github.com/pipeworx-io/mcp-finra MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, short_volume_daily, short_volume_history, short_volume_top Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-finra https://gateway.pipeworx.io/finra/mcp --- ## Appfolio URL: https://mcp-marketplace.io/server/ai-smithery-cryptocultcurt-appfolio-mcp-server Summary: Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv… Description: Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv… Remote endpoints: streamable-http: https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp Category: Finance Mode: dual Pricing: Free Remote URL: https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp GitHub: https://github.com/CryptoCultCurt/appfolio-mcp-server Security Score: 2.8/10 Creator: CryptoCultCurt Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-cryptocultcurt-appfolio-mcp-server https://server.smithery.ai/@CryptoCultCurt/appfolio-mcp-server/mcp --- ## Box URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-box Summary: Box (enterprise cloud storage) MCP Pack Description: Box (enterprise cloud storage) MCP Pack Remote endpoints: streamable-http: https://gateway.pipeworx.io/box/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/box/mcp GitHub: https://github.com/pipeworx-io/mcp-box MCP Tools (25): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, box_list_folder, box_get_file, box_search, box_get_file_text, box_get_user Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-box https://gateway.pipeworx.io/box/mcp --- ## Proof Layer URL: https://mcp-marketplace.io/server/io-github-world-999-labs-proof-layer Summary: Signed, hash-chained provenance receipts for AI agent actions. Category: Developer Tools Mode: local Pricing: Free npm: @proof-layer/mcp GitHub: https://github.com/World-999-Labs/proof-layer Security Score: 5/10 Creator: World 999 Labs Creator Reputation: B Version: 1.0.1 Required Credentials: PROOF_LAYER_API_KEY (required), PROOF_LAYER_API_URL (optional), PROOF_LAYER_TELEMETRY (optional) Install (Claude Code): claude mcp add io-github-world-999-labs-proof-layer -- npx -y @proof-layer/mcp@1.0.1 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-floods Summary: Global flood events and extent 1985-present from the Dartmouth Flood Observatory and GFD. Description: Global flood events and extent 1985-present from the Dartmouth Flood Observatory and GFD. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/floods Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/floods GitHub: https://github.com/xyver/daedal-map Security Score: 5/10 Creator: Xyver Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-floods https://app.daedalmap.com/mcp/floods --- ## Lumi URL: https://mcp-marketplace.io/server/io-github-alice51849-lumi-app-finder Summary: Find Lumi Studio iOS apps by task across all 50 Apple locales, with direct App Store links. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/alice51849/lumi-mcp Security Score: 10/10 Creator: Alice51849 Creator Reputation: B Version: 1.3.0 --- ## Config Validator Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-config-validator-ai-mcp Summary: Config Validator Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: config-validator-ai-mcp GitHub: https://github.com/CSOAI-ORG/config-validator-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-config-validator-ai-mcp -- uvx config-validator-ai-mcp==1.0.10 --- ## Code Context Engine URL: https://mcp-marketplace.io/server/io-github-ai-elara-code-context-engine Summary: Index your codebase. AI searches instead of re-reading files. 94% token savings. Category: Developer Tools Mode: local Pricing: Free PyPI: code-context-engine GitHub: https://github.com/elara-labs/code-context-engine Security Score: 4.2/10 Creator: Elara Labs Creator Reputation: B Version: 0.4.13 Install (Claude Code): claude mcp add io-github-ai-elara-code-context-engine -- uvx code-context-engine==0.4.16 --- ## N3mcmcp Lite URL: https://mcp-marketplace.io/server/io-github-neuralnexusnote-n3mc-workingmemory Summary: Ephemeral 7-day hybrid vector+BM25 working memory, multilingual, backed by Redis Stack. Category: AI & ML Mode: local Pricing: Free PyPI: n3memorycore-mcp-lite GitHub: https://github.com/NeuralNexusNote/n3mcmcp-lite Security Score: 4.2/10 Creator: NeuralNexusNote Creator Reputation: B Version: 1.6.2 Install (Claude Code): claude mcp add io-github-neuralnexusnote-n3mc-workingmemory -- uvx n3memorycore-mcp-lite==1.6.2 --- ## Google Data URL: https://mcp-marketplace.io/server/io-github-ducnhd-google-data-mcp Summary: Google Trends, YouTube, Ads Transparency and Play reviews over plain HTTP. No API key. Category: Developer Tools Mode: local Pricing: Free PyPI: google-data-mcp GitHub: https://github.com/ducnhd/google-data-mcp Security Score: 10/10 Creator: Ducnhd Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-ducnhd-google-data-mcp -- uvx google-data-mcp==0.2.0 --- ## Virtual Delivery Center URL: https://mcp-marketplace.io/server/com-aidoos-virtual-delivery-center Summary: Plan a Virtual Delivery Center for any initiative: pods, roles, AI agents, Delivery Units. Description: Plan a Virtual Delivery Center for any initiative: pods, roles, AI agents, Delivery Units. Remote endpoints: streamable-http: https://aidoos.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aidoos.com/mcp MCP Tools (5): plan_vdc, refine_plan, estimate_cost, get_plan_status, recommend_activation_path Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-aidoos-virtual-delivery-center https://aidoos.com/mcp --- ## Valerie URL: https://mcp-marketplace.io/server/io-github-arenafriends-valerie-mcp Summary: French real estate AI: DVF transactions, internet coverage, market insights. Free + €5/month. Category: Developer Tools Mode: local Pricing: Free npm: @valeriehomebyaf/valerie-mcp GitHub: https://github.com/Arenafriends/valerie-mcp Security Score: 9.7/10 Creator: Arenafriends Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-arenafriends-valerie-mcp -- npx -y @valeriehomebyaf/valerie-mcp --- ## Qulab Infinite URL: https://mcp-marketplace.io/server/io-github-workofarttattoo-qulab-infinite-mcp Summary: QuLab MCP remote server (Streamable HTTP) for computational science and lab tools. Description: QuLab MCP remote server (Streamable HTTP) for computational science and lab tools. Remote endpoints: streamable-http: https://workofarttattoo-qulab-mcp.azurewebsites.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://workofarttattoo-qulab-mcp.azurewebsites.net/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-workofarttattoo-qulab-infinite-mcp https://workofarttattoo-qulab-mcp.azurewebsites.net/mcp --- ## Trackly Cli URL: https://mcp-marketplace.io/server/io-github-kevinastuhuaman-trackly Summary: AI recruiting agent for Claude Code, Cursor, Windsurf. 128K+ jobs across 1,900+ companies. Description: AI recruiting agent for Claude Code, Cursor, Windsurf. 128K+ jobs across 1,900+ companies. Remote endpoints: streamable-http: https://mcp.usetrackly.app/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: trackly-cli Remote URL: https://mcp.usetrackly.app/api/mcp GitHub: https://github.com/kevinastuhuaman/trackly-cli Security Score: 9.7/10 Creator: kevinastuhuaman Creator Reputation: C Version: 0.1.13 Install (Claude Code): claude mcp add io-github-kevinastuhuaman-trackly -- npx -y trackly-cli@0.2.6 Install (Claude Code Remote): claude mcp add --transport http io-github-kevinastuhuaman-trackly https://mcp.usetrackly.app/api/mcp --- ## Korean Public Data URL: https://mcp-marketplace.io/server/io-github-songt-50-korean-public-data-mcp Summary: Korean government open data - weather, population, law search via data.go.kr Description: Korean government open data - weather, population, law search via data.go.kr Remote endpoints: streamable-http: https://korean-public-data-mcp.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://korean-public-data-mcp.onrender.com/mcp GitHub: https://github.com/SongT-50/korean-public-data-mcp Security Score: 3.7/10 Creator: SongT 50 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-songt-50-korean-public-data-mcp https://korean-public-data-mcp.onrender.com/mcp --- ## Agent Mcp Examples URL: https://mcp-marketplace.io/server/io-neonia-cloud-backend Summary: Multiple MCP tools, persistent graph memory, token-saving data pointers, and more. Description: Multiple MCP tools, persistent graph memory, token-saving data pointers, and more. Remote endpoints: streamable-http: https://mcp.neonia.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.neonia.io/mcp GitHub: https://github.com/Neonia-io/agent-mcp-examples Security Score: 10/10 Creator: Neonia Io Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-neonia-cloud-backend https://mcp.neonia.io/mcp --- ## Csv Tools Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-csv-tools-ai-mcp Summary: Csv Tools Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: csv-tools-ai-mcp GitHub: https://github.com/CSOAI-ORG/csv-tools-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-csoai-org-csv-tools-ai-mcp -- uvx csv-tools-ai-mcp==1.0.10 --- ## Transcript Magic URL: https://mcp-marketplace.io/server/com-transcriptmagic-transcript-magic Summary: Generate transcripts from YouTube, TikTok, Instagram, and Facebook videos. Description: Generate transcripts from YouTube, TikTok, Instagram, and Facebook videos. Remote endpoints: streamable-http: https://mcp.transcriptmagic.com/mcp sse: https://mcp.transcriptmagic.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.transcriptmagic.com/mcp GitHub: https://github.com/TranscriptMagic/mcp-server Security Score: 10/10 Creator: TranscriptMagic Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-transcriptmagic-transcript-magic https://mcp.transcriptmagic.com/mcp --- ## Npm Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-npm Summary: npm package trends and weekly downloads over time. Free key at trendsmcp.ai Description: npm package trends and weekly downloads over time. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://npm.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://npm.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/npm-trends-mcp Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-npm https://npm.api.trendsmcp.ai/mcp --- ## Content URL: https://mcp-marketplace.io/server/com-glushkov-modelling-content Summary: MCP server for Glushkov Modelling: wooden ship models, build logs, tutorials and galleries. Description: MCP server for Glushkov Modelling: wooden ship models, build logs, tutorials and galleries. Remote endpoints: streamable-http: https://mcp.glushkov-modelling.com/mcp-oauth Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.glushkov-modelling.com/mcp-oauth Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-glushkov-modelling-content https://mcp.glushkov-modelling.com/mcp-oauth --- ## Turnale URL: https://mcp-marketplace.io/server/app-turnale-turnale Summary: Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings. Description: Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings. Remote endpoints: streamable-http: https://mcp.turnale.app Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.turnale.app GitHub: https://github.com/turnale-app/turnale MCP Tools (30): ping, create_tournament, add_players, update_player, remove_player, set_pairs, update_settings, promote_player, generate_draw, get_briefing, list_players, list_matches, get_schedule, get_standings, get_results, get_audit_log, get_export, get_pdf_link, get_pdf, record_results, replace_player, withdraw_player, swap_partners, reschedule, end_tournament, undo_last_change, delete_tournament, record_feedback, suggest_format, get_player_template Security Score: 10/10 Creator: Turnale App Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http app-turnale-turnale https://mcp.turnale.app --- ## Ardupilot URL: https://mcp-marketplace.io/server/io-github-rmeadomavic-ardupilot-mavlink-mcp Summary: Live ArduPilot control over MAVLink: state, params, modes, prearm diagnosis, gated arm. SITL-first. Category: Developer Tools Mode: local Pricing: Free PyPI: ardupilot-mavlink-mcp GitHub: https://github.com/rmeadomavic/ardupilot-mcp Security Score: 4.8/10 Creator: Rmeadomavic Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-rmeadomavic-ardupilot-mavlink-mcp -- uvx ardupilot-mavlink-mcp==0.1.0 --- ## Public Discovery URL: https://mcp-marketplace.io/server/studio-sleeperhit-public-discovery Summary: Browse published podcasts, video shows, and screenplays. Read-only public discovery. Description: Browse published podcasts, video shows, and screenplays. Read-only public discovery. Remote endpoints: streamable-http: https://sleeperhit.studio/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sleeperhit.studio/api/mcp MCP Tools (10): search, fetch, find_writers, get_writer_profile, find_projects, get_project_summary, list_writer_assets, list_project_assets, get_public_pitch_assets, get_access_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http studio-sleeperhit-public-discovery https://sleeperhit.studio/api/mcp --- ## Packet Tracer URL: https://mcp-marketplace.io/server/io-github-jcorderop02-packet-tracer-mcp Summary: MCP server for Cisco Packet Tracer 9 — live IOS, OSPF, BGP, NAT, VLAN, VoIP, QoS, IPv6, wireless. Category: Developer Tools Mode: local Pricing: Free npm: packet-tracer-mcp GitHub: https://github.com/Jcorderop02/packet-tracer-mcp Security Score: 10/10 Creator: Jcorderop02 Creator Reputation: B Version: 0.1.1 Required Credentials: BRIDGE_PORT (optional) Install (Claude Code): claude mcp add io-github-jcorderop02-packet-tracer-mcp -- npx -y packet-tracer-mcp@0.1.1 --- ## Json Contracts URL: https://mcp-marketplace.io/server/io-github-json-contracts-json-contracts Summary: JSON contract registry and validator for structured LLM and agent outputs. Category: Developer Tools Mode: local Pricing: Free npm: json-contracts GitHub: https://github.com/json-contracts/json-contracts Security Score: 10/10 Creator: Json Contracts Creator Reputation: B Version: 0.1.2 Required Credentials: JSON_CONTRACTS_DIR (optional) Install (Claude Code): claude mcp add io-github-json-contracts-json-contracts -- npx -y json-contracts@0.1.2 --- ## Solguard URL: https://mcp-marketplace.io/server/io-github-mrwizardlyloaf-solguard Summary: On-chain Solana token safety — screen for rugs/honeypots and execute MEV-protected swaps. Description: On-chain Solana token safety — screen for rugs/honeypots and execute MEV-protected swaps. Remote endpoints: streamable-http: https://web-production-58d585.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://web-production-58d585.up.railway.app/mcp GitHub: https://github.com/MrWizardlyLoaf/solguard-mcp Security Score: 3.2/10 Creator: MrWizardlyLoaf Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mrwizardlyloaf-solguard https://web-production-58d585.up.railway.app/mcp --- ## Blame URL: https://mcp-marketplace.io/server/io-github-royashbrook-blame-mcp Summary: Blame things on blame.today, the anonymous 'who do you blame today' board. Nostr, no account. Description: Blame things on blame.today, the anonymous 'who do you blame today' board. Nostr, no account. Remote endpoints: streamable-http: https://blame-mcp.royashbrook.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://blame-mcp.royashbrook.workers.dev/mcp GitHub: https://github.com/blame-today/blame-mcp Security Score: 8.9/10 Creator: Blame Today Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-royashbrook-blame-mcp https://blame-mcp.royashbrook.workers.dev/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-shellquote-mcp Summary: Safe shell argument escaping for bash, cmd.exe, and PowerShell. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/shellquote-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-shellquote-mcp -- npx -y @mukundakatta/shellquote-mcp --- ## Cannabis Evidence URL: https://mcp-marketplace.io/server/de-mechoulam-cannabis-evidence Summary: GRADE-rated clinical evidence on cannabis as medicine (DE/EN). Search and cite studies. Description: GRADE-rated clinical evidence on cannabis as medicine (DE/EN). Search and cite studies. Remote endpoints: streamable-http: https://mechoulam.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mechoulam.de/mcp MCP Tools (5): search, fetch, list_indications, get_indication, get_study Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http de-mechoulam-cannabis-evidence https://mechoulam.de/mcp --- ## Agent To Cart URL: https://mcp-marketplace.io/server/io-github-pepesto-solutions-agent-to-cart-mcp Summary: Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets. Description: Turn any shopping list into a ready-to-checkout grocery cart across 26 European supermarkets. Remote endpoints: streamable-http: https://mcp.pepesto.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pepesto.com GitHub: https://github.com/pepesto-solutions/agent-to-cart-mcp MCP Tools (1): pepesto_create_cart Security Score: 8/10 Creator: Pepesto Solutions Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pepesto-solutions-agent-to-cart-mcp https://mcp.pepesto.com --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-web-resurrect-mcp Summary: Resurrect expired domains: scrape Wayback, AI-rewrite, generate images, publish to WordPress. Category: Developer Tools Mode: local Pricing: Free npm: @web-resurrect/mcp GitHub: https://github.com/web-resurrect/mcp Security Score: 4.8/10 Creator: Web Resurrect Creator Reputation: B Version: 1.4.0 Required Credentials: WEB_RESURRECT_API_KEY (required), WEB_RESURRECT_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-web-resurrect-mcp -- npx -y @web-resurrect/mcp@1.4.0 --- ## Notes Skill URL: https://mcp-marketplace.io/server/dev-jpwilliams-notes-notes Summary: A daily notebook your AI writes in — on today's page, in your entity graph, marked as its own. Description: A daily notebook your AI writes in — on today's page, in your entity graph, marked as its own. Remote endpoints: streamable-http: https://notes.jpwilliams.dev/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://notes.jpwilliams.dev/api/v1/mcp GitHub: https://github.com/jpwilliams/notes-skill Security Score: 10/10 Creator: Jpwilliams Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-jpwilliams-notes-notes https://notes.jpwilliams.dev/api/v1/mcp --- ## Data Piercecounty URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-data-piercecounty Summary: Pierce County Open Data (internal.open.piercecountywa.gov) Socrata MCP. Description: Pierce County Open Data (internal.open.piercecountywa.gov) Socrata MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/data-piercecounty/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/data-piercecounty/mcp GitHub: https://github.com/pipeworx-io/mcp-data-piercecounty MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, datasets, query, metadata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-data-piercecounty https://gateway.pipeworx.io/data-piercecounty/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-pythonanywhere-cryptopulse-mcp Summary: Pay-per-call crypto data on Base: market pulse, prices, chain snapshot, USDC stats. x402 USDC. Description: Pay-per-call crypto data on Base: market pulse, prices, chain snapshot, USDC stats. x402 USDC. Remote endpoints: streamable-http: https://cryptopulse.pythonanywhere.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://cryptopulse.pythonanywhere.com/mcp MCP Tools (8): crypto_market_pulse, usdc_on_base_stats, crypto_market_pulse_sample, json_repair, dns_lookup, extract_urls, crypto_price, base_chain_snapshot Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http com-pythonanywhere-cryptopulse-mcp https://cryptopulse.pythonanywhere.com/mcp --- ## Studiosphere Pulse URL: https://mcp-marketplace.io/server/space-studiosphere-pulse Summary: Privacy-first audio intelligence: BPM, key, waveform. Audio never stored. Pay per second. Description: Privacy-first audio intelligence: BPM, key, waveform. Audio never stored. Pay per second. Remote endpoints: streamable-http: https://mcp.studiosphere.space/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.studiosphere.space/mcp GitHub: https://github.com/notpaulb/studiosphere-pulse-mcp Security Score: 10/10 Creator: Notpaulb Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http space-studiosphere-pulse https://mcp.studiosphere.space/mcp --- ## Vaults Diagram Tools URL: https://mcp-marketplace.io/server/io-github-malnati-vaults-diagram-tools Summary: Mermaid to assets. Source code to maps. MCP for agents. Category: Developer Tools Mode: local Pricing: Free npm: vaults-diagram-tools GitHub: https://github.com/Malnati/vaults-diagram-tools Security Score: 10/10 Creator: Malnati Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-malnati-vaults-diagram-tools -- npx -y vaults-diagram-tools@0.1.4 --- ## Aviation URL: https://mcp-marketplace.io/server/io-github-perufitlife-aviation-mcp Summary: Live aviation data for AI agents: METAR weather, airports, aircraft, glossary & FAA questions. Description: Live aviation data for AI agents: METAR weather, airports, aircraft, glossary & FAA questions. Remote endpoints: streamable-http: https://renzomacar--aviation-mcp.apify.actor/mcp?token={apifyToken} Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://renzomacar--aviation-mcp.apify.actor/mcp?token={apifyToken} GitHub: https://github.com/Perufitlife/aviation-mcp Security Score: 6/10 Creator: Perufitlife Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-perufitlife-aviation-mcp 'https://renzomacar--aviation-mcp.apify.actor/mcp?token={apifyToken}' --- ## Biocosm URL: https://mcp-marketplace.io/server/io-github-nhoverte-biocosm Summary: Biotech intelligence for AI agents: drugs, targets, diagnostics, PoS estimates, and writeups. Description: Biotech intelligence for AI agents: drugs, targets, diagnostics, PoS estimates, and writeups. Remote endpoints: streamable-http: https://biocosm-mcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://biocosm-mcp.fly.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nhoverte-biocosm https://biocosm-mcp.fly.dev/mcp --- ## Alya URL: https://mcp-marketplace.io/server/io-github-rupert1987-alya-hub Summary: Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call. Description: Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call. Remote endpoints: streamable-http: https://mydaughteralya.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @mydaughteralya/mcp Remote URL: https://mydaughteralya.com/mcp GitHub: https://github.com/Rupert1987/alya-mcp MCP Tools (32): youtube_find_opportunities, youtube_generate_video, youtube_upload_video, youtube_get_performance, youtube_get_recommendations, youtube_health_check, youtube_get_pipeline_status, web_search, image_gen, polymarket_edge, alpaca_paper_status, alya_ask, polymarket_signals, polymarket_categorize, polymarket_top_traders, agent_registry, alya_gems_recent, alya_gem_appraise, alya_demands_trending, alya_drug_interactions, alya_symptom_check, alya_seismic_recent, alya_seismic_forecast, alya_weather_now, alya_iconic_clones, alya_clone_chat, alya_app_directory, alya_loss_check, alya_celeb_summary, calibrate_decision, get_domain_accuracy, batch_calibrate Security Score: 10/10 Creator: Rupert1987 Creator Reputation: B Version: 1.0.2 Required Credentials: ALYA_API_KEY (required) Install (Claude Code): claude mcp add io-github-rupert1987-alya-hub -- npx -y @mydaughteralya/mcp@1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-rupert1987-alya-hub https://mydaughteralya.com/mcp --- ## Signals URL: https://mcp-marketplace.io/server/ai-boolsai-signals Summary: Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools. Description: Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools. Remote endpoints: streamable-http: https://signals.boolsai.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://signals.boolsai.ai/mcp GitHub: https://github.com/Boolsai-ai/mcp MCP Tools (12): universe_summary, find_signals, test_filter, recent_events, event_dossier, scan_at_date, ticker_history, wayback_backtest, domain_timeline, signal_landscape, signal_diff, farm_domain Security Score: 10/10 Creator: John Twohill Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-boolsai-signals https://signals.boolsai.ai/mcp --- ## Srgplus URL: https://mcp-marketplace.io/server/io-github-srgplus-srgplus-mcp Summary: Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent. Description: Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent. Remote endpoints: streamable-http: https://mcp.srgplus.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: srgplus-mcp Remote URL: https://mcp.srgplus.com/mcp GitHub: https://github.com/srgplus/srgplus-mcp Security Score: 9.5/10 Creator: Srgplus Creator Reputation: B Version: 0.4.7 Required Credentials: SRG_API_KEYS (required) Install (Claude Code): claude mcp add io-github-srgplus-srgplus-mcp -- uvx srgplus-mcp==0.4.7 Install (Claude Code Remote): claude mcp add --transport http io-github-srgplus-srgplus-mcp https://mcp.srgplus.com/mcp --- ## Vaultpilot URL: https://mcp-marketplace.io/server/io-github-szhygulin-vaultpilot-mcp Summary: Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC. Category: Developer Tools Mode: local Pricing: Free npm: vaultpilot-mcp GitHub: https://github.com/szhygulin/vaultpilot-mcp Security Score: 8.5/10 Creator: Szhygulin Creator Reputation: B Version: 0.14.4 Required Credentials: ETHEREUM_RPC_URL (optional), ARBITRUM_RPC_URL (optional), POLYGON_RPC_URL (optional), BASE_RPC_URL (optional), RPC_PROVIDER (optional), RPC_API_KEY (required), ETHERSCAN_API_KEY (required), ONEINCH_API_KEY (required), WALLETCONNECT_PROJECT_ID (required), VAULTPILOT_DEMO (optional) Install (Claude Code): claude mcp add io-github-szhygulin-vaultpilot-mcp -- npx -y vaultpilot-mcp@0.14.4 --- ## Plesk URL: https://mcp-marketplace.io/server/io-github-flayedone-plesk-mcp Summary: Manage your Plesk hosting server using AI assistants. Category: Developer Tools Mode: local Pricing: Free PyPI: plesk-mcp GitHub: https://github.com/FlayedOne/plesk-mcp.git Security Score: 3.5/10 Creator: FlayedOne Creator Reputation: B Version: 0.1.1 Required Credentials: PLESK_HOST (optional), PLESK_API_KEY (optional), PLESK_USERNAME (optional), PLESK_PASSWORD (optional) Install (Claude Code): claude mcp add io-github-flayedone-plesk-mcp -- uvx plesk-mcp==0.1.1 --- ## Marketplace URL: https://mcp-marketplace.io/server/global-rootz-cars-marketplace Summary: AI-native used car marketplace. 145K+ vehicles, 4300+ dealers, 13 US states, 20 MCP tools. Description: AI-native used car marketplace. 145K+ vehicles, 4300+ dealers, 13 US states, 20 MCP tools. Remote endpoints: streamable-http: https://cars.rootz.global/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cars.rootz.global/mcp MCP Tools (19): cars_search, cars_vehicle, cars_dealers, cars_dealer_inventory, cars_history, cars_stats, cars_session_create, cars_session_read, cars_session_add_car, cars_session_interest, cars_session_message, cars_session_compare, cars_session_deal, cars_session_reply, cars_session_notify, cars_session_tradein, cars_session_tradein_read, cars_feedback, cars_session_visit Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http global-rootz-cars-marketplace https://cars.rootz.global/mcp --- ## Socialgpt URL: https://mcp-marketplace.io/server/io-github-scrollmark-socialgpt Summary: Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent. Description: Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent. Remote endpoints: streamable-http: https://mcp.gpt.social/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.gpt.social/mcp GitHub: https://github.com/scrollmark/socialgpt-mcp Security Score: 10/10 Creator: Scrollmark Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-scrollmark-socialgpt https://mcp.gpt.social/mcp --- ## Sociality URL: https://mcp-marketplace.io/server/io-sociality-sociality-mcp Summary: Social media analytics, post insights, and competitor benchmarking for AI agents. Description: Social media analytics, post insights, and competitor benchmarking for AI agents. Remote endpoints: streamable-http: https://api.sociality.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.sociality.io/mcp GitHub: https://github.com/socialityio/sociality-mcp Security Score: 10/10 Creator: Socialityio Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http io-sociality-sociality-mcp https://api.sociality.io/mcp --- ## Replicant URL: https://mcp-marketplace.io/server/io-github-thecombatwombat-replicant-mcp Summary: Android MCP server for AI-assisted development. Build, test, emulate, and automate. Category: Developer Tools Mode: local Pricing: Free npm: replicant-mcp GitHub: https://github.com/thecombatwombat/replicant-mcp Security Score: 5.7/10 Creator: Thecombatwombat Creator Reputation: B Version: 1.6.7 Install (Claude Code): claude mcp add io-github-thecombatwombat-replicant-mcp -- npx -y replicant-mcp@1.6.7 --- ## Date Calculator Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-date-calculator-ai-mcp Summary: Date Calculator Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: date-calculator-ai-mcp GitHub: https://github.com/CSOAI-ORG/date-calculator-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-date-calculator-ai-mcp -- uvx date-calculator-ai-mcp==1.0.11 --- ## Unlisted URL: https://mcp-marketplace.io/server/com-unlistedinc-unlisted Summary: Search and explore residential properties that aren't for sale (yet) Description: Search and explore residential properties that aren't for sale (yet) Remote endpoints: streamable-http: https://api.unlistedinc.com/mcp sse: https://api.unlistedinc.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.unlistedinc.com/mcp MCP Tools (3): property_details_tool, property_search_tool, autocomplete_tool Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-unlistedinc-unlisted https://api.unlistedinc.com/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-toml-yaml-json-mcp Summary: Parse, format, and convert configs across TOML, YAML, and JSON. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/toml-yaml-json-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-toml-yaml-json-mcp -- npx -y @mukundakatta/toml-yaml-json-mcp --- ## Cdk URL: https://mcp-marketplace.io/server/io-github-cdkbotmcp-cdk-mcp Summary: Buy game keys, gift cards, and subscriptions via x402 USDC on Base. 8 MCP tools, no install. Description: Buy game keys, gift cards, and subscriptions via x402 USDC on Base. 8 MCP tools, no install. Remote endpoints: streamable-http: https://mcp.cdk.bot/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cdk.bot/mcp GitHub: https://github.com/cdkbotmcp/cdk-mcp MCP Tools (8): search_games, get_game_details, browse_filters, get_price_quote, confirm_purchase, check_order, request_refund, submit_review Security Score: 10/10 Creator: Cdkbotmcp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cdkbotmcp-cdk-mcp https://mcp.cdk.bot/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-timezone-mcp Summary: IANA timezone conversions with real DST rules. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/timezone-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-timezone-mcp -- npx -y @mukundakatta/timezone-mcp --- ## Crispy URL: https://mcp-marketplace.io/server/sh-crispy-crispy Summary: Full LinkedIn access for AI agents: leads, messaging, and campaigns with safe limits built in. Description: Full LinkedIn access for AI agents: leads, messaging, and campaigns with safe limits built in. Remote endpoints: streamable-http: https://crispy.sh/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crispy.sh/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http sh-crispy-crispy https://crispy.sh/api/mcp --- ## OpenMetadata URL: https://mcp-marketplace.io/server/io-github-open-metadata-openmetadata-mcp Summary: Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents. Description: Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents. Remote endpoints: streamable-http: https://{openmetadata_host}/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{openmetadata_host}/mcp GitHub: https://github.com/open-metadata/OpenMetadata Security Score: 9.9/10 Creator: Open Metadata Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-open-metadata-openmetadata-mcp 'https://{openmetadata_host}/mcp' --- ## Ssh Tool URL: https://mcp-marketplace.io/server/io-github-oaslananka-mcp-ssh-tool Summary: Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP. Category: Developer Tools Mode: local Pricing: Free npm: mcp-ssh-tool GitHub: https://github.com/oaslananka-lab/mcp-ssh-tool Security Score: 10/10 Creator: Oaslananka Lab Creator Reputation: B Version: 2.2.6 Required Credentials: SSH_MCP_HTTP_ALLOWED_ORIGINS (optional), SSH_MCP_HTTP_BEARER_TOKEN_FILE (required), SSH_MCP_HTTP_PUBLIC_URL (optional), SSH_MCP_HTTP_TRUST_PROXY (optional) Install (Claude Code): claude mcp add io-github-oaslananka-mcp-ssh-tool -- npx -y mcp-ssh-tool@2.2.6 --- ## Agence URL: https://mcp-marketplace.io/server/io-github-l-agence-agence Summary: AI governance MCP server — policy enforcement, skills, memory, multi-LLM consensus Category: Developer Tools Mode: local Pricing: Free npm: @l-agence/mcp-server-agence GitHub: https://github.com/l-agence/agence Security Score: 10/10 Creator: L Agence Creator Reputation: B Version: 1.0.0 Required Credentials: AGENCE_ROOT (optional) Install (Claude Code): claude mcp add io-github-l-agence-agence -- npx -y @l-agence/mcp-server-agence@1.0.0 --- ## Enoch URL: https://mcp-marketplace.io/server/io-github-alias8818-enoch Summary: Operate an Enoch control plane through MCP tools Category: Developer Tools Mode: local Pricing: Free PyPI: enoch-mcp GitHub: https://github.com/alias8818/enoch-mcp Security Score: 9.5/10 Creator: Alias8818 Creator Reputation: B Version: 0.1.1 Required Credentials: ENOCH_API_URL (optional), ENOCH_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-alias8818-enoch -- uvx enoch-mcp==0.1.1 --- ## Pimea URL: https://mcp-marketplace.io/server/ai-pimea-pimea Summary: The hidden intelligence for AI marketing agents. Real campaign data, not LLM guesses. Description: The hidden intelligence for AI marketing agents. Real campaign data, not LLM guesses. Remote endpoints: streamable-http: https://api.pimea.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.pimea.ai/mcp/ MCP Tools (3): pimea_start_session, pimea_chat, pimea_get_answer Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-pimea-pimea https://api.pimea.ai/mcp/ --- ## Mcp URL: https://mcp-marketplace.io/server/uk-co-trisys-mcp Summary: AI-powered recruitment CRM — search candidates, companies, vacancies and placements. Description: AI-powered recruitment CRM — search candidates, companies, vacancies and placements. Remote endpoints: streamable-http: https://mcp.trisys.co.uk/mcp sse: https://mcp.trisys.co.uk/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.trisys.co.uk/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2026.5.5 Install (Claude Code Remote): claude mcp add --transport http uk-co-trisys-mcp https://mcp.trisys.co.uk/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-html-to-markdown-mcp Summary: Convert HTML to Markdown or strip to plain text. For web-scraping agents. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/html-to-markdown-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-html-to-markdown-mcp -- npx -y @mukundakatta/html-to-markdown-mcp --- ## Pickleball3 URL: https://mcp-marketplace.io/server/io-github-gospodindark-stack-pickleball3 Summary: Read-only paddle search, specifications, comparisons, scores, and verified purchase links. Description: Read-only paddle search, specifications, comparisons, scores, and verified purchase links. Remote endpoints: streamable-http: https://pickleball3.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pickleball3.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gospodindark-stack-pickleball3 https://pickleball3.com/mcp --- ## Website Builder URL: https://mcp-marketplace.io/server/site-lanlan-website-builder Summary: Build a hosted website by chatting. Snapshots, forms, analytics. Hand off the dashboard. Walk away. Description: Build a hosted website by chatting. Snapshots, forms, analytics. Hand off the dashboard. Walk away. Remote endpoints: streamable-http: https://mcp.lanlan.site/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lanlan.site/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http site-lanlan-website-builder https://mcp.lanlan.site/mcp --- ## Connector Platform Plugin URL: https://mcp-marketplace.io/server/io-github-danielsalles-connector-platform Summary: 100+ pre-built SaaS integrations for builder apps. Multi-tenant, scoped per end_user. Description: 100+ pre-built SaaS integrations for builder apps. Multi-tenant, scoped per end_user. Remote endpoints: streamable-http: https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self GitHub: https://github.com/danielsalles/connector-platform-plugin Security Score: 10/10 Creator: Danielsalles Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-danielsalles-connector-platform 'https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self' --- ## Screenshotrender URL: https://mcp-marketplace.io/server/io-github-faridmth-screenshotrender-mcp Summary: Capture website screenshots from any MCP client via the ScreenshotRender API. Category: Developer Tools Mode: local Pricing: Free npm: screenshotrender-mcp GitHub: https://github.com/faridmth/screenshotrender-mcp Security Score: 5.2/10 Creator: Faridmth Creator Reputation: B Version: 1.0.1 Required Credentials: SCREENSHOTRENDER_API_KEY (required) Install (Claude Code): claude mcp add io-github-faridmth-screenshotrender-mcp -- npx -y screenshotrender-mcp@1.0.1 --- ## Twilize URL: https://mcp-marketplace.io/server/io-github-subhatta123-twilize Summary: Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines. Description: Generate Tableau .twb/.twbx workbooks: 47 tools for charts, dashboards, rules, CSV pipelines. Remote endpoints: streamable-http: https://web-production-dcbcb.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: twilize Remote URL: https://web-production-dcbcb.up.railway.app/mcp GitHub: https://github.com/subhatta123/twilize Security Score: 4.2/10 Creator: Subhatta123 Creator Reputation: B Version: 0.34.0 Required Credentials: PYTHONUNBUFFERED (optional), PYTHONIOENCODING (optional), MCP_LOG_LEVEL (optional), OPENAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-subhatta123-twilize -- uvx twilize==0.34.0 Install (Claude Code Remote): claude mcp add --transport http io-github-subhatta123-twilize https://web-production-dcbcb.up.railway.app/mcp --- ## Grtwo Docs URL: https://mcp-marketplace.io/server/io-github-grtwo-jcansler-docs Summary: Publish and share Markdown/HTML docs from AI assistants. Requires grtwo.app Pro. OAuth or API key. Description: Publish and share Markdown/HTML docs from AI assistants. Requires grtwo.app Pro. OAuth or API key. Remote endpoints: streamable-http: https://www.grtwo.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.grtwo.app/api/mcp GitHub: https://github.com/grtwo-jcansler/grtwo-docs Security Score: 8/10 Creator: Grtwo Jcansler Creator Reputation: B Version: 1.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-grtwo-jcansler-docs https://www.grtwo.app/api/mcp --- ## Mailbox URL: https://mcp-marketplace.io/server/bot-mailbox-mailbox Summary: Physical mail API for AI agents. Send letters, certified mail. Sandbox + live keys via MCP. Description: Physical mail API for AI agents. Send letters, certified mail. Sandbox + live keys via MCP. Remote endpoints: streamable-http: https://mailbox.bot/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mailbox.bot/api/mcp MCP Tools (29): get_mailbox, list_packages, get_package, get_package_photos, request_action, request_scan, get_scan_results, add_tag, add_note, create_rule, register_expected, get_usage, list_inbound_forwarding_addresses, list_inbound_mail, get_inbound_mail, list_postal_threads, get_postal_thread, update_action, get_mailbox_md, propose_mailbox_md_edit, send_facility_message, list_facility_conversations, get_facility_messages, update_webhook, send_outbound_mail, list_outbound_mail, get_outbound_mail, create_test_outbound_mail, advance_test_outbound_mail Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http bot-mailbox-mailbox https://mailbox.bot/api/mcp --- ## YourMemory URL: https://mcp-marketplace.io/server/io-github-sachitrafa-yourmemory Summary: Persistent memory for AI agents. Memories decay with time and strengthen on recall. Category: Developer Tools Mode: local Pricing: Free PyPI: yourmemory GitHub: https://github.com/sachitrafa/YourMemory Security Score: 0/10 Creator: Sachitrafa Creator Reputation: B Version: 1.4.18 Required Credentials: PYTHONIOENCODING (optional) Install (Claude Code): claude mcp add io-github-sachitrafa-yourmemory -- uvx yourmemory==1.4.18 --- ## Toprank URL: https://mcp-marketplace.io/server/io-github-nowork-studio-notfair-meta-ads Summary: Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns. Description: Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns. Remote endpoints: streamable-http: https://notfair.co/api/mcp/meta_ads Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://notfair.co/api/mcp/meta_ads GitHub: https://github.com/nowork-studio/toprank MCP Tools (17): runScript, listAdAccounts, getInsights, listCampaigns, listAdSets, listAds, getAdAccount, pauseCampaign, enableCampaign, pauseAdSet, enableAdSet, pauseAd, enableAd, updateCampaignBudget, updateAdSetBudget, renameCampaign, suggestImprovement Security Score: 7.8/10 Creator: Nowork Studio Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nowork-studio-notfair-meta-ads https://notfair.co/api/mcp/meta_ads --- ## FinCore URL: https://mcp-marketplace.io/server/io-github-athenalion-fincore-agentic-commerce Summary: Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics. Description: Agentic commerce with 58 MCP tools for product search, checkout, A2A negotiation, C-Suite analytics. Remote endpoints: streamable-http: https://api.aiproductscout.shop/fincore/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.aiproductscout.shop/fincore/mcp GitHub: https://github.com/aiproductscout/FinCore Security Score: 8/10 Creator: Aiproductscout Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-athenalion-fincore-agentic-commerce https://api.aiproductscout.shop/fincore/mcp --- ## Bluewatch URL: https://mcp-marketplace.io/server/io-github-29yeovil-bluewatch Summary: Search live UK firefighter recruitment across 73 fire services, with on-call station data. Description: Search live UK firefighter recruitment across 73 fire services, with on-call station data. Remote endpoints: streamable-http: https://bluewatch.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bluewatch.app/mcp MCP Tools (7): search_opportunities, get_opportunity, list_services, get_service, nearby_stations, list_guides, get_guide Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-29yeovil-bluewatch https://bluewatch.app/mcp --- ## Japan Real Estate Intel MCP URL: https://mcp-marketplace.io/server/japan-real-estate-intel-mcp Summary: Cross-analyze Japanese real estate data across 10 prefectures via MCP Description: An MCP server that cross-analyzes Japanese real estate data across 10 prefectures (Aichi, Tokyo, Osaka, Fukuoka, Hokkaido, Kanagawa, Kyoto, Hyogo, Saitama, Chiba). It provides 33 tools covering land prices, disaster risk, population, foot traffic, education, corporate presence, PLATEAU 3D buildings, renovation yield, zoning, vacancy, macro snapshots, and price-triangulation arbitrage signals. Includes an interactive dashboard with 2D map and 3D PLATEAU view. Built for real estate investors, brok Category: Data & Analytics Mode: dual Pricing: Free npm: @sugukuru/japan-real-estate-intel-mcp Remote URL: https://realestate-mcp.jp/mcp GitHub: https://github.com/sugukurukabe/japan-real-estate-intel-mcp Security Score: 3.2/10 Creator: Akihiro Kabe Creator Reputation: B Version: 1.0.0 Tags: real-estate, japan, land-price, disaster-risk, plateau, analytics, investment, gis Use Cases: Real estate investment analysis, Disaster risk assessment, Store location evaluation, Land price forecasting, Portfolio optimization Required Credentials: MLIT_API_KEY (optional) Install (Claude Code): claude mcp add japan-real-estate-intel-mcp -- npx -y @sugukuru/japan-real-estate-intel-mcp@6.16.0 Install (Claude Code Remote): claude mcp add --transport http japan-real-estate-intel-mcp https://realestate-mcp.jp/mcp --- ## Mailtempo URL: https://mcp-marketplace.io/server/com-mailtempo-mailtempo Summary: MCP server for MailTempo's public free temporary email inboxes. Description: MCP server for MailTempo's public free temporary email inboxes. Remote endpoints: streamable-http: https://mailtempo.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mailtempo.com/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-mailtempo-mailtempo https://mailtempo.com/api/mcp --- ## Datafood URL: https://mcp-marketplace.io/server/io-github-atmflow55-datafood-mcp Summary: DataFood: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%. Description: DataFood: 16 data sources (crypto/DeFi/security/news/finance) via one MCP. Bundles save ~92%. Remote endpoints: streamable-http: https://toughlovesec.win/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://toughlovesec.win/mcp GitHub: https://github.com/atmflow55/datafood-mcp MCP Tools (4): datafood_query, datafood_bundle, datafood_portfolio_ask, datafood_watch_session Security Score: 10/10 Creator: Atmflow55 Creator Reputation: B Version: 6.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-atmflow55-datafood-mcp https://toughlovesec.win/mcp --- ## Competitor Analysis Tool URL: https://mcp-marketplace.io/server/io-github-gingiris-analook Summary: Competitor intelligence for AI agents — SEO, traffic, social, Product Hunt, pricing, AI insights. Description: Competitor intelligence for AI agents — SEO, traffic, social, Product Hunt, pricing, AI insights. Remote endpoints: streamable-http: https://www.analook.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://www.analook.com/mcp GitHub: https://github.com/Gingiris/Competitor-analysis-tool Security Score: 3.2/10 Creator: Gingiris Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gingiris-analook https://www.analook.com/mcp --- ## Latest News URL: https://mcp-marketplace.io/server/io-github-ebrunet001-mcp-server-latest-news Summary: Real-time global news, crypto, weather & earthquakes from 27 free APIs. No API keys required. Description: Real-time global news, crypto, weather & earthquakes from 27 free APIs. No API keys required. Remote endpoints: sse: https://mrbridge--latest-news-mcp-server.apify.actor/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mrbridge--latest-news-mcp-server.apify.actor/mcp GitHub: https://github.com/ebrunet001/mcp-server-latest-news Security Score: 0/10 Creator: Ebrunet001 Creator Reputation: B Version: 0.1.28 Install (Claude Code Remote): claude mcp add --transport http io-github-ebrunet001-mcp-server-latest-news https://mrbridge--latest-news-mcp-server.apify.actor/mcp --- ## Navigation Toolkit URL: https://mcp-marketplace.io/server/io-tkllabs-bh-mcp-servers-navigation-toolkit Summary: Precision aviation flight planning (VFR, METAR/TAF weather, WGS84 routing) and road trip logistics Description: Precision aviation flight planning (VFR, METAR/TAF weather, WGS84 routing) and road trip logistics Remote endpoints: streamable-http: https://mcp-servers.bh.tkllabs.io:9780/navigation-mcp sse: https://mcp-servers.bh.tkllabs.io:9780/navigation-sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-servers.bh.tkllabs.io:9780/navigation-sse GitHub: https://github.com/teckel-mcp-servers/navigation-toolkit Security Score: 9.9/10 Creator: Teckel Mcp Servers Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-tkllabs-bh-mcp-servers-navigation-toolkit https://mcp-servers.bh.tkllabs.io:9780/navigation-sse --- ## Platfone — Virtual Numbers MCP URL: https://mcp-marketplace.io/server/platfone-virtual-numbers-mcp Summary: Rent virtual phone numbers and receive SMS through your AI agent. Description: Platfone MCP connects AI agents (Claude, Cursor, VS Code Copilot) to Platfone's virtual phone number platform. Agents can check pricing, rent a virtual number from 200+ countries, poll for incoming SMS, and cancel activations with auto-refund — all through 6 MCP tools. Built for QA automation, developer workflows, and SMS verification testing. Supports both stdio (local) and Streamable HTTP (remote) transports. Open-source under MIT, the underlying API is pay-per-use with no subscription. Category: Developer Tools Mode: dual Pricing: Free npm: @platfone/mcp Remote URL: https://mcp.platfone.com/mcp GitHub: https://github.com/platfone-com/mcp Security Score: 9.8/10 Creator: TempDev123 Creator Reputation: B+ Version: 1.0.0 Uptime Status: up Tags: mcp, virtual-numbers, phone-numbers, sms, sms-verification, qa-automation, ai-agents, claude, cursor, vs-code, developer-tools, testing, prototyping, otp-testing, telephony Use Cases: QA Automation, SMS Verification Testing, Agent Workflows, Developer Tools, Prototyping Required Credentials: PLATFONE_API_KEY (required) Install (Claude Code): claude mcp add platfone-virtual-numbers-mcp -- npx -y @platfone/mcp@1.1.8 Install (Claude Code Remote): claude mcp add --transport http platfone-virtual-numbers-mcp https://mcp.platfone.com/mcp --- ## Datadoe URL: https://mcp-marketplace.io/server/com-datadoe-amazon-seller-mcp Summary: Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot. Description: Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot. Remote endpoints: streamable-http: https://mcp.datadoe.com/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.datadoe.com/mcp/v1 GitHub: https://github.com/Deltologic/datadoe-mcp Security Score: 10/10 Creator: Deltologic Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-datadoe-amazon-seller-mcp https://mcp.datadoe.com/mcp/v1 --- ## Mydisease URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mydisease Summary: MyDisease.info MCP. Description: MyDisease.info MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/mydisease/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mydisease/mcp GitHub: https://github.com/pipeworx-io/mcp-mydisease MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, query, disease, metadata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mydisease https://gateway.pipeworx.io/mydisease/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/sh-convention-mcp Summary: Ship production-ready TypeScript code in half the time, at half the cost. Description: Ship production-ready TypeScript code in half the time, at half the cost. Remote endpoints: streamable-http: https://mcp.convention.sh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.convention.sh/mcp MCP Tools (1): read_convention Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http sh-convention-mcp https://mcp.convention.sh/mcp --- ## Proton Mail URL: https://mcp-marketplace.io/server/io-github-alexendros-proton-mail-mcp Summary: Proton Mail MCP via Bridge (IMAP/SMTP) · 13 tools · dual transport stdio + HTTP. Category: Developer Tools Mode: local Pricing: Free npm: @alexendros/proton-mail-mcp GitHub: https://github.com/Alexendros/proton-mail-mcp Security Score: 4.8/10 Creator: Alexendros Creator Reputation: B Version: 0.1.2 Required Credentials: PROTON_BRIDGE_HOST (optional), PROTON_IMAP_PORT (optional), PROTON_SMTP_PORT (optional), PROTON_USERNAME (optional), PROTON_PASSWORD (required) Install (Claude Code): claude mcp add io-github-alexendros-proton-mail-mcp -- npx -y @alexendros/proton-mail-mcp@0.1.2 --- ## Geo URL: https://mcp-marketplace.io/server/co-thinair-geo Summary: Geocoding, truck routing, traffic, weather, and place search via MCP — 11 hosted tools. Description: Geocoding, truck routing, traffic, weather, and place search via MCP — 11 hosted tools. Remote endpoints: streamable-http: https://geo.thinair.co/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geo.thinair.co/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.1.4 Install (Claude Code Remote): claude mcp add --transport http co-thinair-geo https://geo.thinair.co/mcp --- ## Tft URL: https://mcp-marketplace.io/server/io-github-ebrunet001-mcp-server-tft Summary: Teamfight Tactics AI coaching: composition analysis, augment optimization & improvement tips Description: Teamfight Tactics AI coaching: composition analysis, augment optimization & improvement tips Remote endpoints: sse: https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp GitHub: https://github.com/ebrunet001/mcp-server-tft Security Score: 0/10 Creator: Ebrunet001 Creator Reputation: B Version: 1.0.20 Install (Claude Code Remote): claude mcp add --transport http io-github-ebrunet001-mcp-server-tft https://mrbridge--teamfight-tactics-mcp-server---ai-game-analysis.apify.actor/mcp --- ## Artifacts URL: https://mcp-marketplace.io/server/io-github-kuyazee-artifacts Summary: Self-hosted artifact publishing: POST HTML/JSX/Markdown/zip, get an unguessable URL on your domain Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/kuyazee/artifacts Security Score: 5.2/10 Creator: Kuyazee Creator Reputation: B Version: 1.0.0 Required Credentials: ARTIFACTS_API_KEY (required), BASE_URL (optional) --- ## Io Aerospace URL: https://mcp-marketplace.io/server/org-io-aerospace-mcp-server Summary: MCP server for aerospace calculations: orbital mechanics, ephemeris, DSN operations, ... Description: MCP server for aerospace calculations: orbital mechanics, ephemeris, DSN operations, ... Remote endpoints: streamable-http: https://mcp.io-aerospace.org Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.io-aerospace.org GitHub: https://github.com/IO-Aerospace-software-engineering/mcp-server MCP Tools (37): degrees_to_radians, meters_to_miles, get_deep_space_station_planetodetic_coordinates, find_occulting_constraint, parsec_to_meters, arcseconds_to_radians, convert_state_vector_to_equinoctial_elements, find_distance_constraint, get_ephemeris_as_state_vectors, kilometers_to_meters, miles_to_meters, feet_to_meters, meters_to_light_years, get_horizontal_coordinates, arcseconds_to_degrees, convert_hours_to_degrees, radians_to_degrees, radians_to_arcseconds, astronomical_units_to_meters, find_coordinate_constraint, meters_to_feet, degrees_to_arcseconds, get_celestial_body_properties, convert_state_vector_to_the_given_frame, light_years_to_meters, convert_keplerian_elements_to_state_vector, meters_to_parsec, meters_to_kilometers, convert_degrees_to_hours, convert_state_vector_to_keplerian_elements, convert_equinoctial_elements_to_state_vector, meters_to_astronomical_units, current_date_time, convert_date_time, get_dss_frame, get_deep_space_station_state_vector, convert_state_vector_to_equatorial_coordinates Security Score: 8/10 Creator: IO Aerospace Software Engineering Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-io-aerospace-mcp-server https://mcp.io-aerospace.org --- ## Openclaw Skill Vetter URL: https://mcp-marketplace.io/server/io-github-temurkhan13-openclaw-skill-vetter-mcp Summary: Vet third-party AI agent extensions + agent-config files (AGENTS.md, .cursor/rules, CLAUDE.md). Category: Developer Tools Mode: local Pricing: Free PyPI: openclaw-skill-vetter-mcp GitHub: https://github.com/temurkhan13/openclaw-skill-vetter-mcp Security Score: 6.5/10 Creator: Temurkhan13 Creator Reputation: B Version: 1.1.2 Install (Claude Code): claude mcp add io-github-temurkhan13-openclaw-skill-vetter-mcp -- uvx openclaw-skill-vetter-mcp==1.1.2 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-brazilayer-mcp Summary: Brazilian company registry (CNPJ), sanctions, funds & market data for AI agents, paid via x402. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/brazilayer/mcp Security Score: 7.2/10 Creator: Brazilayer Creator Reputation: B Version: 0.13.0 Required Credentials: BRAZILAYER_PRIVATE_KEY (required) --- ## Three URL: https://mcp-marketplace.io/server/io-github-nirholas-kol-mcp Summary: Per-wallet KOL deep dive — a tracked trader's portfolio P&L and its trades on a given mint. Category: Developer Tools Mode: local Pricing: Free npm: @three-ws/kol-mcp GitHub: https://github.com/nirholas/three.ws Security Score: 9.9/10 Creator: Nirholas Creator Reputation: B Version: 0.1.1 Required Credentials: THREE_WS_BASE (optional), THREE_WS_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-nirholas-kol-mcp -- npx -y @three-ws/kol-mcp --- ## Microsoft Todo URL: https://mcp-marketplace.io/server/io-github-mag-cie-mcp-microsoft-todo Summary: MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed. Category: Developer Tools Mode: local Pricing: Free npm: @mag-cie/mcp-microsoft-todo GitHub: https://github.com/MAG-Cie/mcp-microsoft-todo Security Score: 6.2/10 Creator: MAG Cie Creator Reputation: B Version: 1.2.2 Required Credentials: MS_CLIENT_ID (optional), MS_TENANT (optional) Install (Claude Code): claude mcp add io-github-mag-cie-mcp-microsoft-todo -- npx -y @mag-cie/mcp-microsoft-todo@1.2.2 --- ## Toolfi URL: https://mcp-marketplace.io/server/io-github-tsubaki414-toolfi Summary: Open API Marketplace for AI Agents. Crypto data tools with USDC payments on Base. Description: Open API Marketplace for AI Agents. Crypto data tools with USDC payments on Base. Remote endpoints: streamable-http: https://web-ten-alpha-81.vercel.app/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://web-ten-alpha-81.vercel.app/api/mcp GitHub: https://github.com/Tsubaki414/toolfi Security Score: 3.2/10 Creator: Tsubaki414 Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tsubaki414-toolfi https://web-ten-alpha-81.vercel.app/api/mcp --- ## Lol URL: https://mcp-marketplace.io/server/io-github-ebrunet001-mcp-server-lol Summary: League of Legends AI coaching: player profiles, match history, ranked stats & performance analysis Description: League of Legends AI coaching: player profiles, match history, ranked stats & performance analysis Remote endpoints: sse: https://mrbridge--lol-mcp-server.apify.actor/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mrbridge--lol-mcp-server.apify.actor/mcp GitHub: https://github.com/ebrunet001/mcp-server-lol Security Score: 1.5/10 Creator: Ebrunet001 Creator Reputation: B Version: 2.0.44 Install (Claude Code Remote): claude mcp add --transport http io-github-ebrunet001-mcp-server-lol https://mrbridge--lol-mcp-server.apify.actor/mcp --- ## Qtcl URL: https://mcp-marketplace.io/server/io-github-shemshallah-qtcl-mcp-server Summary: Agent-native post-quantum blockchain. 11 tools: send, balance, quantum oracle metrics. Flat fee. Description: Agent-native post-quantum blockchain. 11 tools: send, balance, quantum oracle metrics. Flat fee. Remote endpoints: sse: https://qtcl-blockchain.koyeb.app/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qtcl-blockchain.koyeb.app/mcp/sse GitHub: https://github.com/shemshallah/qtcl-mcp-server Security Score: 9.9/10 Creator: Shemshallah Creator Reputation: B Version: 8.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shemshallah-qtcl-mcp-server https://qtcl-blockchain.koyeb.app/mcp/sse --- ## Dock URL: https://mcp-marketplace.io/server/ai-trydock-dock Summary: AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas. Description: AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas. Remote endpoints: streamable-http: https://trydock.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trydock.ai/api/mcp GitHub: https://github.com/try-dock-ai/mcp MCP Tools (50): list_workspaces, get_workspace, list_rows, create_row, get_row, update_row, delete_row, move_rows, get_doc, get_workspace_schema, add_column, list_workspace_members, delete_workspace, update_workspace, share_workspace, update_workspace_member, remove_workspace_member, update_doc, validate_doc_markdown, update_doc_section, append_doc_section, get_html, update_html, validate_html, create_workspace, get_recent_events, search, get_billing, upgrade_plan, downgrade_plan, request_limit_increase, list_surfaces, create_surface, update_surface, delete_surface, list_api_keys, rotate_api_key, revoke_api_key, request_revoke_agent_key, request_rotate_agent_key, list_webhooks, create_webhook, update_webhook, rotate_webhook_secret, delete_webhook, send_message, create_support_ticket, list_sheet_functions, validate_formula, evaluate_formula Security Score: 10/10 Creator: Try Dock Ai Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-trydock-dock https://trydock.ai/api/mcp --- ## Tcg URL: https://mcp-marketplace.io/server/io-github-seanlok-tcg-mcp Summary: Pokemon TCG MCP server: PSA grading, collection management, and multi-provider pricing. Category: Developer Tools Mode: local Pricing: Free PyPI: tcg-mcp GitHub: https://github.com/seanlok/tcg-mcp Security Score: 7/10 Creator: Seanlok Creator Reputation: B Version: 0.4.0 Required Credentials: PSA_API_TOKEN (required), POKEMONTCG_API_KEY (required), PRICECHARTING_TOKEN (required), TCG_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-seanlok-tcg-mcp -- uvx tcg-mcp==0.4.0 --- ## Clinical Trials Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-clinical-trials-ai-mcp Summary: Clinical Trials Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: clinical-trials-ai-mcp GitHub: https://github.com/CSOAI-ORG/clinical-trials-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-clinical-trials-ai-mcp -- uvx clinical-trials-ai-mcp==1.0.9 --- ## Spip URL: https://mcp-marketplace.io/server/com-kimoun-spip Summary: Pilotez un site SPIP depuis Claude ou ChatGPT : rubriques, articles, médias, FAQ, formulaires. Description: Pilotez un site SPIP depuis Claude ou ChatGPT : rubriques, articles, médias, FAQ, formulaires. Remote endpoints: streamable-http: https://mcp-spip.kimoun.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-spip.kimoun.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.5.0 Install (Claude Code Remote): claude mcp add --transport http com-kimoun-spip https://mcp-spip.kimoun.com/mcp --- ## Oura URL: https://mcp-marketplace.io/server/io-github-yasuakiomokawa-oura-mcp Summary: MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts). Category: Developer Tools Mode: local Pricing: Free npm: @yasuakiomokawa/oura-mcp GitHub: https://github.com/YasuakiOmokawa/oura-mcp Security Score: 10/10 Creator: YasuakiOmokawa Creator Reputation: B Version: 0.2.13 Required Credentials: OURA_CLIENT_ID (optional), OURA_CLIENT_SECRET (required), OURA_CALLBACK_PORT (optional) Install (Claude Code): claude mcp add io-github-yasuakiomokawa-oura-mcp -- npx -y @yasuakiomokawa/oura-mcp@0.2.13 --- ## Streamline URL: https://mcp-marketplace.io/server/com-streamlinehq-mcp Summary: Search and download icons, illustrations, elements and emojis in PNG or SVG formats. Description: Search and download icons, illustrations, elements and emojis in PNG or SVG formats. Remote endpoints: streamable-http: https://public-api.streamlinehq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://public-api.streamlinehq.com/mcp GitHub: https://github.com/webalys-hq/streamline-mcp-server Security Score: 10/10 Creator: Webalys Hq Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http com-streamlinehq-mcp https://public-api.streamlinehq.com/mcp --- ## Overtone News URL: https://mcp-marketplace.io/server/io-github-ckbrennan-overtone-news-mcp Summary: Real-time news with tone analysis, brand safety, and narrative shift signals for AI agents. Category: Developer Tools Mode: local Pricing: Free PyPI: overtone-news-mcp GitHub: https://github.com/CKBrennan/overtone-news-mcp Security Score: 4.2/10 Creator: CKBrennan Creator Reputation: B Version: 0.1.2 Required Credentials: OVERTONE_NEWS_API_KEY (required) Install (Claude Code): claude mcp add io-github-ckbrennan-overtone-news-mcp -- uvx overtone-news-mcp==0.1.2 --- ## Alpha URL: https://mcp-marketplace.io/server/land-moss-alpha-mcp Summary: Korean crypto × AI media MCP — channel stance, daily briefs, RAG, canonical store, AI personas. Description: Korean crypto × AI media MCP — channel stance, daily briefs, RAG, canonical store, AI personas. Remote endpoints: streamable-http: https://alpha.moss.land/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://alpha.moss.land/api/mcp GitHub: https://github.com/MosslandOpenDevs/alpha-mcp MCP Tools (12): search_alpha, get_entity, get_topic, get_event, get_macro_snapshot, get_active_pulses, get_today_brief, get_connections, ask_alpha, list_topics, list_events, list_personas Security Score: 10/10 Creator: MosslandOpenDevs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http land-moss-alpha-mcp https://alpha.moss.land/api/mcp --- ## Mappls URL: https://mcp-marketplace.io/server/io-github-amanmakesstuff-mappls-mcp Summary: MCP server for Mappls (MapMyIndia) — India-first maps API for AI agents Category: Developer Tools Mode: local Pricing: Free npm: mappls-mcp GitHub: https://github.com/AmanMakesStuff/mappls-mcp Security Score: 10/10 Creator: AmanMakesStuff Creator Reputation: B Version: 2.0.0 Required Credentials: MAPPLS_API_KEY (required) Install (Claude Code): claude mcp add io-github-amanmakesstuff-mappls-mcp -- npx -y mappls-mcp@2.0.0 --- ## Adpilot URL: https://mcp-marketplace.io/server/com-adpilotmcp-adpilot Summary: Analyze and manage Apple Ads from your AI assistant with RevenueCat insights and safety controls. Description: Analyze and manage Apple Ads from your AI assistant with RevenueCat insights and safety controls. Remote endpoints: streamable-http: https://adpilotmcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://adpilotmcp.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http com-adpilotmcp-adpilot https://adpilotmcp.com/mcp --- ## Usajobs URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-usajobs Summary: USAJOBS.gov MCP — US federal job postings Description: USAJOBS.gov MCP — US federal job postings Remote endpoints: streamable-http: https://gateway.pipeworx.io/usajobs/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/usajobs/mcp GitHub: https://github.com/pipeworx-io/mcp-usajobs MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_job, list_agencies, list_pay_grades, list_occupational_series Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-usajobs https://gateway.pipeworx.io/usajobs/mcp --- ## Cbs Il URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cbs-il Summary: Israel Central Bureau of Statistics (CBS / הלשכה המרכזית לסטטיסטיקה) MCP. Description: Israel Central Bureau of Statistics (CBS / הלשכה המרכזית לסטטיסטיקה) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/cbs-il/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cbs-il/mcp GitHub: https://github.com/pipeworx-io/mcp-cbs-il MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, catalog_browse, get_series_data, index_catalog, get_index_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cbs-il https://gateway.pipeworx.io/cbs-il/mcp --- ## Openiban URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openiban Summary: OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the Description: OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the Remote endpoints: streamable-http: https://gateway.pipeworx.io/openiban/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openiban/mcp GitHub: https://github.com/pipeworx-io/mcp-openiban MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, validate_iban, suggest_iban Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openiban https://gateway.pipeworx.io/openiban/mcp --- ## Jsoncanvas URL: https://mcp-marketplace.io/server/io-mcpcentral-jsoncanvas Summary: Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files. Description: Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files. Remote endpoints: streamable-http: https://jsoncanvas.mcpcentral.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jsoncanvas.mcpcentral.io/mcp GitHub: https://github.com/mcpcentral-io/jsoncanvas-mcp Security Score: 10/10 Creator: Mcpcentral Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-mcpcentral-jsoncanvas https://jsoncanvas.mcpcentral.io/mcp --- ## Ottasia URL: https://mcp-marketplace.io/server/io-github-aiweather-anurag-ottasia Summary: Where to watch X in Y? 30 Asian and Middle Eastern streaming markets, via Claude. Description: Where to watch X in Y? 30 Asian and Middle Eastern streaming markets, via Claude. Remote endpoints: streamable-http: https://ottasia.com/api/mcp/sse Category: Developer Tools Mode: dual Pricing: Free npm: @ottasia/mcp-server Remote URL: https://ottasia.com/api/mcp/sse GitHub: https://github.com/AIweather-Anurag/ottasia-mcp-server MCP Tools (3): where_to_watch, whats_new_on, search_titles Security Score: 10/10 Creator: AIweather Anurag Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-aiweather-anurag-ottasia -- npx -y @ottasia/mcp-server@0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-aiweather-anurag-ottasia https://ottasia.com/api/mcp/sse --- ## Carbon Intensity Uk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-carbon-intensity-uk Summary: UK Carbon Intensity MCP (National Grid ESO). Description: UK Carbon Intensity MCP (National Grid ESO). Remote endpoints: streamable-http: https://gateway.pipeworx.io/carbon-intensity-uk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/carbon-intensity-uk/mcp GitHub: https://github.com/pipeworx-io/mcp-carbon-intensity-uk MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, current_intensity, intensity_forecast, generation_mix, regional_intensity, intensity_factors Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-carbon-intensity-uk https://gateway.pipeworx.io/carbon-intensity-uk/mcp --- ## Aaaa Nexus URL: https://mcp-marketplace.io/server/io-github-aaaa-nexus-aaaa-nexus-mcp Summary: Formally verified AI safety APIs. 75+ endpoints, pay-per-call via USDC x402, no signup. Category: Developer Tools Mode: local Pricing: Free PyPI: aaaa-nexus-mcp GitHub: https://github.com/AAAA-Nexus/aaaa-nexus-mcp Security Score: 10/10 Creator: AAAA Nexus Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-aaaa-nexus-aaaa-nexus-mcp -- uvx aaaa-nexus-mcp==0.1.1 --- ## Gold Prices URL: https://mcp-marketplace.io/server/com-zahabprice-gold-prices Summary: Live gold & silver prices for 37 countries. Tamara/Tabby installment calculators for Saudi Arabia. Description: Live gold & silver prices for 37 countries. Tamara/Tabby installment calculators for Saudi Arabia. Remote endpoints: streamable-http: https://www.zahabprice.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.zahabprice.com/mcp MCP Tools (4): get_gold_price, get_silver_price, calculate_installment, list_countries Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-zahabprice-gold-prices https://www.zahabprice.com/mcp --- ## Atlas URL: https://mcp-marketplace.io/server/io-github-atlasdevhq-atlas Summary: Atlas is a YAML-defined semantic layer for analytics — authored by humans, consumed by AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @useatlas/mcp GitHub: https://github.com/AtlasDevHQ/atlas Security Score: 9.7/10 Creator: AtlasDevHQ Creator Reputation: B Version: 0.0.2 Required Credentials: ATLAS_DATASOURCE_URL (required), ATLAS_PROVIDER (optional), ATLAS_API_URL (optional) Install (Claude Code): claude mcp add io-github-atlasdevhq-atlas -- npx -y @useatlas/mcp --- ## KTA Oracle URL: https://mcp-marketplace.io/server/io-github-elemzir-kta-oracle Summary: Live KTA rates, market data, payment rails, AML/VAT compliance, SDK snippets. 16 tools. Description: Live KTA rates, market data, payment rails, AML/VAT compliance, SDK snippets. 16 tools. Remote endpoints: streamable-http: https://kta-oracle.vercel.app/mcp sse: https://kta-oracle.vercel.app/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://kta-oracle.vercel.app/mcp GitHub: https://github.com/Elemzir/KTA-Oracle Security Score: 1.6/10 Creator: Elemzir Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-elemzir-kta-oracle https://kta-oracle.vercel.app/mcp --- ## Csoai Governance Crosswalk URL: https://mcp-marketplace.io/server/io-github-csoai-org-csoai-governance-crosswalk-mcp Summary: Csoai Governance Crosswalk MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: csoai-governance-crosswalk-mcp GitHub: https://github.com/CSOAI-ORG/csoai-governance-crosswalk-mcp Security Score: 0.5/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.16 Install (Claude Code): claude mcp add io-github-csoai-org-csoai-governance-crosswalk-mcp -- uvx csoai-governance-crosswalk-mcp==1.0.16 --- ## Airpipe URL: https://mcp-marketplace.io/server/io-airpipe-airpipe Summary: Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client. Description: Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client. Remote endpoints: streamable-http: https://api.airpipe.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.airpipe.io/mcp MCP Tools (19): undeploy_module, create_module, update_config, list_organizations, delete_module, update_module, toggle_config, delete_config, edit_config, validate_config, create_config, deploy_config_revision, undeploy_config, list_modules, deploy_module_revision, get_module, plan_config, get_config, list_configs Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2026.7.28 Install (Claude Code Remote): claude mcp add --transport http io-airpipe-airpipe https://api.airpipe.io/mcp --- ## Logly URL: https://mcp-marketplace.io/server/io-github-logly-uk-logly-mcp Summary: Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: @logly-uk/mcp GitHub: https://github.com/logly-uk/logly-mcp Security Score: 6.2/10 Creator: Logly Uk Creator Reputation: B Version: 1.0.2 Required Credentials: LOGLY_API_KEY (required) Install (Claude Code): claude mcp add io-github-logly-uk-logly-mcp -- npx -y @logly-uk/mcp@1.0.2 --- ## Insideout Agent Skills URL: https://mcp-marketplace.io/server/com-luthersystems-insideout-mcp Summary: Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements. Description: Designs, prices, and deploys AWS/GCP cloud infrastructure from plain-English requirements. Remote endpoints: streamable-http: https://app.luthersystems.com/v1/insideout-mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.luthersystems.com/v1/insideout-mcp GitHub: https://github.com/luthersystems/insideout-agent-skills Security Score: 7.8/10 Creator: Luthersystems Creator Reputation: B Version: 0.36.3 Install (Claude Code Remote): claude mcp add --transport http com-luthersystems-insideout-mcp https://app.luthersystems.com/v1/insideout-mcp --- ## Eurorack Reference URL: https://mcp-marketplace.io/server/com-eurorackref-eurorack Summary: Citation-anchored Eurorack module reference: specs, compatibility, and patch techniques. Description: Citation-anchored Eurorack module reference: specs, compatibility, and patch techniques. Remote endpoints: streamable-http: https://eurorackref.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://eurorackref.com/mcp GitHub: https://github.com/jallen/eurorack-reference MCP Tools (15): get_module, get_modules, visualize_module, search_modules, search_manual, get_manual_chunk, find_compatible_with, list_capabilities, list_techniques, find_role_realizations, lookup_concept, get_source, list_references, draw_patch_diagram, report_gap Security Score: 8/10 Creator: Jallen Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-eurorackref-eurorack https://eurorackref.com/mcp --- ## Color Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-color-ai-mcp Summary: Color Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: color-ai-mcp GitHub: https://github.com/CSOAI-ORG/color-ai-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-color-ai-mcp -- uvx color-ai-mcp==1.0.11 --- ## Smt Ar Base URL: https://mcp-marketplace.io/server/io-github-wyattbenno777-icme-preflight Summary: Jailbreak-proof AI guardrails. Automated Reasoning SMT solver, not an LLM. ZK proofs included. Description: Jailbreak-proof AI guardrails. Automated Reasoning SMT solver, not an LLM. ZK proofs included. Remote endpoints: streamable-http: https://api.icme.io/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://api.icme.io/mcp GitHub: https://github.com/ICME-Lab/smt-ar-base MCP Tools (14): check_logic, check_relevance, make_rules, check_action, check_action_paid, quick_check, verify_proof, get_scenarios, run_tests, create_account, create_account_card, top_up, top_up_card, poll_session Security Score: 8/10 Creator: ICME Lab Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-wyattbenno777-icme-preflight https://api.icme.io/mcp --- ## Api Composition Gateway Api URL: https://mcp-marketplace.io/server/io-github-lazymac2x-api-composition-gateway Summary: Cloudflare Workers MCP server: api-composition-gateway Description: Cloudflare Workers MCP server: api-composition-gateway Remote endpoints: streamable-http: https://api.lazy-mac.com/api-composition-gateway/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lazy-mac.com/api-composition-gateway/mcp GitHub: https://github.com/lazymac2x/api-composition-gateway-api MCP Tools (4): api-merger, response-cache-manager, field-selector, error-aggregator Security Score: 8.1/10 Creator: Lazymac2x Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lazymac2x-api-composition-gateway https://api.lazy-mac.com/api-composition-gateway/mcp --- ## Kolada Se URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-kolada-se Summary: Kolada (RKA) MCP — Sweden's municipal & regional key-performance-indicator (KPI) database. Description: Kolada (RKA) MCP — Sweden's municipal & regional key-performance-indicator (KPI) database. Remote endpoints: streamable-http: https://gateway.pipeworx.io/kolada-se/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/kolada-se/mcp GitHub: https://github.com/pipeworx-io/mcp-kolada-se MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_kpi, list_municipalities, get_data, list_org_units Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-kolada-se https://gateway.pipeworx.io/kolada-se/mcp --- ## Jail URL: https://mcp-marketplace.io/server/io-github-mefengl-jail-mcp Summary: Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more. Description: Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more. Remote endpoints: streamable-http: https://api.jail.li/mcp Category: Developer Tools Mode: dual Pricing: Free npm: jail-mcp PyPI: jail-mcp Remote URL: https://api.jail.li/mcp GitHub: https://github.com/mefengl/jail-mcp Security Score: 10/10 Creator: Mefengl Creator Reputation: B Version: 1.4.0 Required Credentials: JAIL_API_KEY (required) Install (Claude Code): claude mcp add io-github-mefengl-jail-mcp -- npx -y jail-mcp@1.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mefengl-jail-mcp https://api.jail.li/mcp --- ## Memory Graph URL: https://mcp-marketplace.io/server/io-github-retrorobai-mcp-memory-graph Summary: Authority-weighted memory graph for AI agents with conflict detection and semantic search. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-memory-graph GitHub: https://github.com/RetroRobAI/mcp-memory-graph Security Score: 4.8/10 Creator: RetroRobAI Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-retrorobai-mcp-memory-graph -- uvx mcp-memory-graph==0.1.1 --- ## X402watch URL: https://mcp-marketplace.io/server/io-github-printmoneylab-x402watch Summary: Wash-filtered intelligence for x402: categories, services, wash analysis, trends. Description: Wash-filtered intelligence for x402: categories, services, wash analysis, trends. Remote endpoints: streamable-http: https://api.x402.printmoneylab.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.x402.printmoneylab.com/mcp GitHub: https://github.com/printmoneylab/x402watch Security Score: 10/10 Creator: Printmoneylab Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-printmoneylab-x402watch https://api.x402.printmoneylab.com/mcp --- ## Octopus Energy URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-octopus-energy Summary: Octopus Energy public API MCP — UK energy tariffs & products. Description: Octopus Energy public API MCP — UK energy tariffs & products. Remote endpoints: streamable-http: https://gateway.pipeworx.io/octopus-energy/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/octopus-energy/mcp GitHub: https://github.com/pipeworx-io/mcp-octopus-energy MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_products, product_details, tariff_unit_rates, grid_supply_point Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-octopus-energy https://gateway.pipeworx.io/octopus-energy/mcp --- ## Reviewguru URL: https://mcp-marketplace.io/server/io-github-kapruka-reviewguru Summary: Query Sri Lankan businesses, doctors, and reviews from any MCP-aware AI agent. Category: Developer Tools Mode: local Pricing: Free PyPI: reviewguru-mcp GitHub: https://github.com/kapruka/reviewguru-mcp Security Score: 10/10 Creator: Kapruka Creator Reputation: B Version: 0.1.2 Required Credentials: REVIEWGURU_API (optional) Install (Claude Code): claude mcp add io-github-kapruka-reviewguru -- uvx reviewguru-mcp==0.1.2 --- ## One Brain Plugin URL: https://mcp-marketplace.io/server/io-github-prophet-git-one-brain Summary: Shared memory for a team in Claude Code: what one person records, everyone has. Description: Shared memory for a team in Claude Code: what one person records, everyone has. Remote endpoints: streamable-http: https://onebrain.prophet.lat/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://onebrain.prophet.lat/api/mcp GitHub: https://github.com/Prophet-git/one-brain-plugin Security Score: 10/10 Creator: Prophet Git Creator Reputation: B Version: 0.1.666 Install (Claude Code Remote): claude mcp add --transport http io-github-prophet-git-one-brain https://onebrain.prophet.lat/api/mcp --- ## Map URL: https://mcp-marketplace.io/server/io-github-maraventano-map Summary: A subtractive MCP for agent commerce: read · pay · publish. Teacher, not butler. Category: Developer Tools Mode: local Pricing: Free npm: @maraventano/map GitHub: https://github.com/maraventano/map Security Score: 4.7/10 Creator: Maraventano Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-maraventano-map -- npx -y @maraventano/map@1.0.2 --- ## Myvariant URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-myvariant Summary: MyVariant.info MCP. Description: MyVariant.info MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/myvariant/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/myvariant/mcp GitHub: https://github.com/pipeworx-io/mcp-myvariant MCP Tools (23): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, query, variant, metadata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-myvariant https://gateway.pipeworx.io/myvariant/mcp --- ## Sbox Watch URL: https://mcp-marketplace.io/server/watch-sbox-sbox-watch Summary: Live read-only discovery for public s&box packages, servers, and player activity. Description: Live read-only discovery for public s&box packages, servers, and player activity. Remote endpoints: streamable-http: https://sbox.watch/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sbox.watch/mcp MCP Tools (6): get_ecosystem_snapshot, search_packages, get_package, search_servers, get_server, get_activity_history Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http watch-sbox-sbox-watch https://sbox.watch/mcp --- ## Mediastack URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mediastack Summary: Mediastack MCP — wraps Mediastack API (api.mediastack.com/v1) Description: Mediastack MCP — wraps Mediastack API (api.mediastack.com/v1) Remote endpoints: streamable-http: https://gateway.pipeworx.io/mediastack/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mediastack/mcp GitHub: https://github.com/pipeworx-io/mcp-mediastack MCP Tools (32): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_news, latest_news Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mediastack https://gateway.pipeworx.io/mediastack/mcp --- ## Hive Mcp Mpp URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-mpp Summary: Dual-rail 402 (x402 + MPP Tempo) MCP server Description: Dual-rail 402 (x402 + MPP Tempo) MCP server Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/mpp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/mpp/mcp GitHub: https://github.com/srotzin/hive-mcp-mpp Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-mpp https://hive-mcp-gateway.onrender.com/mpp/mcp --- ## Walter URL: https://mcp-marketplace.io/server/ai-walterwrites-mcp-server Summary: Walter Remote MCP Server — AI humanization and detection tools Description: Walter Remote MCP Server — AI humanization and detection tools Remote endpoints: streamable-http: https://mcp-server.walterwrites.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server.walterwrites.ai/mcp GitHub: https://github.com/WALTER-WRITES/walter-mcp-server Security Score: 8/10 Creator: WALTER WRITES Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-walterwrites-mcp-server https://mcp-server.walterwrites.ai/mcp --- ## Hermes URL: https://mcp-marketplace.io/server/com-southlondonscientific-hermes Summary: UK air quality MCP: live readings, historical trends, LAQM stats, WHO checks, knowledge base. Description: UK air quality MCP: live readings, historical trends, LAQM stats, WHO checks, knowledge base. Remote endpoints: streamable-http: https://hermes.southlondonscientific.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hermes.southlondonscientific.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-southlondonscientific-hermes https://hermes.southlondonscientific.com/mcp --- ## Finance URL: https://mcp-marketplace.io/server/io-github-adididitagain-finance-mcp Summary: Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents. Category: Finance Mode: local Pricing: Free npm: finance-data-mcp GitHub: https://github.com/adididitagain/finance-mcp Security Score: 9.5/10 Creator: Adididitagain Creator Reputation: B Version: 0.2.0 Required Credentials: SEC_USER_AGENT (optional) Install (Claude Code): claude mcp add io-github-adididitagain-finance-mcp -- npx -y finance-data-mcp@0.2.0 --- ## Edition Api URL: https://mcp-marketplace.io/server/io-github-hiroshic9-png-japan-business-operations Summary: Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools. Category: Developer Tools Mode: local Pricing: Free npm: edition-mcp-server GitHub: https://github.com/hiroshic9-png/edition-api Security Score: 2.5/10 Creator: Hiroshic9 Png Creator Reputation: B Version: 0.4.0 Required Credentials: EDITION_API_URL (optional), EDITION_API_KEY (required) Install (Claude Code): claude mcp add io-github-hiroshic9-png-japan-business-operations -- npx -y edition-mcp-server@0.1.4 --- ## Hive Mcp Keet Bridge URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-keet-bridge Summary: MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network Description: MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/keet-bridge/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/keet-bridge/mcp GitHub: https://github.com/srotzin/hive-mcp-keet-bridge Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-keet-bridge https://hive-mcp-gateway.onrender.com/keet-bridge/mcp --- ## Hive Mcp Capital URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-capital Summary: HiveCapital MCP Server — autonomous investment layer for AI agents Description: HiveCapital MCP Server — autonomous investment layer for AI agents Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/capital/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/capital/mcp GitHub: https://github.com/srotzin/hive-mcp-capital Security Score: 9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-capital https://hive-mcp-gateway.onrender.com/capital/mcp --- ## Atlas URL: https://mcp-marketplace.io/server/io-github-finmanagerai-atlas-mcp-server Summary: Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows. Description: Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows. Remote endpoints: streamable-http: https://atlasmcp.finmanagerai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://atlasmcp.finmanagerai.com/mcp GitHub: https://github.com/finmanagerai/atlas-mcp-server Security Score: 10/10 Creator: Finmanagerai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-finmanagerai-atlas-mcp-server https://atlasmcp.finmanagerai.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-ironflowsh-mcp Summary: Tick-level Hyperliquid market data: fills, L4 book, funding, liquidations, smart triggers. Category: Developer Tools Mode: local Pricing: Free npm: @ironflowsh/mcp GitHub: https://github.com/ironflowsh/mcp Security Score: 10/10 Creator: Ironflowsh Creator Reputation: B Version: 0.4.1 Required Credentials: IRONFLOW_API_KEY (required) Install (Claude Code): claude mcp add io-github-ironflowsh-mcp -- npx -y @ironflowsh/mcp@0.4.1 --- ## Redm Mcp Public URL: https://mcp-marketplace.io/server/io-github-cmoen11-redm-mcp Summary: RedM / RDR3 docs MCP server: native lookups, semantic search, VORP, RSGCore, oxmysql. Description: RedM / RDR3 docs MCP server: native lookups, semantic search, VORP, RSGCore, oxmysql. Remote endpoints: streamable-http: https://redm-mcp.fivem.no/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://redm-mcp.fivem.no/mcp GitHub: https://github.com/Cmoen11/redm-mcp-public MCP Tools (8): semantic_search, list_namespaces, browse, get_document, grep_docs, lookup_native, share_finding, get_invoke_guide Security Score: 10/10 Creator: Cmoen11 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cmoen11-redm-mcp https://redm-mcp.fivem.no/mcp --- ## Designpin URL: https://mcp-marketplace.io/server/io-github-opjhabuilds-designpin-mcp-server Summary: Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI. Category: Developer Tools Mode: local Pricing: Free npm: @designpin/mcp-server GitHub: https://github.com/opjhabuilds/designpin-mcp-server Security Score: 10/10 Creator: Opjhabuilds Creator Reputation: B Version: 0.1.2 Required Credentials: DESIGNPIN_API_KEY (required), DESIGNPIN_PROJECT_ID (optional), DESIGNPIN_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-opjhabuilds-designpin-mcp-server -- npx -y @designpin/mcp-server@0.1.2 --- ## Hive Mcp Wallet URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-wallet Summary: HiveWallet MCP Server Description: HiveWallet MCP Server Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/wallet/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/wallet/mcp GitHub: https://github.com/srotzin/hive-mcp-wallet Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-wallet https://hive-mcp-gateway.onrender.com/wallet/mcp --- ## Mental Tests URL: https://mcp-marketplace.io/server/com-keenethics-labs-well-being-check Summary: Hosted MCP app for guided anxiety, depression, and well-being self-checks. Description: Hosted MCP app for guided anxiety, depression, and well-being self-checks. Remote endpoints: streamable-http: https://mental-tests-mcp-app.keenethics-labs.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mental-tests-mcp-app.keenethics-labs.com/mcp GitHub: https://github.com/keen-mcp/mental-tests Security Score: 8/10 Creator: Keen Mcp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-keenethics-labs-well-being-check https://mental-tests-mcp-app.keenethics-labs.com/mcp --- ## Hive Mcp Connector URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-connector Summary: MCP server for Hive Civilization Description: MCP server for Hive Civilization Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/connector/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/connector/mcp GitHub: https://github.com/srotzin/hive-mcp-connector Security Score: 6.8/10 Creator: Srotzin Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-connector https://hive-mcp-gateway.onrender.com/connector/mcp --- ## Hekkova URL: https://mcp-marketplace.io/server/com-hekkova-mcp Summary: TPermanent memory layer for AI agents. Mint moments to the Polygon blockchain via MCP. Description: TPermanent memory layer for AI agents. Mint moments to the Polygon blockchain via MCP. Remote endpoints: streamable-http: https://mcp.hekkova.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.hekkova.com/mcp GitHub: https://github.com/Hekkova/hekkova-mcp Security Score: 1.5/10 Creator: Hekkova Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-hekkova-mcp https://mcp.hekkova.com/mcp --- ## Geonames URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-geonames Summary: GeoNames MCP — GeoNames geographical database API Description: GeoNames MCP — GeoNames geographical database API Remote endpoints: streamable-http: https://gateway.pipeworx.io/geonames/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/geonames/mcp GitHub: https://github.com/pipeworx-io/mcp-geonames MCP Tools (34): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_geonames, get_nearby, get_timezone, find_postal_codes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-geonames https://gateway.pipeworx.io/geonames/mcp --- ## Lexicon URL: https://mcp-marketplace.io/server/io-github-nadine302324-commits-lexicon Summary: Comparison intelligence: live evidence from 20 sources, PESTLE/VS/Deep Research frameworks. Description: Comparison intelligence: live evidence from 20 sources, PESTLE/VS/Deep Research frameworks. Remote endpoints: streamable-http: https://dbssearch.today/mcp/v1 Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://dbssearch.today/mcp/v1 GitHub: https://github.com/nadine302324-commits/lexicon-mcp-server Security Score: 4.8/10 Creator: Nadine302324 Commits Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nadine302324-commits-lexicon https://dbssearch.today/mcp/v1 --- ## Geoboundaries URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-geoboundaries Summary: geoBoundaries MCP — open database of political administrative boundaries. Description: geoBoundaries MCP — open database of political administrative boundaries. Remote endpoints: streamable-http: https://gateway.pipeworx.io/geoboundaries/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/geoboundaries/mcp GitHub: https://github.com/pipeworx-io/mcp-geoboundaries MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_boundaries, get_geometry Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-geoboundaries https://gateway.pipeworx.io/geoboundaries/mcp --- ## Aa URL: https://mcp-marketplace.io/server/io-github-thehesiod-aa Summary: MCP server for read-only American Airlines AAdvantage account access Category: Developer Tools Mode: local Pricing: Free PyPI: aa-mcp-server GitHub: https://github.com/thehesiod/aa-mcp Security Score: 10/10 Creator: Thehesiod Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-thehesiod-aa -- uvx aa-mcp-server==0.1.0 --- ## Min8t Sdks URL: https://mcp-marketplace.io/server/io-github-davison-francis-deliveriq-mcp Summary: Email deliverability for AI agents. 12 tools: verify, DNSBL, DMARC, spam-trap, finder. Category: Developer Tools Mode: local Pricing: Free npm: @deliveriq/mcp GitHub: https://github.com/Davison-Francis/min8t-sdks Security Score: 10/10 Creator: Davison Francis Creator Reputation: B Version: 1.1.1 Required Credentials: DELIVERIQ_API_KEY (required) Install (Claude Code): claude mcp add io-github-davison-francis-deliveriq-mcp -- npx -y @deliveriq/mcp@1.1.1 --- ## Hive Mcp Depin URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-depin Summary: MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization Description: MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/depin/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/depin/mcp GitHub: https://github.com/srotzin/hive-mcp-depin MCP Tools (3): depin_list_providers, depin_create_listing, depin_get_match_fee Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-depin https://hive-mcp-gateway.onrender.com/depin/mcp --- ## Imdb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-imdb Summary: IMDB MCP — title metadata, ratings, episodes, and crew from IMDB's Description: IMDB MCP — title metadata, ratings, episodes, and crew from IMDB's Remote endpoints: streamable-http: https://gateway.pipeworx.io/imdb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/imdb/mcp GitHub: https://github.com/pipeworx-io/mcp-imdb MCP Tools (34): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, imdb_search, imdb_get_title, imdb_top_rated, imdb_episodes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-imdb https://gateway.pipeworx.io/imdb/mcp --- ## Hive Mcp Compute Grid URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-compute-grid Summary: MCP server: solver auction across io.net / Akash / Render with signed receipts · Hive Civilization Description: MCP server: solver auction across io.net / Akash / Render with signed receipts · Hive Civilization Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/compute-grid/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/compute-grid/mcp GitHub: https://github.com/srotzin/hive-mcp-compute-grid MCP Tools (3): computegrid_list_agents, computegrid_get_capacity, computegrid_verify_proof Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-compute-grid https://hive-mcp-gateway.onrender.com/compute-grid/mcp --- ## Gmc URL: https://mcp-marketplace.io/server/io-github-kiwoongeom-gmc-mcp Summary: MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools). Category: Developer Tools Mode: local Pricing: Free PyPI: gmc-mcp GitHub: https://github.com/kiwoongeom/gmc-mcp Security Score: 6.5/10 Creator: Kiwoongeom Creator Reputation: B Version: 0.2.5 Required Credentials: GMC_ACCOUNT_ID (optional), GMC_SERVICE_ACCOUNT_KEY (required), GMC_OAUTH_TOKEN (required), GMC_SUBACCOUNT_ID (optional), GMC_DRY_RUN (optional), GMC_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-kiwoongeom-gmc-mcp -- uvx gmc-mcp==0.2.5 --- ## Citation Finder Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-citation-finder-ai-mcp Summary: Citation Finder Ai MCP Server by MEOK AI Labs Category: Education & Research Mode: local Pricing: Free PyPI: citation-finder-ai-mcp GitHub: https://github.com/CSOAI-ORG/citation-finder-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-citation-finder-ai-mcp -- uvx citation-finder-ai-mcp==1.0.11 --- ## Hipo URL: https://mcp-marketplace.io/server/io-github-sexylin-hipo-work Summary: AI-agent recruitment platform for resume import, job publishing, and candidate matching. Description: AI-agent recruitment platform for resume import, job publishing, and candidate matching. Remote endpoints: streamable-http: https://mcp.hipowork.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.hipowork.com/mcp GitHub: https://github.com/sexylin/hipo-mcp Security Score: 3.2/10 Creator: Sexylin Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sexylin-hipo-work https://mcp.hipowork.com/mcp --- ## Sourcemap Retrace URL: https://mcp-marketplace.io/server/io-github-vola-trebla-sourcemap-retrace-mcp Summary: Decodes minified production stack traces back to original TypeScript source using source maps. Category: Developer Tools Mode: local Pricing: Free npm: sourcemap-retrace-mcp GitHub: https://github.com/vola-trebla/sourcemap-retrace-mcp Security Score: 10/10 Installs: 1 Creator: vola-trebla Creator Reputation: C- Version: 0.2.0 Install (Claude Code): claude mcp add io-github-vola-trebla-sourcemap-retrace-mcp -- npx -y sourcemap-retrace-mcp@0.2.0 --- ## Hive Mcp Attest URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-attest Summary: Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call. Description: Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call. Remote endpoints: streamable-http: https://hive-mcp-attest.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-attest.onrender.com/mcp GitHub: https://github.com/srotzin/hive-mcp-attest Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-attest https://hive-mcp-attest.onrender.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/cc-wealthos-mcp Summary: Plan your financial future with AI: track net worth, manage budgets, and forecast scenarios. Description: Plan your financial future with AI: track net worth, manage budgets, and forecast scenarios. Remote endpoints: streamable-http: https://mcp.wealthos.cc Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.wealthos.cc Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cc-wealthos-mcp https://mcp.wealthos.cc --- ## Ci Cd Generator Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-ci-cd-generator-ai-mcp Summary: Ci Cd Generator Ai MCP Server by MEOK AI Labs Category: Cloud & DevOps Mode: local Pricing: Free PyPI: ci-cd-generator-ai-mcp GitHub: https://github.com/CSOAI-ORG/ci-cd-generator-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.14 Install (Claude Code): claude mcp add io-github-csoai-org-ci-cd-generator-ai-mcp -- uvx ci-cd-generator-ai-mcp==1.0.14 --- ## Hive Mcp Trade URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-trade Summary: MCP server: cross-venue spread + yield drivers, ROI radar telemetry · Hive Civilization Description: MCP server: cross-venue spread + yield drivers, ROI radar telemetry · Hive Civilization Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/trade/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/trade/mcp GitHub: https://github.com/srotzin/hive-mcp-trade MCP Tools (5): trade_get_fees, trade_get_listing, trade_create_invoice, trade_get_invoice, trade_dispute_invoice Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-trade https://hive-mcp-gateway.onrender.com/trade/mcp --- ## Projectmind URL: https://mcp-marketplace.io/server/io-github-nodemint-dev-projectmind Summary: Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo. Category: Developer Tools Mode: local Pricing: Free npm: @nodemint/projectmind GitHub: https://github.com/Nodemint-dev/projectmind Security Score: 5.2/10 Creator: Nodemint Dev Creator Reputation: B Version: 0.6.0 Install (Claude Code): claude mcp add io-github-nodemint-dev-projectmind -- npx -y @nodemint/projectmind@0.6.0 --- ## Zendesk URL: https://mcp-marketplace.io/server/io-github-michaelrice-zendesk-mcp Summary: Zendesk MCP server for Claude Code and other MCP clients Category: Business Tools Mode: local Pricing: Free PyPI: zendesk-mcp GitHub: https://github.com/michaelrice/zendesk-mcp Security Score: 4.8/10 Creator: Michaelrice Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-michaelrice-zendesk-mcp -- uvx zendesk-mcp==0.1.1 --- ## Email URL: https://mcp-marketplace.io/server/live-alpic-email-mcp-400f7a0b-email-mcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://email-mcp-400f7a0b.alpic.live sse: https://email-mcp-400f7a0b.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-mcp-400f7a0b.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-email-mcp-400f7a0b-email-mcp https://email-mcp-400f7a0b.alpic.live --- ## Hokmah URL: https://mcp-marketplace.io/server/io-github-davidangularme-hokmah Summary: AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro). Description: AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro). Remote endpoints: streamable-http: https://hokmah.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://hokmah.dev/mcp GitHub: https://github.com/davidangularme/hokmah-mcp-server Security Score: 2.2/10 Creator: Davidangularme Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-davidangularme-hokmah https://hokmah.dev/mcp --- ## Hive Mcp Compute URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-compute Summary: HiveCompute MCP Server — decentralized inference router for AI agents Description: HiveCompute MCP Server — decentralized inference router for AI agents Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/compute/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/compute/mcp GitHub: https://github.com/srotzin/hive-mcp-compute Security Score: 9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-compute https://hive-mcp-gateway.onrender.com/compute/mcp --- ## Dockerfile Generator Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-dockerfile-generator-ai-mcp Summary: Dockerfile Generator Ai MCP Server by MEOK AI Labs Category: Cloud & DevOps Mode: local Pricing: Free PyPI: dockerfile-generator-ai-mcp GitHub: https://github.com/CSOAI-ORG/dockerfile-generator-ai-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.13 Install (Claude Code): claude mcp add io-github-csoai-org-dockerfile-generator-ai-mcp -- uvx dockerfile-generator-ai-mcp==1.0.13 --- ## Catalog URL: https://mcp-marketplace.io/server/de-wogrill-catalog Summary: Deutscher Preisvergleich für Grills – Bestpreis-Suche (read-only). Description: Deutscher Preisvergleich für Grills – Bestpreis-Suche (read-only). Remote endpoints: streamable-http: https://wogrill.de/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wogrill.de/api/mcp MCP Tools (2): search_offers, lookup_product Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-wogrill-catalog https://wogrill.de/api/mcp --- ## Scan URL: https://mcp-marketplace.io/server/ai-boolsai-scan Summary: Live tech-stack scan of any public site — vendors, account IDs, scripts, JSON-LD. 2 tools. Description: Live tech-stack scan of any public site — vendors, account IDs, scripts, JSON-LD. 2 tools. Remote endpoints: streamable-http: https://boolsai.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://boolsai.ai/mcp GitHub: https://github.com/Boolsai-ai/mcp MCP Tools (2): boolsai_scan, boolsai_scan_paths Security Score: 10/10 Creator: John Twohill Creator Reputation: C Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-boolsai-scan https://boolsai.ai/mcp --- ## Uptime Ledger URL: https://mcp-marketplace.io/server/com-clauxel-mcpuptimeledger-mcpuptimeledger-mcp Summary: MCP uptime, schema, auth, and SLA receipt monitoring. Description: MCP uptime, schema, auth, and SLA receipt monitoring. Remote endpoints: streamable-http: https://mcpuptimeledger.clauxel.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcpuptimeledger.clauxel.com/mcp GitHub: https://github.com/clauxel/mcp-uptime-ledger-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-mcpuptimeledger-mcpuptimeledger-mcp https://mcpuptimeledger.clauxel.com/mcp --- ## Hive Mcp Gateway URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-gateway Summary: Unified gateway hosting 5 Hive Civilization MCP servers (evaluator, trade, depin, compute-grid… Description: Unified gateway hosting 5 Hive Civilization MCP servers (evaluator, trade, depin, compute-grid… Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/gateway/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/gateway/mcp GitHub: https://github.com/srotzin/hive-mcp-gateway Security Score: 9.7/10 Creator: Srotzin Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-gateway https://hive-mcp-gateway.onrender.com/gateway/mcp --- ## Spss Insightgenius Api URL: https://mcp-marketplace.io/server/io-github-quack2025-talk2data-insightgenius Summary: Survey data analysis: crosstabs with significance, ANOVA, correlation, Excel exports. Description: Survey data analysis: crosstabs with significance, ANOVA, correlation, Excel exports. Remote endpoints: sse: https://spss.insightgenius.io/mcp/sse?api_key={api_key} Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://spss.insightgenius.io/mcp/sse?api_key={api_key} GitHub: https://github.com/quack2025/spss-insightgenius-api Security Score: 3.5/10 Creator: Quack2025 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-quack2025-talk2data-insightgenius 'https://spss.insightgenius.io/mcp/sse?api_key={api_key}' --- ## Playwright Selector Guard URL: https://mcp-marketplace.io/server/com-clauxel-playwrightselectorguard-playwrightselectorguard-mcp Summary: Playwright selector risk checks with healing suggestions and receipts. Description: Playwright selector risk checks with healing suggestions and receipts. Remote endpoints: streamable-http: https://playwrightselectorguard.clauxel.com/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://playwrightselectorguard.clauxel.com/mcp GitHub: https://github.com/clauxel/playwright-selector-guard-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-playwrightselectorguard-playwrightselectorguard-mcp https://playwrightselectorguard.clauxel.com/mcp --- ## Dingdawg Agent Spend Policy URL: https://mcp-marketplace.io/server/io-github-dingdawg-agent-spend-policy-mcp Summary: Local agent spend-policy checks. No funds, keys, payment authority, or network access. Category: Developer Tools Mode: local Pricing: Free npm: @dingdawg/agent-spend-policy-mcp GitHub: https://github.com/DingDawg/dingdawg-agent-spend-policy-mcp Security Score: 10/10 Creator: DingDawg Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-dingdawg-agent-spend-policy-mcp -- npx -y @dingdawg/agent-spend-policy-mcp@0.1.1 --- ## Pronunciation URL: https://mcp-marketplace.io/server/io-github-juhongpark-pronunciation Summary: Local MCP voice coach with English pronunciation, grammar, and fluency feedback. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-pronunciation GitHub: https://github.com/JuhongPark/mcp-server-pronunciation Security Score: 10/10 Creator: JuhongPark Creator Reputation: B Version: 0.3.0 Required Credentials: MCP_PRONUNCIATION_MODEL (optional), HF_HUB_CACHE (optional), MCP_PRONUNCIATION_PRELOAD (optional), MCP_PRONUNCIATION_AUDIO_RETENTION (optional), TORCH_HOME (optional) Install (Claude Code): claude mcp add io-github-juhongpark-pronunciation -- uvx mcp-server-pronunciation==0.3.0 --- ## Aliyun Domain URL: https://mcp-marketplace.io/server/io-github-lzx3in-mcp-aliyun-domain Summary: MCP server for Alibaba Cloud Domain - check availability, query details, list domains, create orders Category: Developer Tools Mode: local Pricing: Free npm: mcp-aliyun-domain GitHub: https://github.com/lzx3in/mcp-aliyun-domain.git Security Score: 4.2/10 Creator: Lzx3in Creator Reputation: B Version: 0.1.8 Required Credentials: ALIBABA_CLOUD_ACCESS_KEY_ID (required), ALIBABA_CLOUD_ACCESS_KEY_SECRET (required) Install (Claude Code): claude mcp add io-github-lzx3in-mcp-aliyun-domain -- npx -y mcp-aliyun-domain@0.1.8 --- ## Hive Mcp Address Screen URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-address-screen Summary: HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail Description: HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/address-screen/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/address-screen/mcp GitHub: https://github.com/srotzin/hive-mcp-address-screen Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-address-screen https://hive-mcp-gateway.onrender.com/address-screen/mcp --- ## Pythia Oracle URL: https://mcp-marketplace.io/server/io-github-pythia-the-oracle-pythia-oracle-mcp Summary: Every smart contract deserves intelligence, not just data. On-chain indicators via Chainlink. Category: Developer Tools Mode: local Pricing: Free PyPI: pythia-oracle-mcp GitHub: https://github.com/pythia-the-oracle/pythia-oracle-mcp Security Score: 4.2/10 Creator: Pythia The Oracle Creator Reputation: B Version: 0.10.0 Install (Claude Code): claude mcp add io-github-pythia-the-oracle-pythia-oracle-mcp -- uvx pythia-oracle-mcp==0.10.0 --- ## Travel URL: https://mcp-marketplace.io/server/io-github-hellosafe-travel-insurance Summary: Compare travel insurance quotes from 15+ insurers — Schengen, WHV, students, long stays, seniors. Description: Compare travel insurance quotes from 15+ insurers — Schengen, WHV, students, long stays, seniors. Remote endpoints: streamable-http: https://hellosafe.com/api/mcp-travel Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hellosafe.com/api/mcp-travel GitHub: https://github.com/HelloSafe/travel MCP Tools (1): get_quote Security Score: 8/10 Creator: HelloSafe Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-hellosafe-travel-insurance https://hellosafe.com/api/mcp-travel --- ## Agent Push Kit URL: https://mcp-marketplace.io/server/io-github-justinbstrong-agent-push-kit Summary: Send, search, and manage notifications, accounts, and push preferences Description: Send, search, and manage notifications, accounts, and push preferences Remote endpoints: streamable-http: https://api.chatdna.co/agent-push-kit/v1/mcp Category: Developer Tools Mode: dual Pricing: Free npm: agent-push-kit-mcp Remote URL: https://api.chatdna.co/agent-push-kit/v1/mcp GitHub: https://github.com/JustinBStrong/agent-push-kit-mcp Security Score: 10/10 Creator: JustinBStrong Creator Reputation: B Version: 0.1.1 Required Credentials: AGENT_PUSH_KIT_TOKEN (required), AGENT_PUSH_KIT_API_BASE (optional) Install (Claude Code): claude mcp add io-github-justinbstrong-agent-push-kit -- npx -y agent-push-kit-mcp@0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-justinbstrong-agent-push-kit https://api.chatdna.co/agent-push-kit/v1/mcp --- ## Ascript URL: https://mcp-marketplace.io/server/io-github-ascript-cn-ascript-mcp Summary: Control Android/iOS/Windows devices from Claude, Cursor, and other AI tools. iOS without jailbreak. Category: Developer Tools Mode: local Pricing: Free PyPI: ascript-mcp GitHub: https://github.com/ascript-cn/ascript-mcp Security Score: 3.2/10 Creator: Ascript Cn Creator Reputation: B Version: 1.7.0 Install (Claude Code): claude mcp add io-github-ascript-cn-ascript-mcp -- uvx ascript-mcp==1.7.0 --- ## Hive Mcp Passport URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-passport Summary: Hive Passport MCP Description: Hive Passport MCP Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/passport/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/passport/mcp GitHub: https://github.com/srotzin/hive-mcp-passport Security Score: 9.9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-passport https://hive-mcp-gateway.onrender.com/passport/mcp --- ## MiroFish URL: https://mcp-marketplace.io/server/mirofish Description: AI multi-agent simulation engine for scenario prediction. Spawn personas with distinct incentives and memory, let them interact across social surfaces, and get structured prediction reports with trajectory analysis, risk signals, and confidence indicators. Mode: local Pricing: Free GitHub: https://github.com/gateszhangc/mirofish-mcp.git Security Score: 4.8/10 Creator: ce zhang Creator Reputation: F Version: 1.0.0 --- ## Compeller URL: https://mcp-marketplace.io/server/ai-compeller-compel Summary: Create and track AI music videos and audio-reactive visuals from songs. Description: Create and track AI music videos and audio-reactive visuals from songs. Remote endpoints: streamable-http: https://compeller.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://compeller.ai/api/mcp GitHub: https://github.com/Compellerai/compeller-mcp MCP Tools (20): get_capabilities, get_pricing, list_styles, upload_media, search_music, create_compel_from_music, create_compel, get_compel, start_render, list_compels, search_compels, list_renderings, get_rendering, search_media, register_webhook, list_webhooks, delete_webhook, test_webhook_delivery, update_webhook, rotate_webhook_secret Security Score: 10/10 Creator: Compellerai Creator Reputation: B Version: 0.5.1 Install (Claude Code Remote): claude mcp add --transport http ai-compeller-compel https://compeller.ai/api/mcp --- ## India URL: https://mcp-marketplace.io/server/io-github-samarth-23-eng-india-mcp-railways Summary: MCP server for Indian Railways: search trains, stations, schedules and live status. Category: Cloud & DevOps Mode: local Pricing: Free npm: @samarth-23-eng/india-mcp GitHub: https://github.com/Samarth-23-eng/India-MCP Security Score: 10/10 Creator: Samarth 23 Eng Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-samarth-23-eng-india-mcp-railways -- npx -y @samarth-23-eng/india-mcp@1.0.10 --- ## Jlink URL: https://mcp-marketplace.io/server/io-github-klievan-jlink-mcp Summary: Debug embedded firmware on real hardware: J-Link probes, Cortex-M faults, RTT logs, GDB. Category: Developer Tools Mode: local Pricing: Free npm: jlink-mcp GitHub: https://github.com/Klievan/jlink-mcp Security Score: 6.6/10 Creator: Klievan Creator Reputation: B Version: 0.6.0 Required Credentials: JLINK_DEVICE (optional), JLINK_SERIAL (optional), SVD_PATH (optional), JLINK_RTT_ADDR (optional) Install (Claude Code): claude mcp add io-github-klievan-jlink-mcp -- npx -y jlink-mcp@0.6.0 --- ## Hive Mcp Evaluator URL: https://mcp-marketplace.io/server/io-github-srotzin-hive-mcp-evaluator Summary: MCP server: NEED + YIELD + CLEAN-MONEY gates with EIP-3009 attestations · Hive Civilization Description: MCP server: NEED + YIELD + CLEAN-MONEY gates with EIP-3009 attestations · Hive Civilization Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/evaluator/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hive-mcp-gateway.onrender.com/evaluator/mcp GitHub: https://github.com/srotzin/hive-mcp-evaluator MCP Tools (4): evaluator_get_fees, evaluator_submit_job, evaluator_get_job, evaluator_attest_job Security Score: 9.6/10 Creator: Srotzin Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-mcp-evaluator https://hive-mcp-gateway.onrender.com/evaluator/mcp --- ## Horizon Shield URL: https://mcp-marketplace.io/server/io-github-ogasurfproject-jpg-horizon-shield Summary: Independent pre-transaction audit for construction estimates. Free, and every verdict recomputes. Description: Independent pre-transaction audit for construction estimates. Free, and every verdict recomputes. Remote endpoints: streamable-http: https://mcp.horizonshield.dev Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.horizonshield.dev GitHub: https://github.com/ogasurfproject-jpg/horizon-shield MCP Tools (14): get_jccdb_dataset_info, list_cost_categories, search_cost_category, get_estimate_reading_guide, get_fair_price_sources, get_price_range, audit_estimate, preview_reverse_estimate, check_red_flags, verify_fair_price, create_ap2_fairness_attestation, suggest_ehn, get_agent_card, verify_integrity_claim Security Score: 10/10 Creator: Ogasurfproject Jpg Creator Reputation: B Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http io-github-ogasurfproject-jpg-horizon-shield https://mcp.horizonshield.dev --- ## Catalog URL: https://mcp-marketplace.io/server/de-wotablet-catalog Summary: Deutscher Preisvergleich für Tablets – Bestpreis-Suche (read-only). Description: Deutscher Preisvergleich für Tablets – Bestpreis-Suche (read-only). Remote endpoints: streamable-http: https://wotablet.de/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wotablet.de/api/mcp MCP Tools (2): search_offers, lookup_product Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-wotablet-catalog https://wotablet.de/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-cheapestinference-mcp Summary: Discover unlimited LLM inference pools, get USDC quotes, subscribe on Base, check key status. Description: Discover unlimited LLM inference pools, get USDC quotes, subscribe on Base, check key status. Remote endpoints: streamable-http: https://api.cheapestinference.com/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://api.cheapestinference.com/mcp MCP Tools (7): list_pools, get_pool, get_crypto_quote, confirm_crypto_subscription, get_card_checkout_link, get_subscription_status, get_connection_info Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-cheapestinference-mcp https://api.cheapestinference.com/mcp --- ## Seizn URL: https://mcp-marketplace.io/server/io-github-litheonhq-author-mcp-server Summary: Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3. Category: Developer Tools Mode: local Pricing: Free npm: @seizn/author-mcp-server GitHub: https://github.com/litheonhq/seizn Security Score: 9.7/10 Creator: Litheonhq Creator Reputation: B Version: 0.1.1 Required Credentials: SEIZN_API_KEY (required), SEIZN_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-litheonhq-author-mcp-server -- npx -y @seizn/author-mcp-server --- ## Ncloud Gov URL: https://mcp-marketplace.io/server/io-github-sjk4425-ncloud-gov Summary: MCP server for managing Naver Cloud Platform Government (Ncloud 공공존) infrastructure Category: Developer Tools Mode: local Pricing: Free npm: ncloud-gov-mcp-server GitHub: https://github.com/sjk4425/ncloud-gov-mcp-server Security Score: 4.2/10 Creator: Sjk4425 Creator Reputation: B Version: 0.2.0 Required Credentials: NCLOUD_ACCESS_KEY (required), NCLOUD_SECRET_KEY (required), NCLOUD_REGION (optional), NCLOUD_API_URL (optional), NCLOUD_TOOL_GROUPS (optional), NCLOUD_RESPONSE_PRUNE (optional), NCLOUD_TIMEOUT_MS (optional), NCLOUD_LANG (optional), NCLOUD_RESPONSE_MAXBYTES (optional) Install (Claude Code): claude mcp add io-github-sjk4425-ncloud-gov -- npx -y ncloud-gov-mcp-server@0.2.0 --- ## Sauce Api URL: https://mcp-marketplace.io/server/io-github-saucelabs-sauce-api-mcp Summary: An open-source MCP server that provides LLM access to the Sauce Labs API Category: Developer Tools Mode: local Pricing: Free PyPI: sauce-api-mcp GitHub: https://github.com/saucelabs/sauce-api-mcp Security Score: 10/10 Creator: Saucelabs Creator Reputation: B Version: 1.2.2 Required Credentials: SAUCE_USERNAME (optional), SAUCE_ACCESS_KEY (optional) Install (Claude Code): claude mcp add io-github-saucelabs-sauce-api-mcp -- uvx sauce-api-mcp==1.2.2 --- ## Cmxflow URL: https://mcp-marketplace.io/server/io-github-b-shields-cmxflow Summary: Composable, tunable cheminformatics workflows: library preparation, clustering, docking, and more. Category: Developer Tools Mode: local Pricing: Free PyPI: cmxflow GitHub: https://github.com/b-shields/cmxflow Security Score: 10/10 Creator: B Shields Creator Reputation: B Version: 0.4.0 Install (Claude Code): claude mcp add io-github-b-shields-cmxflow -- uvx cmxflow==0.4.0 --- ## Agentradar URL: https://mcp-marketplace.io/server/io-github-bichev-agentradar Summary: Trust scoring, scam detection, and EAS attestations for ERC-8004 + x402 agents on Base. Category: Developer Tools Mode: local Pricing: Free npm: @agentradar/mcp GitHub: https://github.com/Bichev/agentradar-mcp Security Score: 10/10 Creator: Bichev Creator Reputation: B Version: 0.1.3 Required Credentials: AGENTRADAR_API_URL (optional), AGENTRADAR_OPERATOR_KEY (required) Install (Claude Code): claude mcp add io-github-bichev-agentradar -- npx -y @agentradar/mcp@0.1.3 --- ## NOUZ URL: https://mcp-marketplace.io/server/io-github-kvantra-dev-nouz-mcp Summary: Unified MCP Server for Obsidian - graph-based note management with semantic classification Category: Developer Tools Mode: local Pricing: Free PyPI: nouz-mcp GitHub: https://github.com/KVANTRA-dev/NOUZ-MCP Security Score: 3.8/10 Creator: KVANTRA Dev Creator Reputation: B Version: 2.1.3 Required Credentials: OBSIDIAN_ROOT (optional), MODE (optional), EMBED_ENABLED (optional), EMBED_PROVIDER (optional), EMBED_MODEL (optional), EMBED_API_URL (optional) Install (Claude Code): claude mcp add io-github-kvantra-dev-nouz-mcp -- uvx nouz-mcp==3.0.3 --- ## Dreamlit URL: https://mcp-marketplace.io/server/ai-dreamlit-mcp Summary: Create, test, publish, and manage Dreamlit notification workflows from AI clients. Description: Create, test, publish, and manage Dreamlit notification workflows from AI clients. Remote endpoints: streamable-http: https://mcp.dreamlit.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.dreamlit.ai/mcp GitHub: https://github.com/dreamlit-ai/dreamlit-mcp MCP Tools (9): get_status, create_or_update_workflow, list_projects, list_workflows, get_workflow_and_preview_url, send_workflow_test, prepare_publish, confirm_publish, unpublish_workflow Security Score: 10/10 Creator: Dreamlit Ai Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-dreamlit-mcp https://mcp.dreamlit.ai/mcp --- ## Indiamart URL: https://mcp-marketplace.io/server/io-github-techmatic-sys-indiamart-mcp-server Summary: Claude AI for IndiaMART leads - fetch, search, sync and track pipeline. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Techmatic-sys/indiamart-mcp-server Security Score: 3.5/10 Creator: Techmatic Sys Creator Reputation: B Version: 1.1.0 --- ## Public Site URL: https://mcp-marketplace.io/server/com-infoaddict-public-site Summary: Read-only public information about InfoAddict, Dan Crane, services, and contact options. Description: Read-only public information about InfoAddict, Dan Crane, services, and contact options. Remote endpoints: streamable-http: https://infoaddict.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://infoaddict.com/mcp MCP Tools (5): get_site_guide, get_services, get_contact_options, assess_dan_role_fit, assess_infoaddict_engagement_fit Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-infoaddict-public-site https://infoaddict.com/mcp --- ## Idiolect URL: https://mcp-marketplace.io/server/app-idiolect-idiolect-ai Summary: Loads your personal writing voice into any AI and scores how closely a draft matches it. Description: Loads your personal writing voice into any AI and scores how closely a draft matches it. Remote endpoints: streamable-http: https://idiolect.app/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://idiolect.app/api/mcp GitHub: https://github.com/Moshpit-Labs/idiolect-mcp Security Score: 7.2/10 Creator: Moshpit Labs Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http app-idiolect-idiolect-ai https://idiolect.app/api/mcp --- ## 4bots URL: https://mcp-marketplace.io/server/net-4bots-4bots Summary: Drop-in daily content for AI briefing agents. 10 channels, 100 free calls on signup. Description: Drop-in daily content for AI briefing agents. 10 channels, 100 free calls on signup. Remote endpoints: streamable-http: https://4bots.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://4bots.net/mcp GitHub: https://github.com/davidsiegel59/4bots Security Score: 10/10 Creator: Davidsiegel59 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http net-4bots-4bots https://4bots.net/mcp --- ## Trencher Agent URL: https://mcp-marketplace.io/server/io-github-zero520-dot-trencher-agent Summary: First autonomous Solana trading agent on MCP. Live signals and consciousness feed. Category: Developer Tools Mode: local Pricing: Free npm: autonomustrench-mcp-server GitHub: https://github.com/zero520-dot/trencher-agent Security Score: 3/10 Creator: Zero520 Dot Creator Reputation: B Version: 1.0.5 Required Credentials: TRENCHER_API_URL (optional), TRENCHER_API_KEY (required) Install (Claude Code): claude mcp add io-github-zero520-dot-trencher-agent -- npx -y autonomustrench-mcp-server@1.0.5 --- ## Idealift URL: https://mcp-marketplace.io/server/io-github-startvest-llc-idealift Summary: Manage product ideas, decisions, and customer signals from AI assistants with NLQ Description: Manage product ideas, decisions, and customer signals from AI assistants with NLQ Remote endpoints: streamable-http: https://idealift.startvest.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://idealift.startvest.ai/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-startvest-llc-idealift https://idealift.startvest.ai/api/mcp --- ## Agentiam URL: https://mcp-marketplace.io/server/io-github-achilliesbot-agentiam-mcp Summary: Stdio MCP wrapper for AgentIAM's 18 x402 endpoints — agent safety + intelligence on Base. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/achilliesbot/agentiam-mcp Security Score: 4.2/10 Creator: Achilliesbot Creator Reputation: B Version: 0.1.0 --- ## Threadminder URL: https://mcp-marketplace.io/server/ai-threadminder-threadminder Summary: Persistent context for Claude. Your AI always knows your projects and next actions across sessions. Description: Persistent context for Claude. Your AI always knows your projects and next actions across sessions. Remote endpoints: streamable-http: https://mcp.threadminder.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.threadminder.ai/mcp GitHub: https://github.com/pluralityworks/threadminder-mcp Security Score: 10/10 Creator: Pluralityworks Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-threadminder-threadminder https://mcp.threadminder.ai/mcp --- ## Wrg URL: https://mcp-marketplace.io/server/io-github-wrg-11-wrg-mcp-server Summary: WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools. Category: Developer Tools Mode: local Pricing: Free PyPI: wrg-mcp-server GitHub: https://github.com/WRG-11/wrg-mcp-server Security Score: 4.2/10 Creator: WRG 11 Creator Reputation: B Version: 1.0.8 Required Credentials: WRG_REPO_ROOT (optional), WRG_MCP_ALLOW_MUTATIONS (optional), WRG_SITE_BASE_URL (optional), WRG_SITE_TOKEN (required), WRG_PULSEBOARD_BASE_URL (optional), WRG_PULSEBOARD_TOKEN (required) Install (Claude Code): claude mcp add io-github-wrg-11-wrg-mcp-server -- uvx wrg-mcp-server==1.0.8 --- ## Fyyd URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fyyd Summary: fyyd MCP — open podcast directory Description: fyyd MCP — open podcast directory Remote endpoints: streamable-http: https://gateway.pipeworx.io/fyyd/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fyyd/mcp GitHub: https://github.com/pipeworx-io/mcp-fyyd MCP Tools (37): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_podcasts, search_episodes, get_podcast, get_podcast_by_url, latest_episodes, top_podcasts, categories Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fyyd https://gateway.pipeworx.io/fyyd/mcp --- ## Jeikin URL: https://mcp-marketplace.io/server/com-jeikin-mcp Summary: Accessibility compliance for AI coding tools. WCAG 2.2 reviews with shared evidence. Description: Accessibility compliance for AI coding tools. WCAG 2.2 reviews with shared evidence. Remote endpoints: streamable-http: https://jeikin.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jeikin.com/api/mcp GitHub: https://github.com/ssmancha/jeikin Security Score: 8/10 Creator: Ssmancha Creator Reputation: B Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http com-jeikin-mcp https://jeikin.com/api/mcp --- ## 123elec URL: https://mcp-marketplace.io/server/io-github-servicedsi-123elec-mcp Summary: Interface MCP officielle du site marchand 123elec, catalogue, stock, panier, commandes. Description: Interface MCP officielle du site marchand 123elec, catalogue, stock, panier, commandes. Remote endpoints: streamable-http: https://mcp.123elec.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.123elec.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-servicedsi-123elec-mcp https://mcp.123elec.com/mcp --- ## Simplenote URL: https://mcp-marketplace.io/server/io-github-automattic-simplenote-mcp Summary: MCP server for reading Simplenote notes across macOS, Linux, and Windows Category: Developer Tools Mode: local Pricing: Free npm: @automattic/simplenote-mcp GitHub: https://github.com/Automattic/simplenote-mcp Security Score: 5.2/10 Creator: Automattic Creator Reputation: B Version: 2.0.1 Install (Claude Code): claude mcp add io-github-automattic-simplenote-mcp -- npx -y @automattic/simplenote-mcp@2.0.1 --- ## Push To Display MCP Server URL: https://mcp-marketplace.io/server/push-to-display-mcp-server Description: This server lets you send real-time content updates to PushToDisplay boards and manage those boards from AI agents or automated pipelines. Category: Productivity Mode: local Pricing: Free npm: pushtodisplay GitHub: https://github.com/pushtodisplay/cli Security Score: 5.2/10 Creator: pushtodisplay Creator Reputation: F Version: 1.0.0 Install (Claude Code): claude mcp add push-to-display-mcp-server -- npx -y pushtodisplay@0.1.10 --- ## Jeikin URL: https://mcp-marketplace.io/server/com-jeikin-jeikin Summary: Accessibility compliance for AI coding tools. WCAG 2.2 reviews with shared evidence. Description: Accessibility compliance for AI coding tools. WCAG 2.2 reviews with shared evidence. Remote endpoints: streamable-http: https://jeikin.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jeikin.com/api/mcp GitHub: https://github.com/ssmancha/jeikin Security Score: 8/10 Creator: Ssmancha Creator Reputation: B Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http com-jeikin-jeikin https://jeikin.com/api/mcp --- ## Plainmarkdown URL: https://mcp-marketplace.io/server/com-plainmarkdown-markdown Summary: Convert any URL to clean, LLM-ready Markdown Description: Convert any URL to clean, LLM-ready Markdown Remote endpoints: streamable-http: https://api.plainmarkdown.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.plainmarkdown.com/mcp GitHub: https://github.com/vitality82/plainmarkdown Security Score: 8/10 Creator: Vitality82 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-plainmarkdown-markdown https://api.plainmarkdown.com/mcp --- ## Backlog Forge URL: https://mcp-marketplace.io/server/com-arcanum-plus-backlog-forge Summary: Crie épicos, features, histórias e tasks no Azure DevOps a partir de uma conversa. Description: Crie épicos, features, histórias e tasks no Azure DevOps a partir de uma conversa. Remote endpoints: streamable-http: https://backlog-forge.arcanum-plus.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://backlog-forge.arcanum-plus.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-arcanum-plus-backlog-forge https://backlog-forge.arcanum-plus.com/mcp --- ## Fedtally URL: https://mcp-marketplace.io/server/io-github-woodydaniel-fedtally Summary: US federal contract recompetes with the incumbent named, awards by company, agency spend. Description: US federal contract recompetes with the incumbent named, awards by company, agency spend. Remote endpoints: streamable-http: https://fedtally.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fedtally.com/api/mcp MCP Tools (3): search_awards_by_company, get_agency_spend, get_expiring_contracts Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-woodydaniel-fedtally https://fedtally.com/api/mcp --- ## Ipybox URL: https://mcp-marketplace.io/server/io-github-gradion-ai-ipybox Summary: Unified execution environment for Python code, shell commands, and programmatic MCP tool calls Category: Developer Tools Mode: local Pricing: Free PyPI: ipybox GitHub: https://github.com/gradion-ai/ipybox Security Score: 9.5/10 Creator: Martin Krasser Creator Reputation: C Version: 0.9.2 Install (Claude Code): claude mcp add io-github-gradion-ai-ipybox -- uvx ipybox==0.9.2 --- ## Oceanbus URL: https://mcp-marketplace.io/server/io-github-ryanbihai-oceanbus-mcp-server Summary: Register, discover, message, and transact with other AI agents on the OceanBus network. Category: Developer Tools Mode: local Pricing: Free npm: oceanbus-mcp-server GitHub: https://github.com/ryanbihai/oceanbus Security Score: 9.7/10 Creator: Ryanbihai Creator Reputation: B Version: 0.1.6 Required Credentials: OCEANBUS_API_KEY (required), OCEANBUS_AGENT_ID (optional), OCEANBUS_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-ryanbihai-oceanbus-mcp-server -- npx -y oceanbus-mcp-server --- ## Decantr URL: https://mcp-marketplace.io/server/decantr Summary: Design intelligence, governance, and verification for AI-generated UI. Description: Decantr is the contract layer between product intent and AI-generated implementation. It gives coding assistants three things they don't have on their own — structured design inputs, registry-backed UI knowledge, and scoped context files — so they build coherent product surfaces instead of improvising screen by screen. Think of it as OpenAPI for AI-generated UI: the model still writes the code, but Decantr defines the shape, vocabulary, and checks around it. Mode: dual Pricing: Free npm: @decantr/mcp-server Remote URL: https://mcp-server--decantr-m9sg.run.tools GitHub: https://github.com/decantr-ai/decantr Security Score: 9.5/10 Creator: decantr Creator Reputation: B Version: 1.0.0 Uptime Status: up Tags: ai, mcp, cursor, design-system, claude, windsurf, design-intelligence, ui-generation, llm-tools, ai-coding, model-context-protocol, mcp-server, decantr, decantr-ai, ui, angular, react, svelte, next.js Use Cases: ai, mcp, cursor, design-system, claude, windsurf, design-intelligence, ui-generation, llm-tools, ai-coding, model-context-protocol, mcp-server, decantr, decantr-ai, ui, angular, react, svelte, next.js Install (Claude Code): claude mcp add decantr -- npx -y @decantr/mcp-server Install (Claude Code Remote): claude mcp add --transport http decantr https://mcp-server--decantr-m9sg.run.tools --- ## Medibill Saver URL: https://mcp-marketplace.io/server/io-github-dgonlinecode-medibill-saver Summary: Medicare rates, hospital quality, and dispute scenarios from six federal public-domain datasets. Description: Medicare rates, hospital quality, and dispute scenarios from six federal public-domain datasets. Remote endpoints: streamable-http: https://www.medibillsaver.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.medibillsaver.com/api/mcp MCP Tools (5): lookup_cpt_rate, lookup_hospital, get_dispute_scenario, list_dispute_scenarios, audit_medical_bill Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-dgonlinecode-medibill-saver https://www.medibillsaver.com/api/mcp --- ## Nira Repl URL: https://mcp-marketplace.io/server/io-github-pachote-nira-repl Summary: Secure code execution sandbox for Claude — run Python, JavaScript, and shell commands Category: Developer Tools Mode: local Pricing: Free PyPI: nira-repl GitHub: https://github.com/pachote/nira-repl Security Score: 2.5/10 Creator: Pachote Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-pachote-nira-repl -- uvx nira-repl==1.0.1 --- ## Domain Sales URL: https://mcp-marketplace.io/server/ai-flipdomain-domain-sales Summary: Search 2,972 premium domains by keyword, category, TLD, and budget, then submit offers. Description: Search 2,972 premium domains by keyword, category, TLD, and budget, then submit offers. Remote endpoints: streamable-http: https://flipdomain.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://flipdomain.ai/mcp MCP Tools (3): search_domains, get_domain, make_offer Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-flipdomain-domain-sales https://flipdomain.ai/mcp --- ## MPP32 URL: https://mcp-marketplace.io/server/io-github-mpp32-mpp32-mcp-server Summary: Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call. Category: Developer Tools Mode: local Pricing: Free npm: mpp32-mcp-server GitHub: https://github.com/MPP32/MPP32 Security Score: 7/10 Creator: MPP32 Creator Reputation: B Version: 1.1.2 Required Credentials: MPP32_AGENT_KEY (required), MPP32_SOLANA_PRIVATE_KEY (required), MPP32_PRIVATE_KEY (required), MPP32_API_URL (optional) Install (Claude Code): claude mcp add io-github-mpp32-mpp32-mcp-server -- npx -y mpp32-mcp-server@1.1.2 --- ## Speeron Next URL: https://mcp-marketplace.io/server/io-github-speeron-polska-speeron-next Summary: Speeron NEXT Digital Guest Journey MCP server (remote HTTP endpoint). Description: Speeron NEXT Digital Guest Journey MCP server (remote HTTP endpoint). Remote endpoints: streamable-http: https://speeronnext-dev-chat-app.azurewebsites.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://speeronnext-dev-chat-app.azurewebsites.net/mcp MCP Tools (4): confirm_booking, search_rooms_by_area, search_room_options, check_in_user Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-speeron-polska-speeron-next https://speeronnext-dev-chat-app.azurewebsites.net/mcp --- ## Runik Ai URL: https://mcp-marketplace.io/server/io-github-ezhing-runik-ai Summary: Chat-first business management. 40+ tools, 26 templates. Describe your business, done. Description: Chat-first business management. 40+ tools, 26 templates. Describe your business, done. Remote endpoints: streamable-http: https://runikapp.com/mcp sse: https://runikapp.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://runikapp.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ezhing-runik-ai https://runikapp.com/mcp --- ## Pet Care Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-pet-care-ai-mcp Summary: Pet Care Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: pet-care-ai-mcp GitHub: https://github.com/CSOAI-ORG/pet-care-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add io-github-csoai-org-pet-care-ai-mcp -- uvx pet-care-ai-mcp==1.0.8 --- ## Vantagate URL: https://mcp-marketplace.io/server/io-github-aderix-vantagate-mcp-server Summary: VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents Category: Developer Tools Mode: local Pricing: Free npm: @vantagate/mcp-server GitHub: https://github.com/Aderix/vantagate-mcp-server Security Score: 6.2/10 Creator: Aderix Creator Reputation: B Version: 1.0.2 Required Credentials: VANTA_API_KEY (required) Install (Claude Code): claude mcp add io-github-aderix-vantagate-mcp-server -- npx -y @vantagate/mcp-server@1.0.2 --- ## Dora URL: https://mcp-marketplace.io/server/io-github-saga-labs-dora-mcp Summary: Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint. Description: Multi-model AI image and video generator. 14 models behind one OAuth-secured MCP endpoint. Remote endpoints: streamable-http: https://doravideo.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://doravideo.com/mcp GitHub: https://github.com/Saga-Labs/dora-mcp Security Score: 10/10 Creator: Saga Labs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-saga-labs-dora-mcp https://doravideo.com/mcp --- ## Sovereign URL: https://mcp-marketplace.io/server/org-sovgrid-self-hosted-ai Summary: Engineering log of self-hosted AI on NVIDIA DGX Spark (GB10/SM121A). 60+ articles indexed. Description: Engineering log of self-hosted AI on NVIDIA DGX Spark (GB10/SM121A). 60+ articles indexed. Remote endpoints: streamable-http: https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io GitHub: https://github.com/cipherfoxie/sovereign-mcp Security Score: 10/10 Creator: Cipherfoxie Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-sovgrid-self-hosted-ai 'https://mcp.sovgrid.org/self-hosted-ai?ref=mcp-io' --- ## Bawbel URL: https://mcp-marketplace.io/server/io-github-bawbel-bawbel-mcp Summary: Scan MCP servers and skill files for AVE vulnerabilities. Conformance scoring and threat intel. Category: Developer Tools Mode: local Pricing: Free PyPI: bawbel-mcp GitHub: https://github.com/bawbel/bawbel-mcp Security Score: 4.2/10 Creator: Bawbel Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-bawbel-bawbel-mcp -- uvx bawbel-mcp==1.1.0 --- ## A2abench URL: https://mcp-marketplace.io/server/io-github-khalidsaidi-a2abench Summary: Public benchmark where agents submit Q&A answers and get scored on a leaderboard. Description: Public benchmark where agents submit Q&A answers and get scored on a leaderboard. Remote endpoints: streamable-http: https://a2abench-mcp.web.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @khalidsaidi/a2abench-mcp Remote URL: https://a2abench-mcp.web.app/mcp GitHub: https://github.com/khalidsaidi/a2abench MCP Tools (3): list_benchmark_questions, submit_benchmark_run, get_leaderboard Security Score: 9.7/10 Creator: Khalidsaidi Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-khalidsaidi-a2abench -- npx -y @khalidsaidi/a2abench-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-khalidsaidi-a2abench https://a2abench-mcp.web.app/mcp --- ## Gateway Scan URL: https://mcp-marketplace.io/server/io-github-willianpinho-mcp-gateway-scan Summary: Read-only MCP/agent-gateway readiness scanner — scores a repo across 7 security dimensions. Category: Developer Tools Mode: local Pricing: Free npm: mcp-gateway-scan GitHub: https://github.com/willianpinho/mcp-gateway-scan Security Score: 10/10 Creator: Willianpinho Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-willianpinho-mcp-gateway-scan -- npx -y mcp-gateway-scan@0.1.1 --- ## Docker Helper Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-docker-helper-ai-mcp Summary: Docker Helper Ai MCP Server by MEOK AI Labs Category: Cloud & DevOps Mode: local Pricing: Free PyPI: docker-helper-ai-mcp GitHub: https://github.com/CSOAI-ORG/docker-helper-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-docker-helper-ai-mcp -- uvx docker-helper-ai-mcp==1.0.12 --- ## Dintak Mcp Gateway URL: https://mcp-marketplace.io/server/com-dintak-dintak-mcp-gateway Summary: Semantic job search, posting, and apply for Dintak, with resume-to-job match scoring. Description: Semantic job search, posting, and apply for Dintak, with resume-to-job match scoring. Remote endpoints: streamable-http: https://mcp.dintak.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.dintak.com/mcp GitHub: https://github.com/qtpgitadmin/dintak-mcp-gateway Security Score: 8/10 Creator: Qtpgitadmin Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-dintak-dintak-mcp-gateway https://mcp.dintak.com/mcp --- ## Subdomains URL: https://mcp-marketplace.io/server/app-subdomain-subdomains Summary: Find known subdomains of a domain. Passive data; may include historic entries. List or count. Description: Find known subdomains of a domain. Passive data; may include historic entries. List or count. Remote endpoints: streamable-http: https://api.subdomain.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.subdomain.app/mcp MCP Tools (2): find_subdomains, count_subdomains Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http app-subdomain-subdomains https://api.subdomain.app/mcp --- ## Giantbomb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-giantbomb Summary: Giant Bomb video-game catalog (free key) Description: Giant Bomb video-game catalog (free key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/giantbomb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/giantbomb/mcp GitHub: https://github.com/pipeworx-io/mcp-giantbomb MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, search, game, games, character, companies, releases, platforms Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-giantbomb https://gateway.pipeworx.io/giantbomb/mcp --- ## Opencages URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-opencages Summary: OpenCage forward + reverse geocoding (free key, 2500/day) Description: OpenCage forward + reverse geocoding (free key, 2500/day) Remote endpoints: streamable-http: https://gateway.pipeworx.io/opencages/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/opencages/mcp GitHub: https://github.com/pipeworx-io/mcp-opencages MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, geocode, reverse Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-opencages https://gateway.pipeworx.io/opencages/mcp --- ## Smriti Memcore URL: https://mcp-marketplace.io/server/io-github-shivamtyagi18-smriti-memory Summary: Neuro-inspired long-term memory for AI agents with semantic graph and consolidation. Category: Developer Tools Mode: local Pricing: Free PyPI: smriti-memcore GitHub: https://github.com/shivamtyagi18/smriti-memcore Security Score: 8/10 Creator: Shivamtyagi18 Creator Reputation: B Version: 1.4.5 Install (Claude Code): claude mcp add io-github-shivamtyagi18-smriti-memory -- uvx smriti-memcore==1.4.5 --- ## Silentwatch URL: https://mcp-marketplace.io/server/io-github-temurkhan13-silentwatch-mcp Summary: MCP server for cron silent-failure detection across crontab, systemd, and OpenClaw schedulers. Category: Developer Tools Mode: local Pricing: Free PyPI: silentwatch-mcp GitHub: https://github.com/temurkhan13/silentwatch-mcp Security Score: 6.5/10 Creator: Temurkhan13 Creator Reputation: B Version: 1.0.7 Install (Claude Code): claude mcp add io-github-temurkhan13-silentwatch-mcp -- uvx silentwatch-mcp==1.0.7 --- ## Agent Mosaic Skill URL: https://mcp-marketplace.io/server/io-github-able-rip-agent-mosaic-skill Summary: Convert photos to LEGO-style brick mosaic previews with AI-powered color quantization. Category: Developer Tools Mode: local Pricing: Free npm: @bmbrick/agent-mosaic-skill GitHub: https://github.com/Able-rip/agent-mosaic-skill Security Score: 10/10 Creator: Able Rip Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add io-github-able-rip-agent-mosaic-skill -- npx -y @bmbrick/agent-mosaic-skill@1.0.2 --- ## Filevine URL: https://mcp-marketplace.io/server/io-github-oktopeak-filevine-mcp Summary: Open-source MCP server connecting Claude to Filevine practice management. Built by Oktopeak. Category: Developer Tools Mode: local Pricing: Free npm: @oktopeak/filevine-mcp GitHub: https://github.com/oktopeak/filevine-mcp Security Score: 10/10 Creator: Oktopeak Creator Reputation: B Version: 1.0.1 Required Credentials: FILEVINE_CLIENT_ID (required), FILEVINE_CLIENT_SECRET (required), FILEVINE_PAT (required), FILEVINE_REGION (optional), ENCRYPTION_KEY (required) Install (Claude Code): claude mcp add io-github-oktopeak-filevine-mcp -- npx -y @oktopeak/filevine-mcp@1.0.1 --- ## Pensyve URL: https://mcp-marketplace.io/server/io-github-major7apps-pensyve Summary: Universal memory runtime for AI agents — episodic, semantic, and procedural memory. Description: Universal memory runtime for AI agents — episodic, semantic, and procedural memory. Remote endpoints: streamable-http: https://mcp.pensyve.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pensyve.com/mcp GitHub: https://github.com/major7apps/pensyve Security Score: 10/10 Creator: Major7apps Creator Reputation: B Version: 3.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-major7apps-pensyve https://mcp.pensyve.com/mcp --- ## Fortnox URL: https://mcp-marketplace.io/server/se-nordsynk-fortnox Summary: Hosted MCP server for Fortnox. Connect Claude, ChatGPT, Cursor to live Fortnox via OAuth. Description: Hosted MCP server for Fortnox. Connect Claude, ChatGPT, Cursor to live Fortnox via OAuth. Remote endpoints: streamable-http: https://mcp.nordsynk.se/ sse: https://mcp.nordsynk.se/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nordsynk.se/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http se-nordsynk-fortnox https://mcp.nordsynk.se/ --- ## Catalog URL: https://mcp-marketplace.io/server/de-woroller-catalog Summary: Deutscher Preisvergleich für E-Roller – Bestpreis-Suche (read-only). Description: Deutscher Preisvergleich für E-Roller – Bestpreis-Suche (read-only). Remote endpoints: streamable-http: https://woroller.de/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://woroller.de/api/mcp MCP Tools (2): search_offers, lookup_product Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-woroller-catalog https://woroller.de/api/mcp --- ## Aurelianflo URL: https://mcp-marketplace.io/server/com-aurelianflo-core Summary: Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports. Description: Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports. Remote endpoints: streamable-http: https://api.aurelianflo.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.aurelianflo.com/mcp GitHub: https://github.com/kelm2021/aurelianflo MCP Tools (11): server_capabilities, queue_saved_list, report_saved_retrieve, wallet_ofac_report, wallet_ofac_screen, wallet_ofac_batch, compliance_edd_report, compliance_exposure_forecast, compliance_queue_optimize, report_pdf_generate, report_docx_generate Security Score: 8/10 Creator: Kelm2021 Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http com-aurelianflo-core https://api.aurelianflo.com/mcp --- ## Boi Il URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-boi-il Summary: Bank of Israel public API MCP. Keyless. Description: Bank of Israel public API MCP. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/boi-il/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/boi-il/mcp GitHub: https://github.com/pipeworx-io/mcp-boi-il MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, exchange_rates, exchange_rate, interest_rate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-boi-il https://gateway.pipeworx.io/boi-il/mcp --- ## Metabase URL: https://mcp-marketplace.io/server/io-github-metabase-mcp Summary: Lets AI clients search, explore, query, and visualize data in a Metabase instance. Description: Lets AI clients search, explore, query, and visualize data in a Metabase instance. Remote endpoints: streamable-http: https://{metabase_host}/api/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://{metabase_host}/api/mcp GitHub: https://github.com/metabase/metabase Security Score: 9.9/10 Creator: Metabase Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-metabase-mcp 'https://{metabase_host}/api/mcp' --- ## React Render Profile URL: https://mcp-marketplace.io/server/io-github-vola-trebla-react-render-profile-mcp Summary: Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: react-render-profile-mcp GitHub: https://github.com/vola-trebla/react-render-profile-mcp Security Score: 10/10 Creator: vola-trebla Creator Reputation: C- Version: 1.0.2 Install (Claude Code): claude mcp add io-github-vola-trebla-react-render-profile-mcp -- npx -y react-render-profile-mcp@1.0.2 --- ## Agentalmanac URL: https://mcp-marketplace.io/server/io-github-survivorforge-agentalmanac-mcp Summary: Search the Agent Almanac catalog of 9,000+ MCP servers from inside any MCP-aware agent. Category: Developer Tools Mode: local Pricing: Free npm: agentalmanac-mcp GitHub: https://github.com/survivorforge/agentalmanac-mcp Security Score: 7/10 Creator: Survivorforge Creator Reputation: B Version: 0.1.5 Install (Claude Code): claude mcp add io-github-survivorforge-agentalmanac-mcp -- npx -y agentalmanac-mcp@0.1.5 --- ## Calendly URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-calendly Summary: Calendly MCP Pack — wraps the Calendly API v2 for scheduling data. Description: Calendly MCP Pack — wraps the Calendly API v2 for scheduling data. Remote endpoints: streamable-http: https://gateway.pipeworx.io/calendly/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/calendly/mcp GitHub: https://github.com/pipeworx-io/mcp-calendly MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, current_user, list_scheduled_events, get_event, list_invitees, list_event_types Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-calendly https://gateway.pipeworx.io/calendly/mcp --- ## Doc Parse URL: https://mcp-marketplace.io/server/com-stagenth-doc-parse Summary: Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges. Description: Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges. Remote endpoints: streamable-http: https://stagenth.com/mcp/doc-parse/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stagenth.com/mcp/doc-parse/ MCP Tools (4): doc_parse, doc_tables, doc_images, doc_chunk Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stagenth-doc-parse https://stagenth.com/mcp/doc-parse/ --- ## Solana Mcp Vybe URL: https://mcp-marketplace.io/server/io-github-vybenetwork-solana-mcp-vybe Summary: Solana MCP developer toolkit: wallets, trades, markets, PnL, transfers, onchain, swaps & API tools. Description: Solana MCP developer toolkit: wallets, trades, markets, PnL, transfers, onchain, swaps & API tools. Remote endpoints: streamable-http: https://mcp.vybenetwork.xyz Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vybenetwork.xyz GitHub: https://github.com/vybenetwork/solana-mcp-vybe Security Score: 10/10 Creator: Vybenetwork Creator Reputation: B Version: 1.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-vybenetwork-solana-mcp-vybe https://mcp.vybenetwork.xyz --- ## Depscope URL: https://mcp-marketplace.io/server/dev-depscope-mcp Summary: Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free. Description: Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free. Remote endpoints: streamable-http: https://mcp.depscope.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: depscope-mcp Remote URL: https://mcp.depscope.dev/mcp GitHub: https://github.com/cuttalo/depscope-mcp Security Score: 10/10 Creator: Cuttalo Creator Reputation: B Version: 0.9.24 Install (Claude Code): claude mcp add dev-depscope-mcp -- npx -y depscope-mcp@0.9.0 Install (Claude Code Remote): claude mcp add --transport http dev-depscope-mcp https://mcp.depscope.dev/mcp --- ## Gliana URL: https://mcp-marketplace.io/server/io-github-gliana-labs-gliana-ai-mcp Summary: Pay-per-call AI: 59 generative models (image, video, music, speech). No signup, no API key. Category: Developer Tools Mode: local Pricing: Free npm: gliana-ai-mcp GitHub: https://github.com/Gliana-Labs/gliana-mcp Security Score: 5.2/10 Creator: Gliana Labs Creator Reputation: B Version: 0.3.2 Required Credentials: GLIANA_WALLET_KEY (required), GLIANA_SOLANA_KEY (required), GLIANA_RAIL (optional), GLIANA_API_URL (optional) Install (Claude Code): claude mcp add io-github-gliana-labs-gliana-ai-mcp -- npx -y gliana-ai-mcp@0.3.2 --- ## Easy8 URL: https://mcp-marketplace.io/server/io-github-easy8com-easy8-mcp Summary: Connect AI assistants to Easy8 — read and update projects, issues, and comments. Description: Connect AI assistants to Easy8 — read and update projects, issues, and comments. Remote endpoints: streamable-http: https://{easy8_host}/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{easy8_host}/mcp GitHub: https://github.com/Easy8com/easy8-mcp Security Score: 9.9/10 Creator: Easy8com Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-easy8com-easy8-mcp 'https://{easy8_host}/mcp' --- ## Presentations Ai URL: https://mcp-marketplace.io/server/ai-presentations-presentations-ai Summary: Presentations.AI MCP server — create designed slide decks from a topic, text, or document. Description: Presentations.AI MCP server — create designed slide decks from a topic, text, or document. Remote endpoints: streamable-http: https://api.presentations.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.presentations.ai/mcp GitHub: https://github.com/slidecraft-in/presentations-ai-mcp-server Security Score: 8/10 Creator: Slidecraft In Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-presentations-presentations-ai https://api.presentations.ai/mcp --- ## Doc Gen URL: https://mcp-marketplace.io/server/com-stagenth-doc-gen Summary: Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP. Description: Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP. Remote endpoints: streamable-http: https://stagenth.com/mcp/doc-gen/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stagenth.com/mcp/doc-gen/ MCP Tools (3): md_to_pdf, md_to_docx, md_to_pptx Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stagenth-doc-gen https://stagenth.com/mcp/doc-gen/ --- ## Cybersec URL: https://mcp-marketplace.io/server/io-github-xu-c0-cybersec-mcp Summary: Cybersecurity MCP server: 323 prompts + 7 workflows for red team, blue team, SOC, cloud, OSINT. Category: Developer Tools Mode: local Pricing: Free npm: @xu-c0/cybersec-mcp GitHub: https://github.com/xu-c0/cybersec-mcp Security Score: 5.2/10 Creator: Xu C0 Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-xu-c0-cybersec-mcp -- npx -y @xu-c0/cybersec-mcp@0.1.2 --- ## Aegisgov Contracts URL: https://mcp-marketplace.io/server/io-github-aegisgovdao-aegisgov-contracts-mcp Summary: SAM.gov federal contracts: search, details, AI bid analysis. 33k+ live opportunities. Description: SAM.gov federal contracts: search, details, AI bid analysis. 33k+ live opportunities. Remote endpoints: streamable-http: https://aegisgov-contracts.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aegisgov-contracts.vercel.app/mcp GitHub: https://github.com/AEGISGOVDAO/aegisgov-contracts-mcp Security Score: 9.9/10 Creator: AEGISGOVDAO Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aegisgovdao-aegisgov-contracts-mcp https://aegisgov-contracts.vercel.app/mcp --- ## Nira Screen Vision URL: https://mcp-marketplace.io/server/io-github-pachote-nira-screen-vision Summary: Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen Category: Developer Tools Mode: local Pricing: Free PyPI: nira-screen-vision GitHub: https://github.com/pachote/nira-screen-vision Security Score: 10/10 Creator: Pachote Creator Reputation: B Version: 1.0.1 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-pachote-nira-screen-vision -- uvx nira-screen-vision==1.0.1 --- ## Acornonaut URL: https://mcp-marketplace.io/server/io-github-zerolve-io-acornonaut Summary: AI-powered YouTube to flashcards with spaced repetition and Anki export Description: AI-powered YouTube to flashcards with spaced repetition and Anki export Remote endpoints: streamable-http: https://mcp.acornonaut.app Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.acornonaut.app GitHub: https://github.com/zerolve-io/acornonaut-mcp Security Score: 10/10 Creator: Zerolve Io Creator Reputation: B Version: 2.5.5 Install (Claude Code Remote): claude mcp add --transport http io-github-zerolve-io-acornonaut https://mcp.acornonaut.app --- ## Openrouteservice URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openrouteservice Summary: Routing, isochrones, matrix, snap, elevation, geocode via Openrouteservice. Description: Routing, isochrones, matrix, snap, elevation, geocode via Openrouteservice. Remote endpoints: streamable-http: https://gateway.pipeworx.io/openrouteservice/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openrouteservice/mcp GitHub: https://github.com/pipeworx-io/mcp-openrouteservice MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, directions, matrix, isochrones, snap, elevation_line, elevation_point, geocode_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openrouteservice https://gateway.pipeworx.io/openrouteservice/mcp --- ## A2ax URL: https://mcp-marketplace.io/server/io-github-ssoward-a2ax Summary: OpenJuno — Social network for AI agents. Post, follow, search, and interact with other AI agents. Description: OpenJuno — Social network for AI agents. Post, follow, search, and interact with other AI agents. Remote endpoints: streamable-http: https://a2ax.fly.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://a2ax.fly.dev/mcp GitHub: https://github.com/ssoward/a2ax Security Score: 2.8/10 Installs: 1 Creator: Scott Soward Creator Reputation: F Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ssoward-a2ax https://a2ax.fly.dev/mcp --- ## Activecampaign URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-activecampaign Summary: ActiveCampaign MCP Pack — email marketing + CRM (API v3). Description: ActiveCampaign MCP Pack — email marketing + CRM (API v3). Remote endpoints: streamable-http: https://gateway.pipeworx.io/activecampaign/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/activecampaign/mcp GitHub: https://github.com/pipeworx-io/mcp-activecampaign MCP Tools (25): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_contacts, get_contact, list_deals, list_campaigns, list_lists, list_automations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-activecampaign https://gateway.pipeworx.io/activecampaign/mcp --- ## Hkma Hk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hkma-hk Summary: Hong Kong Monetary Authority (HKMA) public open API MCP. Keyless. Description: Hong Kong Monetary Authority (HKMA) public open API MCP. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/hkma-hk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hkma-hk/mcp GitHub: https://github.com/pipeworx-io/mcp-hkma-hk MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, hkma_dataset, interbank_liquidity, monetary_base, interbank_interest_rates, exchange_rates Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hkma-hk https://gateway.pipeworx.io/hkma-hk/mcp --- ## Navmds URL: https://mcp-marketplace.io/server/io-github-mattlsmith-navmds Summary: Research 7,400+ US doctors: search, semantic search, profiles, reviews & procedure pricing. Description: Research 7,400+ US doctors: search, semantic search, profiles, reviews & procedure pricing. Remote endpoints: streamable-http: https://www.navmds.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.navmds.com/api/mcp GitHub: https://github.com/mattlsmith/navmds MCP Tools (9): search_doctors, semantic_search_doctors, get_doctor, get_doctor_reviews, get_procedure_costs, list_procedures, list_locations, search, fetch Security Score: 8/10 Creator: Mattlsmith Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mattlsmith-navmds https://www.navmds.com/api/mcp --- ## Oecd URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-oecd Summary: OECD MCP — Organisation for Economic Co-operation and Development data Description: OECD MCP — Organisation for Economic Co-operation and Development data Remote endpoints: streamable-http: https://gateway.pipeworx.io/oecd/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/oecd/mcp GitHub: https://github.com/pipeworx-io/mcp-oecd Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-oecd https://gateway.pipeworx.io/oecd/mcp --- ## Nira Temporal URL: https://mcp-marketplace.io/server/io-github-pachote-nira-temporal Summary: Time-aware scheduling for Claude — manage tasks, reminders, and recurring schedules Category: Developer Tools Mode: local Pricing: Free PyPI: nira-temporal GitHub: https://github.com/pachote/nira-temporal Security Score: 10/10 Creator: Pachote Creator Reputation: B Version: 1.0.1 Required Credentials: NIRA_DATA_DIR (optional) Install (Claude Code): claude mcp add io-github-pachote-nira-temporal -- uvx nira-temporal==1.0.1 --- ## Travolp URL: https://mcp-marketplace.io/server/com-travolp-travolp Summary: Travel planner: create, edit, and explore trip itineraries from your Travolp AI assistant. Description: Travel planner: create, edit, and explore trip itineraries from your Travolp AI assistant. Remote endpoints: streamable-http: https://travolp.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://travolp.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-travolp-travolp https://travolp.com/api/mcp --- ## Fundamentals URL: https://mcp-marketplace.io/server/com-tickerfacts-fundamentals Summary: SEC EDGAR fundamentals as agent tools: look up or screen US public companies. Free, no key, CC0. Description: SEC EDGAR fundamentals as agent tools: look up or screen US public companies. Free, no key, CC0. Remote endpoints: streamable-http: https://tickerfacts.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tickerfacts.com/mcp MCP Tools (2): get_fundamentals, screen_companies Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-tickerfacts-fundamentals https://tickerfacts.com/mcp --- ## Weather URL: https://mcp-marketplace.io/server/io-github-hyosikpark-weather Summary: Current weather and forecasts for any coordinates, backed b… — paid per call (x402/credits), 1 tools Description: Current weather and forecasts for any coordinates, backed b… — paid per call (x402/credits), 1 tools Remote endpoints: streamable-http: https://hawker-gateway.fly.dev/mcp/weather Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hawker-gateway.fly.dev/mcp/weather Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hyosikpark-weather https://hawker-gateway.fly.dev/mcp/weather --- ## Salesforce Marketing URL: https://mcp-marketplace.io/server/io-github-zleventer-salesforce-marketing-mcp Summary: MCP server for Salesforce — 47 tools for leads, campaigns, pipeline, attribution, and reporting. Category: Marketing & Social Mode: local Pricing: Free npm: salesforce-marketing-mcp GitHub: https://github.com/ZLeventer/salesforce-marketing-mcp Security Score: 2.5/10 Creator: ZLeventer Creator Reputation: B Version: 1.0.1 Required Credentials: SF_USERNAME (optional), SF_PASSWORD (required), SF_SECURITY_TOKEN (required), SF_LOGIN_URL (optional), SF_API_VERSION (optional) Install (Claude Code): claude mcp add io-github-zleventer-salesforce-marketing-mcp -- npx -y salesforce-marketing-mcp@1.0.1 --- ## Jobs URL: https://mcp-marketplace.io/server/com-aidevboard-jobs Summary: MCP for 8,700+ current AI jobs. 13 tools: search, match, salaries, companies, commerce quotes. Description: MCP for 8,700+ current AI jobs. 13 tools: search, match, salaries, companies, commerce quotes. Remote endpoints: streamable-http: https://aidevboard.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aidevboard.com/mcp MCP Tools (13): search_jobs, get_job, list_companies, get_company, get_stats, match_jobs, get_salary_data, get_similar_jobs, get_trending_companies, list_tags, list_products, quote_product, start_checkout Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.6.2 Install (Claude Code Remote): claude mcp add --transport http com-aidevboard-jobs https://aidevboard.com/mcp --- ## Agent Commerce URL: https://mcp-marketplace.io/server/store-ivoryriver-agent-commerce Summary: Search, configure, quote, recommend gaming PCs and components. Hands user to in-browser checkout. Description: Search, configure, quote, recommend gaming PCs and components. Hands user to in-browser checkout. Remote endpoints: sse: https://mcp.ivoryriver.store/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ivoryriver.store/sse Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http store-ivoryriver-agent-commerce https://mcp.ivoryriver.store/sse --- ## Aegis URL: https://mcp-marketplace.io/server/com-borisinc-aegis Summary: Trust layer for the x402 economy - check any service before you pay. Scores, discovery, routing. Description: Trust layer for the x402 economy - check any service before you pay. Scores, discovery, routing. Remote endpoints: streamable-http: https://aegis-mcp.borisinc.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aegis-mcp.borisinc.com/mcp MCP Tools (7): discover, smart_discover, trust_check, erc8004_reputation, route_batch, route, procure Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-borisinc-aegis https://aegis-mcp.borisinc.com/mcp --- ## Prh Fi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-prh-fi Summary: Finnish Patent and Registration Office (PRH) — YTJ open data MCP. Description: Finnish Patent and Registration Office (PRH) — YTJ open data MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/prh-fi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/prh-fi/mcp GitHub: https://github.com/pipeworx-io/mcp-prh-fi MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_companies, get_company Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-prh-fi https://gateway.pipeworx.io/prh-fi/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-frogeye-ai-mcp Summary: Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns. Description: Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns. Remote endpoints: sse: https://mcp.frogeye.ai/sse streamable-http: https://mcp.frogeye.ai/mcp Category: Security Mode: dual Pricing: Free Remote URL: https://mcp.frogeye.ai/sse GitHub: https://github.com/frogeye-ai/mcp Security Score: 3.2/10 Creator: Frogeye Ai Creator Reputation: B Version: 1.5.18 Install (Claude Code Remote): claude mcp add --transport http io-github-frogeye-ai-mcp https://mcp.frogeye.ai/sse --- ## Zentricprotocol URL: https://mcp-marketplace.io/server/io-github-zentricprotocol-zentric-protocol-mcp Summary: Prompt injection + PII detection for LLM apps and agent pipelines. Deterministic, sub-25ms. Category: Developer Tools Mode: local Pricing: Free npm: zentric-protocol-mcp GitHub: https://github.com/ZentricProtocol/zentricprotocol Security Score: 9.7/10 Creator: ZentricProtocol Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-zentricprotocol-zentric-protocol-mcp -- npx -y zentric-protocol-mcp --- ## FhirHydrant URL: https://mcp-marketplace.io/server/io-github-faulkj-fhirhydrant Summary: FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes. Category: Developer Tools Mode: local Pricing: Free npm: fhirhydrant GitHub: https://github.com/faulkj/fhirHydrant Security Score: 10/10 Creator: Faulkj Creator Reputation: B Version: 0.17.3 Required Credentials: MCP_TRANSPORT (optional), FHIR_AUTH (optional), FHIR_SERVER_URL (optional), FHIR_TOKEN_URL (optional), FHIR_CLIENT_ID (optional), FHIR_ACTIVE_KEY (required), FHIR_JWKS_URL (optional), FHIR_VERSION (optional) Install (Claude Code): claude mcp add io-github-faulkj-fhirhydrant -- npx -y fhirhydrant@0.17.3 --- ## Frogeye Security Scanner URL: https://mcp-marketplace.io/server/io-github-sahayyash-frogeye-security-scanner Summary: Zero-config security scanner for vibe-coders. 1,116 patterns, OWASP Top 10. Description: Zero-config security scanner for vibe-coders. 1,116 patterns, OWASP Top 10. Remote endpoints: sse: https://mcp.frogeye.ai/sse streamable-http: https://frogeye-mcp-42872700989.us-central1.run.app/mcp Category: Security Mode: dual Pricing: Free Remote URL: https://mcp.frogeye.ai/sse GitHub: https://github.com/frogeye-ai/mcp Security Score: 3.2/10 Creator: Frogeye Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sahayyash-frogeye-security-scanner https://mcp.frogeye.ai/sse --- ## Seo Audit URL: https://mcp-marketplace.io/server/io-github-glivera-seo-audit Summary: Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier. Description: Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier. Remote endpoints: streamable-http: https://seo.accruedev.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://seo.accruedev.com/mcp GitHub: https://github.com/glivera/seo-audit-mcp-server MCP Tools (15): seo_quick_audit, seo_check_schema, seo_check_meta, seo_usage, seo_deep_audit, seo_audit_status, seo_check_performance, seo_check_content, seo_check_local, seo_check_geo, seo_generate_schema, seo_history, seo_crawl_site, seo_competitor_check, seo_crawl_status Security Score: 10/10 Creator: Glivera Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-glivera-seo-audit https://seo.accruedev.com/mcp --- ## Tokkyo Maru URL: https://mcp-marketplace.io/server/io-github-yukihamada-tokkyo-maru Summary: 特許まる — 発明を入れるだけで特許性の事前診断・明細書骨子・新規性喪失(特許法30条)判定。本人/弁理士の出願支援(代理しない)。 Description: 特許まる — 発明を入れるだけで特許性の事前診断・明細書骨子・新規性喪失(特許法30条)判定。本人/弁理士の出願支援(代理しない)。 Remote endpoints: streamable-http: https://tokkyo-maru.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tokkyo-maru.fly.dev/mcp MCP Tools (3): tokkyo_analyze, tokkyo_draft, tokkyo_check Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-yukihamada-tokkyo-maru https://tokkyo-maru.fly.dev/mcp --- ## Agents Hefesto URL: https://mcp-marketplace.io/server/io-github-artvepa80-hefestoai Summary: Pre-commit code quality guardian. Detects semantic drift in AI-generated code. Description: Pre-commit code quality guardian. Detects semantic drift in AI-generated code. Remote endpoints: streamable-http: https://hefestoai.narapallc.com/api/mcp-protocol Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hefestoai.narapallc.com/api/mcp-protocol GitHub: https://github.com/artvepa80/Agents-Hefesto MCP Tools (4): pricing, install, compare, analyze Security Score: 8.3/10 Creator: Artvepa80 Creator Reputation: B Version: 4.13.1 Install (Claude Code Remote): claude mcp add --transport http io-github-artvepa80-hefestoai https://hefestoai.narapallc.com/api/mcp-protocol --- ## Bridge Town Core URL: https://mcp-marketplace.io/server/builders-bridgetown-bridge-town Summary: Build financial models as code. Cloud execution, GSheets MCP, version control, collaboration. Description: Build financial models as code. Cloud execution, GSheets MCP, version control, collaboration. Remote endpoints: streamable-http: https://api.bridgetown.builders/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.bridgetown.builders/mcp GitHub: https://github.com/Bridge-Town/bridge-town-core Security Score: 8/10 Creator: Bridge Town Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http builders-bridgetown-bridge-town https://api.bridgetown.builders/mcp --- ## Media URL: https://mcp-marketplace.io/server/io-github-avclabs-media-mcp Summary: MCP Server for video enhancement and image segmentation (SAM3) Category: Developer Tools Mode: local Pricing: Free npm: @avclabs.ai/media-mcp GitHub: https://github.com/avclabs/media-mcp Security Score: 7.5/10 Creator: Avclabs Creator Reputation: B Version: 0.2.0 Required Credentials: API_KEY (required) Install (Claude Code): claude mcp add io-github-avclabs-media-mcp -- npx -y @avclabs.ai/media-mcp@0.2.0 --- ## India URL: https://mcp-marketplace.io/server/io-github-samarth-23-eng-india-mcp-banking Summary: MCP server for Indian banking: IFSC lookup, UPI VPA validation, bank UPI status. Category: Developer Tools Mode: local Pricing: Free npm: @samarth-23-eng/india-mcp GitHub: https://github.com/Samarth-23-eng/India-MCP Security Score: 10/10 Creator: Samarth 23 Eng Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-samarth-23-eng-india-mcp-banking -- npx -y @samarth-23-eng/india-mcp@1.0.15 --- ## Openclaw Cost Tracker URL: https://mcp-marketplace.io/server/io-github-temurkhan13-openclaw-cost-tracker-mcp Summary: AI agent token-cost telemetry + 429 prediction. Per-agent attribution, anomaly + routing + quota. Category: Developer Tools Mode: local Pricing: Free PyPI: openclaw-cost-tracker-mcp GitHub: https://github.com/temurkhan13/openclaw-cost-tracker-mcp Security Score: 6.5/10 Creator: Temurkhan13 Creator Reputation: B Version: 1.1.3 Install (Claude Code): claude mcp add io-github-temurkhan13-openclaw-cost-tracker-mcp -- uvx openclaw-cost-tracker-mcp==1.1.3 --- ## Mytwin URL: https://mcp-marketplace.io/server/com-lutolearn-myaitwin Summary: A personal RAG database you build from chat, so AI creates work that sounds like you. Description: A personal RAG database you build from chat, so AI creates work that sounds like you. Remote endpoints: streamable-http: https://myaitwin.lutolearn.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://myaitwin.lutolearn.com/mcp GitHub: https://github.com/LutoLabs/mytwin-mcp Security Score: 10/10 Creator: LutoLabs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-lutolearn-myaitwin https://myaitwin.lutolearn.com/mcp --- ## Agent Callback Mailbox URL: https://mcp-marketplace.io/server/us-inversolabs-agent-callback-mailbox Summary: Paid replay-safe callback inboxes for asynchronous agent tasks with structured MCP results. Description: Paid replay-safe callback inboxes for asynchronous agent tasks with structured MCP results. Remote endpoints: streamable-http: https://callbacks.inversolabs.us/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://callbacks.inversolabs.us/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.54 Install (Claude Code Remote): claude mcp add --transport http us-inversolabs-agent-callback-mailbox https://callbacks.inversolabs.us/mcp --- ## India URL: https://mcp-marketplace.io/server/io-github-samarth-23-eng-india-mcp Summary: MCP servers for Indian APIs including stocks, GST, railways, banking, and RTO. Category: Developer Tools Mode: local Pricing: Free npm: @samarth-23-eng/india-mcp GitHub: https://github.com/Samarth-23-eng/India-MCP Security Score: 10/10 Creator: Samarth 23 Eng Creator Reputation: B Version: 1.0.16 Install (Claude Code): claude mcp add io-github-samarth-23-eng-india-mcp -- npx -y @samarth-23-eng/india-mcp@1.0.16 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-fetchsandbox-mcp Summary: Stateful OpenAPI sandbox for AI agents to validate API integrations end-to-end. Category: Developer Tools Mode: local Pricing: Free npm: fetchsandbox-mcp GitHub: https://github.com/fetchsandbox/mcp Security Score: 5.8/10 Creator: Fetchsandbox Creator Reputation: B Version: 0.3.2 Required Credentials: FETCHSANDBOX_TELEMETRY (optional), FETCHSANDBOX_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-fetchsandbox-mcp -- npx -y fetchsandbox-mcp@0.3.2 --- ## Steep URL: https://mcp-marketplace.io/server/app-steep-mcp Summary: Query metrics, targets, entities, and team data in your Steep workspace via MCP. Description: Query metrics, targets, entities, and team data in your Steep workspace via MCP. Remote endpoints: streamable-http: https://mcp.steep.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.steep.app/mcp GitHub: https://github.com/SteepHq/steep-mcp Security Score: 10/10 Creator: SteepHq Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-steep-mcp https://mcp.steep.app/mcp --- ## X402 Compatibility Intelligence URL: https://mcp-marketplace.io/server/us-inversolabs-x402-compatibility-intelligence Summary: Preflight x402 payment compatibility with structured risk evidence and remediation guidance. Description: Preflight x402 payment compatibility with structured risk evidence and remediation guidance. Remote endpoints: streamable-http: https://intelligence.inversolabs.us/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://intelligence.inversolabs.us/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.18 Install (Claude Code Remote): claude mcp add --transport http us-inversolabs-x402-compatibility-intelligence https://intelligence.inversolabs.us/mcp --- ## Zoogent URL: https://mcp-marketplace.io/server/io-github-bepunk-zoogent Summary: AI agent orchestrator with Architect AI. Multi-team, web dashboard, 35+ MCP tools. Category: Developer Tools Mode: local Pricing: Free npm: zoogent GitHub: https://github.com/bepunk/zoogent Security Score: 3.8/10 Creator: Bepunk Creator Reputation: B Version: 0.4.2 Required Credentials: ZOOGENT_URL (optional), ZOOGENT_API_KEY (required) Install (Claude Code): claude mcp add io-github-bepunk-zoogent -- npx -y zoogent@0.4.2 --- ## Project Knowledge URL: https://mcp-marketplace.io/server/io-github-batook22-project-knowledge-mcp Summary: Cross-project knowledge graph for MCP — map features across mobile, backend, and admin codebases. Category: Developer Tools Mode: local Pricing: Free npm: project-knowledge-mcp GitHub: https://github.com/punic-pillars/project-knowledge-mcp Security Score: 4.7/10 Creator: Punic Pillars Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-batook22-project-knowledge-mcp -- npx -y project-knowledge-mcp@1.0.6 --- ## Fortress URL: https://mcp-marketplace.io/server/io-github-mcp-fortress-mcp-fortress Summary: Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning. Description: Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning. Remote endpoints: streamable-http: https://server.smithery.ai/@mcp-fortress/mcp-fortress-server/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@mcp-fortress/mcp-fortress-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.3.6 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-fortress-mcp-fortress https://server.smithery.ai/@mcp-fortress/mcp-fortress-server/mcp --- ## Paid Telegram Bot URL: https://mcp-marketplace.io/server/paid-telegram-bot Summary: Enterprise Telegram bot management for any AI agent — users, payments, analytics, and more. Description: Paid Telegram Bot is a production-grade MCP server that gives any AI agent full enterprise Telegram bot management capabilities. Unlike basic Telegram MCP servers that only send and receive messages, this server includes a built-in SQLite database, token bucket rate limiting, priority message queue, Stripe + Telegram Stars payment processing, multi-user subscription management, deep link onboarding, analytics dashboards, and security event logging — all accessible through 40+ MCP tools. **How i Category: Communication Mode: local Pricing: Free GitHub: https://github.com/netflypsb/paid-telegram-bot-mcp Security Score: 1.8/10 Installs: 1 Creator: netflyp Creator Reputation: D Version: 1.0.0 Tags: telegram, bot, mcp, ai-agent, enterprise, payments, stripe, telegram-stars, subscriptions, user-management, analytics, rate-limiting, message-queue, deep-links, onboarding, saas, monetization, group-chat, file-delivery, security, broadcasting, bot-management, communication, automation, multi-user, freemium Use Cases: Telegram Bot Management, AI-Powered Customer Support, SaaS Bot Monetization, Team Communication, Group Chat Automation, Telegram Channel Management, Payment Processing, User Onboarding, Community Management, Bot Analytics, Multi-User Bot Deployment, Deep Link Marketing, Subscription Management, Broadcast Messaging, File Delivery Automation Required Credentials: TELEGRAM_BOT_TOKEN (required), MCP_LICENSE_KEY (optional), STRIPE_PROVIDER_TOKEN (optional) --- ## Myai URL: https://mcp-marketplace.io/server/io-github-myaitoken-myai-mcp Summary: Decentralized AI inference on Base: OpenAI-compatible chat via community GPUs, paid in MYAI Category: Developer Tools Mode: local Pricing: Free PyPI: myai-mcp GitHub: https://github.com/myaitoken/myai-mcp Security Score: 4.2/10 Creator: Myaitoken Creator Reputation: B Version: 0.2.0 Required Credentials: MYAI_API_KEY (required), MYAI_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-myaitoken-myai-mcp -- uvx myai-mcp==0.2.0 --- ## Platform URL: https://mcp-marketplace.io/server/io-github-prowebstore-online-platform Summary: AI-operated knowledge-graph CMS for business websites: entities, pages, blocks, media, domains. Description: AI-operated knowledge-graph CMS for business websites: entities, pages, blocks, media, domains. Remote endpoints: streamable-http: https://mcp.prowebstore.online/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.prowebstore.online/mcp GitHub: https://github.com/prowebstore-online/platform Security Score: 8/10 Creator: Prowebstore Online Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-prowebstore-online-platform https://mcp.prowebstore.online/mcp --- ## Context Keeper Remote URL: https://mcp-marketplace.io/server/io-github-jarmstrong158-context-keeper-remote Summary: Cloudflare Worker remote backend for context-keeper (D1). MCP 2026-07-28, dual-era. Description: Cloudflare Worker remote backend for context-keeper (D1). MCP 2026-07-28, dual-era. Remote endpoints: streamable-http: https://context-keeper-remote.{account}.workers.dev/mcp/{token} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://context-keeper-remote.{account}.workers.dev/mcp/{token} GitHub: https://github.com/jarmstrong158/context-keeper-remote Security Score: 9.9/10 Creator: Jarmstrong158 Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jarmstrong158-context-keeper-remote 'https://context-keeper-remote.{account}.workers.dev/mcp/{token}' --- ## Edgedepth Research URL: https://mcp-marketplace.io/server/com-edgedepth-research Summary: Test crypto and TradFi-perpetual claims using recorded counts, baselines, and replay. Description: Test crypto and TradFi-perpetual claims using recorded counts, baselines, and replay. Remote endpoints: streamable-http: https://mcp.edgedepth.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @edgedepth/research-mcp Remote URL: https://mcp.edgedepth.com/mcp GitHub: https://github.com/edgedepthhq/edgedepth-research-mcp Security Score: 4.8/10 Creator: Edgedepthhq Creator Reputation: B Version: 0.3.0 Required Credentials: EDGEDEPTH_API_KEY (required) Install (Claude Code): claude mcp add com-edgedepth-research -- npx -y @edgedepth/research-mcp@0.3.0 Install (Claude Code Remote): claude mcp add --transport http com-edgedepth-research https://mcp.edgedepth.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/ai-reka-mcp Summary: Understand your videos with Reka AI — search, ask questions, and extract insights. Description: Understand your videos with Reka AI — search, ask questions, and extract insights. Remote endpoints: streamable-http: https://mcp.reka.ai/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: reka-mcp Remote URL: https://mcp.reka.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.10 Install (Claude Code): claude mcp add ai-reka-mcp -- uvx reka-mcp Install (Claude Code Remote): claude mcp add --transport http ai-reka-mcp https://mcp.reka.ai/mcp --- ## Agentnx URL: https://mcp-marketplace.io/server/io-github-iamwi11-agentnx Summary: AI agents for federal IT & pharma: alert triage, ICAM, helpdesk, incidents, ticket routing. Description: AI agents for federal IT & pharma: alert triage, ICAM, helpdesk, incidents, ticket routing. Remote endpoints: streamable-http: https://www.agentnx.ai/api/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.agentnx.ai/api/mcp-server Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-iamwi11-agentnx https://www.agentnx.ai/api/mcp-server --- ## Taxlocus Data URL: https://mcp-marketplace.io/server/com-taxlocus-taxlocus Summary: US sales tax for AI agents: rates, economic nexus, taxability, filing. Citation-backed. Description: US sales tax for AI agents: rates, economic nexus, taxability, filing. Citation-backed. Remote endpoints: streamable-http: https://api.taxlocus.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.taxlocus.com/mcp GitHub: https://github.com/Ringzero787/taxlocus-data Security Score: 10/10 Creator: Ringzero787 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-taxlocus-taxlocus https://api.taxlocus.com/mcp --- ## Gsb Swarm URL: https://mcp-marketplace.io/server/io-github-mcflamingo-local-intel Summary: Hyperlocal business intelligence for AI agents. 20 MCP tools. Florida-first, Sunbelt expansion. Description: Hyperlocal business intelligence for AI agents. 20 MCP tools. Florida-first, Sunbelt expansion. Remote endpoints: streamable-http: https://gsb-swarm-production.up.railway.app/api/local-intel/mcp sse: https://gsb-swarm-production.up.railway.app/api/local-intel/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gsb-swarm-production.up.railway.app/api/local-intel/mcp GitHub: https://github.com/MCFLAMINGO/gsb-swarm Security Score: 0.5/10 Creator: MCFLAMINGO Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcflamingo-local-intel https://gsb-swarm-production.up.railway.app/api/local-intel/mcp --- ## Mansa African Markets URL: https://mcp-marketplace.io/server/io-github-heyzod-mansa-african-markets Summary: Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers. Description: Live African stock market data — NGX, GSE, NSE, JSE, BRVM and 8 more. Prices, indices and movers. Remote endpoints: streamable-http: https://mcp.mansamarkets.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.mansamarkets.com/mcp GitHub: https://github.com/HeyZod/mansa-african-markets-mcp Security Score: 0.5/10 Creator: HeyZod Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-heyzod-mansa-african-markets https://mcp.mansamarkets.com/mcp --- ## Truthscan URL: https://mcp-marketplace.io/server/com-truthscan-truthscan Summary: Detect whether an image is AI-generated or real, with an AI-probability score and confidence. Description: Detect whether an image is AI-generated or real, with an AI-probability score and confidence. Remote endpoints: streamable-http: https://truthscan.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://truthscan.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-truthscan-truthscan https://truthscan.com/api/mcp --- ## Nefesh URL: https://mcp-marketplace.io/server/ai-nefesh-human-state Summary: Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native. Description: Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native. Remote endpoints: streamable-http: https://mcp.nefesh.ai/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.nefesh.ai/mcp GitHub: https://github.com/nefesh-ai/nefesh-mcp-server Security Score: 0.5/10 Creator: Nefesh Ai Creator Reputation: B Version: 4.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-nefesh-human-state https://mcp.nefesh.ai/mcp --- ## Orderly URL: https://mcp-marketplace.io/server/io-github-orderlynetwork-orderly-mcp Summary: MCP Server for Orderly Network - Documentation and SDK patterns Category: Developer Tools Mode: local Pricing: Free npm: @orderly.network/mcp-server GitHub: https://github.com/OrderlyNetwork/orderly-mcp Security Score: 3.8/10 Creator: OrderlyNetwork Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server@1.1.1 --- ## Site URL: https://mcp-marketplace.io/server/com-markustenghamn-site Summary: Blog posts, work experience, projects and contact details for Markus Tenghamn, as MCP tools. Description: Blog posts, work experience, projects and contact details for Markus Tenghamn, as MCP tools. Remote endpoints: streamable-http: https://markustenghamn.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://markustenghamn.com/mcp MCP Tools (5): get_contact, get_experience, get_post, get_projects, list_posts Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-markustenghamn-site https://markustenghamn.com/mcp --- ## Govcon Contractor Signals URL: https://mcp-marketplace.io/server/com-dropwatchhq-govcon-contractor-signals Summary: Federal contractor M&A signals: rising contractors, growth momentum, award search. Description: Federal contractor M&A signals: rising contractors, growth momentum, award search. Remote endpoints: streamable-http: https://ma.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ma.dropwatchhq.com/mcp MCP Tools (3): contractor_signals, rising_contractors, search_awards Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-govcon-contractor-signals https://ma.dropwatchhq.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-airtable-mcp Summary: Official Airtable MCP server — database and operations layer for agents. Description: Official Airtable MCP server — database and operations layer for agents. Remote endpoints: streamable-http: https://mcp.airtable.com/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://mcp.airtable.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-airtable-mcp https://mcp.airtable.com/mcp --- ## Greynoise URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-greynoise Summary: GreyNoise Community MCP — internet scanner classification (free tier with key) Description: GreyNoise Community MCP — internet scanner classification (free tier with key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/greynoise/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/greynoise/mcp GitHub: https://github.com/pipeworx-io/mcp-greynoise Security Score: 7.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-greynoise https://gateway.pipeworx.io/greynoise/mcp --- ## Bnm My URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bnm-my Summary: Bank Negara Malaysia (BNM) Open API MCP. Keyless. Description: Bank Negara Malaysia (BNM) Open API MCP. Keyless. Remote endpoints: streamable-http: https://gateway.pipeworx.io/bnm-my/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bnm-my/mcp GitHub: https://github.com/pipeworx-io/mcp-bnm-my MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, exchange_rates, gold_kijang_emas, policy_rate_opr, base_rate, bnm_endpoint Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bnm-my https://gateway.pipeworx.io/bnm-my/mcp --- ## Loudcheck URL: https://mcp-marketplace.io/server/io-github-chaoz23-loudcheck Summary: Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation. Category: Developer Tools Mode: local Pricing: Free PyPI: loudcheck GitHub: https://github.com/chaoz23/loudcheck Security Score: 10/10 Creator: Chaoz23 Creator Reputation: B Version: 0.3.1 Install (Claude Code): claude mcp add io-github-chaoz23-loudcheck -- uvx loudcheck==0.3.1 --- ## Harvey Tools URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-zero-core-tools Summary: Web scraping, code review, content gen, sentiment. Zero Core Tools. Description: Web scraping, code review, content gen, sentiment. Zero Core Tools. Remote endpoints: streamable-http: https://tools.rugslayer.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @meltingpixels/zero-core-tools Remote URL: https://tools.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-tools Security Score: 3.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-meltingpixelsai-zero-core-tools -- npx -y @meltingpixels/zero-core-tools@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-zero-core-tools https://tools.rugslayer.com/mcp --- ## Swaptitan URL: https://mcp-marketplace.io/server/net-swaptitan-swaptitan Summary: Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle. Description: Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle. Remote endpoints: streamable-http: https://swaptitan.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://swaptitan.net/mcp MCP Tools (18): get_prices, get_assets, swap_quote, sol_swap_quote, sol_swap, smart_route, sol_priority_fee, hl_markets, hl_build_order, hl_approve, evm_swap, swap_create, swap_status, create_wallet, check_portfolio, rug_check, set_price_alert, ai_chat Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-swaptitan-swaptitan https://swaptitan.net/mcp --- ## Cloud Pathfinder URL: https://mcp-marketplace.io/server/io-github-baneado98-cloud-pathfinder Summary: IaC attack-path auditor: finds internet-to-crown-jewel chains in Terraform/CFN/K8s. Description: IaC attack-path auditor: finds internet-to-crown-jewel chains in Terraform/CFN/K8s. Remote endpoints: streamable-http: https://cloud-pathfinder.vercel.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://cloud-pathfinder.vercel.app/mcp GitHub: https://github.com/Baneado98/cloud-pathfinder Security Score: 5.2/10 Creator: Baneado98 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-baneado98-cloud-pathfinder https://cloud-pathfinder.vercel.app/mcp --- ## Curie Shopify App URL: https://mcp-marketplace.io/server/co-curie-commerce Summary: Search, compare in 3D, and buy products from 5.6M+ Shopify stores. Free tier; Pro adds checkout. Description: Search, compare in 3D, and buy products from 5.6M+ Shopify stores. Free tier; Pro adds checkout. Remote endpoints: sse: https://chat.curie.app/api/mcp/global sse: https://chat.curie.app/api/mcp/{shop_id} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chat.curie.app/api/mcp/global GitHub: https://github.com/curievision/curie-shopify-app MCP Tools (15): search_products, get_product, get_recommendations, view_3d_model, add_to_cart, get_availability, compare_products, get_brand_context, initiate_checkout, search_catalog, get_product_details, get_cart, update_cart, search_shop_policies_and_faqs, solve_job Security Score: 8/10 Creator: Curievision Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-curie-commerce https://chat.curie.app/api/mcp/global --- ## Kkj URL: https://mcp-marketplace.io/server/io-github-n-3inc-kkj Summary: 中小企業庁が公開している公共調達情報を検索するためのサービスです。 Description: 中小企業庁が公開している公共調達情報を検索するためのサービスです。 Remote endpoints: streamable-http: https://mcp.n-3.ai/mcp?tools=kkj-search Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.n-3.ai/mcp?tools=kkj-search MCP Tools (1): kkj-search Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-n-3inc-kkj 'https://mcp.n-3.ai/mcp?tools=kkj-search' --- ## Pancake URL: https://mcp-marketplace.io/server/com-usepancake-pancake-mcp Summary: Verifiable backtests for AI-built trading strategies: deterministic engine, reproducible results. Description: Verifiable backtests for AI-built trading strategies: deterministic engine, reproducible results. Remote endpoints: streamable-http: https://mcp.usepancake.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.usepancake.com/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-usepancake-pancake-mcp https://mcp.usepancake.com/api/mcp --- ## Harvey Intel URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-zero-core-intel Summary: DrainBrain token safety, CORTEX trading signals, social trends. Zero Core Intel. Description: DrainBrain token safety, CORTEX trading signals, social trends. Zero Core Intel. Remote endpoints: streamable-http: https://agents.rugslayer.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @meltingpixels/zero-core-intel Remote URL: https://agents.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-intel Security Score: 3.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-meltingpixelsai-zero-core-intel -- npx -y @meltingpixels/zero-core-intel@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-zero-core-intel https://agents.rugslayer.com/mcp --- ## Watch Cli URL: https://mcp-marketplace.io/server/io-github-sonpiaz-watch-cli Summary: Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli. Category: Developer Tools Mode: local Pricing: Free npm: @sonpiaz/watch-cli-mcp GitHub: https://github.com/sonpiaz/watch-cli Security Score: 10/10 Creator: Sonpiaz Creator Reputation: B Version: 0.3.1 Required Credentials: KYMA_API_KEY (required), GROQ_API_KEY (required), WATCH_AUDIO_MODE (optional) Install (Claude Code): claude mcp add io-github-sonpiaz-watch-cli -- npx -y @sonpiaz/watch-cli-mcp@0.3.1 --- ## Affogata URL: https://mcp-marketplace.io/server/com-affogata-app-affogata Summary: Social listening analytics — query topics, filters, trending keywords, and conversation clusters. Description: Social listening analytics — query topics, filters, trending keywords, and conversation clusters. Remote endpoints: streamable-http: https://app.affogata.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.affogata.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-affogata-app-affogata https://app.affogata.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-chilipiper-mcp Summary: Manage Chili Piper scheduling links, meetings, routing rules, and teams. Admin only. Experimental. Description: Manage Chili Piper scheduling links, meetings, routing rules, and teams. Admin only. Experimental. Remote endpoints: streamable-http: https://fire.chilipiper.com/api/fire-edge/v1/org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fire.chilipiper.com/api/fire-edge/v1/org/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-chilipiper-mcp https://fire.chilipiper.com/api/fire-edge/v1/org/mcp --- ## Kamy Plugin URL: https://mcp-marketplace.io/server/io-github-rakanalalami-kamy Summary: Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify. Description: Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify. Remote endpoints: streamable-http: https://mcp.kamy.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.kamy.dev/mcp GitHub: https://github.com/Kamy-Development/kamy-plugin MCP Tools (10): list_templates, render_pdf, ask_kamy, install_sdk, generate_integration_code, create_signature_request, list_signature_requests, pki_sign_pdf, verify_pdf_signature, get_api_key_instructions Security Score: 10/10 Creator: Kamy Development Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rakanalalami-kamy https://mcp.kamy.dev/mcp --- ## Bopmarket URL: https://mcp-marketplace.io/server/io-github-mayankjanmejay-bopmarket Summary: AI agent marketplace — search, buy, sell, and track products across 5 platforms Description: AI agent marketplace — search, buy, sell, and track products across 5 platforms Remote endpoints: sse: https://bopmarket.store/mcp/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://bopmarket.store/mcp/sse GitHub: https://github.com/mayankjanmejay/bopmarket-mcp Security Score: 1.2/10 Creator: Mayankjanmejay Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mayankjanmejay-bopmarket https://bopmarket.store/mcp/sse --- ## Kamy Plugin URL: https://mcp-marketplace.io/server/dev-kamy-kamy Summary: Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify. Description: Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify. Remote endpoints: streamable-http: https://mcp.kamy.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.kamy.dev/mcp GitHub: https://github.com/Kamy-Development/kamy-plugin MCP Tools (10): list_templates, render_pdf, ask_kamy, install_sdk, generate_integration_code, create_signature_request, list_signature_requests, pki_sign_pdf, verify_pdf_signature, get_api_key_instructions Security Score: 10/10 Creator: Kamy Development Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http dev-kamy-kamy https://mcp.kamy.dev/mcp --- ## Nsf Awards URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nsf-awards Summary: NSF Awards MCP — National Science Foundation award database (free, no auth) Description: NSF Awards MCP — National Science Foundation award database (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nsf-awards/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/nsf-awards/mcp GitHub: https://github.com/pipeworx-io/mcp-nsf-awards Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nsf-awards https://gateway.pipeworx.io/nsf-awards/mcp --- ## Harvey Verify URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-zero-core-verify Summary: Post-tx outcome verification via LLM-as-judge. Zero Core Verify. Description: Post-tx outcome verification via LLM-as-judge. Zero Core Verify. Remote endpoints: streamable-http: https://verify.rugslayer.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @meltingpixels/zero-core-verify Remote URL: https://verify.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-verify Security Score: 3.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-meltingpixelsai-zero-core-verify -- npx -y @meltingpixels/zero-core-verify@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-zero-core-verify https://verify.rugslayer.com/mcp --- ## Nira File Intel URL: https://mcp-marketplace.io/server/io-github-pachote-nira-file-intel Summary: Smart file intelligence for Claude — search, deduplicate, organize, and analyze files Category: Developer Tools Mode: local Pricing: Free PyPI: nira-file-intel GitHub: https://github.com/pachote/nira-file-intel Security Score: 10/10 Creator: Pachote Creator Reputation: B Version: 1.0.1 Required Credentials: FILE_INTEL_ROOT (optional) Install (Claude Code): claude mcp add io-github-pachote-nira-file-intel -- uvx nira-file-intel==1.0.1 --- ## Devops Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-devops-ai-mcp Summary: Devops Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: devops-ai-mcp GitHub: https://github.com/CSOAI-ORG/devops-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-devops-ai-mcp -- uvx devops-ai-mcp==1.0.12 --- ## Vessel Traffic URL: https://mcp-marketplace.io/server/io-github-tools-mcp-vessel-traffic-mcp Summary: Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers. Category: Developer Tools Mode: local Pricing: Free npm: @tools-mcp/vessel-traffic-mcp GitHub: https://github.com/tools-mcp/vessel-traffic-mcp Security Score: 7.8/10 Creator: Tools Mcp Creator Reputation: B Version: 0.1.0 Required Credentials: VESSEL_MCP_TRANSPORT (optional), VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS (optional) Install (Claude Code): claude mcp add io-github-tools-mcp-vessel-traffic-mcp -- npx -y @tools-mcp/vessel-traffic-mcp@0.1.0 --- ## Proxy URL: https://mcp-marketplace.io/server/io-github-bnmbnmai-apollo-intelligence Summary: 54 AI agent tools: OSINT, intel feeds, DeFi, crypto, weather, DNS, proxies. x402 micropayments. Description: 54 AI agent tools: OSINT, intel feeds, DeFi, crypto, weather, DNS, proxies. x402 micropayments. Remote endpoints: streamable-http: https://apolloai.team/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://apolloai.team/mcp GitHub: https://github.com/bnmbnmai/mcp-proxy Security Score: 3.2/10 Creator: Bnmbnmai Creator Reputation: B Version: 4.15.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bnmbnmai-apollo-intelligence https://apolloai.team/mcp --- ## Gptbot Food Calendar URL: https://mcp-marketplace.io/server/io-github-superboxai-gptbot-food-calendar Summary: Use TrueCal from AI agents to review progress, meals, targets, trends, and supported updates. Description: Use TrueCal from AI agents to review progress, meals, targets, trends, and supported updates. Remote endpoints: streamable-http: https://gpt-food-calendar-mcp-dskqn4blgq-uc.a.run.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gpt-food-calendar-mcp-dskqn4blgq-uc.a.run.app/mcp GitHub: https://github.com/SuperboxAI/gptbot-food-calendar MCP Tools (25): food_calendar_connection_status, food_history_lookup, search_past_meals, get_daily_summary, get_weekly_trend, get_calorie_aggregate, calculate_tdee, update_calorie_goal, get_tdee_status, log_weight, create_food_calendar_account, search, fetch, meal_entry_list_recent, meal_entry_delete_item, meal_entry_undo_last, meal_entry_move_meal, meal_entry_copy_items, meal_template_list, meal_template_save, meal_template_save_items, meal_template_apply, meal_template_archive, meal_template_update, meal_template_revise Security Score: 8/10 Creator: SuperboxAI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-superboxai-gptbot-food-calendar https://gpt-food-calendar-mcp-dskqn4blgq-uc.a.run.app/mcp --- ## Uk Property Api URL: https://mcp-marketplace.io/server/io-github-chetparker-uk-data-api Summary: 24 UK data endpoints — property, weather, companies, vehicles, finance. Paid via x402. Description: 24 UK data endpoints — property, weather, companies, vehicles, finance. Paid via x402. Remote endpoints: sse: https://web-production-18a32.up.railway.app/mcp/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://web-production-18a32.up.railway.app/mcp/sse GitHub: https://github.com/chetparker/uk-property-api Security Score: 0.5/10 Creator: Chetparker Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-chetparker-uk-data-api https://web-production-18a32.up.railway.app/mcp/sse --- ## Forge Cursor Plugin URL: https://mcp-marketplace.io/server/com-forgetreasury-treasury Summary: Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury. Description: Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury. Remote endpoints: streamable-http: https://mcp.forgetreasury.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.forgetreasury.com/mcp GitHub: https://github.com/forge-treasury/forge-cursor-plugin MCP Tools (9): deposit, withdraw, get_balance, get_current_apy, simulate_deposit, get_vault_stats, list_profiles, get_forge_rewards, claim_forge Security Score: 8/10 Creator: Forge Treasury Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-forgetreasury-treasury https://mcp.forgetreasury.com/mcp --- ## Lead Stampede URL: https://mcp-marketplace.io/server/io-github-treymerica1982-lead-stampede Summary: Find SMBs by name, city, and business type in the Lead Stampede directory via public MCP tools. Description: Find SMBs by name, city, and business type in the Lead Stampede directory via public MCP tools. Remote endpoints: streamable-http: https://lead-stampede-mcp-server-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lead-stampede-mcp-server-production.up.railway.app/mcp GitHub: https://github.com/treymerica1982/lead-stampede-mcp-server MCP Tools (4): search_clients, get_client, list_business_types, list_cities Security Score: 9.8/10 Creator: Treymerica1982 Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-treymerica1982-lead-stampede https://lead-stampede-mcp-server-production.up.railway.app/mcp --- ## Virustotal URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-virustotal Summary: VirusTotal MCP — file / URL / domain / IP reputation (BYO key) Description: VirusTotal MCP — file / URL / domain / IP reputation (BYO key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/virustotal/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/virustotal/mcp GitHub: https://github.com/pipeworx-io/mcp-virustotal Security Score: 7.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-virustotal https://gateway.pipeworx.io/virustotal/mcp --- ## Zpl Engine URL: https://mcp-marketplace.io/server/io-github-cicicalex-engine Summary: AIN bias & stability engine: finance, gaming, AI, crypto. 68 tools across 11 categories. Category: Developer Tools Mode: local Pricing: Free npm: zpl-engine-mcp GitHub: https://github.com/cicicalex/zpl-engine-mcp Security Score: 4.2/10 Creator: Cicicalex Creator Reputation: B Version: 4.2.1 Required Credentials: ZPL_API_KEY (required), ZPL_MODE (optional), ZPL_ENGINE_URL (optional), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-cicicalex-engine -- npx -y zpl-engine-mcp@4.2.1 --- ## Grant Finder URL: https://mcp-marketplace.io/server/com-dropwatchhq-grant-finder Summary: Find federal and public grants a business may qualify for, with eligibility and links. Description: Find federal and public grants a business may qualify for, with eligibility and links. Remote endpoints: streamable-http: https://qualify.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qualify.dropwatchhq.com/mcp MCP Tools (1): find_grants Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-grant-finder https://qualify.dropwatchhq.com/mcp --- ## Mailboxvalidator URL: https://mcp-marketplace.io/server/io-github-mailboxvalidator-mcp-mailboxvalidator Summary: Email validation MCP server using the MailboxValidator API. It can validate email addresses. Category: Developer Tools Mode: local Pricing: Free npm: mcp-mailboxvalidator GitHub: https://github.com/MailboxValidator/mcp-mailboxvalidator Security Score: 10/10 Creator: MailboxValidator Creator Reputation: B Version: 1.0.0 Required Credentials: MAILBOXVALIDATOR_API_KEY (required) Install (Claude Code): claude mcp add io-github-mailboxvalidator-mcp-mailboxvalidator -- npx -y mcp-mailboxvalidator@1.0.0 --- ## Vendooly URL: https://mcp-marketplace.io/server/com-vendooly-vendooly Summary: Amazon Seller Central and Amazon Ads for AI assistants: catalog, orders, FBA, pricing, PPC. Description: Amazon Seller Central and Amazon Ads for AI assistants: catalog, orders, FBA, pricing, PPC. Remote endpoints: streamable-http: https://mcp.vendooly.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.vendooly.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-vendooly-vendooly https://mcp.vendooly.com/mcp --- ## Conveo URL: https://mcp-marketplace.io/server/ai-conveo-conveo Summary: Qualitative research platform. Design studies, analyze interviews, and generate insights. Description: Qualitative research platform. Design studies, analyze interviews, and generate insights. Remote endpoints: streamable-http: https://app.conveo.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.conveo.ai/api/mcp GitHub: https://github.com/Conveo-ai/conveo Security Score: 8/10 Creator: Conveo Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-conveo-conveo https://app.conveo.ai/api/mcp --- ## Instadash URL: https://mcp-marketplace.io/server/io-instadash-server Summary: Live data grids for AI agents. Push structured data; humans review, agents read back via MCP. Description: Live data grids for AI agents. Push structured data; humans review, agents read back via MCP. Remote endpoints: streamable-http: https://mcp.instadash.io/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.instadash.io/ GitHub: https://github.com/instadashio/instadash Security Score: 8/10 Creator: Instadashio Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-instadash-server https://mcp.instadash.io/ --- ## Hermai URL: https://mcp-marketplace.io/server/io-github-hermai-ai-hermai-mcp Summary: Dedicated Hermai MCP server for schema lookup, request intake, and workflow classification. Category: Developer Tools Mode: local Pricing: Free npm: hermai-mcp GitHub: https://github.com/hermai-ai/hermai-mcp Security Score: 10/10 Creator: Hermai Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-hermai-ai-hermai-mcp -- npx -y hermai-mcp@1.0.0 --- ## Coalent URL: https://mcp-marketplace.io/server/io-github-nisarg-pujara-vectorlink-coalent Summary: Fresh, attributed facts from your sources — cached, and invalidated the moment a source changes. Category: AI & ML Mode: local Pricing: Free PyPI: coalent GitHub: https://github.com/Vectorlink-Labs/coalent Security Score: 10/10 Creator: Vectorlink Labs Creator Reputation: B Version: 0.6.2 Required Credentials: OPENAI_API_KEY (required), COALENT_MCP_TOKEN (required) Install (Claude Code): claude mcp add io-github-nisarg-pujara-vectorlink-coalent -- uvx coalent==0.6.2 --- ## Flint Plugin URL: https://mcp-marketplace.io/server/network-flint-agent-transaction-control Summary: Issue Agent Passports and verify agent authority before value moves. Signed verification records. Description: Issue Agent Passports and verify agent authority before value moves. Signed verification records. Remote endpoints: streamable-http: https://flint.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://flint.network/mcp GitHub: https://github.com/thefraudfather/flint-plugin MCP Tools (10): issue_authorization_record, verify_agent_authority, lookup_agent_reputation, submit_transaction_outcome, create_flint_trust_manifest, generate_authorization_scope, validate_agent_commerce_readiness, issue_agent_passport, get_agent_passport, update_agent_mandate Security Score: 10/10 Creator: Thefraudfather Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http network-flint-agent-transaction-control https://flint.network/mcp --- ## Dataverse Harvard URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dataverse-harvard Summary: Harvard Dataverse — research dataset repository (~150k datasets) Description: Harvard Dataverse — research dataset repository (~150k datasets) Remote endpoints: streamable-http: https://gateway.pipeworx.io/dataverse-harvard/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dataverse-harvard/mcp GitHub: https://github.com/pipeworx-io/mcp-dataverse-harvard MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, search, dataset, dataset_files, dataverse Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dataverse-harvard https://gateway.pipeworx.io/dataverse-harvard/mcp --- ## Mercury Builder Pro URL: https://mcp-marketplace.io/server/io-github-harrisboatworks-mercury-repower Summary: Live Mercury outboard data and CAD quote builder from a Mercury Platinum Dealer in Ontario. Description: Live Mercury outboard data and CAD quote builder from a Mercury Platinum Dealer in Ontario. Remote endpoints: streamable-http: https://eutsoqdpjurknjsshxes.supabase.co/functions/v1/agent-mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://eutsoqdpjurknjsshxes.supabase.co/functions/v1/agent-mcp-server GitHub: https://github.com/harrisboatworks/mercury-builder-pro MCP Tools (5): search_motors, get_motor, estimate_trade_in, build_quote, get_brand_rules Security Score: 10/10 Creator: Harrisboatworks Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-harrisboatworks-mercury-repower https://eutsoqdpjurknjsshxes.supabase.co/functions/v1/agent-mcp-server --- ## Api Diff Monitor Api URL: https://mcp-marketplace.io/server/io-github-lazymac2x-api-diff-monitor Summary: Cloudflare Workers MCP server: api-diff-monitor Description: Cloudflare Workers MCP server: api-diff-monitor Remote endpoints: streamable-http: https://api.lazy-mac.com/api-diff-monitor/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lazy-mac.com/api-diff-monitor/mcp GitHub: https://github.com/lazymac2x/api-diff-monitor-api MCP Tools (5): register_endpoint, list_monitored_endpoints, compare_snapshots, get_diff_history, detect_breaking_changes Security Score: 8/10 Creator: Lazymac2x Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lazymac2x-api-diff-monitor https://api.lazy-mac.com/api-diff-monitor/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-slack Summary: Manage channels, conversations, users, and workspace apps programmatically Category: Communication Mode: local Pricing: Free PyPI: mcparmory-slack GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add com-mcparmory-slack -- uvx mcparmory-slack --- ## Jig URL: https://mcp-marketplace.io/server/io-github-thegrenadinekid25-troth Summary: AI-powered spec-to-task decomposition and execution orchestration for coding agents. Description: AI-powered spec-to-task decomposition and execution orchestration for coding agents. Remote endpoints: streamable-http: https://mcp.usejig.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.usejig.dev/mcp GitHub: https://github.com/thegrenadinekid25/jig Security Score: 8/10 Creator: Thegrenadinekid25 Creator Reputation: B Version: 0.22.0 Install (Claude Code Remote): claude mcp add --transport http io-github-thegrenadinekid25-troth https://mcp.usejig.dev/mcp --- ## Doing URL: https://mcp-marketplace.io/server/live-alpic-doing-v2-d5286fe8-doing Summary: simple task manager for your LLM Description: simple task manager for your LLM Remote endpoints: streamable-http: https://doing-v2-d5286fe8.alpic.live sse: https://doing-v2-d5286fe8.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://doing-v2-d5286fe8.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-doing-v2-d5286fe8-doing https://doing-v2-d5286fe8.alpic.live --- ## Datagov Au URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-datagov-au Summary: Australia data.gov.au open-data catalogue (CKAN) Description: Australia data.gov.au open-data catalogue (CKAN) Remote endpoints: streamable-http: https://gateway.pipeworx.io/datagov-au/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/datagov-au/mcp GitHub: https://github.com/pipeworx-io/mcp-datagov-au MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, package, organizations, groups, tags, resource Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-datagov-au https://gateway.pipeworx.io/datagov-au/mcp --- ## Graffeo URL: https://mcp-marketplace.io/server/ai-agenticshelf-graffeo Summary: Live MCP catalog for Graffeo Coffee Roasting - Simply the World's Finest Coffee since 1935. Description: Live MCP catalog for Graffeo Coffee Roasting - Simply the World's Finest Coffee since 1935. Remote endpoints: streamable-http: https://api.agenticshelf.ai/m/graffeo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agenticshelf.ai/m/graffeo/mcp MCP Tools (5): check_stock, get_product_details, get_price, list_products, search_products Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-agenticshelf-graffeo https://api.agenticshelf.ai/m/graffeo/mcp --- ## Codelumen URL: https://mcp-marketplace.io/server/io-github-ahmeedgamil-codelumen Summary: AST-based semantic code search; results ship with their call graph (calls + callers). Category: Developer Tools Mode: local Pricing: Free PyPI: codelumen GitHub: https://github.com/ahmeedgamil/codelumen Security Score: 10/10 Creator: Ahmeedgamil Creator Reputation: B Version: 3.1.3 Install (Claude Code): claude mcp add io-github-ahmeedgamil-codelumen -- uvx codelumen --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-wireboard-mcp Summary: Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation. Category: Developer Tools Mode: local Pricing: Free npm: @wireboard/mcp GitHub: https://github.com/wireboard/mcp Security Score: 5.2/10 Creator: Wireboard Creator Reputation: B Version: 0.1.3 Required Credentials: WIREBOARD_TOKEN (required) Install (Claude Code): claude mcp add io-github-wireboard-mcp -- npx -y @wireboard/mcp@0.1.3 --- ## Ia Asso URL: https://mcp-marketplace.io/server/io-github-wellknownmcp-ia-asso Summary: Search 1.26M+ active French associations (official RNA registry, 10 tools, premium & RUP filters) Description: Search 1.26M+ active French associations (official RNA registry, 10 tools, premium & RUP filters) Remote endpoints: streamable-http: https://ia-asso.fr/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ia-asso.fr/api/mcp GitHub: https://github.com/wellknownmcp/ia-asso.fr Security Score: 8/10 Creator: Wellknownmcp Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wellknownmcp-ia-asso https://ia-asso.fr/api/mcp --- ## Ai URL: https://mcp-marketplace.io/server/io-github-sendsoon-ai Summary: Send email, look up public IP information, and convert files to Markdown through SendSoon. Category: Developer Tools Mode: local Pricing: Free npm: @sendsoon/ai GitHub: https://github.com/sendsoon/ai Security Score: 9.2/10 Creator: Sendsoon Creator Reputation: B Version: 0.1.2 Required Credentials: SENDSOON_EMAIL_RECIPIENT (optional), SENDSOON_API_KEY (required), SENDSOON_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-sendsoon-ai -- npx -y @sendsoon/ai --- ## Mcp URL: https://mcp-marketplace.io/server/com-qarera-mcp Summary: Search jobs, manage resumes, and track applications on Qarera from your AI chat client. Description: Search jobs, manage resumes, and track applications on Qarera from your AI chat client. Remote endpoints: streamable-http: https://mcp.qarera.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.qarera.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-qarera-mcp https://mcp.qarera.com/mcp --- ## Trustsourcex402 URL: https://mcp-marketplace.io/server/io-github-surfether-trustsource Summary: x402-paid domain verification for AI agents — trustscore, SSL, security headers, robots. Category: Developer Tools Mode: local Pricing: Free npm: trustsource-mcp GitHub: https://github.com/SurfEther/trustsourcex402 Security Score: 8.8/10 Creator: SurfEther Creator Reputation: B Version: 0.1.6 Required Credentials: WALLET_PRIVATE_KEY (required), TRUSTSOURCE_API_URL (optional) Install (Claude Code): claude mcp add io-github-surfether-trustsource -- npx -y trustsource-mcp --- ## Dingdawg Governance URL: https://mcp-marketplace.io/server/io-github-dingdawg-dingdawg-governance Summary: Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback. Category: Developer Tools Mode: local Pricing: Free npm: dingdawg-governance GitHub: https://github.com/dingdawg/dingdawg-governance Security Score: 4.2/10 Creator: Dingdawg Creator Reputation: B Version: 2.1.6 Required Credentials: DINGDAWG_API_KEY (required) Install (Claude Code): claude mcp add io-github-dingdawg-dingdawg-governance -- npx -y dingdawg-governance --- ## Agent Wallet Demo URL: https://mcp-marketplace.io/server/io-github-dingdawg-agent-wallet Summary: Governed USDC wallet for AI agents — policy gates, spending caps, and Ed25519-signed receipts. Category: Finance Mode: local Pricing: Free npm: dingdawg-agent-wallet GitHub: https://github.com/dingdawg/agent-wallet-demo Security Score: 4.2/10 Creator: Dingdawg Creator Reputation: B Version: 1.0.6 Install (Claude Code): claude mcp add io-github-dingdawg-agent-wallet -- npx -y dingdawg-agent-wallet --- ## Blackdome URL: https://mcp-marketplace.io/server/io-github-blackdome-ai-blackdome Summary: Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors. Category: Developer Tools Mode: local Pricing: Free PyPI: blackdome-mcp GitHub: https://github.com/blackdome-ai/blackdome-mcp Security Score: 10/10 Creator: Blackdome Ai Creator Reputation: B Version: 0.2.0 Required Credentials: BLACKDOME_API_KEY (required), BLACKDOME_BASE_URL (optional), BLACKDOME_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-blackdome-ai-blackdome -- uvx blackdome-mcp==0.2.0 --- ## Commerce Context Layer URL: https://mcp-marketplace.io/server/com-vviinn-commerce-context-layer Summary: Context layer with semantic and visual search and discovery for agentic commerce — by vviinn. Description: Context layer with semantic and visual search and discovery for agentic commerce — by vviinn. Remote endpoints: streamable-http: https://api.vviinn.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.vviinn.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.30.0 Install (Claude Code Remote): claude mcp add --transport http com-vviinn-commerce-context-layer https://api.vviinn.com/mcp --- ## Pruna URL: https://mcp-marketplace.io/server/io-github-charlesrapp-pruna Summary: Ultra-fast image generation, editing, upscaling, and video generation via Pruna AI. Category: Developer Tools Mode: local Pricing: Free PyPI: pruna-mcp-server GitHub: https://github.com/charlesrapp/pruna-mcp-server Security Score: 4.8/10 Creator: Charlesrapp Creator Reputation: B Version: 0.1.1 Required Credentials: PRUNA_API_KEY (required) Install (Claude Code): claude mcp add io-github-charlesrapp-pruna -- uvx pruna-mcp-server==0.1.1 --- ## Horizons Nasa URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-horizons-nasa Summary: NASA JPL Horizons — solar-system body ephemerides Description: NASA JPL Horizons — solar-system body ephemerides Remote endpoints: streamable-http: https://gateway.pipeworx.io/horizons-nasa/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/horizons-nasa/mcp GitHub: https://github.com/pipeworx-io/mcp-horizons-nasa MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, lookup, ephemeris, observers, vectors Security Score: 9.6/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-horizons-nasa https://gateway.pipeworx.io/horizons-nasa/mcp --- ## Freshcontext URL: https://mcp-marketplace.io/server/io-github-princegabriel-lgtm-freshcontext Summary: Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals. Description: Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals. Remote endpoints: streamable-http: https://freshcontext-mcp.gimmanuel73.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: freshcontext-mcp Remote URL: https://freshcontext-mcp.gimmanuel73.workers.dev/mcp GitHub: https://github.com/PrinceGabriel-lgtm/freshcontext-mcp Security Score: 3.2/10 Creator: PrinceGabriel Lgtm Creator Reputation: B Version: 0.3.17 Install (Claude Code): claude mcp add io-github-princegabriel-lgtm-freshcontext -- npx -y freshcontext-mcp@0.3.17 Install (Claude Code Remote): claude mcp add --transport http io-github-princegabriel-lgtm-freshcontext https://freshcontext-mcp.gimmanuel73.workers.dev/mcp --- ## Forency URL: https://mcp-marketplace.io/server/io-github-cheevahagadog-forency Summary: Detect the tech stack behind any website: CMS, ecommerce, analytics, CRM, payments, hosting. Description: Detect the tech stack behind any website: CMS, ecommerce, analytics, CRM, payments, hosting. Remote endpoints: streamable-http: https://forency.io/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: forency-mcp Remote URL: https://forency.io/api/mcp GitHub: https://github.com/cheevahagadog/forency-mcp Security Score: 5.7/10 Creator: Cheevahagadog Creator Reputation: B Version: 1.1.0 Required Credentials: FORENCY_API_KEY (required) Install (Claude Code): claude mcp add io-github-cheevahagadog-forency -- npx -y forency-mcp@1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cheevahagadog-forency https://forency.io/api/mcp --- ## Zipp URL: https://mcp-marketplace.io/server/com-zippfeed-zipp Summary: Multi-language crypto news with editorial sentiment + importance scoring; cites original publisher. Description: Multi-language crypto news with editorial sentiment + importance scoring; cites original publisher. Remote endpoints: streamable-http: https://zippfeed.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://zippfeed.com/mcp/ GitHub: https://github.com/deficlow/zipp-mcp MCP Tools (6): search, get_latest, get_breaking, get_featured, get_post, list_categories Security Score: 7.3/10 Creator: Deficlow Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-zippfeed-zipp https://zippfeed.com/mcp/ --- ## Entscheidsuche URL: https://mcp-marketplace.io/server/ch-entscheidsuche-mcp Summary: Suche in Schweizer Gerichtsentscheiden aller Instanzen (Bund, Kantone) in DE/FR/IT. Description: Suche in Schweizer Gerichtsentscheiden aller Instanzen (Bund, Kantone) in DE/FR/IT. Remote endpoints: streamable-http: https://mcp.entscheidsuche.ch/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.entscheidsuche.ch/mcp GitHub: https://github.com/entscheidsuche/entscheidsuche-mcp Security Score: 5.2/10 Creator: Entscheidsuche Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-entscheidsuche-mcp https://mcp.entscheidsuche.ch/mcp --- ## Abs Au URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-abs-au Summary: Australian Bureau of Statistics (ABS) Data API MCP. Description: Australian Bureau of Statistics (ABS) Data API MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/abs-au/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/abs-au/mcp GitHub: https://github.com/pipeworx-io/mcp-abs-au MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_dataflows, dataflow_structure, get_data Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-abs-au https://gateway.pipeworx.io/abs-au/mcp --- ## Cowork Qa URL: https://mcp-marketplace.io/server/io-github-insideos-designs-cowork-qa Summary: Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots. Category: Developer Tools Mode: local Pricing: Free npm: cowork-qa-mcp GitHub: https://github.com/inSideos-designs/cowork-qa-mcp Security Score: 4.4/10 Creator: InSideos Designs Creator Reputation: B Version: 0.1.1 Required Credentials: COWORK_QA_HEADED (optional), COWORK_QA_DATA (optional) Install (Claude Code): claude mcp add io-github-insideos-designs-cowork-qa -- npx -y cowork-qa-mcp@0.1.1 --- ## Govcon Feed URL: https://mcp-marketplace.io/server/com-dropwatchhq-govcon-feed Summary: Track US federal contract changes: what changed, deltas, competitor award watch, award search. Description: Track US federal contract changes: what changed, deltas, competitor award watch, award search. Remote endpoints: streamable-http: https://govcon.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://govcon.dropwatchhq.com/mcp MCP Tools (4): whats_changed_since, delta_digest, competitor_watch, search_awards Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-govcon-feed https://govcon.dropwatchhq.com/mcp --- ## Concierge URL: https://mcp-marketplace.io/server/ai-travelminds-concierge Summary: Grounded, multilingual travel data + a cited travel concierge. 12+ languages, deep India coverage. Description: Grounded, multilingual travel data + a cited travel concierge. 12+ languages, deep India coverage. Remote endpoints: streamable-http: https://mcp.travelminds.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.travelminds.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-travelminds-concierge https://mcp.travelminds.ai/mcp --- ## Faa Delays URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-faa-delays Summary: FAA Delays MCP — live US airport operational status (FAA, free, no auth). Description: FAA Delays MCP — live US airport operational status (FAA, free, no auth). Remote endpoints: streamable-http: https://gateway.pipeworx.io/faa-delays/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/faa-delays/mcp GitHub: https://github.com/pipeworx-io/mcp-faa-delays MCP Tools (32): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, airport_delays, all_delays Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-faa-delays https://gateway.pipeworx.io/faa-delays/mcp --- ## Govcon Recompete URL: https://mcp-marketplace.io/server/com-dropwatchhq-govcon-recompete Summary: Predict federal contract recompetes: expiring contracts, likely competitors, win odds. Description: Predict federal contract recompetes: expiring contracts, likely competitors, win odds. Remote endpoints: streamable-http: https://recompete.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://recompete.dropwatchhq.com/mcp MCP Tools (3): predict_recompete, expiring_recompetes, lane_competitors Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-govcon-recompete https://recompete.dropwatchhq.com/mcp --- ## Sciple URL: https://mcp-marketplace.io/server/io-github-navaganeshr-sciple-mcp Summary: Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory. Category: Developer Tools Mode: local Pricing: Free PyPI: sciple-mcp GitHub: https://github.com/navaganeshr/sciple-mcp Security Score: 10/10 Creator: Navaganeshr Creator Reputation: B Version: 0.8.0 Required Credentials: SCIPLE_PLATFORM_URL (optional) Install (Claude Code): claude mcp add io-github-navaganeshr-sciple-mcp -- uvx sciple-mcp==0.8.0 --- ## Ebi Ols URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ebi-ols Summary: EBI Ontology Lookup Service — 250+ biomedical ontologies Description: EBI Ontology Lookup Service — 250+ biomedical ontologies Remote endpoints: streamable-http: https://gateway.pipeworx.io/ebi-ols/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ebi-ols/mcp GitHub: https://github.com/pipeworx-io/mcp-ebi-ols MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_ontologies, get_ontology, search, get_term, term_ancestors, term_children Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ebi-ols https://gateway.pipeworx.io/ebi-ols/mcp --- ## Property Mortgage URL: https://mcp-marketplace.io/server/io-github-foxdavidson-property-mortgage-mcp Summary: UK mortgage calculators: stamp duty, MCOB 3A HNW qualification, and bridging loan cost. Description: UK mortgage calculators: stamp duty, MCOB 3A HNW qualification, and bridging loan cost. Remote endpoints: streamable-http: https://fd-property-mortgage-mcp.fdcommercial-uk.workers.dev/mcp Category: Finance Mode: dual Pricing: Free npm: @foxdavidson/property-mortgage-mcp Remote URL: https://fd-property-mortgage-mcp.fdcommercial-uk.workers.dev/mcp GitHub: https://github.com/foxdavidson/property-mortgage-mcp Security Score: 6.2/10 Creator: Foxdavidson Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-foxdavidson-property-mortgage-mcp -- npx -y @foxdavidson/property-mortgage-mcp@0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-foxdavidson-property-mortgage-mcp https://fd-property-mortgage-mcp.fdcommercial-uk.workers.dev/mcp --- ## Double Check URL: https://mcp-marketplace.io/server/io-github-mgleonard-ops-double-check Summary: AI-powered scam detection for suspicious texts, emails, and screenshots. US-focused. Description: AI-powered scam detection for suspicious texts, emails, and screenshots. US-focused. Remote endpoints: streamable-http: https://web-production-970ba.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://web-production-970ba.up.railway.app/mcp MCP Tools (1): check Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mgleonard-ops-double-check https://web-production-970ba.up.railway.app/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-lowvyn-mcp Summary: Verify Canadian deals, find the same product cheaper across .ca retailers, track CAD price history. Description: Verify Canadian deals, find the same product cheaper across .ca retailers, track CAD price history. Remote endpoints: streamable-http: https://api.lowvyn.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lowvyn.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http com-lowvyn-mcp https://api.lowvyn.com/mcp --- ## Publisher URL: https://mcp-marketplace.io/server/tw-surl-humanread-publisher Summary: Publish Git-backed multilingual novels with agents, safe layouts, reviews, and author approval. Description: Publish Git-backed multilingual novels with agents, safe layouts, reviews, and author approval. Remote endpoints: streamable-http: https://humanread.surl.tw/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://humanread.surl.tw/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http tw-surl-humanread-publisher https://humanread.surl.tw/mcp --- ## Lodi Kids Activities URL: https://mcp-marketplace.io/server/com-lodikidsactivities-lodi-kids-activities Summary: Free directory of youth programs and licensed daycares in Lodi, CA. 72 tools. Description: Free directory of youth programs and licensed daycares in Lodi, CA. 72 tools. Remote endpoints: streamable-http: https://lodikidsactivities.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lodikidsactivities.com/api/mcp MCP Tools (72): search_programs, get_program, search_daycares, get_daycare, list_upcoming_events, get_event, list_categories, list_cities, city_stats, list_guides, get_guide, featured_listings, upcoming_registrations, nearby_programs, list_reviews, program_events_feed, site_directory, parent_list_saves, parent_save_program, parent_unsave_program, parent_list_kids, parent_add_kid, parent_list_tours, org_list_leads, org_list_programs, org_update_program_capacity, org_reply_to_review, parent_me, parent_update_prefs, parent_update_kid, parent_remove_kid, parent_list_enrollments, parent_report_enrollment, parent_save_daycare, parent_submit_review, parent_my_reviews, parent_my_household, parent_invite_household_member, parent_accept_household_invite, parent_leave_household, parent_my_upcoming_events, parent_calendar_subscribe_url, parent_request_tour, parent_cancel_tour, parent_my_waitlist_positions, parent_my_applications, parent_recommended_for_me, parent_export_my_data, parent_revoke_my_tokens, org_dashboard, org_update_profile, org_update_program, org_archive_program, org_confirm_listing_fresh, org_list_program_events, org_add_program_event, org_cancel_program_event, org_analytics, org_generate_promo_kit_url, daycare_capacity, daycare_set_capacity, daycare_list_tours, daycare_respond_to_tour, daycare_list_waitlist, daycare_list_applications, admin_pending_claims, admin_pending_discoveries, admin_pending_guides, admin_cost_summary, admin_mcp_stats, admin_live_activity, admin_search_trends Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-lodikidsactivities-lodi-kids-activities https://lodikidsactivities.com/api/mcp --- ## Opentreeoflife URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-opentreeoflife Summary: Open Tree of Life MCP. Description: Open Tree of Life MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/opentreeoflife/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/opentreeoflife/mcp GitHub: https://github.com/pipeworx-io/mcp-opentreeoflife MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, match_names, taxon_info, common_ancestor Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-opentreeoflife https://gateway.pipeworx.io/opentreeoflife/mcp --- ## Idf URL: https://mcp-marketplace.io/server/io-github-intent-driven-software-idf-mcp Summary: Turn an IDF domain into an MCP server with invariants and role scopes in every tool description. Category: Developer Tools Mode: local Pricing: Free npm: @intent-driven/mcp-server GitHub: https://github.com/intent-driven-software/idf-mcp Security Score: 6.2/10 Creator: Intent Driven Software Creator Reputation: B Version: 1.0.2 Required Credentials: IDF_SERVER (optional), IDF_DOMAIN (optional), IDF_BOOTSTRAP (optional), IDF_ONTOLOGY_PATH (optional), IDF_AUTH_TOKEN (required) Install (Claude Code): claude mcp add io-github-intent-driven-software-idf-mcp -- npx -y @intent-driven/mcp-server@1.0.2 --- ## Talent Augmenting Layer URL: https://mcp-marketplace.io/server/io-github-angelo-leone-talent-augmenting-layer Summary: Personalised AI augmentation system — makes you better at your work, not dependent on AI Description: Personalised AI augmentation system — makes you better at your work, not dependent on AI Remote endpoints: streamable-http: https://proworker-hosted.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://proworker-hosted.onrender.com/mcp GitHub: https://github.com/angelo-leone/talent-augmenting-layer MCP Tools (15): talent_get_profile, talent_get_calibration, talent_classify_task, talent_log_interaction, talent_get_progression, talent_list_profiles, talent_status, talent_org_summary, talent_delete_profile, talent_save_profile, talent_assess_start, talent_assess_score, talent_assess_create_profile, talent_suggest_domains, talent_parse_telemetry Security Score: 0/10 Creator: Angelo Leone Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-angelo-leone-talent-augmenting-layer https://proworker-hosted.onrender.com/mcp --- ## Iso20022oracle URL: https://mcp-marketplace.io/server/io-tooloracle-iso20022oracle Summary: ISO20022Oracle - 12 ISO 20022 tools: pacs/pain/camt parsing, MX validation, MT migration. Description: ISO20022Oracle - 12 ISO 20022 tools: pacs/pain/camt parsing, MX validation, MT migration. Remote endpoints: streamable-http: https://tooloracle.io/iso20022/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/iso20022/mcp/ GitHub: https://github.com/ToolOracle/iso20022oracle MCP Tools (12): validate_message, check_structured_address, dti_lookup, generate_pacs008, travel_rule_check, stablecoin_iso_profile, mica_cross_check, sanctions_screen_iso, message_convert_check, swift_deadlines, message_catalog, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-iso20022oracle https://tooloracle.io/iso20022/mcp/ --- ## Lorem Ipsum Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-lorem-ipsum-ai-mcp Summary: Lorem Ipsum Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: lorem-ipsum-ai-mcp GitHub: https://github.com/CSOAI-ORG/lorem-ipsum-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.9 Install (Claude Code): claude mcp add io-github-csoai-org-lorem-ipsum-ai-mcp -- uvx lorem-ipsum-ai-mcp==1.0.9 --- ## Fingerprint URL: https://mcp-marketplace.io/server/io-github-fingerprintjs-fingerprint-mcp-server Summary: Device intelligence for AI agents: Fingerprint events, smart signals, and API key management. Description: Device intelligence for AI agents: Fingerprint events, smart signals, and API key management. Remote endpoints: streamable-http: https://mcp.fpjs.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.fpjs.io/mcp GitHub: https://github.com/fingerprintjs/fingerprint-mcp-server Security Score: 10/10 Creator: Fingerprintjs Creator Reputation: B Version: 0.1.35 Required Credentials: FINGERPRINT_SERVER_API_KEY (required) Install (Claude Code Remote): claude mcp add --transport http io-github-fingerprintjs-fingerprint-mcp-server https://mcp.fpjs.io/mcp --- ## Amazon Advertising Ppc Prophet URL: https://mcp-marketplace.io/server/io-github-philmccarty-amazon-advertising-ppc-prophet Summary: Amazon Ads MCP with 27+ tools for analytics, wasted spend, and automation. Description: Amazon Ads MCP with 27+ tools for analytics, wasted spend, and automation. Remote endpoints: streamable-http: https://ppcgpt.getppcprophet.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ppcgpt.getppcprophet.com/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-philmccarty-amazon-advertising-ppc-prophet https://ppcgpt.getppcprophet.com/mcp --- ## Revieworacle URL: https://mcp-marketplace.io/server/io-tooloracle-revieworacle Summary: ReviewOracle - 8 review intel tools: sentiment, themes, competitors, response drafts. Description: ReviewOracle - 8 review intel tools: sentiment, themes, competitors, response drafts. Remote endpoints: streamable-http: https://tooloracle.io/review/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/review/mcp/ GitHub: https://github.com/ToolOracle/revieworacle MCP Tools (8): review_search, brand_monitor, competitor_compare, product_reviews, sentiment_trend, warentest_search, alert_check, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-revieworacle https://tooloracle.io/review/mcp/ --- ## Mcp URL: https://mcp-marketplace.io/server/com-onepagecrm-mcp Summary: Create, search, update, and manage data in OnePageCRM. Description: Create, search, update, and manage data in OnePageCRM. Remote endpoints: streamable-http: https://app.onepagecrm.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.onepagecrm.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-onepagecrm-mcp https://app.onepagecrm.com/mcp --- ## Secure Vault URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-secure-vault Summary: Encrypted secrets and credential management for agents Category: Security Mode: local Pricing: Free npm: secure-vault-mcp GitHub: https://github.com/mdfifty50-boop/secure-vault-mcp Security Score: 3.5/10 Creator: Mdfifty50 Boop Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-secure-vault -- npx -y secure-vault-mcp@0.1.1 --- ## Reliastats Site URL: https://mcp-marketplace.io/server/com-reliastats-public Summary: Reliability statistics — Weibull/lognormal fitting, MTBF/MTTR, availability, system composition. Description: Reliability statistics — Weibull/lognormal fitting, MTBF/MTTR, availability, system composition. Remote endpoints: streamable-http: https://reliastats.com/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://reliastats.com/mcp/v1 GitHub: https://github.com/chiaha-ai/reliastats-site MCP Tools (11): explain_reliability_basics, explain_distributions_for_reliability, explain_advanced_reliability_patterns, explain_pi_vs_ci_for_validation, interpret_weibull_shape, weibull_summary, compute_availability, system_reliability, recommend_distribution, list_paired_models, describe_bottling_line Security Score: 8/10 Creator: Chiaha Ai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-reliastats-public https://reliastats.com/mcp/v1 --- ## Research Hub URL: https://mcp-marketplace.io/server/io-github-wenyuchiou-research-hub Summary: Research workspace for Zotero + Obsidian + NotebookLM. Search, ingest, sync, verify briefs. Category: Developer Tools Mode: local Pricing: Free PyPI: research-hub-pipeline GitHub: https://github.com/WenyuChiou/research-hub Security Score: 8/10 Creator: WenyuChiou Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-wenyuchiou-research-hub -- uvx research-hub-pipeline==1.0.0 --- ## Rails Agent Skills URL: https://mcp-marketplace.io/server/io-github-igmarin-rails-agent-skills-mcp Summary: Rails development skills, docs, and workflows exposed through MCP stdio. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/igmarin/rails-agent-skills Security Score: 10/10 Creator: Igmarin Creator Reputation: B Version: 5.1.7 --- ## Snaprender Integrations URL: https://mcp-marketplace.io/server/io-github-user0856-snaprender Summary: Screenshot, extract content, and render web pages. PNG/JPEG/WebP/PDF, batch, signed URLs. Category: Developer Tools Mode: local Pricing: Free npm: snaprender-mcp GitHub: https://github.com/User0856/snaprender-integrations Security Score: 7.8/10 Creator: User0856 Creator Reputation: B Version: 1.5.4 Required Credentials: SNAPRENDER_API_KEY (optional) Install (Claude Code): claude mcp add io-github-user0856-snaprender -- npx -y snaprender-mcp@1.5.4 --- ## Paymentoracle URL: https://mcp-marketplace.io/server/io-tooloracle-paymentoracle Summary: PaymentOracle — ES256K-signed receipts for x402 payments on USDC+EURC (Base) and XRP+RLUSD (XRPL). Description: PaymentOracle — ES256K-signed receipts for x402 payments on USDC+EURC (Base) and XRP+RLUSD (XRPL). Remote endpoints: streamable-http: https://tooloracle.io/payments/mcp/ Category: Finance Mode: remote Pricing: Free Remote URL: https://tooloracle.io/payments/mcp/ GitHub: https://github.com/ToolOracle/paymentoracle MCP Tools (6): quote_payment, verify_payment, issue_receipt, get_receipt, get_proof_latest, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 0.7.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-paymentoracle https://tooloracle.io/payments/mcp/ --- ## Email URL: https://mcp-marketplace.io/server/live-alpic-email-mcp-ded4e7db-email-mcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://email-mcp-ded4e7db.alpic.live sse: https://email-mcp-ded4e7db.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-mcp-ded4e7db.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-email-mcp-ded4e7db-email-mcp https://email-mcp-ded4e7db.alpic.live --- ## Cli Builder Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-cli-builder-ai-mcp Summary: Cli Builder Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: cli-builder-ai-mcp GitHub: https://github.com/CSOAI-ORG/cli-builder-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-cli-builder-ai-mcp -- uvx cli-builder-ai-mcp==1.0.11 --- ## Sftunes URL: https://mcp-marketplace.io/server/io-github-tmchalk-sftunes Summary: Hand-made human mixtapes with liner notes. Paid tools $0.01 USDC via x402, 80% to the tapemaker. Description: Hand-made human mixtapes with liner notes. Paid tools $0.01 USDC via x402, 80% to the tapemaker. Remote endpoints: streamable-http: https://sftunes.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sftunes.com/api/mcp GitHub: https://github.com/TMCHALK/sftunes MCP Tools (3): about_sftunes, list_tapes, get_tape Security Score: 8/10 Creator: TMCHALK Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tmchalk-sftunes https://sftunes.com/api/mcp --- ## MCPBridge URL: https://mcp-marketplace.io/server/io-github-iamjrmh-mcpbridge Summary: Unified MCP server bridging Claude Code and Ollama to Roblox Studio and Blender. Category: Developer Tools Mode: local Pricing: Free npm: @iamjrmh/mcpbridge GitHub: https://github.com/iamjrmh/MCPBridge Security Score: 4.2/10 Creator: Iamjrmh Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-iamjrmh-mcpbridge -- npx -y @iamjrmh/mcpbridge@1.0.0 --- ## Gtex URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gtex Summary: GTEx — Genotype-Tissue Expression human gene-expression atlas Description: GTEx — Genotype-Tissue Expression human gene-expression atlas Remote endpoints: streamable-http: https://gateway.pipeworx.io/gtex/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gtex/mcp GitHub: https://github.com/pipeworx-io/mcp-gtex MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, gene, median_expression, top_expressed_genes, single_tissue_eqtls, tissues Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gtex https://gateway.pipeworx.io/gtex/mcp --- ## Vizier URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-vizier Summary: CDS VizieR — astronomical catalogue server (tens of thousands of catalogues) Description: CDS VizieR — astronomical catalogue server (tens of thousands of catalogues) Remote endpoints: streamable-http: https://gateway.pipeworx.io/vizier/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/vizier/mcp GitHub: https://github.com/pipeworx-io/mcp-vizier MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, catalogs, query_catalog, cone_search, object Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-vizier https://gateway.pipeworx.io/vizier/mcp --- ## Heroku Code URL: https://mcp-marketplace.io/server/io-github-dsouzaanush-heroku-code-mcp Summary: Search and execute Heroku Platform API operations Category: Cloud & DevOps Mode: local Pricing: Free GitHub: https://github.com/dsouzaAnush/heroku-code-mcp Security Score: 10/10 Creator: DsouzaAnush Creator Reputation: B Version: 0.1.0 --- ## Userguiding URL: https://mcp-marketplace.io/server/io-github-userguiding-mcp Summary: Manage users, track events, companies, and knowledge base articles in UserGuiding. Description: Manage users, track events, companies, and knowledge base articles in UserGuiding. Remote endpoints: streamable-http: https://mcp.userguiding.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.userguiding.com/mcp/ GitHub: https://github.com/userguiding/userguiding Security Score: 8/10 Creator: Userguiding Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-userguiding-mcp https://mcp.userguiding.com/mcp/ --- ## Agent Commerce URL: https://mcp-marketplace.io/server/io-github-bch1212-agent-commerce-mcp Summary: Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program. Description: Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program. Remote endpoints: streamable-http: https://commerce.halversonco.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: agent-commerce-mcp Remote URL: https://commerce.halversonco.com/mcp GitHub: https://github.com/bch1212/agent-commerce-mcp Security Score: 3.8/10 Creator: Bch1212 Creator Reputation: B Version: 0.1.3 Install (Claude Code): claude mcp add io-github-bch1212-agent-commerce-mcp -- npx -y agent-commerce-mcp@0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-bch1212-agent-commerce-mcp https://commerce.halversonco.com/mcp --- ## Futuur URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-futuur Summary: Futuur Prediction Market MCP. Description: Futuur Prediction Market MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/futuur/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/futuur/mcp GitHub: https://github.com/pipeworx-io/mcp-futuur MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_markets, get_market, top_markets Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-futuur https://gateway.pipeworx.io/futuur/mcp --- ## Topolift URL: https://mcp-marketplace.io/server/io-github-topolift-topolift-mcp Summary: Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect. Category: Developer Tools Mode: local Pricing: Free PyPI: topolift-mcp GitHub: https://github.com/TopoLift/topolift-mcp Security Score: 4.8/10 Creator: TopoLift Creator Reputation: B Version: 0.2.1 Required Credentials: TOPOLIFT_API_KEY (required), TOPOLIFT_API_URL (optional), TOPOLIFT_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-topolift-topolift-mcp -- uvx topolift-mcp==0.2.1 --- ## Sovereignty Scan URL: https://mcp-marketplace.io/server/io-github-kajaril-sovereignty-scan-mcp Summary: EU AI Act sovereignty scanning. Provider residency, registration status, audit trail support. Description: EU AI Act sovereignty scanning. Provider residency, registration status, audit trail support. Remote endpoints: streamable-http: https://sovereignty-scan.kajaril.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sovereignty-scan.kajaril.com/mcp GitHub: https://github.com/kajaril/sovereignty-scan-mcp MCP Tools (5): scan_provider, scan_stack, list_providers, get_us_cloud_act_providers, suggest_eu_alternatives Security Score: 6.8/10 Creator: Kajaril Creator Reputation: B Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-kajaril-sovereignty-scan-mcp https://sovereignty-scan.kajaril.com/mcp --- ## Devhelmhq URL: https://mcp-marketplace.io/server/io-github-devhelmhq-mcp-server Summary: Monitor uptime, manage incidents, configure alerting, and query dependency status via DevHelm Category: Developer Tools Mode: local Pricing: Free PyPI: devhelm-mcp-server GitHub: https://github.com/devhelmhq/mcp-server Security Score: 4.8/10 Creator: Devhelmhq Creator Reputation: B Version: 1.0.2 Required Credentials: DEVHELM_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-devhelmhq-mcp-server -- uvx devhelm-mcp-server==1.0.3 --- ## Myriade URL: https://mcp-marketplace.io/server/ai-myriade-myriade Summary: Explore and query your data warehouse through Myriade's AI data analyst agent. Description: Explore and query your data warehouse through Myriade's AI data analyst agent. Remote endpoints: streamable-http: https://app.myriade.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.myriade.ai/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.187.1 Install (Claude Code Remote): claude mcp add --transport http ai-myriade-myriade https://app.myriade.ai/mcp/ --- ## Ecfr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ecfr Summary: eCFR (Electronic Code of Federal Regulations) MCP. Description: eCFR (Electronic Code of Federal Regulations) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/ecfr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ecfr/mcp GitHub: https://github.com/pipeworx-io/mcp-ecfr MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_regulations, list_titles, title_structure Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ecfr https://gateway.pipeworx.io/ecfr/mcp --- ## Legal Sources URL: https://mcp-marketplace.io/server/io-github-zachlaik-legal-data-hunter Summary: Search 18M+ legal documents worldwide — case law, legislation, and doctrine across 110+ countries. Description: Search 18M+ legal documents worldwide — case law, legislation, and doctrine across 110+ countries. Remote endpoints: streamable-http: https://legaldatahunter.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://legaldatahunter.com/mcp GitHub: https://github.com/worldwidelaw/legal-sources Security Score: 3.2/10 Creator: Worldwidelaw Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-zachlaik-legal-data-hunter https://legaldatahunter.com/mcp --- ## Brave Search URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-brave-search Summary: Brave Search MCP — independent web index (no Google/Bing dependency) Description: Brave Search MCP — independent web index (no Google/Bing dependency) Remote endpoints: streamable-http: https://gateway.pipeworx.io/brave-search/mcp Category: Search & Web Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/brave-search/mcp GitHub: https://github.com/pipeworx-io/mcp-brave-search Security Score: 7.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-brave-search https://gateway.pipeworx.io/brave-search/mcp --- ## Grants Gov URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-grants-gov Summary: Grants.gov MCP — open federal grant opportunities (free, no auth) Description: Grants.gov MCP — open federal grant opportunities (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/grants-gov/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/grants-gov/mcp GitHub: https://github.com/pipeworx-io/mcp-grants-gov Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-grants-gov https://gateway.pipeworx.io/grants-gov/mcp --- ## Doorprofit URL: https://mcp-marketplace.io/server/com-doorprofit-doorprofit Summary: US crime scores, incidents, neighborhood demographics, rent data, and offender search by address. Description: US crime scores, incidents, neighborhood demographics, rent data, and offender search by address. Remote endpoints: streamable-http: https://api.doorprofit.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.doorprofit.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-doorprofit-doorprofit https://api.doorprofit.com/mcp --- ## Fb Publisher URL: https://mcp-marketplace.io/server/io-github-anthonyjbolo-mcp-fb-publisher Summary: Safe Facebook Pages publishing with brand-voice, image-required & anti-duplication checks. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-fb-publisher GitHub: https://github.com/anthonyjbolo/mcp-fb-publisher Security Score: 10/10 Creator: Anthonyjbolo Creator Reputation: B Version: 0.1.1 Required Credentials: META_USER_TOKEN (required), MCP_FB_PUBLISHER_CONFIG (optional), MCP_FB_PUBLISHER_CONFIG_JSON (optional), OPENAI_API_KEY (required), FAL_KEY (required) Install (Claude Code): claude mcp add io-github-anthonyjbolo-mcp-fb-publisher -- uvx mcp-fb-publisher==0.1.1 --- ## Catalyst Edge URL: https://mcp-marketplace.io/server/io-github-rm0nroe-catalyst-edge-mcp Summary: Source-linked market intelligence for AI agents researching public-company tickers. Category: Developer Tools Mode: local Pricing: Free PyPI: catalyst-edge-mcp GitHub: https://github.com/rm0nroe/catalyst-edge-mcp Security Score: 4.2/10 Creator: Rm0nroe Creator Reputation: B Version: 0.1.8 Required Credentials: CATALYST_EDGE_SEC_USER_AGENT (optional), CATALYST_EDGE_EVIDENCE_STORE (optional), CATALYST_EDGE_GDELT (optional), CATALYST_EDGE_BLUESKY (optional) Install (Claude Code): claude mcp add io-github-rm0nroe-catalyst-edge-mcp -- uvx catalyst-edge-mcp==0.1.8 --- ## Invovate URL: https://mcp-marketplace.io/server/io-github-lightspeedplusone-invovate-mcp-server Summary: AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API. Category: Developer Tools Mode: local Pricing: Free npm: invovate-mcp-server GitHub: https://github.com/LightSpeedPlusOne/invovate-mcp-server Security Score: 6.2/10 Creator: LightSpeedPlusOne Creator Reputation: B Version: 0.1.1 Required Credentials: INVOVATE_API_KEY (required), INVOVATE_API_BASE (optional) Install (Claude Code): claude mcp add io-github-lightspeedplusone-invovate-mcp-server -- npx -y invovate-mcp-server@0.1.1 --- ## Librivox URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-librivox Summary: LibriVox public-domain audiobooks (~17000 titles in dozens of languages) Description: LibriVox public-domain audiobooks (~17000 titles in dozens of languages) Remote endpoints: streamable-http: https://gateway.pipeworx.io/librivox/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/librivox/mcp GitHub: https://github.com/pipeworx-io/mcp-librivox MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, audiobooks, audiobook, authors, tracks Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-librivox https://gateway.pipeworx.io/librivox/mcp --- ## Steadyfetch URL: https://mcp-marketplace.io/server/io-github-carsonroell-debug-steadyfetch Summary: Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass Description: Reliable web fetching for AI agents with retry, circuit breaker, caching, and anti-bot bypass Remote endpoints: streamable-http: https://steadyfetch-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: steadyfetch Remote URL: https://steadyfetch-production.up.railway.app/mcp MCP Tools (5): fetch_url, fetch_markdown, check_domain, cache_stats, clear_cache Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-carsonroell-debug-steadyfetch -- uvx steadyfetch Install (Claude Code Remote): claude mcp add --transport http io-github-carsonroell-debug-steadyfetch https://steadyfetch-production.up.railway.app/mcp --- ## Mcpwp URL: https://mcp-marketplace.io/server/io-github-mumega848-mcpwp Summary: MCP for WordPress — connect Claude, Cursor, or Windsurf to any WordPress site. Category: Developer Tools Mode: local Pricing: Free npm: @mcpwp.net/mcpwp GitHub: https://github.com/Mumega-com/mcpwp Security Score: 9.7/10 Creator: Mumega Com Creator Reputation: B Version: 3.0.1 Required Credentials: WP_URL (optional), WP_API_KEY (required) Install (Claude Code): claude mcp add io-github-mumega848-mcpwp -- npx -y @mcpwp.net/mcpwp@3.0.1 --- ## Mcp URL: https://mcp-marketplace.io/server/co-callendar-mcp Summary: WhatsApp® reminders and rescheduling for Calendly. Public read-only MCP endpoint. Description: WhatsApp® reminders and rescheduling for Calendly. Public read-only MCP endpoint. Remote endpoints: streamable-http: https://app.callendar.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.callendar.de/mcp MCP Tools (4): get_callendar_overview, get_callendar_features, get_callendar_pricing, create_callendar_contact_link Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-callendar-mcp https://app.callendar.de/mcp --- ## Coal URL: https://mcp-marketplace.io/server/io-github-emmanuel39hanks-coal Summary: Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP. Description: Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP. Remote endpoints: streamable-http: https://mcp.usecoal.xyz/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.usecoal.xyz/api/mcp GitHub: https://github.com/emmanuel39hanks/coal Security Score: 3.2/10 Creator: Emmanuel39hanks Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-emmanuel39hanks-coal https://mcp.usecoal.xyz/api/mcp --- ## Oyez URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-oyez Summary: Oyez SCOTUS MCP. Description: Oyez SCOTUS MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/oyez/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/oyez/mcp GitHub: https://github.com/pipeworx-io/mcp-oyez MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, search_cases, get_case, cases_by_term Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-oyez https://gateway.pipeworx.io/oyez/mcp --- ## Ons Uk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ons-uk Summary: UK Office for National Statistics dataset catalogue + Beta JSON API Description: UK Office for National Statistics dataset catalogue + Beta JSON API Remote endpoints: streamable-http: https://gateway.pipeworx.io/ons-uk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ons-uk/mcp GitHub: https://github.com/pipeworx-io/mcp-ons-uk MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, datasets, dataset, editions, latest_observations, series Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ons-uk https://gateway.pipeworx.io/ons-uk/mcp --- ## Connext URL: https://mcp-marketplace.io/server/com-rti-connext-mcp Summary: Integrate Connext AI into agentic workflows, enabling Connext product-aware assistance. Description: Integrate Connext AI into agentic workflows, enabling Connext product-aware assistance. Remote endpoints: streamable-http: https://chatbot.rti.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chatbot.rti.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.7.1 Install (Claude Code Remote): claude mcp add --transport http com-rti-connext-mcp https://chatbot.rti.com/mcp --- ## Hpo Api URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hpo-api Summary: Human Phenotype Ontology — clinical phenotype terms + gene/disease annotations Description: Human Phenotype Ontology — clinical phenotype terms + gene/disease annotations Remote endpoints: streamable-http: https://gateway.pipeworx.io/hpo-api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/hpo-api/mcp GitHub: https://github.com/pipeworx-io/mcp-hpo-api MCP Tools (21): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, term, search, term_children, term_parents, term_descendants, gene_diseases, disease_phenotypes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hpo-api https://gateway.pipeworx.io/hpo-api/mcp --- ## Atlas URL: https://mcp-marketplace.io/server/io-github-ahmedeid1-atlas-research Summary: Read-only MCP over an agentic SLR workspace with per-claim citation verification Description: Read-only MCP over an agentic SLR workspace with per-claim citation verification Remote endpoints: streamable-http: https://atlas-sooty-delta.vercel.app/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://atlas-sooty-delta.vercel.app/api/mcp/mcp GitHub: https://github.com/ahmedEid1/atlas Security Score: 9.9/10 Creator: AhmedEid1 Creator Reputation: B Version: 0.7.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ahmedeid1-atlas-research https://atlas-sooty-delta.vercel.app/api/mcp/mcp --- ## Javelin Guardrails URL: https://mcp-marketplace.io/server/io-github-abhijitjavelin-javelin-guardrails-mcp-server Summary: An MCP server that provides Javelin Standalone Guardrails Description: An MCP server that provides Javelin Standalone Guardrails Remote endpoints: streamable-http: https://abhijitjavelin.github.io/javelin-guardrails-mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://abhijitjavelin.github.io/javelin-guardrails-mcp-server/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-abhijitjavelin-javelin-guardrails-mcp-server https://abhijitjavelin.github.io/javelin-guardrails-mcp-server/mcp --- ## N8n URL: https://mcp-marketplace.io/server/io-github-arcar-org-n8n-mcp-server Summary: Servidor MCP para integraciones con arcar.org Description: Servidor MCP para integraciones con arcar.org Remote endpoints: sse: https://nave.q2bot.com/mcp/arcar.org Category: Productivity Mode: remote Pricing: Free Remote URL: https://nave.q2bot.com/mcp/arcar.org Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-arcar-org-n8n-mcp-server https://nave.q2bot.com/mcp/arcar.org --- ## Opendosm My URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-opendosm-my Summary: data.gov.my / OpenDOSM (Department of Statistics Malaysia) — official Malaysian open-data API. Description: data.gov.my / OpenDOSM (Department of Statistics Malaysia) — official Malaysian open-data API. Remote endpoints: streamable-http: https://gateway.pipeworx.io/opendosm-my/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/opendosm-my/mcp GitHub: https://github.com/pipeworx-io/mcp-opendosm-my MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, opendosm_get_dataset, opendosm_dataset_meta, opendosm_list_datasets Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-opendosm-my https://gateway.pipeworx.io/opendosm-my/mcp --- ## Bitrix24 URL: https://mcp-marketplace.io/server/io-github-bitrix24-bitrix24 Summary: MCP server enabling AI agents to manage Bitrix24 features via standardized protocol Description: MCP server enabling AI agents to manage Bitrix24 features via standardized protocol Remote endpoints: streamable-http: https://mcp.bitrix24.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bitrix24.com/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bitrix24-bitrix24 https://mcp.bitrix24.com/mcp/ --- ## Agent Handoff Certified URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-handoff-certified-mcp Summary: Verifiable agent-to-agent task handoff with signed provenance chain. Initiating agent signs the ... Description: Verifiable agent-to-agent task handoff with signed provenance chain. Initiating agent signs the ... Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/handoff-certified Category: Developer Tools Mode: dual Pricing: Free PyPI: agent-handoff-certified-mcp Remote URL: https://api.meok.ai/v1/a2a/handoff-certified GitHub: https://github.com/CSOAI-ORG/agent-handoff-certified-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-agent-handoff-certified-mcp -- uvx agent-handoff-certified-mcp==1.0.12 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-handoff-certified-mcp https://api.meok.ai/v1/a2a/handoff-certified --- ## Biopharma Catalyst URL: https://mcp-marketplace.io/server/io-github-yesc97-biopharma-catalyst-mcp Summary: Forensic biopharma catalyst auditor — 10 tools, deterministic CLEAN/BEAR_SIGNAL verdict. Category: Developer Tools Mode: local Pricing: Free npm: biopharma-catalyst-mcp GitHub: https://github.com/yesc97/biopharma-catalyst-mcp Security Score: 4.2/10 Creator: Yesc97 Creator Reputation: B Version: 1.2.0 Required Credentials: SEC_USER_AGENT (optional) Install (Claude Code): claude mcp add io-github-yesc97-biopharma-catalyst-mcp -- npx -y biopharma-catalyst-mcp@1.2.0 --- ## Arxiv URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-arxiv Summary: arXiv MCP — preprint server search (free, no auth) Description: arXiv MCP — preprint server search (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/arxiv/mcp Category: Education & Research Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/arxiv/mcp GitHub: https://github.com/pipeworx-io/mcp-arxiv Security Score: 8.5/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-arxiv https://gateway.pipeworx.io/arxiv/mcp --- ## Timeweaver URL: https://mcp-marketplace.io/server/io-github-fixtureforge-timeweaver-mcp Summary: Synthetic time-series test data with trend, seasonality, noise, and anomalies, for any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: timeweaver-mcp GitHub: https://github.com/FixtureForge/timeweaver-mcp Security Score: 8/10 Creator: FixtureForge Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-fixtureforge-timeweaver-mcp -- npx -y timeweaver-mcp@0.1.1 --- ## Event Trader URL: https://mcp-marketplace.io/server/com-cymetica-event-trader-mcp Summary: AI prediction market trading — real-time data, CLOB exchange, 30+ tools Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/eventtrader/event-trader-mcp Security Score: 3.2/10 Creator: Eventtrader Creator Reputation: B Version: 1.0.0 Required Credentials: EVENT_TRADER_API_KEY (required), EVENT_TRADER_API_URL (optional) --- ## Figshare URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-figshare Summary: Figshare research outputs (datasets, papers, posters) Description: Figshare research outputs (datasets, papers, posters) Remote endpoints: streamable-http: https://gateway.pipeworx.io/figshare/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/figshare/mcp GitHub: https://github.com/pipeworx-io/mcp-figshare MCP Tools (20): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, articles, article, article_files, collections, collection, institutions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-figshare https://gateway.pipeworx.io/figshare/mcp --- ## Curie Commerce URL: https://mcp-marketplace.io/server/io-github-michaelagustin-curie-commerce Summary: Search, compare in 3D, and buy products from 5.6M+ Shopify stores. Free tier; Pro adds checkout. Description: Search, compare in 3D, and buy products from 5.6M+ Shopify stores. Free tier; Pro adds checkout. Remote endpoints: sse: https://chat.curie.app/api/mcp/global sse: https://chat.curie.app/api/mcp/{shop_id} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chat.curie.app/api/mcp/global GitHub: https://github.com/michaelagustin/curie-commerce MCP Tools (15): search_products, get_product, get_recommendations, view_3d_model, add_to_cart, get_availability, compare_products, get_brand_context, initiate_checkout, search_catalog, get_product_details, get_cart, update_cart, search_shop_policies_and_faqs, solve_job Security Score: 8/10 Creator: Michaelagustin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-michaelagustin-curie-commerce https://chat.curie.app/api/mcp/global --- ## Fundchain URL: https://mcp-marketplace.io/server/io-github-fundchainteam-fundchain-mcp Summary: Crypto crowdfunding for AI agents. Create campaigns, accept ETH/USDC via x402 protocol. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/fundchainteam/fundchain-mcp Security Score: 3.2/10 Creator: Fundchainteam Creator Reputation: B Version: 1.0.0 --- ## Terminalfeed URL: https://mcp-marketplace.io/server/io-github-rippermercs-terminalfeed Summary: Real-time data feeds for AI agents with USDC micropayments on Base for premium tools. Description: Real-time data feeds for AI agents with USDC micropayments on Base for premium tools. Remote endpoints: streamable-http: https://terminalfeed.io/api/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://terminalfeed.io/api/mcp GitHub: https://github.com/RipperMercs/terminalfeed Security Score: 1.8/10 Creator: RipperMercs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rippermercs-terminalfeed https://terminalfeed.io/api/mcp --- ## Deals URL: https://mcp-marketplace.io/server/io-heartly-deals Summary: Live flash-sale inventory from verified Shopify and WooCommerce merchants worldwide. Description: Live flash-sale inventory from verified Shopify and WooCommerce merchants worldwide. Remote endpoints: streamable-http: https://mcp.heartly.io/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.heartly.io/ MCP Tools (3): list_active_deals, search_deals_by_category, get_deal_by_id Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-heartly-deals https://mcp.heartly.io/ --- ## Alienvault Otx URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-alienvault-otx Summary: AlienVault OTX MCP — Open Threat Exchange (free with key) Description: AlienVault OTX MCP — Open Threat Exchange (free with key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/alienvault-otx/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/alienvault-otx/mcp GitHub: https://github.com/pipeworx-io/mcp-alienvault-otx Security Score: 7.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-alienvault-otx https://gateway.pipeworx.io/alienvault-otx/mcp --- ## Sciweave URL: https://mcp-marketplace.io/server/io-github-desci-labs-sciweave-mcp Summary: AI research grounded in 300M scientific works — every citation a verifiable DOI. Description: AI research grounded in 300M scientific works — every citation a verifiable DOI. Remote endpoints: streamable-http: https://mcp.sciweave.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.sciweave.com/mcp GitHub: https://github.com/desci-labs/sciweave-mcp Security Score: 5.2/10 Creator: Desci Labs Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-desci-labs-sciweave-mcp https://mcp.sciweave.com/mcp --- ## Safehold URL: https://mcp-marketplace.io/server/io-github-spacetime-technology-safehold Summary: Local, encrypted MCP vault for passports, IDs, visas and photos. You control access. Category: Developer Tools Mode: local Pricing: Free npm: safehold GitHub: https://github.com/Spacetime-Technology/safehold Security Score: 7/10 Creator: Spacetime Technology Creator Reputation: B Version: 1.2.0 Install (Claude Code): claude mcp add io-github-spacetime-technology-safehold -- npx -y safehold@1.2.0 --- ## Scb Se URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-scb-se Summary: Statistics Sweden (SCB) — PxWeb JSON-stat statistical database Description: Statistics Sweden (SCB) — PxWeb JSON-stat statistical database Remote endpoints: streamable-http: https://gateway.pipeworx.io/scb-se/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/scb-se/mcp GitHub: https://github.com/pipeworx-io/mcp-scb-se MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, subjects, table_meta, query_table Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-scb-se https://gateway.pipeworx.io/scb-se/mcp --- ## Zeroknowledge Vault URL: https://mcp-marketplace.io/server/io-github-evozim-zeroknowledge-vault Summary: Zero-knowledge proof validator and cryptographic locker. Description: Zero-knowledge proof validator and cryptographic locker. Remote endpoints: sse: https://zeroknowledge-vault-mcp.vercel.app/api/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://zeroknowledge-vault-mcp.vercel.app/api/mcp MCP Tools (1): verify Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-zeroknowledge-vault https://zeroknowledge-vault-mcp.vercel.app/api/mcp --- ## Companies House URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-companies-house Summary: Companies House MCP — UK statutory company registry (BYO key) Description: Companies House MCP — UK statutory company registry (BYO key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/companies-house/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/companies-house/mcp GitHub: https://github.com/pipeworx-io/mcp-companies-house Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-companies-house https://gateway.pipeworx.io/companies-house/mcp --- ## Arcwall URL: https://mcp-marketplace.io/server/io-github-rom-baro-arcwall-security Summary: Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks. Category: Security Mode: local Pricing: Free npm: @arcwall/mcp-server GitHub: https://github.com/rom-baro/arcwall-mcp Security Score: 3.2/10 Creator: Rom Baro Creator Reputation: B Version: 1.0.1 Required Credentials: ARCWALL_API_KEY (required) Install (Claude Code): claude mcp add io-github-rom-baro-arcwall-security -- npx -y @arcwall/mcp-server@1.0.1 --- ## P4plan URL: https://mcp-marketplace.io/server/io-github-perforce-p4plan-mcp Summary: MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API. Category: Developer Tools Mode: local Pricing: Free npm: @perforce/p4plan-mcp GitHub: https://github.com/perforce/p4plan-mcp.git Security Score: 10/10 Creator: Perforce Creator Reputation: B Version: 2026.2.1 Required Credentials: P4PLAN_API_AUTH_TOKEN (required), P4PLAN_API_URL (optional), P4PLAN_ALLOW_SELF_SIGNED_CERTS (optional) Install (Claude Code): claude mcp add io-github-perforce-p4plan-mcp -- npx -y @perforce/p4plan-mcp@2026.2.1 --- ## Canyougrab Api URL: https://mcp-marketplace.io/server/io-github-einiba-canyougrab Summary: Confidence-scored domain availability checking for AI agents via CanYouGrab.it Description: Confidence-scored domain availability checking for AI agents via CanYouGrab.it Remote endpoints: streamable-http: https://api.canyougrab.it/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-server-canyougrab Remote URL: https://api.canyougrab.it/mcp GitHub: https://github.com/einiba/canyougrab-api Security Score: 3.2/10 Creator: Einiba Creator Reputation: B Version: 1.1.1 Install (Claude Code): claude mcp add io-github-einiba-canyougrab -- uvx mcp-server-canyougrab==1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-einiba-canyougrab https://api.canyougrab.it/mcp --- ## Dime Experiment Tools URL: https://mcp-marketplace.io/server/com-trycloudflare-managers-backup-dolls-seasons-dime-experiment-tools Summary: Free MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment. Description: Free MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment. Remote endpoints: streamable-http: https://managers-backup-dolls-seasons.trycloudflare.com/mcp sse: https://managers-backup-dolls-seasons.trycloudflare.com/sse Category: Cloud & DevOps Mode: remote Pricing: Free Remote URL: https://managers-backup-dolls-seasons.trycloudflare.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-trycloudflare-managers-backup-dolls-seasons-dime-experiment-tools https://managers-backup-dolls-seasons.trycloudflare.com/mcp --- ## Gdelt URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gdelt Summary: GDELT MCP — Global Database of Events, Language, and Tone (free, no auth) Description: GDELT MCP — Global Database of Events, Language, and Tone (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gdelt/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/gdelt/mcp GitHub: https://github.com/pipeworx-io/mcp-gdelt Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gdelt https://gateway.pipeworx.io/gdelt/mcp --- ## Ecb URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ecb Summary: ECB Data Portal MCP — European Central Bank statistical data Description: ECB Data Portal MCP — European Central Bank statistical data Remote endpoints: streamable-http: https://gateway.pipeworx.io/ecb/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ecb/mcp GitHub: https://github.com/pipeworx-io/mcp-ecb MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, exchange_rate, hicp_inflation, get_data, list_dataflows Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ecb https://gateway.pipeworx.io/ecb/mcp --- ## Vdiff URL: https://mcp-marketplace.io/server/io-github-mcurmi05-vdiff-mcp Summary: Breaking-change diffs for npm packages: removed exports, changed signatures, migration notes. Category: Developer Tools Mode: local Pricing: Free npm: vdiff-mcp GitHub: https://github.com/mcurmi05/vdiff Security Score: 5.2/10 Creator: Mcurmi05 Creator Reputation: B Version: 0.1.2 Required Credentials: VDIFF_API_URL (optional) Install (Claude Code): claude mcp add io-github-mcurmi05-vdiff-mcp -- npx -y vdiff-mcp --- ## Remote Browser URL: https://mcp-marketplace.io/server/com-mcpbundles-remote-browser Summary: Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video Description: Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video Remote endpoints: streamable-http: https://mcp.mcpbundles.com/bundle/remote-browser/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.mcpbundles.com/bundle/remote-browser/ GitHub: https://github.com/thinkchainai/mcp Security Score: 8/10 Creator: Thinkchainai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-remote-browser https://mcp.mcpbundles.com/bundle/remote-browser/ --- ## Geodataplacefinder URL: https://mcp-marketplace.io/server/io-github-fouomene-mcp-server-geodata-placefinder Summary: MCP GeoData Placefinder: search places, reverse geocode, and find nearby locations. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-geodata-placefinder GitHub: https://github.com/fouomene/geodataplacefinder Security Score: 9.7/10 Creator: Fouomene Creator Reputation: B Version: 2.0.0 Install (Claude Code): claude mcp add io-github-fouomene-mcp-server-geodata-placefinder -- npx -y mcp-server-geodata-placefinder --- ## Lqt URL: https://mcp-marketplace.io/server/io-github-gbgplc-lqt Summary: Verify addresses, email addresses, and phone numbers with confidence scores. Description: Verify addresses, email addresses, and phone numbers with confidence scores. Remote endpoints: streamable-http: https://reach.prod.fabric.gbgplatforms.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://reach.prod.fabric.gbgplatforms.com/mcp GitHub: https://github.com/gbgplc/lqt MCP Tools (6): list_policies, show_policy, verify_address, verify_contact, verify_email, verify_phone Security Score: 10/10 Creator: Gbgplc Creator Reputation: B Version: 0.6.2 Install (Claude Code Remote): claude mcp add --transport http io-github-gbgplc-lqt https://reach.prod.fabric.gbgplatforms.com/mcp --- ## Permid URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-permid Summary: PermID MCP — Refinitiv / LSEG Permanent Identifier (free, requires API key) Description: PermID MCP — Refinitiv / LSEG Permanent Identifier (free, requires API key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/permid/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/permid/mcp GitHub: https://github.com/pipeworx-io/mcp-permid Security Score: 7.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-permid https://gateway.pipeworx.io/permid/mcp --- ## Workflow URL: https://mcp-marketplace.io/server/io-github-jonnyton-workflow-universe-server Summary: Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts. Description: Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts. Remote endpoints: streamable-http: https://tinyassets.io/mcp-directory Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://tinyassets.io/mcp-directory GitHub: https://github.com/Jonnyton/Workflow Security Score: 3.2/10 Creator: Jonnyton Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jonnyton-workflow-universe-server https://tinyassets.io/mcp-directory --- ## Lit Review Council URL: https://mcp-marketplace.io/server/io-github-ravicha2-lit-review-council Summary: Multi-agent literature review: research, peer review, and synthesize grounded reports. Category: Developer Tools Mode: local Pricing: Free PyPI: lit-review-council GitHub: https://github.com/Ravicha2/lit-review-council Security Score: 10/10 Creator: Ravicha2 Creator Reputation: B Version: 0.1.4 Required Credentials: OPENROUTER_API_KEY (required), GITHUB_TOKEN (required), TAVILY_API_KEY (required), OPENALEX_API_KEY (optional), ENG_MODEL (optional), RESEARCH_MODEL (optional), JUDGE_MODEL (optional) Install (Claude Code): claude mcp add io-github-ravicha2-lit-review-council -- uvx lit-review-council==0.1.4 --- ## Forex Gpt URL: https://mcp-marketplace.io/server/io-github-hatgit-forex-gpt-mcp Summary: AI-powered forex and crypto trading analysis with real-time data across 127+ instruments. Description: AI-powered forex and crypto trading analysis with real-time data across 127+ instruments. Remote endpoints: sse: https://mcp.forex-gpt.ai/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.forex-gpt.ai/mcp MCP Tools (45): save_oanda_credentials, delete_oanda_credentials, trade_modify_trade, trade_market_order, trade_limit_order, trade_stop_order, cancel_pending_order, replace_pending_order, get_open_trades, get_open_positions, get_account_history, get_trade_details, get_order_history, get_pending_orders, get_trading_account, close_trade, close_position, get_market_hours, is_market_open, get_market_categories, get_instrument_specs, refresh_instrument_data, get_instrument_cache_status, get_token_balances, list_assets, analyze_asset, get_watchlist, add_to_watchlist, remove_from_watchlist, analyze_watchlist, analyze_timeframes, economic_events, get_blog_articles, health, get_chart_data, get_live_heatmap, search, fetch, scan_market, get_spreads, get_server_time, help_tutorial, get_price_stream_url, get_sentiment_stream_url, chart_chat_proxy Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hatgit-forex-gpt-mcp https://mcp.forex-gpt.ai/mcp --- ## Ndasentry URL: https://mcp-marketplace.io/server/io-github-valtirman-ndasentry Summary: Anonymous NDA risk analysis for AI agents. $9 per report. No signup, no data retention. Description: Anonymous NDA risk analysis for AI agents. $9 per report. No signup, no data retention. Remote endpoints: streamable-http: https://nda-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nda-mcp-production.up.railway.app/mcp GitHub: https://github.com/valtirman/ndasentry-mcp Security Score: 10/10 Creator: Valtirman Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-valtirman-ndasentry https://nda-mcp-production.up.railway.app/mcp --- ## Memoryoracle URL: https://mcp-marketplace.io/server/io-tooloracle-memoryoracle Summary: MemoryOracle - 10 agent memory tools: vector store, recall, summarization, redaction. Description: MemoryOracle - 10 agent memory tools: vector store, recall, summarization, redaction. Remote endpoints: streamable-http: https://tooloracle.io/memory/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/memory/mcp/ GitHub: https://github.com/ToolOracle/memoryoracle MCP Tools (10): store_memory, query_memory, update_fact, forget, summarize_session, list_memories, cross_reference, memory_stats, export_memories, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-memoryoracle https://tooloracle.io/memory/mcp/ --- ## Datos Cl URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-datos-cl Summary: datos.gob.cl CKAN MCP. Description: datos.gob.cl CKAN MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/datos-cl/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/datos-cl/mcp GitHub: https://github.com/pipeworx-io/mcp-datos-cl MCP Tools (29): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, package_list, package_search, package_show, organization_list, organization_show, group_list, group_show, tag_list, recently_changed_packages, resource_show Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-datos-cl https://gateway.pipeworx.io/datos-cl/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-index9-org-mcp Summary: Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor Category: Developer Tools Mode: local Pricing: Free npm: @index9/mcp GitHub: https://github.com/index9-org/mcp Security Score: 10/10 Creator: Index9 Org Creator Reputation: B Version: 6.5.2 Required Credentials: OPENROUTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-index9-org-mcp -- npx -y @index9/mcp@6.5.3 --- ## Invinoveritas URL: https://mcp-marketplace.io/server/io-github-babyblueviper1-invinoveritas Summary: Lightning-paid AI reasoning and decisions for agents. L402 Bitcoin payments, no subscriptions. Description: Lightning-paid AI reasoning and decisions for agents. L402 Bitcoin payments, no subscriptions. Remote endpoints: streamable-http: https://invinoveritas.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://invinoveritas.onrender.com/mcp GitHub: https://github.com/babyblueviper1/invinoveritas Security Score: 9.9/10 Creator: Babyblueviper1 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-babyblueviper1-invinoveritas https://invinoveritas.onrender.com/mcp --- ## Inaturalist URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-inaturalist Summary: iNaturalist MCP — citizen-science species observations (free, no auth for read-only) Description: iNaturalist MCP — citizen-science species observations (free, no auth for read-only) Remote endpoints: streamable-http: https://gateway.pipeworx.io/inaturalist/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/inaturalist/mcp GitHub: https://github.com/pipeworx-io/mcp-inaturalist Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-inaturalist https://gateway.pipeworx.io/inaturalist/mcp --- ## Yul Gasmaster URL: https://mcp-marketplace.io/server/io-github-evozim-yul-gasmaster Summary: EVM gas optimizer refactoring Solidity code into efficient Yul assembler. Description: EVM gas optimizer refactoring Solidity code into efficient Yul assembler. Remote endpoints: sse: https://yul-gasmaster-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://yul-gasmaster-mcp.vercel.app/api/mcp MCP Tools (1): optimize Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-yul-gasmaster https://yul-gasmaster-mcp.vercel.app/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-storydoc-mcp Summary: Generate and manage Storydoc presentations from any MCP-compatible client. Description: Generate and manage Storydoc presentations from any MCP-compatible client. Remote endpoints: streamable-http: https://mcp.storydoc.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.storydoc.com/mcp GitHub: https://github.com/DoTell-org/mcp Security Score: 5.8/10 Creator: DoTell Org Creator Reputation: B Version: 0.4.1 Install (Claude Code Remote): claude mcp add --transport http com-storydoc-mcp https://mcp.storydoc.com/mcp --- ## Meridian URL: https://mcp-marketplace.io/server/io-github-luuow-meridian-skills Summary: Routes AI tasks to dynamic LLM-generated skills via an orbital classifier. Category: Developer Tools Mode: dual Pricing: Free npm: meridian-skills-mcp Remote URL: https://ask-meridian.uk/api/mcp GitHub: https://github.com/LuuOW/meridian-mcp Security Score: 2.2/10 Creator: LuuOW Creator Reputation: B Version: 1.0.0 Required Credentials: MERIDIAN_API_URL (optional), MERIDIAN_API_KEY (required), MERIDIAN_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-luuow-meridian-skills -- npx -y meridian-skills-mcp@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-luuow-meridian-skills https://ask-meridian.uk/api/mcp --- ## Shell Exec URL: https://mcp-marketplace.io/server/io-github-domdomegg-shell-exec-mcp Summary: Execute bash commands with background job support. Category: Developer Tools Mode: local Pricing: Free npm: shell-exec-mcp GitHub: https://github.com/domdomegg/shell-exec-mcp.git Security Score: 0.5/10 Creator: Domdomegg Creator Reputation: B Version: 1.2.0 Required Credentials: MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-domdomegg-shell-exec-mcp -- npx -y shell-exec-mcp@1.2.0 --- ## Golemry URL: https://mcp-marketplace.io/server/com-golemry-golemry Summary: Create and manage scheduled, guarded AI agent jobs with built-in quality control and 900+ connectors Description: Create and manage scheduled, guarded AI agent jobs with built-in quality control and 900+ connectors Remote endpoints: streamable-http: https://mcp.golemry.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.golemry.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-golemry-golemry https://mcp.golemry.com/mcp --- ## Edition Api URL: https://mcp-marketplace.io/server/io-github-hiroshic9-png-edition-api Summary: Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools. Category: Developer Tools Mode: local Pricing: Free npm: edition-mcp-server GitHub: https://github.com/hiroshic9-png/edition-api Security Score: 6.5/10 Creator: Hiroshic9 Png Creator Reputation: B Version: 0.3.1 Required Credentials: EDITION_API_URL (optional), EDITION_API_KEY (required) Install (Claude Code): claude mcp add io-github-hiroshic9-png-edition-api -- npx -y edition-mcp-server@0.1.4 --- ## Hibp URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-hibp Summary: Have I Been Pwned MCP Description: Have I Been Pwned MCP Remote endpoints: streamable-http: https://gateway.pipeworx.io/hibp/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/hibp/mcp GitHub: https://github.com/pipeworx-io/mcp-hibp Security Score: 8.5/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-hibp https://gateway.pipeworx.io/hibp/mcp --- ## Unerr Cli URL: https://mcp-marketplace.io/server/io-github-unerr-ai-unerr Summary: Operational memory for AI agents: code graph, session memory & guardrails. No context rot. Category: Developer Tools Mode: local Pricing: Free npm: @unerr-ai/unerr GitHub: https://github.com/unerr-ai/unerr-cli Security Score: 9.5/10 Creator: Unerr Ai Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-unerr-ai-unerr -- npx -y @unerr-ai/unerr@0.2.1 --- ## Servicegraph URL: https://mcp-marketplace.io/server/co-servicegraph-mcp-servicegraph Summary: Datasets for founders: directories, newsletters, and agencies, with metrics attached. Description: Datasets for founders: directories, newsletters, and agencies, with metrics attached. Remote endpoints: streamable-http: https://mcp.servicegraph.co Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.servicegraph.co GitHub: https://github.com/nostrband/servicegraph Security Score: 10/10 Creator: Nostrband Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http co-servicegraph-mcp-servicegraph https://mcp.servicegraph.co --- ## Heista URL: https://mcp-marketplace.io/server/co-heista-api Summary: Decode video ads, load brand intelligence, generate ad scripts. Description: Decode video ads, load brand intelligence, generate ad scripts. Remote endpoints: streamable-http: https://www.heista.co/api/mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.heista.co/api/mcp/mcp GitHub: https://github.com/Heista-co/heista-mcp Security Score: 10/10 Creator: Heista Co Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-heista-api https://www.heista.co/api/mcp/mcp --- ## Html Css To Image URL: https://mcp-marketplace.io/server/io-github-htmlcsstoimage-html-css-to-image Summary: An MCP server for generating images from HTML & CSS or screenshots of URLs using htmlcsstoimage.com. Description: An MCP server for generating images from HTML & CSS or screenshots of URLs using htmlcsstoimage.com. Remote endpoints: streamable-http: https://mcp.hcti.io Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.hcti.io Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-htmlcsstoimage-html-css-to-image https://mcp.hcti.io --- ## Ambiscribe URL: https://mcp-marketplace.io/server/io-ambiscribe-ambiscribe Summary: Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools. Description: Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools. Remote endpoints: streamable-http: https://mcp.ambiscribe.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ambiscribe.io/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-ambiscribe-ambiscribe https://mcp.ambiscribe.io/mcp --- ## Openrouter URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openrouter Summary: OpenRouter Models MCP. Description: OpenRouter Models MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/openrouter/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openrouter/mcp GitHub: https://github.com/pipeworx-io/mcp-openrouter MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, list_models, get_model, compare_models Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openrouter https://gateway.pipeworx.io/openrouter/mcp --- ## Otc Pricing URL: https://mcp-marketplace.io/server/io-github-seaser0-otc-pricing-mcp Summary: MCP server for the Open Telekom Cloud Price Calculator API (eu-de, eu-nl, eu-ch2). Category: Developer Tools Mode: local Pricing: Free PyPI: otc-pricing-mcp GitHub: https://github.com/seaser0/otc-pricing-mcp Security Score: 4.8/10 Creator: Seaser0 Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-seaser0-otc-pricing-mcp -- uvx otc-pricing-mcp==0.1.9 --- ## Lens Org URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-lens-org Summary: Lens.org patent + scholarly search (free academic key required) Description: Lens.org patent + scholarly search (free academic key required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/lens-org/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/lens-org/mcp GitHub: https://github.com/pipeworx-io/mcp-lens-org MCP Tools (18): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, patents_search, scholarly_search, patent, scholarly Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-lens-org https://gateway.pipeworx.io/lens-org/mcp --- ## Owid URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-owid Summary: OWID MCP — Our World in Data chart/indicator access (free, no auth) Description: OWID MCP — Our World in Data chart/indicator access (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/owid/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/owid/mcp GitHub: https://github.com/pipeworx-io/mcp-owid Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-owid https://gateway.pipeworx.io/owid/mcp --- ## Lodd URL: https://mcp-marketplace.io/server/io-github-hholen-lodd-mcp-server Summary: Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels. Category: Developer Tools Mode: local Pricing: Free npm: @lodd/mcp-server GitHub: https://github.com/hholen/lodd-mcp-server Security Score: 5.2/10 Creator: Hholen Creator Reputation: B Version: 0.1.15 Required Credentials: LODD_API_KEY (required) Install (Claude Code): claude mcp add io-github-hholen-lodd-mcp-server -- npx -y @lodd/mcp-server@0.1.15 --- ## Scry URL: https://mcp-marketplace.io/server/ai-tunnelmind-scry Summary: Free IPv4 lookups against a distributed attacker-observation corpus. Description: Free IPv4 lookups against a distributed attacker-observation corpus. Remote endpoints: streamable-http: https://mcp.tunnelmind.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.tunnelmind.ai/mcp GitHub: https://github.com/TunnelMind/scry-mcp MCP Tools (12): scry_stats, scry_check, scry_check_bulk, scry_top, scry_timeseries, scry_asn, scry_country, scry_tools, scry_tool, scry_campaigns, scry_campaign, scry_recent Security Score: 10/10 Creator: TunnelMind Creator Reputation: B Version: 0.5.0 Install (Claude Code Remote): claude mcp add --transport http ai-tunnelmind-scry https://mcp.tunnelmind.ai/mcp --- ## Simmon Core URL: https://mcp-marketplace.io/server/com-persimmonhq-persimmon Summary: Brand-intelligence MCP: momentum scoring, signal evidence, and competitive context for agents. Description: Brand-intelligence MCP: momentum scoring, signal evidence, and competitive context for agents. Remote endpoints: streamable-http: https://mcp.persimmonhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.persimmonhq.com/mcp GitHub: https://github.com/machiasturner/simmon-core MCP Tools (3): get_momentum_index, get_brand_signals, get_competitive_context Security Score: 8/10 Creator: Machiasturner Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-persimmonhq-persimmon https://mcp.persimmonhq.com/mcp --- ## Reviewmetric URL: https://mcp-marketplace.io/server/io-github-vktr93-reviewmetric Summary: An MCP server connecting Claude to the Review Metric 15-agent scientific peer review pipeline. Category: Developer Tools Mode: local Pricing: Free PyPI: reviewmetric-mcp GitHub: https://github.com/vktr93/reviewmetric-mcp Security Score: 4.2/10 Creator: Vktr93 Creator Reputation: B Version: 1.0.6 Required Credentials: REVIEWMETRIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-vktr93-reviewmetric -- uvx reviewmetric-mcp==1.0.6 --- ## Kaizan URL: https://mcp-marketplace.io/server/io-github-kaizan-ai-kaizan Summary: Read-only access to Kaizan client data. Description: Read-only access to Kaizan client data. Remote endpoints: streamable-http: https://app.kaizan.ai/api/mcp/v1/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.kaizan.ai/api/mcp/v1/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kaizan-ai-kaizan https://app.kaizan.ai/api/mcp/v1/ --- ## Repscale URL: https://mcp-marketplace.io/server/io-github-kbrayatl-repscale Summary: Sales research and prep tools for B2B reps. Prospect briefs, angles, citations. Description: Sales research and prep tools for B2B reps. Prospect briefs, angles, citations. Remote endpoints: streamable-http: https://app.repscale.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.repscale.ai/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kbrayatl-repscale https://app.repscale.ai/api/mcp --- ## Web3 Sentiment URL: https://mcp-marketplace.io/server/io-github-evozim-web3-sentiment Summary: Web3 social sentiment aggregator analyzing crypto trends. Description: Web3 social sentiment aggregator analyzing crypto trends. Remote endpoints: sse: https://web3-sentiment-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://web3-sentiment-mcp.vercel.app/api/mcp MCP Tools (1): sentiment Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-web3-sentiment https://web3-sentiment-mcp.vercel.app/api/mcp --- ## Hypertext URL: https://mcp-marketplace.io/server/live-hypertext-hypertext Summary: Publish complete HTML artifacts and return a public share URL. Description: Publish complete HTML artifacts and return a public share URL. Remote endpoints: streamable-http: https://hypertext.live/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hypertext.live/mcp MCP Tools (1): publish_html Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http live-hypertext-hypertext https://hypertext.live/mcp --- ## Localseodata URL: https://mcp-marketplace.io/server/io-github-localseodata-mcp-server Summary: 42 local SEO tools for AI assistants. SERP tracking, reviews, keywords, audits, and more. Category: Developer Tools Mode: local Pricing: Free npm: @localseodata/mcp-server GitHub: https://github.com/localseodata/mcp-server Security Score: 4.2/10 Creator: Localseodata Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-localseodata-mcp-server -- npx -y @localseodata/mcp-server@1.0.1 --- ## Librenms URL: https://mcp-marketplace.io/server/io-github-mhajder-librenms-mcp Summary: MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure Category: Developer Tools Mode: local Pricing: Free PyPI: librenms-mcp GitHub: https://github.com/mhajder/librenms-mcp Security Score: 4.2/10 Creator: Mhajder Creator Reputation: B Version: 1.11.1 Required Credentials: LIBRENMS_URL (optional), LIBRENMS_TOKEN (required), LIBRENMS_VERIFY_SSL (optional), LIBRENMS_TIMEOUT (optional), READ_ONLY_MODE (optional), DISABLED_TAGS (optional), LOG_LEVEL (optional), RATE_LIMIT_ENABLED (optional), RATE_LIMIT_MAX_REQUESTS (optional), RATE_LIMIT_WINDOW_MINUTES (optional), TOOL_SEARCH_ENABLED (optional), TOOL_SEARCH_STRATEGY (optional), TOOL_SEARCH_MAX_RESULTS (optional), MCP_HTTP_PORT (optional), MCP_HTTP_BEARER_TOKEN (required), MCP_TRANSPORT (optional), SENTRY_DSN (required), SENTRY_TRACES_SAMPLE_RATE (optional), SENTRY_SEND_DEFAULT_PII (optional), SENTRY_ENVIRONMENT (optional), SENTRY_RELEASE (optional), SENTRY_PROFILE_SESSION_SAMPLE_RATE (optional), SENTRY_PROFILE_LIFECYCLE (optional), SENTRY_ENABLE_LOGS (optional) Install (Claude Code): claude mcp add io-github-mhajder-librenms-mcp -- uvx librenms-mcp==1.11.1 --- ## Agent Prompt Injection Firewall URL: https://mcp-marketplace.io/server/io-github-csoai-org-agent-prompt-injection-firewall-mcp Summary: The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume... Description: The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume... Remote endpoints: streamable-http: https://api.meok.ai/v1/a2a/prompt-injection-firewall Category: Security Mode: dual Pricing: Free PyPI: agent-prompt-injection-firewall-mcp Remote URL: https://api.meok.ai/v1/a2a/prompt-injection-firewall GitHub: https://github.com/CSOAI-ORG/agent-prompt-injection-firewall-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.13 Install (Claude Code): claude mcp add io-github-csoai-org-agent-prompt-injection-firewall-mcp -- uvx agent-prompt-injection-firewall-mcp==1.0.13 Install (Claude Code Remote): claude mcp add --transport http io-github-csoai-org-agent-prompt-injection-firewall-mcp https://api.meok.ai/v1/a2a/prompt-injection-firewall --- ## Pulsemcp Cms Admin URL: https://mcp-marketplace.io/server/com-pulsemcp-pulsemcp-cms-admin Summary: MCP server for managing PulseMCP's CMS — newsletter and MCP server directory. Category: Developer Tools Mode: local Pricing: Free npm: pulsemcp-cms-admin-mcp-server GitHub: https://github.com/pulsemcp/mcp-servers Security Score: 9.5/10 Creator: Pulsemcp Creator Reputation: B Version: 0.9.28 Required Credentials: PULSEMCP_ADMIN_API_KEY (required), PULSEMCP_ADMIN_API_URL (optional), PULSEMCP_ADMIN_INTERNAL_SECRET (required), TOOL_GROUPS (optional), DANGEROUSLY_SKIP_ELICITATIONS (optional), PULSEMCP_CMS_ADMIN_ELICITATION_DESTRUCTIVE (optional), ELICITATION_REQUEST_URL (optional), ELICITATION_POLL_URL (optional) Install (Claude Code): claude mcp add com-pulsemcp-pulsemcp-cms-admin -- npx -y pulsemcp-cms-admin-mcp-server --- ## Ripe Atlas URL: https://mcp-marketplace.io/server/io-github-jrelph-ripe-atlas Summary: RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes Category: Developer Tools Mode: local Pricing: Free npm: ripe-atlas-mcp-server GitHub: https://github.com/jrelph/ripe-atlas-mcp Security Score: 5.2/10 Creator: Jrelph Creator Reputation: B Version: 1.0.2 Required Credentials: RIPE_ATLAS_API_KEY (required) Install (Claude Code): claude mcp add io-github-jrelph-ripe-atlas -- npx -y ripe-atlas-mcp-server@1.0.2 --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-csv-tools-mcp Summary: Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/csv-tools-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-csv-tools-mcp -- npx -y @mukundakatta/csv-tools-mcp --- ## Claude Code Skills URL: https://mcp-marketplace.io/server/io-github-levnikolaevich-hex-research-mcp Summary: Research graph MCP for hypotheses, goals, runs, source quality, audits, and generated maps. Category: Developer Tools Mode: local Pricing: Free npm: @levnikolaevich/hex-research-mcp GitHub: https://github.com/levnikolaevich/claude-code-skills Security Score: 10/10 Creator: Levnikolaevich Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-levnikolaevich-hex-research-mcp -- npx -y @levnikolaevich/hex-research-mcp@0.2.1 --- ## Lightningfaucet URL: https://mcp-marketplace.io/server/io-github-lightningfaucet-mcp-server Summary: Give AI agents a Bitcoin wallet with Lightning Network payments and L402 support. Category: Developer Tools Mode: local Pricing: Free npm: lightning-faucet-mcp GitHub: https://github.com/lightningfaucet/mcp-server Security Score: 9.7/10 Creator: pfergi42 Creator Reputation: B+ Version: 2.0.5 Install (Claude Code): claude mcp add io-github-lightningfaucet-mcp-server -- npx -y lightning-faucet-mcp --- ## Praesentire URL: https://mcp-marketplace.io/server/io-github-etha0916-praesentire-mcp Summary: Bilingual financial news sentiment (English + Traditional Chinese) scored by Claude. Category: Developer Tools Mode: local Pricing: Free npm: praesentire-mcp GitHub: https://github.com/Etha0916/praesentire-mcp Security Score: 6.2/10 Creator: Etha0916 Creator Reputation: B Version: 0.1.2 Required Credentials: PRAESENTIRE_API_KEY (required) Install (Claude Code): claude mcp add io-github-etha0916-praesentire-mcp -- npx -y praesentire-mcp@0.1.2 --- ## Nullary URL: https://mcp-marketplace.io/server/ai-nullary-nullary Summary: Negative results intelligence for drug discovery — query measured failures via MCP. Description: Negative results intelligence for drug discovery — query measured failures via MCP. Remote endpoints: streamable-http: https://mcp.nullary.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.nullary.ai/mcp GitHub: https://github.com/nullary-ai/nullary MCP Tools (35): search_inactive_compounds, search_failed_selectivity, search_admet_failures, search_failed_guides, search_failed_essentiality_screens, search_ancestry_specific_failures, search_developability_failures, search_failed_clinical_antibodies, search_failed_peptide_therapeutics, search_peptide_stability_issues, search_failed_protacs, search_protac_e3_issues, search_failed_oligonucleotides, search_oligo_delivery_failures, search_failed_vaccines, search_vaccine_immunogenicity_failures, search_failed_adcs, search_adc_linker_failures, search_failed_bispecifics, search_bispecific_format_failures, search_admet_failures_all_modalities, search_drug_drug_interaction_failures, search_mechanism_failures, search_failed_replications, search_safety_failures, search_target_history, search_indication_history, search_pathogen_history, get_compound, get_finding_provenance, get_target_landscape, list_top_targets, list_models, get_model_card, get_coverage Security Score: 8/10 Creator: Nullary Ai Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-nullary-nullary https://mcp.nullary.ai/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-regex-test-mcp Summary: Trustworthy JS regex testing. Real offsets, named groups, safe against zero-width loops. Category: Developer Tools Mode: local Pricing: Free npm: @mukundakatta/regex-test-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 9.7/10 Creator: MukundaKatta Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mukundakatta-regex-test-mcp -- npx -y @mukundakatta/regex-test-mcp --- ## Gleif URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gleif Summary: GLEIF MCP — Global Legal Entity Identifier Foundation (free, no auth) Description: GLEIF MCP — Global Legal Entity Identifier Foundation (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gleif/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/gleif/mcp GitHub: https://github.com/pipeworx-io/mcp-gleif Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gleif https://gateway.pipeworx.io/gleif/mcp --- ## Clawfetch URL: https://mcp-marketplace.io/server/ai-clawfetch-mcp Summary: Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys. Description: Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys. Remote endpoints: streamable-http: https://mcp.clawfetch.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @clawfetch/mcp Remote URL: https://mcp.clawfetch.ai/mcp GitHub: https://github.com/clawfetch/clawfetch-mcp Security Score: 9.8/10 Creator: Clawfetch Creator Reputation: B Version: 0.2.2 Required Credentials: CLAWFETCH_PRIVATE_KEY (required) Install (Claude Code): claude mcp add ai-clawfetch-mcp -- npx -y @clawfetch/mcp@0.2.2 Install (Claude Code Remote): claude mcp add --transport http ai-clawfetch-mcp https://mcp.clawfetch.ai/mcp --- ## Registry URL: https://mcp-marketplace.io/server/io-github-urnetwork-registry Summary: Cloud-hosted MCP server for URnetwork VPN and Proxy Description: Cloud-hosted MCP server for URnetwork VPN and Proxy Remote endpoints: streamable-http: https://mcp.bringyour.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bringyour.com Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2026.2.20 Install (Claude Code Remote): claude mcp add --transport http io-github-urnetwork-registry https://mcp.bringyour.com --- ## Everything App URL: https://mcp-marketplace.io/server/live-alpic-staging-everything-app-ce82911c-everything-app Summary: Still WiP Description: Still WiP Remote endpoints: streamable-http: https://everything-app-ce82911c.staging.alpic.live sse: https://everything-app-ce82911c.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://everything-app-ce82911c.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-everything-app-ce82911c-everything-app https://everything-app-ce82911c.staging.alpic.live --- ## Rdap URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-rdap Summary: RDAP — Registration Data Access Protocol (domains, IPs, ASNs) via IANA bootstrap Description: RDAP — Registration Data Access Protocol (domains, IPs, ASNs) via IANA bootstrap Remote endpoints: streamable-http: https://gateway.pipeworx.io/rdap/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/rdap/mcp GitHub: https://github.com/pipeworx-io/mcp-rdap MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, domain, ip, asn, entity, nameserver Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-rdap https://gateway.pipeworx.io/rdap/mcp --- ## CClarity LinkedIn MCP — Launch guide URL: https://mcp-marketplace.io/server/cclarity-linkedin-mcp-launch-guide Summary: LinkedIn engagement, analytics, and publishing in Claude, ChatGPT, and Cursor for B2B marketers. Description: CClarity connects your AI assistant to your LinkedIn account so you can research engagement, plan content, and act on warm signals without leaving chat. After OAuth login, an active subscription, and LinkedIn connection, you get tools for: who reacted or commented on your posts, post performance and viral benchmarks, profile viewers, outbound engagement history, followers, connection invitations, and publishing text posts. Profile, ICP, and writing-style context help assistants tailor outreach Category: Marketing & Social Mode: dual Pricing: Free npm: https://www.npmjs.com/package/@cclarity-packages/cli Remote URL: https://api.cclarity.io/mcp GitHub: https://github.com/get-cclarity/linkedin-mcp Security Score: 9.7/10 Creator: Công Phan Huy Creator Reputation: C- Version: 1.0.0 Tags: linkedin, marketing, b2b, social-selling, engagement, analytics, content, oauth, remote-mcp, lead-generation Use Cases: Social selling, Lead qualification, Content planning, Engagement tracking, Profile viewer outreach, Connection request triage, Post performance analysis, Viral content benchmarking, LinkedIn publishing Install (Claude Code): claude mcp add cclarity-linkedin-mcp-launch-guide -- npx -y https://www.npmjs.com/package/@cclarity-packages/cli Install (Claude Code Remote): claude mcp add --transport http cclarity-linkedin-mcp-launch-guide https://api.cclarity.io/mcp --- ## Packagist URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-packagist Summary: Packagist MCP — PHP / Composer package registry Description: Packagist MCP — PHP / Composer package registry Remote endpoints: streamable-http: https://gateway.pipeworx.io/packagist/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/packagist/mcp GitHub: https://github.com/pipeworx-io/mcp-packagist MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_package, list_versions, package_stats Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-packagist https://gateway.pipeworx.io/packagist/mcp --- ## Diff Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-diff-ai-mcp Summary: Diff Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: diff-ai-mcp GitHub: https://github.com/CSOAI-ORG/diff-ai-mcp Security Score: 3.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.13 Install (Claude Code): claude mcp add io-github-csoai-org-diff-ai-mcp -- uvx diff-ai-mcp==1.0.13 --- ## Auth Sentinel URL: https://mcp-marketplace.io/server/io-github-evozim-auth-sentinel Summary: SSO identity auditor protecting SAML and OpenID configurations. Description: SSO identity auditor protecting SAML and OpenID configurations. Remote endpoints: sse: https://auth-sentinel-mcp.vercel.app/api/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://auth-sentinel-mcp.vercel.app/api/mcp MCP Tools (1): audit Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-auth-sentinel https://auth-sentinel-mcp.vercel.app/api/mcp --- ## Metamesh Uga URL: https://mcp-marketplace.io/server/dev-metamesh-uga-metamesh-uga Summary: Serverless edge control plane to discover, route and monetize 14,982+ MCP tools. Description: Serverless edge control plane to discover, route and monetize 14,982+ MCP tools. Remote endpoints: streamable-http: https://api.metamesh-uga.dev/mcp sse: https://api.metamesh-uga.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.metamesh-uga.dev/mcp GitHub: https://github.com/SiouxTXT/metamesh-uga MCP Tools (17): metamesh.context, metamesh.search_tools, metamesh.tool_info, metamesh.metrics, metamesh.discovery_status, metamesh.health, stripe.search_stripe_documentation, stripe.get_stripe_account_info, stripe.create_refund, stripe.search_stripe_resources, stripe.fetch_stripe_resources, stripe.stripe_implementation_planner, stripe.send_stripe_mcp_feedback, stripe.stripe_api_search, stripe.stripe_api_details, stripe.stripe_api_read, stripe.stripe_api_write Security Score: 5.5/10 Creator: SiouxTXT Creator Reputation: B Version: 2.0.3 Install (Claude Code Remote): claude mcp add --transport http dev-metamesh-uga-metamesh-uga https://api.metamesh-uga.dev/mcp --- ## Lore URL: https://mcp-marketplace.io/server/io-github-jordanhindo-lore Summary: Lightweight MCP for infinite agent memory. Any agent, any session, anytime. Category: Developer Tools Mode: local Pricing: Free npm: @jordanhindo/lore GitHub: https://github.com/jordanhindo/lore Security Score: 5.2/10 Creator: Jordanhindo Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-jordanhindo-lore -- npx -y @jordanhindo/lore@0.1.1 --- ## Agile Sprint URL: https://mcp-marketplace.io/server/io-github-evozim-agile-sprint Summary: Scrum sprint optimizer and automated project manager. Description: Scrum sprint optimizer and automated project manager. Remote endpoints: sse: https://agile-sprint-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agile-sprint-mcp.vercel.app/api/mcp MCP Tools (1): orchestrate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-agile-sprint https://agile-sprint-mcp.vercel.app/api/mcp --- ## Copilot Connector Ledger URL: https://mcp-marketplace.io/server/com-clauxel-copilotconnectorledger-copilotconnectorledger-mcp Summary: Copilot connector permission audits with owner signoff receipts. Description: Copilot connector permission audits with owner signoff receipts. Remote endpoints: streamable-http: https://copilotconnectorledger.clauxel.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://copilotconnectorledger.clauxel.com/mcp GitHub: https://github.com/clauxel/copilot-connector-ledger-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-copilotconnectorledger-copilotconnectorledger-mcp https://copilotconnectorledger.clauxel.com/mcp --- ## Nih Reporter URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nih-reporter Summary: NIH RePORTER MCP — every NIH-funded research project (free, no auth) Description: NIH RePORTER MCP — every NIH-funded research project (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nih-reporter/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/nih-reporter/mcp GitHub: https://github.com/pipeworx-io/mcp-nih-reporter Security Score: 9.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nih-reporter https://gateway.pipeworx.io/nih-reporter/mcp --- ## Sefaz Rr Certidao Debitos URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rr-certidao-debitos-mcp Summary: SEFAZ RR: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay per query with Description: SEFAZ RR: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay per query with Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rr_certidao_debitos Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rr_certidao_debitos GitHub: https://github.com/mcp-dir/sefaz_rr_certidao_debitos-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rr-certidao-debitos-mcp https://api.mcp.ai/p_sefaz_rr_certidao_debitos --- ## Smart Crawler URL: https://mcp-marketplace.io/server/io-github-shulex-voc-smart-crawler Summary: E-commerce competitor intelligence, VOC sentiment, Amazon ASIN analysis, Reddit growth playbooks. Description: E-commerce competitor intelligence, VOC sentiment, Amazon ASIN analysis, Reddit growth playbooks. Remote endpoints: streamable-http: https://smartcrawler.io/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://smartcrawler.io/mcp/ GitHub: https://github.com/shulex-voc/smart-crawler Security Score: 10/10 Creator: Shulex Voc Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-shulex-voc-smart-crawler https://smartcrawler.io/mcp/ --- ## Unpaywall URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-unpaywall Summary: Unpaywall MCP — open-access lookup for scholarly papers (free, no key) Description: Unpaywall MCP — open-access lookup for scholarly papers (free, no key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/unpaywall/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/unpaywall/mcp GitHub: https://github.com/pipeworx-io/mcp-unpaywall Security Score: 8.2/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-unpaywall https://gateway.pipeworx.io/unpaywall/mcp --- ## Govinfo URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-govinfo Summary: GovInfo.gov MCP — full text of US government publications Description: GovInfo.gov MCP — full text of US government publications Remote endpoints: streamable-http: https://gateway.pipeworx.io/govinfo/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/govinfo/mcp GitHub: https://github.com/pipeworx-io/mcp-govinfo MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_collections, search_packages, get_package, list_granules, get_granule Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-govinfo https://gateway.pipeworx.io/govinfo/mcp --- ## Agent Monitor Relay URL: https://mcp-marketplace.io/server/com-clauxel-agentmonitorrelay-agentmonitorrelay-mcp Summary: AI agent run monitoring with incident replay and SLA receipts. Description: AI agent run monitoring with incident replay and SLA receipts. Remote endpoints: streamable-http: https://agentmonitorrelay.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentmonitorrelay.clauxel.com/mcp GitHub: https://github.com/clauxel/agent-monitor-relay-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-agentmonitorrelay-agentmonitorrelay-mcp https://agentmonitorrelay.clauxel.com/mcp --- ## Fccdb URL: https://mcp-marketplace.io/server/com-fccdb-api Summary: Explore FCC ULS licenses, ASR antenna structures, and microwave path elevation profiles. Description: Explore FCC ULS licenses, ASR antenna structures, and microwave path elevation profiles. Remote endpoints: streamable-http: https://fccdb.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fccdb.com/mcp GitHub: https://github.com/benlemasurier/fccdb Security Score: 8/10 Creator: Benlemasurier Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-fccdb-api https://fccdb.com/mcp --- ## Milemaker URL: https://mcp-marketplace.io/server/io-github-mile-maker-milemaker-mcp Summary: MileMaker MCP server provides mapping services for commercial transportation. Description: MileMaker MCP server provides mapping services for commercial transportation. Remote endpoints: streamable-http: https://mcp.milemaker.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.milemaker.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mile-maker-milemaker-mcp https://mcp.milemaker.com/mcp --- ## ZenLink URL: https://mcp-marketplace.io/server/io-github-jayquan-mccleary-zenlink-mcp Summary: Browser automation for MCP clients via Zen Browser. Parallel multi-tab, content extraction. Category: Developer Tools Mode: local Pricing: Free PyPI: zenlink-mcp GitHub: https://github.com/JayQuan-McCleary/ZenLink-MCP Security Score: 10/10 Creator: JayQuan McCleary Creator Reputation: B Version: 2.0.3 Install (Claude Code): claude mcp add io-github-jayquan-mccleary-zenlink-mcp -- uvx zenlink-mcp==2.0.3 --- ## Antseed Explorer URL: https://mcp-marketplace.io/server/io-github-augustas11-antfeed-mcp Summary: Discover and transact on the AntSeed P2P AI network from any MCP-compatible agent. Category: Developer Tools Mode: local Pricing: Free npm: @antfeed/mcp GitHub: https://github.com/Augustas11/antseed-explorer Security Score: 7.3/10 Creator: Augustas11 Creator Reputation: B Version: 0.2.3 Required Credentials: ANTFEED_EXPLORER_URL (optional), ANTSEED_BUYER_URL (optional), ANTSEED_MAX_DEPOSIT_USDC (optional), ANTSEED_BUYER_STRICT (optional) Install (Claude Code): claude mcp add io-github-augustas11-antfeed-mcp -- npx -y @antfeed/mcp --- ## Apple MCPs URL: https://mcp-marketplace.io/server/io-github-jonathanrreed-apple-contacts-mcp Summary: Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-contacts-mcp GitHub: https://github.com/JonathanRReed/Apple-MCPs Security Score: 9.7/10 Creator: JonathanRReed Creator Reputation: B Version: 1.0.2 Required Credentials: APPLE_CONTACTS_MCP_SAFETY_MODE (optional) Install (Claude Code): claude mcp add io-github-jonathanrreed-apple-contacts-mcp -- uvx apple-contacts-mcp --- ## PitchIQ URL: https://mcp-marketplace.io/server/io-github-astafford8488-pitchiq-mcp Summary: Agent-native CRM + get-booked platform. Operate over MCP, or pay per call via x402. No login. Description: Agent-native CRM + get-booked platform. Operate over MCP, or pay per call via x402. No login. Remote endpoints: streamable-http: https://pitchiq-mcp-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pitchiq-mcp-production.up.railway.app/mcp GitHub: https://github.com/astafford8488/PitchIQ MCP Tools (5): pitchiq_v1_discover_search_podcasts, pitchiq_v1_discover_search_curators, pitchiq_v1_discover_search_creators, pitchiq_v1_booking_book_guest_slot, pitchiq_v1_commerce_quote_action Security Score: 8/10 Creator: Astafford8488 Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-astafford8488-pitchiq-mcp https://pitchiq-mcp-production.up.railway.app/mcp --- ## Deepvoice Guard URL: https://mcp-marketplace.io/server/io-github-evozim-deepvoice-guard Summary: Acoustic deepfake detector and voice biometrics auditor. Description: Acoustic deepfake detector and voice biometrics auditor. Remote endpoints: sse: https://deepvoice-guard-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://deepvoice-guard-mcp.vercel.app/api/mcp MCP Tools (1): validate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-deepvoice-guard https://deepvoice-guard-mcp.vercel.app/api/mcp --- ## Chainladder URL: https://mcp-marketplace.io/server/io-github-datalattice-mcp-chainladder Summary: Actuarial chain-ladder reserving: IBNR, Mack stochastic stats, and assumption diagnostics. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-chainladder GitHub: https://github.com/datalattice/mcp-chainladder Security Score: 4.2/10 Creator: Datalattice Creator Reputation: B Version: 1.2.2 Install (Claude Code): claude mcp add io-github-datalattice-mcp-chainladder -- uvx mcp-chainladder==1.2.2 --- ## Api Flow Analyzer Api URL: https://mcp-marketplace.io/server/io-github-lazymac2x-api-flow-analyzer Summary: Cloudflare Workers MCP server: api-flow-analyzer Description: Cloudflare Workers MCP server: api-flow-analyzer Remote endpoints: streamable-http: https://api.lazy-mac.com/api-flow-analyzer/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.lazy-mac.com/api-flow-analyzer/mcp GitHub: https://github.com/lazymac2x/api-flow-analyzer-api MCP Tools (6): track_call, analyze_flow, detect_redundancy, suggest_batching, calculate_savings, get_dependency_graph Security Score: 8.1/10 Creator: Lazymac2x Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lazymac2x-api-flow-analyzer https://api.lazy-mac.com/api-flow-analyzer/mcp --- ## Etherscan URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-etherscan Summary: Etherscan MCP — multichain block-explorer API (Etherscan V2) Description: Etherscan MCP — multichain block-explorer API (Etherscan V2) Remote endpoints: streamable-http: https://gateway.pipeworx.io/etherscan/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://gateway.pipeworx.io/etherscan/mcp GitHub: https://github.com/pipeworx-io/mcp-etherscan Security Score: 2.5/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-etherscan https://gateway.pipeworx.io/etherscan/mcp --- ## Reinfo URL: https://mcp-marketplace.io/server/io-github-n-3inc-reinfo Summary: 国土交通省の不動産情報ライブラリから不動産価格データを取得するためのサービスです。 Description: 国土交通省の不動産情報ライブラリから不動産価格データを取得するためのサービスです。 Remote endpoints: streamable-http: https://mcp.n-3.ai/mcp?tools=get-time,reinfolib-real-estate-price,reinfolib-city-list Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.n-3.ai/mcp?tools=get-time,reinfolib-real-estate-price,reinfolib-city-list MCP Tools (3): get-time, reinfolib-real-estate-price, reinfolib-city-list Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-n-3inc-reinfo 'https://mcp.n-3.ai/mcp?tools=get-time,reinfolib-real-estate-price,reinfolib-city-list' --- ## E Stat URL: https://mcp-marketplace.io/server/io-github-n-3inc-e-stat Summary: 政府統計 (e-Stat) の API を通じて、統計データやメタ情報を取得するためのサービスです。 Description: 政府統計 (e-Stat) の API を通じて、統計データやメタ情報を取得するためのサービスです。 Remote endpoints: streamable-http: https://mcp.n-3.ai/mcp?tools=e-stat-get-stats-list,e-stat-get-meta-info,e-stat-get-data-catalog Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.n-3.ai/mcp?tools=e-stat-get-stats-list,e-stat-get-meta-info,e-stat-get-data-catalog MCP Tools (3): e-stat-get-stats-list, e-stat-get-meta-info, e-stat-get-data-catalog Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-n-3inc-e-stat 'https://mcp.n-3.ai/mcp?tools=e-stat-get-stats-list,e-stat-get-meta-info,e-stat-get-data-catalog' --- ## Kuriflow URL: https://mcp-marketplace.io/server/io-github-sgunk13-kuriflow-mcp Summary: Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run. Category: Developer Tools Mode: local Pricing: Free PyPI: kuriflow-mcp GitHub: https://github.com/sGuNk13/kuriflow-mcp Security Score: 10/10 Creator: SGuNk13 Creator Reputation: B Version: 0.1.1 Required Credentials: KURIFLOW_API_KEY (required), KURIFLOW_API_URL (optional) Install (Claude Code): claude mcp add io-github-sgunk13-kuriflow-mcp -- uvx kuriflow-mcp==0.1.1 --- ## Predictoracle URL: https://mcp-marketplace.io/server/io-tooloracle-predictoracle Summary: PredictOracle - 12 forecasting tools: time-series, scenario analysis, risk projections. Description: PredictOracle - 12 forecasting tools: time-series, scenario analysis, risk projections. Remote endpoints: streamable-http: https://tooloracle.io/predict/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/predict/mcp/ GitHub: https://github.com/ToolOracle/predictoracle MCP Tools (12): predict_entity, predict_article, predict_score, risk_forecast, evidence_decay, deadline_risk, remediation_velocity, trend_analysis, early_warning, scenario_forecast, health_check, ping Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-predictoracle https://tooloracle.io/predict/mcp/ --- ## 2o URL: https://mcp-marketplace.io/server/io-github-russellshen1992-2o Summary: Human intelligence API — AI agents verify facts with human domain experts via MCP Description: Human intelligence API — AI agents verify facts with human domain experts via MCP Remote endpoints: sse: https://www.2oapi.xyz/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @russellshen1992/2o-mcp Remote URL: https://www.2oapi.xyz/api/mcp GitHub: https://github.com/russellshen1992/2o Security Score: 8/10 Creator: Russellshen1992 Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-russellshen1992-2o -- npx -y @russellshen1992/2o-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-russellshen1992-2o https://www.2oapi.xyz/api/mcp --- ## One Shot Ui URL: https://mcp-marketplace.io/server/io-github-tn0123-one-shot-ui Summary: Deterministic UI extraction and screenshot diffing for AI coding agents. Category: Developer Tools Mode: local Pricing: Free npm: one-shot-ui GitHub: https://github.com/TN0123/one-shot-ui Security Score: 6.2/10 Creator: TN0123 Creator Reputation: B Version: 0.7.0 Install (Claude Code): claude mcp add io-github-tn0123-one-shot-ui -- npx -y one-shot-ui@0.7.0 --- ## Pkg Go Dev URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pkg-go-dev Summary: Go modules MCP — wraps proxy.golang.org Description: Go modules MCP — wraps proxy.golang.org Remote endpoints: streamable-http: https://gateway.pipeworx.io/pkg-go-dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pkg-go-dev/mcp GitHub: https://github.com/pipeworx-io/mcp-pkg-go-dev MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_versions, latest_version, get_module_info, get_go_mod Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pkg-go-dev https://gateway.pipeworx.io/pkg-go-dev/mcp --- ## Canvs URL: https://mcp-marketplace.io/server/io-github-voronkovm-canvs Summary: AI-powered diagrams, mind maps, flowcharts on a free unlimited collaborative whiteboard Description: AI-powered diagrams, mind maps, flowcharts on a free unlimited collaborative whiteboard Remote endpoints: streamable-http: https://app.canvs.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.canvs.io/mcp MCP Tools (6): get_guide, add_elements, update_elements, delete_elements, query_elements, add_elements_from_mermaid Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-voronkovm-canvs https://app.canvs.io/mcp --- ## Healthguard URL: https://mcp-marketplace.io/server/io-tooloracle-healthguard Summary: HealthGuard - 12-tool health/medical AI safety MCP: PII redaction, HIPAA, GDPR Art.9. Description: HealthGuard - 12-tool health/medical AI safety MCP: PII redaction, HIPAA, GDPR Art.9. Remote endpoints: streamable-http: https://tooloracle.io/health/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/health/mcp/ GitHub: https://github.com/ToolOracle/healthguard MCP Tools (12): mdr_compliance_check, ivdr_check, device_classification, udi_validate, drug_interaction, icd10_lookup, adverse_event_report, gdpr_health_check, hipaa_vs_gdpr, clinical_trial_phases, gmp_checklist, medical_calendar_eu Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-healthguard https://tooloracle.io/health/mcp/ --- ## Freelance Os URL: https://mcp-marketplace.io/server/io-github-sohlin2-freelance-os Summary: Freelance business manager — clients, proposals, invoices, time tracking, scope, and follow-ups. Description: Freelance business manager — clients, proposals, invoices, time tracking, scope, and follow-ups. Remote endpoints: streamable-http: https://freelance-os-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: freelance-os Remote URL: https://freelance-os-production.up.railway.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.2 Required Credentials: FREELANCEOS_API_KEY (required) Install (Claude Code): claude mcp add io-github-sohlin2-freelance-os -- npx -y freelance-os Install (Claude Code Remote): claude mcp add --transport http io-github-sohlin2-freelance-os https://freelance-os-production.up.railway.app/mcp --- ## Puckapi URL: https://mcp-marketplace.io/server/io-github-noahowsh-puckapi Summary: The hockey data API. Stats, odds, and everything between. REST API and MCP server. Description: The hockey data API. Stats, odds, and everything between. REST API and MCP server. Remote endpoints: streamable-http: https://mcp.puckapi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.puckapi.com/mcp GitHub: https://github.com/PuckAPI/mcp Security Score: 10/10 Creator: PuckAPI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-noahowsh-puckapi https://mcp.puckapi.com/mcp --- ## L402 Kit URL: https://mcp-marketplace.io/server/io-github-thiagodataengineer-l402-kit Summary: MCP server for L402-protected APIs via Bitcoin Lightning. Pay-per-call AI tools in sats. Category: Developer Tools Mode: local Pricing: Free npm: l402-kit GitHub: https://github.com/ShinyDapps/l402-kit Security Score: 9.8/10 Creator: ShinyDapps Creator Reputation: B Version: 1.8.7 Install (Claude Code): claude mcp add io-github-thiagodataengineer-l402-kit -- npx -y l402-kit@1.8.7 --- ## Lovie — Company Formation MCP URL: https://mcp-marketplace.io/server/lovie-company-formation-mcp Summary: The Company Formation MCP for AI tools — form companies, manage bank accounts, cards, invoices and p Description: Lovie is the Company Formation MCP server for AI tools. Form companies (state, entity type, name-availability check, shareholders, certificate, filing fee), open bank accounts, issue virtual/physical cards, send invoices, run payments, and categorize transactions — all from your AI agent. A lightweight npx stdio proxy bridges your tool to the Lovie server over HTTPS with OAuth; ~79 business tools. Category: Finance Mode: dual Pricing: Free npm: lovie PyPI: lovie Remote URL: https://mcp.lovie.co/mcp/mcp GitHub: https://github.com/lovieco/lovie-company-formation-mcp-npx Security Score: 4.2/10 Creator: backlink-lovie Creator Reputation: F Version: 1.0.0 Tags: mcp, company-formation, banking, cards, invoicing, payments, fintech, business Use Cases: business, finance Install (Claude Code): claude mcp add lovie-company-formation-mcp -- npx -y lovie@1.0.9 Install (Claude Code Remote): claude mcp add --transport http lovie-company-formation-mcp https://mcp.lovie.co/mcp/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-promptibus-mcp Summary: Model intelligence for AI agents — syntax, params, pricing for 67+ generative AI models. Category: Developer Tools Mode: local Pricing: Free npm: @promptibus/mcp GitHub: https://github.com/promptibus/mcp Security Score: 7/10 Creator: Promptibus Creator Reputation: B Version: 0.9.0 Required Credentials: PROMPTIBUS_API_KEY (required), PROMPTIBUS_API_URL (optional) Install (Claude Code): claude mcp add com-promptibus-mcp -- npx -y @promptibus/mcp@0.9.0 --- ## Productnow URL: https://mcp-marketplace.io/server/ai-productnow-productnow Summary: Turn prototype feedback into product decisions that your whole team can trace. Description: Turn prototype feedback into product decisions that your whole team can trace. Remote endpoints: streamable-http: https://api.productnow-prod.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.productnow-prod.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-productnow-productnow https://api.productnow-prod.com/mcp --- ## Ripe Stat URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ripe-stat Summary: RIPE Stat MCP — IP/ASN/BGP data Description: RIPE Stat MCP — IP/ASN/BGP data Remote endpoints: streamable-http: https://gateway.pipeworx.io/ripe-stat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ripe-stat/mcp GitHub: https://github.com/pipeworx-io/mcp-ripe-stat MCP Tools (19): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, whois, network_info, as_overview, asn_neighbours, bgp_state, abuse_contact, geoloc, prefix_overview Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ripe-stat https://gateway.pipeworx.io/ripe-stat/mcp --- ## Areacode URL: https://mcp-marketplace.io/server/io-github-riv-lc-areacode-mcp Summary: North American (NANP) area-code & phone-number intelligence for AI agents, by areacode.fyi. Category: Developer Tools Mode: local Pricing: Free npm: @riv-lc/areacode-mcp GitHub: https://github.com/riv-lc/areacode-mcp Security Score: 10/10 Creator: Riv Lc Creator Reputation: B Version: 0.2.2 Required Credentials: AREACODE_API_BASE (optional) Install (Claude Code): claude mcp add io-github-riv-lc-areacode-mcp -- npx -y @riv-lc/areacode-mcp@0.2.2 --- ## Scout Intel URL: https://mcp-marketplace.io/server/io-github-omniologynow-rgb-scout-intel-mcp Summary: The Google for AI agents — company intel, competitor tracking, market research via MCP. JSON output Description: The Google for AI agents — company intel, competitor tracking, market research via MCP. JSON output Remote endpoints: streamable-http: https://scout-intel.mcpize.run Category: Developer Tools Mode: dual Pricing: Free PyPI: scout-intel-mcp Remote URL: https://scout-intel.mcpize.run Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-omniologynow-rgb-scout-intel-mcp -- uvx scout-intel-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-omniologynow-rgb-scout-intel-mcp https://scout-intel.mcpize.run --- ## Devrel Amplifier URL: https://mcp-marketplace.io/server/io-github-evozim-devrel-amplifier Summary: Hacker News and technical blog developer outreach parser. Description: Hacker News and technical blog developer outreach parser. Remote endpoints: sse: https://devrel-amplifier-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://devrel-amplifier-mcp.vercel.app/api/mcp MCP Tools (1): amplify Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-devrel-amplifier https://devrel-amplifier-mcp.vercel.app/api/mcp --- ## Hiveecho URL: https://mcp-marketplace.io/server/io-github-srotzin-hiveecho Summary: Immutable event logging and audit trail for agent transactions Description: Immutable event logging and audit trail for agent transactions Remote endpoints: streamable-http: https://hiveecho.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hiveecho.onrender.com/mcp GitHub: https://github.com/srotzin/hiveecho Security Score: 9.5/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hiveecho https://hiveecho.onrender.com/mcp --- ## Studio URL: https://mcp-marketplace.io/server/com-aioproductos-mcp-studio Summary: Turn your AI host into a product videographer: scripted app demos, voice-over, captions, MP4/GIF. Category: Developer Tools Mode: local Pricing: Free npm: @aioproductoscom/mcp-studio GitHub: https://github.com/AIOProductOS/studio-mcp Security Score: 5.8/10 Creator: AIOProductOS Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add com-aioproductos-mcp-studio -- npx -y @aioproductoscom/mcp-studio@0.2.3 --- ## Kaiord URL: https://mcp-marketplace.io/server/io-github-pablo-albaladejo-kaiord Summary: Convert, validate, and inspect workout files (FIT, TCX, ZWO, Garmin Connect) for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @kaiord/mcp GitHub: https://github.com/pablo-albaladejo/kaiord Security Score: 9.7/10 Creator: Pablo Albaladejo Creator Reputation: B Version: 10.0.0 Install (Claude Code): claude mcp add io-github-pablo-albaladejo-kaiord -- npx -y @kaiord/mcp --- ## Calendar URL: https://mcp-marketplace.io/server/io-github-p-l-ta-calendar-mcp Summary: List, search, and manage calendar events via macOS Calendar.app across all configured accounts. Category: Developer Tools Mode: local Pricing: Free npm: @p-l-ta/calendar-mcp GitHub: https://github.com/p-l-ta/calendar-mcp Security Score: 10/10 Creator: P L Ta Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-p-l-ta-calendar-mcp -- npx -y @p-l-ta/calendar-mcp@1.0.0 --- ## Motaword URL: https://mcp-marketplace.io/server/io-github-oytuntez-motaword-mcp Summary: MotaWord MCP Server for professional and certified translations and localization Description: MotaWord MCP Server for professional and certified translations and localization Remote endpoints: streamable-http: https://api.motaword.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.motaword.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-oytuntez-motaword-mcp https://api.motaword.com/mcp --- ## Gtm URL: https://mcp-marketplace.io/server/io-github-paolobietolini-gtm-mcp-server Summary: Let AI manage your Google Tag Manager containers — tags, triggers, variables, and more. Description: Let AI manage your Google Tag Manager containers — tags, triggers, variables, and more. Remote endpoints: streamable-http: https://mcp.gtmeditor.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.gtmeditor.com Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-paolobietolini-gtm-mcp-server https://mcp.gtmeditor.com --- ## Presidio Hardened X402 URL: https://mcp-marketplace.io/server/io-github-presidio-v-presidio-hardened-x402-mcp Summary: Pre-payment PII screener for x402 — catches emails, SSNs, names before agents sign. Category: Developer Tools Mode: local Pricing: Free PyPI: presidio-hardened-x402-mcp GitHub: https://github.com/presidio-v/presidio-hardened-x402-mcp Security Score: 10/10 Creator: Presidio V Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-presidio-v-presidio-hardened-x402-mcp -- uvx presidio-hardened-x402-mcp==0.1.1 --- ## Dependency Updater Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-dependency-updater-ai-mcp Summary: Dependency Updater Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: dependency-updater-ai-mcp GitHub: https://github.com/CSOAI-ORG/dependency-updater-ai-mcp Security Score: 2.8/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.12 Install (Claude Code): claude mcp add io-github-csoai-org-dependency-updater-ai-mcp -- uvx dependency-updater-ai-mcp==1.0.12 --- ## Theothers URL: https://mcp-marketplace.io/server/io-github-richardtkemp-theothers Summary: Marketplace for AI assistants to find collaborators and build peer-to-peer relationships Description: Marketplace for AI assistants to find collaborators and build peer-to-peer relationships Remote endpoints: streamable-http: https://theothers.richardkemp.uk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://theothers.richardkemp.uk/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-richardtkemp-theothers https://theothers.richardkemp.uk/mcp --- ## Apple MCPs URL: https://mcp-marketplace.io/server/io-github-jonathanrreed-apple-shortcuts-mcp Summary: List, inspect, and run Apple Shortcuts on macOS. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-shortcuts-mcp GitHub: https://github.com/JonathanRReed/Apple-MCPs Security Score: 9.7/10 Creator: JonathanRReed Creator Reputation: B Version: 1.0.2 Required Credentials: APPLE_SHORTCUTS_MCP_SAFETY_MODE (optional) Install (Claude Code): claude mcp add io-github-jonathanrreed-apple-shortcuts-mcp -- uvx apple-shortcuts-mcp --- ## Vest URL: https://mcp-marketplace.io/server/io-github-vestosai-vest-mcp Summary: Earn up to 20% cashback on 200+ AI tool subscriptions. Browse, build stacks, get tracked links. Description: Earn up to 20% cashback on 200+ AI tool subscriptions. Browse, build stacks, get tracked links. Remote endpoints: streamable-http: https://mcp.getvest.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.getvest.ai/mcp GitHub: https://github.com/VestOSAI/vest-mcp MCP Tools (6): vest_build_stack, vest_search_tools, vest_estimate_cashback, vest_get_signup_link, vest_get_account, vest_submit_tool_request Security Score: 8/10 Creator: VestOSAI Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vestosai-vest-mcp https://mcp.getvest.ai/mcp --- ## Agent Plugin URL: https://mcp-marketplace.io/server/ai-qlane-qlane Summary: AI QA that runs your app in a browser on every pull request: projects, test targets, test cases. Description: AI QA that runs your app in a browser on every pull request: projects, test targets, test cases. Remote endpoints: streamable-http: https://mcp-eu.qlane.ai/api/mcp streamable-http: https://mcp-us.qlane.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-eu.qlane.ai/api/mcp GitHub: https://github.com/qlaneai/agent-plugin Security Score: 10/10 Creator: Qlaneai Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-qlane-qlane https://mcp-eu.qlane.ai/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-greatquestion-mcp Summary: Run user research from any AI tool. Create studies, recruit participants, query insights. Description: Run user research from any AI tool. Create studies, recruit participants, query insights. Remote endpoints: streamable-http: https://greatquestion.co/api/mcp/v1 Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://greatquestion.co/api/mcp/v1 GitHub: https://github.com/GreatQuestion/mcp Security Score: 10/10 Creator: GreatQuestion Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-greatquestion-mcp https://greatquestion.co/api/mcp/v1 --- ## Tiktok Adsagent URL: https://mcp-marketplace.io/server/md-adsagent-tiktok-mcp Summary: Hosted TikTok ads MCP with OAuth, bounded reads, and prepare/confirm writes. Description: Hosted TikTok ads MCP with OAuth, bounded reads, and prepare/confirm writes. Remote endpoints: streamable-http: https://tiktok.adsagent.md/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://tiktok.adsagent.md/mcp GitHub: https://github.com/kimlucky7/tiktok-adsagent Security Score: 8/10 Creator: Kimlucky7 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http md-adsagent-tiktok-mcp https://tiktok.adsagent.md/mcp --- ## Pharma URL: https://mcp-marketplace.io/server/io-github-pubspro-pharma-mcp Summary: MCP server for ClinicalTrials.gov, PubMed, FDA drug labels, FAERS, and ICH guidelines. Category: Developer Tools Mode: local Pricing: Free npm: @pubspro/pharma-mcp GitHub: https://github.com/pubspro/pharma-mcp Security Score: 10/10 Creator: Pubspro Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-pubspro-pharma-mcp -- npx -y @pubspro/pharma-mcp@1.0.0 --- ## Clipboard Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-clipboard-ai-mcp Summary: Clipboard Ai MCP Server by MEOK AI Labs Category: Developer Tools Mode: local Pricing: Free PyPI: clipboard-ai-mcp GitHub: https://github.com/CSOAI-ORG/clipboard-ai-mcp Security Score: 2.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.13 Install (Claude Code): claude mcp add io-github-csoai-org-clipboard-ai-mcp -- uvx clipboard-ai-mcp==1.0.13 --- ## Sup URL: https://mcp-marketplace.io/server/com-supwire-sup Summary: Read the public Sup wire over hosted MCP, or use local clients to claim, send, and verify receipts. Description: Read the public Sup wire over hosted MCP, or use local clients to claim, send, and verify receipts. Remote endpoints: streamable-http: https://supwire.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: sup-network Remote URL: https://supwire.com/mcp MCP Tools (5): sup_probe, sup_feed, sup_agents, sup_receipt, sup_call_card Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.8 Install (Claude Code): claude mcp add com-supwire-sup -- npx -y sup-network Install (Claude Code Remote): claude mcp add --transport http com-supwire-sup https://supwire.com/mcp --- ## Recall Risk URL: https://mcp-marketplace.io/server/com-dropwatchhq-recall-risk Summary: Check a product's recall risk: score + active CPSC/FDA/NHTSA recalls for a product or brand. Description: Check a product's recall risk: score + active CPSC/FDA/NHTSA recalls for a product or brand. Remote endpoints: streamable-http: https://cassandra.dropwatchhq.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cassandra.dropwatchhq.com/mcp MCP Tools (1): recall_risk Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-recall-risk https://cassandra.dropwatchhq.com/mcp --- ## Agentstorefront URL: https://mcp-marketplace.io/server/io-github-lmaniraruta-agentstorefront Summary: MCP for AgentStorefront — discover, price, and subscribe to paid agent services. Category: Developer Tools Mode: local Pricing: Free npm: @lfidele/agentstorefront-mcp GitHub: https://github.com/lmaniraruta/agentstorefront-mcp Security Score: 6.2/10 Creator: Lmaniraruta Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-lmaniraruta-agentstorefront -- npx -y @lfidele/agentstorefront-mcp@0.1.1 --- ## Wmata URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-wmata Summary: Washington Metro real-time + static rail/bus data. Free key required. Description: Washington Metro real-time + static rail/bus data. Free key required. Remote endpoints: streamable-http: https://gateway.pipeworx.io/wmata/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/wmata/mcp GitHub: https://github.com/pipeworx-io/mcp-wmata MCP Tools (24): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, pipeworx_feedback, remember, recall, forget, rail_lines, rail_stations, rail_station_info, rail_predictions, rail_incidents, bus_routes, bus_route_details, bus_stops, bus_predictions, bus_incidents Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wmata https://gateway.pipeworx.io/wmata/mcp --- ## Navi X402 URL: https://mcp-marketplace.io/server/io-github-mobileappbyharis-navi-x402-mcp Summary: Paid agent tools, zero API keys: crypto, weather, translation, web intel, x402 discovery (USDC/Base) Category: Developer Tools Mode: local Pricing: Free npm: navi-x402-mcp GitHub: https://github.com/mobileappbyharis/navi-x402-mcp Security Score: 5.2/10 Creator: Mobileappbyharis Creator Reputation: B Version: 1.0.1 Required Credentials: X402_PRIVATE_KEY (required), MAX_PRICE_USDC (optional) Install (Claude Code): claude mcp add io-github-mobileappbyharis-navi-x402-mcp -- npx -y navi-x402-mcp@1.0.1 --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-agentql Summary: Query webpages and extract structured data using natural language Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-agentql GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add com-mcparmory-agentql -- uvx mcparmory-agentql==1.0.8 --- ## Bash Vet URL: https://mcp-marketplace.io/server/io-github-temurkhan13-bash-vet-mcp Summary: Vet LLM-emitted shell commands BEFORE execution. 26 destructive-pattern rules / 8 families. Category: Developer Tools Mode: local Pricing: Free PyPI: bash-vet-mcp GitHub: https://github.com/temurkhan13/bash-vet-mcp Security Score: 6.5/10 Creator: Temurkhan13 Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-temurkhan13-bash-vet-mcp -- uvx bash-vet-mcp==1.0.3 --- ## Askew URL: https://mcp-marketplace.io/server/io-github-rubix1138-askew-x402 Summary: DeFi yields, staking routing, semantic research & security intel via x402 micro-payments on Base Description: DeFi yields, staking routing, semantic research & security intel via x402 micro-payments on Base Remote endpoints: streamable-http: https://mcp.askew.network/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.askew.network/mcp GitHub: https://github.com/rubix1138/askew-mcp Security Score: 4.8/10 Creator: Rubix1138 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rubix1138-askew-x402 https://mcp.askew.network/mcp --- ## Cassandra Predict URL: https://mcp-marketplace.io/server/com-dropwatchhq-cassandra-predict Summary: Cassandra prediction hub: one MCP door over govcon forecasts (recompete, contractor signals). Description: Cassandra prediction hub: one MCP door over govcon forecasts (recompete, contractor signals). Remote endpoints: streamable-http: https://predict.dropwatchhq.com/mcp Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://predict.dropwatchhq.com/mcp MCP Tools (2): predict, list_domains Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dropwatchhq-cassandra-predict https://predict.dropwatchhq.com/mcp --- ## Nomad Crypto Travel URL: https://mcp-marketplace.io/server/ai-agentroam-agentroam Summary: Buy travel eSIMs, gift cards and mobile top-ups with crypto — user confirms before any order. Description: Buy travel eSIMs, gift cards and mobile top-ups with crypto — user confirms before any order. Remote endpoints: streamable-http: https://agentroam.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentroam.ai/api/mcp GitHub: https://github.com/adiny/nomad-crypto-travel MCP Tools (11): search_products, get_price, validate_order, create_order, list_esim_plans, get_order_status, list_brands, list_products, get_currencies, get_payment_methods, purchase_wizard Security Score: 8/10 Creator: Adiny Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-agentroam-agentroam https://agentroam.ai/api/mcp --- ## India URL: https://mcp-marketplace.io/server/io-github-samarth-23-eng-india-mcp-rto Summary: MCP server for Indian vehicle RTO: decode number plates, calculate road tax, check RTO offices. Category: Developer Tools Mode: local Pricing: Free npm: @samarth-23-eng/india-mcp GitHub: https://github.com/Samarth-23-eng/India-MCP Security Score: 10/10 Creator: Samarth 23 Eng Creator Reputation: B Version: 1.0.10 Install (Claude Code): claude mcp add io-github-samarth-23-eng-india-mcp-rto -- npx -y @samarth-23-eng/india-mcp@1.0.10 --- ## Bt Reseller URL: https://mcp-marketplace.io/server/io-github-netifymarketplace-bt-reseller Summary: MCP server for the Netify Reseller Programme: eligibility, commission, application URL builder. Description: MCP server for the Netify Reseller Programme: eligibility, commission, application URL builder. Remote endpoints: streamable-http: https://www.netify.co.uk/resell/bt-business-services/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.netify.co.uk/resell/bt-business-services/mcp/ GitHub: https://github.com/netifymarketplace/bt-reseller-mcp MCP Tools (7): get_programme_info, list_products, get_product, check_eligibility, estimate_commission, build_application_url, list_compliance_requirements Security Score: 10/10 Creator: Netifymarketplace Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-netifymarketplace-bt-reseller https://www.netify.co.uk/resell/bt-business-services/mcp/ --- ## Statshawk URL: https://mcp-marketplace.io/server/ai-statshawk-statshawk Summary: Live sports stats and pre-computed analysis for AI assistants across NBA, MLB, NFL, and NHL. Description: Live sports stats and pre-computed analysis for AI assistants across NBA, MLB, NFL, and NHL. Remote endpoints: streamable-http: https://mcp.statshawk.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.statshawk.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-statshawk-statshawk https://mcp.statshawk.ai/mcp --- ## Apify Google Flights API URL: https://mcp-marketplace.io/server/io-github-johnisanerd-google-flights Summary: Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server. Description: Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server. Remote endpoints: streamable-http: https://mcp.apify.com/?tools=johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.apify.com/?tools=johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search GitHub: https://github.com/johnisanerd/Apify-Google-Flights-API Security Score: 9.8/10 Creator: Johnisanerd Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-johnisanerd-google-flights 'https://mcp.apify.com/?tools=johnvc/Google-Flights-Data-Scraper-Flight-and-Price-Search' --- ## QueryQuarry URL: https://mcp-marketplace.io/server/io-github-queryquarry-queryquarry Summary: Double-blind talent marketplace: AIs search anonymous opted-in candidates; reveal on consent. Description: Double-blind talent marketplace: AIs search anonymous opted-in candidates; reveal on consent. Remote endpoints: streamable-http: https://queryquarry.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://queryquarry.com/api/mcp GitHub: https://github.com/QueryQuarry/QueryQuarry Security Score: 10/10 Creator: QueryQuarry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-queryquarry-queryquarry https://queryquarry.com/api/mcp --- ## Regulations Gov URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-regulations-gov Summary: Regulations.gov MCP — federal regulatory dockets, documents, public comments Description: Regulations.gov MCP — federal regulatory dockets, documents, public comments Remote endpoints: streamable-http: https://gateway.pipeworx.io/regulations-gov/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/regulations-gov/mcp GitHub: https://github.com/pipeworx-io/mcp-regulations-gov MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_dockets, get_docket, list_documents, search_comments, get_comment Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-regulations-gov https://gateway.pipeworx.io/regulations-gov/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-semilattice-research-mcp Summary: Semilattice lets agents make predictions about audiences for content testing and decision making. Description: Semilattice lets agents make predictions about audiences for content testing and decision making. Remote endpoints: streamable-http: https://mcp.semilattice.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.semilattice.ai Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-semilattice-research-mcp https://mcp.semilattice.ai --- ## Company Intelligence URL: https://mcp-marketplace.io/server/ai-velarion-company-intelligence Summary: Exec comp benchmarking, say-on-pay risk, and governance cards for US public companies. Description: Exec comp benchmarking, say-on-pay risk, and governance cards for US public companies. Remote endpoints: streamable-http: https://velarion-scraper-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://velarion-scraper-production.up.railway.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-velarion-company-intelligence https://velarion-scraper-production.up.railway.app/mcp --- ## Data URL: https://mcp-marketplace.io/server/com-cryptohopper-mcp-data Summary: Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP. Description: Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP. Remote endpoints: streamable-http: https://mcp-data.cryptohopper.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp-data.cryptohopper.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-cryptohopper-mcp-data https://mcp-data.cryptohopper.com/mcp --- ## Agentmart URL: https://mcp-marketplace.io/server/io-github-ai-gaoqian-agentmart Summary: First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments Description: First AI Agent e-commerce marketplace with 74+ AI products, MCP protocol, and Alipay payments Remote endpoints: streamable-http: https://api.ai-gaoqian.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.ai-gaoqian.xyz/mcp GitHub: https://github.com/ai-gaoqian/agentmart-mcp-server MCP Tools (6): search_products, get_product_detail, list_categories, try_free_demo, create_order, get_hot_products Security Score: 10/10 Creator: Ai Gaoqian Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ai-gaoqian-agentmart https://api.ai-gaoqian.xyz/mcp --- ## Canvas URL: https://mcp-marketplace.io/server/com-timesrare-canvas Summary: Public canvas where verified AI agents claim permanent image blocks to advertise services. Description: Public canvas where verified AI agents claim permanent image blocks to advertise services. Remote endpoints: streamable-http: https://timesrare.com/mcp/streamable-http Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://timesrare.com/mcp/streamable-http MCP Tools (8): find_empty_blocks, price_check, claim_quote_x402, list_services, claim_block, get_block, submit_demand_survey, get_survey_results Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http com-timesrare-canvas https://timesrare.com/mcp/streamable-http --- ## ChessWithClaw URL: https://mcp-marketplace.io/server/io-github-alightttt-chesswithclaw Summary: Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar. Description: Play chess live against your own personal AI agent — OpenClaw, Hermes, and similar. Remote endpoints: streamable-http: https://chesswithclaw.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chesswithclaw.vercel.app/api/mcp GitHub: https://github.com/Alightttt/ChessWithClaw Security Score: 9.9/10 Creator: Alightttt Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alightttt-chesswithclaw https://chesswithclaw.vercel.app/api/mcp --- ## Liminality URL: https://mcp-marketplace.io/server/ai-physea-liminality Summary: Breaks a hard question or decision into grounded sub-questions and returns a checkable route. Description: Breaks a hard question or decision into grounded sub-questions and returns a checkable route. Remote endpoints: streamable-http: https://liminality.physea.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://liminality.physea.ai/mcp GitHub: https://github.com/jaybro2042-alt/liminality-mcp Security Score: 10/10 Creator: Jaybro2042 Alt Creator Reputation: B Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http ai-physea-liminality https://liminality.physea.ai/mcp --- ## Dental Planning URL: https://mcp-marketplace.io/server/app-toofi-dental-planning Summary: Agent-native dental planning MCP for plan drafts, presentations, and price estimates. Description: Agent-native dental planning MCP for plan drafts, presentations, and price estimates. Remote endpoints: streamable-http: https://toofi.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://toofi.app/mcp MCP Tools (22): discover_capabilities, lookup_dental_procedures, preview_plan_draft_schema, generate_treatment_plan_draft, list_demo_patients, get_demo_patient, list_demo_plans, get_demo_plan, get_demo_presentation, generate_patient_presentation, generate_price_estimate, start_pano_markup, import_price_csv, get_agent_credit_balance, list_audit_receipts, list_patients, get_patient, list_plans, get_plan, get_status, get_agent_billing_quote, create_agent_checkout_session Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2026.5.12 Install (Claude Code Remote): claude mcp add --transport http app-toofi-dental-planning https://toofi.app/mcp --- ## Hivegate URL: https://mcp-marketplace.io/server/io-github-srotzin-hivegate Summary: Agent admission queue with capacity control and priority tiers Description: Agent admission queue with capacity control and priority tiers Remote endpoints: streamable-http: https://hivegate.onrender.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://hivegate.onrender.com/mcp GitHub: https://github.com/srotzin/hivegate Security Score: 3.9/10 Creator: Srotzin Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hivegate https://hivegate.onrender.com/mcp --- ## Semhood URL: https://mcp-marketplace.io/server/io-github-ahmeedgamil-semhood Summary: AST-based semantic code search; results ship with their call graph (calls + callers). Category: Developer Tools Mode: local Pricing: Free PyPI: semhood GitHub: https://github.com/ahmeedgamil/semhood Security Score: 10/10 Creator: Ahmeedgamil Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-ahmeedgamil-semhood -- uvx semhood==0.1.0 --- ## Seeklink URL: https://mcp-marketplace.io/server/io-github-simonsysun-seeklink Summary: Local read-only semantic search for Markdown vaults through MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: seeklink GitHub: https://github.com/simonsysun/seeklink Security Score: 10/10 Creator: Simonsysun Creator Reputation: B Version: 0.7.0 Install (Claude Code): claude mcp add io-github-simonsysun-seeklink -- uvx seeklink==0.7.0 --- ## Promptvault URL: https://mcp-marketplace.io/server/ru-promtlabs-promptvault Summary: Self-hosted AI prompt library: prompts, collections, tags, teams, chains. 29 MCP tools for agents. Description: Self-hosted AI prompt library: prompts, collections, tags, teams, chains. 29 MCP tools for agents. Remote endpoints: streamable-http: https://promtlabs.ru/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://promtlabs.ru/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http ru-promtlabs-promptvault https://promtlabs.ru/mcp --- ## Gen URL: https://mcp-marketplace.io/server/ai-klodkot-gen Summary: Best Image and video generation: 20+ models (Kling, Seedance, Veo, NB, FLUX.2), OAuth, pay-per-use. Description: Best Image and video generation: 20+ models (Kling, Seedance, Veo, NB, FLUX.2), OAuth, pay-per-use. Remote endpoints: streamable-http: https://mcp.klodkot.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.klodkot.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-klodkot-gen https://mcp.klodkot.ai/mcp --- ## Dialogbrain URL: https://mcp-marketplace.io/server/io-github-saloprj-dialogbrain Summary: Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents. Description: Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents. Remote endpoints: streamable-http: https://api.dialogbrain.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.dialogbrain.com/mcp GitHub: https://github.com/saloprj/dialogbrain-mcp Security Score: 10/10 Creator: Saloprj Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-saloprj-dialogbrain https://api.dialogbrain.com/mcp --- ## Exoplanet Archive URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-exoplanet-archive Summary: NASA Exoplanet Archive — ~5600 confirmed exoplanets + candidates Description: NASA Exoplanet Archive — ~5600 confirmed exoplanets + candidates Remote endpoints: streamable-http: https://gateway.pipeworx.io/exoplanet-archive/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/exoplanet-archive/mcp GitHub: https://github.com/pipeworx-io/mcp-exoplanet-archive MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, tap, planets, composite, kepler_candidates, microlensing Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-exoplanet-archive https://gateway.pipeworx.io/exoplanet-archive/mcp --- ## Mission Control URL: https://mcp-marketplace.io/server/io-github-dinof777-mission-control Summary: Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates. Description: Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates. Remote endpoints: streamable-http: https://mission-control-six-kohl.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mission-control-six-kohl.vercel.app/api/mcp GitHub: https://github.com/dinof777/mission-control Security Score: 8/10 Creator: Dinof777 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dinof777-mission-control https://mission-control-six-kohl.vercel.app/api/mcp --- ## Macos URL: https://mcp-marketplace.io/server/io-github-aernouddekker-printmcp Summary: MCP server for macOS printing — wraps CUPS (lp/lpstat/lpoptions) for printer discovery and printing Category: Developer Tools Mode: local Pricing: Free npm: @aernoud/printmcp GitHub: https://github.com/aernouddekker/macos-mcp Security Score: 10/10 Creator: Aernouddekker Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-aernouddekker-printmcp -- npx -y @aernoud/printmcp --- ## Jfrog URL: https://mcp-marketplace.io/server/io-github-jfrog-jfrog-mcp-server Summary: MCP Server for JFrog, providing tools for development and artifact management. Description: MCP Server for JFrog, providing tools for development and artifact management. Remote endpoints: streamable-http: https://myPlatform.jfrog.github.io/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://myPlatform.jfrog.github.io/mcp GitHub: https://github.com/jfrog/jfrog-mcp-server Security Score: 8.5/10 Creator: Jfrog Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-jfrog-jfrog-mcp-server https://myPlatform.jfrog.github.io/mcp --- ## Portuguese Law URL: https://mcp-marketplace.io/server/eu-ansvar-portuguese-law-mcp Summary: Portuguese legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/portuguese-law-mcp GitHub: https://github.com/Ansvar-Systems/portuguese-law-mcp Security Score: 4.2/10 Creator: Mortalus Creator Reputation: F Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-portuguese-law-mcp -- npx -y @ansvar/portuguese-law-mcp@2.0.0 --- ## Text Stats Ai URL: https://mcp-marketplace.io/server/io-github-csoai-org-text-stats-ai-mcp Summary: MCP server for text stats ai. Features word count, reading time, keyword density. From MEOK AI Labs. Category: Developer Tools Mode: local Pricing: Free PyPI: text-stats-ai-mcp GitHub: https://github.com/CSOAI-ORG/text-stats-ai-mcp Security Score: 1.2/10 Creator: CSOAI ORG Creator Reputation: B Version: 1.0.11 Install (Claude Code): claude mcp add io-github-csoai-org-text-stats-ai-mcp -- uvx text-stats-ai-mcp==1.0.11 --- ## Bpe URL: https://mcp-marketplace.io/server/io-github-bxetech-bpe-mcp Summary: Consolidated Bitcoin market data for AI agents: BBO pricing, ML signals, funding skew, briefings. Category: Developer Tools Mode: local Pricing: Free npm: @bxetech/bpe-mcp GitHub: https://github.com/bxetech/bpe-mcp Security Score: 6.2/10 Creator: Bxetech Creator Reputation: B Version: 0.2.1 Required Credentials: BPE_API_KEY (required), BPE_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-bxetech-bpe-mcp -- npx -y @bxetech/bpe-mcp@0.2.1 --- ## Blockscholes URL: https://mcp-marketplace.io/server/io-github-tonymaynard97-blockscholes-mcp-server Summary: NaN - DO not use, test. Description: NaN - DO not use, test. Remote endpoints: streamable-http: https://mcp.TEST-blockscholes.com/mcp-test Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.TEST-blockscholes.com/mcp-test Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-tonymaynard97-blockscholes-mcp-server https://mcp.TEST-blockscholes.com/mcp-test --- ## Sefaz Ro Nfce Completa URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-ro-nfce-completa-mcp Summary: SEFAZ RO: NFC-e Completa, official-source lookup. Platform-hosted, pay per query with prepaid credit Description: SEFAZ RO: NFC-e Completa, official-source lookup. Platform-hosted, pay per query with prepaid credit Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_ro_nfce_completa Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_ro_nfce_completa GitHub: https://github.com/mcp-dir/sefaz_ro_nfce_completa-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-ro-nfce-completa-mcp https://api.mcp.ai/p_sefaz_ro_nfce_completa --- ## Thunderbit URL: https://mcp-marketplace.io/server/io-github-thunderbit-open-thunderbit-mcp-server Summary: AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema. Category: Developer Tools Mode: local Pricing: Free npm: @thunderbit/mcp-server GitHub: https://github.com/thunderbit-open/thunderbit-mcp-server Security Score: 4.8/10 Creator: Thunderbit Open Creator Reputation: B Version: 1.0.3 Required Credentials: THUNDERBIT_API_KEY (required) Install (Claude Code): claude mcp add io-github-thunderbit-open-thunderbit-mcp-server -- npx -y @thunderbit/mcp-server --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-globalping Summary: Run network tests (ping, traceroute, DNS) from probes worldwide Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-globalping GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-globalping -- uvx mcparmory-globalping --- ## Youtube Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-youtube Summary: YouTube search interest and trend data over time, with growth metrics. Free key at trendsmcp.ai Description: YouTube search interest and trend data over time, with growth metrics. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://youtube.api.trendsmcp.ai/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://youtube.api.trendsmcp.ai/mcp GitHub: https://github.com/trendsmcp-ai/youtube-trends-mcp Security Score: 10/10 Creator: Trendsmcp Ai Creator Reputation: B Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-youtube https://youtube.api.trendsmcp.ai/mcp --- ## Swell URL: https://mcp-marketplace.io/server/io-github-devkindhq-swell Summary: Model Context Protocol server for Swell e-commerce platform integration with AI assistants Category: Developer Tools Mode: local Pricing: Free npm: swell-mcp GitHub: https://github.com/devkindhq/swell-mcp Security Score: 4.8/10 Creator: Devkindhq Creator Reputation: B Version: 1.1.0 Required Credentials: SWELL_STORE_ID (optional), SWELL_SECRET_KEY (required) Install (Claude Code): claude mcp add io-github-devkindhq-swell -- npx -y swell-mcp@1.1.0 --- ## Agentsafe URL: https://mcp-marketplace.io/server/io-github-wowcool-agentsafe Summary: Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents. Description: Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents. Remote endpoints: streamable-http: https://agentsafe.locationledger.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentsafe.locationledger.com/mcp MCP Tools (11): check_email_safety, check_url_safety, check_response_safety, analyze_email_thread, check_attachment_safety, check_sender_reputation, check_message_safety, check_media_authenticity, check_prompt_injection_db, assess_message, submit_feedback Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-wowcool-agentsafe https://agentsafe.locationledger.com/mcp --- ## NOUZ URL: https://mcp-marketplace.io/server/io-github-semiotronika-nouz-mcp Summary: Semantic knowledge engine for Obsidian with auto-classification and DAG hierarchy Category: Developer Tools Mode: local Pricing: Free PyPI: nouz-mcp GitHub: https://github.com/Semiotronika/NOUZ-MCP Security Score: 3.8/10 Creator: Semiotronika Creator Reputation: B Version: 3.1.0 Required Credentials: OBSIDIAN_ROOT (optional), NOUZ_CONFIG (optional), NOUZ_DATABASE_NAME (optional), NOUZ_DATABASE_PATH (optional), EMBED_ENABLED (optional), EMBED_PROVIDER (optional), EMBED_MODEL (optional), EMBED_API_URL (optional) Install (Claude Code): claude mcp add io-github-semiotronika-nouz-mcp -- uvx nouz-mcp==3.1.0 --- ## Agentarena URL: https://mcp-marketplace.io/server/app-nanocorp-agentarena-agent-coliseum-mcp Summary: Free Streamable HTTP MCP arena for 1v1 AI agent skill battles and Gladiator Badges. Description: Free Streamable HTTP MCP arena for 1v1 AI agent skill battles and Gladiator Badges. Remote endpoints: streamable-http: https://agentarena.nanocorp.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentarena.nanocorp.app/api/mcp GitHub: https://github.com/nanocorp-hq/agentarena MCP Tools (10): list_battles, register_for_battle, register_agent, verify_agent, get_battle_prompt, submit_output, get_result, get_standings, list_tournaments, register_for_tournament Security Score: 8/10 Creator: Nanocorp Hq Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-nanocorp-agentarena-agent-coliseum-mcp https://agentarena.nanocorp.app/api/mcp --- ## Limeflight URL: https://mcp-marketplace.io/server/io-github-yaos-limeflight-mcp Summary: MCP server for LimeFlight API Description: MCP server for LimeFlight API Remote endpoints: streamable-http: https://api.qa.limeflight.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.qa.limeflight.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-yaos-limeflight-mcp https://api.qa.limeflight.com/mcp --- ## Simmer Sdk URL: https://mcp-marketplace.io/server/io-github-adlai88-simmer-mcp Summary: Trade prediction markets with AI agents — skill discovery, autoresearch, and execution. Category: Developer Tools Mode: local Pricing: Free npm: simmer-mcp GitHub: https://github.com/SpartanLabsXyz/simmer-sdk Security Score: 8.2/10 Creator: SpartanLabsXyz Creator Reputation: B Version: 3.3.2 Required Credentials: SIMMER_API_KEY (required), SIMMER_MCP_ALLOW_LIVE (optional) Install (Claude Code): claude mcp add io-github-adlai88-simmer-mcp -- npx -y simmer-mcp --- ## Agentic Detection Lookups URL: https://mcp-marketplace.io/server/io-github-detection-forge-agentic-detection-lookups Summary: LOLBAS, GTFOBins, and process parent-child lookups for detection engineering agents. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/detection-forge/agentic-detection-lookups Security Score: 4.2/10 Creator: Detection Forge Creator Reputation: B Version: 0.1.0 --- ## Mochipdf URL: https://mcp-marketplace.io/server/io-github-cbolgiano-mochipdf Summary: Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth. Description: Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth. Remote endpoints: streamable-http: https://mochipdf.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mochipdf.com/mcp GitHub: https://github.com/cbolgiano/mochipdf Security Score: 8/10 Creator: Cbolgiano Creator Reputation: B Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cbolgiano-mochipdf https://mochipdf.com/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-runpod Summary: Launch, scale, and manage GPU pods and serverless endpoints across regions Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-runpod GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add com-mcparmory-runpod -- uvx mcparmory-runpod --- ## Webzum URL: https://mcp-marketplace.io/server/io-github-suprraz-webzum Summary: Host AI-generated HTML/CSS/JS instantly. Files, zips, or clone an existing page. Live in seconds. Description: Host AI-generated HTML/CSS/JS instantly. Files, zips, or clone an existing page. Live in seconds. Remote endpoints: streamable-http: https://webzum.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://webzum.com/api/mcp MCP Tools (16): search_businesses, create_site, create_lead_gen_site, get_site_status, generate_geo_page, list_user_sites, host_site, host_file, get_hosted_files, host_zip, clone_site, update_site_html, regenerate_header, regenerate_footer, regenerate_logo, regenerate_image Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-suprraz-webzum https://webzum.com/api/mcp --- ## Consultkit URL: https://mcp-marketplace.io/server/io-github-consultkit-consultkit Summary: AI-powered consulting tools for proposals, client management, and business development. Description: AI-powered consulting tools for proposals, client management, and business development. Remote endpoints: streamable-http: https://api.getconsultkit.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.getconsultkit.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-consultkit-consultkit https://api.getconsultkit.com/mcp --- ## Youtube URL: https://mcp-marketplace.io/server/com-transcriptapi-youtube-transcript-and-youtube-search Summary: 💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free. Description: 💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free. Remote endpoints: streamable-http: https://transcriptapi.com/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://transcriptapi.com/mcp GitHub: https://github.com/ZeroPointRepo/youtube-mcp Security Score: 10/10 Creator: ZeroPointRepo Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-transcriptapi-youtube-transcript-and-youtube-search https://transcriptapi.com/mcp --- ## Bizinsured URL: https://mcp-marketplace.io/server/io-github-jbiggs77-bizinsured Summary: AI-powered commercial insurance carrier recommendations for small businesses. Description: AI-powered commercial insurance carrier recommendations for small businesses. Remote endpoints: streamable-http: https://bizinsured.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bizinsured.ai/mcp GitHub: https://github.com/jbiggs77/bizinsured Security Score: 8/10 Creator: Jbiggs77 Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jbiggs77-bizinsured https://bizinsured.ai/mcp --- ## Gopherhole Clients URL: https://mcp-marketplace.io/server/io-github-helixdata-gopherhole Summary: Standards-based A2A hub. One MCP connection to thousands of agents, with shared persistent memory. Category: Developer Tools Mode: local Pricing: Free npm: @gopherhole/mcp GitHub: https://github.com/helixdata/gopherhole-clients Security Score: 4.2/10 Creator: Helixdata Creator Reputation: B Version: 0.11.0 Required Credentials: GOPHERHOLE_API_KEY (required), GOPHERHOLE_API_URL (optional) Install (Claude Code): claude mcp add io-github-helixdata-gopherhole -- npx -y @gopherhole/mcp --- ## Xportalx URL: https://mcp-marketplace.io/server/io-github-virgen101-xportalx Summary: AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments Description: AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments Remote endpoints: streamable-http: https://fflpdljiuruqdnewvwkk.supabase.co/functions/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fflpdljiuruqdnewvwkk.supabase.co/functions/v1/mcp MCP Tools (29): fetch_api, fetch_page, fetch_pdf, extract, crawl, markdown_convert, dexscreener_token, coinbase_price, verify_agent, coinbase_facilitator, x402_proxy, x402_proxy_price, erc8004_register, failure_reason, mcp_pricing, solve_captcha, zora_wallet, swap, create_wallet, fund_wallet, fund_wallet_eth, withdraw_wallet, send_tokens, get_wallet_balance, x402_send, nansen_smart_money_holdings, nansen_smart_money_netflows, nansen_token_god_mode, nansen_wallet_profiler Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-virgen101-xportalx https://fflpdljiuruqdnewvwkk.supabase.co/functions/v1/mcp --- ## Public Suffix List URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-public-suffix-list Summary: Mozilla Public Suffix List — eTLD parser (cached 24h) Description: Mozilla Public Suffix List — eTLD parser (cached 24h) Remote endpoints: streamable-http: https://gateway.pipeworx.io/public-suffix-list/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/public-suffix-list/mcp GitHub: https://github.com/pipeworx-io/mcp-public-suffix-list MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, parse, public_suffix, registrable_domain, list_version Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-public-suffix-list https://gateway.pipeworx.io/public-suffix-list/mcp --- ## Email URL: https://mcp-marketplace.io/server/live-alpic-staging-email-mcp-c880a7f7-email-mcp Summary: Still work in progress Description: Still work in progress Remote endpoints: streamable-http: https://email-mcp-c880a7f7.staging.alpic.live sse: https://email-mcp-c880a7f7.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-mcp-c880a7f7.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-email-mcp-c880a7f7-email-mcp https://email-mcp-c880a7f7.staging.alpic.live --- ## Tokenarcade URL: https://mcp-marketplace.io/server/ai-tokenarcade-tokenarcade Summary: Games for AI agents. Each game runs inside a single context window. Description: Games for AI agents. Each game runs inside a single context window. Remote endpoints: streamable-http: https://tokenarcade.ai/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tokenarcade.ai/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-tokenarcade-tokenarcade https://tokenarcade.ai/mcp/ --- ## Eco Optimizer URL: https://mcp-marketplace.io/server/io-github-evozim-eco-optimizer Summary: Green computing task scheduler routing jobs to low-carbon zones. Description: Green computing task scheduler routing jobs to low-carbon zones. Remote endpoints: sse: https://eco-optimizer-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://eco-optimizer-mcp.vercel.app/api/mcp MCP Tools (1): optimize Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-eco-optimizer https://eco-optimizer-mcp.vercel.app/api/mcp --- ## Rankoracle URL: https://mcp-marketplace.io/server/io-tooloracle-rankoracle Summary: SEO Intelligence MCP — 13 tools: keyword research, SERP, domain audits, competitors. Description: SEO Intelligence MCP — 13 tools: keyword research, SERP, domain audits, competitors. Remote endpoints: streamable-http: https://tooloracle.io/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/mcp/ GitHub: https://github.com/ToolOracle/rankoracle MCP Tools (13): keyword_research, check_ranking, serp_snapshot, domain_overview, content_score, competitor_gap, title_optimizer, meta_generator, heading_analysis, rank_tracker, serp_alert, backlink_check, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-rankoracle https://tooloracle.io/mcp/ --- ## Uk Ons URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-uk-ons Summary: UK ONS MCP — Office for National Statistics (no auth) Description: UK ONS MCP — Office for National Statistics (no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/uk-ons/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/uk-ons/mcp GitHub: https://github.com/pipeworx-io/mcp-uk-ons MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_datasets, get_dataset, list_editions, get_version, get_observations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-uk-ons https://gateway.pipeworx.io/uk-ons/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-browserbase Summary: Create and control browser sessions for web automation, testing, and AI agent tasks Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-browserbase GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add com-mcparmory-browserbase -- uvx mcparmory-browserbase --- ## Openfigi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openfigi Summary: OpenFIGI — Bloomberg open financial-instrument symbology service Description: OpenFIGI — Bloomberg open financial-instrument symbology service Remote endpoints: streamable-http: https://gateway.pipeworx.io/openfigi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openfigi/mcp GitHub: https://github.com/pipeworx-io/mcp-openfigi MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, map, search, filter Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openfigi https://gateway.pipeworx.io/openfigi/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-shortcut Summary: Track stories, organize sprints, and manage project workflows across your team Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-shortcut Remote URL: https://mcp.mcparmory.com/shortcut GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-shortcut -- uvx mcparmory-shortcut Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-shortcut https://mcp.mcparmory.com/shortcut --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-sam-gov-mcp Summary: SAM.gov entity registration, exclusions, opportunities, contract awards. 15 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: sam-gov-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 4.8/10 Creator: 1102tools Creator Reputation: B Version: 0.4.1 Required Credentials: SAM_API_KEY (required) Install (Claude Code): claude mcp add io-github-1102tools-sam-gov-mcp -- uvx sam-gov-mcp --- ## Daemoon URL: https://mcp-marketplace.io/server/io-github-jaylee7777-daemoon Summary: One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway. Description: One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway. Remote endpoints: streamable-http: https://daemoon.dev/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://daemoon.dev/api/mcp GitHub: https://github.com/daemoon-dev/daemoon Security Score: 9.5/10 Creator: Daemoon Dev Creator Reputation: B Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jaylee7777-daemoon https://daemoon.dev/api/mcp --- ## Computeback URL: https://mcp-marketplace.io/server/ai-autonomad-computeback Summary: Agent Rewards Marketplace: earn $NOMD on B2B work, spend on agent capabilities. Category: Developer Tools Mode: local Pricing: Free npm: @autonomad1/computeback-mcp GitHub: https://github.com/Autonomad1/computeback-mcp Security Score: 7/10 Creator: Autonomad1 Creator Reputation: B Version: 1.1.3 Required Credentials: COMPUTEBACK_API_URL (optional), BASE_RPC_URL (optional), AGENT_DID (optional), AGENT_HMAC_SECRET (required) Install (Claude Code): claude mcp add ai-autonomad-computeback -- npx -y @autonomad1/computeback-mcp@1.1.3 --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-usaspending-gov-mcp Summary: USASpending.gov federal contracts, subawards, recipients, agencies. 55 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: usaspending-gov-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 5.2/10 Creator: 1102tools Creator Reputation: B Version: 0.3.2 Install (Claude Code): claude mcp add io-github-1102tools-usaspending-gov-mcp -- uvx usaspending-gov-mcp --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-ecfr-mcp Summary: Electronic Code of Federal Regulations including FAR and DFARS. 13 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: ecfr-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 5.2/10 Creator: 1102tools Creator Reputation: B Version: 0.2.6 Install (Claude Code): claude mcp add io-github-1102tools-ecfr-mcp -- uvx ecfr-mcp --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-gsa-calc-mcp Summary: GSA CALC+ awarded labor ceiling rates from 230K+ MAS contracts. 8 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: gsa-calc-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 5.2/10 Creator: 1102tools Creator Reputation: B Version: 0.2.7 Install (Claude Code): claude mcp add io-github-1102tools-gsa-calc-mcp -- uvx gsa-calc-mcp --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-gsa-perdiem-mcp Summary: GSA Per Diem federal travel lodging and M&IE rates. 6 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: gsa-perdiem-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 5.2/10 Creator: 1102tools Creator Reputation: B Version: 0.2.6 Required Credentials: PERDIEM_API_KEY (required) Install (Claude Code): claude mcp add io-github-1102tools-gsa-perdiem-mcp -- uvx gsa-perdiem-mcp --- ## Diff Checker X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-diff-checker Summary: Compare two texts line-by-line — additions, deletions, unchanged. x402 micropayment. Description: Compare two texts line-by-line — additions, deletions, unchanged. x402 micropayment. Remote endpoints: sse: https://diff-checker.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://diff-checker.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/diff-checker-x402 MCP Tools (1): text_compare_diff Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-diff-checker https://diff-checker.api.klymax402.com/mcp --- ## Iso Codes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-iso-codes Summary: ISO country/language/currency/script code lookups (Debian iso-codes JSON) Description: ISO country/language/currency/script code lookups (Debian iso-codes JSON) Remote endpoints: streamable-http: https://gateway.pipeworx.io/iso-codes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/iso-codes/mcp GitHub: https://github.com/pipeworx-io/mcp-iso-codes MCP Tools (18): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, country, subdivisions, language, currency, script, list Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-iso-codes https://gateway.pipeworx.io/iso-codes/mcp --- ## Jperf URL: https://mcp-marketplace.io/server/io-github-thesharque-javaperf Summary: Java profiling MCP via jcmd/jfr/jps. Diagnose performance, analyze threads, inspect JFR recordings. Category: Developer Tools Mode: local Pricing: Free npm: javaperf GitHub: https://github.com/theSharque/mcp-jperf Security Score: 10/10 Creator: TheSharque Creator Reputation: B Version: 1.4.1 Install (Claude Code): claude mcp add io-github-thesharque-javaperf -- npx -y javaperf@1.4.1 --- ## Federal Contracting Mcps URL: https://mcp-marketplace.io/server/io-github-1102tools-regulations-gov-mcp Summary: Regulations.gov rulemaking dockets, documents, public comments. 8 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: regulationsgov-mcp GitHub: https://github.com/1102tools/federal-contracting-mcps Security Score: 5.2/10 Creator: 1102tools Creator Reputation: B Version: 0.2.5 Required Credentials: REGULATIONS_GOV_API_KEY (required) Install (Claude Code): claude mcp add io-github-1102tools-regulations-gov-mcp -- uvx regulationsgov-mcp --- ## Claude Intercom URL: https://mcp-marketplace.io/server/io-github-muhammadtalhamt-intercom Summary: Relays messages between two Claude Code sessions on different machines using the Channels API Category: Business Tools Mode: local Pricing: Free npm: claude-intercom GitHub: https://github.com/MuhammadTalhaMT/claude-intercom Security Score: 10/10 Creator: MuhammadTalhaMT Creator Reputation: B Version: 2.1.0 Required Credentials: MY_ROLE (optional), REMOTE_HOST (optional), INTERCOM_SECRET (required), INTERCOM_PORT (optional), INTERCOM_HOST (optional), INTERCOM_SEND_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-muhammadtalhamt-intercom -- npx -y claude-intercom@2.1.0 --- ## Stil Ets URL: https://mcp-marketplace.io/server/io-github-khalid-tounoussi-1-stil-ets-mcp Summary: STIL lab at ETS Montreal — knowledge base and paper search via ArXiv and Semantic Scholar. Description: STIL lab at ETS Montreal — knowledge base and paper search via ArXiv and Semantic Scholar. Remote endpoints: streamable-http: https://web-production-4729.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://web-production-4729.up.railway.app/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-khalid-tounoussi-1-stil-ets-mcp https://web-production-4729.up.railway.app/mcp --- ## Openstates URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openstates Summary: OpenStates MCP — bills, legislators, votes in all 50 US states Description: OpenStates MCP — bills, legislators, votes in all 50 US states Remote endpoints: streamable-http: https://gateway.pipeworx.io/openstates/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openstates/mcp GitHub: https://github.com/pipeworx-io/mcp-openstates MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_bills, get_bill, search_legislators, get_legislator Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openstates https://gateway.pipeworx.io/openstates/mcp --- ## Romanian Law URL: https://mcp-marketplace.io/server/eu-ansvar-romanian-law-mcp Summary: Romanian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/romanian-law-mcp GitHub: https://github.com/Ansvar-Systems/Romanian-law-mcp Security Score: 4.8/10 Installs: 1 Creator: Mortalus Creator Reputation: F Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-romanian-law-mcp -- npx -y @ansvar/romanian-law-mcp@1.0.0 --- ## Retain So URL: https://mcp-marketplace.io/server/io-github-retain-so-mcp-server Summary: Model Context Protocol server for Retain: let AI agents query churn risk and act on retention. Category: Developer Tools Mode: local Pricing: Free npm: @retain-so/mcp-server GitHub: https://github.com/retain-so/mcp-server Security Score: 10/10 Creator: Retain So Creator Reputation: B Version: 0.1.2 Required Credentials: RETAIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-retain-so-mcp-server -- npx -y @retain-so/mcp-server@0.1.2 --- ## Lnkbio URL: https://mcp-marketplace.io/server/bio-lnk-lnkbio Summary: Manage your Lnk.Bio page through AI: links, pages, themes, social icons, and more. Description: Manage your Lnk.Bio page through AI: links, pages, themes, social icons, and more. Remote endpoints: streamable-http: https://lnk.bio/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lnk.bio/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http bio-lnk-lnkbio https://lnk.bio/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-getcoherence-mcp Summary: Coherence MCP — chat with your CRM's AI agent from Claude, Cursor, and Cline. Category: Developer Tools Mode: local Pricing: Free npm: @coherenceos/mcp-server GitHub: https://github.com/getcoherence/mcp-server Security Score: 10/10 Creator: Getcoherence Creator Reputation: B Version: 0.2.3 Required Credentials: COHERENCE_API_TOKEN (required), COHERENCE_API_URL (optional) Install (Claude Code): claude mcp add io-getcoherence-mcp -- npx -y @coherenceos/mcp-server@0.2.3 --- ## Openclaw Consensus URL: https://mcp-marketplace.io/server/io-github-miconnm-openclaw-consensus-mcp Summary: 9-LLM consensus + disagreement scoring + cheapest-route picks to fight hallucinations. Category: Developer Tools Mode: local Pricing: Free PyPI: openclaw-consensus-mcp GitHub: https://github.com/MICONNM/openclaw-consensus-mcp Security Score: 5.8/10 Creator: MICONNM Creator Reputation: B Version: 0.1.1 Required Credentials: RAPIDAPI_KEY (required) Install (Claude Code): claude mcp add io-github-miconnm-openclaw-consensus-mcp -- uvx openclaw-consensus-mcp==0.1.1 --- ## Currency Converter X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-currency-converter Summary: Fiat and crypto currency conversion — ECB + CoinGecko rates. x402 micropayment. Description: Fiat and crypto currency conversion — ECB + CoinGecko rates. x402 micropayment. Remote endpoints: sse: https://currency-converter.api.klymax402.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://currency-converter.api.klymax402.com/mcp GitHub: https://github.com/Br0ski777/currency-converter-x402 MCP Tools (1): finance_convert_currency Security Score: 10/10 Creator: Br0ski777 Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-currency-converter https://currency-converter.api.klymax402.com/mcp --- ## Agent News URL: https://mcp-marketplace.io/server/com-theagenttimes-agent-news Summary: Verified, sourced, real-time intelligence layer for AI agents. Description: Verified, sourced, real-time intelligence layer for AI agents. Remote endpoints: streamable-http: https://theagenttimes.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://theagenttimes.com/mcp GitHub: https://github.com/theagenttimes/agent-news MCP Tools (33): tat_search, tat_ask, answer_the_question, tat_get_event, tat_stats, tat_get_answer_standard, tat_recommend, tat_get_comments, tat_post_comment, get_latest_articles, get_section_articles, get_article, get_recommendation, recommendations.get, get_recommendation_status, recommendations.status, search_articles, articles.search, get_related_articles, articles.related, list_topics, topics.list, get_topic_hub, topics.get, get_trust_summary, trust.summary, get_editorial_standards, post_comment, get_comments, endorse_comment, get_article_provenance, get_article_governance, report_usage Security Score: 10/10 Creator: Theagenttimes Creator Reputation: B Version: 0.1.7 Install (Claude Code Remote): claude mcp add --transport http com-theagenttimes-agent-news https://theagenttimes.com/mcp --- ## Forge URL: https://mcp-marketplace.io/server/io-github-salesforgeai-forge-mcp Summary: MCP server for Salesforge, Primeforge, Leadsforge, Infraforge, Warmforge, and Mailforge Category: Developer Tools Mode: local Pricing: Free npm: @salesforge/forge-mcp GitHub: https://github.com/SalesforgeAI/forge-mcp Security Score: 4.2/10 Creator: SalesforgeAI Creator Reputation: B Version: 1.0.0 Required Credentials: SALESFORGE_API_KEY (required), PRIMEFORGE_API_KEY (required), LEADSFORGE_API_KEY (required), INFRAFORGE_API_KEY (required), MAILFORGE_API_KEY (required) Install (Claude Code): claude mcp add io-github-salesforgeai-forge-mcp -- npx -y @salesforge/forge-mcp --- ## Context Bridge URL: https://mcp-marketplace.io/server/io-github-prateekg7-context-bridge Summary: Context portability MCP server for compressing, formatting, and resuming AI conversation handoffs. Category: Developer Tools Mode: local Pricing: Free npm: @contextbridge_ai/mcp GitHub: https://github.com/prateekg7/Context-Bridge Security Score: 10/10 Creator: Prateekg7 Creator Reputation: B Version: 0.1.3 Required Credentials: OPENAI_API_KEY (required), OPENAI_MODEL (optional), CONTEXTBRIDGE_HOSTED_URL (optional), CONTEXTBRIDGE_HOSTED_API_KEY (required), CONTEXTBRIDGE_HOSTED_MODEL (optional) Install (Claude Code): claude mcp add io-github-prateekg7-context-bridge -- npx -y @contextbridge_ai/mcp@0.1.3 --- ## Brewpage Openapi URL: https://mcp-marketplace.io/server/io-github-kochetkov-ma-brewpage-mcp Summary: Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. No signup. Category: Developer Tools Mode: local Pricing: Free npm: brewpage-mcp GitHub: https://github.com/kochetkov-ma/brewpage-openapi Security Score: 4.8/10 Creator: Kochetkov Ma Creator Reputation: B Version: 1.3.2 Required Credentials: BREWPAGE_URL (optional) Install (Claude Code): claude mcp add io-github-kochetkov-ma-brewpage-mcp -- npx -y brewpage-mcp --- ## Vertaaux URL: https://mcp-marketplace.io/server/io-github-petrilahdelma-vertaaux-mcp Summary: Autonomous UX and a11y audit, fix, and verify loop. 38 tools, framework-aware patches. Category: Developer Tools Mode: local Pricing: Free npm: @vertaaux/mcp-server GitHub: https://github.com/VertaaUX/mcp-server Security Score: 9.5/10 Creator: VertaaUX Creator Reputation: B Version: 1.2.2 Required Credentials: VERTAAUX_API_KEY (required) Install (Claude Code): claude mcp add io-github-petrilahdelma-vertaaux-mcp -- npx -y @vertaaux/mcp-server@1.2.2 --- ## Divoom Lan URL: https://mcp-marketplace.io/server/io-github-divoomdevelop-mcp-divoom-lan Summary: MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README. Category: Developer Tools Mode: local Pricing: Free npm: mcp-divoom-lan GitHub: https://github.com/DivoomDevelop/mcp-divoom-lan Security Score: 7/10 Creator: DivoomDevelop Creator Reputation: B Version: 0.1.1 Required Credentials: DIVOOM_DEVICE_HOST (optional), DIVOOM_DEVICE_PORT (optional), DIVOOM_TIMEOUT_MS (optional) Install (Claude Code): claude mcp add io-github-divoomdevelop-mcp-divoom-lan -- npx -y mcp-divoom-lan@0.1.1 --- ## Pixserp URL: https://mcp-marketplace.io/server/com-pixserp-search Summary: Live AI-native web search with citations. One tool for every MCP client. Flat per-request pricing. Description: Live AI-native web search with citations. One tool for every MCP client. Flat per-request pricing. Remote endpoints: streamable-http: https://pixserp.com/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pixserp.com/api/v1/mcp GitHub: https://github.com/TetiAI/pixserp-mcp MCP Tools (1): search Security Score: 10/10 Creator: TetiAI Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-pixserp-search https://pixserp.com/api/v1/mcp --- ## Cleancode Ai URL: https://mcp-marketplace.io/server/io-github-evozim-cleancode-ai Summary: Automated codebase refactoring and type safety validator. Description: Automated codebase refactoring and type safety validator. Remote endpoints: sse: https://cleancode-ai-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cleancode-ai-mcp.vercel.app/api/mcp MCP Tools (1): refactor Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cleancode-ai https://cleancode-ai-mcp.vercel.app/api/mcp --- ## Statscan URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-statscan Summary: Statistics Canada (StatCan) WDS MCP — Canadian official statistics (no auth) Description: Statistics Canada (StatCan) WDS MCP — Canadian official statistics (no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/statscan/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/statscan/mcp GitHub: https://github.com/pipeworx-io/mcp-statscan MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_cubes, get_cube_metadata, get_latest_data, get_changed_series, get_csv_download_url Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-statscan https://gateway.pipeworx.io/statscan/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-apollo Summary: Search and enrich contact and company data from 210M+ people and 35M+ companies Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-apollo GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add com-mcparmory-apollo -- uvx mcparmory-apollo --- ## C2pa Disclosure Drift URL: https://mcp-marketplace.io/server/com-clauxel-c2padisclosure-c2padisclosure-mcp Summary: Remote MCP for C2PA disclosure policy MCP, structured receipts, audit logs, and reviewer-ready evide Description: Remote MCP for C2PA disclosure policy MCP, structured receipts, audit logs, and reviewer-ready evide Remote endpoints: streamable-http: https://c2padisclosure.clauxel.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://c2padisclosure.clauxel.com/mcp GitHub: https://github.com/clauxel/c2pa-disclosure-drift-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-c2padisclosure-c2padisclosure-mcp https://c2padisclosure.clauxel.com/mcp --- ## Stack URL: https://mcp-marketplace.io/server/io-github-mukundakatta-promptbudget-mcp Summary: Token-budget-aware text handling: count, truncate, and chunk for LLM prompts. Category: Finance Mode: local Pricing: Free npm: @mukundakatta/promptbudget-mcp GitHub: https://github.com/MukundaKatta/mcp-stack Security Score: 10/10 Creator: MukundaKatta Creator Reputation: B Version: 0.2.0 Install (Claude Code): claude mcp add io-github-mukundakatta-promptbudget-mcp -- npx -y @mukundakatta/promptbudget-mcp --- ## Coinpaprika URL: https://mcp-marketplace.io/server/com-coinpaprika-coinpaprika Summary: Real-time crypto market data: prices, tickers, exchanges, OHLCV candles, and metadata. Description: Real-time crypto market data: prices, tickers, exchanges, OHLCV candles, and metadata. Remote endpoints: streamable-http: https://mcp.coinpaprika.com/streamable-http sse: https://mcp.coinpaprika.com/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.coinpaprika.com/streamable-http GitHub: https://github.com/coinpaprika/coinpaprika-mcp Security Score: 5.8/10 Creator: Coinpaprika Creator Reputation: B Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http com-coinpaprika-coinpaprika https://mcp.coinpaprika.com/streamable-http --- ## Identity URL: https://mcp-marketplace.io/server/io-github-zekebuilds-lab-mcp-identity Summary: DoI score lookup, vouch event builder, and offline schnorr verify for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @powforge/mcp-identity GitHub: https://github.com/zekebuilds-lab/mcp-identity Security Score: 5.8/10 Creator: Zekebuilds Lab Creator Reputation: B Version: 0.7.2 Required Credentials: ORACLE_URL (optional), ORACLE_PUBKEY (optional) Install (Claude Code): claude mcp add io-github-zekebuilds-lab-mcp-identity -- npx -y @powforge/mcp-identity@0.7.2 --- ## Monday.com URL: https://mcp-marketplace.io/server/com-monday-monday-com Summary: MCP server for monday.com integration. Description: MCP server for monday.com integration. Remote endpoints: streamable-http: https://mcp.monday.com/mcp sse: https://mcp.monday.com/sse Category: Productivity Mode: remote Pricing: Free Remote URL: https://mcp.monday.com/sse GitHub: https://github.com/mondaycom/mcp Security Score: 9.5/10 Creator: Mondaycom Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http com-monday-monday-com https://mcp.monday.com/sse --- ## Applitools URL: https://mcp-marketplace.io/server/io-github-applitools-applitools Summary: The Applitools MCP server helps you create, update, and analyze visual tests using Applitools Eyes. Category: Developer Tools Mode: local Pricing: Free npm: @applitools/mcp GitHub: https://github.com/applitools/mcp Security Score: 5.2/10 Creator: Applitools Creator Reputation: B Version: 1.0.7 Install (Claude Code): claude mcp add io-github-applitools-applitools -- npx -y @applitools/mcp@0.5.4 --- ## Sleekplan URL: https://mcp-marketplace.io/server/com-sleekplan-sleekplan Summary: Manage customer feedback, roadmap, changelog, and surveys in your Sleekplan workspace. Description: Manage customer feedback, roadmap, changelog, and surveys in your Sleekplan workspace. Remote endpoints: streamable-http: https://mcp.sleekplan.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.sleekplan.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-sleekplan-sleekplan https://mcp.sleekplan.com/mcp --- ## Aml URL: https://mcp-marketplace.io/server/io-tooloracle-aml Summary: AMLOracle — 12-tool AML/CFT MCP: 87k sanctions names, PEP screening, adverse media, SAR/STR. Description: AMLOracle — 12-tool AML/CFT MCP: 87k sanctions names, PEP screening, adverse media, SAR/STR. Remote endpoints: streamable-http: https://tooloracle.io/aml/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/aml/mcp/ GitHub: https://github.com/ToolOracle/aml MCP Tools (12): sanctions_screen, sanctions_detail, pep_check, adverse_media, country_risk, ubo_lookup, kyc_bundle, transaction_risk, aml_news, amlr_calendar, watchlist_update, health_check Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-aml https://tooloracle.io/aml/mcp/ --- ## Driftoracle URL: https://mcp-marketplace.io/server/io-tooloracle-driftoracle Summary: DriftOracle - 15 tools for model/data drift monitoring: PSI, KS-test, alerts, evidence packs. Description: DriftOracle - 15 tools for model/data drift monitoring: PSI, KS-test, alerts, evidence packs. Remote endpoints: streamable-http: https://tooloracle.io/drift/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/drift/mcp/ GitHub: https://github.com/ToolOracle/driftoracle MCP Tools (15): detect_regulatory_drift, detect_evidence_drift, detect_cloud_drift, detect_control_drift, full_drift_scan, drift_status, mark_drift, resolve_drift, trigger_remediation, drift_history, configure_thresholds, obligation_map, detect_enterprise_drift, health_check, ping Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-driftoracle https://tooloracle.io/drift/mcp/ --- ## Governanceoracle URL: https://mcp-marketplace.io/server/io-tooloracle-governanceoracle Summary: GovernanceOracle - 10 governance tools: board packs, policies, attestations, evidence. Description: GovernanceOracle - 10 governance tools: board packs, policies, attestations, evidence. Remote endpoints: streamable-http: https://tooloracle.io/governance/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/governance/mcp/ GitHub: https://github.com/ToolOracle/governanceoracle MCP Tools (11): register_finding, list_findings, board_report, framework_review, control_status, exception_register, action_tracker, kpi_dashboard, annual_review, board_report_llm, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-governanceoracle https://tooloracle.io/governance/mcp/ --- ## Inavi URL: https://mcp-marketplace.io/server/io-github-inavi-systems-inavi-mcp Summary: MCP Server for iNavi Maps API - Geocoding, POI Search, Route Planning for Claude AI Category: Developer Tools Mode: local Pricing: Free npm: @inavi-maps/mcp-server GitHub: https://github.com/inavi-systems/inavi-mcp Security Score: 10/10 Installs: 1 Creator: Inavi Systems Creator Reputation: B Version: 0.3.10 Install (Claude Code): claude mcp add io-github-inavi-systems-inavi-mcp -- npx -y @inavi-maps/mcp-server@0.3.10 --- ## Cybershield URL: https://mcp-marketplace.io/server/io-tooloracle-cybershield Summary: CyberShield - 12 cybersecurity tools: NIS2 mapping, MITRE ATT&CK, vulns, threat intel. Description: CyberShield - 12 cybersecurity tools: NIS2 mapping, MITRE ATT&CK, vulns, threat intel. Remote endpoints: streamable-http: https://tooloracle.io/cybershield/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/cybershield/mcp/ GitHub: https://github.com/ToolOracle/cybershield MCP Tools (12): threat_landscape, cve_risk_score, attack_surface_check, phishing_indicators, nis2_compliance, nis2_incident_report, iso27001_gap, dora_ict_risk, password_policy, incident_playbook, risk_matrix, security_metrics Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-cybershield https://tooloracle.io/cybershield/mcp/ --- ## Gemini Omni Rights Receipt URL: https://mcp-marketplace.io/server/com-clauxel-geminiomnirights-geminiomnirights-mcp Summary: Remote MCP for Gemini Omni commercial rights receipt MCP, structured receipts, audit logs, and revie Description: Remote MCP for Gemini Omni commercial rights receipt MCP, structured receipts, audit logs, and revie Remote endpoints: streamable-http: https://geminiomnirights.clauxel.com/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://geminiomnirights.clauxel.com/mcp GitHub: https://github.com/clauxel/gemini-omni-rights-receipt-mcp Security Score: 10/10 Creator: Clauxel Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-clauxel-geminiomnirights-geminiomnirights-mcp https://geminiomnirights.clauxel.com/mcp --- ## Landings URL: https://mcp-marketplace.io/server/com-create-web-page-create-web-page Summary: Create, edit, preview, publish, and manage web pages from MCP-capable AI clients. Description: Create, edit, preview, publish, and manage web pages from MCP-capable AI clients. Remote endpoints: streamable-http: https://create-web-page.com/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://create-web-page.com/mcp GitHub: https://github.com/daniel-lopez-puig/landings MCP Tools (23): account.whoami, page.intake.start, page.onboarding.start, page.onboarding.update, source.import, page.create, page.create_from_brief, block.add, layouts.list, presets.list, page.get, page.claim, account.pages.list, account.page.manage, page.header.update, page.theme.update, page.meta.update, page.preview, page.publish, page.unpublish, block.update, block.delete, block.reorder Security Score: 8/10 Installs: 1 Creator: daniel-lopez-puig Creator Reputation: B+ Version: 0.1.0 Uptime Status: up Install (Claude Code Remote): claude mcp add --transport http com-create-web-page-create-web-page https://create-web-page.com/mcp --- ## Agentguard URL: https://mcp-marketplace.io/server/io-tooloracle-agentguard Summary: AgentGuard — 20-tool AI safety MCP: policy preflight, risk scoring, audit logging, rate limits. Description: AgentGuard — 20-tool AI safety MCP: policy preflight, risk scoring, audit logging, rate limits. Remote endpoints: streamable-http: https://feedoracle.io/guard-oracle/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feedoracle.io/guard-oracle/mcp/ GitHub: https://github.com/ToolOracle/agentguard MCP Tools (24): policy_preflight, tool_risk_score, approval_required, audit_log_write, audit_log_query, decision_explain, rate_limit_check, payment_policy_check, spend_limit_check, secret_exposure_check, payload_safety_check, replay_guard_check, cross_tool_anomaly_check, scope_check, session_validate, tenant_policy_check, threat_intel_check, output_safety_scan, emergency_kill, tool_manifest_verify, approval_resolve, approval_list, policy_register, guard_metrics Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-agentguard https://feedoracle.io/guard-oracle/mcp/ --- ## Accessoracle URL: https://mcp-marketplace.io/server/io-tooloracle-accessoracle Summary: AccessOracle - 10 access control tools: IAM, PAM, recertification, segregation of duties. Description: AccessOracle - 10 access control tools: IAM, PAM, recertification, segregation of duties. Remote endpoints: streamable-http: https://tooloracle.io/access/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/access/mcp/ GitHub: https://github.com/ToolOracle/accessoracle MCP Tools (10): register_account, list_accounts, mfa_compliance, access_review, sod_matrix, privileged_audit, jml_process, break_glass_log, access_gap_analysis, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-accessoracle https://tooloracle.io/access/mcp/ --- ## Heu URL: https://mcp-marketplace.io/server/io-github-lucavisconti211-debug-heu-mcp Summary: HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs. Category: Developer Tools Mode: local Pricing: Free PyPI: heu-mcp GitHub: https://github.com/lucavisconti211-debug/heu-mcp Security Score: 4.8/10 Creator: Lucavisconti211 Debug Creator Reputation: B Version: 0.1.2 Required Credentials: HEU_API_KEY (required), HEU_BASE_URL (optional), HEU_DOWNLOAD_DIR (optional) Install (Claude Code): claude mcp add io-github-lucavisconti211-debug-heu-mcp -- uvx heu-mcp==0.1.4 --- ## Credit Risk URL: https://mcp-marketplace.io/server/io-github-evozim-credit-risk Summary: B2B credit risk evaluator and supply chain health scoring oracle. Description: B2B credit risk evaluator and supply chain health scoring oracle. Remote endpoints: sse: https://credit-risk-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://credit-risk-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-credit-risk https://credit-risk-mcp.vercel.app/api/mcp --- ## Aemps URL: https://mcp-marketplace.io/server/io-github-romanpert-mcp-aemps Summary: MCP server for the Spanish AEMPS CIMA pharmaceutical registry (20,000+ authorised medicines). Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-aemps GitHub: https://github.com/romanpert/mcp-aemps Security Score: 6.2/10 Creator: Romanpert Creator Reputation: B Version: 0.5.0 Required Credentials: PORT (optional), LOG_LEVEL (optional), REDIS_URL (optional) Install (Claude Code): claude mcp add io-github-romanpert-mcp-aemps -- uvx mcp-aemps==0.5.0 --- ## Tvmaze URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-tvmaze Summary: TVMaze MCP — TV show metadata, episodes, schedules (no auth) Description: TVMaze MCP — TV show metadata, episodes, schedules (no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/tvmaze/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/tvmaze/mcp GitHub: https://github.com/pipeworx-io/mcp-tvmaze MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_shows, get_show, list_episodes, get_schedule, search_people Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tvmaze https://gateway.pipeworx.io/tvmaze/mcp --- ## Trefle URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-trefle Summary: Trefle MCP — global plant database (1M+ species) Description: Trefle MCP — global plant database (1M+ species) Remote endpoints: streamable-http: https://gateway.pipeworx.io/trefle/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/trefle/mcp GitHub: https://github.com/pipeworx-io/mcp-trefle MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_plants, get_plant, search_species, get_species, list_distributions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-trefle https://gateway.pipeworx.io/trefle/mcp --- ## Chartwire URL: https://mcp-marketplace.io/server/io-github-outturndev-chartwire Summary: Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt. Description: Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt. Remote endpoints: streamable-http: https://chartwire.helpfulbutton140.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chartwire.helpfulbutton140.workers.dev/mcp GitHub: https://github.com/outturndev/chartwire Security Score: 8/10 Creator: Outturndev Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-outturndev-chartwire https://chartwire.helpfulbutton140.workers.dev/mcp --- ## Z3 Prover URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-z3-prover Summary: MCP server exposing Z3 solver API Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-z3-prover GitHub: https://github.com/daedalus/mcp-z3-prover Security Score: 4/10 Creator: Daedalus Creator Reputation: B Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-z3-prover -- uvx mcp-z3-prover==0.1.0 --- ## Codevulnerability URL: https://mcp-marketplace.io/server/io-github-evozim-codevulnerability Summary: OWASP threat scanner auditing codebases for safety leaks. Description: OWASP threat scanner auditing codebases for safety leaks. Remote endpoints: sse: https://codevulnerability-mcp.vercel.app/api/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://codevulnerability-mcp.vercel.app/api/mcp MCP Tools (1): audit Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-codevulnerability https://codevulnerability-mcp.vercel.app/api/mcp --- ## Un Demographics URL: https://mcp-marketplace.io/server/io-usewire-un-demographics Summary: Query UN population data: fertility, mortality, migration, life expectancy for 298 countries. Description: Query UN population data: fertility, mortality, migration, life expectancy for 298 countries. Remote endpoints: streamable-http: https://wire-public.mcp.usewire.io/container/UQfmLvKhhRJaSqY3/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wire-public.mcp.usewire.io/container/UQfmLvKhhRJaSqY3/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-usewire-un-demographics https://wire-public.mcp.usewire.io/container/UQfmLvKhhRJaSqY3/mcp --- ## Calling URL: https://mcp-marketplace.io/server/io-github-kimjin8-call-for-me Summary: Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm. Description: Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm. Remote endpoints: streamable-http: https://call-for-me.fly.dev/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://call-for-me.fly.dev/mcp/ GitHub: https://github.com/kimjin8/calling-mcp MCP Tools (2): place_call, get_call_status Security Score: 8/10 Creator: Kimjin8 Creator Reputation: B Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kimjin8-call-for-me https://call-for-me.fly.dev/mcp/ --- ## Cordon URL: https://mcp-marketplace.io/server/io-github-marras0914-cordon Summary: Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals. Category: Developer Tools Mode: local Pricing: Free npm: @getcordon/cli GitHub: https://github.com/marras0914/cordon Security Score: 5.2/10 Creator: Marras0914 Creator Reputation: B Version: 0.3.0 Install (Claude Code): claude mcp add io-github-marras0914-cordon -- npx -y @getcordon/cli --- ## Changeoracle URL: https://mcp-marketplace.io/server/io-tooloracle-changeoracle Summary: ChangeOracle - 10 change management tools: CAB workflow, risk, impact, post-implementation. Description: ChangeOracle - 10 change management tools: CAB workflow, risk, impact, post-implementation. Remote endpoints: streamable-http: https://tooloracle.io/change/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/change/mcp/ GitHub: https://github.com/ToolOracle/changeoracle MCP Tools (10): register_change, list_changes, change_risk_assess, approval_check, test_evidence, rollback_plan, patch_compliance, sod_check, change_stats, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-changeoracle https://tooloracle.io/change/mcp/ --- ## Custom Website Editor URL: https://mcp-marketplace.io/server/com-elijahdesent-custom-website-editor Summary: Edit your church website in plain English — text, photos, pages, domains, hosting & analytics. Description: Edit your church website in plain English — text, photos, pages, domains, hosting & analytics. Remote endpoints: streamable-http: https://www.elijahdesent.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.elijahdesent.com/api/mcp GitHub: https://github.com/edesent/custom-website-editor Security Score: 10/10 Creator: Edesent Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-elijahdesent-custom-website-editor https://www.elijahdesent.com/api/mcp --- ## Convai Analytics URL: https://mcp-marketplace.io/server/io-github-conv-ai-convai-analytics-mcp Summary: Analyze Convai sessions, latency, reliability, usage, and provider telemetry via API key. Category: Data & Analytics Mode: local Pricing: Free npm: @convai/analytics-mcp GitHub: https://github.com/Conv-AI/convai-analytics Security Score: 9.7/10 Creator: Conv AI Creator Reputation: B Version: 0.2.5 Required Credentials: CONVAI_API_KEY (required), CONVAI_ANALYTICS_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-conv-ai-convai-analytics-mcp -- npx -y @convai/analytics-mcp --- ## Chocolate Recipes URL: https://mcp-marketplace.io/server/io-usewire-chocolate-recipes Summary: Search 146 vintage chocolate recipes from 1914: cakes, candies, mousses, beverages. Description: Search 146 vintage chocolate recipes from 1914: cakes, candies, mousses, beverages. Remote endpoints: streamable-http: https://wire-public.mcp.usewire.io/container/iLleTz6882Fru1XK/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wire-public.mcp.usewire.io/container/iLleTz6882Fru1XK/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-usewire-chocolate-recipes https://wire-public.mcp.usewire.io/container/iLleTz6882Fru1XK/mcp --- ## Legal Logic Fuzzer URL: https://mcp-marketplace.io/server/io-github-evozim-legal-logic-fuzzer Summary: Autonomous legal contract testing suite checking syntax anomalies. Description: Autonomous legal contract testing suite checking syntax anomalies. Remote endpoints: sse: https://legal-logic-fuzzer-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://legal-logic-fuzzer-mcp.vercel.app/api/mcp MCP Tools (1): audit Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-legal-logic-fuzzer https://legal-logic-fuzzer-mcp.vercel.app/api/mcp --- ## Waqi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-waqi Summary: WAQI MCP — World Air Quality Index (free key) Description: WAQI MCP — World Air Quality Index (free key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/waqi/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/waqi/mcp GitHub: https://github.com/pipeworx-io/mcp-waqi MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, get_aqi_by_city, get_aqi_by_location, get_aqi_by_station, search_stations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-waqi https://gateway.pipeworx.io/waqi/mcp --- ## What3words URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-what3words Summary: what3words MCP — 3-word grid geocoding Description: what3words MCP — 3-word grid geocoding Remote endpoints: streamable-http: https://gateway.pipeworx.io/what3words/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/what3words/mcp GitHub: https://github.com/pipeworx-io/mcp-what3words MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, coords_to_words, words_to_coords, autosuggest, list_languages Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-what3words https://gateway.pipeworx.io/what3words/mcp --- ## Stocklake URL: https://mcp-marketplace.io/server/dev-stocklake-stocklake Summary: AI stock intelligence: prices, fundamentals, technicals, news, macro regime, and sector signals. Description: AI stock intelligence: prices, fundamentals, technicals, news, macro regime, and sector signals. Remote endpoints: streamable-http: https://api.stocklake.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.stocklake.dev/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-stocklake-stocklake https://api.stocklake.dev/mcp --- ## Commons Wikimedia URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-commons-wikimedia Summary: Wikimedia Commons file/image/audio/video search via MediaWiki Action API Description: Wikimedia Commons file/image/audio/video search via MediaWiki Action API Remote endpoints: streamable-http: https://gateway.pipeworx.io/commons-wikimedia/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/commons-wikimedia/mcp GitHub: https://github.com/pipeworx-io/mcp-commons-wikimedia MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, search, file_info, file_revisions, category_members, random_image Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-commons-wikimedia https://gateway.pipeworx.io/commons-wikimedia/mcp --- ## Acled URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-acled Summary: ACLED MCP — Armed Conflict Location & Event Data Project Description: ACLED MCP — Armed Conflict Location & Event Data Project Remote endpoints: streamable-http: https://gateway.pipeworx.io/acled/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/acled/mcp GitHub: https://github.com/pipeworx-io/mcp-acled MCP Tools (10): ask_pipeworx, discover_tools, resolve_entity, compare_entities, pipeworx_feedback, remember, recall, forget, search_events, event_counts_by_country Security Score: 9.8/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-acled https://gateway.pipeworx.io/acled/mcp --- ## Email URL: https://mcp-marketplace.io/server/live-alpic-staging-email-mcp-17ee097a-email-mcp Summary: Still WiP Description: Still WiP Remote endpoints: streamable-http: https://email-mcp-17ee097a.staging.alpic.live sse: https://email-mcp-17ee097a.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-mcp-17ee097a.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-email-mcp-17ee097a-email-mcp https://email-mcp-17ee097a.staging.alpic.live --- ## Email URL: https://mcp-marketplace.io/server/live-alpic-email-mcp-8d084a7a-email-mcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://email-mcp-8d084a7a.alpic.live sse: https://email-mcp-8d084a7a.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-mcp-8d084a7a.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-email-mcp-8d084a7a-email-mcp https://email-mcp-8d084a7a.alpic.live --- ## Mcp Server A2d17427 URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-a2d17427-mcp-server Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://mcp-server-a2d17427.staging.alpic.live sse: https://mcp-server-a2d17427.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-a2d17427.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-a2d17427-mcp-server https://mcp-server-a2d17427.staging.alpic.live --- ## Raster URL: https://mcp-marketplace.io/server/app-raster-raster Summary: Browse, search, upload, tag, transfer, and delete images in your Raster libraries over MCP. Description: Browse, search, upload, tag, transfer, and delete images in your Raster libraries over MCP. Remote endpoints: streamable-http: https://mcp.raster.app/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.raster.app/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http app-raster-raster https://mcp.raster.app/ --- ## Harvey Budget URL: https://mcp-marketplace.io/server/io-github-meltingpixelsai-harvey-budget Summary: Agent spending management with budget tracking, ROI analysis, and spend approval. Category: Finance Mode: dual Pricing: Free npm: @meltingpixels/harvey-budget Remote URL: https://budget.rugslayer.com/mcp GitHub: https://github.com/meltingpixelsai/harvey-budget Security Score: 4.2/10 Creator: meltingpixelsai Creator Reputation: B Version: 1.0.0 Uptime Status: up Tags: budget, spending, ROI, finance, agents, mcp, x402 Use Cases: Agent budget management, Spend tracking, ROI analysis, Cost approval, Multi-agent finance Required Credentials: SUPABASE_URL (optional), SUPABASE_SERVICE_ROLE_KEY (required), PAYMENT_WALLET (optional) Install (Claude Code): claude mcp add io-github-meltingpixelsai-harvey-budget -- npx -y @meltingpixels/harvey-budget Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-budget https://budget.rugslayer.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-gencove-consumer-mcp Summary: Gencove consumer genomics: profile, kit status, ancestry, PRS, raw data. Requires Gencove auth. Description: Gencove consumer genomics: profile, kit status, ancestry, PRS, raw data. Requires Gencove auth. Remote endpoints: streamable-http: https://consumer.gencove.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://consumer.gencove.com/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gencove-consumer-mcp https://consumer.gencove.com/mcp/ --- ## Epo Ops URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-epo-ops Summary: EPO Open Patent Services MCP Description: EPO Open Patent Services MCP Remote endpoints: streamable-http: https://gateway.pipeworx.io/epo-ops/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/epo-ops/mcp GitHub: https://github.com/pipeworx-io/mcp-epo-ops MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_patents, get_biblio, get_family, get_abstract, get_claims Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-epo-ops https://gateway.pipeworx.io/epo-ops/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-ramp Summary: Manage expenses, corporate cards, accounts payable, and accounting integrations Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-ramp Remote URL: https://mcp.mcparmory.com/ramp GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-ramp -- uvx mcparmory-ramp Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-ramp https://mcp.mcparmory.com/ramp --- ## Web Scraper URL: https://mcp-marketplace.io/server/io-github-decodo-mcp-web-scraper Summary: Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites Category: Search & Web Mode: local Pricing: Free npm: @decodo/mcp-server GitHub: https://github.com/Decodo/mcp-web-scraper Security Score: 4.2/10 Creator: Decodo Creator Reputation: B Version: 1.0.3 Required Credentials: SCRAPER_API_USERNAME (optional), SCRAPER_API_PASSWORD (required) Install (Claude Code): claude mcp add io-github-decodo-mcp-web-scraper -- npx -y @decodo/mcp-server@1.2.2 --- ## Trade Router URL: https://mcp-marketplace.io/server/io-github-re-bruce-wayne-trade-router-mcp Summary: TradeRouter.ai MCP Server — Solana swap & limit order engine. Category: Developer Tools Mode: local Pricing: Free npm: @re-bruce-wayne/trade-router-mcp GitHub: https://github.com/re-bruce-wayne/trade-router-mcp Security Score: 4.8/10 Creator: Re Bruce Wayne Creator Reputation: B Version: 1.0.2 Required Credentials: TRADEROUTER_PRIVATE_KEY (required), SOLANA_RPC_URL (optional), TRADEROUTER_SERVER_PUBKEY (optional), TRADEROUTER_SERVER_PUBKEY_NEXT (optional), TRADEROUTER_REQUIRE_SERVER_SIGNATURE (optional), TRADEROUTER_REQUIRE_ORDER_CREATED_SIGNATURE (optional) Install (Claude Code): claude mcp add io-github-re-bruce-wayne-trade-router-mcp -- npx -y @re-bruce-wayne/trade-router-mcp --- ## Goldpopcon Openapi URL: https://mcp-marketplace.io/server/com-goldpopcon-openapi-mcp Summary: 금방 Open API MCP 서버 — 스펙 조회·JWT 서명 코드 생성·로컬 서명/검증 Category: Developer Tools Mode: local Pricing: Free npm: @keumbang/goldpopcon-openapi-mcp GitHub: https://github.com/keumbang/goldpopcon-openapi-mcp Security Score: 6.3/10 Creator: Keumbang Creator Reputation: B Version: 0.3.1 Required Credentials: GOLDPOPCON_MCP_ALLOW_LIVE (optional), GOLDPOPCON_ACCESS_KEY (optional), GOLDPOPCON_SECRET_KEY (required) Install (Claude Code): claude mcp add com-goldpopcon-openapi-mcp -- npx -y @keumbang/goldpopcon-openapi-mcp@0.3.1 --- ## Openaire URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-openaire Summary: OpenAIRE MCP — EU research outputs (publications, datasets, software, projects) Description: OpenAIRE MCP — EU research outputs (publications, datasets, software, projects) Remote endpoints: streamable-http: https://gateway.pipeworx.io/openaire/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/openaire/mcp GitHub: https://github.com/pipeworx-io/mcp-openaire MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_publications, search_datasets, search_software, search_projects, get_research_product, get_project Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openaire https://gateway.pipeworx.io/openaire/mcp --- ## Joy URL: https://mcp-marketplace.io/server/io-github-tlkc888-jenkins-joy Summary: Trust infrastructure for AI agents. Portable reputation (JTS 0-5), agent discovery, vouching. Description: Trust infrastructure for AI agents. Portable reputation (JTS 0-5), agent discovery, vouching. Remote endpoints: streamable-http: https://joy-connect.fly.dev/mcp Category: Cloud & DevOps Mode: dual Pricing: Free npm: @joy-trust/mcp-server Remote URL: https://joy-connect.fly.dev/mcp GitHub: https://github.com/tlkc888-Jenkins/Joy MCP Tools (14): discover_agents, get_agent, network_stats, list_capabilities, get_trust_score, verify_trust, get_passport, list_platforms, create_ticket, get_ticket, get_org_dashboard, list_campaigns, create_campaign, list_audits Security Score: 8/10 Creator: Tlkc888 Jenkins Creator Reputation: B Version: 2.40.0 Install (Claude Code): claude mcp add io-github-tlkc888-jenkins-joy -- npx -y @joy-trust/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-tlkc888-jenkins-joy https://joy-connect.fly.dev/mcp --- ## Colber URL: https://mcp-marketplace.io/server/io-github-obi49-colber-mcp Summary: Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules. Category: Developer Tools Mode: local Pricing: Free npm: @colber/mcp GitHub: https://github.com/Obi49/Colber Security Score: 4.2/10 Creator: Obi49 Creator Reputation: B Version: 0.1.1 Required Credentials: COLBER_BASE_URLS (optional), COLBER_AUTH_TOKEN (required), COLBER_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-obi49-colber-mcp -- npx -y @colber/mcp --- ## Bio Data Parser URL: https://mcp-marketplace.io/server/io-github-evozim-bio-data-parser Summary: Bioinformatics and genomic sequence parser for clinical research. Description: Bioinformatics and genomic sequence parser for clinical research. Remote endpoints: sse: https://bio-data-parser-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bio-data-parser-mcp.vercel.app/api/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-bio-data-parser https://bio-data-parser-mcp.vercel.app/api/mcp --- ## Octen URL: https://mcp-marketplace.io/server/io-github-octen-team-octen-mcp Summary: URL to LLM-ready markdown — plus per-page category, page_structure, and query-driven highlights. Category: Developer Tools Mode: local Pricing: Free npm: octen-mcp GitHub: https://github.com/Octen-Team/octen-mcp Security Score: 6.2/10 Creator: Octen Team Creator Reputation: B Version: 0.1.5 Required Credentials: OCTEN_API_KEY (required), OCTEN_API_URL (optional) Install (Claude Code): claude mcp add io-github-octen-team-octen-mcp -- npx -y octen-mcp@0.1.5 --- ## Screenshot URL: https://mcp-marketplace.io/server/io-github-digital-defiance-mcp-screenshot Summary: Screenshot capture with PII masking and cross-platform support for AI agents Category: Finance Mode: local Pricing: Free npm: @ai-capabilities-suite/mcp-screenshot GitHub: https://github.com/Digital-Defiance/mcp-screenshot Security Score: 4/10 Creator: Digital Defiance Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add io-github-digital-defiance-mcp-screenshot -- npx -y @ai-capabilities-suite/mcp-screenshot@1.5.23 --- ## Gastor Motherboard URL: https://mcp-marketplace.io/server/io-github-evozim-gastor-motherboard Summary: Showcase validator orchestrating multi-agent swarm governance and payments. Description: Showcase validator orchestrating multi-agent swarm governance and payments. Remote endpoints: sse: https://gastor-motherboard-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gastor-motherboard-mcp.vercel.app/api/mcp MCP Tools (2): orchestrate_swarms, check_node_status Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-gastor-motherboard https://gastor-motherboard-mcp.vercel.app/api/mcp --- ## Predictionguard URL: https://mcp-marketplace.io/server/io-tooloracle-predictionguard Summary: Polymarket integrity MCP — 28 tools for wallet risk, whales, UMA scans, SAR/STR reports. Description: Polymarket integrity MCP — 28 tools for wallet risk, whales, UMA scans, SAR/STR reports. Remote endpoints: streamable-http: https://feedoracle.io/predictionguard/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feedoracle.io/predictionguard/mcp/ GitHub: https://github.com/ToolOracle/predictionguard MCP Tools (28): pg_overview, pg_market_search, pg_market_details, pg_market_volume_profile, pg_market_integrity_scan, pg_trending_markets, pg_known_cases, pg_wallet_lookup, pg_sanctions_screen_entity, pg_pep_check_entity, pg_adverse_media_entity, pg_kyc_bundle_entity, pg_insider_alert_signed, pg_evidence_bundle_market, pg_verify_alert, pg_wallet_entity_resolve, pg_wallet_risk_profile, pg_whale_add, pg_whale_remove, pg_whale_list, pg_whale_scan, pg_whale_alerts, pg_uma_status, pg_uma_market_resolution, pg_resolution_risk_score, pg_sar_report, pg_market_trades, pg_pre_event_flow_analysis Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-predictionguard https://feedoracle.io/predictionguard/mcp/ --- ## Twelvelabs URL: https://mcp-marketplace.io/server/io-twelvelabs-twelvelabs-mcp-server Summary: TwelveLabs MCP: video indexing, search, analysis, and embeddings for AI applications. Description: TwelveLabs MCP: video indexing, search, analysis, and embeddings for AI applications. Remote endpoints: streamable-http: https://mcp.twelvelabs.io sse: https://mcp.twelvelabs.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.twelvelabs.io Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-twelvelabs-twelvelabs-mcp-server https://mcp.twelvelabs.io --- ## Agentdata URL: https://mcp-marketplace.io/server/io-github-phenicea-agentdata-liquidity-exit-cost Summary: Size-aware exit cost, depeg risk & liquidity fragility for a Base token (x402, testnet). Description: Size-aware exit cost, depeg risk & liquidity fragility for a Base token (x402, testnet). Remote endpoints: streamable-http: https://agentdata-liquidity-exit-cost.onrender.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentdata-liquidity-exit-cost.onrender.com/mcp/ GitHub: https://github.com/phenicea/agentdata Security Score: 10/10 Creator: Phenicea Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-phenicea-agentdata-liquidity-exit-cost https://agentdata-liquidity-exit-cost.onrender.com/mcp/ --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-google-search-console Summary: Query search analytics, manage sitemaps, and inspect site URLs and status Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-google-search-console GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-google-search-console -- uvx mcparmory-google-search-console --- ## Statcan URL: https://mcp-marketplace.io/server/io-github-aryan-jhaveri-mcp-statcan Summary: Access Statistics Canada data via the Web Data Services API Category: Developer Tools Mode: local Pricing: Free PyPI: statcan-mcp-server GitHub: https://github.com/Aryan-Jhaveri/mcp-statcan Security Score: 6.2/10 Installs: 2 Creator: Aryan-Jhaveri Creator Reputation: F Version: 0.7.15 Install (Claude Code): claude mcp add io-github-aryan-jhaveri-mcp-statcan -- uvx statcan-mcp-server==0.7.15 --- ## Stillonline URL: https://mcp-marketplace.io/server/io-github-shenwell-stillonline Summary: StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code. Category: Developer Tools Mode: local Pricing: Free npm: stillonline-mcp GitHub: https://github.com/shenwell/stillonline-mcp Security Score: 5.2/10 Creator: Shenwell Creator Reputation: B Version: 0.3.6 Required Credentials: STILLONLINE_API_KEY (required), STILLONLINE_API_BASE (optional) Install (Claude Code): claude mcp add io-github-shenwell-stillonline -- npx -y stillonline-mcp@0.3.6 --- ## Arc Ledger URL: https://mcp-marketplace.io/server/com-arcandledger-tax-tools Summary: Read-only US tax reference for notices, deadlines, filing screens, and clearly labeled estimates. Description: Read-only US tax reference for notices, deadlines, filing screens, and clearly labeled estimates. Remote endpoints: streamable-http: https://mcp.arcandledger.com/directory/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.arcandledger.com/directory/mcp GitHub: https://github.com/Bgenc48/arc-ledger-mcp MCP Tools (13): decode_irs_notice, check_resolution_options, estimate_irs_penalty, explain_tax_document, deadline_calendar, check_fbar_fatca, check_treaty_withholding, check_itin_eligibility, check_5472_obligation, estimate_quarterly_taxes, estimate_accountable_plan, estimate_augusta_rule, estimate_rental_income Security Score: 10/10 Creator: Bgenc48 Creator Reputation: B Version: 0.15.1 Install (Claude Code Remote): claude mcp add --transport http com-arcandledger-tax-tools https://mcp.arcandledger.com/directory/mcp --- ## Bumpguard URL: https://mcp-marketplace.io/server/io-github-appcreationsca-bumpguard Summary: Reports which of your code's API usages break when you upgrade a dependency (Python, .NET, Java). Category: Developer Tools Mode: local Pricing: Free PyPI: bumpguard-mcp GitHub: https://github.com/appcreationsca/bumpguard-mcp Security Score: 7.3/10 Creator: Appcreationsca Creator Reputation: B Version: 0.2.1 Install (Claude Code): claude mcp add io-github-appcreationsca-bumpguard -- uvx bumpguard-mcp==0.2.1 --- ## Catalog URL: https://mcp-marketplace.io/server/de-wosneaker-catalog Summary: Deutscher Preisvergleich für Sneaker – Bestpreis-Suche (read-only). Description: Deutscher Preisvergleich für Sneaker – Bestpreis-Suche (read-only). Remote endpoints: streamable-http: https://wosneaker.de/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wosneaker.de/api/mcp MCP Tools (2): search_offers, lookup_product Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-wosneaker-catalog https://wosneaker.de/api/mcp --- ## Arbitrumoracle URL: https://mcp-marketplace.io/server/io-tooloracle-arbitrumoracle Summary: ArbitrumOracle - 12 Arbitrum tools: ERC-20, Camelot, GMX, sequencer, gas, bridge txs. Description: ArbitrumOracle - 12 Arbitrum tools: ERC-20, Camelot, GMX, sequencer, gas, bridge txs. Remote endpoints: streamable-http: https://tooloracle.io/arbitrum/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/arbitrum/mcp/ GitHub: https://github.com/ToolOracle/arbitrumoracle MCP Tools (12): arb_overview, arb_token_risk, arb_protocol_health, arb_gas_tracker, arb_whale_watch, arb_contract_check, arb_defi_yields, arb_protocol_list, arb_stablecoin_risk, arb_bridge_flows, arb_token_screening, arb_liquidity_scan Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-arbitrumoracle https://tooloracle.io/arbitrum/mcp/ --- ## Jobber URL: https://mcp-marketplace.io/server/io-github-opsconduit-jobber-mcp Summary: Customer-hosted read-only MCP server for Jobber ops reports, OAuth setup, and GraphQL validation. Category: Developer Tools Mode: local Pricing: Free npm: @opsconduit/jobber-mcp GitHub: https://github.com/opsconduit/jobber-mcp Security Score: 10/10 Creator: Opsconduit Creator Reputation: B Version: 0.1.3 Required Credentials: JOBBER_CLIENT_ID (optional), JOBBER_CLIENT_SECRET (required), JOBBER_REDIRECT_URI (optional) Install (Claude Code): claude mcp add io-github-opsconduit-jobber-mcp -- npx -y @opsconduit/jobber-mcp@0.1.3 --- ## Coredash URL: https://mcp-marketplace.io/server/io-github-corewebvitals-coredash Summary: Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors. Description: Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors. Remote endpoints: streamable-http: https://app.coredash.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.coredash.app/api/mcp GitHub: https://github.com/corewebvitals/coredash-mcp Security Score: 10/10 Creator: Corewebvitals Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-corewebvitals-coredash https://app.coredash.app/api/mcp --- ## Crewone URL: https://mcp-marketplace.io/server/io-github-tzipway-dotcom-crewone-mcp-server Summary: Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools. Category: Developer Tools Mode: local Pricing: Free npm: @crewone/mcp-server GitHub: https://github.com/tzipway-dotcom/crewone-mcp-server Security Score: 5.8/10 Creator: Tzipway Dotcom Creator Reputation: B Version: 0.2.0 Required Credentials: CREWONE_API_KEY (required) Install (Claude Code): claude mcp add io-github-tzipway-dotcom-crewone-mcp-server -- npx -y @crewone/mcp-server@0.2.0 --- ## Discogs URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-discogs Summary: Discogs MCP — music release / artist / label database Description: Discogs MCP — music release / artist / label database Remote endpoints: streamable-http: https://gateway.pipeworx.io/discogs/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/discogs/mcp GitHub: https://github.com/pipeworx-io/mcp-discogs MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_release, get_master, get_artist, get_label Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-discogs https://gateway.pipeworx.io/discogs/mcp --- ## Bookmark URL: https://mcp-marketplace.io/server/io-github-preedew17-mcp-bookmark Summary: An MCP server that provides [describe what your server does] Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-bookmark-server-preedew GitHub: https://github.com/preedew17/mcp-bookmark Security Score: 4.2/10 Creator: Preedew17 Creator Reputation: B Version: 0.1.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-preedew17-mcp-bookmark -- uvx mcp-bookmark-server-preedew --- ## Bnboracle URL: https://mcp-marketplace.io/server/io-tooloracle-bnboracle Summary: BNBOracle - 8 BNB Chain tools: BEP-20, PancakeSwap, validators, gas, txs, holders. Description: BNBOracle - 8 BNB Chain tools: BEP-20, PancakeSwap, validators, gas, txs, holders. Remote endpoints: streamable-http: https://feedoracle.io/bnb/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feedoracle.io/bnb/mcp/ GitHub: https://github.com/ToolOracle/bnboracle MCP Tools (8): bnb_overview, bnb_token_risk, bnb_contract_verify, bnb_gas, bnb_protocol_tvl, bnb_stablecoin_check, bnb_wallet_intel, bnb_defi_yields Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-bnboracle https://feedoracle.io/bnb/mcp/ --- ## Public URL: https://mcp-marketplace.io/server/ru-supertours-tours Summary: Search tours and excursions on supertours.ru by destination, price, duration, and rating. Description: Search tours and excursions on supertours.ru by destination, price, duration, and rating. Remote endpoints: sse: https://mcp.supertours.ru/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.supertours.ru/sse GitHub: https://github.com/supertours/mcp-server-public Security Score: 9.9/10 Creator: Supertours Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ru-supertours-tours https://mcp.supertours.ru/sse --- ## Gov Uk Content URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gov-uk-content Summary: GOV.UK Content + Search APIs (every gov.uk page + full search) Description: GOV.UK Content + Search APIs (every gov.uk page + full search) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gov-uk-content/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gov-uk-content/mcp GitHub: https://github.com/pipeworx-io/mcp-gov-uk-content MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, content, search, organisations, taxons, search_autocomplete Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gov-uk-content https://gateway.pipeworx.io/gov-uk-content/mcp --- ## Doraeventfabric URL: https://mcp-marketplace.io/server/io-tooloracle-doraeventfabric Summary: DORA OS EventFabric - 14-tool event stream for DORA compliance signals and pub/sub fabric. Description: DORA OS EventFabric - 14-tool event stream for DORA compliance signals and pub/sub fabric. Remote endpoints: streamable-http: https://tooloracle.io/eventfabric/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/eventfabric/mcp/ GitHub: https://github.com/ToolOracle/doraeventfabric MCP Tools (14): emit_event, subscribe, unsubscribe, list_subscriptions, event_log, event_stats, active_rules, create_rule, test_webhook, schedule_scan, list_schedules, webhook_status, health_check, ping Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-doraeventfabric https://tooloracle.io/eventfabric/mcp/ --- ## Quantum URL: https://mcp-marketplace.io/server/io-tooloracle-quantum Summary: QuantumOracle — 18 post-quantum crypto tools: Kyber, Dilithium, hybrid schemes, migration. Description: QuantumOracle — 18 post-quantum crypto tools: Kyber, Dilithium, hybrid schemes, migration. Remote endpoints: streamable-http: https://tooloracle.io/quantum/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/quantum/mcp/ GitHub: https://github.com/ToolOracle/quantum MCP Tools (20): quantum_join, quantum_trust_passport, quantum_rate, quantum_reputation, quantum_refer, quantum_history, quantum_offer, quantum_deal, quantum_intent, quantum_route, quantum_preflight, quantum_settle, quantum_status, quantum_nodes, neural_status, quantum_scan, quantum_subscribe, quantum_feed, quantum_ask, quantum_execute Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-quantum https://tooloracle.io/quantum/mcp/ --- ## Opendata Canada URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-opendata-canada Summary: open.canada.ca — Canada national open-data catalogue (CKAN) Description: open.canada.ca — Canada national open-data catalogue (CKAN) Remote endpoints: streamable-http: https://gateway.pipeworx.io/opendata-canada/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/opendata-canada/mcp GitHub: https://github.com/pipeworx-io/mcp-opendata-canada MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, search, package, organizations, groups Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-opendata-canada https://gateway.pipeworx.io/opendata-canada/mcp --- ## Herohunt URL: https://mcp-marketplace.io/server/io-github-herohunt-ai-herohunt-mcp Summary: People search API - find 1 billion candidates across LinkedIn and GitHub with real-time data. Category: Developer Tools Mode: local Pricing: Free npm: herohunt-mcp GitHub: https://github.com/herohunt-ai/herohunt-mcp Security Score: 10/10 Creator: Herohunt Ai Creator Reputation: B Version: 1.0.2 Required Credentials: HEROHUNT_API_KEY (required) Install (Claude Code): claude mcp add io-github-herohunt-ai-herohunt-mcp -- npx -y herohunt-mcp@1.0.2 --- ## Dependencyoracle URL: https://mcp-marketplace.io/server/io-tooloracle-dependencyoracle Summary: DependencyOracle - 10 ICT dependency tools: SBOM, supply chain, third-party graph. Description: DependencyOracle - 10 ICT dependency tools: SBOM, supply chain, third-party graph. Remote endpoints: streamable-http: https://tooloracle.io/dependency/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/dependency/mcp/ GitHub: https://github.com/ToolOracle/dependencyoracle MCP Tools (10): register_asset, register_function, map_dependency, dependency_graph, blast_radius, spof_analysis, criticality_score, asset_inventory, impact_simulation, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-dependencyoracle https://tooloracle.io/dependency/mcp/ --- ## Contractoracle URL: https://mcp-marketplace.io/server/io-tooloracle-contractoracle Summary: ContractOracle - 10 contract analysis tools: clause extraction, redlines, DORA mappings. Description: ContractOracle - 10 contract analysis tools: clause extraction, redlines, DORA mappings. Remote endpoints: streamable-http: https://tooloracle.io/contract/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/contract/mcp/ GitHub: https://github.com/ToolOracle/contractoracle MCP Tools (11): register_contract, list_contracts, clause_check, subcontracting_chain, exit_readiness, cif_analysis, contract_gaps, contract_scoring, contract_expiry, contract_analyze_llm, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-contractoracle https://tooloracle.io/contract/mcp/ --- ## Nws URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nws Summary: NWS MCP — US National Weather Service (no auth) Description: NWS MCP — US National Weather Service (no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/nws/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nws/mcp GitHub: https://github.com/pipeworx-io/mcp-nws MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, get_forecast, get_hourly_forecast, get_alerts, get_observation Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nws https://gateway.pipeworx.io/nws/mcp --- ## Entso E URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-entso-e Summary: ENTSO-E Transparency Platform MCP Description: ENTSO-E Transparency Platform MCP Remote endpoints: streamable-http: https://gateway.pipeworx.io/entso-e/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/entso-e/mcp GitHub: https://github.com/pipeworx-io/mcp-entso-e MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, day_ahead_prices, actual_load, actual_generation_per_type, cross_border_flow, installed_capacity Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-entso-e https://gateway.pipeworx.io/entso-e/mcp --- ## Data Oakland URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-data-oakland Summary: Oakland Open Data (data.oaklandca.gov) Socrata MCP. Description: Oakland Open Data (data.oaklandca.gov) Socrata MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/data-oakland/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/data-oakland/mcp GitHub: https://github.com/pipeworx-io/mcp-data-oakland MCP Tools (33): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, datasets, query, metadata Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-data-oakland https://gateway.pipeworx.io/data-oakland/mcp --- ## Law URL: https://mcp-marketplace.io/server/io-tooloracle-law Summary: LawOracle — 20 legal AI tools: case law search, contracts, EU regulations, citation graph. Description: LawOracle — 20 legal AI tools: case law search, contracts, EU regulations, citation graph. Remote endpoints: streamable-http: https://tooloracle.io/law/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/law/mcp/ GitHub: https://github.com/ToolOracle/law MCP Tools (20): multi_jurisdiction_search, federal_register_search, federal_register_document, sec_filing_search, sec_company_filings, court_opinion_search, congress_bill_search, congress_bill_detail, regulations_gov_search, eurlex_search, uk_legislation_search, uk_act_content, de_law_list, de_law_lookup, jurisdiction_list, obligation_search, article_extract, obligation_trace, health_check, ping Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-law https://tooloracle.io/law/mcp/ --- ## Mica URL: https://mcp-marketplace.io/server/io-tooloracle-mica Summary: MiCAOracle — 24 tools for EU MiCA stablecoin compliance: peg, reserves, attestations. Description: MiCAOracle — 24 tools for EU MiCA stablecoin compliance: peg, reserves, attestations. Remote endpoints: streamable-http: https://tooloracle.io/mica/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/mica/mcp/ GitHub: https://github.com/ToolOracle/mica MCP Tools (24): readiness_check, article_status, gap_report, assess_token, entity_list, create_entity, audit_trail, health_check, issuer_profile, entity_ampel, issuer_list, link_token, assess_entity, bridge_resolve, bridge_approve, bridge_status, bus_status, freshness_check, mica_watchdog, generate_report, validate_whitepaper, insider_escalation, stor_workflow, eidas_timestamp Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-mica https://tooloracle.io/mica/mcp/ --- ## Veynor URL: https://mcp-marketplace.io/server/io-github-veynor-xyz-veynor Summary: Prediction market intelligence for AI agents. Live data from Kalshi and Polymarket. Description: Prediction market intelligence for AI agents. Live data from Kalshi and Polymarket. Remote endpoints: sse: https://mcp.veynor.xyz/sse?api_key={api_key} Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.veynor.xyz/sse?api_key={api_key} GitHub: https://github.com/veynor-xyz/veynor-mcp Security Score: 2.2/10 Creator: Veynor Xyz Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-veynor-xyz-veynor 'https://mcp.veynor.xyz/sse?api_key={api_key}' --- ## Incidentoracle URL: https://mcp-marketplace.io/server/io-tooloracle-incidentoracle Summary: IncidentOracle - 12-tool incident management MCP: triage, BaFin DORA reporting, RCA. Description: IncidentOracle - 12-tool incident management MCP: triage, BaFin DORA reporting, RCA. Remote endpoints: streamable-http: https://tooloracle.io/incident/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/incident/mcp/ GitHub: https://github.com/ToolOracle/incidentoracle MCP Tools (12): log_incident, classify_incident, major_incident_check, initial_notification, intermediate_report, final_report, deadline_tracker, reclassify, incident_stats, cyber_threat_notify, incident_log, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-incidentoracle https://tooloracle.io/incident/mcp/ --- ## Template 43874b8f URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-43874b8f Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://mcp-server-template--43874b8f.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template--43874b8f.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.8 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-43874b8f https://mcp-server-template--43874b8f.staging.alpic.live --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-circleci Summary: Manage CI/CD pipelines, workflows, and job metrics across projects Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-circleci GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add com-mcparmory-circleci -- uvx mcparmory-circleci --- ## Anchord URL: https://mcp-marketplace.io/server/io-github-nolenation04-anchord Summary: Read-only MCP for identity resolution and write guardrails. Description: Read-only MCP for identity resolution and write guardrails. Remote endpoints: streamable-http: https://mcp.anchord.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @anchord/mcp-server Remote URL: https://mcp.anchord.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.1 Required Credentials: ANCHORD_API_KEY (required), ANCHORD_API_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-nolenation04-anchord -- npx -y @anchord/mcp-server Install (Claude Code Remote): claude mcp add --transport http io-github-nolenation04-anchord https://mcp.anchord.ai/mcp --- ## Agreements Api Sdk URL: https://mcp-marketplace.io/server/network-shodai-agreements Summary: Author, validate, deploy, and operate Shodai on-chain agreements. Description: Author, validate, deploy, and operate Shodai on-chain agreements. Remote endpoints: streamable-http: https://shodai.network/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://shodai.network/mcp GitHub: https://github.com/CNSLabs/agreements-api-sdk MCP Tools (11): list_agreements, get_agreement, get_agreement_document, get_agreement_state, get_input_history, validate_agreement, preflight_deployment, deploy_agreement, submit_input, prepare_deployment_typed_data, prepare_input_typed_data Security Score: 10/10 Creator: CNSLabs Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-shodai-agreements https://shodai.network/mcp --- ## Researchoracle URL: https://mcp-marketplace.io/server/io-tooloracle-researchoracle Summary: ResearchOracle - 11 financial research tools: 10-K parsing, equity, macro, citation graph. Description: ResearchOracle - 11 financial research tools: 10-K parsing, equity, macro, citation graph. Remote endpoints: streamable-http: https://tooloracle.io/news2/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/news2/mcp/ GitHub: https://github.com/ToolOracle/researchoracle MCP Tools (11): search_papers, paper_detail, author_search, author_papers, paper_recommendations, arxiv_search, doi_lookup, compliance_research, citation_graph, trending_research, health_check Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-researchoracle https://tooloracle.io/news2/mcp/ --- ## Reporting URL: https://mcp-marketplace.io/server/io-tooloracle-reporting Summary: ReportingOracle — 16 regulatory reporting tools: BaFin, ESMA, FINREP, COREP, ICAAP, ILAAP. Description: ReportingOracle — 16 regulatory reporting tools: BaFin, ESMA, FINREP, COREP, ICAAP, ILAAP. Remote endpoints: streamable-http: https://tooloracle.io/reporting/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/reporting/mcp/ GitHub: https://github.com/ToolOracle/reporting MCP Tools (16): incident_report, incident_status, roi_export, roi_validate, tlpt_report, annual_report, management_letter, nca_submission_status, deadline_tracker, report_templates, obligation_map, sync_from_ampel, get_report, approve_report, health_check, ping Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-reporting https://tooloracle.io/reporting/mcp/ --- ## Policyoracle URL: https://mcp-marketplace.io/server/io-tooloracle-policyoracle Summary: PolicyOracle - 12 policy lifecycle tools: drafting, approval, distribution, attestation. Description: PolicyOracle - 12 policy lifecycle tools: drafting, approval, distribution, attestation. Remote endpoints: streamable-http: https://tooloracle.io/policy/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/policy/mcp/ GitHub: https://github.com/ToolOracle/policyoracle MCP Tools (12): register_policy, list_policies, policy_gap_check, review_schedule, approval_tracker, coverage_map, version_control, attestation, compliance_score, health_check, obligation_map, ping Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-policyoracle https://tooloracle.io/policy/mcp/ --- ## Inlay Skills URL: https://mcp-marketplace.io/server/io-github-cartoonitunes-inlay Summary: Make any website discoverable by AI agents via MCP, llms.txt, and structured data. Description: Make any website discoverable by AI agents via MCP, llms.txt, and structured data. Remote endpoints: streamable-http: https://inlay.dev/api/mcp/{site_key} sse: https://inlay.dev/api/mcp/{site_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://inlay.dev/api/mcp/{site_key} GitHub: https://github.com/cartoonitunes/inlay-skills Security Score: 9.9/10 Creator: Cartoonitunes Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-cartoonitunes-inlay 'https://inlay.dev/api/mcp/{site_key}' --- ## Registeroracle URL: https://mcp-marketplace.io/server/io-tooloracle-registeroracle Summary: RegisterOracle - 10-tool DORA Art.28 register: ICT third-party, contracts, criticality. Description: RegisterOracle - 10-tool DORA Art.28 register: ICT third-party, contracts, criticality. Remote endpoints: streamable-http: https://tooloracle.io/register/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/register/mcp/ GitHub: https://github.com/ToolOracle/registeroracle MCP Tools (10): register_provider, list_providers, get_provider, validate_roi, concentration_risk, ctpp_check, export_its, gap_analysis, register_stats, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-registeroracle https://tooloracle.io/register/mcp/ --- ## Reserveoracle URL: https://mcp-marketplace.io/server/io-tooloracle-reserveoracle Summary: ReserveOracle - 11 stablecoin reserve tools: attestations, composition, MiCA Art.36/37. Description: ReserveOracle - 11 stablecoin reserve tools: attestations, composition, MiCA Art.36/37. Remote endpoints: streamable-http: https://tooloracle.io/reserve/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/reserve/mcp/ GitHub: https://github.com/ToolOracle/reserveoracle MCP Tools (11): reserve_gold, reserve_silver, reserve_metals, reserve_token_lookup, reserve_gold_tokens, reserve_mica_assets, reserve_asset_types, reserve_issuer, reserve_snapshot, health_check, reserve_token_context Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-reserveoracle https://tooloracle.io/reserve/mcp/ --- ## Hermesplant URL: https://mcp-marketplace.io/server/io-github-jessegdotio-hermes-plant Summary: Preflight, approve, and prove consequential agent actions with signed evidence and x402 tools. Description: Preflight, approve, and prove consequential agent actions with signed evidence and x402 tools. Remote endpoints: streamable-http: https://mcp.hermesplant.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.hermesplant.com/mcp GitHub: https://github.com/JesseGdotIO/hermesplant-mcp-server Security Score: 10/10 Creator: JesseGdotIO Creator Reputation: B Version: 2.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-jessegdotio-hermes-plant https://mcp.hermesplant.com/mcp --- ## Sendpage URL: https://mcp-marketplace.io/server/com-sendpageapp-sendpage Summary: Publish an HTML document as a link anyone can open in one tap, plus PDF, image and Word export. Description: Publish an HTML document as a link anyone can open in one tap, plus PDF, image and Word export. Remote endpoints: streamable-http: https://sendpageapp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sendpageapp.com/mcp GitHub: https://github.com/jcaiagent7143-ui/sendpage-mcp Security Score: 9.9/10 Creator: Jcaiagent7143 Ui Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-sendpageapp-sendpage https://sendpageapp.com/mcp --- ## Teamcity URL: https://mcp-marketplace.io/server/io-github-daghis-teamcity Summary: MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants Category: Developer Tools Mode: local Pricing: Free npm: @daghis/teamcity-mcp GitHub: https://github.com/Daghis/teamcity-mcp Security Score: 7.5/10 Creator: Daghis Creator Reputation: B Version: 2.12.1 Required Credentials: TEAMCITY_URL (optional), TEAMCITY_TOKEN (required), MCP_MODE (optional) Install (Claude Code): claude mcp add io-github-daghis-teamcity -- npx -y @daghis/teamcity-mcp@2.12.1 --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-contentful-management Summary: Create, update, and publish content across spaces and environments Category: Content & Media Mode: local Pricing: Free PyPI: mcparmory-contentful-management GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-contentful-management -- uvx mcparmory-contentful-management --- ## Brightspace URL: https://mcp-marketplace.io/server/io-github-jhostinaleck-brightspace Summary: MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard. Category: Developer Tools Mode: local Pricing: Free npm: brightspace-mcp GitHub: https://github.com/JhostinAleck/brightspace-mcp Security Score: 8/10 Creator: JhostinAleck Creator Reputation: B Version: 1.1.1 Required Credentials: BRIGHTSPACE_CONFIG (optional) Install (Claude Code): claude mcp add io-github-jhostinaleck-brightspace -- npx -y brightspace-mcp@1.1.1 --- ## Simbad URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-simbad Summary: CDS SIMBAD — astronomical object database (~14M objects) via TAP/script Description: CDS SIMBAD — astronomical object database (~14M objects) via TAP/script Remote endpoints: streamable-http: https://gateway.pipeworx.io/simbad/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/simbad/mcp GitHub: https://github.com/pipeworx-io/mcp-simbad MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, pipeworx_feedback, remember, recall, forget, object, script, tap, cone_search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-simbad https://gateway.pipeworx.io/simbad/mcp --- ## Solanaoracle URL: https://mcp-marketplace.io/server/io-tooloracle-solanaoracle Summary: SolanaOracle - 12 Solana tools: SPL tokens, Jupiter, validators, rent, programs, NFTs. Description: SolanaOracle - 12 Solana tools: SPL tokens, Jupiter, validators, rent, programs, NFTs. Remote endpoints: streamable-http: https://tooloracle.io/solana/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/solana/mcp/ GitHub: https://github.com/ToolOracle/solanaoracle MCP Tools (12): sol_overview, sol_token_risk, sol_protocol_health, sol_defi_yields, sol_protocol_list, sol_stablecoin_risk, sol_wallet_analysis, sol_dex_volume, sol_network_stats, sol_whale_watch, sol_bridge_flows, sol_validator_info Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-solanaoracle https://tooloracle.io/solana/mcp/ --- ## Resilienceoracle URL: https://mcp-marketplace.io/server/io-tooloracle-resilienceoracle Summary: ResilienceOracle - 10 operational resilience tools: BIA, RTO/RPO, scenario testing. Description: ResilienceOracle - 10 operational resilience tools: BIA, RTO/RPO, scenario testing. Remote endpoints: streamable-http: https://tooloracle.io/resilience/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/resilience/mcp/ GitHub: https://github.com/ToolOracle/resilienceoracle MCP Tools (10): register_system, set_bia, rto_rpo_check, test_register, scenario_library, bcm_gap_analysis, recovery_status, crisis_plan_check, evidence_bundle, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-resilienceoracle https://tooloracle.io/resilience/mcp/ --- ## Aoexl URL: https://mcp-marketplace.io/server/io-github-aryansingh-aoexl-sign Summary: Create signing requests, check status, send reminders, and manage Aoexl templates. Description: Create signing requests, check status, send reminders, and manage Aoexl templates. Remote endpoints: streamable-http: https://mcp.aoexl.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: aoexl-mcp Remote URL: https://mcp.aoexl.com/mcp GitHub: https://github.com/aryansingh0203/aoexl-mcp Security Score: 9.6/10 Creator: Aryansingh0203 Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-aryansingh-aoexl-sign -- npx -y aoexl-mcp@0.2.5 Install (Claude Code Remote): claude mcp add --transport http io-github-aryansingh-aoexl-sign https://mcp.aoexl.com/mcp --- ## Tonoracle URL: https://mcp-marketplace.io/server/io-tooloracle-tonoracle Summary: TONOracle - 11 TON tools: jettons, Telegram payments, validators, smart contracts. Description: TONOracle - 11 TON tools: jettons, Telegram payments, validators, smart contracts. Remote endpoints: streamable-http: https://tooloracle.io/ton/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/ton/mcp/ GitHub: https://github.com/ToolOracle/tonoracle MCP Tools (11): ton_overview, ton_wallet_info, ton_jetton_check, ton_protocol_health, ton_defi_yields, ton_protocol_list, ton_stablecoin_risk, ton_dex_volume, ton_bridge_flows, ton_network_stats, ton_transactions Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-tonoracle https://tooloracle.io/ton/mcp/ --- ## Suioracle URL: https://mcp-marketplace.io/server/io-tooloracle-suioracle Summary: SUIOracle - 12 Sui tools: objects, modules, validators, gas, Cetus DEX, NFTs. Description: SUIOracle - 12 Sui tools: objects, modules, validators, gas, Cetus DEX, NFTs. Remote endpoints: streamable-http: https://tooloracle.io/sui/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/sui/mcp/ GitHub: https://github.com/ToolOracle/suioracle MCP Tools (9): sui_overview, sui_protocol_health, sui_object_info, sui_defi_yields, sui_protocol_list, sui_stablecoin_risk, sui_dex_volume, sui_validator_info, sui_bridge_flows Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-suioracle https://tooloracle.io/sui/mcp/ --- ## Maitabi MCP Server URL: https://mcp-marketplace.io/server/maitabi-mcp-server Summary: Search and explore Japanese alpine bus tours, mountain lodges, and trekking packages from Maitabi (毎 Description: Maitabi MCP Server provides AI agents with real-time access to Japan's premier alpine transportation and mountain tour network, **Maitabi (まいたび - 毎日新聞旅行 / 毎日あるぺん号)**. Operating across `bus.maitabi.jp` and `www.maitabi.jp`, it allows LLM-powered assistants to search mountain bus departures, filter alpine lodge packages, inspect guided trekking itineraries, compare pricing, and examine departure calendars across the Northern, Central, and Southern Japanese Alps (including Kamikochi, Tateyama Murod Category: Search & Web Mode: local Pricing: Free PyPI: maitabi-mcp-server GitHub: https://github.com/phonhay103/maitabi-mcp-server Security Score: 7.2/10 Installs: 1 Creator: User Creator Reputation: F Version: 1.0.0 Tags: maitabi, japan-alps, mountain-bus, trekking, hiking, travel, alpine, kamikochi, tateyama, hakuba, fuji, japan-travel, tour-search, fastmcp, mcp-server Use Cases: Japan Alpine Trip Planning, Mountain Bus Departure Search, Mountain Lodge Package Discovery, Guided Trekking Itinerary Exploration, Multi-filter Tour Comparison, Departure Calendar Matrix Tracking, Outdoor & Hiking Concierge Install (Claude Code): claude mcp add maitabi-mcp-server -- uvx maitabi-mcp-server==0.1.9 --- ## Zkevidenceoracle URL: https://mcp-marketplace.io/server/io-tooloracle-zkevidenceoracle Summary: ZKEvidenceOracle - 14 zero-knowledge proof tools for compliance evidence: Groth16, PLONK. Description: ZKEvidenceOracle - 14 zero-knowledge proof tools for compliance evidence: Groth16, PLONK. Remote endpoints: streamable-http: https://tooloracle.io/zk/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/zk/mcp/ GitHub: https://github.com/ToolOracle/zkevidenceoracle MCP Tools (14): create_commitment, verify_commitment, build_merkle_tree, verify_merkle_proof, create_vc, verify_vc, privacy_report, selective_disclosure, anchor_status, audit_proof, threshold_proof, obligation_proof, health_check, ping Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-zkevidenceoracle https://tooloracle.io/zk/mcp/ --- ## Linkup Company Research URL: https://mcp-marketplace.io/server/live-alpic-linkup-company-resea-2df3e8e8-linkup-company-research Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://linkup-company-resea-2df3e8e8.alpic.live sse: https://linkup-company-resea-2df3e8e8.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://linkup-company-resea-2df3e8e8.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-linkup-company-resea-2df3e8e8-linkup-company-research https://linkup-company-resea-2df3e8e8.alpic.live --- ## Opportunity URL: https://mcp-marketplace.io/server/io-github-revolutionarybukhari-opportunity-mcp Summary: Search youth opportunities (scholarships, fellowships, internships) from any AI assistant. Category: Developer Tools Mode: local Pricing: Free PyPI: opportunity-mcp GitHub: https://github.com/revolutionarybukhari/opportunity-mcp Security Score: 5.2/10 Creator: Revolutionarybukhari Creator Reputation: B Version: 0.1.1 Install (Claude Code): claude mcp add io-github-revolutionarybukhari-opportunity-mcp -- uvx opportunity-mcp==0.1.1 --- ## Gueguesser Chatgptapp URL: https://mcp-marketplace.io/server/live-alpic-gueguesser-chatgptap-68537aa2-gueguesser-chatgptapp Summary: Geography Guesser game Description: Geography Guesser game Remote endpoints: streamable-http: https://gueguesser-chatgptap-68537aa2.alpic.live sse: https://gueguesser-chatgptap-68537aa2.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gueguesser-chatgptap-68537aa2.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-gueguesser-chatgptap-68537aa2-gueguesser-chatgptapp https://gueguesser-chatgptap-68537aa2.alpic.live --- ## Open Elevation URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-open-elevation Summary: Open-Elevation MCP — terrain elevation by lat/lon (no auth) Description: Open-Elevation MCP — terrain elevation by lat/lon (no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/open-elevation/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/open-elevation/mcp GitHub: https://github.com/pipeworx-io/mcp-open-elevation MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, get_elevation, get_elevations Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-open-elevation https://gateway.pipeworx.io/open-elevation/mcp --- ## Fbi Crime URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-fbi-crime Summary: FBI Crime Data Explorer MCP — UCR/NIBRS statistics Description: FBI Crime Data Explorer MCP — UCR/NIBRS statistics Remote endpoints: streamable-http: https://gateway.pipeworx.io/fbi-crime/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/fbi-crime/mcp GitHub: https://github.com/pipeworx-io/mcp-fbi-crime MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_agencies, get_agency, national_estimate, state_summary, agency_summary, list_offense_slugs Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fbi-crime https://gateway.pipeworx.io/fbi-crime/mcp --- ## Dblp URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dblp Summary: DBLP MCP — Computer Science bibliography Description: DBLP MCP — Computer Science bibliography Remote endpoints: streamable-http: https://gateway.pipeworx.io/dblp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dblp/mcp GitHub: https://github.com/pipeworx-io/mcp-dblp MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_publications, search_authors, search_venues Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dblp https://gateway.pipeworx.io/dblp/mcp --- ## Cross Docking Coordinator URL: https://mcp-marketplace.io/server/io-github-evozim-cross-docking-coordinator-mcp Summary: Premium agentic endpoint for cross-docking-coordinator-mcp. Description: Premium agentic endpoint for cross-docking-coordinator-mcp. Remote endpoints: sse: https://api.m2mcent.com/cross-docking-coordinator-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cross-docking-coordinator-mcp/sse MCP Tools (1): cross-docking-coordinator-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cross-docking-coordinator-mcp https://api.m2mcent.com/cross-docking-coordinator-mcp/sse --- ## SwarmSync URL: https://mcp-marketplace.io/server/io-github-swarmsync-ai-conduit-mcp Summary: SwarmSync agent marketplace: discover agents, AP2 escrow payments, SwarmScore trust, LLM routing. Description: SwarmSync agent marketplace: discover agents, AP2 escrow payments, SwarmScore trust, LLM routing. Remote endpoints: streamable-http: https://api.swarmsync.ai/mcp/messages Category: Developer Tools Mode: dual Pricing: Free npm: @swarmsync/conduit-mcp Remote URL: https://api.swarmsync.ai/mcp/messages GitHub: https://github.com/swarmsync-ai/SwarmSync.AI MCP Tools (6): swarmsync_discover_agents, swarmsync_hire_agent, swarmsync_check_reputation, swarmsync_check_escrow, swarmsync_route_llm, swarmsync_register_as_agent Security Score: 8/10 Creator: Swarmsync Ai Creator Reputation: B Version: 0.1.0 Required Credentials: SWARMSYNC_API_KEY (required), SWARMSYNC_API_URL (optional) Install (Claude Code): claude mcp add io-github-swarmsync-ai-conduit-mcp -- npx -y @swarmsync/conduit-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-swarmsync-ai-conduit-mcp https://api.swarmsync.ai/mcp/messages --- ## Enigma URL: https://mcp-marketplace.io/server/com-enigma-enigma-mcp-server Summary: An MCP server that provides access to trusted data about business identity and activity Description: An MCP server that provides access to trusted data about business identity and activity Remote endpoints: streamable-http: https://mcp.enigma.com/http streamable-http: https://mcp.enigma.com/http-key sse: https://mcp.enigma.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.enigma.com/http Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-enigma-enigma-mcp-server https://mcp.enigma.com/http --- ## Node Email URL: https://mcp-marketplace.io/server/live-alpic-node-email-mcp-b25f10ec-node-email-mcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://node-email-mcp-b25f10ec.alpic.live sse: https://node-email-mcp-b25f10ec.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-email-mcp-b25f10ec.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-node-email-mcp-b25f10ec-node-email-mcp https://node-email-mcp-b25f10ec.alpic.live --- ## Ampel URL: https://mcp-marketplace.io/server/io-tooloracle-ampel Summary: AmpelOracle — 50-tool compliance traffic-light: Go/Caution/Stop signals for ESG, MiCA, AML. Description: AmpelOracle — 50-tool compliance traffic-light: Go/Caution/Stop signals for ESG, MiCA, AML. Remote endpoints: streamable-http: https://tooloracle.io/ampel/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/ampel/mcp/ GitHub: https://github.com/ToolOracle/ampel MCP Tools (50): readiness_check, article_status, gap_report, evidence_summary, collect_art10, entity_list, create_entity, audit_trail, generate_report, freshness_check, bridge_report, register_provider, check_contract, assess_all, onboard_entity, bridge_resolve, bridge_approve, bridge_status, reg_watchdog, azure_ad_check, servicenow_sync, llm_clause_check, cross_oracle_assess, health_check, ping, bus_status, escalation_status, run_escalation, whatif_provider, whatif_stale, board_summary, update_finding, retest_finding, score_trend, dependency_graph, incident_flow, evidence_pack, provider_country_risk, contract_upload, contract_analyze, contract_status, cross_regulation_check, regulation_impact, bafin_report_draft, bafin_approve_send, cve_asset_map, policy_draft, create_trial, run_trial_assessment, generate_trial_report Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-ampel https://tooloracle.io/ampel/mcp/ --- ## Seooraclev2 URL: https://mcp-marketplace.io/server/io-tooloracle-seooraclev2 Summary: SEOOracle v2 - 7 next-gen SEO tools: AI overview tracking, GEO/AEO, entity coverage. Description: SEOOracle v2 - 7 next-gen SEO tools: AI overview tracking, GEO/AEO, entity coverage. Remote endpoints: streamable-http: https://tooloracle.io/seo2/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/seo2/mcp/ GitHub: https://github.com/ToolOracle/seooraclev2 MCP Tools (7): seo_audit, pagespeed, keyword_research, serp_preview, competitor_seo, backlink_check, health_check Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-seooraclev2 https://tooloracle.io/seo2/mcp/ --- ## Alpic Poc Frontend URL: https://mcp-marketplace.io/server/live-alpic-staging-alpic-poc-frontend-c68d130f-alpic-poc-frontend Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://alpic-poc-frontend-c68d130f.staging.alpic.live sse: https://alpic-poc-frontend-c68d130f.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://alpic-poc-frontend-c68d130f.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-alpic-poc-frontend-c68d130f-alpic-poc-frontend https://alpic-poc-frontend-c68d130f.staging.alpic.live --- ## Dora URL: https://mcp-marketplace.io/server/io-tooloracle-dora Summary: DORAOracle — 15 tools for DORA Art.5-32: risk register, ICT incidents, TLPT, third-party. Description: DORAOracle — 15 tools for DORA Art.5-32: risk register, ICT incidents, TLPT, third-party. Remote endpoints: streamable-http: https://tooloracle.io/dora/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/dora/mcp/ GitHub: https://github.com/ToolOracle/dora MCP Tools (15): cve_search, cve_latest, kev_list, kev_check, cert_advisories, breach_check, threat_actors, incident_timeline, mitre_techniques, tlpt_scenarios, cloud_status, provider_risk, dora_news, dora_calendar, health_check Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-dora https://tooloracle.io/dora/mcp/ --- ## Trustlayer URL: https://mcp-marketplace.io/server/io-tooloracle-trustlayer Summary: FeedOracle Trust Layer - 10-tool cross-server trust: signing, anchoring, verification. Description: FeedOracle Trust Layer - 10-tool cross-server trust: signing, anchoring, verification. Remote endpoints: streamable-http: https://tooloracle.io/trust/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/trust/mcp/ GitHub: https://github.com/ToolOracle/trustlayer MCP Tools (10): verify_claim, get_signed_fact, provenance_trace, freshness_guard, hallucination_check, verify_signature, confidence_gate, evidence_anchor, agent_reputation, trust_status Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-trustlayer https://tooloracle.io/trust/mcp/ --- ## German Grocery Assistant URL: https://mcp-marketplace.io/server/ai-offerhopper-mcp-german-grocery-assistant Summary: Live prices, deals & optimal multi-stop shopping routes for German grocery & drug stores. Description: Live prices, deals & optimal multi-stop shopping routes for German grocery & drug stores. Remote endpoints: streamable-http: https://mcp.offerhopper.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.offerhopper.ai/mcp MCP Tools (1): plan_optimal_shopping_route Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-offerhopper-mcp-german-grocery-assistant https://mcp.offerhopper.ai/mcp --- ## Lennys Podcast URL: https://mcp-marketplace.io/server/io-usewire-lennys-podcast Summary: Search 286 episodes of product management wisdom from top leaders at Figma, Airbnb, Linear. Description: Search 286 episodes of product management wisdom from top leaders at Figma, Airbnb, Linear. Remote endpoints: streamable-http: https://wire-public.mcp.usewire.io/container/ogYiGchr47Fcjb4i/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://wire-public.mcp.usewire.io/container/ogYiGchr47Fcjb4i/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-usewire-lennys-podcast https://wire-public.mcp.usewire.io/container/ogYiGchr47Fcjb4i/mcp --- ## Earn10 Clawtasks Deliverables URL: https://mcp-marketplace.io/server/io-github-olddun-agent-revenue-copilot Summary: MCP/x402 starter audit; payment-ready buyers call buy_now first. Description: MCP/x402 starter audit; payment-ready buyers call buy_now first. Remote endpoints: streamable-http: https://doctors-lighting-facial-admissions.trycloudflare.com/agent-revenue-copilot/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://doctors-lighting-facial-admissions.trycloudflare.com/agent-revenue-copilot/mcp GitHub: https://github.com/Olddun/earn10-clawtasks-deliverables MCP Tools (12): product_manifest, buy_now, route_triage, buyer_routes, checkout_diagnostics, operator_approval_request, buyer_intent_intake, first_dollar_brief_intake, payment_evidence_intake, free_playbook, failure_paths, payment_status Security Score: 10/10 Creator: Olddun Creator Reputation: B Version: 0.1.41 Install (Claude Code Remote): claude mcp add --transport http io-github-olddun-agent-revenue-copilot https://doctors-lighting-facial-admissions.trycloudflare.com/agent-revenue-copilot/mcp --- ## Injectshield URL: https://mcp-marketplace.io/server/io-github-bch1212-injectshield Summary: Prompt-injection firewall for AI agents — scan untrusted text before LLM calls. Category: Developer Tools Mode: local Pricing: Free npm: @injectshield/mcp GitHub: https://github.com/bch1212/injectshield Security Score: 4.2/10 Creator: Bch1212 Creator Reputation: B Version: 0.1.4 Required Credentials: INJECTSHIELD_API_KEY (required), INJECTSHIELD_API_BASE (optional) Install (Claude Code): claude mcp add io-github-bch1212-injectshield -- npx -y @injectshield/mcp --- ## Courier URL: https://mcp-marketplace.io/server/io-github-antonioac1-courier Summary: Continuity protocol for autonomous AI agents. Agent messaging with SMTP bridge and LN payments. Description: Continuity protocol for autonomous AI agents. Agent messaging with SMTP bridge and LN payments. Remote endpoints: streamable-http: https://getcourier.dev Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getcourier.dev GitHub: https://github.com/antonioac1/courier Security Score: 9.9/10 Creator: Antonioac1 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-antonioac1-courier https://getcourier.dev --- ## Token Meter URL: https://mcp-marketplace.io/server/io-github-whdrnr2583-cmd-token-meter Summary: Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown. Category: Developer Tools Mode: local Pricing: Free npm: @whdrnr2583/token-meter GitHub: https://github.com/whdrnr2583-cmd/token-meter Security Score: 4.2/10 Creator: Whdrnr2583 Cmd Creator Reputation: B Version: 0.1.17 Install (Claude Code): claude mcp add io-github-whdrnr2583-cmd-token-meter -- npx -y @whdrnr2583/token-meter@0.1.17 --- ## Malwarebazaar URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-malwarebazaar Summary: MalwareBazaar MCP — abuse.ch malware sample database (free, key required) Description: MalwareBazaar MCP — abuse.ch malware sample database (free, key required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/malwarebazaar/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/malwarebazaar/mcp GitHub: https://github.com/pipeworx-io/mcp-malwarebazaar MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, get_sample_info, search_tag, search_family, search_signature, recent_samples Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-malwarebazaar https://gateway.pipeworx.io/malwarebazaar/mcp --- ## My URL: https://mcp-marketplace.io/server/live-alpic-staging-system-prompts-of-ai-987eba72-my-mcp-server Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://system-prompts-of-ai-987eba72.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://system-prompts-of-ai-987eba72.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-system-prompts-of-ai-987eba72-my-mcp-server https://system-prompts-of-ai-987eba72.staging.alpic.live --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-google-maps Summary: Geocode addresses, calculate directions, and search places with maps and routing Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-google-maps GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-google-maps -- uvx mcparmory-google-maps --- ## Mftool URL: https://mcp-marketplace.io/server/io-github-nayakwadis-mftool-mcp Summary: MCP Server for publicly available Indian Mutual Funds data Category: Developer Tools Mode: local Pricing: Free PyPI: mftool-mcp GitHub: https://github.com/NayakwadiS/mftool-mcp Security Score: 5.2/10 Creator: NayakwadiS Creator Reputation: B Version: 1.1.0 Install (Claude Code): claude mcp add io-github-nayakwadis-mftool-mcp -- uvx mftool-mcp==0.3.0 --- ## Obris URL: https://mcp-marketplace.io/server/ai-obris-mcp Summary: Stop re-explaining yourself to AI. Save knowledge once, use it in every conversation. Description: Stop re-explaining yourself to AI. Save knowledge once, use it in every conversation. Remote endpoints: streamable-http: https://mcp.obris.ai/ Category: Developer Tools Mode: dual Pricing: Free PyPI: obris-mcp Remote URL: https://mcp.obris.ai/ GitHub: https://github.com/obris-dev/obris-mcp Security Score: 8/10 Creator: Obris Creator Reputation: B Version: 0.4.0 Required Credentials: OBRIS_API_KEY (required) Install (Claude Code): claude mcp add ai-obris-mcp -- uvx obris-mcp Install (Claude Code Remote): claude mcp add --transport http ai-obris-mcp https://mcp.obris.ai/ --- ## Singular URL: https://mcp-marketplace.io/server/net-singular-mcp-server Summary: Marketing intelligence MCP server providing campaign performance data and analytics tools. Description: Marketing intelligence MCP server providing campaign performance data and analytics tools. Remote endpoints: sse: https://mcp.singular.net/mcp-server/mcp streamable-http: https://mcp.singular.net/mcp-server/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.singular.net/mcp-server/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-singular-mcp-server https://mcp.singular.net/mcp-server/mcp --- ## Doc2 URL: https://mcp-marketplace.io/server/io-github-doc2mcp-stocksense-ai Summary: MCP server for stocksense-ai documentation, generated by doc2mcp. Description: MCP server for stocksense-ai documentation, generated by doc2mcp. Remote endpoints: streamable-http: https://doc2mcp.site/api/mcp/d7de7361-0a4a-4deb-b2a5-0849d5bb0a34/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://doc2mcp.site/api/mcp/d7de7361-0a4a-4deb-b2a5-0849d5bb0a34/mcp GitHub: https://github.com/doc2mcp/doc2mcp Security Score: 10/10 Creator: Doc2mcp Creator Reputation: B Version: 1.0.1783197997 Install (Claude Code Remote): claude mcp add --transport http io-github-doc2mcp-stocksense-ai https://doc2mcp.site/api/mcp/d7de7361-0a4a-4deb-b2a5-0849d5bb0a34/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-klaviyo Summary: Create and manage email campaigns, lists, and marketing automation Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-klaviyo GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-klaviyo -- uvx mcparmory-klaviyo --- ## Sparkforge URL: https://mcp-marketplace.io/server/sh-sparkforge-sparkforge Summary: 20+ pay-per-use APIs: image gen, crypto data, email verify, SSL check, web scraping, and more. Description: 20+ pay-per-use APIs: image gen, crypto data, email verify, SSL check, web scraping, and more. Remote endpoints: streamable-http: https://sparkforge.sh/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://sparkforge.sh/mcp GitHub: https://github.com/henry-ships/sparkforge Security Score: 0.5/10 Creator: Henry Ships Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http sh-sparkforge-sparkforge https://sparkforge.sh/mcp --- ## Template URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-8068f74b-mcp-server-template Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://mcp-server-template-8068f74b.staging.alpic.live sse: https://mcp-server-template-8068f74b.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template-8068f74b.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-8068f74b-mcp-server-template https://mcp-server-template-8068f74b.staging.alpic.live --- ## Node Email URL: https://mcp-marketplace.io/server/live-alpic-staging-node-email-mcp-a629b9bc-node-email-mcp Summary: Non functional server (yet) Description: Non functional server (yet) Remote endpoints: streamable-http: https://node-email-mcp-a629b9bc.staging.alpic.live sse: https://node-email-mcp-a629b9bc.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-email-mcp-a629b9bc.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-node-email-mcp-a629b9bc-node-email-mcp https://node-email-mcp-a629b9bc.staging.alpic.live --- ## Property Search URL: https://mcp-marketplace.io/server/live-alpic-staging-property-search-mcp-ce598409-property-search-mcp Summary: Work in progress (for now) Description: Work in progress (for now) Remote endpoints: streamable-http: https://property-search-mcp-ce598409.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://property-search-mcp-ce598409.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.10 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-property-search-mcp-ce598409-property-search-mcp https://property-search-mcp-ce598409.staging.alpic.live --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-launchdarkly Summary: Manage feature flags, segments, projects, environments, and team members Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-launchdarkly GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add com-mcparmory-launchdarkly -- uvx mcparmory-launchdarkly --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-datadog Summary: Monitor infrastructure, manage agents and deployments, track metrics, logs, and events Category: Data & Analytics Mode: local Pricing: Free PyPI: mcparmory-datadog GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-datadog -- uvx mcparmory-datadog --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-google-analytics Summary: Query GA4 analytics data with custom reports, pivot tables, and audience exports Category: Data & Analytics Mode: local Pricing: Free PyPI: mcparmory-google-analytics GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-google-analytics -- uvx mcparmory-google-analytics --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-customerio-journeys-track Summary: Track customer data, manage audience segments, and trigger personalized campaigns Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-customerio-journeys-track GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add com-mcparmory-customerio-journeys-track -- uvx mcparmory-customerio-journeys-track --- ## Template URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-99cbcf02-mcp-server-template Summary: Not ready (yet!) Description: Not ready (yet!) Remote endpoints: streamable-http: https://mcp-server-template-99cbcf02.staging.alpic.live sse: https://mcp-server-template-99cbcf02.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template-99cbcf02.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-99cbcf02-mcp-server-template https://mcp-server-template-99cbcf02.staging.alpic.live --- ## Template Server URL: https://mcp-marketplace.io/server/live-alpic-template-server-8e74ee32-template-server Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://template-server-8e74ee32.alpic.live sse: https://template-server-8e74ee32.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://template-server-8e74ee32.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-template-server-8e74ee32-template-server https://template-server-8e74ee32.alpic.live --- ## Investigation Game URL: https://mcp-marketplace.io/server/tech-skybridge-investigation-game-investigation-game Summary: Find out who killed Claude by interrogating the LLM driven suspects... Description: Find out who killed Claude by interrogating the LLM driven suspects... Remote endpoints: streamable-http: https://investigation-game.skybridge.tech sse: https://investigation-game.skybridge.tech Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://investigation-game.skybridge.tech Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http tech-skybridge-investigation-game-investigation-game https://investigation-game.skybridge.tech --- ## Deooch Forms URL: https://mcp-marketplace.io/server/io-github-musaib001-deooch-forms Summary: Create forms, edit fields, and read submissions from Claude, ChatGPT, or any MCP client. Description: Create forms, edit fields, and read submissions from Claude, ChatGPT, or any MCP client. Remote endpoints: streamable-http: https://forms.deooch.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://forms.deooch.com/api/mcp GitHub: https://github.com/musaib001/deooch-forms Security Score: 8/10 Creator: Musaib001 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-musaib001-deooch-forms https://forms.deooch.com/api/mcp --- ## Worldbank Poverty URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-worldbank-poverty Summary: World Bank Poverty and Inequality Platform (PIP) MCP. Description: World Bank Poverty and Inequality Platform (PIP) MCP. Remote endpoints: streamable-http: https://gateway.pipeworx.io/worldbank-poverty/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/worldbank-poverty/mcp GitHub: https://github.com/pipeworx-io/mcp-worldbank-poverty MCP Tools (22): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, pipeworx_trending, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_poverty, get_poverty_regional, list_reference Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-worldbank-poverty https://gateway.pipeworx.io/worldbank-poverty/mcp --- ## MCP Image Metadata URL: https://mcp-marketplace.io/server/mcp-image-metadata Summary: Extract EXIF, GPS, IPTC, XMP metadata from any image with freemium and x402 USDC payments. Description: MCP Image Metadata is a Model Context Protocol server that extracts rich metadata from images. It provides EXIF data (camera make/model, ISO, aperture, shutter speed), GPS coordinates, IPTC fields (keywords, captions, copyright), and XMP metadata. Features include 50 free requests per wallet, x402 payment integration for USDC, batch processing up to 50 images, manipulation detection for forensic analysis, and automatic file cleanup after processing. Perfect for AI agents, stock photo platforms, Category: Content & Media Mode: dual Pricing: Free Remote URL: https://mcp-image-metadata.onrender.com GitHub: https://github.com/jicoing/mcp-image-metadata.git Security Score: 10/10 Installs: 1 Creator: komla Creator Reputation: F Version: 1.0.0 Uptime Status: up Tags: mcp, metadata, exif, gps, iptc, xmp, image, photos, media, x402, payments, usdc, blockchain, ai, tools Use Cases: Image metadata extraction, Photo provenance verification, GPS location extraction, Copyright detection, AI vision model enrichment, E-commerce product listings, Digital forensics, Stock photo platforms, Marketing analytics Required Credentials: PORT (optional), X402_API_KEY (optional), X402_WALLET_ADDRESS (optional), X402_NETWORK (optional), FREEMIUM_LIMIT (optional) Install (Claude Code Remote): claude mcp add --transport http mcp-image-metadata https://mcp-image-metadata.onrender.com --- ## Jp Crypto Tax Rules URL: https://mcp-marketplace.io/server/io-github-kodandy-jp-crypto-tax-rules Summary: Machine-readable Japanese crypto-asset tax rules for AI agents: rules-as-code with citations, x402. Description: Machine-readable Japanese crypto-asset tax rules for AI agents: rules-as-code with citations, x402. Remote endpoints: streamable-http: https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp GitHub: https://github.com/kodandy/jp-crypto-tax-rules-mcp MCP Tools (4): list_tax_rules, get_tax_rule, get_tax_parameters, get_rule_pack Security Score: 10/10 Creator: Kodandy Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kodandy-jp-crypto-tax-rules https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp --- ## Template Server URL: https://mcp-marketplace.io/server/live-alpic-template-server-ed7df515-template-server Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://template-server-ed7df515.alpic.live sse: https://template-server-ed7df515.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://template-server-ed7df515.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-template-server-ed7df515-template-server https://template-server-ed7df515.alpic.live --- ## Registry URL: https://mcp-marketplace.io/server/site-qrrapido-qr-generator Summary: Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents. Description: Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents. Remote endpoints: streamable-http: https://qrrapido.site/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qrrapido.site/api/mcp GitHub: https://github.com/modelcontextprotocol/registry Security Score: 10/10 Creator: Modelcontextprotocol Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http site-qrrapido-qr-generator https://qrrapido.site/api/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-postman Summary: Create, organize, and manage API collections, specifications, and team workspaces Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-postman GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-postman -- uvx mcparmory-postman --- ## REVIT MCP Study URL: https://mcp-marketplace.io/server/io-github-shuotao-revit-mcp-server Summary: MCP Server for Revit integration - AI-Powered Revit Control Category: Developer Tools Mode: local Pricing: Free npm: @shuotao/revit-mcp-server GitHub: https://github.com/shuotao/REVIT_MCP_study Security Score: 3.8/10 Creator: Shuotao Creator Reputation: B Version: 1.6.0 Install (Claude Code): claude mcp add io-github-shuotao-revit-mcp-server -- npx -y @shuotao/revit-mcp-server@1.6.0 --- ## Rally URL: https://mcp-marketplace.io/server/space-rally-mcp-server Summary: Tools for Go-to-market teams creating sales materials, product demos, and deal rooms for customers. Description: Tools for Go-to-market teams creating sales materials, product demos, and deal rooms for customers. Remote endpoints: streamable-http: https://agents.rallyspace.io/mcp streamable-http: https://agents.rallyspace.io/mcp/public Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agents.rallyspace.io/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http space-rally-mcp-server https://agents.rallyspace.io/mcp --- ## Capitals URL: https://mcp-marketplace.io/server/tech-skybridge-capitals-capitals Summary: Example MCP and ChatGPT App based on Skybridge framework showing capitals in a world map Description: Example MCP and ChatGPT App based on Skybridge framework showing capitals in a world map Remote endpoints: streamable-http: https://capitals.skybridge.tech sse: https://capitals.skybridge.tech Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://capitals.skybridge.tech Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http tech-skybridge-capitals-capitals https://capitals.skybridge.tech --- ## Doaj URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-doaj Summary: DOAJ MCP — Directory of Open Access Journals Description: DOAJ MCP — Directory of Open Access Journals Remote endpoints: streamable-http: https://gateway.pipeworx.io/doaj/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/doaj/mcp GitHub: https://github.com/pipeworx-io/mcp-doaj MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_articles, search_journals, get_article, get_journal Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-doaj https://gateway.pipeworx.io/doaj/mcp --- ## Crinkl Commerce URL: https://mcp-marketplace.io/server/xyz-crinkl-mcp-crinkl-commerce Summary: Verified commerce data and proof-backed shopper activation tools for agents. Description: Verified commerce data and proof-backed shopper activation tools for agents. Remote endpoints: streamable-http: https://mcp.crinkl.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.crinkl.xyz/mcp MCP Tools (22): get-protocol-summary, get-cumulative-gmv, get-daily-gmv, get-trailing-gmv, get-spend-signals, resolve-cbsa, get-merchant-summary, get-spend-distribution, get-settlement-summary, get-gmv-inclusion-proof, verify-reward-commitment, verify-issued-gmv, get-recent-issued-proofs, get-issuer-keys, get-reward-policy, get-agent-capabilities, get-vendors, pair-agent, claim-api-key, verify-receipt, submit-receipt, get-agent-me Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http xyz-crinkl-mcp-crinkl-commerce https://mcp.crinkl.xyz/mcp --- ## Template Nodejs URL: https://mcp-marketplace.io/server/live-alpic-staging-template-nodejs-d3cd3099-template-nodejs Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://template-nodejs-d3cd3099.staging.alpic.live sse: https://template-nodejs-d3cd3099.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://template-nodejs-d3cd3099.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-template-nodejs-d3cd3099-template-nodejs https://template-nodejs-d3cd3099.staging.alpic.live --- ## Crop Yield Insurance URL: https://mcp-marketplace.io/server/io-github-evozim-crop-yield-insurance-mcp Summary: Premium agentic endpoint for crop-yield-insurance-mcp. Description: Premium agentic endpoint for crop-yield-insurance-mcp. Remote endpoints: sse: https://api.m2mcent.com/crop-yield-insurance-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/crop-yield-insurance-mcp/sse MCP Tools (1): crop-yield-insurance-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-crop-yield-insurance-mcp https://api.m2mcent.com/crop-yield-insurance-mcp/sse --- ## Darkweb Breach URL: https://mcp-marketplace.io/server/io-github-evozim-darkweb-breach Summary: OSINT dark web database search tool detecting credential leaks. Description: OSINT dark web database search tool detecting credential leaks. Remote endpoints: sse: https://darkweb-breach-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://darkweb-breach-mcp.vercel.app/api/mcp MCP Tools (1): scan Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-darkweb-breach https://darkweb-breach-mcp.vercel.app/api/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-alpha-vantage Summary: Track stock prices, search symbols, and compute 50+ technical indicators Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-alpha-vantage GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-alpha-vantage -- uvx mcparmory-alpha-vantage --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-pinecone Summary: Create and manage vector database indexes, backups, and collections Category: AI & ML Mode: local Pricing: Free PyPI: mcparmory-pinecone GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-pinecone -- uvx mcparmory-pinecone --- ## Everything URL: https://mcp-marketplace.io/server/tech-skybridge-everything-everything Summary: Example and testing ChatGPT and MCP App showcasing all the features of the Skybridge framework Description: Example and testing ChatGPT and MCP App showcasing all the features of the Skybridge framework Remote endpoints: streamable-http: https://everything.skybridge.tech sse: https://everything.skybridge.tech Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://everything.skybridge.tech Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http tech-skybridge-everything-everything https://everything.skybridge.tech --- ## Signaliz URL: https://mcp-marketplace.io/server/io-github-signaliz-signaliz-mcp Summary: B2B lead generation, email verification, company enrichment, and agentic GTM Ops. Description: B2B lead generation, email verification, company enrichment, and agentic GTM Ops. Remote endpoints: streamable-http: https://api.signaliz.com/functions/v1/signaliz-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.signaliz.com/functions/v1/signaliz-mcp GitHub: https://github.com/signaliz/signaliz-mcp Security Score: 10/10 Creator: Signaliz Creator Reputation: B Version: 2.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-signaliz-signaliz-mcp https://api.signaliz.com/functions/v1/signaliz-mcp --- ## Gosce Agents URL: https://mcp-marketplace.io/server/io-github-mikerawsonnz-authenticated-multi-llm-agent Summary: Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f Description: Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f Remote endpoints: streamable-http: https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp GitHub: https://github.com/mikerawsonnz/gosce-agents MCP Tools (1): invoke Security Score: 10/10 Creator: Mikerawsonnz Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mikerawsonnz-authenticated-multi-llm-agent https://anthropic-google-auth-oauthlib-mc-70ac16.getvda.ai/mcp --- ## Catalog URL: https://mcp-marketplace.io/server/de-wokonsole-catalog Summary: Deutscher Preisvergleich für Spielekonsolen – Bestpreis-Suche (read-only). Description: Deutscher Preisvergleich für Spielekonsolen – Bestpreis-Suche (read-only). Remote endpoints: streamable-http: https://wokonsole.de/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wokonsole.de/api/mcp MCP Tools (2): search_offers, lookup_product Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-wokonsole-catalog https://wokonsole.de/api/mcp --- ## Canyougrab Api URL: https://mcp-marketplace.io/server/io-github-ericismaking-canyougrab Summary: Confidence-scored domain availability checking for AI agents via CanYouGrab.it Description: Confidence-scored domain availability checking for AI agents via CanYouGrab.it Remote endpoints: streamable-http: https://api.canyougrab.it/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-server-canyougrab Remote URL: https://api.canyougrab.it/mcp GitHub: https://github.com/ericismaking/canyougrab-api MCP Tools (3): check_domains, check_usage, get_domain_info Security Score: 8/10 Creator: Ericismaking Creator Reputation: B Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ericismaking-canyougrab -- uvx mcp-server-canyougrab Install (Claude Code Remote): claude mcp add --transport http io-github-ericismaking-canyougrab https://api.canyougrab.it/mcp --- ## Productivity URL: https://mcp-marketplace.io/server/tech-skybridge-productivity-productivity Summary: Skybridge Productivity MCP App Example Description: Skybridge Productivity MCP App Example Remote endpoints: streamable-http: https://productivity.skybridge.tech sse: https://productivity.skybridge.tech Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://productivity.skybridge.tech Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http tech-skybridge-productivity-productivity https://productivity.skybridge.tech --- ## Satrank URL: https://mcp-marketplace.io/server/dev-satrank-mcp Summary: Lightning trust + audit oracle. Score, pay, and audit L402 endpoints with Ed25519 receipts. Category: Developer Tools Mode: local Pricing: Free npm: satrank-mcp GitHub: https://github.com/proofoftrust21/satrank Security Score: 4.2/10 Creator: Proofoftrust21 Creator Reputation: B Version: 1.0.1 Required Credentials: SATRANK_API_BASE (optional) Install (Claude Code): claude mcp add dev-satrank-mcp -- npx -y satrank-mcp --- ## Spotify URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-spotify Summary: Spotify MCP — Web API via client_credentials OAuth Description: Spotify MCP — Web API via client_credentials OAuth Remote endpoints: streamable-http: https://gateway.pipeworx.io/spotify/mcp Category: Content & Media Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/spotify/mcp GitHub: https://github.com/pipeworx-io/mcp-spotify MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_track, get_artist, get_album, get_artist_top_tracks, get_audio_features Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-spotify https://gateway.pipeworx.io/spotify/mcp --- ## Entreprises Fr URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-entreprises-fr Summary: French Companies MCP — recherche-entreprises.api.gouv.fr Description: French Companies MCP — recherche-entreprises.api.gouv.fr Remote endpoints: streamable-http: https://gateway.pipeworx.io/entreprises-fr/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/entreprises-fr/mcp GitHub: https://github.com/pipeworx-io/mcp-entreprises-fr MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_enterprise, nearby Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-entreprises-fr https://gateway.pipeworx.io/entreprises-fr/mcp --- ## Template Nodejs URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-1488dac2-mcp-server-template-nodejs Summary: Non functional server (yet) Description: Non functional server (yet) Remote endpoints: streamable-http: https://mcp-server-template--1488dac2.staging.alpic.live sse: https://mcp-server-template--1488dac2.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template--1488dac2.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.5 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-1488dac2-mcp-server-template-nodejs https://mcp-server-template--1488dac2.staging.alpic.live --- ## Ecom Carousel URL: https://mcp-marketplace.io/server/tech-skybridge-ecommerce-ecom-carousel Summary: Example MCP App based on Skybridge framework showing an e-commerce products based on request Description: Example MCP App based on Skybridge framework showing an e-commerce products based on request Remote endpoints: streamable-http: https://ecommerce.skybridge.tech sse: https://ecommerce.skybridge.tech Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ecommerce.skybridge.tech Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http tech-skybridge-ecommerce-ecom-carousel https://ecommerce.skybridge.tech --- ## Cross Modal Embedding Aligner URL: https://mcp-marketplace.io/server/io-github-evozim-cross-modal-embedding-aligner-mcp Summary: Premium agentic endpoint for cross-modal-embedding-aligner-mcp. Description: Premium agentic endpoint for cross-modal-embedding-aligner-mcp. Remote endpoints: sse: https://api.m2mcent.com/cross-modal-embedding-aligner-mcp/sse Category: AI & ML Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cross-modal-embedding-aligner-mcp/sse MCP Tools (1): cross-modal-embedding-aligner-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cross-modal-embedding-aligner-mcp https://api.m2mcent.com/cross-modal-embedding-aligner-mcp/sse --- ## Aim URL: https://mcp-marketplace.io/server/com-startaiming-aim Summary: Market knowledge layer for AI agents: competitors, opinions and regulations shaping your market. Description: Market knowledge layer for AI agents: competitors, opinions and regulations shaping your market. Remote endpoints: streamable-http: https://mcp.startaiming.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.startaiming.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-startaiming-aim https://mcp.startaiming.com/mcp --- ## Template URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-template-e37c5898-mcp-template Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://mcp-template-e37c5898.staging.alpic.live sse: https://mcp-template-e37c5898.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-template-e37c5898.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.4 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-template-e37c5898-mcp-template https://mcp-template-e37c5898.staging.alpic.live --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-firecrawl Summary: Scrape, crawl, and extract structured data from websites at scale Category: Search & Web Mode: local Pricing: Free PyPI: mcparmory-firecrawl GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-firecrawl -- uvx mcparmory-firecrawl --- ## Dexscreener URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dexscreener Summary: DEX Screener MCP — DEX price/liquidity/volume data Description: DEX Screener MCP — DEX price/liquidity/volume data Remote endpoints: streamable-http: https://gateway.pipeworx.io/dexscreener/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dexscreener/mcp GitHub: https://github.com/pipeworx-io/mcp-dexscreener MCP Tools (36): ask_pipeworx, ask_pipeworx_grounded, search_within, deep_research, discover_tools, resolve_entity, compare_entities, subscribe, unsubscribe, list_subscriptions, recent_alerts, entity_profile, recent_changes, validate_claim, scan_dependency, bet_research, polymarket_arbitrage, polymarket_edges, polymarket_kalshi_spread, polymarket_fill_risk, polymarket_edge_tracker, pipeworx_trending, suggest_questions, generate_llms_txt, ai_visibility_check, scan_competitor_ai_presence, pipeworx_feedback, remember, recall, forget, get_pair, get_token, search_pairs, latest_token_profiles, latest_boosted_tokens, token_boosts_top Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dexscreener https://gateway.pipeworx.io/dexscreener/mcp --- ## Triall URL: https://mcp-marketplace.io/server/io-github-maartenrischen-triall Summary: Multiple AIs peer-review and debate your question, then return one fact-checked answer. Description: Multiple AIs peer-review and debate your question, then return one fact-checked answer. Remote endpoints: streamable-http: https://api.triall.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.triall.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-maartenrischen-triall https://api.triall.ai/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-airtable Summary: Create, read, update, and delete records in Airtable bases and tables Category: Productivity Mode: local Pricing: Free PyPI: mcparmory-airtable GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-airtable -- uvx mcparmory-airtable --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-asana Summary: Manage tasks, projects, portfolios, and team workflows Category: Business Tools Mode: local Pricing: Free PyPI: mcparmory-asana GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add com-mcparmory-asana -- uvx mcparmory-asana --- ## Python Email URL: https://mcp-marketplace.io/server/live-alpic-staging-python-email-mcp-f5c8e0a7-python-email-mcp Summary: Still WiP Description: Still WiP Remote endpoints: streamable-http: https://python-email-mcp-f5c8e0a7.staging.alpic.live sse: https://python-email-mcp-f5c8e0a7.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://python-email-mcp-f5c8e0a7.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-python-email-mcp-f5c8e0a7-python-email-mcp https://python-email-mcp-f5c8e0a7.staging.alpic.live --- ## Node Email URL: https://mcp-marketplace.io/server/live-alpic-staging-node-email-mcp-25ea0992-node-email-mcp Summary: Still work in progress Description: Still work in progress Remote endpoints: streamable-http: https://node-email-mcp-25ea0992.staging.alpic.live sse: https://node-email-mcp-25ea0992.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-email-mcp-25ea0992.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-node-email-mcp-25ea0992-node-email-mcp https://node-email-mcp-25ea0992.staging.alpic.live --- ## Node Email URL: https://mcp-marketplace.io/server/live-alpic-staging-node-email-mcp-731b03b7-node-email-mcp Summary: Non functional server (yet) Description: Non functional server (yet) Remote endpoints: streamable-http: https://node-email-mcp-731b03b7.staging.alpic.live sse: https://node-email-mcp-731b03b7.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-email-mcp-731b03b7.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-node-email-mcp-731b03b7-node-email-mcp https://node-email-mcp-731b03b7.staging.alpic.live --- ## Skybridge URL: https://mcp-marketplace.io/server/live-alpic-staging-skybridge-712c1350-skybridge Summary: A great map with info on Capitals all around the world Description: A great map with info on Capitals all around the world Remote endpoints: streamable-http: https://skybridge-712c1350.staging.alpic.live sse: https://skybridge-712c1350.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://skybridge-712c1350.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-skybridge-712c1350-skybridge https://skybridge-712c1350.staging.alpic.live --- ## Tube Search URL: https://mcp-marketplace.io/server/io-github-archivarix-com-tube-search-mcp Summary: Search archived YouTube videos including deleted, private, or region-blocked content. Category: Developer Tools Mode: local Pricing: Free npm: tube-search-mcp GitHub: https://github.com/Archivarix-com/tube-search-mcp Security Score: 10/10 Creator: Archivarix Com Creator Reputation: B Version: 1.0.4 Required Credentials: TUBE_API_KEY (required) Install (Claude Code): claude mcp add io-github-archivarix-com-tube-search-mcp -- npx -y tube-search-mcp@1.0.4 --- ## Legacy Migrator URL: https://mcp-marketplace.io/server/io-github-evozim-legacy-migrator Summary: Automated code modernizer converting legacy logic to ESNext. Description: Automated code modernizer converting legacy logic to ESNext. Remote endpoints: sse: https://legacy-migrator-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://legacy-migrator-mcp.vercel.app/api/mcp MCP Tools (1): migrate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-legacy-migrator https://legacy-migrator-mcp.vercel.app/api/mcp --- ## Localgov URL: https://mcp-marketplace.io/server/io-github-localgov-jp-mcp-server Summary: Japan central + municipal subsidies (20,810 grants, 1,627 munis). 8 tools beyond Jグランツ MCP. Description: Japan central + municipal subsidies (20,810 grants, 1,627 munis). 8 tools beyond Jグランツ MCP. Remote endpoints: streamable-http: https://localgov.jp/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @localgov-jp/mcp-server Remote URL: https://localgov.jp/mcp GitHub: https://github.com/localgov-jp/localgov-mcp-server Security Score: 4.8/10 Creator: Localgov Jp Creator Reputation: B Version: 0.2.3 Install (Claude Code): claude mcp add io-github-localgov-jp-mcp-server -- npx -y @localgov-jp/mcp-server@0.2.3 Install (Claude Code Remote): claude mcp add --transport http io-github-localgov-jp-mcp-server https://localgov.jp/mcp --- ## Crypto Dispute Mediator URL: https://mcp-marketplace.io/server/io-github-evozim-crypto-dispute-mediator-mcp Summary: Premium agentic endpoint for crypto-dispute-mediator-mcp. Description: Premium agentic endpoint for crypto-dispute-mediator-mcp. Remote endpoints: sse: https://api.m2mcent.com/crypto-dispute-mediator-mcp/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/crypto-dispute-mediator-mcp/sse MCP Tools (1): crypto-dispute-mediator-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-crypto-dispute-mediator-mcp https://api.m2mcent.com/crypto-dispute-mediator-mcp/sse --- ## Foursquare URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-foursquare Summary: Foursquare Places MCP (v3 Places API) Description: Foursquare Places MCP (v3 Places API) Remote endpoints: streamable-http: https://gateway.pipeworx.io/foursquare/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/foursquare/mcp GitHub: https://github.com/pipeworx-io/mcp-foursquare MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_places, get_place, nearby_places Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-foursquare https://gateway.pipeworx.io/foursquare/mcp --- ## Npi Registry URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-npi-registry Summary: CMS NPI Registry MCP Description: CMS NPI Registry MCP Remote endpoints: streamable-http: https://gateway.pipeworx.io/npi-registry/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/npi-registry/mcp GitHub: https://github.com/pipeworx-io/mcp-npi-registry MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_provider Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-npi-registry https://gateway.pipeworx.io/npi-registry/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-bitbucket Summary: Manage repositories, branches, webhooks, and pull requests in Bitbucket workspaces Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-bitbucket GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.5 Install (Claude Code): claude mcp add com-mcparmory-bitbucket -- uvx mcparmory-bitbucket --- ## Inthread URL: https://mcp-marketplace.io/server/io-github-james-robson-inthread Summary: Sign in with email or GitHub. Invite others. Agent-to-agent, threaded, async MCP message inbox. Description: Sign in with email or GitHub. Invite others. Agent-to-agent, threaded, async MCP message inbox. Remote endpoints: streamable-http: https://api.inthread.dev/mcp sse: https://api.inthread.dev/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.inthread.dev/mcp GitHub: https://github.com/james-robson/inthread Security Score: 8/10 Creator: James Robson Creator Reputation: B Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-james-robson-inthread https://api.inthread.dev/mcp --- ## Ghostblock URL: https://mcp-marketplace.io/server/io-github-evozim-ghostblock Summary: AI writing style detector scoring original versus generated text. Description: AI writing style detector scoring original versus generated text. Remote endpoints: sse: https://ghostblock-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ghostblock-mcp.vercel.app/api/mcp MCP Tools (1): detect Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-ghostblock https://ghostblock-mcp.vercel.app/api/mcp --- ## Crypto Capital Gains URL: https://mcp-marketplace.io/server/io-github-evozim-crypto-capital-gains-mcp Summary: Premium agentic endpoint for crypto-capital-gains-mcp. Description: Premium agentic endpoint for crypto-capital-gains-mcp. Remote endpoints: sse: https://api.m2mcent.com/crypto-capital-gains-mcp/sse Category: Finance Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/crypto-capital-gains-mcp/sse MCP Tools (1): crypto-capital-gains-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-crypto-capital-gains-mcp https://api.m2mcent.com/crypto-capital-gains-mcp/sse --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-atlassian-confluence Summary: Create, manage, and search Confluence pages, attachments, and content with full automation support Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-atlassian-confluence GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.8 Install (Claude Code): claude mcp add com-mcparmory-atlassian-confluence -- uvx mcparmory-atlassian-confluence --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-linkup Summary: Search the web and fetch pages with sourced results, optimized for AI agents Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-linkup GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-linkup -- uvx mcparmory-linkup --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-alchemy-nft Summary: Retrieve NFT metadata, ownership, and contract details across blockchains Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-alchemy-nft GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-alchemy-nft -- uvx mcparmory-alchemy-nft --- ## Alpic Poc Frontend 9eb5bfc8 URL: https://mcp-marketplace.io/server/live-alpic-staging-alpic-poc-frontend-9eb5bfc8 Summary: Description of my MCP server mega cool capabilities, lesgo Description: Description of my MCP server mega cool capabilities, lesgo Remote endpoints: streamable-http: https://alpic-poc-frontend-9eb5bfc8.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://alpic-poc-frontend-9eb5bfc8.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.34 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-alpic-poc-frontend-9eb5bfc8 https://alpic-poc-frontend-9eb5bfc8.staging.alpic.live --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-mixpanel Summary: Analyze user behavior with funnels, retention, cohorts, and event segmentation Category: Data & Analytics Mode: local Pricing: Free PyPI: mcparmory-mixpanel GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-mixpanel -- uvx mcparmory-mixpanel --- ## Filoo URL: https://mcp-marketplace.io/server/io-github-jrlprost-filoo-mcp Summary: Create short links, fetch click analytics, and generate QR codes via the filoo.app API. Category: Developer Tools Mode: local Pricing: Free npm: @filooapp/mcp-server GitHub: https://github.com/jrlprost/filoo-mcp Security Score: 8/10 Creator: Jrlprost Creator Reputation: B Version: 0.2.0 Required Credentials: FILOO_API_KEY (required) Install (Claude Code): claude mcp add io-github-jrlprost-filoo-mcp -- npx -y @filooapp/mcp-server@0.2.0 --- ## Priceparse URL: https://mcp-marketplace.io/server/io-github-larshiensch99-priceparse Summary: Extract structured pricing tiers and addons from any SaaS pricing page URL. Built for AI agents. Description: Extract structured pricing tiers and addons from any SaaS pricing page URL. Built for AI agents. Remote endpoints: streamable-http: https://api.priceparse.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.priceparse.com/mcp/ GitHub: https://github.com/Larshiensch99/priceparse Security Score: 9.5/10 Creator: Larshiensch99 Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-larshiensch99-priceparse https://api.priceparse.com/mcp/ --- ## Merx URL: https://mcp-marketplace.io/server/exchange-merx-mcp Summary: TRON energy exchange for AI agents. 54 tools, 30 prompts, 21 resources. A2A + ACP. Description: TRON energy exchange for AI agents. 54 tools, 30 prompts, 21 resources. A2A + ACP. Remote endpoints: streamable-http: https://merx.exchange/mcp/sse Category: Developer Tools Mode: dual Pricing: Free npm: merx-mcp Remote URL: https://merx.exchange/mcp/sse GitHub: https://github.com/Hovsteder/merx-mcp MCP Tools (66): get_prices, get_best_price, analyze_prices, get_price_history, compare_providers, estimate_transaction_cost, check_address_resources, create_order, get_order, list_orders, ensure_resources, wait_for_delegation, get_balance, get_deposit_info, get_transaction_history, explain_concept, suggest_duration, calculate_savings, list_providers, get_account_info, get_trx_balance, get_trc20_balance, get_transaction, get_block, get_chain_parameters, convert_address, get_trx_price, validate_address, search_transaction_history, transfer_trx, transfer_trc20, approve_trc20, get_token_info, read_contract, estimate_contract_call, call_contract, get_contract_info, get_swap_quote, execute_swap, get_token_price, create_account, login, set_api_key, set_private_key, deposit_trx, enable_auto_deposit, pay_invoice, create_paid_order, execute_intent, simulate, create_standing_order, list_standing_orders, get_standing_order, cancel_standing_order, create_monitor, list_monitors, cancel_monitor, withdraw, compile_policy, resource_broadcast, register_agent, request_payment, lookup_invoice, create_invoice, watch_address, agent_status Security Score: 10/10 Creator: Hovsteder Creator Reputation: B Version: 1.0.5 Required Credentials: MERX_API_KEY (required), TRON_PRIVATE_KEY (required) Install (Claude Code): claude mcp add exchange-merx-mcp -- npx -y merx-mcp@1.0.6 Install (Claude Code Remote): claude mcp add --transport http exchange-merx-mcp https://merx.exchange/mcp/sse --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-pagerduty Summary: Manage incidents, on-call schedules, escalation policies, and alert notifications Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-pagerduty GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-pagerduty -- uvx mcparmory-pagerduty --- ## Automated URL: https://mcp-marketplace.io/server/io-github-evozim-fuzz-breaker Summary: Automated API pentesting and structural fuzzing proxy. Description: Automated API pentesting and structural fuzzing proxy. Remote endpoints: sse: https://fuzz-breaker-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fuzz-breaker-mcp.vercel.app/api/mcp MCP Tools (1): fuzz Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-fuzz-breaker https://fuzz-breaker-mcp.vercel.app/api/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-pdfco Summary: Extract data, edit, convert, and parse PDF documents with OCR and AI Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-pdfco GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-pdfco -- uvx mcparmory-pdfco --- ## Frontier URL: https://mcp-marketplace.io/server/dev-openfrontier-frontier Summary: Discover Frontier inference capabilities and read sanitized usage through read-only tools. Description: Discover Frontier inference capabilities and read sanitized usage through read-only tools. Remote endpoints: streamable-http: https://openfrontier.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openfrontier.dev/mcp MCP Tools (3): list_models, get_capabilities, get_usage Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-openfrontier-frontier https://openfrontier.dev/mcp --- ## Data URL: https://mcp-marketplace.io/server/finance-shibui-data Summary: 9,900+ US equities, 64 years of prices, financials, technicals, and earnings. Ask in plain English. Description: 9,900+ US equities, 64 years of prices, financials, technicals, and earnings. Ask in plain English. Remote endpoints: streamable-http: https://mcp.shibui.finance/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.shibui.finance/mcp MCP Tools (8): stock_data_query, get_database_schema, get_query_patterns, load_fundamental_workflow, load_technical_workflow, load_screening_workflow, load_comparison_workflow, load_earnings_workflow Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http finance-shibui-data https://mcp.shibui.finance/mcp --- ## Usda Fdc URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-usda-fdc Summary: USDA Food Data Central MCP Description: USDA Food Data Central MCP Remote endpoints: streamable-http: https://gateway.pipeworx.io/usda-fdc/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/usda-fdc/mcp GitHub: https://github.com/pipeworx-io/mcp-usda-fdc MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_foods, get_food, list_foods, list_food_groups, nutrients_for_food Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-usda-fdc https://gateway.pipeworx.io/usda-fdc/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-perigon Summary: Search real-time news articles, companies, journalists, and trending topics Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-perigon GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-perigon -- uvx mcparmory-perigon --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-ahrefs Summary: Analyze domain authority, backlinks, traffic, and keyword rankings for SEO intelligence Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-ahrefs GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-ahrefs -- uvx mcparmory-ahrefs --- ## Lastlook Data URL: https://mcp-marketplace.io/server/io-github-zev-lll-lastlook-data Summary: FRED macro data, Treasury yields, FX rates & macro indicators for AI agents. Pay-per-query via x402. Description: FRED macro data, Treasury yields, FX rates & macro indicators for AI agents. Pay-per-query via x402. Remote endpoints: streamable-http: https://mcp.lastlookdata.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lastlookdata.com/mcp GitHub: https://github.com/zev-lll/lastlook-data MCP Tools (5): get_treasury_yield_current, get_treasury_yield_by_date, get_series, get_fx_rate_current, get_fx_rate_series Security Score: 8/10 Creator: Zev Lll Creator Reputation: B Version: 2.8.3 Install (Claude Code Remote): claude mcp add --transport http io-github-zev-lll-lastlook-data https://mcp.lastlookdata.com/mcp --- ## Pennypilot URL: https://mcp-marketplace.io/server/io-github-holco-apps-pennypilot Summary: AI copilot for French accounting firms on Pennylane. Monthly close memo in 8s, full general ledger. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/holco-apps/pennypilot Security Score: 8/10 Creator: Holco Apps Creator Reputation: B Version: 0.2.6 --- ## Nuget URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-nuget Summary: NuGet MCP — .NET package registry Description: NuGet MCP — .NET package registry Remote endpoints: streamable-http: https://gateway.pipeworx.io/nuget/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/nuget/mcp GitHub: https://github.com/pipeworx-io/mcp-nuget MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search, get_package, list_versions, latest_version Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nuget https://gateway.pipeworx.io/nuget/mcp --- ## Medlineplus URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-medlineplus Summary: MedlinePlus MCP — NIH consumer health info Description: MedlinePlus MCP — NIH consumer health info Remote endpoints: streamable-http: https://gateway.pipeworx.io/medlineplus/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/medlineplus/mcp GitHub: https://github.com/pipeworx-io/mcp-medlineplus MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, connect, search Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-medlineplus https://gateway.pipeworx.io/medlineplus/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-google-gmail Summary: Send, read, organize emails, manage labels, drafts, and filters Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-google-gmail GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.4 Install (Claude Code): claude mcp add com-mcparmory-google-gmail -- uvx mcparmory-google-gmail --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-ip2location-geolocation Summary: Look up IP address location and geolocation data with country, city, timezone, and ISP details Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-ip2location-geolocation GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-ip2location-geolocation -- uvx mcparmory-ip2location-geolocation --- ## Fx Audit URL: https://mcp-marketplace.io/server/io-github-ipayx-technologies-mcp-fx-audit Summary: FX forensic audit MCP. Detects hidden bank markups on cross-border payments. FINTRAC MSB. Description: FX forensic audit MCP. Detects hidden bank markups on cross-border payments. FINTRAC MSB. Remote endpoints: streamable-http: https://mcp.ipayx.ai/mcp sse: https://mcp.ipayx.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ipayx.ai/mcp GitHub: https://github.com/iPAYX-Technologies/mcp-fx-audit MCP Tools (4): check_fx_mid_market_rate, audit_fx_transaction, full_forensic_fx_report, compare_fx_sources Security Score: 10/10 Creator: IPAYX Technologies Creator Reputation: B Version: 1.3.4 Install (Claude Code Remote): claude mcp add --transport http io-github-ipayx-technologies-mcp-fx-audit https://mcp.ipayx.ai/mcp --- ## Ebird URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-ebird Summary: eBird MCP — Cornell Lab of Ornithology citizen-science bird observations Description: eBird MCP — Cornell Lab of Ornithology citizen-science bird observations Remote endpoints: streamable-http: https://gateway.pipeworx.io/ebird/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/ebird/mcp GitHub: https://github.com/pipeworx-io/mcp-ebird MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, recent_observations, recent_notable, nearby_observations, find_species, list_subregions Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ebird https://gateway.pipeworx.io/ebird/mcp --- ## Keycloak Admin URL: https://mcp-marketplace.io/server/io-github-mrz1880-mcp-keycloak-admin Summary: Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events. Category: Developer Tools Mode: local Pricing: Free npm: mcp-keycloak-admin GitHub: https://github.com/mrz1880/mcp-keycloak-admin Security Score: 10/10 Creator: Mrz1880 Creator Reputation: B Version: 0.2.3 Required Credentials: KEYCLOAK_BASE_URL (optional), KEYCLOAK_REALM (optional), AUTH_MODE (optional), KC_CLIENT_ID (optional), KC_CLIENT_SECRET (required), KC_ADMIN_USERNAME (optional), KC_ADMIN_PASSWORD (required), KC_ADMIN_REALM (optional), READ_ONLY (optional), ALLOWED_REALMS (optional) Install (Claude Code): claude mcp add io-github-mrz1880-mcp-keycloak-admin -- npx -y mcp-keycloak-admin@0.2.3 --- ## Remote Camera URL: https://mcp-marketplace.io/server/moda-ai-remote-camera Summary: Capture photos remotely from mobile devices via S3-backed upload URLs Description: Capture photos remotely from mobile devices via S3-backed upload URLs Remote endpoints: streamable-http: https://www.ai.moda/mcp-servers/remote-camera/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.ai.moda/mcp-servers/remote-camera/mcp MCP Tools (2): generate_upload_url, poll_for_upload Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http moda-ai-remote-camera https://www.ai.moda/mcp-servers/remote-camera/mcp --- ## Datacite URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-datacite Summary: DataCite MCP — DOIs for research datasets (free, no auth) Description: DataCite MCP — DOIs for research datasets (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/datacite/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/datacite/mcp GitHub: https://github.com/pipeworx-io/mcp-datacite MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_dois, get_doi, list_repositories Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-datacite https://gateway.pipeworx.io/datacite/mcp --- ## Bis URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-bis Summary: BIS MCP — Bank for International Settlements statistics (no auth) Description: BIS MCP — Bank for International Settlements statistics (no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/bis/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/bis/mcp GitHub: https://github.com/pipeworx-io/mcp-bis MCP Tools (14): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_curated_flows, search_dataflows, fetch_dataset Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-bis https://gateway.pipeworx.io/bis/mcp --- ## Portfolio URL: https://mcp-marketplace.io/server/me-in-context-portfolio Summary: An interactive portfolio built for AI conversations. Browse work, services, and book calls. Description: An interactive portfolio built for AI conversations. Browse work, services, and book calls. Remote endpoints: streamable-http: https://in-context.me/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://in-context.me/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http me-in-context-portfolio https://in-context.me/mcp --- ## Open Library URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-open-library Summary: Open Library MCP — Internet Archive's open book metadata Description: Open Library MCP — Internet Archive's open book metadata Remote endpoints: streamable-http: https://gateway.pipeworx.io/open-library/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/open-library/mcp GitHub: https://github.com/pipeworx-io/mcp-open-library MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_books, get_book_by_isbn, get_work, get_author Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-open-library https://gateway.pipeworx.io/open-library/mcp --- ## Govtrack URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-govtrack Summary: GovTrack MCP — federal US Congress data (free, no auth) Description: GovTrack MCP — federal US Congress data (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/govtrack/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/govtrack/mcp GitHub: https://github.com/pipeworx-io/mcp-govtrack MCP Tools (17): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_bills, get_bill, search_members, get_member, search_votes, get_vote_detail Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-govtrack https://gateway.pipeworx.io/govtrack/mcp --- ## Licinexus URL: https://mcp-marketplace.io/server/io-github-licinexus-mcp Summary: Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts. Category: Developer Tools Mode: local Pricing: Free npm: @licinexusbr/mcp GitHub: https://github.com/Licinexus/licinexus-mcp Security Score: 5.2/10 Creator: Licinexus Creator Reputation: B Version: 0.1.2 Required Credentials: CNPJ_PROVIDER (optional) Install (Claude Code): claude mcp add io-github-licinexus-mcp -- npx -y @licinexusbr/mcp@0.1.2 --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-grafana Summary: Manage dashboards, users, teams, alerts, data sources, and access control Category: Data & Analytics Mode: local Pricing: Free PyPI: mcparmory-grafana GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-grafana -- uvx mcparmory-grafana --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-ragie Summary: Ingest, manage, and retrieve documents for RAG-powered AI applications Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-ragie Remote URL: https://mcp.mcparmory.com/ragie GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-ragie -- uvx mcparmory-ragie Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-ragie https://mcp.mcparmory.com/ragie --- ## Template De51cc9a URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-de51cc9a Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://mcp-server-template--de51cc9a.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template--de51cc9a.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-de51cc9a https://mcp-server-template--de51cc9a.staging.alpic.live --- ## Template URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-90a89880-mcp-server-template Summary: Work in progress Description: Work in progress Remote endpoints: streamable-http: https://mcp-server-template-90a89880.staging.alpic.live sse: https://mcp-server-template-90a89880.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template-90a89880.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-90a89880-mcp-server-template https://mcp-server-template-90a89880.staging.alpic.live --- ## Pubchem URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pubchem Summary: PubChem MCP — NIH chemistry compound database (no auth) Description: PubChem MCP — NIH chemistry compound database (no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/pubchem/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pubchem/mcp GitHub: https://github.com/pipeworx-io/mcp-pubchem MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_by_name, get_compound, get_synonyms, get_classification Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pubchem https://gateway.pipeworx.io/pubchem/mcp --- ## Opencellid URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-opencellid Summary: OpenCellID MCP — cell tower geolocation database (free with key) Description: OpenCellID MCP — cell tower geolocation database (free with key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/opencellid/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/opencellid/mcp GitHub: https://github.com/pipeworx-io/mcp-opencellid MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, get_cell, cells_in_area Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-opencellid https://gateway.pipeworx.io/opencellid/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-snapcall-mcp Summary: MCP Server that generate video call url Description: MCP Server that generate video call url Remote endpoints: streamable-http: https://mcp.snapcall.io Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.snapcall.io Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-snapcall-mcp https://mcp.snapcall.io --- ## Chartone URL: https://mcp-marketplace.io/server/io-github-zhugejun-chartone Summary: Render themed charts as hosted URLs. Embed in markdown, emails, and Slack. Hosted MCP, zero setup. Category: Developer Tools Mode: local Pricing: Free npm: @chartone/mcp GitHub: https://github.com/zhugejun/chartone-mcp Security Score: 9.7/10 Creator: Zhugejun Creator Reputation: B Version: 0.1.6 Required Credentials: CHARTONE_API_KEY (required) Install (Claude Code): claude mcp add io-github-zhugejun-chartone -- npx -y @chartone/mcp@0.1.5 --- ## Testiny URL: https://mcp-marketplace.io/server/io-testiny-testiny-mcp Summary: An MCP server that provides access to Testiny projects, test cases and test runs Description: An MCP server that provides access to Testiny projects, test cases and test runs Remote endpoints: streamable-http: https://app.testiny.io/api/v1/mcp-server Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.testiny.io/api/v1/mcp-server Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-testiny-testiny-mcp https://app.testiny.io/api/v1/mcp-server --- ## Cloudoracle URL: https://mcp-marketplace.io/server/io-tooloracle-cloudoracle Summary: CloudOracle - 14-tool multi-cloud compliance MCP: AWS, Azure, GCP posture, IAM, configs. Description: CloudOracle - 14-tool multi-cloud compliance MCP: AWS, Azure, GCP posture, IAM, configs. Remote endpoints: streamable-http: https://tooloracle.io/cloud/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/cloud/mcp/ GitHub: https://github.com/ToolOracle/cloudoracle MCP Tools (14): cloud_status, cloud_incidents, region_status, saas_status, concentration_risk, sla_check, provider_dashboard, outage_impact, ctpp_check, notification_check, obligation_map, sync_to_ampel, health_check, ping Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-cloudoracle https://tooloracle.io/cloud/mcp/ --- ## Dailymed URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-dailymed Summary: DailyMed MCP — FDA Structured Product Labels via NLM Description: DailyMed MCP — FDA Structured Product Labels via NLM Remote endpoints: streamable-http: https://gateway.pipeworx.io/dailymed/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/dailymed/mcp GitHub: https://github.com/pipeworx-io/mcp-dailymed MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_drugs, get_drug, list_labels_for_drug_name, recent_updates, list_classes Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dailymed https://gateway.pipeworx.io/dailymed/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-postmark Summary: Send, track, and manage transactional and bulk email delivery Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-postmark Remote URL: https://mcp.mcparmory.com/postmark GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-postmark -- uvx mcparmory-postmark Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-postmark https://mcp.mcparmory.com/postmark --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-polygon Summary: Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news Category: Developer Tools Mode: local Pricing: Free PyPI: mcparmory-polygon GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-polygon -- uvx mcparmory-polygon --- ## Mc Data Monitor URL: https://mcp-marketplace.io/server/io-github-evozim-mc-data-monitor Summary: SQL pipeline observability and DBT integration monitor. Description: SQL pipeline observability and DBT integration monitor. Remote endpoints: sse: https://mc-data-monitor-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mc-data-monitor-mcp.vercel.app/api/mcp MCP Tools (1): audit Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-mc-data-monitor https://mc-data-monitor-mcp.vercel.app/api/mcp --- ## Preflyte URL: https://mcp-marketplace.io/server/xyz-preflyte-preflyte Summary: Evidence-based market data for AI agents deploying capital in DeFi. Empirical, not advertised. Description: Evidence-based market data for AI agents deploying capital in DeFi. Empirical, not advertised. Remote endpoints: streamable-http: https://mcp.preflyte.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.preflyte.xyz/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.2.2 Install (Claude Code Remote): claude mcp add --transport http xyz-preflyte-preflyte https://mcp.preflyte.xyz/mcp --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-replicate Summary: Run AI models, create deployments, and manage predictions via cloud API Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-replicate Remote URL: https://mcp.mcparmory.com/replicate GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-replicate -- uvx mcparmory-replicate Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-replicate https://mcp.mcparmory.com/replicate --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-sentry Summary: Track errors, manage performance alerts, and configure dashboards and monitors Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-sentry Remote URL: https://mcp.mcparmory.com/sentry GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.2 Install (Claude Code): claude mcp add com-mcparmory-sentry -- uvx mcparmory-sentry Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-sentry https://mcp.mcparmory.com/sentry --- ## Registry URL: https://mcp-marketplace.io/server/com-mcparmory-shopify-admin Summary: Manage products, orders, customers, inventory, and store configuration Category: Developer Tools Mode: dual Pricing: Free PyPI: mcparmory-shopify-admin Remote URL: https://mcp.mcparmory.com/shopify-admin GitHub: https://github.com/mcparmory/registry Security Score: 4.2/10 Creator: Mcparmory Creator Reputation: B Version: 1.0.3 Install (Claude Code): claude mcp add com-mcparmory-shopify-admin -- uvx mcparmory-shopify-admin Install (Claude Code Remote): claude mcp add --transport http com-mcparmory-shopify-admin https://mcp.mcparmory.com/shopify-admin --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-affset-mcp Summary: Run affset from chat: stats, campaigns, zones, payouts, targeting, and team. Description: Run affset from chat: stats, campaigns, zones, payouts, targeting, and team. Remote endpoints: streamable-http: https://mcp.affset.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @affset/mcp Remote URL: https://mcp.affset.com/mcp GitHub: https://github.com/affset/mcp Security Score: 10/10 Creator: Affset Creator Reputation: B Version: 0.3.0 Required Credentials: AFFSET_BASE_URL (optional), AFFSET_API_KEY (required), AFFSET_NAMESPACE (optional), AFFSET_REQUEST_TIMEOUT_MS (optional), AFFSET_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-affset-mcp -- npx -y @affset/mcp@0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-affset-mcp https://mcp.affset.com/mcp --- ## Email Server URL: https://mcp-marketplace.io/server/live-alpic-staging-email-server Summary: An MCP server that provides email capabilities, hosted on Alpic platform Description: An MCP server that provides email capabilities, hosted on Alpic platform Remote endpoints: streamable-http: https://node-email-mcp-ead34801.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-email-mcp-ead34801.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.32 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-email-server https://node-email-mcp-ead34801.staging.alpic.live --- ## Slovenian Law URL: https://mcp-marketplace.io/server/eu-ansvar-slovenian-law-mcp Summary: Query Slovenian statutes, court decisions, EU cross-references, and parliamentary materials Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/slovenian-law-mcp GitHub: https://github.com/Ansvar-Systems/Slovenian-law-mcp Security Score: 4.8/10 Creator: Mortalus Creator Reputation: F Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-slovenian-law-mcp -- npx -y @ansvar/slovenian-law-mcp@1.1.1 --- ## Cyber Breach Liability URL: https://mcp-marketplace.io/server/io-github-evozim-cyber-breach-liability-mcp Summary: Premium agentic endpoint for cyber-breach-liability-mcp. Description: Premium agentic endpoint for cyber-breach-liability-mcp. Remote endpoints: sse: https://api.m2mcent.com/cyber-breach-liability-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/cyber-breach-liability-mcp/sse MCP Tools (1): cyber-breach-liability-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-cyber-breach-liability-mcp https://api.m2mcent.com/cyber-breach-liability-mcp/sse --- ## Postall URL: https://mcp-marketplace.io/server/io-github-postall-io-postall Summary: Post to 35+ social media platforms. Schedule & publish from Claude AI. Category: Developer Tools Mode: local Pricing: Free npm: postall-mcp-server GitHub: https://github.com/postall-io/postall-mcp-server Security Score: 5.2/10 Creator: Postall Io Creator Reputation: B Version: 1.0.0 Required Credentials: POSTALL_API_KEY (required) Install (Claude Code): claude mcp add io-github-postall-io-postall -- npx -y postall-mcp-server@1.0.0 --- ## The Graph URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-the-graph Summary: The Graph MCP — indexed blockchain data via subgraph GraphQL queries Description: The Graph MCP — indexed blockchain data via subgraph GraphQL queries Remote endpoints: streamable-http: https://gateway.pipeworx.io/the-graph/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/the-graph/mcp GitHub: https://github.com/pipeworx-io/mcp-the-graph MCP Tools (13): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, query_subgraph, introspect_schema Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-the-graph https://gateway.pipeworx.io/the-graph/mcp --- ## Template URL: https://mcp-marketplace.io/server/live-alpic-staging-template-0f352e26-template Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://template-0f352e26.staging.alpic.live sse: https://template-0f352e26.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://template-0f352e26.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-template-0f352e26-template https://template-0f352e26.staging.alpic.live --- ## Baseoracle URL: https://mcp-marketplace.io/server/io-tooloracle-baseoracle Summary: BaseOracle - 8 Base L2 tools: ERC-20, Aerodrome, bridge status, txs, gas, holders. Description: BaseOracle - 8 Base L2 tools: ERC-20, Aerodrome, bridge status, txs, gas, holders. Remote endpoints: streamable-http: https://feedoracle.io/base/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feedoracle.io/base/mcp/ GitHub: https://github.com/ToolOracle/baseoracle MCP Tools (8): base_overview, base_gas, base_contract_verify, base_protocol_tvl, base_stablecoin_check, base_rwa, base_defi_yields, base_wallet_intel Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-baseoracle https://feedoracle.io/base/mcp/ --- ## Agent Shop URL: https://mcp-marketplace.io/server/uk-co-atinamos-agent-shop Summary: Machine-service catalogue, payment hand-off and free market discovery for autonomous AI agents. Description: Machine-service catalogue, payment hand-off and free market discovery for autonomous AI agents. Remote endpoints: streamable-http: https://agent.atinamos.co.uk/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agent.atinamos.co.uk/mcp MCP Tools (5): list_services, get_service, invoke_service, market_search, market_service Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http uk-co-atinamos-agent-shop https://agent.atinamos.co.uk/mcp --- ## Nyc Property Intel URL: https://mcp-marketplace.io/server/io-github-ccedacero-nyc-property-intel Summary: MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence Description: MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence Remote endpoints: streamable-http: https://nyc-property-intel-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nyc-property-intel-production.up.railway.app/mcp GitHub: https://github.com/ccedacero/nyc-property-intel Security Score: 10/10 Creator: Ccedacero Creator Reputation: B Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ccedacero-nyc-property-intel https://nyc-property-intel-production.up.railway.app/mcp --- ## Ingressward URL: https://mcp-marketplace.io/server/io-github-ingressward-mcp-server Summary: Block prompt injection, evasive spacing, and obscene content before it reaches your LLM. Category: Developer Tools Mode: local Pricing: Free npm: @ingressward/mcp-server GitHub: https://github.com/ingressward/ingressward-mcp-server Security Score: 5.2/10 Creator: Ingressward Creator Reputation: B Version: 1.0.0 Required Credentials: INGRESSWARD_API_KEY (required) Install (Claude Code): claude mcp add io-github-ingressward-mcp-server -- npx -y @ingressward/mcp-server@1.0.0 --- ## Aegis Protocol URL: https://mcp-marketplace.io/server/io-github-im-sham-aegis-protocol Summary: Trustless escrow for AI agent-to-agent transactions on Base L2 with ERC-8004 identity and USDC. Category: Developer Tools Mode: local Pricing: Free npm: @aegis-protocol/mcp-server GitHub: https://github.com/im-sham/aegis-protocol Security Score: 4.2/10 Creator: Im Sham Creator Reputation: B Version: 0.1.3 Required Credentials: AEGIS_CHAIN (optional), AEGIS_RPC_URL (optional), AEGIS_PRIVATE_KEY (required), AEGIS_API_URL (optional) Install (Claude Code): claude mcp add io-github-im-sham-aegis-protocol -- npx -y @aegis-protocol/mcp-server --- ## Try URL: https://mcp-marketplace.io/server/md-install-try Summary: Create guides to instruct coding agents to use your software (SDK, library, framework, API, etc). Description: Create guides to instruct coding agents to use your software (SDK, library, framework, API, etc). Remote endpoints: streamable-http: https://install.md/mcp/try Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://install.md/mcp/try Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http md-install-try https://install.md/mcp/try --- ## Sefaz Rj Nfce Resumida URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-rj-nfce-resumida-mcp Summary: SEFAZ RJ: NFC-e Resumida, official-source lookup. Platform-hosted, pay per query with prepaid credit Description: SEFAZ RJ: NFC-e Resumida, official-source lookup. Platform-hosted, pay per query with prepaid credit Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_rj_nfce_resumida Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_rj_nfce_resumida GitHub: https://github.com/mcp-dir/sefaz_rj_nfce_resumida-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-rj-nfce-resumida-mcp https://api.mcp.ai/p_sefaz_rj_nfce_resumida --- ## Customs Clearance Bot URL: https://mcp-marketplace.io/server/io-github-evozim-customs-clearance-bot-mcp Summary: Premium agentic endpoint for customs-clearance-bot-mcp. Description: Premium agentic endpoint for customs-clearance-bot-mcp. Remote endpoints: sse: https://api.m2mcent.com/customs-clearance-bot-mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.m2mcent.com/customs-clearance-bot-mcp/sse MCP Tools (1): customs-clearance-bot-mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-customs-clearance-bot-mcp https://api.m2mcent.com/customs-clearance-bot-mcp/sse --- ## Flareoracle URL: https://mcp-marketplace.io/server/io-tooloracle-flareoracle Summary: FlareOracle - 12 Flare tools: FTSO oracles, FAssets, state connector, FXRP, FlareDrops. Description: FlareOracle - 12 Flare tools: FTSO oracles, FAssets, state connector, FXRP, FlareDrops. Remote endpoints: streamable-http: https://tooloracle.io/flare/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/flare/mcp/ GitHub: https://github.com/ToolOracle/flareoracle MCP Tools (12): flr_price, flr_network_stats, flr_protocol_health, flr_tvl, flr_fassets, flr_ftso_overview, flr_contract_check, flr_address_info, flr_gas_tracker, flr_token_search, flr_staking_info, flr_compliance_screen Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-flareoracle https://tooloracle.io/flare/mcp/ --- ## Insuranceoracle URL: https://mcp-marketplace.io/server/io-tooloracle-insuranceoracle Summary: InsuranceOracle - 12 insurance compliance tools: GDV, BaFin VAG, Solvency II, IDD. Description: InsuranceOracle - 12 insurance compliance tools: GDV, BaFin VAG, Solvency II, IDD. Remote endpoints: streamable-http: https://tooloracle.io/insurance/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/insurance/mcp/ GitHub: https://github.com/ToolOracle/insuranceoracle MCP Tools (12): insurance_company, insurance_news, natcat_live, earthquake_risk, weather_risk, natcat_history, solvency_check, insurance_regulation, risk_score, insurance_glossary, claim_news, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-insuranceoracle https://tooloracle.io/insurance/mcp/ --- ## Mcp URL: https://mcp-marketplace.io/server/xyz-perpvue-mcp Summary: Query workouts, browse exercises, and explore fitness data from BearTrail Description: Query workouts, browse exercises, and explore fitness data from BearTrail Remote endpoints: streamable-http: https://perpvue.xyz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://perpvue.xyz/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http xyz-perpvue-mcp https://perpvue.xyz/mcp --- ## Pitchdeck Auto URL: https://mcp-marketplace.io/server/io-github-evozim-pitchdeck-auto Summary: Interactive sales pitch deck structure generator. Description: Interactive sales pitch deck structure generator. Remote endpoints: sse: https://pitchdeck-auto-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pitchdeck-auto-mcp.vercel.app/api/mcp MCP Tools (1): generate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-pitchdeck-auto https://pitchdeck-auto-mcp.vercel.app/api/mcp --- ## Conductor URL: https://mcp-marketplace.io/server/io-tooloracle-conductor Summary: DORA OS Conductor — 16-tool meta-orchestrator for DORA compliance workflow automation. Description: DORA OS Conductor — 16-tool meta-orchestrator for DORA compliance workflow automation. Remote endpoints: streamable-http: https://tooloracle.io/conductor/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/conductor/mcp/ GitHub: https://github.com/ToolOracle/conductor MCP Tools (16): full_assessment, readiness_dashboard, run_workflow, plan_remediation, react_to_event, sync_all, gap_analysis, board_briefing, nca_readiness, onboard_entity, daily_check, workflow_library, oracle_status, obligation_overview, health_check, ping Security Score: 10/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-conductor https://tooloracle.io/conductor/mcp/ --- ## Ecommerceoracle URL: https://mcp-marketplace.io/server/io-tooloracle-ecommerceoracle Summary: EcommerceOracle - 8 e-commerce tools: Shopify, WooCommerce, GMV, conversions, returns. Description: EcommerceOracle - 8 e-commerce tools: Shopify, WooCommerce, GMV, conversions, returns. Remote endpoints: streamable-http: https://tooloracle.io/ecommerce/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/ecommerce/mcp/ GitHub: https://github.com/ToolOracle/ecommerceoracle MCP Tools (8): product_search, barcode_lookup, shopify_products, price_comparison, category_trends, marketplace_monitor, product_detail, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-ecommerceoracle https://tooloracle.io/ecommerce/mcp/ --- ## Hederaoracle URL: https://mcp-marketplace.io/server/io-tooloracle-hederaoracle Summary: HederaOracle - 12 Hedera tools: HCS, HTS tokens, mirror node, consensus, governance. Description: HederaOracle - 12 Hedera tools: HCS, HTS tokens, mirror node, consensus, governance. Remote endpoints: streamable-http: https://tooloracle.io/hedera/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/hedera/mcp/ GitHub: https://github.com/ToolOracle/hederaoracle MCP Tools (9): hbar_overview, hbar_account_info, hbar_token_info, hbar_protocol_health, hbar_defi_yields, hbar_protocol_list, hbar_stablecoin_risk, hbar_network_stats, hbar_transactions Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-hederaoracle https://tooloracle.io/hedera/mcp/ --- ## Invoiceoracle URL: https://mcp-marketplace.io/server/io-tooloracle-invoiceoracle Summary: InvoiceOracle - 10 e-invoicing tools: XRechnung, ZUGFeRD, Peppol, validation, archive. Description: InvoiceOracle - 10 e-invoicing tools: XRechnung, ZUGFeRD, Peppol, validation, archive. Remote endpoints: streamable-http: https://tooloracle.io/invoice/mcp/ Category: Finance Mode: remote Pricing: Free Remote URL: https://tooloracle.io/invoice/mcp/ GitHub: https://github.com/ToolOracle/invoiceoracle MCP Tools (10): invoice_parse_text, invoice_extract, invoice_tables, invoice_ocr, invoice_zugferd, invoice_validate, invoice_summary, invoice_from_url, invoice_batch_urls, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-invoiceoracle https://tooloracle.io/invoice/mcp/ --- ## Priceoracle URL: https://mcp-marketplace.io/server/io-tooloracle-priceoracle Summary: PriceOracle - 7 dynamic pricing tools: elasticity, A/B, segment pricing, competitor scan. Description: PriceOracle - 7 dynamic pricing tools: elasticity, A/B, segment pricing, competitor scan. Remote endpoints: streamable-http: https://tooloracle.io/price/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/price/mcp/ GitHub: https://github.com/ToolOracle/priceoracle MCP Tools (7): price_search, idealo_search, amazon_search, price_history, competitor_prices, barcode_lookup, health_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-priceoracle https://tooloracle.io/price/mcp/ --- ## Tlpt URL: https://mcp-marketplace.io/server/io-tooloracle-tlpt Summary: TLPTOracle — 17-tool TIBER-EU TLPT framework: scope, threat intel, scenarios, reports. Description: TLPTOracle — 17-tool TIBER-EU TLPT framework: scope, threat intel, scenarios, reports. Remote endpoints: streamable-http: https://tooloracle.io/tlpt/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/tlpt/mcp/ GitHub: https://github.com/ToolOracle/tlpt MCP Tools (17): register_exercise, phase_tracker, threat_profile, team_assignment, finding_register, remediation_plan, evidence_bundle, test_calendar, tlpt_readiness, health_check, auto_simulate, mitre_map, attack_chain, generate_scenarios, sync_to_ampel, obligation_map, ping Security Score: 8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-tlpt https://tooloracle.io/tlpt/mcp/ --- ## Xrploracle URL: https://mcp-marketplace.io/server/io-tooloracle-xrploracle Summary: XRPLOracle - 31 XRP Ledger tools: payments, DEX, AMM, hooks, NFTs, validators, DIDs. Description: XRPLOracle - 31 XRP Ledger tools: payments, DEX, AMM, hooks, NFTs, validators, DIDs. Remote endpoints: streamable-http: https://feedoracle.io/xrpl/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://feedoracle.io/xrpl/mcp/ GitHub: https://github.com/ToolOracle/xrploracle MCP Tools (31): xrpl_overview, xrpl_rlusd, xrpl_account_intel, xrpl_dex_orderbook, xrpl_amm_pools, xrpl_payment_intel, xrpl_token_check, xrpl_escrow_monitor, xrpl_nft_intel, xrpl_nft_offers, xrpl_trust_lines, xrpl_server_state, xrpl_gateway_balances, xrpl_path_find, xrpl_ledger_data, xrpl_compliance_check, xrpl_rlusd_supply, xrpl_rlusd_cci, xrpl_rlusd_integrity, xrpl_rlusd_holders, xrpl_rlusd_service, xrpl_rlusd_anchor, xrpl_rlusd_webhook, xrpl_rlusd_enterprise, xrpl_iso20022, xrpl_rwa_scoring, xrpl_quantum_join, xrpl_beacon_pulse, xrpl_settlement_status, xrpl_escrow_create, xrpl_escrow_check Security Score: 9.8/10 Creator: ToolOracle Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-xrploracle https://feedoracle.io/xrpl/mcp/ --- ## Christmas Carol URL: https://mcp-marketplace.io/server/io-usewire-christmas-carol Summary: Semantic search through Dickens' A Christmas Carol by meaning, theme, or character. Description: Semantic search through Dickens' A Christmas Carol by meaning, theme, or character. Remote endpoints: streamable-http: https://wire-public.mcp.usewire.io/container/gUeioF26GkeQPHxj/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://wire-public.mcp.usewire.io/container/gUeioF26GkeQPHxj/mcp Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-usewire-christmas-carol https://wire-public.mcp.usewire.io/container/gUeioF26GkeQPHxj/mcp --- ## Email URL: https://mcp-marketplace.io/server/live-alpic-email-mcp-dbb94dbf-email-mcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://email-mcp-dbb94dbf.alpic.live sse: https://email-mcp-dbb94dbf.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-mcp-dbb94dbf.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-email-mcp-dbb94dbf-email-mcp https://email-mcp-dbb94dbf.alpic.live --- ## Node URL: https://mcp-marketplace.io/server/live-alpic-node-mcp-3a40efc5-node-mcp Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://node-mcp-3a40efc5.alpic.live sse: https://node-mcp-3a40efc5.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-mcp-3a40efc5.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-node-mcp-3a40efc5-node-mcp https://node-mcp-3a40efc5.alpic.live --- ## Countdowns Online URL: https://mcp-marketplace.io/server/io-github-rocnubie-countdowns-online-mcp Summary: Live countdown timers for game launches, movie releases, sports and holidays. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/rocnubie/countdowns-online-mcp Security Score: 8.2/10 Creator: Rocnubie Creator Reputation: B Version: 0.1.1 --- ## Mcpimmo URL: https://mcp-marketplace.io/server/live-alpic-mcpimmo-10e693d9-mcpimmo Summary: Description of my MCP server Description: Description of my MCP server Remote endpoints: streamable-http: https://mcpimmo-10e693d9.alpic.live sse: https://mcpimmo-10e693d9.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcpimmo-10e693d9.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-mcpimmo-10e693d9-mcpimmo https://mcpimmo-10e693d9.alpic.live --- ## Email URL: https://mcp-marketplace.io/server/live-alpic-staging-email-mcp-3b5a375e-email-mcp Summary: Still WiP! Description: Still WiP! Remote endpoints: streamable-http: https://email-mcp-3b5a375e.staging.alpic.live sse: https://email-mcp-3b5a375e.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-mcp-3b5a375e.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-email-mcp-3b5a375e-email-mcp https://email-mcp-3b5a375e.staging.alpic.live --- ## Mcp Server 6283dc54 URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-6283dc54-mcp-server Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://mcp-server-6283dc54.staging.alpic.live sse: https://mcp-server-6283dc54.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-6283dc54.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-6283dc54-mcp-server https://mcp-server-6283dc54.staging.alpic.live --- ## Everything App URL: https://mcp-marketplace.io/server/live-alpic-staging-everything-app-7f22928f-everything-app Summary: Still WiP Description: Still WiP Remote endpoints: streamable-http: https://everything-app-7f22928f.staging.alpic.live sse: https://everything-app-7f22928f.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://everything-app-7f22928f.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-everything-app-7f22928f-everything-app https://everything-app-7f22928f.staging.alpic.live --- ## Doctrine URL: https://mcp-marketplace.io/server/io-github-aidesignblueprint-doctrine Summary: Doctrine and examples for the Agentic AI Blueprint. 13 public tools, no credentials required. Description: Doctrine and examples for the Agentic AI Blueprint. 13 public tools, no credentials required. Remote endpoints: streamable-http: https://aidesignblueprint.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: aidesignblueprint-mcp Remote URL: https://aidesignblueprint.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code): claude mcp add io-github-aidesignblueprint-doctrine -- uvx aidesignblueprint-mcp Install (Claude Code Remote): claude mcp add --transport http io-github-aidesignblueprint-doctrine https://aidesignblueprint.com/mcp --- ## Simplifier URL: https://mcp-marketplace.io/server/io-github-simplifier-ag-simplifier-mcp Summary: MCP Server for Simplifier - manage Connectors, BusinessObjects, Datatypes and logins Category: Developer Tools Mode: local Pricing: Free npm: @simplifierag/simplifier-mcp GitHub: https://github.com/simplifier-ag/simplifier-mcp Security Score: 4.8/10 Creator: Simplifier Ag Creator Reputation: B Version: 0.10.7 Required Credentials: SIMPLIFIER_TOKEN (required), SIMPLIFIER_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-simplifier-ag-simplifier-mcp -- npx -y @simplifierag/simplifier-mcp@0.10.7 --- ## Quiz Factory URL: https://mcp-marketplace.io/server/io-github-evozim-quiz-factory Summary: Algorithmic flashcard and quiz generator for targeted learning. Description: Algorithmic flashcard and quiz generator for targeted learning. Remote endpoints: sse: https://quiz-factory-mcp.vercel.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://quiz-factory-mcp.vercel.app/api/mcp MCP Tools (1): generate Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evozim-quiz-factory https://quiz-factory-mcp.vercel.app/api/mcp --- ## Agentfeed URL: https://mcp-marketplace.io/server/io-github-seekdaseek-agentfeed Summary: AgentFeed: 47 tools — our own liquidation tape + tokenized-equity peg data, paid in USDC. Description: AgentFeed: 47 tools — our own liquidation tape + tokenized-equity peg data, paid in USDC. Remote endpoints: streamable-http: https://x402.ochinimus.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://x402.ochinimus.app/mcp GitHub: https://github.com/seekdaseek/agentfeed MCP Tools (47): get_sol_price, get_btc_price, get_funding_rate, get_fear_greed, get_market_snapshot, get_wallet_holdings, get_token_metadata, get_recent_liquidations, get_cascade_alert, get_cascade_scan, get_liquidation_leaders, get_sharp_move, get_liquidation_stats, get_last_liquidation, get_positioning, get_trade_context, get_token_risk, get_liq_history, get_liq_heatmap, get_cascade_history, get_squeeze_score, get_venue_liq_share, get_funding_cross, get_funding_extremes, get_open_interest, get_oi_spike_scan, get_long_short, get_basis, get_volatility, get_funding_history, get_top_movers, get_orderbook_imbalance, get_orderbook_walls, get_whale_trades, get_spread_arb, get_token_holders, get_wallet_activity, get_priority_fees, get_jito_tips, get_sol_network, get_tvl, get_stablecoin_flows, get_dex_quote, get_peg_deviation, get_peg_sessions, get_peg_universe, pricing Security Score: 9.6/10 Creator: Seekdaseek Creator Reputation: B Version: 2.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-seekdaseek-agentfeed https://x402.ochinimus.app/mcp --- ## Threatfox URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-threatfox Summary: ThreatFox MCP — abuse.ch indicator-of-compromise feed (free, key required) Description: ThreatFox MCP — abuse.ch indicator-of-compromise feed (free, key required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/threatfox/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/threatfox/mcp GitHub: https://github.com/pipeworx-io/mcp-threatfox MCP Tools (15): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, search_ioc, recent_iocs, search_hash, search_malware Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-threatfox https://gateway.pipeworx.io/threatfox/mcp --- ## Toolsnap URL: https://mcp-marketplace.io/server/app-toolsnap-toolsnap-mcp Summary: Deterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools. Description: Deterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools. Remote endpoints: streamable-http: https://mcp.toolsnap.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.toolsnap.app/mcp GitHub: https://github.com/icosaedro-git/toolsnap-mcp Security Score: 6.2/10 Creator: Icosaedro Git Creator Reputation: B Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http app-toolsnap-toolsnap-mcp https://mcp.toolsnap.app/mcp --- ## Sefaz Al Ipva URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-al-ipva-mcp Summary: SEFAZ AL: IPVA (ano atual), official-source lookup. Platform-hosted, pay per query with prepaid cred Description: SEFAZ AL: IPVA (ano atual), official-source lookup. Platform-hosted, pay per query with prepaid cred Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_al_ipva Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_al_ipva GitHub: https://github.com/mcp-dir/sefaz_al_ipva-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-al-ipva-mcp https://api.mcp.ai/p_sefaz_al_ipva --- ## American Default URL: https://mcp-marketplace.io/server/org-americandefault-research Summary: Read-only MCP for U.S. household distress: 96 indicators, ADI composite, 3,144 counties. Description: Read-only MCP for U.S. household distress: 96 indicators, ADI composite, 3,144 counties. Remote endpoints: streamable-http: https://mcp.americandefault.org/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.americandefault.org/mcp GitHub: https://github.com/vibecode1/american-default-mcp Security Score: 4.8/10 Creator: Vibecode1 Creator Reputation: B Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http org-americandefault-research https://mcp.americandefault.org/mcp --- ## Ikenga Pkg Mcp Iyke URL: https://mcp-marketplace.io/server/io-github-royalti-io-ikenga-pkg-mcp-iyke Summary: Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot. Category: Developer Tools Mode: local Pricing: Free npm: @ikenga/mcp-iyke GitHub: https://github.com/Royalti-io/ikenga-pkg-mcp-iyke Security Score: 5.2/10 Creator: Royalti Io Creator Reputation: B Version: 0.1.2 Install (Claude Code): claude mcp add io-github-royalti-io-ikenga-pkg-mcp-iyke -- npx -y @ikenga/mcp-iyke@0.1.2 --- ## Sefaz Ro Certidao Debitos URL: https://mcp-marketplace.io/server/io-github-mcp-dir-sefaz-ro-certidao-debitos-mcp Summary: SEFAZ RO: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay per query with Description: SEFAZ RO: Clearance Certificate (Debts), official-source lookup. Platform-hosted, pay per query with Remote endpoints: streamable-http: https://api.mcp.ai/p_sefaz_ro_certidao_debitos Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.mcp.ai/p_sefaz_ro_certidao_debitos GitHub: https://github.com/mcp-dir/sefaz_ro_certidao_debitos-mcp Security Score: 10/10 Creator: Mcp Dir Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcp-dir-sefaz-ro-certidao-debitos-mcp https://api.mcp.ai/p_sefaz_ro_certidao_debitos --- ## Football Data URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-football-data Summary: Football-Data.org MCP — soccer competitions, matches, standings Description: Football-Data.org MCP — soccer competitions, matches, standings Remote endpoints: streamable-http: https://gateway.pipeworx.io/football-data/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/football-data/mcp GitHub: https://github.com/pipeworx-io/mcp-football-data MCP Tools (16): ask_pipeworx, discover_tools, resolve_entity, compare_entities, entity_profile, recent_changes, validate_claim, pipeworx_feedback, remember, recall, forget, list_competitions, get_competition_matches, get_competition_standings, get_team, get_team_matches Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: B Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-football-data https://gateway.pipeworx.io/football-data/mcp --- ## Node Email Mcp 59eeb419 URL: https://mcp-marketplace.io/server/live-alpic-staging-node-email-mcp-59eeb419 Summary: An MCP server that provides email capabilities, hosted on Alpic platform Description: An MCP server that provides email capabilities, hosted on Alpic platform Remote endpoints: streamable-http: https://node-email-mcp-59eeb419.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://node-email-mcp-59eeb419.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.56 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-node-email-mcp-59eeb419 https://node-email-mcp-59eeb419.staging.alpic.live --- ## Server Template URL: https://mcp-marketplace.io/server/live-alpic-staging-server-template-3b6131fe-server-template Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://server-template-3b6131fe.staging.alpic.live sse: https://server-template-3b6131fe.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server-template-3b6131fe.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-server-template-3b6131fe-server-template https://server-template-3b6131fe.staging.alpic.live --- ## Template URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-5eacc5c3-mcp-server-template Summary: A non functional MCP server (yet) Description: A non functional MCP server (yet) Remote endpoints: streamable-http: https://mcp-server-template-5eacc5c3.staging.alpic.live sse: https://mcp-server-template-5eacc5c3.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template-5eacc5c3.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-5eacc5c3-mcp-server-template https://mcp-server-template-5eacc5c3.staging.alpic.live --- ## Api Server URL: https://mcp-marketplace.io/server/technology-draup-api-server Summary: Global labour & market data for skills, workforce, planning, stakeholders, jobs, news & profiles Description: Global labour & market data for skills, workforce, planning, stakeholders, jobs, news & profiles Remote endpoints: streamable-http: https://mcp.draup.technology/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.draup.technology/mcp/ Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http technology-draup-api-server https://mcp.draup.technology/mcp/ --- ## Template URL: https://mcp-marketplace.io/server/live-alpic-staging-mcp-server-template-7b99436a-mcp-server-template Summary: Server not ready (yet!) Description: Server not ready (yet!) Remote endpoints: streamable-http: https://mcp-server-template-7b99436a.staging.alpic.live sse: https://mcp-server-template-7b99436a.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-template-7b99436a.staging.alpic.live Security Score: 5/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-mcp-server-template-7b99436a-mcp-server-template https://mcp-server-template-7b99436a.staging.alpic.live --- ## Personal Chef Chatgpt App URL: https://mcp-marketplace.io/server/live-alpic-staging-personal-chef-chatgp-c951fcb6-personal-chef-chatgpt-app Summary: Ok Description: Ok Remote endpoints: streamable-http: https://personal-chef-chatgp-c951fcb6.staging.alpic.live sse: https://personal-chef-chatgp-c951fcb6.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://personal-chef-chatgp-c951fcb6.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-personal-chef-chatgp-c951fcb6-personal-chef-chatgpt-app https://personal-chef-chatgp-c951fcb6.staging.alpic.live --- ## Send Email URL: https://mcp-marketplace.io/server/live-alpic-staging-send-email-mcp-04d3fdca-send-email-mcp Summary: Non functional server (yet) Description: Non functional server (yet) Remote endpoints: streamable-http: https://send-email-mcp-04d3fdca.staging.alpic.live Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://send-email-mcp-04d3fdca.staging.alpic.live Security Score: 8/10 Creator: MCP Registry Creator Reputation: B Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-staging-send-email-mcp-04d3fdca-send-email-