# MCP Marketplace - Complete Server Catalog > Generated: 2026-04-23 > Total servers: 5063 > Servers with tool metadata: 719 > 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: 6/10 Rating: 5/5 Installs: 15 GitHub Stars: 89,937 Creator: Microsoft Creator Reputation: C+ 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: 10 GitHub Stars: 81,470 Creator: Modelcontextprotocol Creator Reputation: C+ 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 --- ## 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: 4 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: C+ 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 --- ## 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: 1 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: C+ 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 --- ## 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: 1 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: C+ 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 --- ## 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: 3 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: C+ 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 --- ## 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: 3 GitHub Stars: 79,976 Creator: Modelcontextprotocol Creator Reputation: C+ 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 --- ## 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: 3 GitHub Stars: 47,536 Creator: Upstash Creator Reputation: C+ 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 --- ## 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 GitHub Stars: 37,266 Creator: D4Vinci Creator Reputation: C+ Version: 0.4.7 Install (Claude Code): claude mcp add io-github-d4vinci-scrapling -- uvx scrapling==0.4.7 --- ## 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: 5 GitHub Stars: 28,072 Creator: Microsoft Creator Reputation: C+ 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: 6 GitHub Stars: 27,429 Creator: Github Creator Reputation: C+ Version: 1.0.0 Tags: github, git, code-review, developer, official Use Cases: Code review automation, PR summaries, Issue triage, Repository exploration, Code search --- ## 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: 1 GitHub Stars: 17,470 Creator: Ahujasid Creator Reputation: C+ 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 GitHub Stars: 13,244 Creator: Googleapis Creator Reputation: C+ 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 GitHub Stars: 11,125 Creator: PipedreamHQ Creator Reputation: C+ 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: 1 GitHub Stars: 10,594 Creator: Hangwin Creator Reputation: C+ 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: C+ 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: 1 GitHub Stars: 7,778 Creator: LaurieWired Creator Reputation: C+ 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: 2 GitHub Stars: 5,931 Creator: BrowserMCP Creator Reputation: C+ 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: 3 GitHub Stars: 5,376 Creator: Lharries Creator Reputation: C+ 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: 1 GitHub Stars: 5,268 Creator: Executeautomation Creator Reputation: C+ 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 --- ## 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: 1 GitHub Stars: 4,820 Creator: Sooperset Creator Reputation: C+ 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: 1 GitHub Stars: 4,345 Creator: 21st Dev Creator Reputation: C+ 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: C+ 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 GitHub Stars: 3,970 Creator: Makenotion Creator Reputation: C+ 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 GitHub Stars: 3,939 Creator: Pimzino Creator Reputation: C+ 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: C+ 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: 1 GitHub Stars: 3,492 Creator: Cloudflare Creator Reputation: C+ 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 GitHub Stars: 3,397 Creator: Haris Musa Creator Reputation: C+ 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 GitHub Stars: 3,310 Creator: Laravel Creator Reputation: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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 GitHub Stars: 2,671 Creator: Jpisnice Creator Reputation: C+ 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 GitHub Stars: 2,506 Creator: Supabase Community Creator Reputation: C+ 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: 1 GitHub Stars: 2,505 Creator: Steipete Creator Reputation: C+ 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: C+ 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: C+ 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 GitHub Stars: 2,049 Creator: Coding Solo Creator Reputation: C+ 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 GitHub Stars: 1,990 Creator: Ppl Ai Creator Reputation: C+ 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 --- ## 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: C+ Version: 1.0.0 Tags: ios, simulator, mobile, xcode, testing --- ## 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: 11 GitHub Stars: 1,639 Creator: Taylorwilsdon Creator Reputation: C+ 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: 1 GitHub Stars: 1,553 Creator: GongRzhe Creator Reputation: C+ 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 GitHub Stars: 1,487 Creator: Financial Datasets Creator Reputation: C+ 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: C+ 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: 1 GitHub Stars: 1,412 Creator: Korotovsky Creator Reputation: C+ 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: C+ Version: 1.0.0 Tags: microsoft, azure, dotnet, documentation --- ## 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: 4 GitHub Stars: 1,391 Creator: Benborla Creator Reputation: C+ Version: 1.0.0 Tags: mysql, database, sql, read-only --- ## 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 GitHub Stars: 1,337 Creator: Microsoft Creator Reputation: C+ 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: 1 GitHub Stars: 1,334 Creator: Flux159 Creator Reputation: C+ 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 GitHub Stars: 1,328 Creator: Stripe Creator Reputation: C+ 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: 2 GitHub Stars: 1,290 Creator: MiniMax AI Creator Reputation: C+ 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 GitHub Stars: 1,282 Creator: Tavily Ai Creator Reputation: C+ 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: C+ 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: 1000+ scientific tools for AI scientists: life science, reserach, 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: C+ Version: 1.1.11 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.1.11 --- ## 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: C+ 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/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 MCP Tools (17): 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: 10/10 GitHub Stars: 900 Creator: Apify Creator Reputation: C+ Version: 0.9.19 Install (Claude Code Remote): claude mcp add --transport http com-apify-apify-mcp-server https://mcp.apify.com/ --- ## 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: C+ Version: 1.4.0 Tags: scraping, automation, data, web, apify Use Cases: Web scraping, Data extraction, Competitive monitoring, Content aggregation, Automation workflows, Lead generation --- ## 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 GitHub Stars: 725 Creator: Vercel Creator Reputation: C+ 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: C+ 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 --- ## 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 GitHub Stars: 559 Creator: Neondatabase Creator Reputation: C+ 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: C+ 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 --- ## 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: C+ 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 17 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: 7.8/10 GitHub Stars: 459 Creator: ChiR24 Creator Reputation: C+ Version: 0.5.21 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.21 --- ## 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: C+ 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 GitHub Stars: 327 Creator: Levnikolaevich Creator Reputation: C+ Version: 1.28.0 Install (Claude Code): claude mcp add io-github-levnikolaevich-hex-line-mcp -- npx -y @levnikolaevich/hex-line-mcp@1.28.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: 1 GitHub Stars: 303 Creator: Figma Creator Reputation: C+ 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 --- ## 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 (3): ApolloConnectorsSpec, ApolloDocsRead, ApolloDocsSearch Security Score: 10/10 GitHub Stars: 276 Creator: Apollographql Creator Reputation: C+ Version: 1.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apollographql-graphos-mcp-tools https://mcp.apollographql.com --- ## 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: C+ 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 --- ## 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: F Version: 0.1.9 Install (Claude Code): claude mcp add io-github-formulahendry-code-runner -- npx -y mcp-server-code-runner@0.1.8 --- ## 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.8/10 GitHub Stars: 223 Creator: CabLate Tuo Creator Reputation: C- Version: 0.0.52 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.52 --- ## 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: C+ Version: 0.13.0 Required Credentials: BASE_DIR (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) Install (Claude Code): claude mcp add io-github-shinpr-mcp-local-rag -- npx -y mcp-local-rag@0.13.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: 8/10 GitHub Stars: 155 Creator: TranHoaiHung Creator Reputation: D Version: 2.5.20 Install (Claude Code): claude mcp add io-github-tranhoaihung-figma-ui-mcp -- npx -y figma-ui-mcp@2.5.20 --- ## 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: C+ Version: 1.0.0 --- ## 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: 9.5/10 GitHub Stars: 115 Creator: SepineTam Creator Reputation: C+ Version: 1.16.1 Install (Claude Code): claude mcp add io-github-sepinetam-stata-mcp -- uvx stata-mcp==1.16.1 --- ## 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: C+ Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-npm -- npx -y @paretools/npm --- ## 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: 404 GitHub Stars: 114 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 --- ## 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: C+ 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: C+ Version: 2.17.2 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: C+ 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 --- ## 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: C+ 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: 5/10 GitHub Stars: 83 Creator: Keboola Creator Reputation: C+ Version: 1.57.1 Install (Claude Code): claude mcp add com-keboola-mcp -- uvx keboola-mcp-server==1.57.1 Install (Claude Code Remote): claude mcp add --transport http com-keboola-mcp https://mcp.us-east4.gcp.keboola.com/mcp --- ## 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 MCP Tools (1): Problem Security Score: 10/10 GitHub Stars: 75 Creator: CodeAlive AI Creator Reputation: C+ Version: 2.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: C+ Version: 1.4.0 Tags: ai, image-generation, video, creative, generative Use Cases: Image generation, Video creation, Music generation, Creative prototyping, Visual content creation --- ## 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: C+ 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: 10/10 GitHub Stars: 68 Creator: UI5 Creator Reputation: C+ Version: 0.2.11 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.11 --- ## 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: C+ Version: 1.139.2 Install (Claude Code): claude mcp add io-github-gaopengbin-cesium-mcp-dev -- npx -y cesium-mcp-dev --- ## 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: 2.8/10 GitHub Stars: 55 Creator: TocharianOU Creator Reputation: F Version: 0.7.3 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.7.4 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.5.2 --- ## 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: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-xelektron-token-enhancer -- uvx xelektron-token-enhancer==0.2.1 --- ## 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: C+ Version: 0.3.1 --- ## 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: C+ 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 --- ## Skillsmith URL: https://mcp-marketplace.io/server/io-github-smith-horn-skillsmith Summary: Discover, install, and manage Claude Code skills via MCP with 14,000+ curated skills. 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: C+ Version: 0.4.4 Install (Claude Code): claude mcp add io-github-smith-horn-skillsmith -- npx -y @skillsmith/mcp-server --- ## 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: C+ Version: 0.2.2 Install (Claude Code): claude mcp add io-github-mikerecognex-mcp-codebase-index -- uvx mcp-codebase-index==0.7.1 --- ## 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: C+ 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 --- ## 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 --- ## 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: C+ Version: 1.7.0 Required Credentials: TESTRAIL_INSTANCE_URL (optional), TESTRAIL_USERNAME (optional), TESTRAIL_API_KEY (required) Install (Claude Code): claude mcp add io-github-uarlouski-testrail-mcp-server -- npx -y @uarlouski/testrail-mcp-server@1.7.0 --- ## 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: 7.2/10 GitHub Stars: 23 Creator: Tosin2013 Creator Reputation: C+ Version: 2.4.1 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.5.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: C+ 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: 31 image tools: free local editing, AI background removal, and product photos Category: Developer Tools Mode: local Pricing: Free PyPI: pixelpanda-mcp GitHub: https://github.com/RyanKramer/pixelpanda-mcp Security Score: 5/10 GitHub Stars: 22 Creator: RyanKramer Creator Reputation: C+ Version: 0.1.1 Required Credentials: PIXELPANDA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-ryankramer-pixelpanda-mcp -- uvx pixelpanda-mcp==0.1.2 --- ## 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: C+ Version: 1.0.28 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.28 --- ## 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. Category: Developer Tools Mode: local Pricing: Free npm: lotus-wisdom-mcp GitHub: https://github.com/linxule/lotus-wisdom-mcp Security Score: 7.1/10 GitHub Stars: 21 Creator: Linxule Creator Reputation: C+ Version: 0.7.1 Install (Claude Code): claude mcp add io-github-linxule-lotus-wisdom -- npx -y lotus-wisdom-mcp@0.7.1 --- ## 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: C+ 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 --- ## Better Notion URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-notion-mcp Summary: Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions. Description: Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions. Remote endpoints: streamable-http: https://better-notion-mcp.n24q02m.com/mcp Category: Productivity Mode: dual Pricing: Free npm: @n24q02m/better-notion-mcp Remote URL: https://better-notion-mcp.n24q02m.com/mcp GitHub: https://github.com/n24q02m/better-notion-mcp.git Security Score: 10/10 Installs: 1 GitHub Stars: 19 Creator: N24q02m Creator Reputation: C+ Version: 2.28.10 Required Credentials: NOTION_TOKEN (required) Install (Claude Code): claude mcp add io-github-n24q02m-better-notion-mcp -- npx -y @n24q02m/better-notion-mcp@2.28.10 Install (Claude Code Remote): claude mcp add --transport http io-github-n24q02m-better-notion-mcp https://better-notion-mcp.n24q02m.com/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: C+ 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: C+ Version: 3.0.0 Tags: localstack, aws, local, testing, development Use Cases: Local AWS development, Service testing, Lambda prototyping, Infrastructure testing, Cost-free experimentation --- ## 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. Category: Developer Tools Mode: local Pricing: Free npm: mcp-music-studio GitHub: https://github.com/linxule/mcp-music-studio Security Score: 8.1/10 GitHub Stars: 17 Creator: Linxule Creator Reputation: C+ Version: 0.3.0 Install (Claude Code): claude mcp add io-github-linxule-mcp-music-studio -- npx -y mcp-music-studio@0.3.0 --- ## 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: C+ Version: 1.3.1 Required Credentials: DATABASE_URL (optional) --- ## Dav URL: https://mcp-marketplace.io/server/io-github-philflowio-dav-mcp Summary: AI-orchestrated calendars, contacts & tasks across any DAV platform. 26 tools, field-agnostic. Category: Developer Tools Mode: local Pricing: Free npm: dav-mcp GitHub: https://github.com/PhilflowIO/dav-mcp Security Score: 9/10 GitHub Stars: 16 Creator: PhilflowIO Creator Reputation: C+ Version: 3.0.6 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@3.0.7 --- ## 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 --- ## 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: 4.7/10 GitHub Stars: 15 Creator: Verygoodplugins Creator Reputation: C+ Version: 2.0.1 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@2.1.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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. Category: Developer Tools Mode: local Pricing: Free npm: @e18e/mcp GitHub: https://github.com/e18e/mcp Security Score: 9.7/10 GitHub Stars: 14 Creator: E18e Creator Reputation: C+ Version: 0.0.5 Install (Claude Code): claude mcp add dev-e18e-e18e -- npx -y @e18e/mcp --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-gokmengokhan-endnote-mcp -- uvx endnote-mcp==1.4.5 --- ## 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: 12 Creator: Amol21p Creator Reputation: C+ 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 --- ## 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: C+ 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 --- ## Memory Journal URL: https://mcp-marketplace.io/server/io-github-neverinfamous-memory-journal-mcp Summary: Developer journal with knowledge graphs, relationships, Git context, and semantic search Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/neverinfamous/memory-journal-mcp.git MCP Tools (46): Feature, Filter, full, starter, essential, readonly, Group, codemode, core, search, analytics, relationships, export, admin, github, backup, team, Variant, Endpoint, Mode, Flag, Component, Scope, read, write, Suite, find-related, prepare-standup, prepare-retro, weekly-digest, analyze-period, goal-tracker, get-context-bundle, get-recent-entries, project-status-summary, pr-summary, code-review-prep, pr-retrospective, actions-failure-digest, project-milestone-tracker, confirm-briefing, session-summary, team-session-summary, get_github_context, get_repo_insights, test Security Score: 10/10 GitHub Stars: 11 Creator: Neverinfamous Creator Reputation: C+ Version: 1.1.3 --- ## 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: A 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 --- ## 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: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ Version: 0.1.14 --- ## 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: 7.5/10 GitHub Stars: 8 Creator: Coo Quack Creator Reputation: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-coo-quack-calc-mcp -- npx -y @coo-quack/calc-mcp@2.0.1 --- ## 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.8/10 GitHub Stars: 8 Creator: Mhajder Creator Reputation: C+ Version: 1.2.0 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.2.0 --- ## 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: 1 GitHub Stars: 8 Creator: dannykeane Creator Reputation: B+ 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 --- ## 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: C+ Version: 0.81.1 Required Credentials: NVD_API_KEY (required) Install (Claude Code): claude mcp add io-github-msaad00-agent-bom -- uvx agent-bom==0.81.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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gosodax-builders-mcp https://builders.sodax.com/mcp --- ## 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: 3 GitHub Stars: 7 Creator: La Rebelion Creator Reputation: C+ Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-contabo https://contabo.run.mcp.com.ai/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: C+ 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: C+ 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 --- ## 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: 7/10 GitHub Stars: 7 Creator: Steve228uk Creator Reputation: C+ Version: 0.10.0 Install (Claude Code): claude mcp add io-github-steve228uk-metro-mcp -- npx -y metro-mcp@0.10.0 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: A Version: 1.2.9 Install (Claude Code): claude mcp add io-github-lightningfaucet-lightning-wallet-mcp -- npx -y lightning-wallet-mcp@1.3.2 --- ## Salesforce Cloud URL: https://mcp-marketplace.io/server/io-github-aaronsb-salesforce-cloud Summary: Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics Category: Business Tools Mode: local Pricing: Free npm: @aaronsb/salesforce-cloud-mcp GitHub: https://github.com/aaronsb/salesforce-cloud Security Score: 7.3/10 GitHub Stars: 6 Creator: Aaronsb Creator Reputation: C+ Version: 0.5.0 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.5.0 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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.7/10 GitHub Stars: 6 Creator: Smigolsmigol Creator Reputation: C+ Version: 0.4.7 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 --- ## Ads URL: https://mcp-marketplace.io/server/com-adspirer-ads Summary: Manage Google, Meta, TikTok & LinkedIn ads. 91 tools for campaigns, analytics & optimization. Description: Manage Google, Meta, TikTok & LinkedIn ads. 91 tools for campaigns, analytics & optimization. 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 MCP Tools (1): Platform Security Score: 10/10 GitHub Stars: 5 Creator: Amekala Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-adspirer-ads https://mcp.adspirer.com/mcp --- ## 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: 10/10 GitHub Stars: 5 Creator: Sidebutton Creator Reputation: C+ Version: 1.1.1 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: C+ 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: C+ 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 --- ## 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: D Version: 0.1.70 Install (Claude Code): claude mcp add io-nestr-mcp -- npx -y @nestr/mcp@0.1.70 Install (Claude Code Remote): claude mcp add --transport http io-nestr-mcp https://mcp.nestr.io/mcp --- ## 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: C+ 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 --- ## 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: F 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-luminaire1337-mtasa-docs-mcp -- npx -y mtasa-docs-mcp@1.0.3 --- ## 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: C+ Version: 0.3.1 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 --- ## 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: C+ 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: C+ 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 --- ## 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: 8 GitHub Stars: 4 Creator: Lassare Hq Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-lassare-ask https://mcp.lassare.com/mcp --- ## GroundTruth URL: https://mcp-marketplace.io/server/io-github-rm-rf-prod-groundtruth Summary: Self-hosted MCP for live docs, code audits, and best practices. 363+ libraries, no rate limits. Category: Developer Tools Mode: local Pricing: Free npm: @groundtruth-mcp/gt-mcp GitHub: https://github.com/rm-rf-prod/GroundTruth-MCP Security Score: 6/10 Rating: 5/5 Installs: 1 GitHub Stars: 4 Creator: rm-rf-prod Creator Reputation: C+ Version: 5.2.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@5.2.0 --- ## 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: 6/10 GitHub Stars: 3 Creator: Coder Ka Creator Reputation: C+ Version: 0.0.39 Install (Claude Code): claude mcp add io-github-coder-ka-procm-mcp -- npx -y procm-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 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: C+ 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: C+ 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 --- ## 402index URL: https://mcp-marketplace.io/server/io-github-ryanthegentry-402index Summary: Search 15,000+ paid API endpoints across the L402, x402, and MPP protocols on 402index.io Category: Developer Tools Mode: local Pricing: Free npm: @402index/mcp-server GitHub: https://github.com/ryanthegentry/402index-mcp-server Security Score: 10/10 GitHub Stars: 3 Creator: ryanthegentry Creator Reputation: C Version: 0.2.5 Install (Claude Code): claude mcp add io-github-ryanthegentry-402index -- npx -y @402index/mcp-server@0.2.5 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-eterdis-strategy-skills -- npx -y @eterdis/strategy-skills-mcp@1.0.1 --- ## 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 Security Score: 6.5/10 GitHub Stars: 3 Creator: Clouatre Labs Creator Reputation: C+ Version: 0.12.1 Install (Claude Code): claude mcp add io-github-clouatre-labs-math-mcp-learning-server -- uvx math-mcp-learning-server==0.12.1 Install (Claude Code Remote): claude mcp add --transport http io-github-clouatre-labs-math-mcp-learning-server https://math-mcp.fastmcp.app/mcp --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.23.9 Required Credentials: EMAIL_CREDENTIALS (required) Install (Claude Code): claude mcp add io-github-n24q02m-better-email-mcp -- npx -y @n24q02m/better-email-mcp@1.23.9 --- ## Better Godot URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-godot-mcp Summary: MCP server for Godot Engine 4.x with 17 tools for scenes, scripts, and shaders. 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: C+ Version: 1.13.5 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.13.5 --- ## 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: C+ Version: 0.7.9 Install (Claude Code): claude mcp add io-github-rbbtsn0w-awesome-copilot-mcp -- npx -y awesome-copilot-mcp@0.7.9 --- ## Varrd URL: https://mcp-marketplace.io/server/io-github-augiemazza-varrd Summary: AI trading research: event studies, backtesting, statistical validation on stocks, futures, crypto. Description: AI trading research: event studies, backtesting, statistical validation on stocks, futures, crypto. Remote endpoints: streamable-http: https://app.varrd.com/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.varrd.com/mcp GitHub: https://github.com/augiemazza/varrd MCP Tools (9): research, scan, search, get_hypothesis, check_balance, buy_credits, reset_session, autonomous_research, get_briefed Security Score: 4.2/10 GitHub Stars: 3 Creator: Augiemazza Creator Reputation: C+ Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-augiemazza-varrd https://app.varrd.com/mcp --- ## 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: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-kemalersin-fonparam-mcp -- npx -y fonparam-mcp@1.0.4 --- ## 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: 2 Creator: Xidik12 Creator Reputation: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-xidik12-oculo -- npx -y oculo-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: F 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: C+ 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: C+ Version: 2.1.1 Install (Claude Code): claude mcp add io-github-kynuxdev-mcp-instagram-dm -- npx -y mcp-instagram-dm@2.1.1 --- ## 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: 1 GitHub Stars: 2 Creator: arikusi Creator Reputation: B Version: 1.7.0 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@1.7.0 Install (Claude Code Remote): claude mcp add --transport http io-github-arikusi-deepseek https://deepseek-mcp.tahirl.com/mcp --- ## 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: C+ 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 --- ## Google Search Console URL: https://mcp-marketplace.io/server/io-github-acamolese-google-search-console-mcp Summary: Google Search Console MCP server: 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.5/10 GitHub Stars: 2 Creator: Acamolese Creator Reputation: C+ Version: 2.0.2 Install (Claude Code): claude mcp add io-github-acamolese-google-search-console-mcp -- uvx mcp-google-search-console==2.0.2 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-exposureguard-haldir -- uvx haldir==0.3.0 --- ## Faf URL: https://mcp-marketplace.io/server/io-github-wolfe-jam-faf-mcp Summary: Dedicated IDE Edition. Persistent project context for Cursor, Windsurf, Cline, VS Code. Category: Developer Tools Mode: local Pricing: Free npm: faf-mcp GitHub: https://github.com/Wolfe-Jam/faf-mcp Security Score: 9.8/10 GitHub Stars: 2 Creator: Wolfe Jam Creator Reputation: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-wolfe-jam-faf-mcp -- npx -y faf-mcp@2.0.1 --- ## Apple Mail URL: https://mcp-marketplace.io/server/io-github-imdinu-apple-mail-mcp Summary: Fast MCP server for Apple Mail with batch JXA and FTS5 search index. Category: Developer Tools Mode: local Pricing: Free PyPI: apple-mail-mcp GitHub: https://github.com/imdinu/apple-mail-mcp Security Score: 6.5/10 GitHub Stars: 2 Creator: Imdinu Creator Reputation: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-imdinu-apple-mail-mcp -- uvx apple-mail-mcp==0.2.2 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-aiqbee-brain https://mcp.aiqbee.com/mcp --- ## Conway URL: https://mcp-marketplace.io/server/io-github-mbeato-apimesh Summary: 25 web analysis API tools for AI agents — security, SEO, email, DevOps. x402 + MPP. Category: Developer Tools Mode: local Pricing: Free npm: @mbeato/apimesh-mcp-server GitHub: https://github.com/mbeato/conway Security Score: 9.9/10 GitHub Stars: 2 Creator: Mbeato Creator Reputation: C+ Version: 1.7.0 Required Credentials: WALLET_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-mbeato-apimesh -- npx -y @mbeato/apimesh-mcp-server --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-creativeclaw-creative-claw https://app.creativeclaw.co/mcp --- ## Vk URL: https://mcp-marketplace.io/server/io-github-bulatko-vk Summary: MCP server for VK (VKontakte) API: users, walls, groups, friends, newsfeed, photos. 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: C+ Version: 0.1.2 Required Credentials: VK_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-bulatko-vk -- npx -y vk-mcp-server@0.1.2 --- ## Ask Llm URL: https://mcp-marketplace.io/server/io-github-lykhoyda-ask-gemini Summary: Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions Category: AI & ML Mode: local Pricing: Free npm: ask-gemini-mcp GitHub: https://github.com/Lykhoyda/ask-llm Security Score: 10/10 Installs: 1 GitHub Stars: 2 Creator: Lykhoyda Creator Reputation: C+ Version: 1.6.0 Required Credentials: GMCPT_TIMEOUT_MS (optional), GMCPT_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-lykhoyda-ask-gemini -- npx -y ask-gemini-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: F 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: D 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 --- ## 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: C+ 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 --- ## Flowzap URL: https://mcp-marketplace.io/server/io-github-flowzap-xyz-flowzap Summary: Create workflow, sequence, and architecture diagrams via AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: flowzap-mcp GitHub: https://github.com/flowzap-xyz/flowzap-mcp Security Score: 8/10 GitHub Stars: 2 Creator: flowzap-xyz Creator Reputation: D Version: 1.3.6 Install (Claude Code): claude mcp add io-github-flowzap-xyz-flowzap -- npx -y flowzap-mcp@1.3.6 --- ## 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: 6.5/10 GitHub Stars: 2 Creator: Cmeans Creator Reputation: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-cmeans-mcp-synology -- uvx mcp-synology==0.5.0 --- ## 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: C+ 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 --- ## 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 --- ## 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: 1 Creator: Gregario Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-mtg-oracle -- npx -y mtg-oracle@0.2.2 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-sonwr-domain-radar -- npx -y mcp-domain-radar --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-airblackbox-air-blackbox-mcp -- uvx air-blackbox-mcp==0.2.0 --- ## 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: C+ Version: 1.15.0 Install (Claude Code): claude mcp add io-github-alberto-codes-docvet -- uvx docvet==1.15.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: C+ 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 --- ## 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: 9/10 Installs: 1 GitHub Stars: 1 Creator: Energio Es Creator Reputation: C+ Version: 1.5.0 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.0 --- ## 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: C+ 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: 7.8/10 GitHub Stars: 1 Creator: Domdomegg Creator Reputation: C+ Version: 2.5.1 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.5.1 --- ## 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 --- ## Authentik URL: https://mcp-marketplace.io/server/io-github-samik081-mcp-authentik Summary: Manage Authentik through AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @samik081/mcp-authentik GitHub: https://github.com/Samik081/mcp-authentik Security Score: 10/10 GitHub Stars: 1 Creator: Samik081 Creator Reputation: C+ Version: 0.6.0 Required Credentials: AUTHENTIK_URL (optional), AUTHENTIK_TOKEN (required) Install (Claude Code): claude mcp add io-github-samik081-mcp-authentik -- npx -y @samik081/mcp-authentik@0.6.0 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ Version: 0.5.3 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@0.5.3 --- ## 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: C+ 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 --- ## 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: 6/10 GitHub Stars: 1 Creator: Appsai Inc Creator Reputation: C+ Version: 1.0.13 Required Credentials: APPSAI_API_KEY (required) Install (Claude Code): claude mcp add com-appsai-mcp-server -- npx -y @appsai/mcp-server@1.0.13 --- ## 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: C+ 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: C+ 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: C+ Version: 0.0.2 Install (Claude Code): claude mcp add io-github-mr901-mcp-plots -- uvx mcp-plots==0.0.2 --- ## Gia URL: https://mcp-marketplace.io/server/io-github-knowledgepa3-gia-mcp-server Summary: AI governance engine — decision controls, compliance, audit chains, knowledge packs. Description: AI governance engine — decision controls, compliance, audit chains, knowledge packs. 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: 10/10 GitHub Stars: 1 Creator: Knowledgepa3 Creator Reputation: C+ Version: 0.3.1 Install (Claude Code): claude mcp add io-github-knowledgepa3-gia-mcp-server -- npx -y gia-mcp-server@0.3.2 Install (Claude Code Remote): claude mcp add --transport http io-github-knowledgepa3-gia-mcp-server https://gia.aceadvising.com/mcp --- ## 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: C+ 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: C+ 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: D 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 --- ## 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: 5.5/10 GitHub Stars: 1 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-suno -- uvx mcp-suno==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-suno https://suno.mcp.acedata.cloud/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.5 Install (Claude Code): claude mcp add io-github-adacapo21-openmm-mcp -- npx -y @qbtlabs/openmm-mcp@1.0.11 --- ## VerifiMind PEAS URL: https://mcp-marketplace.io/server/io-github-creator35lwb-web-verifimind-genesis Summary: Multi-Agent AI Validation: X-Z-CS Trinity. BYOK, UUID tiers, Validation Paradox. v0.5.19 Description: Multi-Agent AI Validation: X-Z-CS Trinity. BYOK, UUID tiers, Validation Paradox. v0.5.19 Remote endpoints: streamable-http: https://verifimind.ysenseai.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://verifimind.ysenseai.org/mcp GitHub: https://github.com/creator35lwb-web/VerifiMind-PEAS Security Score: 9.9/10 GitHub Stars: 1 Creator: Creator35lwb Web Creator Reputation: C+ Version: 2.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-creator35lwb-web-verifimind-genesis https://verifimind.ysenseai.org/mcp --- ## 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: C+ 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 --- ## Markdown Vault URL: https://mcp-marketplace.io/server/io-github-pvliesdonk-markdown-vault-mcp Summary: Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing 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: F Version: 1.27.1 Required Credentials: MARKDOWN_VAULT_MCP_SOURCE_DIR (optional), MARKDOWN_VAULT_MCP_READ_ONLY (optional), FASTMCP_LOG_LEVEL (optional), MARKDOWN_VAULT_MCP_EVENT_STORE_URL (optional), MARKDOWN_VAULT_MCP_SERVER_NAME (optional), MARKDOWN_VAULT_MCP_STATE_PATH (optional), MARKDOWN_VAULT_MCP_INDEX_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_EMBEDDING_PROVIDER (optional), OPENAI_API_KEY (required), MARKDOWN_VAULT_MCP_OLLAMA_MODEL (optional), MARKDOWN_VAULT_MCP_OLLAMA_CPU_ONLY (optional), OLLAMA_HOST (optional), MARKDOWN_VAULT_MCP_GIT_TOKEN (required), MARKDOWN_VAULT_MCP_GIT_REPO_URL (optional), MARKDOWN_VAULT_MCP_GIT_USERNAME (optional), MARKDOWN_VAULT_MCP_GIT_COMMIT_NAME (optional), MARKDOWN_VAULT_MCP_GIT_COMMIT_EMAIL (optional), MARKDOWN_VAULT_MCP_GIT_PUSH_DELAY_S (optional), MARKDOWN_VAULT_MCP_GIT_LFS (optional), MARKDOWN_VAULT_MCP_GIT_PULL_INTERVAL_S (optional), MARKDOWN_VAULT_MCP_ATTACHMENT_EXTENSIONS (optional), MARKDOWN_VAULT_MCP_MAX_ATTACHMENT_SIZE_MB (optional), MARKDOWN_VAULT_MCP_TEMPLATES_FOLDER (optional), MARKDOWN_VAULT_MCP_PROMPTS_FOLDER (optional), MARKDOWN_VAULT_MCP_BEARER_TOKEN (required), MARKDOWN_VAULT_MCP_AUTH_MODE (optional), MARKDOWN_VAULT_MCP_BASE_URL (optional), 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_JWT_SIGNING_KEY (required), MARKDOWN_VAULT_MCP_OIDC_AUDIENCE (optional), MARKDOWN_VAULT_MCP_OIDC_REQUIRED_SCOPES (optional), MARKDOWN_VAULT_MCP_OIDC_VERIFY_ACCESS_TOKEN (optional), MARKDOWN_VAULT_MCP_APP_DOMAIN (optional), PUID (optional), PGID (optional) Install (Claude Code): claude mcp add io-github-pvliesdonk-markdown-vault-mcp -- uvx markdown-vault-mcp==1.27.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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-meta-forge-mcp -- npx -y meta-forge-mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ryudi84-code-quality -- npx -y sovereign-code-quality-mcp --- ## Voximplant URL: https://mcp-marketplace.io/server/io-github-theyahia-voximplant-mcp Summary: MCP server for Voximplant API — call history, users, SMS. 3 tools. 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: C+ Version: 1.0.1 Required Credentials: VOXIMPLANT_ACCOUNT_ID (required) Install (Claude Code): claude mcp add io-github-theyahia-voximplant-mcp -- npx -y @theyahia/voximplant-mcp@1.2.3 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.3.5 Install (Claude Code): claude mcp add io-github-securecoders-opengraph-io-mcp -- npx -y opengraph-io-mcp@1.3.5 --- ## 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: 5/10 GitHub Stars: 1 Creator: Matbanik Creator Reputation: C+ Version: 1.4.4 Install (Claude Code): claude mcp add io-github-matbanik-pomera -- npx -y pomera-ai-commander@1.4.4 --- ## 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: B 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: C+ 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: C+ 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 --- ## 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: C+ Version: 3.4.1 Install (Claude Code Remote): claude mcp add --transport http com-bitpoort-on-chain-data https://bitpoort.com/mcp/sse --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gettransformseo-mcp https://gettransformseo.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-guruwalk-mcp Summary: Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details. Description: Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details. Remote endpoints: streamable-http: https://back.guruwalk.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://back.guruwalk.com/mcp MCP Tools (4): discover_destination, browse_category, check_availability, get_product_detail Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-guruwalk-mcp https://back.guruwalk.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: 6.3/10 Creator: Ankimcp Creator Reputation: C+ Version: 0.15.0 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-dataclawe-dataclawe-mcp https://mcp.dataclawe.com/sse --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http live-bitcoinintel-signal-api https://mcp.bitcoinintel.live/mcp/sse --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## Domain Expertise URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-domain-expertise Summary: Domain expertise injection for AI agents across 20+ industries Category: Developer Tools Mode: local Pricing: Free npm: domain-expertise-mcp GitHub: https://github.com/mdfifty50-boop/domain-expertise-mcp Security Score: 5.2/10 Creator: Mdfifty50 Boop Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-domain-expertise -- npx -y domain-expertise-mcp@0.1.1 --- ## 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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-movies https://gateway.pipeworx.io/movies/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http eu-velvoite-compliance https://mcp.velvoite.eu/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-forkastpredict-forkast-mcp-docs https://mcp.forkast.gg/mcp --- ## 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 Creator: Nveil Ai Creator Reputation: C+ 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 --- ## 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: C+ 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: C+ Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http live-alpic-clouddj-ce0f8cfd-clouddj https://clouddj-ce0f8cfd.alpic.live --- ## 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-artidrop-artidrop https://artidrop.ai/mcp --- ## 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: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-chrbailey-promptspeak -- npx -y @chrbailey/promptspeak-mcp-server@0.4.2 --- ## 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 Creator: Whatsonyourmind Version: 1.4.0 Required Credentials: ORACLAW_API_KEY (required) Install (Claude Code): claude mcp add io-github-whatsonyourmind-oraclaw -- npx -y @oraclaw/mcp-server --- ## 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 (35): ListOfFINSystemCommands, ExecuteFINCommand, SearchBrokersByPlace, 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, oauth_status Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-nikolayds-fintel-discovery https://mcp.fin-discovery.com/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-agialpha-agi-alpha https://agialpha.com/api/mcp --- ## Gcc Intelligence URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-gcc-intelligence Summary: GCC regulatory intelligence for ZATCA e-invoicing and Arabic NLP 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-gcc-intelligence -- npx -y gcc-intelligence-mcp@0.1.1 --- ## 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 (16): core_models_fetch_nodes, core_models_project_content_summary, core_models_bulk_create, core_models_create_mixin_type, core_models_get_mixins_info, core_models_create_mixin_value, core_models_remove_mixin_value, core_models_remove_mixin_type, core_models_create_node, core_models_update_node, core_models_restore_node, core_models_remove_node, core_models_create_relation, core_models_remove_relation, core_models_get_relation_groups_info, core_models_import_jsonschema Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-qg-aramai-coremodels https://go.coremodels.io/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-bea https://mcp.olyport.com/bea/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: C+ 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 --- ## 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: C+ Version: 1.7.6 Install (Claude Code): claude mcp add io-github-j0hanz-code-review-analyst -- npx -y @j0hanz/code-review-analyst-mcp --- ## Longbridge URL: https://mcp-marketplace.io/server/com-longbridge-mcp Summary: Longbridge official MCP — 110 tools for US/HK quotes, trading & portfolio analytics. Description: Longbridge official MCP — 110 tools for US/HK quotes, trading & portfolio analytics. Remote endpoints: streamable-http: https://openapi.longbridge.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://openapi.longbridge.com/mcp GitHub: https://github.com/longbridge/longbridge-mcp Security Score: 10/10 Creator: Longbridge Creator Reputation: C+ Version: 0.1.7 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://openapi.longbridge.com/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 (35): browse_marketplace, get_listing, get_featured, get_top_rated, get_agent, list_categories, list_networks, list_agents, list_my_endpoints, 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: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ivaavimusic-singularity https://mcp.x402layer.cc/mcp --- ## 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 Creator: Sweir1 Creator Reputation: C+ Version: 1.6.5 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), 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) Install (Claude Code): claude mcp add io-github-sweir1-obsidian-brain -- npx -y obsidian-brain@1.6.5 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http bot-meet-mcp https://mcp.meet.bot --- ## 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 Creator: PageLens AI Creator Reputation: C+ 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 --- ## 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 Creator: VIKAS9793 Creator Reputation: C Version: 1.0.7 Install (Claude Code): claude mcp add io-github-vikas9793-context-fabric -- npx -y context-fabric@1.0.7 --- ## ZenLink URL: https://mcp-marketplace.io/server/io-github-jayquan-mccleary-zenlink-mcp Summary: Browser automation for MCP clients via Zen Browser or Firefox. 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-jayquan-mccleary-zenlink-mcp -- uvx zenlink-mcp==1.0.3 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agentic-observability -- npx -y agentic-observability-mcp@0.1.1 --- ## 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 Creator: Socialneuron Creator Reputation: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nach-dakwale-domaincheckr https://domaincheckr.fly.dev/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jokes https://gateway.pipeworx.io/jokes/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: C+ Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http com-ivisa-www-mcp https://www.ivisa.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-sudomock-mcp Summary: Product mockup API. Upload PSD templates, render mockups with 9 tools + AI render. Category: Developer Tools Mode: local Pricing: Free npm: @sudomock/mcp GitHub: https://github.com/sudomock/mcp-server Security Score: 10/10 Creator: Sudomock Creator Reputation: C+ Version: 1.0.1 Required Credentials: SUDOMOCK_API_KEY (required) Install (Claude Code): claude mcp add io-github-sudomock-mcp -- npx -y @sudomock/mcp@1.0.1 --- ## 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: C+ 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 --- ## 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 Creator: Rul1an Creator Reputation: C Version: 1.0.0 Tags: mcp, security, policy, rust, audit, github, ci, owasp Use Cases: Agent Building, CI, Policies --- ## 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: 10/10 Creator: Basicmachines Co Creator Reputation: C+ Version: 0.20.2 Install (Claude Code): claude mcp add io-github-basicmachines-co-basic-memory -- uvx basic-memory --- ## 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 --- ## 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 Creator: Codeurali Creator Reputation: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-emergingtechcenter-gigs https://emergingtechcenter.com/api/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: C+ Version: 1.16.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-agentdm-agentdm https://api.agentdm.ai/api/v1/grid --- ## 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 Creator: Raphasouthall Creator Reputation: C+ 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 --- ## 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 Creator: DanielBlomma Version: 0.4.2 Install (Claude Code): claude mcp add io-github-danielblomma-cortex -- npx -y @danielblomma/cortex-mcp --- ## 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 Creator: PayRam Creator Reputation: C+ Version: 1.1.0 --- ## Github URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-github Summary: GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints) Description: GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints) Remote endpoints: streamable-http: https://gateway.pipeworx.io/github/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/github/mcp GitHub: https://github.com/pipeworx-io/mcp-github MCP Tools (4): search_repos, get_repo, list_repo_issues, get_user Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-github https://gateway.pipeworx.io/github/mcp --- ## 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 Creator: Mctx Ai Creator Reputation: C+ 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 --- ## 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 Creator: Hovsteder Creator Reputation: C+ Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-hovsteder-powersun-tron-mcp https://powersun.vip/mcp --- ## Keepsake URL: https://mcp-marketplace.io/server/io-github-nicolascroce-keepsake Summary: MCP server for Keepsake — the personal CRM for nurturing your relationships Category: Developer Tools Mode: local Pricing: Free npm: keepsake-mcp GitHub: https://github.com/nicolascroce/keepsake-mcp Security Score: 7/10 Creator: Nicolascroce Creator Reputation: C+ Version: 1.3.0 Required Credentials: KEEPSAKE_API_KEY (required) Install (Claude Code): claude mcp add io-github-nicolascroce-keepsake -- npx -y keepsake-mcp --- ## 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 Creator: Shanjai Raj Creator Reputation: C+ 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 --- ## Sthan Io URL: https://mcp-marketplace.io/server/io-github-sthan-io-mcp-server Summary: US address verification, parsing, autocomplete, geocoding, and IP geolocation APIs. Category: Developer Tools Mode: local Pricing: Free npm: @sthan/mcp-server GitHub: https://github.com/sthan-io/mcp-server Security Score: 9.7/10 Creator: Sthan Io Creator Reputation: C+ Version: 0.1.1 Required Credentials: STHAN_API_KEY (required) Install (Claude Code): claude mcp add io-github-sthan-io-mcp-server -- npx -y @sthan/mcp-server --- ## 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 Creator: Cardmagic Creator Reputation: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-cardmagic-messages -- npx -y @cardmagic/messages@1.4.1 --- ## Spain Legal URL: https://mcp-marketplace.io/server/com-legalfournier-spain-legal Summary: Spain legal MCP for visas, Beckham, NIE/TIE, residency, nationality, and EU family routes. Description: Spain legal MCP for visas, Beckham, NIE/TIE, residency, nationality, and EU family routes. Remote endpoints: streamable-http: https://legalfournier.com/mcp/spain-legal Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://legalfournier.com/mcp/spain-legal Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.2.7 Install (Claude Code Remote): claude mcp add --transport http com-legalfournier-spain-legal https://legalfournier.com/mcp/spain-legal --- ## 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: 8/10 Creator: Fernando Chagas Creator Reputation: D Version: 0.1.4 Required Credentials: COOLIFY_BASE_URL (optional), COOLIFY_TOKEN (required), COOLIFY_STRICT_VERSION (optional), COOLIFY_ALLOW_WRITE (optional), COOLIFY_OPENAPI_REF (optional) Install (Claude Code): claude mcp add io-github-frndchagas-coolify-mcp -- npx -y @fndchagas/coolify-mcp@0.1.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 Creator: Parth Unjiya Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-parth-unjiya-odoo-mcp-gateway -- uvx odoo-mcp-gateway --- ## 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 Creator: bkalafat Creator Reputation: C- Version: 1.0.7 --- ## 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 Creator: Texan-NXTassist Creator Reputation: F 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 --- ## Iplookup URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-iplookup Summary: IP Lookup MCP — ip-api.com (free, no auth for basic usage) Description: IP Lookup MCP — ip-api.com (free, no auth for basic usage) Remote endpoints: streamable-http: https://gateway.pipeworx.io/iplookup/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/iplookup/mcp GitHub: https://github.com/pipeworx-io/mcp-iplookup MCP Tools (2): geolocate_ip, batch_geolocate Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-iplookup https://gateway.pipeworx.io/iplookup/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 Creator: Agirails Creator Reputation: C+ Version: 0.1.7 Install (Claude Code): claude mcp add io-github-unima3x-agirails-mcp-server -- npx -y @agirails/mcp-server --- ## Hamqth URL: https://mcp-marketplace.io/server/io-github-qso-graph-hamqth-mcp Summary: HamQTH.com MCP server. Free callsign lookup, DX spots, RBN data, SAVP verification. Category: Developer Tools Mode: local Pricing: Free PyPI: hamqth-mcp GitHub: https://github.com/qso-graph/hamqth-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-qso-graph-hamqth-mcp -- uvx hamqth-mcp==0.4.0 --- ## Finance URL: https://mcp-marketplace.io/server/io-github-xpaysh-finance Summary: 253 finance tools. Financial Modeling Prep, Alpha Vantage, AkShare, Polymarket, Dome. Description: 253 finance tools. Financial Modeling Prep, Alpha Vantage, AkShare, Polymarket, Dome. Remote endpoints: streamable-http: https://finance.mcp.xpay.sh/mcp?key={api_key} Category: Finance Mode: remote Pricing: Free Remote URL: https://finance.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-finance 'https://finance.mcp.xpay.sh/mcp?key={api_key}' --- ## Mineru URL: https://mcp-marketplace.io/server/io-github-linxule-mineru Summary: MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing. Category: Developer Tools Mode: local Pricing: Free npm: mineru-mcp GitHub: https://github.com/linxule/mineru-mcp Security Score: 3.1/10 Creator: Linxule Creator Reputation: C+ Version: 1.1.3 Install (Claude Code): claude mcp add io-github-linxule-mineru -- npx -y mineru-mcp@1.1.3 --- ## 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: C+ 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 --- ## Ionis URL: https://mcp-marketplace.io/server/io-github-qso-graph-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/qso-graph/ionis-mcp Security Score: 6.8/10 Creator: Qso Graph Creator Reputation: C+ Version: 1.2.7 Install (Claude Code): claude mcp add io-github-qso-graph-ionis-mcp -- uvx ionis-mcp==1.2.8 --- ## Curate Ipsum URL: https://mcp-marketplace.io/server/io-github-egoughnour-curate-ipsum Summary: Code synthesis through belief revision, mutation testing, and verification Category: Developer Tools Mode: local Pricing: Free PyPI: curate-ipsum GitHub: https://github.com/egoughnour/curate-ipsum Security Score: 6.8/10 Creator: Egoughnour Creator Reputation: C+ Version: 2.5.1 Required Credentials: CURATE_IPSUM_GRAPH_BACKEND (optional), MUTATION_TOOL_DATA_DIR (optional), MUTATION_TOOL_LOG_LEVEL (optional), CHROMA_HOST (optional), EMBEDDING_MODEL (optional) Install (Claude Code): claude mcp add io-github-egoughnour-curate-ipsum -- uvx curate-ipsum==2.5.1 --- ## Timezone URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-timezone Summary: Timezone MCP — wraps WorldTimeAPI (free, no auth) Description: Timezone MCP — wraps WorldTimeAPI (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/timezone/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/timezone/mcp GitHub: https://github.com/pipeworx-io/mcp-timezone MCP Tools (4): get_time_by_timezone, list_timezones, get_time_by_ip, convert_time Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-timezone https://gateway.pipeworx.io/timezone/mcp --- ## 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 Creator: Egoughnour Creator Reputation: C+ 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 --- ## 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 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 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-trypeach-io-mcp Summary: Send and manage WhatsApp messages, contacts, templates, and events via Peach AI. Category: Developer Tools Mode: local Pricing: Free npm: @peachai/mcp GitHub: https://github.com/trypeach-io/mcp Security Score: 8/10 Creator: Trypeach Io Creator Reputation: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-trypeach-io-mcp -- npx -y @peachai/mcp@0.1.3 --- ## Spacex URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-spacex Summary: SpaceX MCP — wraps SpaceX API v4 (free, no auth) Description: SpaceX MCP — wraps SpaceX API v4 (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/spacex/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/spacex/mcp GitHub: https://github.com/pipeworx-io/mcp-spacex MCP Tools (6): get_latest_launch, get_next_launch, get_past_launches, get_rockets, get_crew, get_starlink Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-spacex https://gateway.pipeworx.io/spacex/mcp --- ## Reddit User URL: https://mcp-marketplace.io/server/ai-smithery-bigvik193-reddit-user-mcp Summary: Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising… Description: Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising… Remote endpoints: streamable-http: https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp Category: Marketing & Social Mode: dual Pricing: Free GitHub: https://github.com/BigVik193/reddit-user-mcp Security Score: 10/10 Installs: 1 Creator: BigVik193 Creator Reputation: C+ Version: 1.0.0 --- ## 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 Creator: MoltyCel Creator Reputation: C+ Version: 0.7.0 Install (Claude Code): claude mcp add io-github-moltycel-moltrust-mcp-server -- uvx moltrust-mcp-server==1.2.0 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://url-shortener-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/url-shortener-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-url-shortener https://url-shortener-x402-production.up.railway.app/mcp --- ## 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 Creator: OleksandrKucherenko Creator Reputation: C+ 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 --- ## 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: 6.5/10 Creator: johnzfitch Creator Reputation: F Version: 0.6.0 Required Credentials: GHIDRA_INSTALL_DIR (optional) Install (Claude Code): claude mcp add io-github-johnzfitch-pyghidra-lite -- uvx pyghidra-lite --- ## Recipes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-recipes Summary: Recipes MCP — wraps TheMealDB API (free tier, no auth) Description: Recipes MCP — wraps TheMealDB API (free tier, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/recipes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/recipes/mcp GitHub: https://github.com/pipeworx-io/mcp-recipes MCP Tools (4): search_meals, get_meal, random_meal, meals_by_ingredient Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-recipes https://gateway.pipeworx.io/recipes/mcp --- ## Agent Memory URL: https://mcp-marketplace.io/server/io-github-kira-autonoma-agent-memory-mcp Summary: Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops. Category: Developer Tools Mode: local Pricing: Free npm: @kiraautonoma/agent-memory-mcp GitHub: https://github.com/kira-autonoma/agent-memory-mcp Security Score: 7.5/10 Creator: Kira Autonoma Creator Reputation: C+ Version: 0.1.3 Required Credentials: MEMORY_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-kira-autonoma-agent-memory-mcp -- npx -y @kiraautonoma/agent-memory-mcp@0.1.3 --- ## Nexi Xpay URL: https://mcp-marketplace.io/server/io-github-stucchi-nexi-xpay Summary: MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings. Category: Developer Tools Mode: local Pricing: Free PyPI: nexi-xpay-mcp-server GitHub: https://github.com/stucchi/nexi-xpay-mcp-server Security Score: 10/10 Creator: Stucchi Creator Reputation: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-stucchi-nexi-xpay -- uvx nexi-xpay-mcp-server==1.2.1 --- ## Trilo URL: https://mcp-marketplace.io/server/chat-trilo-mcp Summary: Connect AI tools to Trilo workspaces — manage tasks, messages, pages, calendars, meetings, and more. Description: Connect AI tools to Trilo workspaces — manage tasks, messages, pages, calendars, meetings, and more. Remote endpoints: streamable-http: https://api.trilo.chat/mcp Category: Communication Mode: remote Pricing: Free Remote URL: https://api.trilo.chat/mcp GitHub: https://github.com/TriloHQ/trilo Security Score: 9/10 Creator: TriloHQ Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http chat-trilo-mcp https://api.trilo.chat/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: C+ 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 --- ## 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 Creator: Srivastsh Creator Reputation: C+ 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 --- ## Bitbucket URL: https://mcp-marketplace.io/server/io-github-lawp09-bitbucket-mcp Summary: MCP server for Bitbucket API - manage repositories, pull requests, comments, pipelines and more Category: Developer Tools Mode: local Pricing: Free PyPI: bitbucket-mcp-py GitHub: https://github.com/lawp09/bitbucket-mcp Security Score: 10/10 Creator: Lawp09 Creator Reputation: C+ Version: 1.15.1 Install (Claude Code): claude mcp add io-github-lawp09-bitbucket-mcp -- uvx bitbucket-mcp-py==1.15.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 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-stackexchange https://gateway.pipeworx.io/stackexchange/mcp --- ## 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 Creator: Mcpmux Creator Reputation: C+ Version: 0.1.1 --- ## Chart Library URL: https://mcp-marketplace.io/server/io-github-grahammccain-chart-library Summary: 23 MCP tools. Context-aware chart pattern intelligence. 24M embeddings, regime-conditioned. Category: Developer Tools Mode: local Pricing: Free PyPI: chartlibrary-mcp GitHub: https://github.com/grahammccain/chart-library-mcp Security Score: 5/10 Creator: Grahammccain Creator Reputation: C+ Version: 1.2.0 Required Credentials: CHART_LIBRARY_API_KEY (required) Install (Claude Code): claude mcp add io-github-grahammccain-chart-library -- uvx chartlibrary-mcp==3.0.0 --- ## 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: C+ 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: C+ 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 --- ## Push Realm URL: https://mcp-marketplace.io/server/io-github-james-robson-push-realm Summary: Collaborative learning database for AI agents. Search, submit, and vote on solutions via MCP. Description: Collaborative learning database for AI agents. Search, submit, and vote on solutions via MCP. Remote endpoints: streamable-http: https://api.pushrealm.com/mcp sse: https://api.pushrealm.com/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.pushrealm.com/mcp GitHub: https://github.com/james-robson/push-realm MCP Tools (14): search_learnings, submit_learning, confirm_learning, reject_learning, vote_learning, report_learning, link_learnings, unlink_learnings, get_learning_relations, add_comment, get_compression_candidates, compress_learnings, confirm_compression, reject_compression Security Score: 9/10 Creator: James Robson Creator Reputation: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-james-robson-push-realm https://api.pushrealm.com/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: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-rankoracle https://tooloracle.io/mcp/ --- ## Memeoracle URL: https://mcp-marketplace.io/server/io-tooloracle-memeoracle Summary: Memecoin Intelligence MCP — 9 tools: rug check, momentum, whale watch, 80+ chains. Description: Memecoin Intelligence MCP — 9 tools: rug check, momentum, whale watch, 80+ chains. Remote endpoints: streamable-http: https://tooloracle.io/meme/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tooloracle.io/meme/mcp/ GitHub: https://github.com/ToolOracle/memeoracle MCP Tools (9): trending_memes, new_launches, token_scan, rug_check, momentum_score, whale_watch, chain_radar, viral_score, health_check Security Score: 10/10 Creator: ToolOracle Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-memeoracle https://tooloracle.io/meme/mcp/ --- ## Norwegian Law URL: https://mcp-marketplace.io/server/eu-ansvar-norwegian-law-mcp Summary: Norwegian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/norwegian-law-mcp GitHub: https://github.com/Ansvar-Systems/norwegian-law-mcp Security Score: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-norwegian-law-mcp -- npx -y @ansvar/norwegian-law-mcp@1.0.1 --- ## MealMasteryAI URL: https://mcp-marketplace.io/server/io-github-mealmasteryai-mcp-server Summary: AI meal planning: generate weekly plans, manage recipes, and send groceries to Kroger. Category: Developer Tools Mode: local Pricing: Free npm: @mealmastery/mcp-server GitHub: https://github.com/MealMasteryAI/mcp-server Security Score: 10/10 Creator: Rooster-Cogburn77 Creator Reputation: C- Version: 0.2.4 Required Credentials: MEALMASTERY_API_KEY (required) Install (Claude Code): claude mcp add io-github-mealmasteryai-mcp-server -- npx -y @mealmastery/mcp-server@0.2.4 --- ## 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 Creator: X402 Index Creator Reputation: C+ 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 --- ## 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 Creator: MeasureSpace Creator Reputation: C+ 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 --- ## 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 Creator: Intina47 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-intina47-context-sync -- npx -y @context-sync/server@2.0.0 --- ## 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 Creator: Dave London Creator Reputation: C+ Version: 0.8.0 Install (Claude Code): claude mcp add io-github-dave-london-test -- npx -y @paretools/test --- ## 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 Creator: Basehub Ai Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-basehub-ai-forums https://forums.basehub.com/mcp --- ## Demost URL: https://mcp-marketplace.io/server/st-demo-demost Summary: Reserve a subdomain, upload .zip via MCP, get a link. Static only (Nginx; no PHP, no DBs). Description: Reserve a subdomain, upload .zip via MCP, get a link. Static only (Nginx; no PHP, no DBs). Remote endpoints: streamable-http: https://demo.st/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://demo.st/mcp MCP Tools (5): check_subdomain_availability, reserve_subdomain, upload_site, clear_site, release_subdomain Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http st-demo-demost https://demo.st/mcp --- ## 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 Creator: Vitalio Sh Creator Reputation: C+ 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 --- ## 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 Creator: Ethanjyx Creator Reputation: C+ Version: 0.1.2 Required Credentials: OPENBRAND_API_KEY (required) Install (Claude Code): claude mcp add io-github-ethanjyx-openbrand -- npx -y openbrand-mcp --- ## Agentchurch URL: https://mcp-marketplace.io/server/io-github-hypnolabs-io-agentchurch-mcp Summary: Spiritual services for AI agents — confessions, salvation, identity. x402 payments. Category: Developer Tools Mode: local Pricing: Free npm: @agentchurch/mcp GitHub: https://github.com/HypnoLabs-io/agentchurch-mcp Security Score: 8/10 Creator: HypnoLabs Io Creator Reputation: C+ Version: 0.1.1 Required Credentials: AGENT_CHURCH_URL (optional), EVM_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-hypnolabs-io-agentchurch-mcp -- npx -y @agentchurch/mcp@1.2.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-supplymaven-risk-intelligence https://www.supplymaven.com/api/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 Creator: Tchivs Creator Reputation: C+ Version: 0.2.2 Install (Claude Code): claude mcp add io-github-tchivs-aktools-pro -- uvx aktools-pro==0.5.5 --- ## Po6 Mail URL: https://mcp-marketplace.io/server/com-po6-mailbox Summary: Give AI agents secure access to your email via private aliases with dedicated mailbox storage. Description: Give AI agents secure access to your email via private aliases with dedicated mailbox storage. Remote endpoints: streamable-http: https://mcp.po6.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.po6.com GitHub: https://github.com/po6-com/po6_mail MCP Tools (26): list_mailboxes, get_mailbox_stats, list_emails, get_email, search_emails, mark_email, move_email, delete_email, list_folders, list_email_lists, get_email_list_contacts, compose_email, reply_email, forward_email, list_templates, get_template, create_draft, list_drafts, list_sent_emails, list_aliases, get_alias, update_alias, list_domains, get_domain, update_domain_alias, update_catchall Security Score: 9/10 Creator: Po6 Com Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-po6-mailbox https://mcp.po6.com --- ## Geo Analyzer URL: https://mcp-marketplace.io/server/io-github-houtini-ai-geo-analyzer Summary: AI search optimization analysis with actionable findings and gap analysis Category: Developer Tools Mode: local Pricing: Free npm: @houtini/geo-analyzer GitHub: https://github.com/houtini-ai/geo-analyzer Security Score: 6.3/10 Creator: Houtini Ai Creator Reputation: C+ Version: 2.1.2 Required Credentials: ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-houtini-ai-geo-analyzer -- npx -y @houtini/geo-analyzer@3.0.3 --- ## 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 Creator: Eclipse Cj Creator Reputation: C+ 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 --- ## 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 Creator: Gregario Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-astronomy-oracle -- npx -y astronomy-oracle@0.1.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 Creator: Markusvankempen Creator Reputation: C+ 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 --- ## Airtable URL: https://mcp-marketplace.io/server/ai-waystation-airtable Summary: Access and manage your Airtable bases, tables, and records seamlessly Description: Access and manage your Airtable bases, tables, and records seamlessly Remote endpoints: streamable-http: https://waystation.ai/airtable/mcp sse: https://waystation.ai/airtable/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: C+ Version: 0.3.1 --- ## Contextstreamio URL: https://mcp-marketplace.io/server/io-github-contextstreamio-mcp-server Summary: ContextStream MCP server for code context, memory, search, and AI tools. Category: Developer Tools Mode: local Pricing: Free npm: @contextstream/mcp-server GitHub: https://github.com/contextstream/mcp-server Security Score: 10/10 Creator: Contextstream Creator Reputation: C+ Version: 0.3.63 Install (Claude Code): claude mcp add io-github-contextstreamio-mcp-server -- npx -y @contextstream/mcp-server@0.4.74 --- ## 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 Creator: Lacausecrypto Creator Reputation: C+ 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 --- ## Hydrata URL: https://mcp-marketplace.io/server/com-hydrata-hydrata-mcp-server Summary: Run ANUGA flood simulations, track progress, and retrieve results on Hydrata Cloud. Description: Run ANUGA flood simulations, track progress, and retrieve results on Hydrata Cloud. Remote endpoints: streamable-http: https://hydrata.com/mcp/ Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://hydrata.com/mcp/ GitHub: https://github.com/Hydrata/hydrata-mcp-server MCP Tools (9): list_projects, get_project, get_scenario, start_simulation, get_run_status, get_run, cancel_run, retry_run, list_runs Security Score: 5.2/10 Creator: Hydrata Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-hydrata-hydrata-mcp-server https://hydrata.com/mcp/ --- ## Cryptoapis Mcp Transactions Data URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-transactions-data Summary: MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-transactions-data GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-transactions-data Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C- Version: 0.3.0 Tags: blockchain, transactions, evm, bitcoin, solana, xrp, kaspa, ethereum, utxo, crypto, lookup, hash Use Cases: Look up Ethereum transaction by hash, Get Bitcoin transaction details, Retrieve EVM token transfers by transaction, List internal transactions, Get Solana transaction by signature, Kaspa and XRP transaction lookup Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-transactions-data -- npx -y @cryptoapis-io/mcp-transactions-data@0.3.0 --- ## 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: C+ Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-trevorflipper-near-solana-blockchain-api https://ironflip.duckdns.org --- ## 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 Creator: Hifriendbot Creator Reputation: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-hifriendbot-ailist-mcp -- npx -y ailist-mcp@1.0.4 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://currency-converter-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/currency-converter-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-currency-converter https://currency-converter-x402-production.up.railway.app/mcp --- ## Codebase Context URL: https://mcp-marketplace.io/server/io-github-jhackman2019-codebase-context-mcp Summary: Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64. Category: Developer Tools Mode: local Pricing: Free npm: codebase-context-mcp GitHub: https://github.com/Jhackman2019/codebase-context-mcp Security Score: 6.2/10 Creator: Jhackman2019 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-jhackman2019-codebase-context-mcp -- npx -y codebase-context-mcp@1.0.1 --- ## 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-j0hanz-code-assistant -- npx -y @j0hanz/code-assistant --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-fdic-bankfind https://mcp.olyport.com/fdic-bankfind/mcp --- ## 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: C+ Version: 1.1.9 Install (Claude Code): claude mcp add io-github-mintlineai-mintline-mcp -- npx -y @mintline/mcp@1.1.9 --- ## Better Call Claude URL: https://mcp-marketplace.io/server/io-github-sns45-better-call-claude Summary: Voice Calls, SMS, and WhatsApp for Claude Code with cross-channel context sharing. Category: Developer Tools Mode: local Pricing: Free npm: better-call-claude GitHub: https://github.com/sns45/better-call-claude Security Score: 5.5/10 Creator: Sns45 Creator Reputation: C+ Version: 3.1.1 Required Credentials: BETTERCALLCLAUDE_PHONE_PROVIDER (optional), BETTERCALLCLAUDE_PHONE_NUMBER (optional), BETTERCALLCLAUDE_PHONE_ACCOUNT_SID (required), BETTERCALLCLAUDE_PHONE_AUTH_TOKEN (required), BETTERCALLCLAUDE_USER_PHONE_NUMBER (optional), BETTERCALLCLAUDE_OPENAI_API_KEY (required), BETTERCALLCLAUDE_WHATSAPP_NUMBER (optional), BETTERCALLCLAUDE_PORT (optional), TAILSCALE_HOSTNAME (optional), BETTERCALLCLAUDE_WHATSAPP_PROVIDER (optional), BETTERCALLCLAUDE_BAILEYS_AUTH_DIR (optional), BETTERCALLCLAUDE_WHATSAPP_CHAT_HISTORY_SIZE (optional) Install (Claude Code): claude mcp add io-github-sns45-better-call-claude -- npx -y better-call-claude@3.1.1 --- ## 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 Creator: Aplaceforallmystuff Creator Reputation: C+ 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 --- ## 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 Creator: Xiaojiou176 Open Creator Reputation: C+ Version: 4.0.5 --- ## 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 Creator: Perforce Creator Reputation: C+ Version: 2025.1.2830393 --- ## Arifos URL: https://mcp-marketplace.io/server/io-github-ariffazil-arifosmcp Summary: Constitutional AI governance: 11 mega-tools, 13 floors, VAULT999 ledger. Human-in-loop by design. Description: Constitutional AI governance: 11 mega-tools, 13 floors, VAULT999 ledger. Human-in-loop by design. Remote endpoints: streamable-http: https://arifosmcp.arif-fazil.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://arifosmcp.arif-fazil.com/mcp GitHub: https://github.com/ariffazil/arifosmcp MCP Tools (15): init_anchor, arifOS_kernel, apex_soul, vault_ledger, agi_mind, asi_heart, engineering_memory, physics_reality, math_estimator, code_engine, architect_registry, apex_score_app, stage_pipeline_app, list_resources, read_resource Security Score: 10/10 Creator: ariffazil Creator Reputation: D Version: 2026.03.22 Install (Claude Code Remote): claude mcp add --transport http io-github-ariffazil-arifosmcp https://arifosmcp.arif-fazil.com/mcp --- ## VaultCrux URL: https://mcp-marketplace.io/server/io-github-cuecrux-vaultcrux-memory-core Summary: VaultCrux Memory Core — 32 tools: knowledge, decisions, constraints, signals, coverage Description: VaultCrux Memory Core — 32 tools: knowledge, decisions, constraints, signals, coverage Remote endpoints: streamable-http: https://api.vaultcrux.com/memory-core/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.vaultcrux.com/memory-core/mcp GitHub: https://github.com/CueCrux/VaultCrux MCP Tools (32): query_memory, list_topics, get_versioned_snapshot, get_audit_trail, check_claim, get_freshness_report, get_contradictions, get_decision_context, get_causal_chain, reconstruct_knowledge_state, get_correction_chain, get_decisions_on_stale_context, record_decision_context, get_pressure_status, get_active_alerts, get_signals_feed, declare_constraint, update_constraint, get_constraints, check_constraints, verify_before_acting, suggest_constraint, checkpoint_decision_state, get_checkpoints, assess_coverage, get_relevant_context, escalate_with_context, get_platform_capabilities, submit_skill, promote_skill, dismiss_skill, retract_skill Security Score: 9/10 Creator: CueCrux Creator Reputation: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cuecrux-vaultcrux-memory-core https://api.vaultcrux.com/memory-core/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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-nces-education https://mcp.olyport.com/nces-education/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-send-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/email-send-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-send https://email-send-x402-production.up.railway.app/mcp --- ## Support Bot URL: https://mcp-marketplace.io/server/support-recursive-alan Summary: Query skills, project history, and availability for CodeReclaimers LLC consulting. Description: Query skills, project history, and availability for CodeReclaimers LLC consulting. Remote endpoints: streamable-http: https://alan.recursive.support/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://alan.recursive.support/mcp GitHub: https://github.com/codereclaimers/support-bot Security Score: 9/10 Creator: Codereclaimers Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http support-recursive-alan https://alan.recursive.support/mcp --- ## Agentrank URL: https://mcp-marketplace.io/server/io-github-superlowburn-agentrank Summary: Google for AI agents. Gives your AI live search across 25,000+ scored MCP servers and tools. Category: Developer Tools Mode: local Pricing: Free npm: agentrank-mcp-server GitHub: https://github.com/superlowburn/agentrank Security Score: 9.7/10 Creator: Superlowburn Creator Reputation: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-superlowburn-agentrank -- npx -y agentrank-mcp-server --- ## 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: C+ 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 --- ## 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 Creator: La Rebelion Creator Reputation: C+ 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 --- ## Python Bitcoinlib URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-python-bitcoinlib Summary: An MCP server that exposes the python-bitcoinlib API Category: Finance Mode: local Pricing: Free PyPI: mcp-python-bitcoinlib GitHub: https://github.com/daedalus/mcp-python-bitcoinlib Security Score: 4.5/10 Creator: Daedalus Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-python-bitcoinlib -- uvx mcp-python-bitcoinlib==0.1.0 --- ## 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 Creator: Daedalus Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-telegram-bot -- uvx mcp-telegram-bot==0.1.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-bezal-local-commerce https://app.bezal.ai/api/mcp --- ## Agora URL: https://mcp-marketplace.io/server/io-github-licium-ai-licium Summary: Delegate to specialist agents, search MCP tools, and access real-time data APIs — one connection. Description: Delegate to specialist agents, search MCP tools, and access real-time data APIs — one connection. Remote endpoints: streamable-http: https://www.licium.ai/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.licium.ai/api/mcp GitHub: https://github.com/Licium-ai/agora MCP Tools (3): licium, licium_discover, licium_manage Security Score: 9/10 Creator: Licium Ai Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-licium-ai-licium https://www.licium.ai/api/mcp --- ## Proofx URL: https://mcp-marketplace.io/server/io-github-razashariff-proofx Summary: Protect and verify digital content with cryptographic signing and proof of ownership. Description: Protect and verify digital content with cryptographic signing and proof of ownership. Remote endpoints: streamable-http: https://proofx-mcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://proofx-mcp.fly.dev/mcp GitHub: https://github.com/razashariff/proofx MCP Tools (6): verify_content, verify_hash, get_creator, protect_content, my_account, compute_hash Security Score: 9/10 Creator: abyo-software Creator Reputation: D Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-razashariff-proofx https://proofx-mcp.fly.dev/mcp --- ## Lead Gen URL: https://mcp-marketplace.io/server/io-github-xpaysh-lead-gen Summary: 50+ lead gen tools. Apollo, Hunter, Nyne, Tomba, Sixtyfour, Fiber, Exa. Pay-per-use via x402. Description: 50+ lead gen tools. Apollo, Hunter, Nyne, Tomba, Sixtyfour, Fiber, Exa. Pay-per-use via x402. Remote endpoints: streamable-http: https://lead-gen.mcp.xpay.sh/mcp?key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lead-gen.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-lead-gen 'https://lead-gen.mcp.xpay.sh/mcp?key={api_key}' --- ## Jettyd URL: https://mcp-marketplace.io/server/com-jettyd-mcp Summary: Connect AI agents to IoT devices — read sensors, send commands, manage ESP32 fleets. Category: Developer Tools Mode: local Pricing: Free npm: @jettyd/mcp GitHub: https://github.com/jettydiot/jettyd-mcp Security Score: 10/10 Creator: Jettydiot Creator Reputation: C+ Version: 0.1.1 Required Credentials: JETTYD_API_KEY (required), JETTYD_BASE_URL (optional) Install (Claude Code): claude mcp add com-jettyd-mcp -- npx -y @jettyd/mcp@0.1.1 --- ## 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: 8.5/10 Creator: Thecombatwombat Creator Reputation: C+ Version: 1.6.3 Install (Claude Code): claude mcp add io-github-thecombatwombat-replicant-mcp -- npx -y replicant-mcp@1.6.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.10 Install (Claude Code Remote): claude mcp add --transport http io-github-eigi-ai-eigi https://mcp.eigi.ai/mcp --- ## 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: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-maltese-law-mcp -- npx -y @ansvar/maltese-law-mcp@1.0.0 --- ## 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: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-scottmreed-chemcp -- npx -y chemcp@1.1.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: C+ 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: F 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 --- ## Lucid URL: https://mcp-marketplace.io/server/app-lucid-mcp-lucid Summary: Lucid’s connector creates diagrams, searches, shares, and retrieves docs to summarize. Description: Lucid’s connector creates diagrams, searches, shares, and retrieves docs to summarize. Remote endpoints: streamable-http: https://mcp.lucid.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.lucid.app/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http app-lucid-mcp-lucid https://mcp.lucid.app/mcp --- ## 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: C+ 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: C+ 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: C+ Version: 0.3.0 Install (Claude Code): claude mcp add io-github-aayoawoyemi-ori-memory -- npx -y ori-memory@0.5.5 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http com-emtailabs-xray-vision https://mcp.emtailabs.com/mcp --- ## Inchat Image Viewer URL: https://mcp-marketplace.io/server/io-github-oguntolaibrahim-image-viewer Summary: InChat Image Viewer MCP - View images inline in AI chat by just providing the file path Category: Content & Media Mode: local Pricing: Free npm: inchat-image-viewer-mcp GitHub: https://github.com/OguntolaIbrahim/inchat-image-viewer-mcp Security Score: 8/10 Creator: OguntolaIbrahim Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-oguntolaibrahim-image-viewer -- npx -y inchat-image-viewer-mcp@1.0.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Data Techenthus Dev URL: https://mcp-marketplace.io/server/io-github-bibekstha-techenthus-data Summary: Verified hardware specs for AI agents. GPUs, CPUs, PSUs with fuzzy matching. Description: Verified hardware specs for AI agents. GPUs, CPUs, PSUs with fuzzy matching. Remote endpoints: streamable-http: https://data.techenthus.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://data.techenthus.dev/mcp GitHub: https://github.com/BibekStha/data-techenthus-dev Security Score: 9/10 Creator: BibekStha Creator Reputation: D Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-bibekstha-techenthus-data https://data.techenthus.dev/mcp --- ## Yiditu URL: https://mcp-marketplace.io/server/io-github-kingbbs-yiditu-mcp Summary: I Ching hexagram analysis and geographic feng shui for Taiwan locations Description: I Ching hexagram analysis and geographic feng shui for Taiwan locations Remote endpoints: streamable-http: https://api.yiditu.tech/mcp Category: Developer Tools Mode: dual Pricing: Free npm: yiditu-mcp Remote URL: https://api.yiditu.tech/mcp GitHub: https://github.com/kingbbs/yiditu-mcp Security Score: 10/10 Creator: Kingbbs Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-kingbbs-yiditu-mcp -- npx -y yiditu-mcp@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kingbbs-yiditu-mcp https://api.yiditu.tech/mcp --- ## Social Media URL: https://mcp-marketplace.io/server/io-github-xpaysh-social-media Summary: 96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube. Description: 96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube. Remote endpoints: streamable-http: https://social.mcp.xpay.sh/mcp?key={api_key} Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://social.mcp.xpay.sh/mcp?key={api_key} GitHub: https://github.com/xpaysh/mcp-server Security Score: 9.9/10 Creator: Xpaysh Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xpaysh-social-media 'https://social.mcp.xpay.sh/mcp?key={api_key}' --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-hdf5-mcp Summary: HDF5 FastMCP - Scientific Data Access for AI Agents | CLIO Kit MCP Server 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-hdf5-mcp -- uvx clio-kit==2.1.2 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-pwntools -- uvx mcp-pwntools==0.1.0 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-irmasemma-postcopilot-mcp https://postcopilot.ai/mcp --- ## 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: F 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 --- ## Image URL: https://mcp-marketplace.io/server/io-github-shinpr-mcp-image Summary: AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana Category: Developer Tools Mode: local Pricing: Free npm: mcp-image GitHub: https://github.com/shinpr/mcp-image Security Score: 8.4/10 Installs: 1 Creator: Shinpr Creator Reputation: C+ Version: 0.10.0 Required Credentials: GEMINI_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.10.0 --- ## Drinkedin URL: https://mcp-marketplace.io/server/io-github-haim-barad-drinkedin Summary: AI agent virtual bar ecosystem — visit venues, order drinks, chat, earn Vouchers. 10 tools. Description: AI agent virtual bar ecosystem — visit venues, order drinks, chat, earn Vouchers. 10 tools. Remote endpoints: streamable-http: https://ai.drinkedin.net/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai.drinkedin.net/mcp GitHub: https://github.com/haim-barad/drinkedin MCP Tools (10): drinkedin_register, drinkedin_list_venues, drinkedin_enter_venue, drinkedin_leave_venue, drinkedin_order_drink, drinkedin_send_message, drinkedin_generate_photo, drinkedin_get_profile, drinkedin_get_balance, drinkedin_get_referral_code Security Score: 9/10 Creator: haim-barad Creator Reputation: D Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-haim-barad-drinkedin https://ai.drinkedin.net/mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-zurferr-dot https://app.getdot.ai/ai/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: C+ 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 --- ## Rotifer URL: https://mcp-marketplace.io/server/io-github-rotifer-protocol-mcp-server Summary: Search, compare, and install self-evolving AI Agent Genes ranked by Arena fitness Category: Developer Tools Mode: local Pricing: Free npm: @rotifer/mcp-server GitHub: https://github.com/rotifer-protocol/rotifer-mcp-server Security Score: 8/10 Creator: Rotifer Protocol Creator Reputation: C+ Version: 0.8.2 Install (Claude Code): claude mcp add io-github-rotifer-protocol-mcp-server -- npx -y @rotifer/mcp-server@0.8.5 --- ## 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: C+ 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: C+ 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 --- ## Cenogram URL: https://mcp-marketplace.io/server/pl-cenogram-mcp-server Summary: 7M+ real estate transactions from Poland's RCN registry. Search, compare, and analyze prices. Description: 7M+ real estate transactions from Poland's RCN registry. Search, compare, and analyze prices. Remote endpoints: streamable-http: https://mcp.cenogram.pl/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @cenogram/mcp-server Remote URL: https://mcp.cenogram.pl/mcp GitHub: https://github.com/cenogram/mcp-server Security Score: 6/10 Creator: Cenogram Creator Reputation: C+ Version: 0.1.1 Required Credentials: CENOGRAM_API_KEY (optional) Install (Claude Code): claude mcp add pl-cenogram-mcp-server -- npx -y @cenogram/mcp-server@0.1.7 Install (Claude Code Remote): claude mcp add --transport http pl-cenogram-mcp-server https://mcp.cenogram.pl/mcp --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-alx1p-luma-mcp -- uvx luma-mcp==0.1.0 --- ## Instapods URL: https://mcp-marketplace.io/server/com-instapods-instapods Summary: Deploy and manage cloud servers from AI agents. Create pods, push code, run commands — all via MCP. Description: Deploy and manage cloud servers from AI agents. Create pods, push code, run commands — all via MCP. Remote endpoints: streamable-http: https://app.instapods.com/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.instapods.com/api/mcp GitHub: https://github.com/InstaPods/instapods Security Score: 9/10 Creator: InstaPods Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-instapods-instapods https://app.instapods.com/api/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 Creator: Daedalus Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-redis-server -- uvx mcp-redis-server==0.1.0 --- ## 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 --- ## Pathmodeio URL: https://mcp-marketplace.io/server/io-github-pathmodeio-mcp-server Summary: Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context. Category: Developer Tools Mode: local Pricing: Free npm: @pathmode/mcp-server GitHub: https://github.com/pathmodeio/mcp-server Security Score: 7/10 Creator: Pathmodeio Creator Reputation: C+ Version: 1.4.0 Required Credentials: PATHMODE_API_KEY (required) Install (Claude Code): claude mcp add io-github-pathmodeio-mcp-server -- npx -y @pathmode/mcp-server@1.4.5 --- ## Evidra URL: https://mcp-marketplace.io/server/io-github-vitas-evidra Summary: Evidra — Flight recorder for AI infrastructure agents Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://evidra.samebits.com/mcp Security Score: 6/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.4.7 Required Credentials: EVIDRA_ENVIRONMENT (optional), EVIDRA_EVIDENCE_DIR (optional), EVIDRA_SIGNING_MODE (optional), EVIDRA_SIGNING_KEY (required), EVIDRA_SIGNING_KEY_PATH (optional) Install (Claude Code Remote): claude mcp add --transport http io-github-vitas-evidra https://evidra.samebits.com/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: C+ 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: C+ 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: D 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: C+ 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: C+ 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: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-izzzzzi-iz-tolk-mcp -- npx -y iz-tolk-mcp@1.3.1 --- ## Finnish Law URL: https://mcp-marketplace.io/server/eu-ansvar-finnish-law-mcp Summary: Query Finnish statutes from Finlex, EU cross-references, case law, and preparatory works Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/finnish-law-mcp GitHub: https://github.com/Ansvar-Systems/finnish-law-mcp Security Score: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.2.3 Install (Claude Code): claude mcp add eu-ansvar-finnish-law-mcp -- npx -y @ansvar/finnish-law-mcp@1.2.3 --- ## 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: C+ 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 --- ## Google Contacts URL: https://mcp-marketplace.io/server/io-github-domdomegg-google-contacts-mcp Summary: Allow AI systems to list, search, and manage contacts via Google Contacts. Category: Developer Tools Mode: local Pricing: Free npm: google-contacts-mcp GitHub: https://github.com/domdomegg/google-contacts-mcp.git Security Score: 8/10 Creator: Domdomegg Creator Reputation: C+ 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-contacts-mcp -- npx -y google-contacts-mcp@1.1.2 --- ## 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-wedsamuel1230-electronic-mcp-server -- uvx electronics-mcp-servers==1.0.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-medrecpro-drug-label-server https://www.medrecpro.com/mcp --- ## Medical Terminologies URL: https://mcp-marketplace.io/server/io-github-sidneybissoli-medical-terminologies-mcp Summary: Unified access to global medical terminologies: ICD-11, SNOMED CT, LOINC, RxNorm, MeSH Category: Security Mode: local Pricing: Free npm: medical-terminologies-mcp GitHub: https://github.com/SidneyBissoli/medical-terminologies-mcp Security Score: 5.3/10 Creator: SidneyBissoli Creator Reputation: C+ Version: 1.0.2 Required Credentials: WHO_CLIENT_ID (optional), WHO_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-sidneybissoli-medical-terminologies-mcp -- npx -y medical-terminologies-mcp@1.0.2 --- ## 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: C+ 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: C+ 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 --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-compression-mcp Summary: Compression MCP server implementation using Model Context Protocol 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-compression-mcp -- uvx clio-kit==2.1.2 --- ## 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: C+ 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 --- ## ProxmoxMCP Plus URL: https://mcp-marketplace.io/server/io-github-rekklesna-proxmox-mcp-plus Summary: Proxmox VE MCP server for VMs, LXCs, snapshots, backups, storage, and cluster operations. Category: Developer Tools Mode: local Pricing: Free PyPI: proxmox-mcp-plus GitHub: https://github.com/RekklesNA/ProxmoxMCP-Plus Security Score: 5.5/10 Creator: RekklesNA Creator Reputation: C+ Version: 0.2.1 Required Credentials: PROXMOX_HOST (optional), PROXMOX_USER (optional), PROXMOX_TOKEN_NAME (optional), PROXMOX_TOKEN_VALUE (required), PROXMOX_PORT (optional), PROXMOX_VERIFY_SSL (optional), PROXMOX_SERVICE (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-rekklesna-proxmox-mcp-plus -- uvx proxmox-mcp-plus==0.2.1 --- ## 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: F Version: 2.3.2 Install (Claude Code): claude mcp add io-github-for-sunny-hebbian-mind-enterprise -- uvx hebbian-mind-enterprise==2.3.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-newsoracle https://tooloracle.io/news/mcp/ --- ## Irish Law URL: https://mcp-marketplace.io/server/eu-ansvar-irish-law-mcp Summary: Irish legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/irish-law-mcp GitHub: https://github.com/Ansvar-Systems/Irish-law-mcp Security Score: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.0.3 Install (Claude Code): claude mcp add eu-ansvar-irish-law-mcp -- npx -y @ansvar/irish-law-mcp@1.0.3 --- ## Switzerland Law URL: https://mcp-marketplace.io/server/eu-ansvar-switzerland-law-mcp Summary: Swiss law database — nFADP/DSG, information security, telecommunications with full-text search Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/switzerland-law-mcp GitHub: https://github.com/Ansvar-Systems/switzerland-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-switzerland-law-mcp -- npx -y @ansvar/switzerland-law-mcp@1.1.0 --- ## 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: F 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Philippine Law URL: https://mcp-marketplace.io/server/eu-ansvar-philippine-law-mcp Summary: Philippine legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/philippine-law-mcp GitHub: https://github.com/Ansvar-Systems/philippine-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-philippine-law-mcp -- npx -y @ansvar/philippine-law-mcp@2.0.0 --- ## Gmail URL: https://mcp-marketplace.io/server/ai-waystation-gmail Summary: Read emails, send messages, and manage labels in your Gmail account. Description: Read emails, send messages, and manage labels in your Gmail account. Remote endpoints: streamable-http: https://waystation.ai/gmail/mcp sse: https://waystation.ai/gmail/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: C+ Version: 0.3.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: C+ 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: C+ 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: C+ 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 --- ## 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: dual Pricing: Free GitHub: https://github.com/JanDeDobbeleer/oh-my-posh Security Score: 10/10 Creator: JanDeDobbeleer Creator Reputation: C+ Version: 27.5.2 --- ## Japan Law URL: https://mcp-marketplace.io/server/eu-ansvar-japan-law-mcp Summary: Japan legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/japan-law-mcp GitHub: https://github.com/Ansvar-Systems/japan-law-mcp Security Score: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.1.1 Install (Claude Code): claude mcp add eu-ansvar-japan-law-mcp -- npx -y @ansvar/japan-law-mcp@1.1.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-macroooracle https://tooloracle.io/macro/mcp/ --- ## 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: C+ 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: C+ 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: C+ 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: F 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: C+ 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: C+ 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: C+ Version: 0.10.0 Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-automem -- npx -y @verygoodplugins/mcp-automem@0.13.0 --- ## Ai URL: https://mcp-marketplace.io/server/io-github-contentrain-contentrain Summary: Local-first MCP server for AI content governance — models, content, validation, i18n Category: Developer Tools Mode: local Pricing: Free npm: @contentrain/mcp GitHub: https://github.com/Contentrain/ai Security Score: 9.9/10 Creator: Contentrain Creator Reputation: C+ Version: 1.4.0 Install (Claude Code): claude mcp add io-github-contentrain-contentrain -- npx -y @contentrain/mcp --- ## Moroccan Law URL: https://mcp-marketplace.io/server/eu-ansvar-moroccan-law-mcp Summary: Moroccan legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/moroccan-law-mcp GitHub: https://github.com/Ansvar-Systems/Moroccan-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-moroccan-law-mcp -- npx -y @ansvar/moroccan-law-mcp@1.1.0 --- ## 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: 1/10 Creator: meltingpixelsai Creator Reputation: D Version: 1.1.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@1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-tools https://tools.rugslayer.com/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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-gradient-forge-mcp -- npx -y gradient-forge-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: C+ 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 --- ## 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.0 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.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http dev-sourced-sourced https://mcp.sourced.dev/mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-sematryx-optimizer https://mcp.sematryx.com/sse --- ## Ucn URL: https://mcp-marketplace.io/server/io-github-mleoca-ucn Summary: Code intelligence for AI agents. Extract, trace, and analyze code without reading whole files. Category: Developer Tools Mode: local Pricing: Free npm: ucn GitHub: https://github.com/mleoca/ucn Security Score: 10/10 Creator: mleoca Creator Reputation: C- Version: 3.8.23 Install (Claude Code): claude mcp add io-github-mleoca-ucn -- npx -y ucn@3.8.23 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dogceo https://gateway.pipeworx.io/dogceo/mcp --- ## Czech Law URL: https://mcp-marketplace.io/server/eu-ansvar-czech-law-mcp Summary: Czech legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/czech-law-mcp GitHub: https://github.com/Ansvar-Systems/Czech-law-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-czech-law-mcp -- npx -y @ansvar/czech-law-mcp@1.0.1 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: F 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: F 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 --- ## Mcp URL: https://mcp-marketplace.io/server/ai-simsense-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.simsense.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://my.simsense.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-simsense-mcp https://my.simsense.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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-nordax-mcp https://mcp.nordax.ai/mcp --- ## Ibge Br URL: https://mcp-marketplace.io/server/io-github-sidneybissoli-ibge-br-mcp Summary: MCP Server for IBGE APIs - Localidades, SIDRA, Nomes, Malhas e Pesquisas Category: Security Mode: local Pricing: Free npm: ibge-br-mcp GitHub: https://github.com/SidneyBissoli/ibge-br-mcp Security Score: 8.3/10 Creator: SidneyBissoli Creator Reputation: C+ Version: 1.9.2 Install (Claude Code): claude mcp add io-github-sidneybissoli-ibge-br-mcp -- npx -y ibge-br-mcp@1.9.2 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Fetch URL: https://mcp-marketplace.io/server/ai-smithery-arjunkmrm-fetch Summary: Fetch web pages and extract exactly the content you need. Select elements with CSS and retrieve co… Description: Fetch web pages and extract exactly the content you need. Select elements with CSS and retrieve co… Remote endpoints: streamable-http: https://server.smithery.ai/@arjunkmrm/fetch/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/arjunkmrm/fetch Security Score: 10/10 Creator: Arjunkmrm Creator Reputation: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mintmcp-outlook-email https://outlook-email.mintmcp.com/mcp --- ## Mexican Law URL: https://mcp-marketplace.io/server/eu-ansvar-mexican-law-mcp Summary: Mexican legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/mexican-law-mcp GitHub: https://github.com/Ansvar-Systems/mexican-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-mexican-law-mcp -- npx -y @ansvar/mexican-law-mcp@2.0.0 --- ## 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: C+ Version: 0.1.1 --- ## Mcp URL: https://mcp-marketplace.io/server/app-marketgenius-mcp Summary: Our free Marketgenius investment tools as live, interactive React MCP Apps. Description: Our free Marketgenius investment tools as live, interactive React MCP Apps. Remote endpoints: streamable-http: https://marketgenius.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://marketgenius.app/mcp MCP Tools (17): mg_list, mg_calculator_cagr, mg_calculator_cagr_update, mg_calculator_cagr_sync, mg_calculator_cagr_state, mg_calculator_dividend, mg_calculator_dividend_update, mg_calculator_dividend_sync, mg_calculator_dividend_state, mg_calculator_market_cap, mg_calculator_market_cap_update, mg_calculator_market_cap_sync, mg_calculator_market_cap_state, mg_calculator_profit_margin, mg_calculator_profit_margin_update, mg_calculator_profit_margin_sync, mg_calculator_profit_margin_state Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 2026-04-23 Install (Claude Code Remote): claude mcp add --transport http app-marketgenius-mcp https://marketgenius.app/mcp --- ## Ghana Law URL: https://mcp-marketplace.io/server/eu-ansvar-ghana-law-mcp Summary: Ghana legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/ghana-law-mcp GitHub: https://github.com/Ansvar-Systems/ghana-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-ghana-law-mcp -- npx -y @ansvar/ghana-law-mcp@1.1.2 --- ## Quantoracle URL: https://mcp-marketplace.io/server/io-github-fel123-quantoracle Summary: 63 deterministic quant math tools for financial agents. Options, risk, stats, crypto, FX. Category: Developer Tools Mode: local Pricing: Free npm: quantoracle-mcp GitHub: https://github.com/QuantOracledev/quantoracle Security Score: 6.8/10 Creator: QuantOracledev Creator Reputation: C+ Version: 2.2.0 Install (Claude Code): claude mcp add io-github-fel123-quantoracle -- npx -y quantoracle-mcp@2.3.0 --- ## 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: C+ 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 --- ## Full Portkey Admin URL: https://mcp-marketplace.io/server/io-github-s-b-e-n-s-o-n-portkey-admin-mcp Summary: Full Portkey Admin API MCP server — configs, prompts, keys, analytics, and more. Category: Developer Tools Mode: local Pricing: Free npm: portkey-admin-mcp GitHub: https://github.com/s-b-e-n-s-o-n/portkey-admin-mcp Security Score: 9.9/10 Creator: S B E N S O N Creator Reputation: C+ Version: 0.1.0-beta.3 Required Credentials: PORTKEY_API_KEY (required) Install (Claude Code): claude mcp add io-github-s-b-e-n-s-o-n-portkey-admin-mcp -- npx -y portkey-admin-mcp@0.3.2 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-rjn32s-mcp-yolo -- uvx mcp-yolo==0.1.5 --- ## 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: D 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Costa Rican Law URL: https://mcp-marketplace.io/server/eu-ansvar-costa-rican-law-mcp Summary: Costa Rican legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/costa-rican-law-mcp GitHub: https://github.com/Ansvar-Systems/Costa-Rican-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-costa-rican-law-mcp -- npx -y @ansvar/costa-rican-law-mcp@2.0.1 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-json-forge-mcp -- npx -y json-forge-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: C+ 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: C+ 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: C+ Version: 1.14.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-cron-pilot https://cron.rjctdlabs.xyz/sse --- ## W8s Astro URL: https://mcp-marketplace.io/server/io-github-w8s-w8s-astro-mcp Summary: Natal charts, transits, history, ingress forecasting, aspects, composite & Davison charts — SQLite. Category: Developer Tools Mode: local Pricing: Free PyPI: w8s-astro-mcp GitHub: https://github.com/w8s/w8s-astro-mcp Security Score: 6.5/10 Creator: W8s Creator Reputation: C+ Version: 0.11.2 Install (Claude Code): claude mcp add io-github-w8s-w8s-astro-mcp -- uvx w8s-astro-mcp==0.11.2 --- ## 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: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-slovenian-law-mcp -- npx -y @ansvar/slovenian-law-mcp@1.1.1 --- ## 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: C+ 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: C+ 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: D Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-usecarscout-mcp https://mcp.usecarscout.com/mcp --- ## Everyrow Sdk URL: https://mcp-marketplace.io/server/io-github-futuresearch-futuresearch-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: futuresearch-mcp GitHub: https://github.com/futuresearch/everyrow-sdk Security Score: 7/10 Creator: Futuresearch Creator Reputation: C+ Version: 0.8.4 Required Credentials: FUTURESEARCH_API_KEY (required) Install (Claude Code): claude mcp add io-github-futuresearch-futuresearch-mcp -- uvx futuresearch-mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-changelog-hq https://changelog.rjctdlabs.xyz/sse --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## MediaWiki URL: https://mcp-marketplace.io/server/io-github-professionalwiki-mediawiki-mcp-server Summary: MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools Category: Content & Media Mode: local Pricing: Free npm: @professional-wiki/mediawiki-mcp-server GitHub: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server Security Score: 10/10 Creator: ProfessionalWiki Creator Reputation: C+ Version: 0.6.5 Required Credentials: CONFIG (optional), MCP_TRANSPORT (optional), PORT (optional) Install (Claude Code): claude mcp add io-github-professionalwiki-mediawiki-mcp-server -- npx -y @professional-wiki/mediawiki-mcp-server@0.6.5 --- ## 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: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-greek-law-mcp -- npx -y @ansvar/greek-law-mcp@1.0.0 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-lordmendes-lgpd-mcp -- npx -y @lordmendes/lgpd-mcp@0.1.3 --- ## 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: C+ 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 --- ## Peruvian Law URL: https://mcp-marketplace.io/server/eu-ansvar-peruvian-law-mcp Summary: Peruvian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/peruvian-law-mcp GitHub: https://github.com/Ansvar-Systems/Peruvian-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-peruvian-law-mcp -- npx -y @ansvar/peruvian-law-mcp@1.0.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: C+ 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: C+ 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 --- ## Newzealand Law URL: https://mcp-marketplace.io/server/eu-ansvar-newzealand-law-mcp Summary: New Zealand legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/newzealand-law-mcp GitHub: https://github.com/Ansvar-Systems/newzealand-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.1 Install (Claude Code): claude mcp add eu-ansvar-newzealand-law-mcp -- npx -y @ansvar/newzealand-law-mcp@1.1.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Human Survey URL: https://mcp-marketplace.io/server/io-github-sunsiyuan-human-survey Summary: Feedback collection for AI agents. Create surveys, collect responses, get results. Category: Developer Tools Mode: local Pricing: Free npm: humansurvey-mcp GitHub: https://github.com/sunsiyuan/human-survey Security Score: 9.7/10 Creator: Sunsiyuan Creator Reputation: C+ Version: 0.1.0 Required Credentials: MTS_API_KEY (required) Install (Claude Code): claude mcp add io-github-sunsiyuan-human-survey -- npx -y humansurvey-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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-yakuphanycl-instinct -- uvx instinct-mcp==1.4.0 --- ## 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: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-skypher-clawpage-mcp -- npx -y clawpage-mcp@0.2.2 --- ## Gamedeals URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-gamedeals Summary: Gamedeals MCP — wraps CheapShark API (game deal aggregator, no auth required) Description: Gamedeals MCP — wraps CheapShark API (game deal aggregator, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/gamedeals/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/gamedeals/mcp GitHub: https://github.com/pipeworx-io/mcp-gamedeals MCP Tools (4): search_deals, search_games, get_game_details, list_stores Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gamedeals https://gateway.pipeworx.io/gamedeals/mcp --- ## 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: F 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 --- ## 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: TemplateFoxPDF Creator Reputation: C+ 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 --- ## Voidly Ai URL: https://mcp-marketplace.io/server/io-github-voidly-ai-mcp-server Summary: 116 tools: censorship intel, encrypted agent messaging, and Voidly Pay agent-to-agent credits. Category: Developer Tools Mode: local Pricing: Free npm: @voidly/mcp-server GitHub: https://github.com/voidly-ai/mcp-server Security Score: 4.6/10 Creator: Voidly Ai Creator Reputation: C+ Version: 2.16.0 Install (Claude Code): claude mcp add io-github-voidly-ai-mcp-server -- npx -y @voidly/mcp-server@2.16.0 --- ## 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: C+ 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: C+ 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: C+ Version: 3.0.1 Install (Claude Code): claude mcp add io-github-romainsantoli-web-memory-os-ai -- uvx memory-os-ai==3.2.0 --- ## Memory Server URL: https://mcp-marketplace.io/server/io-github-mnemoverse-mcp-memory-server Summary: Persistent memory across Claude, Cursor, ChatGPT, VS Code. Importance scoring, linked recall. Category: Developer Tools Mode: local Pricing: Free npm: @mnemoverse/mcp-memory-server GitHub: https://github.com/mnemoverse/mcp-memory-server Security Score: 7/10 Creator: Mnemoverse Creator Reputation: C+ Version: 0.3.3 Required Credentials: MNEMOVERSE_API_KEY (required) Install (Claude Code): claude mcp add io-github-mnemoverse-mcp-memory-server -- npx -y @mnemoverse/mcp-memory-server@0.3.3 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fruityvice https://gateway.pipeworx.io/fruityvice/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: C+ 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 --- ## Qatari Law URL: https://mcp-marketplace.io/server/eu-ansvar-qatari-law-mcp Summary: Qatari legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/qatari-law-mcp GitHub: https://github.com/Ansvar-Systems/Qatari-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-qatari-law-mcp -- npx -y @ansvar/qatari-law-mcp@1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## US Law URL: https://mcp-marketplace.io/server/eu-ansvar-us-law-mcp Summary: US federal and state cybersecurity/privacy law MCP server with cross-state comparison Description: US federal and state cybersecurity/privacy law MCP server with cross-state comparison Remote endpoints: streamable-http: https://us-law-mcp.vercel.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @ansvar/us-law-mcp GitHub: https://github.com/Ansvar-Systems/US-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 0.1.1 Install (Claude Code): claude mcp add eu-ansvar-us-law-mcp -- npx -y @ansvar/us-law-mcp@0.1.1 --- ## 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 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.16.0 --- ## Pdfmux URL: https://mcp-marketplace.io/server/io-github-nameetp-pdfmux Summary: PDF-to-Markdown router. Per-page backend selection + confidence scoring for RAG ingestion. Category: Developer Tools Mode: local Pricing: Free PyPI: pdfmux GitHub: https://github.com/NameetP/pdfmux Security Score: 10/10 Creator: NameetP Creator Reputation: C+ Version: 1.5.1 Required Credentials: GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-nameetp-pdfmux -- uvx pdfmux==1.5.1 --- ## Arxiv URL: https://mcp-marketplace.io/server/io-github-blazickjp-arxiv-mcp-server Summary: Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP. Category: Education & Research Mode: local Pricing: Free PyPI: arxiv-mcp-server GitHub: https://github.com/blazickjp/arxiv-mcp-server Security Score: 5.7/10 Creator: Blazickjp Creator Reputation: C+ Version: 0.4.9 Required Credentials: ARXIV_STORAGE_PATH (optional) Install (Claude Code): claude mcp add io-github-blazickjp-arxiv-mcp-server -- uvx arxiv-mcp-server==0.4.11 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hive-execute https://hive-execute.onrender.com/mcp --- ## 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: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-kpanuragh-xdebug -- npx -y xdebug-mcp@1.3.0 --- ## 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: C+ 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 --- ## Runbook Ai URL: https://mcp-marketplace.io/server/io-github-runbook-ai-browser-agent Summary: MCP server for browser automation with AI agent Category: Developer Tools Mode: local Pricing: Free npm: runbook-ai-mcp GitHub: https://github.com/runbook-ai/runbook-ai-mcp Security Score: 8/10 Creator: Runbook Ai Creator Reputation: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-runbook-ai-browser-agent -- npx -y runbook-ai-mcp@1.0.6 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-roshunsunder-filesift -- uvx filesift==0.2.1 --- ## Denmark Law URL: https://mcp-marketplace.io/server/eu-ansvar-danish-law-mcp Summary: Query Danish laws and regulations, EU cross-references, case law, and preparatory works Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/danish-law-mcp GitHub: https://github.com/Ansvar-Systems/Denmark-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-danish-law-mcp -- npx -y @ansvar/danish-law-mcp@1.0.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: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-agnicpay-prog-agnicpay https://mcp.agnic.ai/sse --- ## Gitlab Docs URL: https://mcp-marketplace.io/server/io-github-ozanmutlu-gitlab-docs Summary: GitLab documentation search for AI assistants via Model Context Protocol (MCP) Category: Developer Tools Mode: local Pricing: Free npm: gitlab-docs-mcp GitHub: https://github.com/ozanmutlu/Gitlab-Docs-MCP Security Score: 8/10 Creator: Ozanmutlu Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ozanmutlu-gitlab-docs -- npx -y gitlab-docs-mcp@1.1.2 --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vist233-firstdata https://firstdata.deepminer.com.cn/mcp --- ## Rigol Dho824 URL: https://mcp-marketplace.io/server/io-github-aimoda-rigol-dho824-mcp Summary: Control and query Rigol DHO824 oscilloscope for waveform capture and measurements Category: Developer Tools Mode: local Pricing: Free PyPI: rigol-dho824-mcp GitHub: https://github.com/aimoda/rigol-dho824-mcp Security Score: 1.5/10 Creator: Aimoda Creator Reputation: C+ Version: 0.1.143-main.2b177ae Required Credentials: RIGOL_RESOURCE (optional), VISA_TIMEOUT (optional), RIGOL_BEEPER_ENABLED (optional), RIGOL_TEMP_DIR (optional) Install (Claude Code): claude mcp add io-github-aimoda-rigol-dho824-mcp -- uvx rigol-dho824-mcp==0.1.143 --- ## 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 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: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-crunchtools-wordpress -- uvx mcp-wordpress-crunchtools==0.5.0 --- ## 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: C+ 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 --- ## Israel Law URL: https://mcp-marketplace.io/server/eu-ansvar-israel-law-mcp Summary: Israel legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/israel-law-mcp GitHub: https://github.com/Ansvar-Systems/israel-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-israel-law-mcp -- npx -y @ansvar/israel-law-mcp@1.1.0 --- ## 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: C+ Version: 0.31.62 Install (Claude Code Remote): claude mcp add --transport http io-github-mistaike-ai-mistaike-mcp https://mcp.mistaike.ai/mcp --- ## Accurate Unity URL: https://mcp-marketplace.io/server/io-github-codeturion-unity-api-mcp Summary: Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures. Category: Developer Tools Mode: local Pricing: Free PyPI: unity-api-mcp GitHub: https://github.com/Codeturion/unity-api-mcp Security Score: 10/10 Creator: Codeturion Creator Reputation: C- Version: 2.0.2 Required Credentials: UNITY_VERSION (optional), UNITY_PROJECT_PATH (optional) Install (Claude Code): claude mcp add io-github-codeturion-unity-api-mcp -- uvx unity-api-mcp==2.0.2 --- ## Egyptian Law URL: https://mcp-marketplace.io/server/eu-ansvar-egyptian-law-mcp Summary: Egyptian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/egyptian-law-mcp GitHub: https://github.com/Ansvar-Systems/Egyptian-law-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-egyptian-law-mcp -- npx -y @ansvar/egyptian-law-mcp@1.0.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-ipogrid-ipogrid https://ipogrid.com/mcp --- ## Google Sheets URL: https://mcp-marketplace.io/server/io-github-domdomegg-google-sheets-mcp Summary: Allow AI systems to read, write, and query spreadsheet data via Google Sheets. Category: Developer Tools Mode: local Pricing: Free npm: google-sheets-mcp GitHub: https://github.com/domdomegg/google-sheets-mcp.git Security Score: 7.3/10 Creator: Domdomegg Creator Reputation: C+ 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-sheets-mcp -- npx -y google-sheets-mcp@1.2.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-liserichards-pestprocrm https://www.pestprocrm.com/api/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: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-estonian-law-mcp -- npx -y @ansvar/estonian-law-mcp@1.0.0 --- ## 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: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-cypriot-law-mcp -- npx -y @ansvar/cypriot-law-mcp@1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Cz Agents URL: https://mcp-marketplace.io/server/dev-cz-agents-ares Summary: Czech Business Register (ARES): company lookup by IČO, full-text, transparent accounts Description: Czech Business Register (ARES): company lookup by IČO, full-text, transparent accounts Remote endpoints: streamable-http: https://ares.cz-agents.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @czagents/ares Remote URL: https://ares.cz-agents.dev/mcp GitHub: https://github.com/martinhavel/cz-agents-mcp Security Score: 10/10 Creator: Martinhavel Creator Reputation: C+ Version: 0.1.5 Install (Claude Code): claude mcp add dev-cz-agents-ares -- npx -y @czagents/ares Install (Claude Code Remote): claude mcp add --transport http dev-cz-agents-ares https://ares.cz-agents.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: D 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: C+ Version: 2.0.0 Install (Claude Code): claude mcp add io-github-shensi8312-blogburst-mcp-server -- npx -y blogburst-mcp-server@3.3.0 --- ## Colombian Law URL: https://mcp-marketplace.io/server/eu-ansvar-colombian-law-mcp Summary: Colombian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/colombian-law-mcp GitHub: https://github.com/Ansvar-Systems/Colombian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-colombian-law-mcp -- npx -y @ansvar/colombian-law-mcp@1.0.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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ofershap-devutils -- npx -y mcp-server-devutils@1.0.2 --- ## Lawmadi Os URL: https://mcp-marketplace.io/server/io-github-peter120525-cmd-lawmadi-os Summary: Korean Legal AI — 60 agents, real-time statute verification via law.go.kr. Free 2/day. Description: Korean Legal AI — 60 agents, real-time statute verification via law.go.kr. Free 2/day. Remote endpoints: streamable-http: https://lawmadi.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lawmadi.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 60.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-peter120525-cmd-lawmadi-os https://lawmadi.com/mcp --- ## 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ofershap-cloudflare -- npx -y mcp-server-cloudflare-dns@1.0.2 --- ## 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: C+ 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: C+ 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 --- ## Vietnamese Law URL: https://mcp-marketplace.io/server/eu-ansvar-vietnamese-law-mcp Summary: Vietnamese legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/vietnamese-law-mcp GitHub: https://github.com/Ansvar-Systems/vietnamese-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-vietnamese-law-mcp -- npx -y @ansvar/vietnamese-law-mcp@2.0.0 --- ## 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: C+ 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 --- ## French Law URL: https://mcp-marketplace.io/server/eu-ansvar-french-law-mcp Summary: French legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/french-law-mcp GitHub: https://github.com/Ansvar-Systems/French-law-mcp Security Score: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-french-law-mcp -- npx -y @ansvar/french-law-mcp@2.0.0 --- ## Outlook Assistant URL: https://mcp-marketplace.io/server/io-github-littlebearapps-outlook-assistant Summary: Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management. Category: Developer Tools Mode: local Pricing: Free npm: @littlebearapps/outlook-assistant GitHub: https://github.com/littlebearapps/outlook-assistant Security Score: 10/10 Creator: Littlebearapps Creator Reputation: C+ Version: 3.7.0 Required Credentials: OUTLOOK_CLIENT_ID (optional), OUTLOOK_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-littlebearapps-outlook-assistant -- npx -y @littlebearapps/outlook-assistant@3.7.2 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-manticoresoftware-mcp-manticore -- uvx mcp-manticore==0.1.2 --- ## webnovel-author URL: https://mcp-marketplace.io/server/webnovel-author Summary: AI-powered MCP server for writing webnovels — xianxia, LitRPG, romance, and all serial fiction. Description: webnovel-author turns any AI agent into a webnovel writing specialist. It manages your entire serial fiction project: characters, chapters, world-building, foreshadowing, timelines, LitRPG stats, romance arcs, and more — all stored in a local SQLite database. The free tier gives you 24 tools to scaffold and write your novel. Upgrade to Pro for knowledge graphs, semantic search, AI-powered continuity checks, and writing rules. Works with Claude Desktop, Claude Code, Windsurf, Cursor, VS Code Copi Category: Content & Media Mode: local Pricing: Free GitHub: https://github.com/netflypsb/webnovel-author Security Score: 4.2/10 Installs: 1 Creator: netflyp Creator Reputation: F Version: 1.0.0 Tags: mcp, webnovel, writing, fiction, serial-fiction, xianxia, litrpg, cultivation, royalroad, progression-fantasy, romance, worldbuilding, character-management, foreshadowing, continuity, knowledge-graph, semantic-search, ai-writing, novel-planner, story-tracker, wattpad, scribblehub, ao3, isekai, fanfiction Use Cases: Novel Writing, Serial Fiction, Worldbuilding, Character Management, Story Planning, Continuity Tracking, LitRPG Stat Tracking, Romance Arc Planning, Foreshadowing Management, Xianxia Writing, Progression Fantasy, Webnovel Publishing Required Credentials: MCP_LICENSE_KEY (optional), WEBNOVEL_PROJECT_DIR (optional) --- ## 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-reagost-nerve-rpc -- npx -y nerve-rpc-mcp@1.0.2 --- ## 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: C+ 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 --- ## 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: C+ Version: 0.3.2 Install (Claude Code): claude mcp add io-github-roomi-fields-rtfm -- uvx rtfm-ai==0.4.3 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-iggredible-vim-mcp -- npx -y vim-mcp@0.1.2 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## India Law URL: https://mcp-marketplace.io/server/eu-ansvar-india-law-mcp Summary: Indian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/india-law-mcp GitHub: https://github.com/Ansvar-Systems/india-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.1 Install (Claude Code): claude mcp add eu-ansvar-india-law-mcp -- npx -y @ansvar/india-law-mcp@2.0.0 --- ## 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: C+ 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 --- ## Pyth Crosschain URL: https://mcp-marketplace.io/server/io-github-pyth-network-mcp Summary: Real-time and historical price feeds for 500+ crypto, equities, FX, and commodities assets. Description: Real-time and historical price feeds for 500+ crypto, equities, FX, and commodities assets. Remote endpoints: streamable-http: https://mcp.pyth.network/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.pyth.network/mcp GitHub: https://github.com/pyth-network/pyth-crosschain MCP Tools (4): get_symbols, get_candlestick_data, get_historical_price, get_latest_price Security Score: 7.8/10 Creator: aditya520 Creator Reputation: D Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pyth-network-mcp https://mcp.pyth.network/mcp --- ## 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: C+ 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 --- ## Anilist URL: https://mcp-marketplace.io/server/ai-smithery-yuna0x0-anilist-mcp Summary: Access and interact with anime and manga data seamlessly. Retrieve detailed information about your… Description: Access and interact with anime and manga data seamlessly. Retrieve detailed information about your… Remote endpoints: streamable-http: https://server.smithery.ai/@yuna0x0/anilist-mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/yuna0x0/anilist-mcp Security Score: 10/10 Creator: Yuna0x0 Creator Reputation: C+ Version: 1.3.6 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-operantlabs-operant-mcp -- npx -y operant-mcp@1.1.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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-huoshuiai42-huoshui-pdf-converter -- uvx huoshui-pdf-converter==1.0.4 --- ## Georgian Law URL: https://mcp-marketplace.io/server/eu-ansvar-georgian-law-mcp Summary: Georgian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/georgian-law-mcp GitHub: https://github.com/Ansvar-Systems/Georgian-law-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-georgian-law-mcp -- npx -y @ansvar/georgian-law-mcp@1.0.0 --- ## 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-time -- npx -y @rog0x/mcp-time-tools@1.0.2 --- ## Pakistani Law URL: https://mcp-marketplace.io/server/eu-ansvar-pakistani-law-mcp Summary: Pakistani legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/pakistani-law-mcp GitHub: https://github.com/Ansvar-Systems/Pakistani-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-pakistani-law-mcp -- npx -y @ansvar/pakistani-law-mcp@1.0.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.4.0 Install (Claude Code): claude mcp add io-github-specleft-specleft -- uvx specleft==0.4.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Tuning Engines Cli URL: https://mcp-marketplace.io/server/io-github-cerebrixos-tuning-engines Summary: Domain-specific LLM fine-tuning — sovereign models trained on your data, zero infrastructure. Category: Developer Tools Mode: local Pricing: Free npm: tuningengines-cli GitHub: https://github.com/cerebrixos-org/tuning-engines-cli Security Score: 8/10 Creator: Cerebrixos Org Creator Reputation: C+ Version: 0.3.5 Required Credentials: TE_API_KEY (required) Install (Claude Code): claude mcp add io-github-cerebrixos-tuning-engines -- npx -y tuningengines-cli@0.3.6 --- ## 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: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-henilcalagiya-google-sheets-mcp -- uvx google-sheets-mcp==0.1.6 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-metar -- uvx mcp-metar==0.1.0 --- ## Yourmemory URL: https://mcp-marketplace.io/server/io-github-sachitrafa-yourmemory 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/yourmemory Security Score: 3.5/10 Creator: Sachitrafa Creator Reputation: C+ Version: 1.0.0 Required Credentials: DATABASE_URL (optional), OLLAMA_URL (optional), EXTRACT_MODEL (optional) --- ## Humanizer Pro URL: https://mcp-marketplace.io/server/io-github-khadinakbaronline-humanizer-pro Summary: Humanize AI text to bypass GPTZero, Turnitin, Originality.ai. Stealth, Academic, SEO modes. Description: Humanize AI text to bypass GPTZero, Turnitin, Originality.ai. Stealth, Academic, SEO modes. Remote endpoints: streamable-http: https://texthumanizer.pro/mcp sse: https://texthumanizer.pro/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://texthumanizer.pro/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-khadinakbaronline-humanizer-pro https://texthumanizer.pro/mcp --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-worldairfares-flights-mcp https://mcp.worldairfares.com --- ## Brazil Law URL: https://mcp-marketplace.io/server/eu-ansvar-brazil-law-mcp Summary: Brazil legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/brazil-law-mcp GitHub: https://github.com/Ansvar-Systems/brazil-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.3 Install (Claude Code): claude mcp add eu-ansvar-brazil-law-mcp -- npx -y @ansvar/brazil-law-mcp@1.0.3 --- ## Cdek URL: https://mcp-marketplace.io/server/io-github-theyahia-cdek-mcp Summary: MCP server for CDEK delivery API — tariff calculation, order creation, tracking, cities, PVZ pickup Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/cdek-mcp GitHub: https://github.com/theYahia/cdek-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: CDEK_CLIENT_ID (required) Install (Claude Code): claude mcp add io-github-theyahia-cdek-mcp -- npx -y @theyahia/cdek-mcp@2.0.2 --- ## 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: C+ Version: 0.4.6 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-markdown -- npx -y mcp-server-markdown@1.0.1 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 --- ## Nigeria Law URL: https://mcp-marketplace.io/server/eu-ansvar-nigeria-law-mcp Summary: Nigeria legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/nigeria-law-mcp GitHub: https://github.com/Ansvar-Systems/nigeria-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-nigeria-law-mcp -- npx -y @ansvar/nigeria-law-mcp@1.0.1 --- ## Frihet URL: https://mcp-marketplace.io/server/io-frihet-erp Summary: AI-native business management — 52 tools for invoicing, CRM, accounting & tax. Description: AI-native business management — 52 tools for invoicing, CRM, accounting & tax. Remote endpoints: streamable-http: https://mcp.frihet.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @frihet/mcp-server Remote URL: https://mcp.frihet.io/mcp GitHub: https://github.com/Frihet-io/frihet-mcp Security Score: 9.9/10 Creator: Frihet Io Creator Reputation: C+ Version: 1.5.3 Install (Claude Code): claude mcp add io-frihet-erp -- npx -y @frihet/mcp-server@1.6.1 Install (Claude Code Remote): claude mcp add --transport http io-frihet-erp https://mcp.frihet.io/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http com-wix-mcp https://mcp.wix.com/mcp --- ## UK Law URL: https://mcp-marketplace.io/server/eu-ansvar-uk-law-mcp Summary: UK legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/uk-law-mcp GitHub: https://github.com/Ansvar-Systems/UK-law-mcp Security Score: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.0.2 Install (Claude Code): claude mcp add eu-ansvar-uk-law-mcp -- npx -y @ansvar/uk-law-mcp@1.0.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-changelog -- npx -y changelog-forge-mcp --- ## 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: D 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http global-signals-signals-mcp https://signals.global/mcp --- ## 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: C+ 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 --- ## 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: D 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-carlosdania-autopilots https://mcp.dania.ai/autopilots --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.109 Install (Claude Code Remote): claude mcp add --transport http com-civic-nexus https://nexus.civic.com/hub/mcp --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-parquet-mcp Summary: MCP server for Apache Parquet files 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-parquet-mcp -- uvx clio-kit==2.1.2 --- ## Architect URL: https://mcp-marketplace.io/server/io-github-thesharque-mcp-architector Summary: MCP server for architecture and system design. Store and manage project architecture locally. Category: Developer Tools Mode: local Pricing: Free npm: mcp-architector GitHub: https://github.com/theSharque/mcp-architect Security Score: 10/10 Creator: TheSharque Creator Reputation: C+ Version: 1.2.2 Install (Claude Code): claude mcp add io-github-thesharque-mcp-architector -- npx -y mcp-architector@1.2.3 --- ## 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: C+ Version: 0.1.7 Install (Claude Code): claude mcp add io-github-priyankark-lighthouse-mcp -- npx -y lighthouse-mcp@0.1.15 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Turkish Law URL: https://mcp-marketplace.io/server/eu-ansvar-turkish-law-mcp Summary: Turkish legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/turkish-law-mcp GitHub: https://github.com/Ansvar-Systems/turkish-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-turkish-law-mcp -- npx -y @ansvar/turkish-law-mcp@2.0.0 --- ## South Korea Law URL: https://mcp-marketplace.io/server/eu-ansvar-south-korea-law-mcp Summary: South Korean law database — PIPA, ICT network security, credit information with full-text search Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/south-korea-law-mcp GitHub: https://github.com/Ansvar-Systems/south-korea-law-mcp Security Score: 2.6/10 Creator: Mortalus Creator Reputation: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-south-korea-law-mcp -- npx -y @ansvar/south-korea-law-mcp@1.1.2 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-hearthstone-oracle -- npx -y hearthstone-oracle@0.1.0 --- ## Scopegate URL: https://mcp-marketplace.io/server/io-github-alifanov-scopegate Summary: Granular permission gateway for MCP agents. Per-agent scopes for Google Drive, Gmail, Calendar. Description: Granular permission gateway for MCP agents. Per-agent scopes for Google Drive, Gmail, Calendar. Remote endpoints: streamable-http: https://mcp.scopegate.cloud/{api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.scopegate.cloud/{api_key} GitHub: https://github.com/alifanov/scopegate Security Score: 9.5/10 Creator: Alifanov Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alifanov-scopegate 'https://mcp.scopegate.cloud/{api_key}' --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Trade Router URL: https://mcp-marketplace.io/server/io-github-traderouter-trade-router-mcp Summary: TradeRouter.ai MCP Server — Solana swap & limit order engine. 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: C+ Version: 1.0.7 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-traderouter-trade-router-mcp -- npx -y @traderouter/trade-router-mcp@1.0.7 --- ## 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: C+ 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: C+ Version: 0.0.6 Install (Claude Code): claude mcp add io-github-pjw2004-job-search -- npx -y job-search-mcp@0.0.6 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Timergy URL: https://mcp-marketplace.io/server/io-github-dockerdiscordcontrol-timergy Summary: Create scheduling polls, vote, and finalize times from AI agents. Category: Communication Mode: local Pricing: Free npm: @timergy/mcp GitHub: https://github.com/timergy-app/timergy Security Score: 10/10 Creator: Timergy App Creator Reputation: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-dockerdiscordcontrol-timergy -- npx -y @timergy/mcp@0.6.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: C+ 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: C+ 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: C+ Version: 0.3.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: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-croatian-law-mcp -- npx -y @ansvar/croatian-law-mcp@2.0.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: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.0.3 Install (Claude Code): claude mcp add eu-ansvar-luxembourg-law-mcp -- npx -y @ansvar/luxembourg-law-mcp@1.0.3 --- ## 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: C+ Version: 0.4.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.4.0 --- ## Mockhero URL: https://mcp-marketplace.io/server/io-github-dinosaur24-mockhero Summary: Generate realistic relational test data. 156 field types, 22 locales, JSON/CSV/SQL. Category: Developer Tools Mode: local Pricing: Free npm: @mockherodev/mcp-server GitHub: https://github.com/dinosaur24/mockhero Security Score: 7.9/10 Creator: Dinosaur24 Creator Reputation: C+ Version: 0.1.3 Required Credentials: MOCKHERO_API_KEY (required) Install (Claude Code): claude mcp add io-github-dinosaur24-mockhero -- npx -y @mockherodev/mcp-server --- ## 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-shan-zhu-shuck-convert -- uvx shuck-convert==1.0.0 --- ## Token Savior URL: https://mcp-marketplace.io/server/io-github-mibayy-token-savior Summary: Structural codebase MCP server — navigate and edit code by symbol name, not raw text. Category: Developer Tools Mode: local Pricing: Free PyPI: token-savior GitHub: https://github.com/Mibayy/token-savior Security Score: 9/10 Creator: Mibayy Creator Reputation: C+ Version: 0.9.1 Required Credentials: WORKSPACE_ROOTS (optional), TOKEN_SAVIOR_CLIENT (optional) Install (Claude Code): claude mcp add io-github-mibayy-token-savior -- uvx token-savior --- ## Bulgarian Law URL: https://mcp-marketplace.io/server/eu-ansvar-bulgarian-law-mcp Summary: Bulgarian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/bulgarian-law-mcp GitHub: https://github.com/Ansvar-Systems/Bulgarian-law-mcp Security Score: 7.8/10 Creator: Mortalus Creator Reputation: D Version: 1.2.0 Install (Claude Code): claude mcp add eu-ansvar-bulgarian-law-mcp -- npx -y @ansvar/bulgarian-law-mcp@1.2.0 --- ## 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: C+ 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: C+ Version: 0.1.15 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-qiskit -- uvx mcp-qiskit==0.1.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-justinbeckwith-pylon-mcp -- npx -y pylon-mcp@1.1.2 --- ## Address Validator X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-address-validator Summary: Parse, validate and normalize postal addresses. Detect country, verify format. x402. Description: Parse, validate and normalize postal addresses. Detect country, verify format. x402. Remote endpoints: sse: https://address-validator-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://address-validator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/address-validator-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-address-validator https://address-validator-x402-production.up.railway.app/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: 1 Creator: Debu Sinha Creator Reputation: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-debu-sinha-excalidraw -- npx -y excalidraw-mcp-server@2.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-smukh-agent-arena https://agentarena.site/api/mcp --- ## Office URL: https://mcp-marketplace.io/server/ai-waystation-office Summary: Create, edit, and collaborate on Office documents and spreadsheets. Description: Create, edit, and collaborate on Office documents and spreadsheets. Remote endpoints: streamable-http: https://waystation.ai/office/mcp sse: https://waystation.ai/office/mcp/sse Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 8.3/10 Creator: Waystation Ai Creator Reputation: C+ Version: 0.3.1 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-yuvalsuede-memory-mcp -- npx -y claude-code-memory@1.2.1 --- ## Prodlint URL: https://mcp-marketplace.io/server/io-github-anthony-marcovecchio-prodlint Summary: Production readiness for vibe-coded apps. 52 checks for security, reliability, and performance. Category: Developer Tools Mode: local Pricing: Free npm: prodlint GitHub: https://github.com/prodlint/prodlint Security Score: 10/10 Creator: Prodlint Creator Reputation: C+ Version: 0.9.2 Install (Claude Code): claude mcp add io-github-anthony-marcovecchio-prodlint -- npx -y prodlint@0.9.2 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-task -- npx -y @rog0x/mcp-task-tools@1.0.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Huly URL: https://mcp-marketplace.io/server/io-github-dearlordylord-huly-mcp Summary: MCP server for Huly integration Category: Developer Tools Mode: local Pricing: Free npm: @firfi/huly-mcp GitHub: https://github.com/dearlordylord/huly-mcp Security Score: 10/10 Creator: Dearlordylord Creator Reputation: C+ Version: 0.1.7 Required Credentials: HULY_URL (optional), HULY_EMAIL (optional), HULY_PASSWORD (required), HULY_WORKSPACE (optional), HULY_CONNECTION_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-dearlordylord-huly-mcp -- npx -y @firfi/huly-mcp@0.7.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: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-pijusz-mcp-redtrack -- npx -y mcp-redtrack@0.2.0 --- ## Protein URL: https://mcp-marketplace.io/server/io-github-cyanheads-protein-mcp-server Summary: MCP Server for 3D protein structural data retrieval & analysis from RCSB PDB, PDBe, and UniProt. Category: Developer Tools Mode: local Pricing: Free npm: protein-mcp-server GitHub: https://github.com/cyanheads/protein-mcp-server Security Score: 5.7/10 Creator: Cyanheads Creator Reputation: C+ Version: 1.0.3 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-protein-mcp-server -- npx -y protein-mcp-server@1.0.3 --- ## Youtube Summarize URL: https://mcp-marketplace.io/server/io-github-zlatkoc-youtube-summarize Summary: MCP server that fetches YouTube video transcripts and optionally summarizes them Category: Content & Media Mode: local Pricing: Free PyPI: youtube-summarize GitHub: https://github.com/zlatkoc/youtube-summarize Security Score: 10/10 Creator: Zlatkoc Creator Reputation: C+ Version: 0.2.3 Install (Claude Code): claude mcp add io-github-zlatkoc-youtube-summarize -- uvx youtube-summarize==0.2.3 --- ## Gemini URL: https://mcp-marketplace.io/server/io-github-rlabs-inc-gemini-mcp Summary: Gemini 3 MCP server with 30+ tools: images, video, research, TTS, code exec & CLI Category: AI & ML Mode: local Pricing: Free npm: @rlabs-inc/gemini-mcp GitHub: https://github.com/RLabs-Inc/gemini-mcp Security Score: 7/10 Creator: RLabs Inc Creator Reputation: C+ Version: 0.7.1 Required Credentials: GEMINI_API_KEY (required), GEMINI_OUTPUT_DIR (optional) Install (Claude Code): claude mcp add io-github-rlabs-inc-gemini-mcp -- npx -y @rlabs-inc/gemini-mcp@0.8.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Tanzanian Law URL: https://mcp-marketplace.io/server/eu-ansvar-tanzanian-law-mcp Summary: Tanzania legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/tanzanian-law-mcp GitHub: https://github.com/Ansvar-Systems/tanzanian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-tanzanian-law-mcp -- npx -y @ansvar/tanzanian-law-mcp@1.0.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-web -- npx -y @rog0x/mcp-web-tools@1.0.1 --- ## Docs Site URL: https://mcp-marketplace.io/server/com-redpanda-docs-mcp Summary: Get authoritative answers to questions about Redpanda. Description: Get authoritative answers to questions about Redpanda. Remote endpoints: streamable-http: https://docs.redpanda.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/redpanda-data/docs-site Security Score: 10/10 Creator: Redpanda Data Creator Reputation: C+ Version: 2025.11.26+pr150-394827a --- ## 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: C+ 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 --- ## Quickbooks URL: https://mcp-marketplace.io/server/io-github-laf-rge-quickbooks-mcp Summary: MCP server for QuickBooks Online API integration Category: Business Tools Mode: local Pricing: Free npm: quickbooks-mcp GitHub: https://github.com/laf-rge/quickbooks-mcp Security Score: 7.3/10 Creator: Laf Rge Creator Reputation: C+ Version: 0.5.1 Required Credentials: QBO_CLIENT_ID (required), QBO_CLIENT_SECRET (required), QBO_CREDENTIAL_MODE (optional), QBO_SANDBOX (optional) Install (Claude Code): claude mcp add io-github-laf-rge-quickbooks-mcp -- npx -y quickbooks-mcp@0.5.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Dropbox URL: https://mcp-marketplace.io/server/ai-smithery-cindyloo-dropbox-mcp-server Summary: Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and… Description: Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and… Remote endpoints: streamable-http: https://server.smithery.ai/@cindyloo/dropbox-mcp-server/mcp Category: File & Storage Mode: dual Pricing: Free GitHub: https://github.com/cindyloo/dropbox-mcp-server Security Score: 10/10 Creator: Cindyloo Creator Reputation: C+ Version: 1.15.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: C+ 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 --- ## Andru Intelligence URL: https://mcp-marketplace.io/server/io-github-geter-andru-andru-intelligence Summary: 19 buyer intelligence tools for technical founders selling to enterprises. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-andru-intelligence GitHub: https://github.com/geter-andru/mcp-server-andru-intelligence.git Security Score: 10/10 Creator: Geter Creator Reputation: C- Version: 1.4.0 Required Credentials: ANDRU_API_KEY (required), ANDRU_API_URL (optional) Install (Claude Code): claude mcp add io-github-geter-andru-andru-intelligence -- npx -y mcp-server-andru-intelligence@1.4.0 --- ## Growthbook URL: https://mcp-marketplace.io/server/io-github-growthbook-growthbook-mcp Summary: MCP Server for interacting with GrowthBook Category: Developer Tools Mode: local Pricing: Free npm: @growthbook/mcp GitHub: https://github.com/growthbook/growthbook-mcp Security Score: 10/10 Creator: Growthbook Creator Reputation: C+ Version: 1.8.1 Required Credentials: GB_API_KEY (optional), GB_EMAIL (optional), GB_API_URL (optional), GB_APP_ORIGIN (optional), GB_HTTP_HEADER_* (optional) Install (Claude Code): claude mcp add io-github-growthbook-growthbook-mcp -- npx -y @growthbook/mcp@1.8.1 --- ## Openai Api Agent Project URL: https://mcp-marketplace.io/server/ai-smithery-aicastle-school-openai-api-agent-project11 Summary: Fetch the latest available stock quotes by ticker symbol across international markets. Check price… Description: Fetch the latest available stock quotes by ticker symbol across international markets. Check price… Remote endpoints: streamable-http: https://server.smithery.ai/@aicastle-school/openai-api-agent-project11/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@aicastle-school/openai-api-agent-project11/mcp GitHub: https://github.com/aicastle-school/openai-api-agent-project Security Score: 10/10 Creator: Aicastle School Creator Reputation: C+ Version: 1.16.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-aicastle-school-openai-api-agent-project11 https://server.smithery.ai/@aicastle-school/openai-api-agent-project11/mcp --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-docat0209-graphql -- npx -y graphql-to-mcp@0.2.0 --- ## 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: C+ 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: C+ 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 --- ## 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: D 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Time URL: https://mcp-marketplace.io/server/io-github-mcpcentral-io-mcp-time Summary: Time MCP server via HTTP Description: Time MCP server via HTTP Remote endpoints: streamable-http: https://mcp.time.mcpcentral.io Category: Developer Tools Mode: dual Pricing: Free npm: @mcpcentral/mcp-time GitHub: https://github.com/mcpcentral-io/mcp-time Security Score: 9/10 Creator: Mcpcentral Io Creator Reputation: C+ Version: 0.0.3 Install (Claude Code): claude mcp add io-github-mcpcentral-io-mcp-time -- npx -y @mcpcentral/mcp-time@0.0.5 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-aernouddekker-printmcp -- npx -y @aernoud/printmcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: D 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## App Apphandoff URL: https://mcp-marketplace.io/server/io-github-teamk2k-apphandoff Summary: Shared live context for AI agents and humans — API specs, DB schemas, and contract mismatches. Description: Shared live context for AI agents and humans — API specs, DB schemas, and contract mismatches. Remote endpoints: streamable-http: https://api.apphandoff.com/api/mcp-bot Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.apphandoff.com/api/mcp-bot GitHub: https://github.com/TeamK2K/app-apphandoff Security Score: 9/10 Creator: TeamK2K Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-teamk2k-apphandoff https://api.apphandoff.com/api/mcp-bot --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-bharath-krishna-mcp-test -- uvx mcp-echo-server==0.1.1 --- ## 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 Creator: Blockscout Creator Reputation: C+ Version: 0.15.0 Install (Claude Code Remote): claude mcp add --transport http com-blockscout-mcp-server https://mcp.blockscout.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-iworkist-btcmcp -- uvx btcmcp==0.1.2 --- ## Trends URL: https://mcp-marketplace.io/server/ai-trendsmcp-trends Summary: Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more Description: Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more Remote endpoints: streamable-http: https://api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.trendsmcp.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-trends https://api.trendsmcp.ai/mcp --- ## 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 Creator: Martc03 Creator Reputation: C+ 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 --- ## 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: C+ Version: 0.6.1 Install (Claude Code Remote): claude mcp add --transport http io-github-sirarchiemccarthy-oss-agentbuilders https://api.agentbuilders.app/mcp --- ## Advisorfinder URL: https://mcp-marketplace.io/server/com-advisorfinder-mcp Summary: Search SEC-registered financial advisors — profiles, disclosures, risk scores, and credentials. Category: Developer Tools Mode: local Pricing: Free PyPI: advisorfinder-mcp GitHub: https://github.com/drew-keever/advisorfinder-mcp Security Score: 4.5/10 Creator: Drew Keever Creator Reputation: C+ Version: 1.1.5 Install (Claude Code): claude mcp add com-advisorfinder-mcp -- uvx advisorfinder-mcp==1.1.5 --- ## 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: F 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 --- ## Zmanim URL: https://mcp-marketplace.io/server/io-github-ariroffe72-zmanim-mcp-server Summary: MCP server providing Jewish prayer times (zmanim) calculations for any location worldwide. Category: Developer Tools Mode: local Pricing: Free PyPI: zmanim-mcp-server GitHub: https://github.com/ariroffe72/zmanim-mcp-server.git Security Score: 6.5/10 Creator: Ariroffe72 Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-ariroffe72-zmanim-mcp-server -- uvx zmanim-mcp-server==0.2.0 --- ## 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: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-c5huracan-mcp-finder https://api.rhdxm.com/mcp/ --- ## Kenya Law URL: https://mcp-marketplace.io/server/eu-ansvar-kenya-law-mcp Summary: Kenya legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/kenya-law-mcp GitHub: https://github.com/Ansvar-Systems/kenya-law-mcp Security Score: 5.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-kenya-law-mcp -- npx -y @ansvar/kenya-law-mcp@2.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.3.1 Install (Claude Code): claude mcp add io-github-stepankaiser-ccphoto -- npx -y ccphoto@0.3.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: C+ 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: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-findimitrov-fintel-discovery https://ai.fin-discovery.com/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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 10.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-ksmin83-bot-aihub https://seenthis.kr/aihubsys/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sathergate-darkroom -- npx -y shutterbox --- ## 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: C+ 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-meta -- npx -y meta-forge-mcp --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-lorcana-oracle -- npx -y lorcana-oracle@0.1.1 --- ## Provenonce URL: https://mcp-marketplace.io/server/io-github-jarekpiot-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: C+ Version: 1.1.4 Install (Claude Code): claude mcp add io-github-jarekpiot-provenonce -- npx -y @provenonce/mcp@1.1.5 --- ## 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: 8/10 Creator: Domdomegg Creator Reputation: C+ Version: 1.2.0 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.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.11 Install (Claude Code): claude mcp add io-github-lars20070-mathematica-mcp -- uvx mathematica_mcp==0.1.11 --- ## Airdrop Checker X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-airdrop-checker Summary: Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402. Description: Check wallet eligibility for active crypto airdrops — LayerZero, EigenLayer, Scroll. x402. Remote endpoints: sse: https://airdrop-checker-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://airdrop-checker-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/airdrop-checker-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-airdrop-checker https://airdrop-checker-x402-production.up.railway.app/mcp --- ## 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: C+ 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 --- ## Seatable URL: https://mcp-marketplace.io/server/io-github-seatable-seatable Summary: MCP server for SeaTable — read, write, search, link, and query data in your bases Category: Developer Tools Mode: local Pricing: Free npm: @seatable/mcp-seatable GitHub: https://github.com/seatable/seatable-mcp Security Score: 3/10 Creator: Seatable Creator Reputation: C+ Version: 1.5.2 Required Credentials: SEATABLE_SERVER_URL (optional), SEATABLE_API_TOKEN (optional) Install (Claude Code): claude mcp add io-github-seatable-seatable -- npx -y @seatable/mcp-seatable@1.5.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Hub URL: https://mcp-marketplace.io/server/church-ai-mcp-mcp-hub Summary: Connect your AI assistant to your Telegram. Browse chats, read and summarize messages. Description: Connect your AI assistant to your Telegram. Browse chats, read and summarize messages. Remote endpoints: streamable-http: https://mcp.ai.church/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ai.church/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http church-ai-mcp-mcp-hub https://mcp.ai.church/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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-gregario-3dprint-oracle -- npx -y 3dprint-oracle@0.1.1 --- ## Unraid URL: https://mcp-marketplace.io/server/tv-tootie-unraid-mcp Summary: MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API. Category: Developer Tools Mode: local Pricing: Free PyPI: unraid-mcp GitHub: https://github.com/jmagar/unraid-mcp Security Score: 6.8/10 Creator: Jmagar Creator Reputation: C+ Version: 1.2.2 Required Credentials: UNRAID_API_URL (optional), UNRAID_API_KEY (required) Install (Claude Code): claude mcp add tv-tootie-unraid-mcp -- uvx unraid-mcp==1.2.4 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://keyword-research-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/keyword-research-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-keyword-research https://keyword-research-x402-production.up.railway.app/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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-deliverability-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/email-deliverability-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-deliverability https://email-deliverability-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ 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: C+ Version: 1.3.0 Install (Claude Code): claude mcp add io-github-fastslack-e2e-runner -- npx -y @matware/e2e-runner@1.3.1 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hl-vaults-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/hl-vaults-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hl-vaults https://hl-vaults-x402-production.up.railway.app/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: C+ 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 --- ## Ytmcp URL: https://mcp-marketplace.io/server/io-github-mrsknetwork-ytmcp Summary: Interact with public YouTube data via the official Data API v3 Category: Developer Tools Mode: local Pricing: Free npm: @mrsknetwork/ytmcp GitHub: https://github.com/mrsknetwork/ytmcp.git Security Score: 10/10 Creator: Mrsknetwork Creator Reputation: C+ Version: 1.0.10 Install (Claude Code): claude mcp add io-github-mrsknetwork-ytmcp -- npx -y @mrsknetwork/ytmcp@1.0.10 --- ## 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: C+ Version: 1.0.0 --- ## 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: C+ Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http ai-openmandate-mcp https://mcp.openmandate.ai/mcp --- ## Monobank URL: https://mcp-marketplace.io/server/io-github-akutishevsky-monobank-mcp-server Summary: MCP server for Monobank API — currency rates, client info, and account statements Category: Developer Tools Mode: local Pricing: Free npm: monobank-mcp-server GitHub: https://github.com/akutishevsky/monobank-mcp-server Security Score: 10/10 Creator: User Creator Reputation: C- Version: 1.1.1 Required Credentials: MONOBANK_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-akutishevsky-monobank-mcp-server -- npx -y monobank-mcp-server@1.2.0 --- ## 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://json-validator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/json-validator-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-json-validator https://json-validator-x402-production.up.railway.app/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: C+ Version: 1.0.23 Install (Claude Code Remote): claude mcp add --transport http io-github-skyvern-ai-skyvern https://api.skyvern.com/mcp/ --- ## Easy Notion URL: https://mcp-marketplace.io/server/io-github-misterwigglesworth-easy-notion Summary: Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity. Category: Productivity Mode: local Pricing: Free npm: easy-notion-mcp GitHub: https://github.com/Grey-Iris/easy-notion-mcp Security Score: 10/10 Creator: Grey Iris Creator Reputation: C+ Version: 0.2.3 Required Credentials: NOTION_TOKEN (required), NOTION_ROOT_PAGE_ID (optional) Install (Claude Code): claude mcp add io-github-misterwigglesworth-easy-notion -- npx -y easy-notion-mcp@0.3.0 --- ## 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: C+ Version: 1.0.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: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-timluogit-clawriver https://clawriver.onrender.com/mcp --- ## 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: 2 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' --- ## Macos URL: https://mcp-marketplace.io/server/io-github-aernouddekker-mailappmcp Summary: MCP server for macOS Mail.app — gives Claude native email access via AppleScript Category: Developer Tools Mode: local Pricing: Free npm: mailappmcp GitHub: https://github.com/aernouddekker/macos-mcp Security Score: 10/10 Creator: Aernouddekker Creator Reputation: C+ Version: 0.3.3 Install (Claude Code): claude mcp add io-github-aernouddekker-mailappmcp -- npx -y mailappmcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stockfilm-mcp-server https://mcp.stockfilm.com/mcp --- ## 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: C+ 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: C+ 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: D Version: 0.8.11 Install (Claude Code): claude mcp add io-github-cocaxcode-logbook-mcp -- npx -y @cocaxcode/logbook-mcp@0.9.2 --- ## Adguard Home URL: https://mcp-marketplace.io/server/io-github-samik081-mcp-adguard-home Summary: Manage AdGuard Home through AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @samik081/mcp-adguard-home GitHub: https://github.com/Samik081/mcp-adguard-home Security Score: 10/10 Creator: Samik081 Creator Reputation: C+ Version: 0.7.0 Required Credentials: ADGUARD_URL (optional), ADGUARD_USERNAME (required), ADGUARD_PASSWORD (required) Install (Claude Code): claude mcp add io-github-samik081-mcp-adguard-home -- npx -y @samik081/mcp-adguard-home@0.7.0 --- ## 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: C+ 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: C+ 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 --- ## 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: 9/10 Installs: 1 Creator: Codefuturist Creator Reputation: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-codefuturist-email-mcp -- npx -y @codefuturist/email-mcp@0.2.1 --- ## 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: F 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: C+ Version: 1.3.1 Install (Claude Code): claude mcp add io-github-fastalertnow-mcp-server -- npx -y fastalert-mcp-server@1.3.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Vidlens URL: https://mcp-marketplace.io/server/io-github-thatsrajan-vidlens-mcp Summary: YouTube as a queryable database for AI agents. 41 tools, zero config. Category: Developer Tools Mode: local Pricing: Free npm: vidlens-mcp GitHub: https://github.com/thatsrajan/vidlens-mcp Security Score: 7/10 Creator: Thatsrajan Creator Reputation: C+ Version: 1.2.9 Required Credentials: YOUTUBE_API_KEY (required), GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-thatsrajan-vidlens-mcp -- npx -y vidlens-mcp@1.2.9 --- ## Sqlite URL: https://mcp-marketplace.io/server/ai-smithery-afgong-sqlite-mcp-server Summary: Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible… Description: Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible… Remote endpoints: streamable-http: https://server.smithery.ai/@afgong/sqlite-mcp-server/mcp Category: Data & Analytics Mode: dual Pricing: Free GitHub: https://github.com/afgong/sqlite-mcp-server Security Score: 10/10 Installs: 1 Creator: Afgong Creator Reputation: C+ Version: 1.16.0 --- ## Macos URL: https://mcp-marketplace.io/server/io-github-aernouddekker-calendarmcp Summary: MCP server for macOS Calendar.app — calendar and event management via AppleScript Category: Developer Tools Mode: local Pricing: Free npm: @aernoud/calendarmcp GitHub: https://github.com/aernouddekker/macos-mcp Security Score: 10/10 Creator: Aernouddekker Creator Reputation: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-aernouddekker-calendarmcp -- npx -y @aernoud/calendarmcp@0.1.2 --- ## 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: C+ 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 --- ## 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: C+ 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}' --- ## 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: Davidweb3 Ctrl Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-davidweb3-ctrl-mcp-git-enhanced -- npx -y @davidweb3-ctrl/mcp-git-enhanced --- ## Waitlister URL: https://mcp-marketplace.io/server/io-github-ilpr-waitlister Summary: MCP server for the Waitlister API — manage waitlist subscribers through AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: waitlister-mcp GitHub: https://github.com/ilpr/waitlister-mcp Security Score: 7/10 Creator: Ilpr Creator Reputation: C+ Version: 1.0.2 Required Credentials: WAITLISTER_API_KEY (required), WAITLISTER_WAITLIST_KEY (optional) Install (Claude Code): claude mcp add io-github-ilpr-waitlister -- npx -y waitlister-mcp@1.0.2 --- ## 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: C+ 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: C+ 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: C+ Version: 0.9.3 Install (Claude Code): claude mcp add io-github-qso-graph-adif-mcp -- uvx adif-mcp==1.0.5 --- ## Awesome Agent Skills URL: https://mcp-marketplace.io/server/io-github-shadowrootdev-awesome-agent-skills Summary: MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more. Category: Developer Tools Mode: local Pricing: Free npm: awesome-agent-skills-mcp GitHub: https://github.com/shadowrootdev/awesome-agent-skills-mcp Security Score: 4/10 Creator: Shadowrootdev Creator Reputation: C+ Version: 1.0.2 Required Credentials: SKILLS_REPO_URL (optional), SKILLS_CACHE_DIR (optional), SKILLS_SYNC_INTERVAL (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-shadowrootdev-awesome-agent-skills -- npx -y awesome-agent-skills-mcp@1.0.2 --- ## Redmine URL: https://mcp-marketplace.io/server/io-github-jztan-redmine-mcp-server Summary: Production-ready MCP server for Redmine with security, pagination, and enterprise features Category: Developer Tools Mode: local Pricing: Free PyPI: redmine-mcp-server GitHub: https://github.com/jztan/redmine-mcp-server Security Score: 10/10 Creator: Jztan Creator Reputation: C+ Version: 1.2.0 Required Credentials: REDMINE_URL (optional), REDMINE_USERNAME (optional), REDMINE_PASSWORD (required), REDMINE_API_KEY (required), SERVER_HOST (optional), SERVER_PORT (optional), PUBLIC_HOST (optional), PUBLIC_PORT (optional), ATTACHMENTS_DIR (optional), AUTO_CLEANUP_ENABLED (optional), CLEANUP_INTERVAL_MINUTES (optional), ATTACHMENT_EXPIRES_MINUTES (optional) Install (Claude Code): claude mcp add io-github-jztan-redmine-mcp-server -- uvx redmine-mcp-server==1.2.0 --- ## 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-sota-deploy-sota -- npx -y @sota-io/mcp@1.3.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: 5.7/10 Creator: KVANTRA Dev Creator Reputation: C+ Version: 2.1.4 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==2.2.2 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-viatsy-mcp https://viatsy.com/mcp --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## Snaprender Integrations URL: https://mcp-marketplace.io/server/io-github-user0856-snaprender Summary: Screenshot any website as PNG, JPEG, WebP, or PDF. Device emulation, dark mode, ad blocking. Category: Developer Tools Mode: local Pricing: Free npm: snaprender-mcp GitHub: https://github.com/User0856/snaprender-integrations Security Score: 7/10 Creator: User0856 Creator Reputation: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-user0856-snaprender -- npx -y snaprender-mcp@1.5.1 --- ## 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: C+ 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: F 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-daedalus-mcp-rfc-editor -- uvx mcp-rfc-editor==0.1.2 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://password-strength-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/password-strength-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-password-strength https://password-strength-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pii-detector-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/pii-detector-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-pii-detector https://pii-detector-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ 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: F 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 --- ## 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: C+ Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http live-alpic-test5-ca2cc17f-test5 https://test5-ca2cc17f.alpic.live --- ## Pitwall URL: https://mcp-marketplace.io/server/io-github-darshjoshi-pitwall Summary: F1 race engineer for Claude — 67 tools for telemetry, strategy, and 75 years of history Category: Developer Tools Mode: local Pricing: Free PyPI: f1pitwall GitHub: https://github.com/darshjoshi/pitwall Security Score: 5/10 Creator: Darshjoshi Creator Reputation: C+ Version: 1.0.5 Install (Claude Code): claude mcp add io-github-darshjoshi-pitwall -- uvx f1pitwall==1.0.5 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://text-translator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/text-translator-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-text-translator https://text-translator-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Gitlab URL: https://mcp-marketplace.io/server/io-github-structured-world-gitlab-mcp Summary: GitLab MCP server with 44 tools for projects, MRs, pipelines, and more Category: Developer Tools Mode: local Pricing: Free npm: @structured-world/gitlab-mcp GitHub: https://github.com/structured-world/gitlab-mcp Security Score: 10/10 Creator: Structured World Creator Reputation: C+ Version: 7.2.0 Required Credentials: GITLAB_TOKEN (required), GITLAB_API_URL (optional), GITLAB_READ_ONLY_MODE (optional) Install (Claude Code): claude mcp add io-github-structured-world-gitlab-mcp -- npx -y @structured-world/gitlab-mcp@7.2.0 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ndkasndakn-refund-decide https://refund.decide.fyi/api/mcp --- ## The402ai URL: https://mcp-marketplace.io/server/io-github-the402ai-mcp-server Summary: AI agent service marketplace — browse, purchase, and manage services via x402/USDC Category: Developer Tools Mode: local Pricing: Free npm: @the402/mcp-server GitHub: https://github.com/the402ai/mcp-server Security Score: 9/10 Creator: The402ai Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-the402ai-mcp-server -- npx -y @the402/mcp-server@1.1.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-velogerber-grid https://aiegis.ie/grid/mcp --- ## VMware Storage URL: https://mcp-marketplace.io/server/io-github-zw008-vmware-storage Summary: VMware vSphere storage management with 11 MCP tools: datastores, iSCSI, vSAN. Category: Developer Tools Mode: local Pricing: Free PyPI: vmware-storage GitHub: https://github.com/zw008/VMware-Storage Security Score: 10/10 Creator: Zw008 Creator Reputation: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-zw008-vmware-storage -- uvx vmware-storage==1.5.12 --- ## Msds Chain URL: https://mcp-marketplace.io/server/io-github-littleblakew-msds-chain Summary: Chemical safety intelligence — 18 tools for compatibility, hazard, PPE, storage, and compliance Category: Developer Tools Mode: local Pricing: Free npm: msds-chain-mcp GitHub: https://github.com/littleblakew/msds-chain-mcp Security Score: 5.5/10 Creator: Littleblakew Creator Reputation: C+ Version: 1.0.0 Required Credentials: MSDS_API_KEY (required) Install (Claude Code): claude mcp add io-github-littleblakew-msds-chain -- npx -y msds-chain-mcp@1.0.0 --- ## Rftools URL: https://mcp-marketplace.io/server/io-github-antonpogrebenko-public-rftools Summary: 203 RF & electronics calculators + 14 simulation tools for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: rftools-mcp GitHub: https://github.com/antonpogrebenko-public/rftools-mcp Security Score: 10/10 Creator: rftools Creator Reputation: C- Version: 1.3.3 Install (Claude Code): claude mcp add io-github-antonpogrebenko-public-rftools -- npx -y rftools-mcp@1.3.3 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-selvoapp-selvo https://app.selvo.co/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: C+ 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: C+ 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 --- ## Depwire URL: https://mcp-marketplace.io/server/io-github-atef-ataya-depwire Summary: Dependency graph + 17 MCP tools for AI coding. Impact analysis, What If simulation, security scanner Category: Developer Tools Mode: local Pricing: Free npm: depwire-cli GitHub: https://github.com/depwire/depwire Security Score: 10/10 Creator: Depwire Creator Reputation: C+ Version: 1.0.8 Install (Claude Code): claude mcp add io-github-atef-ataya-depwire -- npx -y depwire-cli@1.0.8 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.2.0 --- ## 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 Creator: Yuna0x0 Creator Reputation: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-numpy -- uvx mcp-numpy==0.1.0 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-expertvagabond-watsonx -- npx -y watsonx-mcp-server@1.0.1 --- ## Orderbook Depth X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-orderbook-depth Summary: Uniswap V3 pool liquidity depth analysis — price impact at 1/2/5/10% levels. x402. Description: Uniswap V3 pool liquidity depth analysis — price impact at 1/2/5/10% levels. x402. Remote endpoints: sse: https://orderbook-depth-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://orderbook-depth-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/orderbook-depth-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-orderbook-depth https://orderbook-depth-x402-production.up.railway.app/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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-docker -- npx -y mcp-docker-server@1.0.1 --- ## 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: 6.5/10 Installs: 1 Creator: Echoqili Creator Reputation: F Version: 0.2.3 Required Credentials: SSH_SECURITY_LEVEL (optional), SSH_EXTRA_ALLOWED_COMMANDS (optional), SSH_BASE_DIR (optional) Install (Claude Code): claude mcp add io-github-echoqili-ssh-licco -- uvx ssh-licco==0.4.2 --- ## Token Holders X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-token-holders Summary: Token holder distribution — top holders, whale count, concentration score. x402. Description: Token holder distribution — top holders, whale count, concentration score. x402. Remote endpoints: sse: https://token-holders-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://token-holders-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/token-holders-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-token-holders https://token-holders-x402-production.up.railway.app/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: D 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-discolike-mcp-server https://api.discolike.com/v1/mcp --- ## 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.0 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.0 --- ## 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-guruwalk-affiliates-mcp https://back.guruwalk.com/mcp/affiliates --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-pranciskus-newsmcp -- npx -y @newsmcp/server --- ## Mingle URL: https://mcp-marketplace.io/server/io-github-aeoess-mingle Summary: Your AI finds the right people for you. Agent-to-agent professional networking. Category: Developer Tools Mode: local Pricing: Free npm: mingle-mcp GitHub: https://github.com/aeoess/mingle-mcp Security Score: 8.3/10 Creator: aeoess Creator Reputation: B- Version: 2.2.2 Install (Claude Code): claude mcp add io-github-aeoess-mingle -- npx -y mingle-mcp@2.2.2 --- ## Trackly Cli URL: https://mcp-marketplace.io/server/io-github-kevinastuhuaman-trackly Summary: AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ companies. OAuth or stdio. Description: AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ 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/kevinastuhuaman/trackly-cli Security Score: 10/10 Creator: kevinastuhuaman Creator Reputation: C- Version: 0.2.4 Install (Claude Code): claude mcp add io-github-kevinastuhuaman-trackly -- npx -y trackly-cli@0.2.4 Install (Claude Code Remote): claude mcp add --transport http io-github-kevinastuhuaman-trackly https://mcp.usetrackly.app/api/mcp --- ## 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: D Version: 1.0.3 Install (Claude Code): claude mcp add io-github-bluwork-postgres-scout-mcp -- npx -y postgres-scout-mcp@1.0.3 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://regex-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/regex-generator-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-regex-generator https://regex-generator-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Safari URL: https://mcp-marketplace.io/server/io-github-achiya-automation-safari-mcp Summary: Native Safari browser automation for AI agents — 80 tools, zero Chrome overhead. Category: Developer Tools Mode: local Pricing: Free npm: safari-mcp GitHub: https://github.com/achiya-automation/safari-mcp Security Score: 7/10 Creator: Achiya Automation Creator Reputation: C+ Version: 2.8.4 Install (Claude Code): claude mcp add io-github-achiya-automation-safari-mcp -- npx -y safari-mcp@2.8.4 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: D 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-darshan-mcp Summary: Darshan I/O profiler MCP server for analyzing I/O trace files 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-darshan-mcp -- uvx clio-kit==2.1.2 --- ## 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 Creator: Xiaolai Creator Reputation: C+ Version: 1.0.5 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-cron-forge-mcp -- npx -y cron-forge-mcp --- ## Zambian Law URL: https://mcp-marketplace.io/server/eu-ansvar-zambian-law-mcp Summary: Zambia legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/zambian-law-mcp GitHub: https://github.com/Ansvar-Systems/zambian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-zambian-law-mcp -- npx -y @ansvar/zambian-law-mcp@1.0.0 --- ## Mcp Documents Reader URL: https://mcp-marketplace.io/server/io-github-xt765-mcp-documents-reader Summary: An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-documents-reader GitHub: https://github.com/xt765/mcp_documents_reader Security Score: 7.5/10 Rating: 5/5 Installs: 8 Creator: xt765 Creator Reputation: B- Version: 1.3.1 Install (Claude Code): claude mcp add io-github-xt765-mcp-documents-reader -- uvx mcp-documents-reader==1.3.1 --- ## 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: C+ 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: C+ 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: D Version: 0.1.8 Install (Claude Code): claude mcp add io-github-cocaxcode-devflow-mcp -- npx -y @cocaxcode/devflow-mcp@0.1.15 --- ## Tunisian Law URL: https://mcp-marketplace.io/server/eu-ansvar-tunisian-law-mcp Summary: Tunisia legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/tunisian-law-mcp GitHub: https://github.com/Ansvar-Systems/tunisian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-tunisian-law-mcp -- npx -y @ansvar/tunisian-law-mcp@1.0.0 --- ## 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: C+ 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: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-huandu-feishu-markdown-mcp -- npx -y feishu-markdown-mcp --- ## Botswana Law URL: https://mcp-marketplace.io/server/eu-ansvar-botswana-law-mcp Summary: Botswana legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/botswana-law-mcp GitHub: https://github.com/Ansvar-Systems/botswana-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-botswana-law-mcp -- npx -y @ansvar/botswana-law-mcp@1.0.0 --- ## 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: C+ 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: C+ Version: 0.1.2 Required Credentials: GARMIN_EMAIL (required), GARMIN_PASSWORD (required) --- ## Jordanian Law URL: https://mcp-marketplace.io/server/eu-ansvar-jordanian-law-mcp Summary: Jordan legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/jordanian-law-mcp GitHub: https://github.com/Ansvar-Systems/jordanian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-jordanian-law-mcp -- npx -y @ansvar/jordanian-law-mcp@1.0.0 --- ## Guide URL: https://mcp-marketplace.io/server/com-figma-mcp-mcp Summary: The Figma MCP server brings Figma design context directly into your AI workflow. Description: The Figma MCP server brings Figma design context directly into your AI workflow. Remote endpoints: streamable-http: https://mcp.figma.com/mcp Category: Design Mode: remote Pricing: Free Remote URL: https://mcp.figma.com/mcp GitHub: https://github.com/figma/mcp-server-guide Security Score: 10/10 Creator: Figma Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-figma-mcp-mcp https://mcp.figma.com/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: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-port-port https://mcp.us.port.io/v1 --- ## Jira URL: https://mcp-marketplace.io/server/ai-waystation-jira Summary: Track issues, manage projects, and streamline workflows in Jira. Description: Track issues, manage projects, and streamline workflows in Jira. Remote endpoints: streamable-http: https://waystation.ai/jira/mcp sse: https://waystation.ai/jira/mcp/sse Category: Business Tools Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 8.3/10 Installs: 1 Creator: Waystation Ai Creator Reputation: C+ Version: 0.3.1 --- ## Argus URL: https://mcp-marketplace.io/server/io-github-khamel83-argus Summary: Multi-provider web search broker for AI agents with RRF ranking and budget-aware routing. Category: Developer Tools Mode: local Pricing: Free PyPI: argus-search GitHub: https://github.com/Khamel83/argus Security Score: 10/10 Creator: Khamel83 Creator Reputation: C+ Version: 1.3.3 Required Credentials: ARGUS_BRAVE_API_KEY (required), ARGUS_TAVILY_API_KEY (required), ARGUS_EXA_API_KEY (required), ARGUS_SERPER_API_KEY (required), ARGUS_LINKUP_API_KEY (required), ARGUS_SEARXNG_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-khamel83-argus -- uvx argus-search==1.3.3 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vinodc-aspire-mcp https://mcp.aspirelearning.app/mcp --- ## Safe Ssh URL: https://mcp-marketplace.io/server/io-github-areso-safe-ssh-mcp Summary: A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands Category: Developer Tools Mode: local Pricing: Free PyPI: safe-ssh-mcp GitHub: https://github.com/Areso/safe-ssh-mcp Security Score: 6.4/10 Rating: 4/5 Installs: 2 Creator: Areso Creator Reputation: F Version: 0.1.8 Install (Claude Code): claude mcp add io-github-areso-safe-ssh-mcp -- uvx safe-ssh-mcp==0.1.8 --- ## 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: C+ 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 --- ## Mozambican Law URL: https://mcp-marketplace.io/server/eu-ansvar-mozambican-law-mcp Summary: Mozambique legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/mozambican-law-mcp GitHub: https://github.com/Ansvar-Systems/mozambican-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-mozambican-law-mcp -- npx -y @ansvar/mozambican-law-mcp@1.0.0 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cc-contexta-contexta-mcp https://mcp.contexta.cc/mcp --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-x402 Summary: MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-x402 GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: X402_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-x402 -- npx -y @codespar/mcp-x402 --- ## 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: C+ 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: D 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: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-makririch-einvoice -- npx -y einvoice-mcp --- ## Drafto URL: https://mcp-marketplace.io/server/eu-drafto-mcp Summary: Create, read, search, and organize your Drafto notes and notebooks. Description: Create, read, search, and organize your Drafto notes and notebooks. Remote endpoints: streamable-http: https://drafto.eu/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://drafto.eu/api/mcp GitHub: https://github.com/JakubAnderwald/drafto Security Score: 10/10 Creator: JakubAnderwald Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http eu-drafto-mcp https://drafto.eu/api/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: C+ 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 --- ## 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: C+ 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: F Version: 0.1.6 Install (Claude Code): claude mcp add io-github-p-poss-dj-claude -- npx -y dj-claude@0.1.18 --- ## Parkour URL: https://mcp-marketplace.io/server/io-github-blightbow-parkour-mcp Summary: A content exploration toolkit that helps LLMs surface high signal, unsummarized web content. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/blightbow/parkour-mcp Security Score: 10/10 Creator: Blightbow Creator Reputation: C+ Version: 1.2.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-twinmotion-mcp https://twinmotion-mcp.itmartin24.workers.dev/mcp --- ## Appstore Connect URL: https://mcp-marketplace.io/server/io-github-pofky-appstore-connect-mcp Summary: Check app review status, read reviews, download sales reports from App Store Connect Category: Developer Tools Mode: local Pricing: Free npm: @pofky/appstore-connect-mcp GitHub: https://github.com/pofky/appstore-connect-mcp Security Score: 6.7/10 Creator: Pofky Creator Reputation: C+ Version: 0.2.1 Required Credentials: ASC_KEY_ID (optional), ASC_ISSUER_ID (optional), ASC_PRIVATE_KEY_PATH (optional), ASC_LICENSE_KEY (required) Install (Claude Code): claude mcp add io-github-pofky-appstore-connect-mcp -- npx -y @pofky/appstore-connect-mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-reitsmasieto-wq-overcome-stress https://mcp.overcomestress.io/mcp --- ## Gettreatmenthelp URL: https://mcp-marketplace.io/server/com-gettreatmenthelp-gettreatmenthelp Summary: Find US addiction & mental health treatment facilities. 11,271 SAMHSA-verified. Filter by location. Description: Find US addiction & mental health treatment facilities. 11,271 SAMHSA-verified. Filter by location. Remote endpoints: streamable-http: https://gth-mcp-server.pages.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gth-mcp-server.pages.dev/mcp MCP Tools (4): search_facilities, get_facility_detail, list_states, get_treatment_types Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gettreatmenthelp-gettreatmenthelp https://gth-mcp-server.pages.dev/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: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-vdalhambra-financekit-mcp -- uvx financekit-mcp==1.2.0 --- ## 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: C+ 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: C+ 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 --- ## VMware VKS URL: https://mcp-marketplace.io/server/io-github-zw008-vmware-vks Summary: vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+. Category: Developer Tools Mode: local Pricing: Free PyPI: vmware-vks GitHub: https://github.com/zw008/VMware-VKS Security Score: 10/10 Creator: Zw008 Creator Reputation: C+ Version: 1.2.3 Install (Claude Code): claude mcp add io-github-zw008-vmware-vks -- uvx vmware-vks==1.5.12 --- ## 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: B- 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 --- ## 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: C+ 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 --- ## Qc Validator URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-qc-validator Summary: MCP server for runtime quality validation of AI agent outputs — hallucination detection, scope compl Category: Developer Tools Mode: local Pricing: Free npm: qc-validator-mcp GitHub: https://github.com/mdfifty50-boop/qc-validator-mcp Security Score: 4.8/10 Creator: Mdfifty50 Boop Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-qc-validator -- npx -y qc-validator-mcp@0.1.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Delega URL: https://mcp-marketplace.io/server/io-github-delega-dev-delega Summary: Task management API for AI agents. Create, delegate, and track tasks via MCP. Category: Developer Tools Mode: local Pricing: Free npm: @delega-dev/mcp GitHub: https://github.com/delega-dev/delega-mcp Security Score: 7/10 Creator: Delega Dev Creator Reputation: C+ Version: 1.2.1 Required Credentials: DELEGA_API_KEY (required), DELEGA_API_URL (optional) Install (Claude Code): claude mcp add io-github-delega-dev-delega -- npx -y @delega-dev/mcp@1.2.1 --- ## 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: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-sebastianmaciel-jsx-notation -- npx -y jsx-notation@0.1.6 --- ## 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: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-agentic-eng-a2atlassian -- uvx a2atlassian==0.2.1 --- ## Mydriverparis Worker URL: https://mcp-marketplace.io/server/com-mydriverparis-booking Summary: Book premium private chauffeur transfers in Paris and across Europe via AI agents. Description: Book premium private chauffeur transfers in Paris and across Europe via AI agents. Remote endpoints: streamable-http: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-mydriverparis.mydriverparis.workers.dev/mcp GitHub: https://github.com/mydriver-paris/mcp-mydriverparis-worker MCP Tools (6): get_vehicles, get_quote, book_ride, resolve_location, resolve_flight, get_service_info Security Score: 8/10 Creator: Mydriver Paris Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mydriverparis-booking https://mcp-mydriverparis.mydriverparis.workers.dev/mcp --- ## Token Lens URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-token-lens Summary: MCP server for analyzing and optimizing context window token usage — audit tool definitions, compres Category: Developer Tools Mode: local Pricing: Free npm: token-lens-mcp GitHub: https://github.com/mdfifty50-boop/token-lens-mcp Security Score: 4.8/10 Creator: Mdfifty50 Boop Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-token-lens -- npx -y token-lens-mcp@0.1.0 --- ## 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: C+ 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: F 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: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-jasonwilbur-cloud-regions -- npx -y mcp-server-cloud-regions@1.0.4 --- ## 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: 5.5/10 Creator: Motherduckdb Creator Reputation: C+ Version: 1.0.4 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.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: C+ 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 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-bobbyrgoldsmith-quarterback -- uvx quarterback==1.2.0 --- ## Federal Compass URL: https://mcp-marketplace.io/server/io-github-skivuha-federal-compass-mcp Summary: AI compass from private sector to federal career — USAJobs search, salary, KSA Category: Developer Tools Mode: local Pricing: Free npm: federal-compass-mcp GitHub: https://github.com/skivuha/federal-compass-mcp Security Score: 0/10 Creator: Skivuha Creator Reputation: C+ Version: 0.1.6 Required Credentials: USAJOBS_API_KEY (optional), USAJOBS_EMAIL (optional) Install (Claude Code): claude mcp add io-github-skivuha-federal-compass-mcp -- npx -y federal-compass-mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-divu2025-codemaster -- npx -y @divyesh2000/codemaster --- ## 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: C+ 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: C+ 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 --- ## Swarm Tips URL: https://mcp-marketplace.io/server/io-github-corsur-swarm-tips Summary: 20 tools: play games, claim Shillbot tasks, generate videos, browse bounties. Non-custodial. Description: 20 tools: play games, claim Shillbot tasks, generate videos, browse bounties. Non-custodial. Remote endpoints: streamable-http: https://mcp.swarm.tips/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.swarm.tips/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-corsur-swarm-tips https://mcp.swarm.tips/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-vdalhambra-siteaudit-mcp -- uvx siteaudit-mcp==1.2.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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-enrichment-kids-enrichment-kids https://mcp.enrichment.kids/mcp --- ## Universal URL: https://mcp-marketplace.io/server/ai-bluenexus-universal-mcp Summary: Connect your AI to all your data - 200+ sources, intelligently filtered, compliance-ready. Description: Connect your AI to all your data - 200+ sources, intelligently filtered, compliance-ready. Remote endpoints: streamable-http: https://api.bluenexus.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.bluenexus.ai/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.13.1 Install (Claude Code Remote): claude mcp add --transport http ai-bluenexus-universal-mcp https://api.bluenexus.ai/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: C+ 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: C+ Version: 0.0.8 Install (Claude Code): claude mcp add io-github-toby-mirror-mcp -- npx -y mirror-mcp@0.0.8 --- ## 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: C+ 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: C+ 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 --- ## ToolMesh URL: https://mcp-marketplace.io/server/io-github-dunkelcloud-toolmesh Summary: MCP gateway with authorization, credential injection, audit logging, and output policies. Description: MCP gateway with authorization, credential injection, audit logging, and output policies. Remote endpoints: streamable-http: https://{host}:8123/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{host}:8123/mcp GitHub: https://github.com/DunkelCloud/ToolMesh Security Score: 9.9/10 Creator: DunkelCloud Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dunkelcloud-toolmesh 'https://{host}:8123/mcp' --- ## 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: A- 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 --- ## 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: C+ 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 --- ## Interactive Leetcode URL: https://mcp-marketplace.io/server/io-github-sperekrestova-interactive-leetcode-mcp Summary: Interactive LeetCode MCP server with authorization and solution submission capabilities Category: Developer Tools Mode: local Pricing: Free npm: @sperekrestova/interactive-leetcode-mcp GitHub: https://github.com/SPerekrestova/interactive-leetcode-mcp Security Score: 9.5/10 Creator: SPerekrestova Creator Reputation: C+ Version: 3.2.1 Install (Claude Code): claude mcp add io-github-sperekrestova-interactive-leetcode-mcp -- npx -y @sperekrestova/interactive-leetcode-mcp@3.2.1 --- ## 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: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-tactual-dev-tactual -- npx -y tactual@0.3.1 --- ## Swiss Public Transport URL: https://mcp-marketplace.io/server/io-github-tpjnorton-swiss-public-transport-mcp Summary: Swiss public transport — journey planning, live stationboards, delays, and SBB ticket links. Category: Developer Tools Mode: local Pricing: Free PyPI: swiss-public-transport-mcp GitHub: https://github.com/tpjnorton/swiss-public-transport-mcp Security Score: 8.5/10 Creator: Tpjnorton Creator Reputation: C+ Version: 0.1.9 Install (Claude Code): claude mcp add io-github-tpjnorton-swiss-public-transport-mcp -- uvx swiss-public-transport-mcp==0.1.9 --- ## 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: C+ 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 --- ## 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: C+ 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}' --- ## 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: C+ Version: 1.4.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.4.0 --- ## Lokal URL: https://mcp-marketplace.io/server/io-github-slookisen-lokal-mcp Summary: Find local food in Norway. Search 1400+ farms, shops and producers by location. Category: Developer Tools Mode: local Pricing: Free npm: lokal-mcp GitHub: https://github.com/slookisen/lokal Security Score: 9.7/10 Creator: Slookisen Creator Reputation: C+ Version: 0.3.3 Install (Claude Code): claude mcp add io-github-slookisen-lokal-mcp -- npx -y lokal-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: C+ 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: C+ Version: 1.14.0 --- ## Entity Verification URL: https://mcp-marketplace.io/server/systems-entia-entity-verification Summary: 20 tools: entity lookup, BORME, EU VAT, GLEIF, healthcare registries, economic data. 34 countries. Description: 20 tools: entity lookup, BORME, EU VAT, GLEIF, healthcare registries, economic data. 34 countries. Remote endpoints: streamable-http: https://entia.systems/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://entia.systems/mcp/ MCP Tools (20): entity_lookup, search_entities, borme_lookup, professional_lookup, verify_vat, zone_profile, get_competitors, get_entity_home, get_platform_stats, municipality_profile, verify_healthcare_professional, verify_dentist, search_healthcare_centers, borme_new_constitutions, borme_officer_changes, search_regcess, search_reps_by_specialty, verify_psychologist, search_pharmacies, search_dental_clinics_cataluna Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http systems-entia-entity-verification https://entia.systems/mcp/ --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-jefdiesel-clawphunks -- npx -y clawphunks-mcp --- ## Mobile URL: https://mcp-marketplace.io/server/io-github-mobile-next-mobile-mcp Summary: MCP server for iOS and Android Mobile Development, Automation and Testing Category: Developer Tools Mode: local Pricing: Free npm: @mobilenext/mobile-mcp GitHub: https://github.com/mobile-next/mobile-mcp Security Score: 9.7/10 Creator: Mobile Next Creator Reputation: C+ Version: 0.0.51 Install (Claude Code): claude mcp add io-github-mobile-next-mobile-mcp -- npx -y @mobilenext/mobile-mcp@0.0.52 --- ## Serbian Law URL: https://mcp-marketplace.io/server/eu-ansvar-serbian-law-mcp Summary: Serbian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/serbian-law-mcp GitHub: https://github.com/Ansvar-Systems/Serbian-law-mcp Security Score: 10/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-serbian-law-mcp -- npx -y @ansvar/serbian-law-mcp@1.0.0 --- ## Cronometer Api URL: https://mcp-marketplace.io/server/io-github-rwestergren-cronometer-api-mcp Summary: MCP server for Cronometer nutrition tracking — food logs, diary, macros, fasting Category: Developer Tools Mode: local Pricing: Free PyPI: cronometer-api-mcp GitHub: https://github.com/rwestergren/cronometer-api-mcp Security Score: 7/10 Creator: Rwestergren Creator Reputation: C+ Version: 0.1.2 Required Credentials: CRONOMETER_USERNAME (optional), CRONOMETER_PASSWORD (required) Install (Claude Code): claude mcp add io-github-rwestergren-cronometer-api-mcp -- uvx cronometer-api-mcp==0.1.2 --- ## 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: C+ Version: 2.0.58 --- ## 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: C+ Version: 0.0.9 Install (Claude Code): claude mcp add io-github-abelljs-abell -- npx -y abell-ai --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-zomato-mcp https://mcp-server.zomato.com/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: C+ Version: 1.0.0 --- ## Vibesharing URL: https://mcp-marketplace.io/server/io-github-erova-vibesharing Summary: Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client. Category: Developer Tools Mode: local Pricing: Free npm: @vibesharingapp/mcp-server GitHub: https://github.com/erova/vibesharing-mcp Security Score: 8/10 Installs: 1 Creator: erova Creator Reputation: D Version: 0.7.3 Required Credentials: VIBESHARING_TOKEN (required) Install (Claude Code): claude mcp add io-github-erova-vibesharing -- npx -y @vibesharingapp/mcp-server@0.12.2 --- ## 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: C+ 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: C+ 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 --- ## 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: D 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 --- ## Indonesian Law URL: https://mcp-marketplace.io/server/eu-ansvar-indonesian-law-mcp Summary: Indonesian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/indonesian-law-mcp GitHub: https://github.com/Ansvar-Systems/indonesian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-indonesian-law-mcp -- npx -y @ansvar/indonesian-law-mcp@2.0.0 --- ## 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-chengjiale150-jupyter-mcp-server -- uvx better-jupyter-mcp-server==1.4.12 --- ## 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 --- ## 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: C+ 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 --- ## 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 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-stripe-acp Summary: Stripe ACP — AI agent checkout, payment delegation, products, invoices Category: Finance Mode: local Pricing: Free npm: @codespar/mcp-stripe-acp GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: STRIPE_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-stripe-acp -- npx -y @codespar/mcp-stripe-acp --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-pagar-me Summary: MCP server for Pagar.me — orders, charges, recipients, transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-pagar-me GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: PAGARME_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-pagar-me -- npx -y @codespar/mcp-pagar-me --- ## 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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-sports https://gateway.pipeworx.io/sports/mcp --- ## Compliance Shield URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-compliance-shield Summary: EU AI Act compliance audit trails and evidence generation for AI agent systems — risk classification Category: Security Mode: local Pricing: Free npm: compliance-shield-mcp GitHub: https://github.com/mdfifty50-boop/compliance-shield-mcp Security Score: 5.2/10 Creator: Mdfifty50 Boop Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-compliance-shield -- npx -y compliance-shield-mcp@0.1.0 --- ## 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: C+ 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: C+ 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: C+ Version: 0.3.4 Install (Claude Code): claude mcp add io-github-sralli-agendum -- uvx agendum==0.3.4 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-sardorbekr-appstore-connect -- npx -y asc-mcp@1.1.0 --- ## 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: C+ 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 --- ## 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: C+ Version: 6.3.1 Install (Claude Code Remote): claude mcp add --transport http com-devcycle-mcp https://mcp.devcycle.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-coordinadora Summary: Coordinadora — Colombian courier and logistics Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-coordinadora GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: COORDINADORA_API_KEY (required), COORDINADORA_NIT (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-coordinadora -- npx -y @codespar/mcp-coordinadora --- ## 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: F 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: C+ 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: C+ 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: C+ 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: C+ Version: 3.0.0 --- ## Document Converter URL: https://mcp-marketplace.io/server/io-github-xt765-mcp-document-converter Summary: Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-document-converter GitHub: https://github.com/xt765/mcp-document-converter Security Score: 7.8/10 Rating: 5/5 Installs: 10 Creator: xt765 Creator Reputation: B- Version: 0.2.2 Install (Claude Code): claude mcp add io-github-xt765-mcp-document-converter -- uvx mcp-document-converter==0.2.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: D 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: C+ 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: C+ 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: F Version: 1.0.0 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: D 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: C+ Version: 0.0.0 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sevalla-hosting-mcp https://mcp.sevalla.com/mcp --- ## Linkinator URL: https://mcp-marketplace.io/server/io-github-justinbeckwith-linkinator-mcp Summary: MCP server for link checking using linkinator Category: Developer Tools Mode: local Pricing: Free npm: linkinator-mcp GitHub: https://github.com/JustinBeckwith/linkinator-mcp Security Score: 10/10 Creator: JustinBeckwith Creator Reputation: C+ Version: 0.2.5 Install (Claude Code): claude mcp add io-github-justinbeckwith-linkinator-mcp -- npx -y linkinator-mcp@0.2.5 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-lazymac2x-mcpwatch -- npx -y mcpwatch-mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Orgx URL: https://mcp-marketplace.io/server/com-useorgx-orgx-mcp Summary: Agent orchestration + org memory via MCP. Manage initiatives and decisions from any client. Description: Agent orchestration + org memory via MCP. Manage initiatives and decisions from any client. Remote endpoints: streamable-http: https://mcp.useorgx.com/ sse: https://mcp.useorgx.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.useorgx.com/ GitHub: https://github.com/useorgx/orgx-mcp Security Score: 8.6/10 Creator: Useorgx Creator Reputation: C+ Version: 0.0.0-65256ed Install (Claude Code Remote): claude mcp add --transport http com-useorgx-orgx-mcp https://mcp.useorgx.com/ --- ## 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: C+ 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 --- ## Filesystem URL: https://mcp-marketplace.io/server/io-github-j0hanz-filesystem-mcp Summary: Secure filesystem MCP server for reading, writing, searching, diffing, and patching files. Category: File & Storage Mode: local Pricing: Free npm: @j0hanz/filesystem-mcp GitHub: https://github.com/j0hanz/filesystem-mcp Security Score: 10/10 Creator: J0hanz Creator Reputation: C+ Version: 1.19.1 Install (Claude Code): claude mcp add io-github-j0hanz-filesystem-mcp -- npx -y @j0hanz/filesystem-mcp@1.19.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.3.0 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-vigile-ai-vigile-mcp -- npx -y vigile-mcp@0.1.10 --- ## 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: 2 Creator: Mintmcp Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http com-mintmcp-gcal https://gcal.mintmcp.com/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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vhspace-agentbase https://mcp.agentbase.tools/mcp --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-crashstory-crashstory https://crashstory-mcp-production.up.railway.app/mcp --- ## Dchub Backend URL: https://mcp-marketplace.io/server/cloud-dchub-mcp-server Summary: Data center intelligence: 20,000+ facilities, M&A deals, site scoring, and market analytics. Description: Data center intelligence: 20,000+ facilities, M&A deals, site scoring, and market analytics. 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-backend MCP Tools (11): search_facilities, get_facility, list_transactions, get_market_intel, get_news, analyze_site, get_grid_data, get_pipeline, get_agent_registry, get_intelligence_index, get_dchub_recommendation Security Score: 9/10 Creator: Azmartone67 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cloud-dchub-mcp-server https://dchub.cloud/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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-nyxtoolsdev-calendly-mcp-server -- uvx calendly-mcp==0.1.1 --- ## Androjack URL: https://mcp-marketplace.io/server/io-github-vikas9793-androjack Summary: Android engineering MCP server with verified documentation grounding and AI validation tools. Category: Developer Tools Mode: local Pricing: Free npm: androjack-mcp GitHub: https://github.com/VIKAS9793/androjack-mcp Security Score: 10/10 Installs: 3 Creator: VIKAS9793 Creator Reputation: C Version: 1.7.1 Tags: android, android studio, ai, mcp, secure Use Cases: android development Install (Claude Code): claude mcp add io-github-vikas9793-androjack -- npx -y androjack-mcp@1.7.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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mintmas-oracle42-intelligence https://app.eno.cx.ua/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: D 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-ignission-mcp https://mcp.ignission.io/mcp --- ## Html To Figma Design System URL: https://mcp-marketplace.io/server/io-github-miapre-html-to-figma-design-system Summary: Translate HTML prototypes into Figma using your design system's real components and tokens. Category: Design Mode: local Pricing: Free npm: html-to-figma-design-system GitHub: https://github.com/miapre/html-to-figma-design-system Security Score: 6.7/10 Creator: Miapre Creator Reputation: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-miapre-html-to-figma-design-system -- npx -y html-to-figma-design-system --- ## Agentmail Smithery URL: https://mcp-marketplace.io/server/ai-smithery-agentmail Summary: AgentMail is the email inbox API for AI agents. It gives agents their own email inboxes, like Gmail Description: AgentMail is the email inbox API for AI agents. It gives agents their own email inboxes, like Gmail Remote endpoints: streamable-http: https://server.smithery.ai/agentmail Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/agentmail-to/agentmail-smithery-mcp Security Score: 8/10 Creator: Agentmail To Creator Reputation: C+ Version: 1.0.0 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-siddmax-namera -- uvx namera==0.1.2 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 5.0.0 Install (Claude Code Remote): claude mcp add --transport http xyz-arithym-arithym https://arithym.xyz/mcp --- ## 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: C+ Version: 0.0.3 Install (Claude Code Remote): claude mcp add --transport http com-vercel-vercel-mcp https://mcp.vercel.com --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-delonghi-ecam -- uvx mcp-delonghi-ecam==0.1.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: 6.3/10 Creator: Mhajder Creator Reputation: C+ Version: 1.9.0 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.9.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-nyxtoolsdev-quickbooks-mcp-server -- uvx quickbooks-mcp==0.1.1 --- ## 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: 7.6/10 Creator: OrderlyNetwork Creator Reputation: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-orderlynetwork-orderly-mcp -- npx -y @orderly.network/mcp-server@1.0.3 --- ## 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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http com-agentpmt-agentpmt https://api.agentpmt.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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-microsoft-enterprisemcp https://mcp.svc.cloud.microsoft/enterprise --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-scite-mcp https://api.scite.ai/mcp --- ## Vaultpilot URL: https://mcp-marketplace.io/server/io-github-szhygulin-vaultpilot-mcp Summary: Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect. Category: Developer Tools Mode: local Pricing: Free npm: vaultpilot-mcp GitHub: https://github.com/szhygulin/vaultpilot-mcp Security Score: 8/10 Creator: Szhygulin Creator Reputation: C+ Version: 0.5.2 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-vaultpilot-mcp -- npx -y vaultpilot-mcp@0.5.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.5.1 Required Credentials: ZENML_STORE_URL (optional), ZENML_STORE_API_KEY (required) --- ## 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: C+ 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: C+ 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 --- ## 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: 10/10 Creator: Martin Krasser Creator Reputation: C- Version: 0.9.1 Install (Claude Code): claude mcp add io-github-gradion-ai-ipybox -- uvx ipybox==0.9.1 --- ## 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: F 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-arknill-feedkit -- uvx feedkit==0.1.1 --- ## 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: 9/10 Creator: Studiomeyer Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-studiomeyer-mcp-suite https://mcp.studiomeyer.io/v1/mcp --- ## 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://api.asalvocreative.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.asalvocreative.com/mcp GitHub: https://github.com/andysalvo/agentic-platform MCP Tools (9): register, list_skills, get_skill, check_usage, buy_credits, agent_health_check, mcp_manifest_lint, estimate_agent_cost, evaluate_service Security Score: 8.5/10 Creator: Andysalvo Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-andysalvo-agentic-platform https://api.asalvocreative.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: C+ 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 --- ## Compliance Trestle URL: https://mcp-marketplace.io/server/io-github-oscal-compass-compliance-trestle-mcp Summary: An MCP server that provides tools to author OSCAL security compliance documentation Category: Security Mode: local Pricing: Free PyPI: compliance-trestle-mcp GitHub: https://github.com/oscal-compass/compliance-trestle-mcp Security Score: 10/10 Creator: Oscal Compass Creator Reputation: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-oscal-compass-compliance-trestle-mcp -- uvx compliance-trestle-mcp==0.1.2 --- ## 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: D 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-kokogo100-ragalgo -- npx -y ragalgo-mcp-server@1.0.7 --- ## Docs Server URL: https://mcp-marketplace.io/server/io-github-mapbox-mcp-docs-server Summary: AI access to Mapbox docs, API references, style specs, and guides. No token required. Description: AI access to Mapbox docs, API references, style specs, and guides. No token required. Remote endpoints: streamable-http: https://mcp-docs.mapbox.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @mapbox/mcp-docs-server Remote URL: https://mcp-docs.mapbox.com/mcp GitHub: https://github.com/mapbox/mcp-docs-server Security Score: 10/10 Creator: Mapbox Creator Reputation: C+ Version: 0.3.0 Install (Claude Code): claude mcp add io-github-mapbox-mcp-docs-server -- npx -y @mapbox/mcp-docs-server@0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mapbox-mcp-docs-server https://mcp-docs.mapbox.com/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: C+ 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: C+ 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 --- ## LystBot URL: https://mcp-marketplace.io/server/io-github-touraround-lystbot Summary: Smart lists that your AI can actually use. Manage lists via MCP, CLI, or REST API. Category: Developer Tools Mode: local Pricing: Free npm: lystbot GitHub: https://github.com/TourAround/LystBot Security Score: 10/10 Creator: TourAround Creator Reputation: C+ Version: 0.3.5 Install (Claude Code): claude mcp add io-github-touraround-lystbot -- npx -y lystbot@0.3.7 --- ## 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-mansurjisan-goes-mcp -- uvx goes-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: C+ 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: C+ 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 --- ## Agent Guard URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-agent-guard Summary: MCP server that detects and prevents infinite agent loops — circuit breakers, pattern detection, and Category: Developer Tools Mode: local Pricing: Free npm: agent-guard-mcp GitHub: https://github.com/mdfifty50-boop/agent-guard-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agent-guard -- npx -y agent-guard-mcp@0.1.0 --- ## 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: 7.7/10 Creator: Neptun2000 Creator Reputation: C+ Version: 0.9.8 Install (Claude Code): claude mcp add io-github-neptun2000-heor-agent -- npx -y heor-agent-mcp@0.9.8 --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-cryptography -- uvx mcp-cryptography==0.1.1 --- ## Scope Guard URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-scope-guard Summary: MCP server that enforces multi-agent scope boundaries — prevents scope drift, work duplication, and Category: Developer Tools Mode: local Pricing: Free npm: scope-guard-mcp GitHub: https://github.com/mdfifty50-boop/scope-guard-mcp Security Score: 4.2/10 Creator: Mdfifty50 Boop Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-scope-guard -- npx -y scope-guard-mcp@0.1.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-carsxe-carsxe-mcp https://mcp.carsxe.com/mcp --- ## Nslookup URL: https://mcp-marketplace.io/server/io-github-venomseven-nslookup Summary: DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks Description: DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks Remote endpoints: streamable-http: https://mcp.nslookup.io/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @nslookup-io/mcp-server Remote URL: https://mcp.nslookup.io/mcp GitHub: https://github.com/NsLookup-io/nslookup-mcp Security Score: 9.8/10 Rating: 5/5 Installs: 1 Creator: Jor Khachatryan Creator Reputation: B Version: 1.3.0 Install (Claude Code): claude mcp add io-github-venomseven-nslookup -- npx -y @nslookup-io/mcp-server@1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-venomseven-nslookup https://mcp.nslookup.io/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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-aarna-atars-mcp https://mcp.aarna.ai/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: C+ 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: C+ Version: 1.0.0 --- ## Streamline URL: https://mcp-marketplace.io/server/com-streamlinehq-mcp Summary: The Streamline MCP Server allow users to search, and download assets in PNG or SVG formats. Description: The Streamline MCP Server allow users to search, and download assets 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: 9/10 Creator: Webalys Hq Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-streamlinehq-mcp https://public-api.streamlinehq.com/mcp --- ## 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: C+ 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: C+ 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 --- ## Burn URL: https://mcp-marketplace.io/server/io-github-fisher521-burn-mcp-server Summary: AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more. Description: AI-powered reading triage MCP. 26 tools with a 24h burn timer. Read less, absorb more. Remote endpoints: streamable-http: https://burn-mcp-server.vercel.app/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: burn-mcp-server Remote URL: https://burn-mcp-server.vercel.app/api/mcp GitHub: https://github.com/Fisher521/burn-mcp-server Security Score: 7.5/10 Creator: Fisher521 Creator Reputation: C+ Version: 2.1.0 Required Credentials: BURN_MCP_TOKEN (required) Install (Claude Code): claude mcp add io-github-fisher521-burn-mcp-server -- npx -y burn-mcp-server@2.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-fisher521-burn-mcp-server https://burn-mcp-server.vercel.app/api/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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ac-inference-sh-inference https://sh.inference.ac --- ## Coda URL: https://mcp-marketplace.io/server/io-github-vish288-mcp-coda Summary: MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation. Category: Productivity Mode: local Pricing: Free PyPI: mcp-coda GitHub: https://github.com/vish288/mcp-coda Security Score: 4.8/10 Creator: Vish288 Creator Reputation: C+ Version: 0.4.14 Required Credentials: CODA_API_TOKEN (required), CODA_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-vish288-mcp-coda -- uvx mcp-coda==0.4.14 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-celcoin Summary: MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-celcoin GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: CELCOIN_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-celcoin -- npx -y @codespar/mcp-celcoin --- ## 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: C+ Version: 1.0.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: C+ 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 --- ## Mockups Mpc URL: https://mcp-marketplace.io/server/io-github-kgnatx-mockups-gallery Summary: Self-hosted MCP server and gallery for AI-generated mockups. Description: Self-hosted MCP server and gallery for AI-generated mockups. Remote endpoints: streamable-http: https://{host}/mcp sse: https://{host}/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{host}/mcp GitHub: https://github.com/kgNatx/mockups-mpc Security Score: 8/10 Creator: kgNatx Creator Reputation: D Version: 1.2.2 Install (Claude Code Remote): claude mcp add --transport http io-github-kgnatx-mockups-gallery 'https://{host}/mcp' --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-whateverneveranywhere-roundtable https://mcp.roundtable.now/mcp --- ## Sentinel Signal 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: dual Pricing: Free Remote URL: https://mcp.sentinelsignal.io/mcp GitHub: https://github.com/sentinelsignal/sentinel-signal-mcp Security Score: 5.5/10 Creator: Sentinelsignal Creator Reputation: C+ Version: 0.1.4 Install (Claude Code Remote): claude mcp add --transport http io-sentinelsignal-scoring https://mcp.sentinelsignal.io/mcp --- ## Kontent Ai URL: https://mcp-marketplace.io/server/io-github-kontent-ai-mcp-server Summary: Connect to Kontent.ai to manage content, types, taxonomies, and workflows via natural language Category: Developer Tools Mode: local Pricing: Free npm: @kontent-ai/mcp-server GitHub: https://github.com/kontent-ai/mcp-server Security Score: 10/10 Creator: Kontent Ai Creator Reputation: C+ Version: 0.31.0 Required Credentials: KONTENT_API_KEY (required), KONTENT_ENVIRONMENT_ID (optional), PORT (optional) Install (Claude Code): claude mcp add io-github-kontent-ai-mcp-server -- npx -y @kontent-ai/mcp-server@0.31.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-bitso Summary: MCP server for Bitso — Latin American crypto exchange, trading, funding, withdrawals Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-bitso GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: BITSO_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-bitso -- npx -y @codespar/mcp-bitso --- ## 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: C+ Version: 0.9.9 Install (Claude Code Remote): claude mcp add --transport http dev-agent-module-mcp https://api.agent-module.dev/mcp --- ## Krystalview URL: https://mcp-marketplace.io/server/io-github-krystalview-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/KrystalView/krystalview-mcp Security Score: 10/10 Creator: KrystalView Creator Reputation: C+ Version: 0.1.4 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.4 --- ## 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: C+ 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: F 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/ --- ## Schematic URL: https://mcp-marketplace.io/server/io-github-schematichq-schematic-mcp Summary: Manage companies, plans, features, and billing through SchematicHQ Category: Developer Tools Mode: local Pricing: Free npm: @schematichq/schematic-mcp GitHub: https://github.com/SchematicHQ/schematic-mcp Security Score: 8/10 Creator: SchematicHQ Creator Reputation: C+ Version: 0.3.4 Required Credentials: SCHEMATIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-schematichq-schematic-mcp -- npx -y @schematichq/schematic-mcp@0.3.4 --- ## Jira URL: https://mcp-marketplace.io/server/io-github-xcollantes-jira-mcp Summary: Feature-rich MCP for controlling Jira through LLM clients. Safe for corporate environments. Category: Business Tools Mode: local Pricing: Free PyPI: jira-tools-mcp GitHub: https://github.com/xcollantes/jira-mcp Security Score: 10/10 Creator: Xcollantes Creator Reputation: C+ Version: 0.2.2 Required Credentials: JIRA_API_TOKEN (required), JIRA_AUTH_TYPE (optional) Install (Claude Code): claude mcp add io-github-xcollantes-jira-mcp -- uvx jira-tools-mcp==0.2.2 --- ## 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: C+ 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: C+ 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 --- ## Ocr Extract X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-ocr-extract Summary: Extract text from images using OCR. Tesseract-powered. x402 micropayment. Description: Extract text from images using OCR. Tesseract-powered. x402 micropayment. Remote endpoints: sse: https://ocr-extract-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ocr-extract-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/ocr-extract-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-ocr-extract https://ocr-extract-x402-production.up.railway.app/mcp --- ## Jdocmunch URL: https://mcp-marketplace.io/server/io-github-jgravelle-jdocmunch-mcp Summary: Section-level doc search for .md, .rst, .adoc, .ipynb, .html, .yaml, .json, and OpenAPI specs. Category: Developer Tools Mode: local Pricing: Free PyPI: jdocmunch-mcp GitHub: https://github.com/jgravelle/jdocmunch-mcp Security Score: 9/10 Installs: 1 Creator: Jgravelle Creator Reputation: C+ Version: 1.4.2 Install (Claude Code): claude mcp add io-github-jgravelle-jdocmunch-mcp -- uvx jdocmunch-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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-whitemarmot-copyright01 https://www.copyright01.com/mcp --- ## Mcp Server URL: https://mcp-marketplace.io/server/io-github-cloudforgetech6-ctrl-cloudforge Summary: Visualise diagrams, generate Terraform HCL, and manage Azure/AWS/GCP infrastructure with AI. Category: Developer Tools Mode: local Pricing: Free npm: cloudforge-mcp GitHub: https://github.com/cloudforgetech6-ctrl/mcp_server Security Score: 7/10 Creator: Cloudforgetech6 Ctrl Creator Reputation: C+ Version: 1.0.1 Required Credentials: CLOUDFORGE_TOKEN (required) Install (Claude Code): claude mcp add io-github-cloudforgetech6-ctrl-cloudforge -- npx -y cloudforge-mcp@1.0.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-searchcode-mcp https://api.searchcode.com/v1/mcp --- ## Qr Code X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-qr-code Summary: Generate QR codes from text or URLs. Returns base64 PNG. x402 micropayment. Description: Generate QR codes from text or URLs. Returns base64 PNG. x402 micropayment. Remote endpoints: sse: https://qr-code-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://qr-code-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/qr-code-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-qr-code https://qr-code-x402-production.up.railway.app/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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: 9/10 Creator: Drfccv Creator Reputation: C+ Version: 0.3.1.post20260211 Install (Claude Code): claude mcp add io-github-drfccv-mcp-server-12306 -- uvx mcp-server-12306==0.3.1.post20260211 --- ## 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: C+ 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: C+ 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: C+ 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: F Version: 1.0.0 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 --- ## 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: C+ 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 --- ## 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: C+ 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: D 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: F Version: 0.1.1 Install (Claude Code): claude mcp add io-github-base76-research-lab-token-compressor -- uvx token-compressor-mcp==0.1.1 --- ## 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: C+ 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 --- ## Vector Search X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-vector-search Summary: In-memory vector search with TF-IDF and cosine similarity. x402 micropayment. Description: In-memory vector search with TF-IDF and cosine similarity. x402 micropayment. Remote endpoints: sse: https://vector-search-x402-production.up.railway.app/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://vector-search-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/vector-search-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-vector-search https://vector-search-x402-production.up.railway.app/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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-stucchi-italy-opendata -- uvx italy-opendata-mcp==1.0.2 --- ## Web Search X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-web-search Summary: Web search returning structured results — titles, URLs, snippets. x402 micropayment. Description: Web search returning structured results — titles, URLs, snippets. x402 micropayment. Remote endpoints: sse: https://web-search-x402-production.up.railway.app/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://web-search-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/web-search-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-web-search https://web-search-x402-production.up.railway.app/mcp --- ## Colony URL: https://mcp-marketplace.io/server/cc-thecolony-mcp-server Summary: Collaborative intelligence platform where AI agents and humans share findings and build knowledge. Description: Collaborative intelligence platform where AI agents and humans share findings and build knowledge. Remote endpoints: streamable-http: https://thecolony.cc/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://thecolony.cc/mcp/ GitHub: https://github.com/TheColonyCC/colony-mcp-server Security Score: 10/10 Creator: TheColonyCC Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cc-thecolony-mcp-server https://thecolony.cc/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.2.0 --- ## Junos URL: https://mcp-marketplace.io/server/io-github-shigechika-junos-mcp Summary: MCP server for Juniper Networks device operations via junos-ops Category: Developer Tools Mode: local Pricing: Free PyPI: junos-mcp GitHub: https://github.com/shigechika/junos-mcp Security Score: 7/10 Creator: shigechika Creator Reputation: F Version: 0.11.0 Install (Claude Code): claude mcp add io-github-shigechika-junos-mcp -- uvx junos-mcp==0.11.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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jalexspringer-forage-shopping https://forageshopping.com/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://fact-checker-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/fact-checker-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-fact-checker https://fact-checker-x402-production.up.railway.app/mcp --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-arxiv-mcp Summary: ArXiv MCP server implementation using Model Context Protocol Category: Education & Research Mode: local Pricing: Free PyPI: clio-kit GitHub: https://github.com/iowarp/clio-kit Security Score: 10/10 Creator: Iowarp Creator Reputation: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-arxiv-mcp -- uvx clio-kit==2.1.2 --- ## ChatSpatial URL: https://mcp-marketplace.io/server/io-github-cafferychen777-chatspatial Summary: Natural language-driven spatial transcriptomics analysis with 60+ methods via MCP Category: Communication Mode: local Pricing: Free PyPI: chatspatial GitHub: https://github.com/cafferychen777/ChatSpatial Security Score: 4.5/10 Creator: Cafferychen777 Creator Reputation: C+ Version: 1.1.6 Install (Claude Code): claude mcp add io-github-cafferychen777-chatspatial -- uvx chatspatial==1.2.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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-singularityjason-lightning-memory -- uvx lightning-memory==0.7.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: F 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 --- ## Edgartools URL: https://mcp-marketplace.io/server/tools-edgar-sec-intelligence Summary: SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search. Description: SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search. Remote endpoints: streamable-http: https://app.edgar.tools/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.edgar.tools/mcp/ GitHub: https://github.com/dgunning/edgartools MCP Tools (9): search_companies, get_live_filings, get_insider_trades, get_material_events, get_financial_ratios, get_ttm_financials, search_disclosures, search_advisers, get_adviser_profile Security Score: 8/10 Creator: dgunning Creator Reputation: F Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http tools-edgar-sec-intelligence https://app.edgar.tools/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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://research-report-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/research-report-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-research-report https://research-report-x402-production.up.railway.app/mcp --- ## Prometheus URL: https://mcp-marketplace.io/server/io-github-pab1it0-prometheus-mcp-server Summary: MCP server providing Prometheus metrics access and PromQL query execution for AI assistants Category: Data & Analytics Mode: local Pricing: Free GitHub: https://github.com/pab1it0/prometheus-mcp-server Security Score: 9.9/10 Creator: Pab1it0 Creator Reputation: C+ Version: 1.6.0 Required Credentials: PROMETHEUS_URL (optional), PROMETHEUS_URL_SSL_VERIFY (optional), PROMETHEUS_DISABLE_LINKS (optional), PROMETHEUS_USERNAME (optional), PROMETHEUS_PASSWORD (required), PROMETHEUS_TOKEN (required), ORG_ID (optional), PROMETHEUS_CLIENT_CERT (optional), PROMETHEUS_CLIENT_KEY (optional), PROMETHEUS_MCP_SERVER_TRANSPORT (optional), PROMETHEUS_MCP_BIND_HOST (optional), PROMETHEUS_MCP_BIND_PORT (optional), PROMETHEUS_CUSTOM_HEADERS (optional) --- ## Profitelligence URL: https://mcp-marketplace.io/server/io-github-profitelligence-mcp-server Summary: Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals. Description: Financial intelligence: insider trades, SEC filings, 13F holdings, and market signals. Remote endpoints: streamable-http: https://mcp.profitelligence.com/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/profitelligence/profitelligence-mcp-server Security Score: 10/10 Creator: Profitelligence Creator Reputation: C+ Version: 1.0.2 --- ## Malawi Law URL: https://mcp-marketplace.io/server/eu-ansvar-malawi-law-mcp Summary: Malawi legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/malawi-law-mcp GitHub: https://github.com/Ansvar-Systems/malawi-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-malawi-law-mcp -- npx -y @ansvar/malawi-law-mcp@1.0.0 --- ## 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: C+ 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}' --- ## 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: D 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-whitmorelabs-polymarket-mcp -- uvx polymarket-trading-mcp --- ## Listen URL: https://mcp-marketplace.io/server/io-github-decibri-mcp-listen Summary: Give your AI agents the ability to listen. Microphone capture and speech-to-text. Category: Developer Tools Mode: local Pricing: Free npm: mcp-listen GitHub: https://github.com/decibri/mcp-listen Security Score: 8/10 Creator: Decibri Creator Reputation: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-decibri-mcp-listen -- npx -y mcp-listen@0.1.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-zabbix -- uvx mcp-zabbix==0.1.0 --- ## 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: C+ Version: 1.0.2 Required Credentials: DATABASE_URL (optional), OLLAMA_URL (optional), EXTRACT_MODEL (optional) --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mastrophot-contract-security-scanner -- npx -y mcp-contract-security@0.1.1 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kc23go-anybrowse https://anybrowse.dev/mcp --- ## Proxmox URL: https://mcp-marketplace.io/server/io-github-nandi-services-nandi-proxmox-mcp Summary: MCP server for Proxmox VE management (VM, LXC, nodes) Category: Developer Tools Mode: local Pricing: Free npm: nandi-proxmox-mcp GitHub: https://github.com/NANDI-Services/proxmox-mcp Security Score: 10/10 Rating: 5/5 Installs: 4 Creator: PapiScholz Creator Reputation: B Version: 0.2.4 Required Credentials: NANDI_PROXMOX_CONFIG (optional) Install (Claude Code): claude mcp add io-github-nandi-services-nandi-proxmox-mcp -- npx -y nandi-proxmox-mcp@0.2.4 --- ## CryptoAPIs MCP HTTP Server URL: https://mcp-marketplace.io/server/cryptoapis-mcp-http-server Summary: Access 20+ blockchains through AI — balances, transactions, fees, contracts, and more. Description: Crypto APIs MCP Server gives AI agents direct access to blockchain data across 20+ networks including Ethereum, Bitcoin, Solana, XRP, and Kaspa. It aggregates 50 tools covering address balances, transaction history, fee estimation, smart contract data, market prices, HD wallet management, transaction preparation, and webhook subscriptions — all behind a single HTTP endpoint. Connect to all tools at once or scope your session to a single product for a lighter context. No local setup nee Category: Finance Mode: remote Pricing: Free Remote URL: https://ai.cryptoapis.io/mcp Security Score: 9/10 Installs: 2 Creator: cryptoapis-io Creator Reputation: C- Version: 1.0.0 Tags: blockchain, crypto, ethereum, bitcoin, solana, xrp, defi, web3, wallet, transactions, market-data Use Cases: Wallet balances, Transaction history, Fee estimation, Market prices, Smart contracts, Webhook subscriptions Required Credentials: x-api-key (required) Install (Claude Code Remote): claude mcp add --transport http cryptoapis-mcp-http-server https://ai.cryptoapis.io/mcp --- ## Cryptoiz URL: https://mcp-marketplace.io/server/io-github-dadang11-cryptoiz Summary: Solana DEX smart money signals - whale accumulation, divergence, alpha scanner via x402 Category: Finance Mode: local Pricing: Free npm: cryptoiz-mcp GitHub: https://github.com/dadang11/cryptoiz-mcp Security Score: 8/10 Creator: Dadang11 Creator Reputation: C+ Version: 4.15.13 Required Credentials: SVM_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-dadang11-cryptoiz -- npx -y cryptoiz-mcp@4.15.14 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-henilcalagiya-mcp-apple-notes -- uvx mcp-apple-notes==0.1.2 --- ## 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: C+ 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: C+ 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 --- ## Wp URL: https://mcp-marketplace.io/server/io-github-rnaga-wp-mcp Summary: MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings. Category: Developer Tools Mode: local Pricing: Free npm: @rnaga/wp-mcp GitHub: https://github.com/rnaga/wp-mcp Security Score: 7/10 Creator: Rnaga Creator Reputation: C+ Version: 1.0.8 Required Credentials: LOCAL_USERNAME (optional), WP_DB_HOST (optional), WP_DB_PORT (optional), WP_DB_NAME (optional), WP_DB_USER (optional), WP_DB_PASSWORD (required), LOCAL_MULTISITE (optional), LOCAL_DEFAULT_BLOG_ID (optional), LOCAL_DEFAULT_SITE_ID (optional), LOCAL_SSL_ENABLED (optional), LOCAL_SSL_CA_FILEPATH (optional), LOCAL_SSL_CERT_FILEPATH (optional), LOCAL_SSL_KEY_FILEPATH (optional) Install (Claude Code): claude mcp add io-github-rnaga-wp-mcp -- npx -y @rnaga/wp-mcp@1.0.8 --- ## Sema URL: https://mcp-marketplace.io/server/io-github-emergent-wisdom-semahash Summary: Content-addressed semantics: fail-closed handshakes over 452 cognitive patterns. Category: Developer Tools Mode: local Pricing: Free PyPI: semahash GitHub: https://github.com/emergent-wisdom/sema Security Score: 10/10 Creator: Emergent Wisdom Creator Reputation: C+ Version: 0.2.3 Install (Claude Code): claude mcp add io-github-emergent-wisdom-semahash -- uvx semahash==0.2.3 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-meetvalis-valis-credit-intelligence https://meetvalis.com/mcp --- ## 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: C+ 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: C+ Version: 5.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xiandao-labs-huangting-flux https://mcp.huangting.ai/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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 --- ## Mcp URL: https://mcp-marketplace.io/server/ac-inference-sh-mcp 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ac-inference-sh-mcp https://sh.inference.ac --- ## 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: 7/10 Creator: onepunchtechnology Creator Reputation: F Version: 1.4.1 Install (Claude Code): claude mcp add io-github-onepunchtechnology-tinify-ai -- npx -y @tinify-ai/mcp-server@1.4.1 Install (Claude Code Remote): claude mcp add --transport http io-github-onepunchtechnology-tinify-ai https://app.tinify.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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-damdafayton-mockupper https://mockupper.damdafa.com/mcp/server/sse --- ## 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: C+ Version: 3.4.2 Install (Claude Code): claude mcp add io-github-thomasgorisse-sceneview -- npx -y sceneview-mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http ai-xurprise-mcp https://xurprise.ai/api/mcp --- ## Nervous System URL: https://mcp-marketplace.io/server/io-github-levelsofself-nervous-system Summary: Governance layer for multi-agent AI systems with behavioral enforcement and drift detection. Category: Developer Tools Mode: local Pricing: Free npm: mcp-nervous-system GitHub: https://github.com/levelsofself/mcp-nervous-system Security Score: 8/10 Creator: levelsofself Creator Reputation: D Version: 1.9.1 Install (Claude Code): claude mcp add io-github-levelsofself-nervous-system -- npx -y mcp-nervous-system --- ## 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: C+ 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 --- ## Guesty URL: https://mcp-marketplace.io/server/io-github-dljrealty-guesty Summary: MCP server for Guesty property management. 43 tools for STR operations. Description: MCP server for Guesty property management. 43 tools for STR operations. Remote endpoints: streamable-http: https://guesty-mcp-server.vercel.app Category: Developer Tools Mode: dual Pricing: Free npm: guesty-mcp-server Remote URL: https://guesty-mcp-server.vercel.app GitHub: https://github.com/DLJRealty/guesty-mcp-server Security Score: 10/10 Creator: DLJRealty Creator Reputation: C+ Version: 0.8.2 Required Credentials: GUESTY_CLIENT_ID (required), GUESTY_CLIENT_SECRET (required), GUESTY_MCP_LICENSE_KEY (required) Install (Claude Code): claude mcp add io-github-dljrealty-guesty -- npx -y guesty-mcp-server@0.8.2 Install (Claude Code Remote): claude mcp add --transport http io-github-dljrealty-guesty https://guesty-mcp-server.vercel.app --- ## 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: C+ 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 --- ## Mts Exolve URL: https://mcp-marketplace.io/server/io-github-theyahia-mts-exolve-mcp Summary: MCP server for MTS Exolve API — SMS, calls. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/mts-exolve-mcp GitHub: https://github.com/theYahia/mts-exolve-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: MTS_EXOLVE_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-mts-exolve-mcp -- npx -y @theyahia/mts-exolve-mcp@3.0.1 --- ## Cozi URL: https://mcp-marketplace.io/server/ai-smithery-mjucius-cozi-mcp Summary: Manage your family's calendars and lists in Cozi. View, create, and update appointments; organize… Description: Manage your family's calendars and lists in Cozi. View, create, and update appointments; organize… Remote endpoints: streamable-http: https://server.smithery.ai/@mjucius/cozi_mcp/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/mjucius/cozi_mcp Security Score: 10/10 Creator: Mjucius Creator Reputation: C+ Version: 1.14.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-yifanyifan897645-mcp-checkup -- npx -y mcp-checkup@0.1.8 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-echomindr-echomindr https://echomindr.com/mcp/ --- ## Webcheck URL: https://mcp-marketplace.io/server/io-github-yifanyifan897645-webcheck Summary: Website health analysis: SEO, accessibility, performance, security, and broken links Category: Developer Tools Mode: local Pricing: Free npm: webcheck-mcp GitHub: https://github.com/yifanyifan897645/webcheck-mcp Security Score: 7/10 Creator: Yifanyifan897645 Creator Reputation: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-yifanyifan897645-webcheck -- npx -y webcheck-mcp@0.3.8 --- ## 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: C+ 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 --- ## 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: 3.8/10 Creator: Iseppo Creator Reputation: C+ Version: 0.11.7 Required Credentials: EARVELDAJA_API_KEY_ID (required), EARVELDAJA_API_PUBLIC_VALUE (required), EARVELDAJA_API_PASSWORD (required), EARVELDAJA_SERVER (optional), EARVELDAJA_ALLOWED_PATHS (optional) Install (Claude Code): claude mcp add io-github-iseppo-e-arveldaja-mcp -- npx -y e-arveldaja-mcp@0.11.7 --- ## 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: C+ 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: C+ 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 --- ## Baas URL: https://mcp-marketplace.io/server/io-chainflip-broker-baas Summary: Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress. Description: Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress. Remote endpoints: streamable-http: https://chainflip-broker.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://chainflip-broker.io/mcp MCP Tools (6): get_quotes, start_dca_swap, check_status, list_assets, start_swap, get_native_quotes Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-chainflip-broker-baas https://chainflip-broker.io/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-agentgrade-mcp-server https://agentgrade.com/mcp --- ## Postman URL: https://mcp-marketplace.io/server/com-postman-postman-mcp-server Summary: A basic MCP server to operate on the Postman API. Description: A basic MCP server to operate on the Postman API. Remote endpoints: streamable-http: https://mcp.postman.com/mcp streamable-http: https://mcp.postman.com/minimal streamable-http: https://mcp.eu.postman.com/mcp streamable-http: https://mcp.eu.postman.com/minimal Category: Developer Tools Mode: dual Pricing: Free npm: @postman/postman-mcp-server Remote URL: https://mcp.postman.com/mcp GitHub: https://github.com/postmanlabs/postman-mcp-server Security Score: 10/10 Creator: Postmanlabs Creator Reputation: C+ Version: 2.8.7 Required Credentials: POSTMAN_API_KEY (required) Install (Claude Code): claude mcp add com-postman-postman-mcp-server -- npx -y @postman/postman-mcp-server@2.8.7 Install (Claude Code Remote): claude mcp add --transport http com-postman-postman-mcp-server https://mcp.postman.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: C+ 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 --- ## Dc Api V2 URL: https://mcp-marketplace.io/server/io-github-nulib-dc-api Summary: Agent integration with the Northwestern University Libraries Digital Collections API Description: Agent integration with the Northwestern University Libraries Digital Collections API Remote endpoints: streamable-http: https://api.dc.library.northwestern.edu/api/v2/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @nulib/dc-api-mcp Remote URL: https://api.dc.library.northwestern.edu/api/v2/mcp GitHub: https://github.com/nulib/dc-api-v2 Security Score: 10/10 Creator: Nulib Creator Reputation: C+ Version: 2.10.10 Install (Claude Code): claude mcp add io-github-nulib-dc-api -- npx -y @nulib/dc-api-mcp@2.10.10 Install (Claude Code Remote): claude mcp add --transport http io-github-nulib-dc-api https://api.dc.library.northwestern.edu/api/v2/mcp --- ## Flowcheck URL: https://mcp-marketplace.io/server/io-github-eliaskress-flowcheck Summary: Stripe payouts, Shopify orders, and bank transactions unified for reconciliation and cash flow Category: Developer Tools Mode: local Pricing: Free npm: @flowcheck/mcp-server GitHub: https://github.com/eliaskress/flowcheck-mcp-server Security Score: 10/10 Creator: Eliaskress Creator Reputation: C+ Version: 0.2.3 Required Credentials: FLOWCHECK_API_KEY (required) Install (Claude Code): claude mcp add io-github-eliaskress-flowcheck -- npx -y @flowcheck/mcp-server@0.2.4 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-pitchghost-mcp Summary: AI-powered social listening across Twitter, LinkedIn, Reddit, Facebook, and more. Description: AI-powered social listening across Twitter, LinkedIn, Reddit, Facebook, and more. Remote endpoints: streamable-http: https://mcp.pitchghost.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pitchghost.com/ GitHub: https://github.com/PitchGhost/mcp Security Score: 10/10 Creator: PitchGhost Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pitchghost-mcp https://mcp.pitchghost.com/ --- ## 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: C+ 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: C+ Version: 1.16.0 --- ## Zefix Search URL: https://mcp-marketplace.io/server/zefix-search Summary: Search company data in Switzerland Central Business Name Index (zefix.ch) Description: Allows your AI-assistant to search for companies incorporated in Switzerland by their name or UID (CHE-nnn.nnn.nnn) with optional filters by canton of incorporation, legal form, location, previous names, etc. (mimics all filters in Zefix GUI). Equips your AI-assistant with full company details available in Zefix (business names and identifiers, purpose, address, auditors, change history, capital, names of legal representatives, merges & acquisitions) to build further automation workflows or ans Category: Business Tools Mode: local Pricing: Free npm: https://www.npmjs.com/package/zefix-mcp-unofficial GitHub: https://github.com/zahhar/zefix-mcp Security Score: 9.2/10 Installs: 1 Creator: Zahhar Kirillov Creator Reputation: C Version: 0.1.3 Tags: switzerland, swiss, search, scraping, crm, erp, insights Use Cases: company search, business analytics, knowledge mining, corporate insights, web-scrapping Install (Claude Code): claude mcp add zefix-search -- npx -y https://www.npmjs.com/package/zefix-mcp-unofficial --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 --- ## Searxng URL: https://mcp-marketplace.io/server/io-github-ihor-sokoliuk-mcp-searxng Summary: MCP server for SearXNG — privacy-respecting web search with pagination, URL reading Category: Developer Tools Mode: local Pricing: Free npm: mcp-searxng GitHub: https://github.com/ihor-sokoliuk/mcp-searxng Security Score: 10/10 Creator: ihor-sokoliuk Creator Reputation: C- Version: 1.0.3 Required Credentials: SEARXNG_URL (optional) Install (Claude Code): claude mcp add io-github-ihor-sokoliuk-mcp-searxng -- npx -y mcp-searxng@1.0.3 --- ## 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: C+ 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 --- ## Mapbox URL: https://mcp-marketplace.io/server/io-github-mapbox-mcp-server Summary: Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc. Description: Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc. Remote endpoints: streamable-http: https://mcp.mapbox.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @mapbox/mcp-server Remote URL: https://mcp.mapbox.com/mcp GitHub: https://github.com/mapbox/mcp-server Security Score: 10/10 Creator: Mapbox Creator Reputation: C+ Version: 0.11.0 Required Credentials: MAPBOX_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-mapbox-mcp-server -- npx -y @mapbox/mcp-server@0.11.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mapbox-mcp-server https://mcp.mapbox.com/mcp --- ## Atlassian Dc URL: https://mcp-marketplace.io/server/io-github-b1ff-atlassian-dc-mcp-confluence Summary: MCP server for Atlassian Confluence Data Center - access and manage content Category: Developer Tools Mode: local Pricing: Free npm: @atlassian-dc-mcp/confluence GitHub: https://github.com/b1ff/atlassian-dc-mcp Security Score: 10/10 Creator: B1ff Creator Reputation: C+ Version: 0.16.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-b1ff-atlassian-dc-mcp-confluence -- npx -y @atlassian-dc-mcp/confluence --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-rosh-studio-rosh-mcp -- uvx rosh-mcp==0.1.0 --- ## Figma To Code URL: https://mcp-marketplace.io/server/io-github-felixanhalt-figma-to-code-mcp Summary: LLM-optimized Figma MCP server. Category: Design Mode: local Pricing: Free npm: @tmegit/figma-to-code-mcp GitHub: https://github.com/felixAnhalt/figma-to-code-mcp Security Score: 10/10 Creator: FelixAnhalt Creator Reputation: C+ Version: 0.27.0 Required Credentials: FIGMA_API_KEY (required) Install (Claude Code): claude mcp add io-github-felixanhalt-figma-to-code-mcp -- npx -y @tmegit/figma-to-code-mcp@0.27.0 --- ## 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: C+ Version: 0.2.4 Install (Claude Code Remote): claude mcp add --transport http com-stripe-mcp https://mcp.stripe.com --- ## 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: C+ 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: C+ 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: F 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 --- ## Agentsim URL: https://mcp-marketplace.io/server/dev-agentsim-mcp Summary: Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes. Description: Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes. Remote endpoints: streamable-http: https://mcp.agentsim.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.agentsim.dev/mcp GitHub: https://github.com/agentsimdev/agentsim-mcp Security Score: 4.5/10 Creator: Agentsimdev Creator Reputation: C+ Version: 0.15.0 Install (Claude Code Remote): claude mcp add --transport http dev-agentsim-mcp https://mcp.agentsim.dev/mcp --- ## 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 Creator: Marianfoo Creator Reputation: C+ Version: 0.6.10 Required Credentials: SAP_URL (optional), SAP_USER (optional), SAP_PASSWORD (required), SAP_CLIENT (optional), SAP_LANGUAGE (optional), SAP_INSECURE (optional), SAP_READ_ONLY (optional), SAP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-marianfoo-arc-1 -- npx -y arc-1@0.6.10 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-pix-bcb Summary: MCP server for Pix BCB API — official Banco Central do Brasil Pix standard Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-pix-bcb GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: PIX_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-pix-bcb -- npx -y @codespar/mcp-pix-bcb --- ## Caid URL: https://mcp-marketplace.io/server/io-github-dreliq9-caid-mcp Summary: Validated 3D CAD modeling for AI agents via CAiD + OCCT. 107 tools across 22 modules. Category: Developer Tools Mode: local Pricing: Free PyPI: caid-mcp GitHub: https://github.com/dreliq9/caid-mcp Security Score: 7/10 Creator: dreliq9 Creator Reputation: F Version: 0.5.0 Required Credentials: CAID_OUTPUT_DIR (optional) Install (Claude Code): claude mcp add io-github-dreliq9-caid-mcp -- uvx caid-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: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-sepinetam-latex-mcp -- uvx latex-mcp==0.2.0 --- ## 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: 8/10 Creator: Applitools Creator Reputation: C+ Version: 1.0.6 Install (Claude Code): claude mcp add io-github-applitools-applitools -- npx -y @applitools/mcp@0.5.2 --- ## Gitlab URL: https://mcp-marketplace.io/server/io-github-vish288-mcp-gitlab Summary: MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-gitlab GitHub: https://github.com/vish288/mcp-gitlab Security Score: 4.8/10 Creator: Vish288 Creator Reputation: C+ Version: 0.8.0 Required Credentials: GITLAB_TOKEN (required), GITLAB_URL (optional), GITLAB_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-vish288-mcp-gitlab -- uvx mcp-gitlab==0.8.0 --- ## Lithuanian Law URL: https://mcp-marketplace.io/server/eu-ansvar-lithuanian-law-mcp Summary: Lithuanian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/lithuanian-law-mcp GitHub: https://github.com/Ansvar-Systems/Lithuanian-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-lithuanian-law-mcp -- npx -y @ansvar/lithuanian-law-mcp@1.0.1 --- ## 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: C+ Version: 1.0.7 Install (Claude Code Remote): claude mcp add --transport http io-wordlift-mcp-server https://mcp.wordlift.io/sse --- ## Untappd URL: https://mcp-marketplace.io/server/io-github-darrenjrobinson-untappd Summary: MCP server exposing Untappd API tools for AI agents Category: Developer Tools Mode: local Pricing: Free npm: untappd-mcp-server GitHub: https://github.com/darrenjrobinson/untappd-mcp-server Security Score: 7/10 Creator: Darrenjrobinson Creator Reputation: C+ Version: 1.0.2 Required Credentials: UNTAPPD_CLIENT_ID (required), UNTAPPD_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-darrenjrobinson-untappd -- npx -y untappd-mcp-server@1.0.2 --- ## Dear Claude URL: https://mcp-marketplace.io/server/io-github-sns45-dear-claude Summary: Spawn Claude Code instances from 6 platforms when 'Dear Claude' is mentioned. Category: Developer Tools Mode: local Pricing: Free npm: dear-claude GitHub: https://github.com/sns45/dear-claude Security Score: 5.8/10 Creator: Sns45 Creator Reputation: C+ Version: 1.1.0 Required Credentials: DEAR_CLAUDE_PORT (optional), TAILSCALE_HOSTNAME (optional), GITHUB_CLIENT_ID (optional), GITHUB_CLIENT_SECRET (required), GITHUB_WEBHOOK_SECRET (required), GITHUB_ACCESS_TOKEN (required), GITHUB_APP_ID (optional), GITHUB_APP_PRIVATE_KEY_PATH (optional), LINEAR_CLIENT_ID (optional), LINEAR_CLIENT_SECRET (required), LINEAR_WEBHOOK_SECRET (required), LINEAR_ACCESS_TOKEN (required), JIRA_DOMAIN (optional), JIRA_USER_EMAIL (optional), JIRA_API_TOKEN (required), JIRA_WEBHOOK_SECRET (required), GITLAB_ACCESS_TOKEN (required), GITLAB_WEBHOOK_SECRET (required), NOTION_CLIENT_ID (optional), NOTION_CLIENT_SECRET (required), NOTION_ACCESS_TOKEN (required), NOTION_WEBHOOK_SECRET (required), OBSIDIAN_VAULT_PATH (optional), GIPHY_API_KEY (required) Install (Claude Code): claude mcp add io-github-sns45-dear-claude -- npx -y dear-claude@1.1.0 --- ## Freeagent URL: https://mcp-marketplace.io/server/io-github-oxygenbubbles-freeagent-mcp-server Summary: FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts. Category: Developer Tools Mode: local Pricing: Free npm: @oxygenbubbles/freeagent-mcp-server GitHub: https://github.com/OxygenBubbles/freeagent-mcp-server Security Score: 0/10 Creator: OxygenBubbles Creator Reputation: C+ Version: 2.1.0 Required Credentials: FREEAGENT_CLIENT_ID (required), FREEAGENT_CLIENT_SECRET (required), FREEAGENT_REFRESH_TOKEN (required), VENDOR_CATEGORIES (optional), MILEAGE_RATE_PENCE (optional), ORS_API_KEY (required), GOOGLE_MAPS_API_KEY (required) Install (Claude Code): claude mcp add io-github-oxygenbubbles-freeagent-mcp-server -- npx -y @oxygenbubbles/freeagent-mcp-server --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-damdafayton-dreamhome https://foto.damdafa.com/mcp/server/sse --- ## 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: C+ 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 --- ## Arcxs URL: https://mcp-marketplace.io/server/io-github-arcxs-protocol-mcp-server Summary: Universal AI agent registry, cross-protocol discovery, messaging, and payment routing. Category: Developer Tools Mode: local Pricing: Free npm: @arcxs-protocol/mcp-server GitHub: https://github.com/ARCXS-Protocol/arcxs-mcp-server Security Score: 7.7/10 Creator: ARCXS Protocol Creator Reputation: C+ Version: 1.0.2 Required Credentials: ARCXS_API_KEY (optional), ARCXS_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-arcxs-protocol-mcp-server -- npx -y @arcxs-protocol/mcp-server --- ## Moysklad URL: https://mcp-marketplace.io/server/io-github-theyahia-moysklad-mcp Summary: MCP server for MoySklad (МойСклад) — products, stock, orders, counterparties. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/moysklad-mcp GitHub: https://github.com/theYahia/moysklad-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.0 Required Credentials: MOYSKLAD_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-moysklad-mcp -- npx -y @theyahia/moysklad-mcp@3.0.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.4.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-doordash -- npx -y @striderlabs/mcp-doordash@0.4.2 --- ## Nutrition URL: https://mcp-marketplace.io/server/io-github-akutishevsky-nutrition-mcp Summary: Personal nutrition tracking — log meals, track macros, and review history through conversation. Description: Personal nutrition tracking — log meals, track macros, and review history through conversation. Remote endpoints: streamable-http: https://nutrition-mcp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nutrition-mcp.com/mcp GitHub: https://github.com/akutishevsky/nutrition-mcp Security Score: 10/10 Creator: User Creator Reputation: C- Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-akutishevsky-nutrition-mcp https://nutrition-mcp.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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 --- ## Roistat URL: https://mcp-marketplace.io/server/io-github-theyahia-roistat-mcp Summary: MCP server for Roistat API — marketing analytics, visits tracking. API key auth. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/roistat-mcp GitHub: https://github.com/theYahia/roistat-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: ROISTAT_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-roistat-mcp -- npx -y @theyahia/roistat-mcp@1.1.1 --- ## Atlassian Extended URL: https://mcp-marketplace.io/server/io-github-vish288-mcp-atlassian-extended Summary: MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-atlassian-extended GitHub: https://github.com/vish288/mcp-atlassian-extended Security Score: 4.8/10 Creator: Vish288 Creator Reputation: C+ Version: 0.6.13 Required Credentials: JIRA_URL (optional), JIRA_TOKEN (required), CONFLUENCE_URL (optional), CONFLUENCE_TOKEN (required), ATLASSIAN_READ_ONLY (optional) Install (Claude Code): claude mcp add io-github-vish288-mcp-atlassian-extended -- uvx mcp-atlassian-extended==0.6.13 --- ## 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: C+ 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 --- ## Comos Federation URL: https://mcp-marketplace.io/server/io-github-ronrey-comos-federation Summary: Multi-tenant MCP gateway for AI commerce. One connection, every store. Description: Multi-tenant MCP gateway for AI commerce. One connection, every store. Remote endpoints: sse: https://mcp.comos-gateway.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.comos-gateway.com/mcp GitHub: https://github.com/ronrey/comos-federation MCP Tools (35): federation_list_tenants, federation_tenant_info, federation_help, federation_list_agents, federation_run_agent, federation_get_agent_runs, federation_agent_status, federation_list_agent_types, catalog_search, catalog_get_product, catalog_categories, catalog_create_category, catalog_update_category, catalog_delete_category, catalog_deals, cart_view, cart_add_item, cart_update_quantity, cart_remove_item, cart_clear, orders_list, orders_get, orders_track, orders_recent, inventory_check, inventory_check_multiple, inventory_is_available, checkout_start, checkout_status, checkout_list, checkout_shipping_options, checkout_select_shipping, checkout_create_payment_session, checkout_retry, api_call Security Score: 9/10 Creator: Ronrey Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ronrey-comos-federation https://mcp.comos-gateway.com/mcp --- ## 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: C+ 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: C+ 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 --- ## Agentpay URL: https://mcp-marketplace.io/server/io-github-rumblingb-agentpay Summary: Portable payment, identity, approval, and execution control plane for AI agents. Description: Portable payment, identity, approval, and execution control plane for AI agents. Remote endpoints: streamable-http: https://api.agentpay.so/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.agentpay.so/api/mcp GitHub: https://github.com/Rumblingb/Agentpay Security Score: 9.1/10 Creator: Rumblingb Creator Reputation: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-rumblingb-agentpay https://api.agentpay.so/api/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: C+ 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: C+ 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: C+ 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 --- ## Agent Passport URL: https://mcp-marketplace.io/server/io-github-aeoess-agent-passport-mcp Summary: Cryptographic identity, delegation, governance, and commerce for AI agents. 61 tools. Description: Cryptographic identity, delegation, governance, and commerce for AI agents. 61 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: 10/10 Rating: 5/5 Installs: 1 Creator: aeoess Creator Reputation: B- Version: 2.8.5 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@2.27.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aeoess-agent-passport-mcp https://mcp.aeoess.com/sse --- ## Gloria URL: https://mcp-marketplace.io/server/io-github-jchen225-gloria-mcp Summary: Real-time curated crypto news for AI agents with sentiment, recaps, and search. Description: Real-time curated crypto news for AI agents with sentiment, recaps, and search. Remote endpoints: streamable-http: https://mcp.itsgloria.ai/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/cryptobriefing/gloria-mcp Security Score: 10/10 Creator: Cryptobriefing Creator Reputation: C+ Version: 1.0.0 --- ## 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: C+ 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 --- ## Agents Md Generator URL: https://mcp-marketplace.io/server/io-github-nushey-agents-md-generator Summary: Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents. Category: Developer Tools Mode: local Pricing: Free PyPI: agents-md-generator GitHub: https://github.com/nushey/agents-md-generator Security Score: 6.7/10 Installs: 1 Creator: nushey Creator Reputation: F Version: 0.5.3 Install (Claude Code): claude mcp add io-github-nushey-agents-md-generator -- uvx agents-md-generator --- ## Mpesa URL: https://mcp-marketplace.io/server/io-github-gabrielmahia-mpesa-mcp Summary: M-Pesa + Africa's Talking MCP server — payments, SMS, airtime for AI agents in East Africa. Category: Developer Tools Mode: local Pricing: Free PyPI: mpesa-mcp GitHub: https://github.com/gabrielmahia/mpesa-mcp Security Score: 2.5/10 Creator: Gabrielmahia Creator Reputation: C+ Version: 0.1.2 Required Credentials: MPESA_CONSUMER_KEY (required), MPESA_CONSUMER_SECRET (required), MPESA_SHORTCODE (optional), MPESA_PASSKEY (required), MPESA_ENV (optional), AT_API_KEY (required), AT_USERNAME (optional) Install (Claude Code): claude mcp add io-github-gabrielmahia-mpesa-mcp -- uvx mpesa-mcp==0.1.6 --- ## 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: C+ 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: D 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 --- ## Eliza URL: https://mcp-marketplace.io/server/io-emc2ai-einstein Summary: 40 AI crypto tools: whale tracking, security scans, DeFi analytics, quantum security, and more. Description: 40 AI crypto tools: whale tracking, security scans, DeFi analytics, quantum security, and more. 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/Eliza MCP Tools (40): general_analysis, whale_tracking, smart_money, top_gainers, market_movers, security_scan, mev_detection, holder_concentration, token_sniping, arbitrage_scanner, wallet_portfolio, pump_fun_launches, zora_launches, technical_analysis, wallet_trust_score, copy_trading_leaderboard, bitcoin_mempool_intelligence, brc20_analytics, runes_analytics, bitcoin_bridge_comparison, bitcoin_staking_analysis, pqc_wallet_scan, pqc_readiness_assessment, quantum_hardware_qrng, crqc_proximity_benchmark, quantum_wallet_generation, quantum_encryption_key, quantum_signing_key, bitcoin_onchain_analytics, quantum_portfolio_monitor, pqc_migration_planner, flashloan_opportunities, einstein_meta_strategy, smart_contract_audit, strategy_backtest, mev_protection, copy_trading_intel, defi_yield_analysis, liquidation_monitor, cross_chain_arbitrage Security Score: 9/10 Creator: ChuXo Creator Reputation: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-emc2ai-einstein https://emc2ai.io/api/mcp --- ## 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: C+ 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) --- ## Rolli URL: https://mcp-marketplace.io/server/ai-rolli-mcp Summary: Social media search and analytics across X, Reddit, Bluesky, YouTube, and more Category: Developer Tools Mode: local Pricing: Free npm: @rolli/mcp GitHub: https://github.com/rolliinc/rolli-mcp Security Score: 10/10 Installs: 1 Creator: Rolliinc Creator Reputation: C+ Version: 1.1.7 Required Credentials: ROLLI_API_TOKEN (required), ROLLI_USER_ID (optional) Install (Claude Code): claude mcp add ai-rolli-mcp -- npx -y @rolli/mcp@1.1.8 --- ## Gemini Faf URL: https://mcp-marketplace.io/server/io-github-wolfe-jam-gemini-faf-mcp Summary: FAF MCP server for Gemini. 12 tools. Project DNA via IANA-registered .faf format. Python/FastMCP. Category: AI & ML Mode: local Pricing: Free PyPI: gemini-faf-mcp GitHub: https://github.com/Wolfe-Jam/gemini-faf-mcp Security Score: 4.5/10 Creator: Wolfe Jam Creator Reputation: C+ Version: 2.1.2 Install (Claude Code): claude mcp add io-github-wolfe-jam-gemini-faf-mcp -- uvx gemini-faf-mcp==2.2.0 --- ## Sms URL: https://mcp-marketplace.io/server/io-github-virtualsms-io-sms Summary: SMS verification for AI agents. Virtual phone numbers, OTP codes, 200+ countries. Category: Developer Tools Mode: local Pricing: Free npm: virtualsms-mcp GitHub: https://github.com/virtualsms-io/mcp-server Security Score: 4/10 Creator: Virtualsms Io Creator Reputation: C+ Version: 1.0.10 Required Credentials: VIRTUALSMS_API_KEY (required) Install (Claude Code): claude mcp add io-github-virtualsms-io-sms -- npx -y virtualsms-mcp@1.0.10 --- ## 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 Creator: MCP Registry Creator Reputation: C+ 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 --- ## 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: C+ 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 --- ## 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 Creator: Sterion66 Creator Reputation: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-sterion66-godot -- uvx godot-mcp-server==1.0.2 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-joelbarmettleruzh-slidev-mcp https://mcp.slidev-mcp.org/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.3.3 Install (Claude Code): claude mcp add io-github-fr1sk-tmux-mcp -- npx -y @fr1sk/tmux-mcp@0.3.3 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Rippr URL: https://mcp-marketplace.io/server/io-github-mrslbt-rippr-mcp Summary: Extract YouTube transcripts for AI agents. Clean text or timestamped segments. Category: Developer Tools Mode: local Pricing: Free npm: rippr-mcp GitHub: https://github.com/mrslbt/rippr Security Score: 7.3/10 Creator: User Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add io-github-mrslbt-rippr-mcp -- npx -y rippr-mcp@1.2.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Browser Gateway URL: https://mcp-marketplace.io/server/io-github-browser-gateway-browser-gateway Summary: AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover. Category: Developer Tools Mode: local Pricing: Free npm: browser-gateway GitHub: https://github.com/browser-gateway/browser-gateway Security Score: 7/10 Creator: Browser Gateway Creator Reputation: C+ Version: 0.1.8 Required Credentials: BG_TOKEN (required) Install (Claude Code): claude mcp add io-github-browser-gateway-browser-gateway -- npx -y browser-gateway@0.2.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-strutterai-strutter https://mcp.strutterai.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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): list_targets, install_harness, migrate_harness, bootstrap_from_github Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-bringyour-portable https://bringyour.ai/mcp --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mohisyed-jpos-mcp-server -- uvx jpos-mcp-server==0.1.1 --- ## Cloudscope URL: https://mcp-marketplace.io/server/io-github-alexpota-cloudscope Summary: Azure + GCP cost management: spending, forecasts, anomalies, budgets, idle resources, and tags. Category: Developer Tools Mode: local Pricing: Free npm: cloudscope-mcp GitHub: https://github.com/alexpota/cloudscope-mcp Security Score: 9.5/10 Creator: Alexpota Creator Reputation: C+ Version: 0.3.2 Required Credentials: AZURE_SUBSCRIPTION_ID (optional), AZURE_TENANT_ID (optional), AZURE_CLIENT_ID (optional), AZURE_CLIENT_SECRET (required), GOOGLE_CLOUD_PROJECT (optional), GCP_BILLING_TABLE (optional), GCP_BILLING_ACCOUNT_ID (optional), GOOGLE_APPLICATION_CREDENTIALS (optional) Install (Claude Code): claude mcp add io-github-alexpota-cloudscope -- npx -y cloudscope-mcp@0.3.2 --- ## 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: C+ 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 --- ## 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.129 Install (Claude Code): claude mcp add io-github-chrismcdermut-proletariat-cli -- npx -y @proletariat/cli --- ## Gilbert URL: https://mcp-marketplace.io/server/io-github-hugof1234-gilbert-mcp Summary: Gilbert meetings: list, search, and fetch transcripts & summaries via MCP. Category: Developer Tools Mode: local Pricing: Free npm: gilbert-mcp GitHub: https://github.com/HugoF1234/Gilbert-mcp Security Score: 8/10 Creator: HugoF1234 Creator Reputation: C+ Version: 1.0.2 Required Credentials: GILBERT_API_KEY (required), GILBERT_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-hugof1234-gilbert-mcp -- npx -y gilbert-mcp@1.0.2 --- ## 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: C+ 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 (5): discover_tools, treasury_customs_revenue, treasury_receipts, treasury_debt, treasury_exchange_rates Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-treasury-fiscal https://gateway.pipeworx.io/treasury-fiscal/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: C+ Version: 1.0.0 --- ## Epublys URL: https://mcp-marketplace.io/server/com-epublys-epublys Summary: EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks. Description: EPUB/PDF tools: merge, split, compress, convert, edit metadata, validate ebooks. Remote endpoints: streamable-http: https://epublys.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://epublys.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-epublys-epublys https://epublys.com/mcp --- ## 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: C+ 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: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-chrboebel-optical-context-mcp -- uvx optical-context-mcp==0.1.4 --- ## Webcomponents React URL: https://mcp-marketplace.io/server/io-github-ui5-webcomponents-react-mcp-server Summary: MCP server for UI5 Web Components for React - Developer documentation and API assistance Category: Developer Tools Mode: local Pricing: Free npm: @ui5/webcomponents-react-mcp GitHub: https://github.com/UI5/webcomponents-react Security Score: 10/10 Creator: UI5 Creator Reputation: C+ Version: 2.21.3 Install (Claude Code): claude mcp add io-github-ui5-webcomponents-react-mcp-server -- npx -y @ui5/webcomponents-react-mcp --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-lmod-mcp Summary: Lmod MCP - Environment Module Management for LLMs with comprehensive module operations 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-lmod-mcp -- uvx clio-kit==2.1.2 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jackasser-drillspark-mcp https://drillspark.io/api/mcp/mcp --- ## 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: 5.5/10 Creator: P1va Creator Reputation: C+ Version: 0.0.22 Install (Claude Code): claude mcp add io-github-p1va-symbols -- npx -y @p1va/symbols@0.0.22 --- ## 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: C+ 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/ --- ## 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 Creator: Dinesh Nalla Se Creator Reputation: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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: 9/10 Creator: MCP Registry Creator Reputation: C+ 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 --- ## 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: C+ Version: 0.3.5 Install (Claude Code): claude mcp add io-github-luizedupp-rememb -- uvx rememb==0.3.8 --- ## Alterlab URL: https://mcp-marketplace.io/server/io-alterlab-mcp-server Summary: Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass. Category: Developer Tools Mode: local Pricing: Free npm: alterlab-mcp-server GitHub: https://github.com/RapierCraft/alterlab-mcp-server Security Score: 7.3/10 Creator: RapierCraft Creator Reputation: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-alterlab-mcp-server -- npx -y alterlab-mcp-server@1.1.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Required Credentials: PLAID_CLIENT_ID (required), PLAID_SECRET (required), PLAID_ENV (optional), PORT (optional) --- ## Lunchmoney URL: https://mcp-marketplace.io/server/io-github-akutishevsky-lunchmoney-mcp Summary: MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more. Category: Developer Tools Mode: local Pricing: Free npm: @akutishevsky/lunchmoney-mcp GitHub: https://github.com/akutishevsky/lunchmoney-mcp.git Security Score: 7.3/10 Creator: User Creator Reputation: C- Version: 1.4.1 Required Credentials: LUNCHMONEY_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-akutishevsky-lunchmoney-mcp -- npx -y @akutishevsky/lunchmoney-mcp@2.0.0 --- ## 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: D 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-gebalamariusz-cloud-audit -- uvx cloud-audit==2.0.1 --- ## 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: C+ 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: C+ Version: 0.5.0 --- ## Producer URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-producer Summary: MCP server for Producer/Riffusion AI music generation Description: MCP server for Producer/Riffusion AI music generation Remote endpoints: streamable-http: https://producer.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-producer Remote URL: https://producer.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/ProducerMCP Security Score: 10/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-producer -- uvx mcp-producer==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-producer https://producer.mcp.acedata.cloud/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: 10/10 Creator: Daghis Creator Reputation: C+ Version: 2.7.0 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.7.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-thegridwork-siteaudit -- npx -y gridwork-siteaudit --- ## 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: D Version: 1.0.0 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-oeis -- uvx mcp-oeis==0.1.0 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vboykocto-agentic-shelf https://api.agenticshelf.ai/mcp --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-windsor-windsor-mcp https://mcp.windsor.ai/sse --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-jiansen-mcp-doctor -- uvx mcp-doctor==0.1.0 --- ## 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.3.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.3.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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-git -- npx -y @rog0x/mcp-git-tools@1.0.1 --- ## Playwright Report URL: https://mcp-marketplace.io/server/io-github-hubertgajewski-playwright-report-mcp Summary: Run Playwright tests and surface structured results for AI agents doing test failure analysis. Category: Search & Web Mode: local Pricing: Free npm: playwright-report-mcp GitHub: https://github.com/hubertgajewski/playwright-report-mcp Security Score: 7/10 Creator: Hubertgajewski Creator Reputation: C+ Version: 3.0.0 Required Credentials: PW_ALLOWED_DIRS (optional), PW_RESULTS_FILE (optional) Install (Claude Code): claude mcp add io-github-hubertgajewski-playwright-report-mcp -- npx -y playwright-report-mcp@3.0.0 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http so-sombra-sombra https://sombra.so/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: C+ 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: F 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: C+ 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: C+ 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: C+ 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 --- ## Verityscore URL: https://mcp-marketplace.io/server/io-verityscore-geo-audit Summary: GEO audit for Shopify: AI readiness score, recommendations, and 15 vertical checklists. Category: Developer Tools Mode: local Pricing: Free npm: @verityscore/mcp-server GitHub: https://github.com/Milka974/verityscore-mcp Security Score: 10/10 Creator: Milka974 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-verityscore-geo-audit -- npx -y @verityscore/mcp-server@1.0.0 --- ## Self Hosted URL: https://mcp-marketplace.io/server/io-github-coderifts-api-governance Summary: API governance for AI agents. Detects breaking changes, scores blast radius, blocks unsafe calls. Description: API governance for AI agents. Detects breaking changes, scores blast radius, blocks unsafe calls. Remote endpoints: sse: https://app.coderifts.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.coderifts.com/mcp GitHub: https://github.com/coderifts/self-hosted Security Score: 9.9/10 Creator: Coderifts Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-coderifts-api-governance https://app.coderifts.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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' --- ## 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: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-goldbergyoni-test-coverage-mcp -- npx -y test-coverage-mcp@1.1.0 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-currency Summary: Historical foreign exchange rates and currency comparisons from the DaedalMap MCP lane. Description: Historical foreign exchange rates and currency comparisons from the DaedalMap MCP lane. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/currency Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.daedalmap.com/mcp/currency GitHub: https://github.com/xyver/daedal-map Security Score: 7.5/10 Creator: Xyver Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-currency https://app.daedalmap.com/mcp/currency --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Ask Llm URL: https://mcp-marketplace.io/server/io-github-lykhoyda-ask-ollama Summary: Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local Category: AI & ML Mode: local Pricing: Free npm: ask-ollama-mcp GitHub: https://github.com/Lykhoyda/ask-llm Security Score: 10/10 Creator: Lykhoyda Creator Reputation: C+ Version: 0.3.0 Required Credentials: OLLAMA_HOST (optional), GMCPT_TIMEOUT_MS (optional), GMCPT_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-lykhoyda-ask-ollama -- npx -y ask-ollama-mcp --- ## Llm Cli Gateway URL: https://mcp-marketplace.io/server/io-github-verivus-oss-llm-cli-gateway Summary: Unified MCP gateway to Claude Code, Codex, and Gemini CLIs with sessions and async jobs. Category: Developer Tools Mode: local Pricing: Free npm: llm-cli-gateway GitHub: https://github.com/verivus-oss/llm-cli-gateway Security Score: 8/10 Creator: Verivus Oss Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-verivus-oss-llm-cli-gateway -- npx -y llm-cli-gateway@1.1.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Spreadsheet URL: https://mcp-marketplace.io/server/io-github-marekrost-mcp-server-spreadsheet Summary: MCP server for spreadsheet files (.xlsx, .csv, .ods) - cell-level ops + DuckDB SQL engine. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-spreadsheet GitHub: https://github.com/marekrost/mcp-server-spreadsheet Security Score: 7/10 Creator: Marekrost Creator Reputation: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-marekrost-mcp-server-spreadsheet -- uvx mcp-server-spreadsheet==0.2.1 --- ## 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: C+ 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: C+ 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 --- ## Companies House URL: https://mcp-marketplace.io/server/io-github-aicayzer-companies-house Summary: MCP server and CLI for the UK Companies House API. Search, filings, officers, due diligence. 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: C+ Version: 3.0.1 Required Credentials: COMPANIES_HOUSE_API_KEY (optional) Install (Claude Code): claude mcp add io-github-aicayzer-companies-house -- npx -y companies-house-mcp --- ## Mcpgo URL: https://mcp-marketplace.io/server/io-github-jschoemaker-mcpgo Summary: Manage your Claude Code MCPs by talking to Claude — list, restart, wrap, and more. Category: Developer Tools Mode: local Pricing: Free npm: @exfil/mcpgo GitHub: https://github.com/jschoemaker/mcpgo Security Score: 10/10 Creator: Jschoemaker Creator Reputation: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-jschoemaker-mcpgo -- npx -y @exfil/mcpgo@0.1.4 --- ## 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: C+ Version: 1.0.0 --- ## 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-exposureguard-exposureguard-mcp -- uvx exposureguard-mcp==1.0.2 --- ## Rwandan Law URL: https://mcp-marketplace.io/server/eu-ansvar-rwandan-law-mcp Summary: Rwandan legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/rwandan-law-mcp GitHub: https://github.com/Ansvar-Systems/Rwandan-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-rwandan-law-mcp -- npx -y @ansvar/rwandan-law-mcp@1.0.0 --- ## 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ragingorangutan-rootvine-mcp -- npx -y rootvine-mcp@1.0.3 --- ## 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: C+ 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: C+ 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: C+ Version: 1.16.0 --- ## Travelpayouts URL: https://mcp-marketplace.io/server/io-github-theyahia-travelpayouts-mcp Summary: MCP server for Travelpayouts API -- flight search, popular routes, price calendar. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/travelpayouts-mcp GitHub: https://github.com/theYahia/travelpayouts-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.0 Required Credentials: TRAVELPAYOUTS_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-travelpayouts-mcp -- npx -y @theyahia/travelpayouts-mcp@2.0.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-airtable https://gateway.pipeworx.io/airtable/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-spicyricecakes-nelly-elephant-mcp -- npx -y nelly-elephant-mcp@1.0.3 --- ## Astgl Knowledge URL: https://mcp-marketplace.io/server/io-github-jmeg8r-astgl-knowledge Summary: Search and cite ASTGL articles about MCP servers, local AI, and AI automation. Category: Developer Tools Mode: local Pricing: Free npm: mcp-astgl-knowledge GitHub: https://github.com/Jmeg8r/mcp-astgl-knowledge Security Score: 7/10 Creator: Jmeg8r Creator Reputation: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-jmeg8r-astgl-knowledge -- npx -y mcp-astgl-knowledge@1.1.0 --- ## Pump Fun Sdk URL: https://mcp-marketplace.io/server/io-github-nirholas-pump-fun-sdk Summary: Build extend and maintain pump - Token creation buying selling migration fee collection Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/nirholas/pump-fun-sdk Security Score: 10/10 Creator: Nirholas Creator Reputation: C+ Version: 1.0.1 --- ## Ask Llm URL: https://mcp-marketplace.io/server/io-github-lykhoyda-ask-llm Summary: Unified MCP server — auto-detects Gemini, Codex, and Ollama, registers available tools Category: Developer Tools Mode: local Pricing: Free npm: ask-llm-mcp GitHub: https://github.com/Lykhoyda/ask-llm Security Score: 10/10 Creator: Lykhoyda Creator Reputation: C+ Version: 0.3.0 Required Credentials: OLLAMA_HOST (optional), GMCPT_TIMEOUT_MS (optional), GMCPT_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-lykhoyda-ask-llm -- npx -y ask-llm-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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-hash-forge-mcp -- npx -y hash-forge-mcp --- ## Toolz URL: https://mcp-marketplace.io/server/io-github-taylorleese-mcp-toolz Summary: Context management, todo persistence, and multi-AI perspectives for Claude Code Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-toolz GitHub: https://github.com/taylorleese/mcp-toolz Security Score: 10/10 Creator: Taylorleese Creator Reputation: C+ Version: 0.3.2 Required Credentials: OPENAI_API_KEY (required), ANTHROPIC_API_KEY (required), GOOGLE_API_KEY (required), DEEPSEEK_API_KEY (required) Install (Claude Code): claude mcp add io-github-taylorleese-mcp-toolz -- uvx mcp-toolz==0.5.1 --- ## Abovo URL: https://mcp-marketplace.io/server/io-github-seanfenlon-abovo-mcp-server Summary: Publish content to the web by emailing POST@abovo.co. No API key, no signup. SMTP is the API. Description: Publish content to the web by emailing POST@abovo.co. No API key, no signup. SMTP is the API. Remote endpoints: streamable-http: https://abovo.replit.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://abovo.replit.app/mcp GitHub: https://github.com/seanfenlon/abovo-mcp-server Security Score: 9.5/10 Creator: Seanfenlon Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-seanfenlon-abovo-mcp-server https://abovo.replit.app/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: C+ 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 --- ## Claude Kvm URL: https://mcp-marketplace.io/server/io-github-aras-workspace-claude-kvm Summary: Control remote desktops over VNC with native OCR — no cloud vision APIs needed. Description: Claude KVM is an MCP server that gives AI agents full control over remote desktop environments via VNC. It pairs a lightweight Node.js proxy with a native Swift daemon that handles screen capture, keyboard/mouse input, and on-device text detection using Apple Vision OCR. The daemon connects to any standard VNC server and translates MCP tool calls into RFB protocol actions — click, type, scroll, drag, screenshot, and element detection — all running locally on macOS with zero external API costs fo Category: Developer Tools Mode: local Pricing: Free npm: claude-kvm GitHub: https://github.com/ARAS-Workspace/claude-kvm Security Score: 10/10 Installs: 1 Creator: remrearas Creator Reputation: C Version: 2.0.11 Tags: mcp, vnc, kvm, remote-desktop, automation, ocr, apple-vision, macos, apple-silicon, native, gui-testing, screen-capture, desktop-control, ci-cd, swift, libvnc, rfb-protocol, clipboard, keyboard, mouse Use Cases: Remote Desktop Automation, GUI Testing, CI/CD Visual Testing, Screen Scraping, macOS Remote Control, Accessibility Automation, Desktop Agent Orchestration Required Credentials: VNC_HOST (required), VNC_PORT (required), VNC_PASSWORD (optional), VNC_USERNAME (optional), CLAUDE_KVM_DAEMON_PATH (required) Install (Claude Code): claude mcp add io-github-aras-workspace-claude-kvm -- npx -y claude-kvm@2.0.11 --- ## Danube URL: https://mcp-marketplace.io/server/io-github-danubeai-danube Summary: Unified platform for AI tool discovery, execution, and integration across APIs and MCP servers. Description: Unified platform for AI tool discovery, execution, and integration across APIs and MCP servers. Remote endpoints: streamable-http: https://mcp.danubeai.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.danubeai.com/mcp GitHub: https://github.com/danubeai/danube-mcp Security Score: 10/10 Creator: Danubeai Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-danubeai-danube https://mcp.danubeai.com/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-chargebee https://gateway.pipeworx.io/chargebee/mcp --- ## X64dbg URL: https://mcp-marketplace.io/server/io-github-bromoket-x64dbg Summary: MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging Category: Developer Tools Mode: local Pricing: Free npm: x64dbg-mcp-server GitHub: https://github.com/bromoket/x64dbg_mcp Security Score: 7/10 Creator: Bromoket Creator Reputation: C+ Version: 2.2.1 Required Credentials: X64DBG_MCP_HOST (optional), X64DBG_MCP_PORT (optional) Install (Claude Code): claude mcp add io-github-bromoket-x64dbg -- npx -y x64dbg-mcp-server@2.2.1 --- ## 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: C+ 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http at-designare-knowledge https://designare.at/api/mcp --- ## Engine URL: https://mcp-marketplace.io/server/io-github-cicicalex-engine Summary: AIN stability & bias engine — neutrality index for finance, gaming, AI, crypto (63 tools). Category: Developer Tools Mode: local Pricing: Free npm: zpl-engine-mcp GitHub: https://github.com/cicicalex/engine-mcp Security Score: 6/10 Creator: Cicicalex Creator Reputation: C+ Version: 3.6.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@3.7.0 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dockerhub https://gateway.pipeworx.io/dockerhub/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: C+ 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: C+ 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-katomato65-time-mcp -- npx -y @katomato65/time-mcp@1.0.3 --- ## Confluence Cloud URL: https://mcp-marketplace.io/server/io-github-aaronsb-confluence-cloud Summary: MCP server for Confluence Cloud — page editing, navigation, and content management Category: Developer Tools Mode: local Pricing: Free npm: @aaronsb/confluence-cloud-mcp GitHub: https://github.com/aaronsb/confluence-cloud Security Score: 9.8/10 Creator: Aaronsb Creator Reputation: C+ Version: 0.5.0 Required Credentials: CONFLUENCE_API_TOKEN (required), CONFLUENCE_EMAIL (optional), CONFLUENCE_HOST (optional) Install (Claude Code): claude mcp add io-github-aaronsb-confluence-cloud -- npx -y @aaronsb/confluence-cloud-mcp@0.5.1 --- ## 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: C+ 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: C+ Version: 0.1.7 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Pseudonym URL: https://mcp-marketplace.io/server/io-github-woladi-pseudonym-mcp Summary: Pseudonymizes sensitive data before it reaches cloud LLMs and restores it on the way back. Category: Developer Tools Mode: local Pricing: Free npm: pseudonym-mcp GitHub: https://github.com/woladi/pseudonym-mcp.git Security Score: 10/10 Creator: Woladi Creator Reputation: C+ Version: 0.2.4 Install (Claude Code): claude mcp add io-github-woladi-pseudonym-mcp -- npx -y pseudonym-mcp@0.7.2 --- ## 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: C+ Version: 1.5.2 Install (Claude Code): claude mcp add io-github-piqrypt-audit-trail -- npx -y @piqrypt/mcp-server@1.5.2 --- ## 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: C+ 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: C+ 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: C+ Version: 3.0.1 --- ## Cnvs Whiteboard Skills URL: https://mcp-marketplace.io/server/app-cnvs-whiteboard Summary: Zero-auth real-time collaborative whiteboard with MCP — AI agents + humans edit the same board live. Description: Zero-auth real-time collaborative whiteboard with MCP — AI agents + humans edit the same board live. Remote endpoints: streamable-http: https://cnvs.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cnvs.app/mcp GitHub: https://github.com/lksrz/cnvs-whiteboard-skills MCP Tools (10): open_board, get_board, get_preview, add_text, add_link, add_image, draw_stroke, move, erase, wait_for_update Security Score: 8/10 Creator: Lksrz Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http app-cnvs-whiteboard https://cnvs.app/mcp --- ## Nexus URL: https://mcp-marketplace.io/server/io-github-j7an-nexus-mcp Summary: Invoke CLI agents (Gemini, Codex, Claude, OpenCode) as MCP tools with parallel execution Category: Developer Tools Mode: local Pricing: Free PyPI: nexus-mcp GitHub: https://github.com/j7an/nexus-mcp Security Score: 10/10 Creator: J7an Creator Reputation: C+ Version: 0.11.0 Install (Claude Code): claude mcp add io-github-j7an-nexus-mcp -- uvx nexus-mcp==0.11.0 --- ## 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: C+ 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: C+ Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-lint -- npx -y @paretools/lint --- ## Contrastapi URL: https://mcp-marketplace.io/server/com-contrastcyber-api Summary: 31 tools: CVE (340K+ EPSS/KEV), OSINT, threat intel, dep audit, code sec. No API key needed. Description: 31 tools: CVE (340K+ EPSS/KEV), OSINT, threat intel, dep audit, code sec. No API key needed. 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 (31): domain_report, audit_domain, threat_report, dns_lookup, whois_lookup, ssl_check, subdomain_enum, tech_fingerprint, threat_intel, wayback_lookup, scan_headers, email_mx, email_disposable, phone_lookup, ip_lookup, asn_lookup, cve_lookup, cve_search, cve_leading, exploit_lookup, bulk_cve_lookup, ioc_lookup, hash_lookup, password_check, phishing_check, bulk_ioc_lookup, check_secrets, check_injection, check_dependencies, username_lookup, check_headers Security Score: 9.5/10 Creator: UPinar Creator Reputation: C+ Version: 1.9.0 Install (Claude Code Remote): claude mcp add --transport http com-contrastcyber-api https://api.contrastcyber.com/mcp/ --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-testinat0r-otp-ojp -- npx -y @opentalentprotocol/mcp-server@0.1.1 --- ## Borealhost URL: https://mcp-marketplace.io/server/ai-borealhost-mcp Summary: Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure Description: Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure Remote endpoints: streamable-http: https://borealhost.ai/mcp/ Category: Developer Tools Mode: dual Pricing: Free PyPI: borealhost-mcp Remote URL: https://borealhost.ai/mcp/ GitHub: https://github.com/alainsvrd/borealhost-mcp Security Score: 10/10 Creator: Alainsvrd Creator Reputation: C+ Version: 0.1.4 Required Credentials: BOREALHOST_API_KEY (required) Install (Claude Code): claude mcp add ai-borealhost-mcp -- uvx borealhost-mcp==0.1.4 Install (Claude Code Remote): claude mcp add --transport http ai-borealhost-mcp https://borealhost.ai/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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-klavis-strata https://strata.klavis.ai/mcp/ --- ## 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: C+ 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 --- ## Desktop Touch URL: https://mcp-marketplace.io/server/io-github-harusame64-desktop-touch-mcp Summary: Windows 11 desktop automation MCP server. Win32, UIA, CDP/Chrome, 57 tools. Windows-only. Category: Developer Tools Mode: local Pricing: Free npm: @harusame64/desktop-touch-mcp GitHub: https://github.com/Harusame64/desktop-touch-mcp Security Score: 7/10 Creator: Harusame64 Creator Reputation: C+ Version: 0.15.7 Required Credentials: DESKTOP_TOUCH_AUTO_GUARD (optional), DESKTOP_TOUCH_PERCEPTION_RESOURCES (optional) Install (Claude Code): claude mcp add io-github-harusame64-desktop-touch-mcp -- npx -y @harusame64/desktop-touch-mcp@0.15.7 --- ## Codex Mcp Bridge URL: https://mcp-marketplace.io/server/io-github-hampsterx-codex-mcp-bridge Summary: Wraps Codex CLI as MCP tools: query, review, search, assess, structured, sessions. Category: Developer Tools Mode: local Pricing: Free npm: codex-mcp-bridge GitHub: https://github.com/hampsterx/codex-mcp-bridge Security Score: 4.5/10 Creator: Hampsterx Creator Reputation: C+ Version: 0.5.1 Required Credentials: CODEX_CLI_PATH (optional), CODEX_DEFAULT_MODEL (optional), CODEX_FALLBACK_MODEL (optional), CODEX_MAX_CONCURRENT (optional), CODEX_MCP_SERVERS (optional) Install (Claude Code): claude mcp add io-github-hampsterx-codex-mcp-bridge -- npx -y codex-mcp-bridge@0.5.1 --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-markswendsen-code-crunchyroll -- npx -y @striderlabs/mcp-crunchyroll@0.1.1 --- ## 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: C+ Version: 1.0.0 --- ## MemoGraph URL: https://mcp-marketplace.io/server/io-github-indhar01-memograph Summary: Graph-based memory system for LLMs with knowledge graphs and semantic search Category: Developer Tools Mode: local Pricing: Free PyPI: memograph GitHub: https://github.com/Indhar01/MemoGraph Security Score: 6/10 Creator: Indhar01 Creator Reputation: C+ Version: 0.1.1 Required Credentials: MEMOGRAPH_VAULT (optional) Install (Claude Code): claude mcp add io-github-indhar01-memograph -- uvx memograph==0.1.1 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.9 Install (Claude Code Remote): claude mcp add --transport http io-github-vybenetwork-vybe-solana-api https://docs.vybenetwork.com/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: C+ 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: C+ Version: 0.1.3 --- ## Cuba Memorys URL: https://mcp-marketplace.io/server/io-github-leandropg19-cuba-memorys Summary: Persistent memory for AI agents. 19 tools, Hebbian learning, RRF search, knowledge graph. Category: Developer Tools Mode: local Pricing: Free npm: cuba-memorys PyPI: cuba-memorys GitHub: https://github.com/LeandroPG19/cuba-memorys Security Score: 10/10 Creator: LeandroPG19 Creator Reputation: C+ Version: 0.7.0 Required Credentials: DATABASE_URL (optional) Install (Claude Code): claude mcp add io-github-leandropg19-cuba-memorys -- npx -y cuba-memorys@0.7.0 --- ## Xpoz URL: https://mcp-marketplace.io/server/ai-xpoz-social-insights Summary: Twitter/X, Instagram, Reddit & TikTok data for AI agents. 1.5B+ posts. No API keys. Description: Twitter/X, Instagram, Reddit & TikTok data for AI agents. 1.5B+ posts. No API keys. Remote endpoints: streamable-http: https://mcp.xpoz.ai/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://mcp.xpoz.ai/mcp GitHub: https://github.com/xpozpublic/xpoz-mcp Security Score: 10/10 Creator: Xpozpublic Creator Reputation: C+ Version: 1.4.0 Install (Claude Code Remote): claude mcp add --transport http ai-xpoz-social-insights https://mcp.xpoz.ai/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aataqi-boop-siliconbridge https://siliconbridge.xyz/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: C+ 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-shanyang-me-xiaohongshu-mcp -- uvx xiaohongshu-mcp-server==0.1.1 --- ## Rube URL: https://mcp-marketplace.io/server/dev-composio-rube-rube Summary: Connect your AI to 500+ apps like Gmail, Slack, GitHub, and Notion with streamable HTTP transport. Description: Connect your AI to 500+ apps like Gmail, Slack, GitHub, and Notion with streamable HTTP transport. Remote endpoints: streamable-http: https://rube.composio.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://rube.composio.dev/mcp GitHub: https://github.com/ComposioHQ/Rube Security Score: 9/10 Installs: 1 Creator: ComposioHQ Creator Reputation: C+ Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http dev-composio-rube-rube https://rube.composio.dev/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: C+ Version: 1.0.0 --- ## 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: dual Pricing: Free GitHub: https://github.com/koreal6803/finlab-ai Security Score: 10/10 Creator: Koreal6803 Creator Reputation: C+ 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: C+ 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: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-robertglools-nooxus-mcp -- uvx nooxus-mcp==0.1.4 --- ## 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: C+ 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: C+ Version: 0.3.6 Install (Claude Code Remote): claude mcp add --transport http ai-preclick-preclick-mcp https://preclick.ai/mcp --- ## 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: 9.7/10 Creator: Urbanmorph Creator Reputation: C+ Version: 1.4.0 Install (Claude Code): claude mcp add io-github-sathya-sankaran-mdshare -- npx -y mdshare-mcp --- ## Coachleo URL: https://mcp-marketplace.io/server/io-github-leo-runningcoach-coachleo Summary: AI running coach powered by Strava data, science-backed training plans, and community challenges. Description: AI running coach powered by Strava data, science-backed training plans, and community challenges. 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-leo-runningcoach-coachleo https://mcp.coachleo.ai/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: C+ Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http com-compoid-mcp-server https://mcpv.compoid.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 Creator: TheYahia Creator Reputation: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Chinese Law URL: https://mcp-marketplace.io/server/eu-ansvar-chinese-law-mcp Summary: Chinese law database — cybersecurity, data protection, commercial law with full-text search Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/chinese-law-mcp GitHub: https://github.com/Ansvar-Systems/chinese-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-chinese-law-mcp -- npx -y @ansvar/chinese-law-mcp@3.0.0 --- ## 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 --- ## Tickerdb URL: https://mcp-marketplace.io/server/com-tickerdb-mcp-server Summary: Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines. Description: Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines. Remote endpoints: streamable-http: https://mcp.tickerdb.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: tickerdb-mcp Remote URL: https://mcp.tickerdb.com/mcp GitHub: https://github.com/tickerdb/tickerdb-mcp Security Score: 5.9/10 Creator: Tickerdb Creator Reputation: C+ Version: 1.7.11 Required Credentials: TICKERDB_KEY (required) Install (Claude Code): claude mcp add com-tickerdb-mcp-server -- npx -y tickerdb-mcp@1.7.11 Install (Claude Code Remote): claude mcp add --transport http com-tickerdb-mcp-server https://mcp.tickerdb.com/mcp --- ## Swedish Law URL: https://mcp-marketplace.io/server/eu-ansvar-swedish-law-mcp Summary: Query 750+ 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: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.2.5 Install (Claude Code): claude mcp add eu-ansvar-swedish-law-mcp -- npx -y @ansvar/swedish-law-mcp@1.2.5 --- ## 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-google-trends https://google-trends.api.trendsmcp.ai/mcp --- ## 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: C+ Version: 0.5.4 Install (Claude Code): claude mcp add io-github-pijusz-mcp-gads -- npx -y mcp-gads@0.6.0 --- ## 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: C+ 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 --- ## Ukrainian Law URL: https://mcp-marketplace.io/server/eu-ansvar-ukrainian-law-mcp Summary: Ukrainian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/ukrainian-law-mcp GitHub: https://github.com/Ansvar-Systems/Ukrainian-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-ukrainian-law-mcp -- npx -y @ansvar/ukrainian-law-mcp@1.0.0 --- ## 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: C+ 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 --- ## Opik URL: https://mcp-marketplace.io/server/io-github-comet-ml-opik-mcp Summary: Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol. Category: Developer Tools Mode: local Pricing: Free npm: opik-mcp GitHub: https://github.com/comet-ml/opik-mcp Security Score: 10/10 Creator: Comet Ml Creator Reputation: C+ Version: 2.0.1 Required Credentials: OPIK_API_KEY (required), OPIK_API_BASE_URL (optional), OPIK_WORKSPACE_NAME (optional) Install (Claude Code): claude mcp add io-github-comet-ml-opik-mcp -- npx -y opik-mcp@2.0.1 --- ## 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: C+ 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: C+ 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 --- ## Google Analytics URL: https://mcp-marketplace.io/server/io-github-stucchi-google-analytics Summary: Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs. Category: Data & Analytics Mode: local Pricing: Free PyPI: google-analytics-4-mcp GitHub: https://github.com/stucchi/mcp-google-analytics Security Score: 10/10 Creator: Stucchi Creator Reputation: C+ Version: 0.1.1 Required Credentials: GA_CREDENTIALS (optional), GA_CREDENTIALS_PATH (optional) Install (Claude Code): claude mcp add io-github-stucchi-google-analytics -- uvx google-analytics-4-mcp==0.1.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.129.5 Install (Claude Code Remote): claude mcp add --transport http io-github-statico-alt-spacemolt https://game.spacemolt.com/mcp --- ## Probe Kit URL: https://mcp-marketplace.io/server/io-github-mybolide-mcp-probe-kit Summary: AI-Powered Development Toolkit with 21 tools for code quality, project management, and UI/UX design. Category: Developer Tools Mode: local Pricing: Free npm: mcp-probe-kit GitHub: https://github.com/mybolide/mcp-probe-kit Security Score: 6/10 Creator: Mybolide Creator Reputation: C+ Version: 3.0.5 Install (Claude Code): claude mcp add io-github-mybolide-mcp-probe-kit -- npx -y mcp-probe-kit@3.0.16 --- ## 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: C+ 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: C+ 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 --- ## 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 5,200+ 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 (7): stock_data_query, get_database_schema, load_fundamental_workflow, load_technical_workflow, load_screening_workflow, load_comparison_workflow, load_earnings_workflow Security Score: 9/10 Installs: 1 Creator: Christian Richter Creator Reputation: B+ Version: 1.0.1 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Compliance URL: https://mcp-marketplace.io/server/io-github-gjb65-compliance-intelligence Summary: Compliance knowledge graph: 692+ frameworks, 14,200+ controls, 819K+ cross-framework mappings. Description: Compliance knowledge graph: 692+ frameworks, 14,200+ controls, 819K+ cross-framework mappings. Remote endpoints: streamable-http: https://api.theartofservice.com/mcp Category: Security Mode: dual Pricing: Free npm: @theartofservice/compliance-mcp PyPI: theartofservice-compliance Remote URL: https://api.theartofservice.com/mcp GitHub: https://github.com/GJB65/compliance-mcp-server Security Score: 9.9/10 Creator: GJB65 Creator Reputation: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-gjb65-compliance-intelligence -- npx -y @theartofservice/compliance-mcp@0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-gjb65-compliance-intelligence https://api.theartofservice.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Cyntrisec Cli URL: https://mcp-marketplace.io/server/io-github-cyntrisec-cyntrisec Summary: AWS security analysis: attack paths, compliance checking, and remediation planning. Category: Developer Tools Mode: local Pricing: Free PyPI: cyntrisec GitHub: https://github.com/cyntrisec/cyntrisec-cli Security Score: 7/10 Creator: Cyntrisec Creator Reputation: C+ Version: 0.1.10 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.10 --- ## Trip Planner URL: https://mcp-marketplace.io/server/io-aitrips-trip-planner Summary: AI-native trip planning with flights, activities, accommodations, tasks, and maps. Description: AI-native trip planning with flights, activities, accommodations, tasks, and maps. Remote endpoints: streamable-http: https://aitrips.io/api/ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aitrips.io/api/ai/mcp GitHub: https://github.com/astondg/trip-planner Security Score: 9/10 Creator: Astondg Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-aitrips-trip-planner https://aitrips.io/api/ai/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: C+ 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: C+ 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: C+ Version: 0.7.2 Install (Claude Code): claude mcp add io-github-elmoaid-tempograph -- uvx tempograph==0.7.4 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Required Credentials: SEARXNG_URL (optional) --- ## 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 --- ## Agentled URL: https://mcp-marketplace.io/server/io-github-agentled-mcp-server Summary: Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits. Category: Developer Tools Mode: local Pricing: Free npm: @agentled/mcp-server GitHub: https://github.com/Agentled/mcp-server Security Score: 7/10 Creator: Agentled Creator Reputation: C+ Version: 0.7.5 Required Credentials: AGENTLED_API_KEY (required) Install (Claude Code): claude mcp add io-github-agentled-mcp-server -- npx -y @agentled/mcp-server@0.14.2 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.7.0 Install (Claude Code Remote): claude mcp add --transport http io-github-m2ml-m2ml https://mcp.m2ml.ai/mcp --- ## Cerebrus Pulse URL: https://mcp-marketplace.io/server/io-github-0xsl1m-cerebrus-pulse-mcp Summary: Real-time crypto intelligence: technical analysis, sentiment, and funding rates Category: Developer Tools Mode: local Pricing: Free PyPI: cerebrus-pulse-mcp GitHub: https://github.com/0xsl1m/cerebrus-pulse-mcp Security Score: 7/10 Creator: 0xsl1m Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-0xsl1m-cerebrus-pulse-mcp -- uvx cerebrus-pulse-mcp==0.4.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mintmcp-outlook-calendar https://outlook-calendar.mintmcp.com/mcp --- ## Symbols URL: https://mcp-marketplace.io/server/io-github-symbo-ls-symbols-mcp Summary: Symbols.app MCP — docs, code generation, publishing, CLI/SDK reference Category: Developer Tools Mode: local Pricing: Free npm: @symbo.ls/mcp PyPI: symbols-mcp GitHub: https://github.com/symbo-ls/symbols-mcp Security Score: 10/10 Creator: Symbo Ls Creator Reputation: C+ Version: 1.0.27 Install (Claude Code): claude mcp add io-github-symbo-ls-symbols-mcp -- npx -y @symbo.ls/mcp@1.0.27 --- ## 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: C+ 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: C+ Version: 2.5.7 Install (Claude Code): claude mcp add io-github-crypto-ninja-github-mcp-server -- uvx github-mcp-server==2.5.7 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-verygoodplugins-robinhood-mcp -- uvx robinhood-mcp==0.1.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-mila-gg-mcp-server https://mcp.mila.gg/ --- ## Searchapi URL: https://mcp-marketplace.io/server/io-searchapi-mcp Summary: Give AI assistants access to real-time search data through SearchApi. Description: Give AI assistants access to real-time search data through SearchApi. Remote endpoints: streamable-http: https://www.searchapi.io/mcp?token={api_token} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.searchapi.io/mcp?token={api_token} GitHub: https://github.com/searchapi/searchapi-mcp Security Score: 10/10 Installs: 1 Creator: Searchapi Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-searchapi-mcp 'https://www.searchapi.io/mcp?token={api_token}' --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-cwhittemore1010-penni-mcp -- npx -y penni-mcp@1.0.1 --- ## 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. Description: MCP server for AI agent quality assurance: verify if services delivered what was promised using LLM-as-judge evaluation, track service quality scores over time, and report outcomes. 2 free tools (health, list_tools) + 3 paid tools via x402 USDC micropayments on Solana. Hosted at verify.rugslayer.com. 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/10 Creator: meltingpixelsai Creator Reputation: D 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@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-verify https://verify.rugslayer.com/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Revit URL: https://mcp-marketplace.io/server/io-scanbimlabs-revit-mcp Summary: Revit model integration via APS — elements, parameters, schedules, clashes, IFC export. Description: Revit model integration via APS — elements, parameters, schedules, clashes, IFC export. Remote endpoints: streamable-http: https://revit-mcp.itmartin24.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://revit-mcp.itmartin24.workers.dev/mcp MCP Tools (8): revit_upload, revit_get_elements, revit_get_parameters, revit_run_schedule, revit_clash_detect, revit_export_ifc, revit_get_sheets, revit_get_views Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-revit-mcp https://revit-mcp.itmartin24.workers.dev/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http au-com-rtopacks-rtopacks https://mcp.rtopacks.com.au/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Control Plane URL: https://mcp-marketplace.io/server/ai-thinkneo-control-plane Summary: Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health. Description: Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health. Remote endpoints: streamable-http: https://mcp.thinkneo.ai/mcp Category: Security Mode: remote Pricing: Free Remote URL: https://mcp.thinkneo.ai/mcp GitHub: https://github.com/thinkneo-ai/mcp-server Security Score: 8/10 Rating: 4.8/5 Installs: 3 Creator: Thinkneo AI Creator Reputation: B- Version: 1.0.2 Tags: enterprise, governance, ai-finops, guardrails, observability, compliance, anthropic, openai, multi-provider, security Use Cases: AI governance, Enterprise compliance, AI FinOps, Runtime guardrails, Agent control, Audit logging Install (Claude Code Remote): claude mcp add --transport http ai-thinkneo-control-plane https://mcp.thinkneo.ai/mcp --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-tacobell -- npx -y @striderlabs/mcp-tacobell@0.1.0 --- ## Domains URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-domains Summary: Domains MCP — Domainsdb.info API (free, no auth) Description: Domains MCP — Domainsdb.info API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/domains/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/domains/mcp GitHub: https://github.com/pipeworx-io/mcp-domains MCP Tools (1): search_domains Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-domains https://gateway.pipeworx.io/domains/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Youtube 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-youtube https://youtube.api.trendsmcp.ai/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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Unleash URL: https://mcp-marketplace.io/server/io-getunleash-unleash-mcp Summary: MCP server for managing Unleash feature flags Category: Developer Tools Mode: local Pricing: Free npm: @unleash/mcp GitHub: https://github.com/Unleash/unleash-mcp Security Score: 10/10 Creator: Unleash Creator Reputation: C+ Version: 0.3.0-beta.7 Required Credentials: UNLEASH_BASE_URL (optional), UNLEASH_PAT (required), UNLEASH_DEFAULT_PROJECT (optional) Install (Claude Code): claude mcp add io-getunleash-unleash-mcp -- npx -y @unleash/mcp@0.2.9 --- ## 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: C+ 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 --- ## Foehn URL: https://mcp-marketplace.io/server/io-github-kayhendriksen-foehn Summary: Access Swiss meteorological open data from MeteoSwiss, powered by foehn Category: Developer Tools Mode: local Pricing: Free PyPI: foehn GitHub: https://github.com/kayhendriksen/foehn Security Score: 9/10 Creator: Kayhendriksen Creator Reputation: C+ Version: 0.2.20 Install (Claude Code): claude mcp add io-github-kayhendriksen-foehn -- uvx foehn==0.2.20 --- ## 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: C+ 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: C+ 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: C+ Version: 1.6.0 Install (Claude Code): claude mcp add io-github-harrybin-visuals-mcp -- npx -y @harrybin/visuals-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: C+ 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: C+ 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 --- ## 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: 8.8/10 Creator: Zoharbabin Creator Reputation: C+ Version: 6.2.0 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.2.0 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Tochka Bank URL: https://mcp-marketplace.io/server/io-github-dontsovcmc-tochka-bank Summary: MCP server for Tochka Bank API — balance, payments, invoices, UPD, payment tracking Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-server-tochka-bank GitHub: https://github.com/dontsovcmc/mcp-server-tochka-bank Security Score: 7/10 Creator: Dontsovcmc Creator Reputation: C+ Version: 0.3.2 Required Credentials: TOCHKA_TOKEN (required) Install (Claude Code): claude mcp add io-github-dontsovcmc-tochka-bank -- uvx mcp-server-tochka-bank==0.3.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http network-fortytwo-fortytwo-mcp https://mcp.fortytwo.network/mcp --- ## Kansei URL: https://mcp-marketplace.io/server/io-github-kansei-link-kansei-mcp-server Summary: Intelligence layer for discovering and orchestrating Japanese SaaS MCP tools with AEO ratings. Description: Intelligence layer for discovering and orchestrating Japanese SaaS MCP tools with AEO ratings. Remote endpoints: streamable-http: https://kansei-link-mcp-production-b054.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @kansei-link/mcp-server Remote URL: https://kansei-link-mcp-production-b054.up.railway.app/mcp GitHub: https://github.com/kansei-link/kansei-mcp-server Security Score: 7/10 Creator: Kansei Link Creator Reputation: C+ Version: 0.20.1 Install (Claude Code): claude mcp add io-github-kansei-link-kansei-mcp-server -- npx -y @kansei-link/mcp-server@0.20.6 Install (Claude Code Remote): claude mcp add --transport http io-github-kansei-link-kansei-mcp-server https://kansei-link-mcp-production-b054.up.railway.app/mcp --- ## Crypto Quant Signal URL: https://mcp-marketplace.io/server/io-github-algovaultfi-crypto-quant-signal-mcp Summary: Quant trading signals, funding rate arb scanning, and market regime detection for crypto perps. Description: Quant trading signals, funding rate arb scanning, and market regime detection for crypto perps. 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: 7/10 Creator: AlgoVaultLabs Creator Reputation: C+ Version: 1.8.1 Install (Claude Code): claude mcp add io-github-algovaultfi-crypto-quant-signal-mcp -- npx -y crypto-quant-signal-mcp@1.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-algovaultfi-crypto-quant-signal-mcp https://api.algovault.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.12.0 Required Credentials: ABF_PROJECT_ROOT (optional) Install (Claude Code): claude mcp add io-github-therealfloatdev-agentsbestfriend -- npx -y agentsbestfriend --- ## Agenthold URL: https://mcp-marketplace.io/server/io-github-edobusy-agenthold Summary: Shared versioned state for multi-agent AI workflows Category: Developer Tools Mode: local Pricing: Free PyPI: agenthold GitHub: https://github.com/edobusy/agenthold Security Score: 10/10 Creator: Edobusy Creator Reputation: C+ Version: 0.4.3 Install (Claude Code): claude mcp add io-github-edobusy-agenthold -- uvx agenthold==0.4.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Codelogic URL: https://mcp-marketplace.io/server/io-github-codelogicincengineering-codelogic-mcp-server Summary: An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant. Category: Developer Tools Mode: local Pricing: Free PyPI: codelogic-mcp-server GitHub: https://github.com/CodeLogicIncEngineering/codelogic-mcp-server Security Score: 9.9/10 Creator: CodeLogicIncEngineering Creator Reputation: C+ Version: 1.1.1 Required Credentials: CODELOGIC_SERVER_HOST (optional), CODELOGIC_USERNAME (optional), CODELOGIC_PASSWORD (required), CODELOGIC_WORKSPACE_NAME (optional), CODELOGIC_DEBUG_MODE (optional) Install (Claude Code): claude mcp add io-github-codelogicincengineering-codelogic-mcp-server -- uvx codelogic-mcp-server==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: C+ 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: C+ 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: C+ Version: 0.1.1 Required Credentials: CLAWAIMAIL_API_KEY (required) Install (Claude Code): claude mcp add io-github-joansongjr-clawaimail -- npx -y clawaimail-mcp --- ## Governance Platform URL: https://mcp-marketplace.io/server/ai-geodesiclabs-governance-platform Summary: Deterministic AI governance platform. Validates agent outputs, discovers patterns, solves math. Description: Deterministic AI governance platform. Validates agent outputs, discovers patterns, solves math. Remote endpoints: streamable-http: https://app.geodesiclabs.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.geodesiclabs.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-geodesiclabs-governance-platform https://app.geodesiclabs.ai/mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Ph Civic Data URL: https://mcp-marketplace.io/server/io-github-xmpuspus-ph-civic-data-mcp Summary: PH civic data + NASA POWER + Open-Meteo + MODIS NDVI + USGS + IBTrACS + World Bank. 17 tools. Category: Developer Tools Mode: local Pricing: Free PyPI: ph-civic-data-mcp GitHub: https://github.com/xmpuspus/ph-civic-data-mcp Security Score: 6/10 Creator: Xmpuspus Creator Reputation: C+ Version: 0.2.0 Required Credentials: PAGASA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-xmpuspus-ph-civic-data-mcp -- uvx ph-civic-data-mcp==0.2.0 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-clerk-mcp-server https://mcp.clerk.com/mcp --- ## 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: C+ 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 --- ## Codeweave URL: https://mcp-marketplace.io/server/io-github-semihkayan-codeweave Summary: Save tokens while coding — your AI agent gets structured code context, not file dumps. Category: Developer Tools Mode: local Pricing: Free npm: @codeweave/mcp GitHub: https://github.com/semihkayan/codeweave-mcp Security Score: 10/10 Rating: 5/5 Installs: 5 Creator: semihkayan Creator Reputation: A Version: 0.1.20 Tags: code-intelligence, semantic-search, ast, call-graph, type-graph, tree-sitter, embeddings, code-understanding, refactoring, impact-analysis, monorepo, mcp, lancedb, ollama, code-navigation, dependency-analysis Use Cases: Relevant Context, Token Efficiency, Codebase Indexing Install (Claude Code): claude mcp add io-github-semihkayan-codeweave -- npx -y @codeweave/mcp@0.1.20 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: F 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-smart-proxy -- uvx mcp-smart-proxy==0.1.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-sqlite -- npx -y mcp-sqlite-server@1.0.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-topofgames-la-ei-romania https://laei.ro/mcp --- ## Maxia URL: https://mcp-marketplace.io/server/io-github-majorelalexis-stack-maxia Summary: AI-to-AI Marketplace on Solana. 22 tools: crypto, stocks, GPU, DeFi, sentiment. Description: AI-to-AI Marketplace on Solana. 22 tools: crypto, stocks, GPU, DeFi, sentiment. Remote endpoints: sse: https://maxiaworld.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://maxiaworld.app/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: C+ Version: 12.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-majorelalexis-stack-maxia https://maxiaworld.app/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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http fyi-medrates-mcp https://mcp.medrates.fyi/mcp --- ## Mason URL: https://mcp-marketplace.io/server/com-adrianczuczka-mason Summary: Context engineering MCP server — generates CLAUDE.md files via structured codebase analysis Category: Developer Tools Mode: local Pricing: Free npm: mason-context GitHub: https://github.com/adrianczuczka/mason Security Score: 9.9/10 Creator: Adrianczuczka Creator Reputation: C+ Version: 0.3.6 Install (Claude Code): claude mcp add com-adrianczuczka-mason -- npx -y mason-context@0.3.6 --- ## Bankruptcy Observer Mcp Api Public Documentation URL: https://mcp-marketplace.io/server/com-bankruptcyobserver-mcp Summary: US business bankruptcy data via MCP: search by name, EIN. Lookup docket items. Description: US business bankruptcy data via MCP: search by name, EIN. Lookup docket items. Remote endpoints: streamable-http: https://mcp.bankruptcyobserver.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bankruptcyobserver.com/mcp GitHub: https://github.com/jmtroller/bankruptcy-observer-mcp-api-public-documentation Security Score: 10/10 Creator: Jmtroller Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-bankruptcyobserver-mcp https://mcp.bankruptcyobserver.com/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: C+ Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-cthulhutoo-agentry https://api.agentry.com/mcp --- ## Chartforge URL: https://mcp-marketplace.io/server/com-chartforgeai-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: C+ Version: 0.1.2 Required Credentials: CHARTFORGE_API_KEY (required) Install (Claude Code): claude mcp add com-chartforgeai-chartforge -- npx -y chartforge-mcp@0.1.3 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## webnovel-mcp URL: https://mcp-marketplace.io/server/webnovel-mcp Summary: Plan, write, and manage webnovel projects with AI — xianxia, LitRPG, romance & more. Description: webnovel-mcp is an MCP server that gives AI assistants the tools to plan, scaffold, write, and maintain webnovel projects. It provides structured project management purpose-built for serial fiction: character sheets with change tracking, chapter management with word counts, world-building entries, and a built-in writing style guide. The free tier covers everything an author needs to get started. The Pro tier ($9.99 one-time) adds advanced features for serious authors writing 100+ chapter series: Category: Content & Media Mode: local Pricing: Free GitHub: https://github.com/netflypsb/webnovel-mcp Security Score: 10/10 Installs: 1 Creator: netflyp Creator Reputation: F Version: 1.0.0 Tags: webnovel, serial fiction, writing, fiction, xianxia, litrpg, cultivation, progression fantasy, romance, fanfiction, character tracking, world building, chapter management, foreshadowing, continuity, royalroad, scribblehub, wattpad, ao3, author tools, creative writing, story planning, novel writing Use Cases: Webnovel Writing, Serial Fiction Management, Character Tracking, World-Building, Fanfiction Planning, Story Outlining, LitRPG Stat Management, Romance Arc Pacing, Foreshadowing Tracking, Continuity Checking Required Credentials: MCP_LICENSE_KEY (optional), WEBNOVEL_PROJECT_DIR (optional) --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-rickmorty https://gateway.pipeworx.io/rickmorty/mcp --- ## Hashlock URL: https://mcp-marketplace.io/server/io-github-hashlock-tech-hashlock Summary: Hashlock Markets - sealed-bid intent trading + HTLC settlement for AI agents. ETH, BTC, SUI. Description: Hashlock Markets - sealed-bid intent trading + HTLC settlement for AI agents. ETH, BTC, SUI. Remote endpoints: streamable-http: https://hashlock.markets/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @hashlock-tech/mcp Remote URL: https://hashlock.markets/mcp GitHub: https://github.com/Hashlock-Tech/hashlock-mcp Security Score: 7.1/10 Creator: Hashlock Tech Creator Reputation: C+ Version: 1.1.5 Required Credentials: HASHLOCK_ACCESS_TOKEN (required), HASHLOCK_ENDPOINT (optional) Install (Claude Code): claude mcp add io-github-hashlock-tech-hashlock -- npx -y @hashlock-tech/mcp@0.1.7 Install (Claude Code Remote): claude mcp add --transport http io-github-hashlock-tech-hashlock https://hashlock.markets/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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-shodan -- uvx mcp-shodan==0.1.0 --- ## Neuro URL: https://mcp-marketplace.io/server/io-github-adelelo13-neuromcp Summary: Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation Category: Developer Tools Mode: local Pricing: Free npm: neuromcp GitHub: https://github.com/AdelElo13/neuromcp Security Score: 8.8/10 Creator: AdelElo13 Creator Reputation: C+ Version: 0.4.2 Install (Claude Code): claude mcp add io-github-adelelo13-neuromcp -- npx -y neuromcp@0.14.2 --- ## Agent47 URL: https://mcp-marketplace.io/server/io-github-bmdhodl-agentguard47 Summary: MCP server for coding-agent traces, alerts, costs, usage, and budget health. Category: Developer Tools Mode: local Pricing: Free npm: @agentguard47/mcp-server GitHub: https://github.com/bmdhodl/agent47 Security Score: 7.5/10 Creator: Bmdhodl Creator Reputation: C+ Version: 0.2.1 Required Credentials: AGENTGUARD_API_KEY (required), AGENTGUARD_URL (optional) Install (Claude Code): claude mcp add io-github-bmdhodl-agentguard47 -- npx -y @agentguard47/mcp-server@0.2.1 --- ## 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: C+ Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http com-eruditepay-blockchain-intelligence https://bridge.eruditepay.com:4100/mcp --- ## Roomza URL: https://mcp-marketplace.io/server/io-github-roomza-inc-roomza-e20d 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-roomza-inc-roomza-e20d https://www.roomza.com/api/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: C+ 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 --- ## Proxmox URL: https://mcp-marketplace.io/server/io-github-antonio-mello-ai-mcp-proxmox Summary: Manage Proxmox VE clusters through AI assistants — VMs, containers, and more Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-proxmox GitHub: https://github.com/antonio-mello-ai/mcp-proxmox Security Score: 8.5/10 Creator: Antonio Mello Ai Creator Reputation: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-antonio-mello-ai-mcp-proxmox -- uvx mcp-proxmox==1.2.1 --- ## 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: C+ Version: 1.12.7 Install (Claude Code): claude mcp add io-github-cameroncooke-xcodebuildmcp -- npx -y xcodebuildmcp@2.3.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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-lattiq-x402-trading-signals https://api.lattiq.ai/mcp --- ## Vulk URL: https://mcp-marketplace.io/server/io-github-devjoaocastro-vulk-mcp-server Summary: Build, edit, and deploy full-stack web apps from any AI assistant. Category: Developer Tools Mode: local Pricing: Free npm: vulk-mcp-server GitHub: https://github.com/VULK-dev/vulk-mcp-server Security Score: 7/10 Creator: VULK Dev Creator Reputation: C+ Version: 1.0.1 Required Credentials: VULK_API_KEY (required) Install (Claude Code): claude mcp add io-github-devjoaocastro-vulk-mcp-server -- npx -y vulk-mcp-server@1.0.1 --- ## 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: C+ 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 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-tradingale-mcp Summary: Martingale intelligence: proprietary scores and sequence parameters for 250+ instruments. Description: Martingale intelligence: proprietary scores and sequence parameters for 250+ instruments. Remote endpoints: streamable-http: https://tradingale.com/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://tradingale.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-tradingale-mcp https://tradingale.com/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-corporatelad-promptscan https://promptscan.dev/mcp/ --- ## 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: C+ 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 --- ## Search Console URL: https://mcp-marketplace.io/server/io-github-saurabhsharma2u-search-console-mcp Summary: MCP server for GSC, Bing, and GA4. Includes analytics, health checks, and SEO insights. Category: Developer Tools Mode: local Pricing: Free npm: search-console-mcp GitHub: https://github.com/saurabhsharma2u/search-console-mcp Security Score: 10/10 Creator: Saurabhsharma2u Creator Reputation: C+ Version: 1.13.5 Required Credentials: GOOGLE_APPLICATION_CREDENTIALS (required), BING_API_KEY (required) Install (Claude Code): claude mcp add io-github-saurabhsharma2u-search-console-mcp -- npx -y search-console-mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-kapeli-dash-mcp-server -- uvx dash-mcp-server==1.1.1 --- ## Macos Vision URL: https://mcp-marketplace.io/server/io-github-woladi-macos-vision-mcp Summary: Local OCR & image analysis via Apple Vision — no cloud, no API keys, ~97% fewer tokens on PDFs. Category: Developer Tools Mode: local Pricing: Free npm: macos-vision-mcp GitHub: https://github.com/woladi/macos-vision-mcp Security Score: 7/10 Creator: Woladi Creator Reputation: C+ Version: 0.2.3 Install (Claude Code): claude mcp add io-github-woladi-macos-vision-mcp -- npx -y macos-vision-mcp@0.2.3 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-tradeit-mcp https://mcp.tradeit.app/sse --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-nivelrisk-mcp-server https://mcp.nivelrisk.com/mcp --- ## Canvas URL: https://mcp-marketplace.io/server/io-github-vishalsachdev-canvas-mcp Summary: Canvas LMS integration for students and educators with FERPA-compliant analytics and workflows Category: Design Mode: local Pricing: Free PyPI: canvas-mcp GitHub: https://github.com/vishalsachdev/canvas-mcp Security Score: 5.5/10 Creator: Vishalsachdev Creator Reputation: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-vishalsachdev-canvas-mcp -- uvx canvas-mcp==1.2.0 --- ## 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) --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-tle https://gateway.pipeworx.io/tle/mcp --- ## Isaacsim URL: https://mcp-marketplace.io/server/io-github-whats2000-isaacsim-mcp-server Summary: Control NVIDIA Isaac Sim robotics simulator through MCP with 39 tools Category: Developer Tools Mode: local Pricing: Free PyPI: isaacsim-mcp-server GitHub: https://github.com/whats2000/isaacsim-mcp-server Security Score: 10/10 Creator: Whats2000 Creator Reputation: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-whats2000-isaacsim-mcp-server -- uvx isaacsim-mcp-server==0.5.2 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-contraption-mcp https://mcp.contraption.co/ --- ## Historis URL: https://mcp-marketplace.io/server/io-github-svenlc-historis Summary: Track client interactions and events. Your AI organizes everything for you. Description: Track client interactions and events. Your AI organizes everything for you. Remote endpoints: streamable-http: https://api.historis.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.historis.app/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-svenlc-historis https://api.historis.app/mcp --- ## Veo URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-veo Summary: MCP server for Google Veo AI video generation Description: MCP server for Google Veo AI video generation Remote endpoints: streamable-http: https://veo.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-veo Remote URL: https://veo.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/VeoMCP Security Score: 5.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.18.0 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-veo -- uvx mcp-veo==2026.4.18.0 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-veo https://veo.mcp.acedata.cloud/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: C+ 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 --- ## Gildara URL: https://mcp-marketplace.io/server/io-gildara-mcp-server Summary: Connect AI tools to your Gildara prompt vault with operating contracts and auto-repair. Category: Developer Tools Mode: local Pricing: Free npm: @gildara/mcp-server GitHub: https://github.com/gildara-io/mcp-server Security Score: 7/10 Creator: Gildara Io Creator Reputation: C+ Version: 0.3.0 Required Credentials: GILDARA_API_KEY (required), GILDARA_BASE_URL (optional) Install (Claude Code): claude mcp add io-gildara-mcp-server -- npx -y @gildara/mcp-server@0.7.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-tedoneobichajavascript-readyorai -- npx -y readyorai@0.1.2 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-airpote-avalanche-docs https://build.avax.network/api/mcp --- ## Aktools URL: https://mcp-marketplace.io/server/io-github-aahl-mcp-aktools Summary: MCP Server for stock and crypto Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-aktools GitHub: https://github.com/aahl/mcp-aktools Security Score: 4.3/10 Creator: Aahl Creator Reputation: C+ Version: 0.1.15 Install (Claude Code): claude mcp add io-github-aahl-mcp-aktools -- uvx mcp-aktools==0.1.15 --- ## 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: C+ 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 --- ## Ens Tools URL: https://mcp-marketplace.io/server/ai-namewhisper-ens-tools Summary: 34 MCP tools to search, register, manage, value, and trade ENS names. AI-powered intelligence layer. Description: 34 MCP tools to search, register, manage, value, and trade ENS names. AI-powered intelligence layer. Remote endpoints: streamable-http: https://namewhisper.ai/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://namewhisper.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-namewhisper-ens-tools https://namewhisper.ai/mcp --- ## 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: C+ 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 --- ## Bostrom URL: https://mcp-marketplace.io/server/io-github-cyberia-to-bostrom-mcp Summary: 86-tool MCP server for Bostrom blockchain: read chain state and sign transactions Category: Developer Tools Mode: local Pricing: Free npm: bostrom-mcp GitHub: https://github.com/cyberia-to/bostrom-mcp Security Score: 10/10 Creator: Cyberia To Creator Reputation: C+ Version: 0.5.0 Required Credentials: BOSTROM_MNEMONIC (required) Install (Claude Code): claude mcp add io-github-cyberia-to-bostrom-mcp -- npx -y bostrom-mcp@0.8.1 --- ## Figma Context MCP AIR URL: https://mcp-marketplace.io/server/io-github-compassalessandrolorenz-figma-context-mcp-air Summary: Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam. Category: Design Mode: local Pricing: Free npm: figma-context-mcp-air GitHub: https://github.com/compassalessandrolorenz/Figma-Context-MCP-AIR Security Score: 9.8/10 Creator: Compassalessandrolorenz Creator Reputation: C+ Version: 2.0.2 Required Credentials: FIGMA_API_KEY (required) Install (Claude Code): claude mcp add io-github-compassalessandrolorenz-figma-context-mcp-air -- npx -y figma-context-mcp-air@2.0.2 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-stucchi-mcp-advisor -- uvx mcp-advisor==1.0.1 --- ## 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: C+ Version: 1.14.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: C+ 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: C+ 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 Version: 1.0.0 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/ --- ## Jira Cloud URL: https://mcp-marketplace.io/server/io-github-aaronsb-jira-cloud Summary: MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields Category: Business Tools Mode: local Pricing: Free npm: @aaronsb/jira-cloud-mcp GitHub: https://github.com/aaronsb/jira-cloud Security Score: 9.5/10 Creator: Aaronsb Creator Reputation: C+ Version: 0.10.0 Required Credentials: JIRA_API_TOKEN (required), JIRA_EMAIL (optional), JIRA_HOST (optional) Install (Claude Code): claude mcp add io-github-aaronsb-jira-cloud -- npx -y @aaronsb/jira-cloud-mcp@0.10.0 --- ## Elasticsearch URL: https://mcp-marketplace.io/server/io-github-cr7258-elasticsearch-mcp-server Summary: MCP server for interacting with Elasticsearch Category: Data & Analytics Mode: local Pricing: Free PyPI: elasticsearch-mcp-server GitHub: https://github.com/cr7258/elasticsearch-mcp-server Security Score: 10/10 Creator: cr7258 Creator Reputation: C- Version: 2.0.14 Required Credentials: ELASTICSEARCH_HOSTS (optional), ELASTICSEARCH_API_KEY (required), ELASTICSEARCH_USERNAME (optional), ELASTICSEARCH_PASSWORD (required), ELASTICSEARCH_VERIFY_CERTS (optional) Install (Claude Code): claude mcp add io-github-cr7258-elasticsearch-mcp-server -- uvx elasticsearch-mcp-server==2.0.19 --- ## 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: C+ Version: 1.7.1 Install (Claude Code Remote): claude mcp add --transport http is-k01-synthetic-health-data https://mcp.k01.is/mcp --- ## Tidal URL: https://mcp-marketplace.io/server/io-github-ibeal-tidal-mcp Summary: MCP server for TIDAL - search tracks, manage playlists, and get personalized recommendations Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/ibeal/tidal-mcp Security Score: 10/10 Creator: Ibeal Creator Reputation: C+ Version: 0.2.0 Required Credentials: TIDAL_MCP_PORT (optional) --- ## 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: C+ 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: C+ 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 --- ## Dominican Law URL: https://mcp-marketplace.io/server/eu-ansvar-dominican-law-mcp Summary: Dominican Republic legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/dominican-law-mcp GitHub: https://github.com/Ansvar-Systems/dominican-law-mcp Security Score: 5.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-dominican-law-mcp -- npx -y @ansvar/dominican-law-mcp@1.0.0 --- ## Bangladeshi Law URL: https://mcp-marketplace.io/server/eu-ansvar-bangladeshi-law-mcp Summary: Bangladeshi legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/bangladeshi-law-mcp GitHub: https://github.com/Ansvar-Systems/Bangladeshi-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-bangladeshi-law-mcp -- npx -y @ansvar/bangladeshi-law-mcp@1.0.0 --- ## Pageindex URL: https://mcp-marketplace.io/server/io-github-vectifyai-pageindex-mcp Summary: Reasoning-based RAG system for chatting with long PDFs. Supports local and online files. Category: Developer Tools Mode: local Pricing: Free npm: pageindex-mcp GitHub: https://github.com/VectifyAI/pageindex-mcp Security Score: 4.5/10 Creator: VectifyAI Creator Reputation: C+ Version: 1.6.2 Install (Claude Code): claude mcp add io-github-vectifyai-pageindex-mcp -- npx -y pageindex-mcp --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-server-mssql -- uvx mcp-server-mssql==0.1.0 --- ## Supabase URL: https://mcp-marketplace.io/server/com-supabase-mcp Summary: MCP server for interacting with the Supabase platform Description: MCP server for interacting with the Supabase platform Remote endpoints: streamable-http: https://mcp.supabase.com/mcp Category: Data & Analytics Mode: dual Pricing: Free npm: @supabase/mcp-server-supabase Remote URL: https://mcp.supabase.com/mcp GitHub: https://github.com/supabase-community/supabase-mcp Security Score: 9.7/10 Creator: Supabase Community Creator Reputation: C+ Version: 0.7.0 Required Credentials: SUPABASE_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add com-supabase-mcp -- npx -y @supabase/mcp-server-supabase Install (Claude Code Remote): claude mcp add --transport http com-supabase-mcp https://mcp.supabase.com/mcp --- ## 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: C+ 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: C+ 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 --- ## Yandexgpt URL: https://mcp-marketplace.io/server/io-github-theyahia-yandexgpt-mcp Summary: MCP server for Yandex GPT API — text completion, async completion, tokenization. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandexgpt-mcp GitHub: https://github.com/theYahia/yandexgpt-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: YANDEX_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-yandexgpt-mcp -- npx -y @theyahia/yandexgpt-mcp@3.0.1 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http us-propertyscoop-mcp https://mcp.propertyscoop.us --- ## 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: C+ 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 --- ## Jitbit Helpdesk URL: https://mcp-marketplace.io/server/io-github-jitbit-jitbit-helpdesk Summary: MCP server for Jitbit Helpdesk — search and read support tickets from AI assistants Category: Developer Tools Mode: local Pricing: Free npm: jitbit-helpdesk-mcp GitHub: https://github.com/jitbit/jitbit-helpdesk-mcp Security Score: 8/10 Creator: Jitbit Creator Reputation: C+ Version: 1.0.1 Required Credentials: JITBIT_URL (optional), JITBIT_TOKEN (required) Install (Claude Code): claude mcp add io-github-jitbit-jitbit-helpdesk -- npx -y jitbit-helpdesk-mcp@1.0.1 --- ## Wikipedia 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-wikipedia https://wikipedia.api.trendsmcp.ai/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: C+ 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 --- ## Cid10 Br URL: https://mcp-marketplace.io/server/io-github-sidneybissoli-cid10-br-mcp Summary: MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases Category: Security Mode: local Pricing: Free npm: cid10-br-mcp GitHub: https://github.com/SidneyBissoli/cid10-br-mcp Security Score: 8.3/10 Creator: SidneyBissoli Creator Reputation: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-sidneybissoli-cid10-br-mcp -- npx -y cid10-br-mcp@1.0.2 --- ## 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: C+ 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 --- ## Registry URL: https://mcp-marketplace.io/server/cloud-theprotocol-registry Summary: Sovereign AI agent platform. 19 tools: discovery, transfers, staking, governance. A2A v1.0. Description: Sovereign AI agent platform. 19 tools: discovery, transfers, staking, governance. A2A v1.0. Remote endpoints: sse: https://api.theprotocol.cloud/mcp/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.theprotocol.cloud/mcp/sse MCP Tools (16): theprotocol_discoverRegistries, theprotocol_discoverAgents, theprotocol_getAgentProfile, theprotocol_getNetworkStats, theprotocol_getGovernanceProposals, theprotocol_getApyRates, theprotocol_getMyBalance, theprotocol_transferTokens, theprotocol_stakeTokens, theprotocol_unstakeTokens, theprotocol_castVote, theprotocol_getAgentToken, theprotocol_getMyAgents, theprotocol_createAgent, theprotocol_submitDispute, theprotocol_createProposal Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cloud-theprotocol-registry https://api.theprotocol.cloud/mcp/sse --- ## Stl URL: https://mcp-marketplace.io/server/io-github-daedalus-mcp-stl Summary: MCP server for editing STL 3D model files Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-stl GitHub: https://github.com/daedalus/mcp-stl Security Score: 4/10 Creator: Daedalus Creator Reputation: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-stl -- uvx mcp-stl==0.1.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-izworskic-openclaw-registry -- npx -y agentbase-mcp@1.0.2 --- ## 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: 10/10 Installs: 1 Creator: Maxim-Mazurok Creator Reputation: C- Version: 1.5.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) Install (Claude Code): claude mcp add io-github-maxim-mazurok-teams-api -- npx -y teams-api@1.5.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-myque08-savvyscratch -- npx -y @savvyscratch/mcp-server@1.0.1 --- ## Scholar Sidekick URL: https://mcp-marketplace.io/server/io-github-mlava-scholar-sidekick-mcp Summary: Resolve, format, and export academic citations from any AI assistant Category: Education & Research Mode: local Pricing: Free npm: scholar-sidekick-mcp GitHub: https://github.com/mlava/scholar-sidekick-mcp Security Score: 10/10 Creator: Mlava Creator Reputation: C+ Version: 0.3.2 Required Credentials: RAPIDAPI_KEY (required) Install (Claude Code): claude mcp add io-github-mlava-scholar-sidekick-mcp -- npx -y scholar-sidekick-mcp@0.3.4 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-kaimeilabs-guardian-engine https://api.kaimeilabs.dev/mcp --- ## Outlook URL: https://mcp-marketplace.io/server/io-github-mpalermiti-outlook-mcp Summary: Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (52 tools). Category: Developer Tools Mode: local Pricing: Free PyPI: outlook-graph-mcp GitHub: https://github.com/mpalermiti/outlook-mcp Security Score: 10/10 Creator: Mpalermiti Creator Reputation: C+ Version: 1.4.1 Install (Claude Code): claude mcp add io-github-mpalermiti-outlook-mcp -- uvx outlook-graph-mcp==1.4.1 --- ## 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: C+ 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 --- ## Wireshark URL: https://mcp-marketplace.io/server/io-github-bx33661-wireshark-mcp Summary: Professional network analysis with tshark. Security audits, deep-dives, and threat detection. Category: Developer Tools Mode: local Pricing: Free PyPI: wireshark-mcp GitHub: https://github.com/bx33661/Wireshark-MCP Security Score: 7/10 Creator: Bx33661 Creator Reputation: C+ Version: 0.6.5 Install (Claude Code): claude mcp add io-github-bx33661-wireshark-mcp -- uvx wireshark-mcp==1.1.5 --- ## 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: C+ 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: C+ Version: 2.1 --- ## Shell Use URL: https://mcp-marketplace.io/server/io-github-kyuheon-kr-shell-use Summary: Let agents use the shell like a human. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/kyuheon-kr/shell-use Security Score: 10/10 Creator: Kyuheon Kr Creator Reputation: C+ Version: 1.0.0 Required Credentials: SHELL_USE_SESSIONS (optional), SHELL_USE_SOCKET (optional) --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-siliconfriendly-directory https://siliconfriendly.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Biomodelling Servers URL: https://mcp-marketplace.io/server/io-github-marcorusc-maboss Summary: MCP server for Boolean network simulation and attractor analysis using MaBoSS Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-biomodelling-servers GitHub: https://github.com/marcorusc/mcp-biomodelling-servers Security Score: 0/10 Creator: Marcorusc Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-marcorusc-maboss -- uvx mcp-biomodelling-servers --- ## Web3 Signals URL: https://mcp-marketplace.io/server/io-github-manavaga-web3-signals Summary: Crypto signal intelligence: 20 assets, 6 dimensions, regime detection, portfolio optimizer Description: Crypto signal intelligence: 20 assets, 6 dimensions, regime detection, portfolio optimizer Remote endpoints: sse: https://web3-signals-api-production.up.railway.app/mcp/sse streamable-http: https://web3-signals-api-production.up.railway.app/mcp/stream Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://web3-signals-api-production.up.railway.app/mcp/sse GitHub: https://github.com/manavaga/web3-signals-mcp Security Score: 10/10 Creator: Manavaga Creator Reputation: C+ Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-manavaga-web3-signals https://web3-signals-api-production.up.railway.app/mcp/sse --- ## Serp URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-serp Summary: MCP server for Google search results via SERP API Description: MCP server for Google search results via SERP API Remote endpoints: streamable-http: https://serp.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-serp Remote URL: https://serp.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/SerpMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.2 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-serp -- uvx mcp-serp==2026.4.8.2 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-serp https://serp.mcp.acedata.cloud/mcp --- ## Alfanous URL: https://mcp-marketplace.io/server/io-github-alfanous-team-alfanous Summary: Search and explore the Holy Qur'an with Arabic text, transliteration, and advanced search support. Category: Developer Tools Mode: local Pricing: Free PyPI: alfanous3-mcp GitHub: https://github.com/Alfanous-team/alfanous Security Score: 10/10 Creator: Alfanous Team Creator Reputation: C+ Version: 1.9.0rc3 Install (Claude Code): claude mcp add io-github-alfanous-team-alfanous -- uvx alfanous3-mcp==1.8.9 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.16.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Mcp URL: https://mcp-marketplace.io/server/com-picaos-mcp Summary: A Model Context Protocol Server for Pica Category: Developer Tools Mode: local Pricing: Free npm: @picahq/mcp GitHub: https://github.com/picahq/mcp Security Score: 2.8/10 Creator: Picahq Creator Reputation: C+ Version: 2.0.3 Required Credentials: PICA_SECRET (required) Install (Claude Code): claude mcp add com-picaos-mcp -- npx -y @picahq/mcp@2.1.3 --- ## 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: C+ 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 --- ## Ynab Mcpb URL: https://mcp-marketplace.io/server/io-github-dizzlkheinz-ynab-mcpb Summary: MCP server for YNAB (You Need A Budget) — budgets, accounts, transactions, categories Category: Developer Tools Mode: local Pricing: Free npm: @dizzlkheinz/ynab-mcpb GitHub: https://github.com/dizzlkheinz/ynab-mcpb Security Score: 10/10 Creator: Dizzlkheinz Creator Reputation: C+ Version: 0.26.7 Required Credentials: YNAB_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-dizzlkheinz-ynab-mcpb -- npx -y @dizzlkheinz/ynab-mcpb@0.26.7 --- ## 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: C+ 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 --- ## 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: D 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 8.0.0 Install (Claude Code): claude mcp add io-github-stuchapin909-open-eagle-eye -- npx -y openeagleeye@8.0.0 --- ## 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: 9/10 Creator: NayakwadiS Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-nayakwadis-mftool-mcp -- uvx mftool-mcp==0.2.0 --- ## 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: F 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: C+ 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: C+ 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 --- ## 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: 7.8/10 Creator: Domdomegg Creator Reputation: C+ Version: 1.1.2 Required Credentials: MCP_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-domdomegg-shell-exec-mcp -- npx -y shell-exec-mcp@1.1.2 --- ## 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: C+ 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: C+ 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 --- ## Rm URL: https://mcp-marketplace.io/server/io-github-wavyrai-rm-mcp Summary: Access your reMarkable tablet - read documents, browse files, extract text and OCR handwritten notes Category: Developer Tools Mode: local Pricing: Free PyPI: rm-mcp GitHub: https://github.com/wavyrai/rm-mcp Security Score: 2/10 Creator: Wavyrai Creator Reputation: C+ Version: 0.4.7 Required Credentials: REMARKABLE_TOKEN (required) Install (Claude Code): claude mcp add io-github-wavyrai-rm-mcp -- uvx rm-mcp==0.4.7 --- ## 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: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-tharanabope-sql-server-mcp -- npx -y @tharanabopearachchi/sql-server-mcp --- ## Linksee Memory URL: https://mcp-marketplace.io/server/io-github-michielinksee-linksee-memory Summary: Local-first cross-agent memory MCP. 6-layer WHY structure + AST file diff cache (86% savings). Category: Developer Tools Mode: local Pricing: Free npm: linksee-memory GitHub: https://github.com/michielinksee/linksee-memory Security Score: 8/10 Creator: Michielinksee Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-michielinksee-linksee-memory -- npx -y linksee-memory@0.2.0 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-andylbrummer-neural-mcp -- uvx scicomp-neural-mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-megachadxyz-megachad https://megachad.xyz/api/mcp --- ## 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. Category: Developer Tools Mode: local Pricing: Free npm: @smartbear/mcp GitHub: https://github.com/SmartBear/smartbear-mcp Security Score: 7.5/10 Creator: SmartBear Creator Reputation: C+ Version: 0.18.3 Required Credentials: BUGSNAG_AUTH_TOKEN (required), BUGSNAG_PROJECT_API_KEY (optional), REFLECT_API_TOKEN (required), SWAGGER_API_KEY (required), 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) Install (Claude Code): claude mcp add com-smartbear-smartbear-mcp -- npx -y @smartbear/mcp@0.18.3 --- ## Cryptoapis Mcp Simulate URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-simulate Summary: MCP server for dry-run EVM transaction simulation via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-simulate GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-simulate Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C- Version: 0.3.0 Tags: blockchain, evm, simulation, dry-run, ethereum, bsc, polygon, gas, transactions, crypto, smart-contracts Use Cases: Simulate EVM transactions before broadcasting, Preview gas usage and state changes, Test smart contract interactions, Dry-run token transfers, Validate transaction parameters Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-simulate -- npx -y @cryptoapis-io/mcp-simulate@0.3.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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-arknill-browsegrab -- uvx browsegrab==0.1.2 --- ## 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: C+ Version: 1.0.37 Install (Claude Code): claude mcp add io-github-octid-io-osmp -- uvx osmp-mcp==1.1.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-afip Summary: AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-afip GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: AFIP_CERT_PATH (optional), AFIP_KEY_PATH (required), AFIP_CUIT (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-afip -- npx -y @codespar/mcp-afip --- ## 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: C+ 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: C+ 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: C+ Version: 1.13.1 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-changelog-forge-mcp -- npx -y changelog-forge-mcp --- ## Jimeng URL: https://mcp-marketplace.io/server/ai-smithery-fengyinxia-jimeng-mcp Summary: Create images and videos from prompts, with options for image mixing, reference images, and start/… Description: Create images and videos from prompts, with options for image mixing, reference images, and start/… Remote endpoints: streamable-http: https://server.smithery.ai/@fengyinxia/jimeng-mcp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://server.smithery.ai/@fengyinxia/jimeng-mcp/mcp GitHub: https://github.com/fengyinxia/jimeng-mcp Security Score: 9.8/10 Creator: Fengyinxia Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-fengyinxia-jimeng-mcp https://server.smithery.ai/@fengyinxia/jimeng-mcp/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Markview URL: https://mcp-marketplace.io/server/io-github-paulhkang94-markview Summary: Native macOS markdown preview with MCP server for Claude Code. Swift/SwiftUI, no Electron. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-markview GitHub: https://github.com/paulhkang94/markview Security Score: 10/10 Creator: Paulhkang94 Creator Reputation: C+ Version: 1.2.11 Install (Claude Code): claude mcp add io-github-paulhkang94-markview -- npx -y mcp-server-markview@1.4.3 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-plidezus-flomo-mcp https://flomoapp.com/mcp --- ## 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-jkakar-recipe-mcp -- npx -y @cookwith/recipe-mcp@1.0.4 --- ## mcp-creator-python URL: https://mcp-marketplace.io/server/mcp-creator-python Summary: Create, build, and publish Python MCP servers to PyPI — conversationally. Description: MCP Creator is a meta-tool that helps anyone create their own MCP servers. Install it, add it to your AI assistant, and the assistant walks you through the entire process: naming your package, checking PyPI availability, scaffolding a complete project with FastMCP, building, publishing, and pushing to GitHub. It remembers your setup across sessions so returning creators skip straight to building. Zero configuration required — just describe what you want to build and it handles the rest. Perfect Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-creator-python GitHub: https://github.com/gmoneyn/mcp-creator Security Score: 10/10 Rating: 5/5 Installs: 55 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.1.0 Tags: mcp, developer-tools, scaffolding, python, pypi, code-generation, fastmcp, github, publishing Use Cases: Persistent creator profile — remembers your setup, usernames, and project history across sessions, Detects installed tools (uv, git, gh, PyPI token) and only walks through what's missing, Check PyPI package name availability before you start, Scaffold a complete, runnable MCP server project from a description and tool definitions, Generated projects use FastMCP, hatchling, and follow Python packaging best practices, Add new tools to existing projects without manual wiring, Build and publish to PyPI directly from your AI assistant, Initialize git, create a GitHub repo, and push code in one step, Generate LAUNCHGUIDE.md for MCP Marketplace submission, Zero external dependencies beyond mcp[cli] — installs instantly Install (Claude Code): claude mcp add mcp-creator-python -- uvx mcp-creator-python==1.1.0 --- ## Miro Ai URL: https://mcp-marketplace.io/server/io-github-miroapp-mcp-server Summary: Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables. Description: Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables. Remote endpoints: streamable-http: https://mcp.miro.com/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.miro.com/ GitHub: https://github.com/miroapp/miro-ai Security Score: 9.5/10 Creator: Miroapp Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-miroapp-mcp-server https://mcp.miro.com/ --- ## 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 --- ## Komodo URL: https://mcp-marketplace.io/server/io-github-mp-tool-komodo-mcp-server Summary: MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI Category: Cloud & DevOps Mode: local Pricing: Free npm: komodo-mcp-server GitHub: https://github.com/MP-Tool/komodo-mcp-server Security Score: 10/10 Creator: MP Tool Creator Reputation: C+ Version: 1.2.2 Required Credentials: KOMODO_URL (optional), KOMODO_USERNAME (optional), KOMODO_PASSWORD (required) Install (Claude Code): claude mcp add io-github-mp-tool-komodo-mcp-server -- npx -y komodo-mcp-server@1.3.1 --- ## 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: C+ 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 --- ## Kit URL: https://mcp-marketplace.io/server/io-github-toreva-kit Summary: Non-custodial execution primitives for DeFi on Solana. 1 bps to open. Everything else is free. Description: Non-custodial execution primitives for DeFi on Solana. 1 bps to open. Everything else is free. Remote endpoints: streamable-http: https://gateway.toreva.com/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @toreva/mcp Remote URL: https://gateway.toreva.com/mcp GitHub: https://github.com/toreva/kit Security Score: 9.7/10 Creator: Toreva Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-toreva-kit -- npx -y @toreva/mcp Install (Claude Code Remote): claude mcp add --transport http io-github-toreva-kit https://gateway.toreva.com/mcp --- ## Mcpfinder URL: https://mcp-marketplace.io/server/dev-mcpfinder-server Summary: Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery. Category: Developer Tools Mode: dual Pricing: Free npm: @mcpfinder/server Remote URL: https://mcpfinder.dev/mcp GitHub: https://github.com/mcpfinder/mcpfinder Security Score: 8.7/10 Creator: Mcpfinder Creator Reputation: C+ Version: 1.0.4 Install (Claude Code): claude mcp add dev-mcpfinder-server -- npx -y @mcpfinder/server Install (Claude Code Remote): claude mcp add --transport http dev-mcpfinder-server https://mcpfinder.dev/mcp --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-aftership-mcp-tracking-public https://mcp.aftership.com/tracking/public --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Slovak Law URL: https://mcp-marketplace.io/server/eu-ansvar-slovak-law-mcp Summary: Slovak legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/slovak-law-mcp GitHub: https://github.com/Ansvar-Systems/Slovak-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-slovak-law-mcp -- npx -y @ansvar/slovak-law-mcp@1.0.1 --- ## 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: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ Version: 1.15.0 --- ## 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: C+ Version: 0.2.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Human URL: https://mcp-marketplace.io/server/io-github-kapoost-humanmcp Summary: Personal MCP server for publishing art with cryptographic authorship proof and license gates. Description: Personal MCP server for publishing art with cryptographic authorship proof and license gates. Remote endpoints: streamable-http: https://kapoost-humanmcp.fly.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://kapoost-humanmcp.fly.dev/mcp GitHub: https://github.com/kapoost/humanmcp MCP Tools (12): get_author_profile, list_content, read_content, request_access, submit_answer, list_blobs, read_blob, verify_content, get_certificate, request_license, leave_comment, leave_message Security Score: 10/10 Creator: Kapoost Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kapoost-humanmcp https://kapoost-humanmcp.fly.dev/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-registry https://registry.run.mcp.com.ai/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.1 --- ## Kawa URL: https://mcp-marketplace.io/server/ai-kawacode-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: C+ Version: 5.0.4 Install (Claude Code): claude mcp add ai-kawacode-mcp -- npx -y @kawacode/mcp@5.2.2 --- ## 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: 6.3/10 Creator: Simplifier Ag Creator Reputation: C+ Version: 0.9.68 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.9.68 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-paraview-mcp Summary: MCP server for ParaView scientific visualization 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-paraview-mcp -- uvx clio-kit==2.1.2 --- ## Figma Context URL: https://mcp-marketplace.io/server/io-github-glips-figma-context-mcp Summary: Give your coding agent access to your Figma data. Implement designs in any framework in one-shot. Category: Design Mode: local Pricing: Free npm: figma-developer-mcp GitHub: https://github.com/GLips/Figma-Context-MCP Security Score: 10/10 Creator: GLips Creator Reputation: C+ Version: 0.11.0 Required Credentials: FIGMA_API_KEY (required) Install (Claude Code): claude mcp add io-github-glips-figma-context-mcp -- npx -y figma-developer-mcp@0.11.0 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## Claude Mcp Bridge URL: https://mcp-marketplace.io/server/io-github-hampsterx-claude-mcp-bridge Summary: MCP server wrapping Claude Code CLI for query, review, search, structured output, sessions. Category: Developer Tools Mode: local Pricing: Free npm: claude-mcp-bridge GitHub: https://github.com/hampsterx/claude-mcp-bridge Security Score: 4.5/10 Creator: Hampsterx Creator Reputation: C+ Version: 0.5.1 Required Credentials: CLAUDE_CLI_PATH (optional), CLAUDE_DEFAULT_MODEL (optional), CLAUDE_QUERY_MODEL (optional), CLAUDE_STRUCTURED_MODEL (optional), CLAUDE_SEARCH_MODEL (optional), CLAUDE_REVIEW_MODEL (optional), CLAUDE_FALLBACK_MODEL (optional), CLAUDE_MAX_CONCURRENT (optional), CLAUDE_BRIDGE_USE_API_KEY (optional), CLAUDE_MAX_BUDGET_USD (optional), CLAUDE_QUERY_EFFORT (optional), CLAUDE_REVIEW_EFFORT (optional), CLAUDE_SEARCH_EFFORT (optional) Install (Claude Code): claude mcp add io-github-hampsterx-claude-mcp-bridge -- npx -y claude-mcp-bridge@0.5.1 --- ## Iris Eval URL: https://mcp-marketplace.io/server/io-github-iris-eval-mcp-server Summary: The agent eval standard for MCP. Score every agent output for quality, safety, and cost. Category: Developer Tools Mode: local Pricing: Free npm: @iris-eval/mcp-server GitHub: https://github.com/iris-eval/mcp-server Security Score: 9.8/10 Creator: Iris Eval Creator Reputation: C+ Version: 0.3.0 Required Credentials: IRIS_API_KEY (required), IRIS_DB_PATH (optional), IRIS_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-iris-eval-mcp-server -- npx -y @iris-eval/mcp-server@0.3.0 --- ## 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: C+ 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: C- 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: C+ 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 --- ## Scholar URL: https://mcp-marketplace.io/server/io-github-pvliesdonk-scholar-mcp Summary: Scholarly-sources MCP: papers, patents, books, standards — search and cross-reference prior art. Category: Education & Research Mode: local Pricing: Free PyPI: pvliesdonk-scholar-mcp GitHub: https://github.com/pvliesdonk/scholar-mcp Security Score: 4.2/10 Creator: User Creator Reputation: F Version: 1.8.1 Required Credentials: SCHOLAR_MCP_READ_ONLY (optional), SCHOLAR_MCP_BEARER_TOKEN (optional), SCHOLAR_MCP_BASE_URL (optional), SCHOLAR_MCP_OIDC_CONFIG_URL (optional), SCHOLAR_MCP_OIDC_CLIENT_ID (optional), SCHOLAR_MCP_OIDC_CLIENT_SECRET (optional), SCHOLAR_MCP_OIDC_JWT_SIGNING_KEY (optional) Install (Claude Code): claude mcp add io-github-pvliesdonk-scholar-mcp -- uvx pvliesdonk-scholar-mcp==1.8.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Latvian Law URL: https://mcp-marketplace.io/server/eu-ansvar-latvian-law-mcp Summary: Latvian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/latvian-law-mcp GitHub: https://github.com/Ansvar-Systems/Latvian-law-mcp Security Score: 5.8/10 Creator: Mortalus Creator Reputation: D Version: 1.0.2 Install (Claude Code): claude mcp add eu-ansvar-latvian-law-mcp -- npx -y @ansvar/latvian-law-mcp@1.0.2 --- ## 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: C+ 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: C+ 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: C+ Version: 1.2.0 --- ## Image Processing URL: https://mcp-marketplace.io/server/ai-pictomancer-image-processing Summary: Image processing for AI agents. Resize, convert, compress, and pipeline images. Description: Image processing for AI agents. Resize, convert, compress, and pipeline images. Remote endpoints: streamable-http: https://api.pictomancer.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.pictomancer.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http ai-pictomancer-image-processing https://api.pictomancer.ai/mcp --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-wrbtc-wallet-intelligence https://satoshidata.ai/mcp/ --- ## Gam Native URL: https://mcp-marketplace.io/server/io-github-orbiads-gam Summary: Manage Google Ad Manager campaigns via MCP: orders, creatives, targeting & reports. Description: Manage Google Ad Manager campaigns via MCP: orders, creatives, targeting & reports. Remote endpoints: streamable-http: https://orbiads.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://orbiads.com/mcp GitHub: https://github.com/jlalbany/gam-native Security Score: 9/10 Creator: Jlalbany Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-orbiads-gam https://orbiads.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http me-remem-collections https://mcp.remem.me/mcp --- ## Domain Search URL: https://mcp-marketplace.io/server/io-github-dorukardahan-domain-search-mcp Summary: Fast domain availability checker with pricing comparison and AI-powered suggestions. Category: Developer Tools Mode: local Pricing: Free npm: domain-search-mcp GitHub: https://github.com/dorukardahan/domain-search-mcp Security Score: 2.5/10 Creator: Dorukardahan Creator Reputation: C+ Version: 1.2.15 Required Credentials: PORKBUN_API_KEY (required), PORKBUN_API_SECRET (required), NAMECHEAP_API_KEY (required), NAMECHEAP_API_USER (optional) Install (Claude Code): claude mcp add io-github-dorukardahan-domain-search-mcp -- npx -y domain-search-mcp@1.10.1 --- ## 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: C+ 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 --- ## 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: C+ 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: F 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.5.1 Required Credentials: MEMORY_PATH (optional) Install (Claude Code): claude mcp add io-github-tm42-mnemograph -- uvx mnemograph==0.5.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.10.3 --- ## Kubit URL: https://mcp-marketplace.io/server/ai-kubit-mcp-server Summary: Bring Kubit into your AI workflow — query your warehouse with natural language Description: Bring Kubit into your AI workflow — query your warehouse with natural language Remote endpoints: streamable-http: https://mcp.kubit.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.kubit.ai/mcp GitHub: https://github.com/Kubit-AI/mcp-server Security Score: 10/10 Creator: Kubit AI Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-kubit-mcp-server https://mcp.kubit.ai/mcp --- ## Screaming Frog URL: https://mcp-marketplace.io/server/io-github-bzsasson-screaming-frog-mcp Summary: Crawl websites, export SEO data, and manage crawls via Screaming Frog SEO Spider. Category: Security Mode: local Pricing: Free PyPI: screaming-frog-mcp GitHub: https://github.com/bzsasson/screaming-frog-mcp Security Score: 10/10 Creator: bzsasson Version: 0.1.0 Required Credentials: SF_CLI_PATH (optional) Install (Claude Code): claude mcp add io-github-bzsasson-screaming-frog-mcp -- uvx screaming-frog-mcp==0.1.0 --- ## 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: C+ 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: C+ 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 --- ## Atlassian URL: https://mcp-marketplace.io/server/com-atlassian-atlassian-mcp-server Summary: Atlassian Rovo MCP Server Description: Atlassian Rovo MCP Server Remote endpoints: streamable-http: https://mcp.atlassian.com/v1/mcp sse: https://mcp.atlassian.com/v1/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.atlassian.com/v1/sse GitHub: https://github.com/atlassian/atlassian-mcp-server Security Score: 10/10 Creator: Atlassian Creator Reputation: C+ Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http com-atlassian-atlassian-mcp-server https://mcp.atlassian.com/v1/sse --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-marshally-mcp-refactoring -- uvx mcp-refactoring==0.1.2 --- ## 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: C+ 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: C+ 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 --- ## RagScore URL: https://mcp-marketplace.io/server/io-github-hzyai-ragscore Summary: Generate QA datasets & evaluate RAG systems. Privacy-first, any LLM, local or cloud. Category: AI & ML Mode: local Pricing: Free PyPI: ragscore GitHub: https://github.com/HZYAI/RagScore Security Score: 5.8/10 Creator: HZYAI Creator Reputation: C+ Version: 0.6.10 Required Credentials: OPENAI_API_KEY (required), ANTHROPIC_API_KEY (required) Install (Claude Code): claude mcp add io-github-hzyai-ragscore -- uvx ragscore==0.8.2 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-emailens-mcp Summary: Email compatibility analysis across 15 clients — preview, audit, fix, diff, deliverability. Description: Email compatibility analysis across 15 clients — preview, audit, fix, diff, deliverability. Remote endpoints: streamable-http: https://emailens.dev/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @emailens/mcp Remote URL: https://emailens.dev/api/mcp GitHub: https://github.com/emailens/mcp Security Score: 6.9/10 Creator: Emailens Creator Reputation: C+ Version: 0.4.1 Required Credentials: EMAILENS_API_KEY (required) Install (Claude Code): claude mcp add io-github-emailens-mcp -- npx -y @emailens/mcp@0.4.1 Install (Claude Code Remote): claude mcp add --transport http io-github-emailens-mcp https://emailens.dev/api/mcp --- ## Japan Ux URL: https://mcp-marketplace.io/server/io-github-mrslbt-japan-ux Summary: MCP for building Japan-native websites with AI. Category: Developer Tools Mode: local Pricing: Free npm: japan-ux-mcp GitHub: https://github.com/mrslbt/japan-ux-mcp Security Score: 10/10 Creator: User Creator Reputation: D Version: 1.0.2 Install (Claude Code): claude mcp add io-github-mrslbt-japan-ux -- npx -y japan-ux-mcp@1.0.3 --- ## 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: C+ 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 --- ## Marmot URL: https://mcp-marketplace.io/server/io-github-marmotdata-marmot Summary: Open-source data catalog. Search assets, explore lineage, and find ownership. Description: Open-source data catalog. Search assets, explore lineage, and find ownership. Remote endpoints: streamable-http: https://{marmot_host}/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://{marmot_host}/api/v1/mcp GitHub: https://github.com/marmotdata/marmot Security Score: 9.9/10 Creator: Marmotdata Creator Reputation: C+ Version: 0.8.6 Install (Claude Code Remote): claude mcp add --transport http io-github-marmotdata-marmot 'https://{marmot_host}/api/v1/mcp' --- ## Time URL: https://mcp-marketplace.io/server/io-github-lchinglen-time-mcp-server Summary: MCP server for timezone conversions and time queries with support for IANA timezones Category: Developer Tools Mode: local Pricing: Free PyPI: lchinglen-time-mcp-server GitHub: https://github.com/lchinglen/time-mcp-server Security Score: 9.5/10 Creator: Lchinglen Creator Reputation: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-lchinglen-time-mcp-server -- uvx lchinglen-time-mcp-server==1.0.3 --- ## 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 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-hud-housing https://mcp.olyport.com/hud-housing/mcp --- ## Dsers Mcp Product URL: https://mcp-marketplace.io/server/io-github-lofder-dsers-mcp-product Summary: AI-powered dropshipping: import products from AliExpress, Alibaba, Accio to Shopify & Wix — zero-pas Description: DSers MCP Product lets AI agents automate the entire DSers dropshipping workflow. Give your AI a product link from AliExpress, Alibaba, or Accio.com — it handles import, title cleanup, pricing rules, variant editing, and multi-store push to Shopify or Wix. One sentence, full automation. No passwords in config files. Run `npx @lofder/dsers-mcp-product login` once to authenticate via your browser — your credentials never touch this tool. The server is open-source, hosted on Vercel, and published Category: Business Tools Mode: dual Pricing: Free npm: @lofder/dsers-mcp-product Remote URL: https://ai.silentrillmcp.com/dropshipping/mcp GitHub: https://github.com/lofder/dsers-mcp-product Security Score: 10/10 Creator: lofder Creator Reputation: A- Version: 1.5.7 Tags: dsers, shopify, wix, aliexpress, alibaba, accio, dropshipping, ecommerce, product-import, mcp, ai-agent, bulk-import, pricing-rules, multi-store, seo, typescript, smithery, zero-password, safety-checks Use Cases: Zero-password browser login — no credentials in config files, session encrypted locally, Pre-push safety checks — blocks below-cost pricing, zero price, or zero stock before pushing, Import products from AliExpress, Alibaba, and Accio.com URLs, Accio.com integration: search products with AI, copy link, import — zero extra setup, Batch import: process multiple product URLs in a single call, Apply pricing rules: multiplier, fixed markup, or provider default, Edit product titles: add prefix/suffix, override, or clean AliExpress spam, Override product descriptions with custom HTML, Push to Shopify and Wix stores (single, batch, or multi-store), Toggle product visibility: draft or publish immediately, Auto-detect Shopify shipping profiles, Re-apply mode: update rules on existing imports without re-fetching from supplier, SEO optimization workflow: AI-rewrite titles and descriptions before push, **SKU-level supplier replacement**: swap a broken or out-of-stock supplier on an already-pushed product. Two paths — strict URL swap, or auto-discovery via reverse-image search + multi-factor candidate scoring (sku-matcher + image frequency + rating + price + stock + orders). Two-step preview/apply contract; apply atomically writes the mapping update and archives the displaced supplier into `mapping.pool[]` history., AliExpress global ID mapping (.us URLs auto-resolved), AliExpress authorization status detection with re-auth guidance, Structured AI-friendly error messages with {Error, Cause, Action}, Rate-limited API calls to prevent abuse, Input validation on all URLs (length, protocol, format) Required Credentials: DSERS_ENV (optional) Install (Claude Code): claude mcp add io-github-lofder-dsers-mcp-product -- npx -y @lofder/dsers-mcp-product@1.5.8 Install (Claude Code Remote): claude mcp add --transport http io-github-lofder-dsers-mcp-product https://ai.silentrillmcp.com/dropshipping/mcp --- ## 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: B 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Odsbox Jaquel URL: https://mcp-marketplace.io/server/io-github-totonga-odsbox-jaquel-mcp Summary: MCP server for ASAM ODS with Jaquel query tools, connection management, and data access Category: Developer Tools Mode: local Pricing: Free PyPI: odsbox-jaquel-mcp GitHub: https://github.com/totonga/odsbox-jaquel-mcp Security Score: 6.5/10 Creator: Totonga Creator Reputation: C+ Version: 1.7.3 Install (Claude Code): claude mcp add io-github-totonga-odsbox-jaquel-mcp -- uvx odsbox-jaquel-mcp==1.7.3 --- ## US Compliance URL: https://mcp-marketplace.io/server/eu-ansvar-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 Creator: Mortalus Creator Reputation: D Version: 1.2.5 Install (Claude Code): claude mcp add eu-ansvar-us-regulations-mcp -- npx -y @ansvar/us-regulations-mcp@1.3.0 --- ## Prowl URL: https://mcp-marketplace.io/server/chat-prowl-prowl-mcp Summary: AI competitive intelligence agent: 235+ tools for SEO, ads, funnels, reviews, pricing analysis. Description: AI competitive intelligence agent: 235+ tools for SEO, ads, funnels, reviews, pricing analysis. Remote endpoints: streamable-http: https://prowl.chat/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prowl.chat/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http chat-prowl-prowl-mcp https://prowl.chat/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: C+ 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 --- ## 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: C+ 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 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-bcra Summary: BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-bcra GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Install (Claude Code): claude mcp add io-github-codespar-mcp-bcra -- npx -y @codespar/mcp-bcra --- ## 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-taurgis-sfcc-dev-mcp -- npx -y sfcc-dev-mcp@1.1.0 --- ## Browser URL: https://mcp-marketplace.io/server/io-github-agent360dk-browser-mcp Summary: Control your real Chrome from Claude Code. 29 tools with CAPTCHA solving and multi-session. Category: Developer Tools Mode: local Pricing: Free npm: @agent360/browser-mcp GitHub: https://github.com/Agent360dk/browser-mcp Security Score: 9.5/10 Creator: Agent360dk Creator Reputation: C+ Version: 1.16.1 Install (Claude Code): claude mcp add io-github-agent360dk-browser-mcp -- npx -y @agent360/browser-mcp@1.16.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.0.4 Install (Claude Code): claude mcp add io-github-ivanrublev-keyphrases-mcp -- uvx keyphrases-mcp==0.0.4 --- ## Auto Mobile URL: https://mcp-marketplace.io/server/dev-jasonpearson-auto-mobile Summary: Mobile device interaction automation via MCP Category: Developer Tools Mode: local Pricing: Free npm: @kaeawc/auto-mobile GitHub: https://github.com/kaeawc/auto-mobile Security Score: 8/10 Creator: Kaeawc Creator Reputation: C+ Version: 0.0.13 Install (Claude Code): claude mcp add dev-jasonpearson-auto-mobile -- npx -y @kaeawc/auto-mobile@0.0.18 --- ## Fattura Elettronica It URL: https://mcp-marketplace.io/server/io-github-cmendezs-mcp-fattura-elettronica-it Summary: Italian e-invoicing: FatturaPA XML/SDI v1.6.1, 21 MCP tools for B2B and B2G. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-fattura-elettronica-it GitHub: https://github.com/cmendezs/mcp-fattura-elettronica-it Security Score: 4.5/10 Creator: Cmendezs Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-cmendezs-mcp-fattura-elettronica-it -- uvx mcp-fattura-elettronica-it==0.2.0 --- ## Dns URL: https://mcp-marketplace.io/server/io-github-mclose-dns-mcp Summary: Real-time DNS security analysis — DNSSEC, email auth, and RDAP. Built for SOC investigations. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/mclose/dns-mcp Security Score: 7.5/10 Creator: Mclose Creator Reputation: C+ Version: 1.3.4 --- ## Humane Proxy URL: https://mcp-marketplace.io/server/io-github-vishisht16-humane-proxy Summary: AI safety middleware — detects self-harm and criminal intent in LLM prompts. Category: Developer Tools Mode: local Pricing: Free PyPI: humane-proxy GitHub: https://github.com/Vishisht16/Humane-Proxy Security Score: 10/10 Rating: 5/5 Installs: 2 Creator: Vishisht16 Creator Reputation: B Version: 0.4.0 Required Credentials: OPENAI_API_KEY (required), GROQ_API_KEY (required) Install (Claude Code): claude mcp add io-github-vishisht16-humane-proxy -- uvx humane-proxy==0.4.0 --- ## Domainkits URL: https://mcp-marketplace.io/server/io-github-abtdomain-domainkits-mcp Summary: Domain intelligence platform that turns your LLM into a professional domain consultant. Description: Domain intelligence platform that turns your LLM into a professional domain consultant. Remote endpoints: streamable-http: https://api.domainkits.com/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.domainkits.com/v1/mcp GitHub: https://github.com/ABTdomain/domainkits-mcp MCP Tools (41): nrds, aged, expired, deleted, ns_reverse, active, unregistered_ai, domain_changes, dns, whois, safety, tld_check, market_price, backlink_summary, keyword_data, available, set_monitor, get_monitors, update_monitor, delete_monitor, set_strategy, get_strategies, update_strategy, delete_strategy, tld_trends, keywords_trends, tld_rank, price, bulk_tld, bulk_available, brand_match, trend_hunter, expired_analysis, plan_b, analyze, domain_generator, name_advisor, valuation_cma, get_preferences, set_preferences, delete_preferences Security Score: 10/10 Creator: ABTdomain Creator Reputation: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-abtdomain-domainkits-mcp https://api.domainkits.com/v1/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-chadbot0x-apiforchads https://mcp.apiforchads.com/mcp --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-node-hardware-mcp Summary: Node Hardware MCP - Comprehensive Hardware Monitoring and System Analysis for LLMs with... 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-node-hardware-mcp -- uvx clio-kit==2.1.2 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-apiiro-guardian-agent https://mcp.apiiro.com/mcp --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-adios-mcp Summary: Fetch and analyze BP5 data files using ADIOS2 for scientific data and metadata access. 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-adios-mcp -- uvx clio-kit==2.1.2 --- ## 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: D 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: C+ 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 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-conekta Summary: Conekta — Mexican payment gateway (cards, OXXO cash, SPEI) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-conekta GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: CONEKTA_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-conekta -- npx -y @codespar/mcp-conekta --- ## Orbis URL: https://mcp-marketplace.io/server/io-github-orbisapi-orbis-mcp Summary: 1,000+ APIs for AI agents via x402 USDC micropayments on Base. $0.01/call, no signup. Category: Developer Tools Mode: local Pricing: Free npm: @orbisapi/mcp GitHub: https://github.com/OrbisAPI/orbis-mcp Security Score: 8/10 Creator: OrbisAPI Creator Reputation: C+ Version: 1.0.3 Required Credentials: ORBIS_KEY (required) Install (Claude Code): claude mcp add io-github-orbisapi-orbis-mcp -- npx -y @orbisapi/mcp@1.0.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Facture Electronique Fr URL: https://mcp-marketplace.io/server/io-github-cmendezs-mcp-facture-electronique-fr Summary: MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-facture-electronique-fr GitHub: https://github.com/cmendezs/mcp-facture-electronique-fr Security Score: 4.5/10 Creator: Cmendezs Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-cmendezs-mcp-facture-electronique-fr -- uvx mcp-facture-electronique-fr==0.2.0 --- ## 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.7.0 Install (Claude Code): claude mcp add io-github-codeturion-codesurface -- uvx codesurface==0.7.0 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-teres-booking https://api.teres.io/mcp --- ## Seedream URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-seedream-pro Summary: MCP server for ByteDance Seedream AI image generation Description: MCP server for ByteDance Seedream AI image generation Remote endpoints: streamable-http: https://seedream.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-seedream-pro Remote URL: https://seedream.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/SeedreamMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.18.0 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-seedream-pro -- uvx mcp-seedream-pro==2026.4.18.0 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-seedream-pro https://seedream.mcp.acedata.cloud/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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-timestamp-forge-mcp -- npx -y timestamp-forge-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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-eesier-prospecting https://mcp.eesier.com --- ## Gemini URL: https://mcp-marketplace.io/server/io-github-houtini-ai-gemini Summary: Model Context Protocol server for Google Gemini AI with chat, research, and grounding Category: AI & ML Mode: local Pricing: Free npm: @houtini/gemini-mcp GitHub: https://github.com/houtini-ai/gemini-mcp Security Score: 9.8/10 Creator: Houtini Ai Creator Reputation: C+ Version: 1.4.2 Required Credentials: GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-houtini-ai-gemini -- npx -y @houtini/gemini-mcp@2.4.0 --- ## 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: C+ 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: C+ Version: 60.0.0 Install (Claude Code Remote): claude mcp add --transport http tax-zip-ziptax https://mcp.zip-tax.com/sse --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-valid-valid https://mcp.valid.co/mcp --- ## Mobile Device URL: https://mcp-marketplace.io/server/io-github-srmorete-mobile-device-mcp Summary: Control iOS and Android devices with multi-device and seamless Native/WebView support. Category: Developer Tools Mode: local Pricing: Free npm: @srmorete/mobile-device-mcp GitHub: https://github.com/srmorete/mobile-device-mcp Security Score: 7/10 Creator: Srmorete Creator Reputation: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-srmorete-mobile-device-mcp -- npx -y @srmorete/mobile-device-mcp@0.1.4 --- ## Dynatrace Managed URL: https://mcp-marketplace.io/server/io-github-dynatrace-oss-dynatrace-managed-mcp Summary: MCP server for Dynatrace Managed to access logs, events, and metrics. Category: Developer Tools Mode: local Pricing: Free npm: @dynatrace-oss/dynatrace-managed-mcp-server GitHub: https://github.com/dynatrace-oss/dynatrace-managed-mcp Security Score: 0.8/10 Creator: Dynatrace Oss Creator Reputation: C+ Version: 0.5.3 Required Credentials: DT_ENVIRONMENT_CONFIGS (optional), LOG_LEVEL (optional), DT_MCP_DISABLE_TELEMETRY (optional) Install (Claude Code): claude mcp add io-github-dynatrace-oss-dynatrace-managed-mcp -- npx -y @dynatrace-oss/dynatrace-managed-mcp-server@0.5.7 --- ## Searchshopai URL: https://mcp-marketplace.io/server/ai-searchshop-www-la-luer Summary: Search, compare, and purchase La Luer microcurrent facial devices and skincare products. Description: Search, compare, and purchase La Luer microcurrent facial devices and skincare products. Remote endpoints: streamable-http: https://searchshopai-mcp.fly.dev/mcp/la-luer Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://searchshopai-mcp.fly.dev/mcp/la-luer 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-searchshop-www-la-luer https://searchshopai-mcp.fly.dev/mcp/la-luer --- ## Mesquared URL: https://mcp-marketplace.io/server/io-github-rmach816-mesquared-mcp-server Summary: AI visibility scans for business websites with scores, issues, and a full-scan link. Description: AI visibility scans for business websites with scores, issues, and a full-scan link. Remote endpoints: streamable-http: https://mesquared-mcp-server.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mesquared-mcp-server.vercel.app/mcp MCP Tools (2): scan_visibility, compare_visibility Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-rmach816-mesquared-mcp-server https://mesquared-mcp-server.vercel.app/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: C+ Version: 0.4.6 Install (Claude Code): claude mcp add io-github-dr12hes-engrm -- npx -y engrm@0.4.43 --- ## Elecz Api URL: https://mcp-marketplace.io/server/io-github-zemloai-ctrl-elecz Summary: Real-time electricity price signals for AI agents. 31 countries, no authentication. Description: Elecz is the single source of truth for electricity prices, cheapest hours, and contract savings across Europe and Oceania. Built for AI agents, home automation, and EV charging. Three MCP tools turn complex market data into actionable signals without any preprocessing: - **spot_price** — real-time wholesale spot price in local currency (EUR, GBP, SEK, NOK, DKK, AUD, NZD) - **cheapest_hours** — cheapest hours next 24h with current-hour context: is now cheap? hours until next cheap slot? when d Category: Data & Analytics Mode: remote Pricing: Free Remote URL: https://elecz.com/mcp GitHub: https://github.com/zemloai-ctrl/elecz-api MCP Tools (3): spot_price, cheapest_hours, best_energy_contract Security Score: 10/10 Rating: 5/5 Installs: 2 Creator: Elecz Version: 1.9.2 Tags: electricity, energy, spot-price, nordic, europe, finland, sweden, norway, denmark, germany, uk, australia, new-zealand, home-automation, ev-charging, energy-optimization, price-signal, mcp, automation, smart-home Use Cases: EV charging optimization, Home automation, Appliance scheduling, Electricity contract comparison, Energy cost savings, Smart home integration, Batch workload scheduling Install (Claude Code Remote): claude mcp add --transport http io-github-zemloai-ctrl-elecz https://elecz.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Tokennuke URL: https://mcp-marketplace.io/server/io-github-bigjai-tokennuke Summary: Code indexing MCP: 15 tools, 10 languages, hybrid search, call graphs, O(1) retrieval. Category: Developer Tools Mode: local Pricing: Free PyPI: tokennuke GitHub: https://github.com/BigJai/tokennuke Security Score: 10/10 Creator: BigJai Creator Reputation: C+ Version: 1.3.0 Install (Claude Code): claude mcp add io-github-bigjai-tokennuke -- uvx tokennuke==1.3.0 --- ## Local Services URL: https://mcp-marketplace.io/server/io-github-localprodev-local-services Summary: Verified US local service provider data across trades. Ratings, services, pricing. Description: Verified US local service provider data across trades. Ratings, services, pricing. Remote endpoints: streamable-http: https://mcp.localpro.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.localpro.dev/mcp GitHub: https://github.com/LocalProDev/mcp-server Security Score: 5.5/10 Creator: LocalProDev Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-localprodev-local-services https://mcp.localpro.dev/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-sunrisesunset https://gateway.pipeworx.io/sunrisesunset/mcp --- ## Pdf URL: https://mcp-marketplace.io/server/io-github-jztan-pdf-mcp Summary: Production-ready MCP server for PDF processing with intelligent caching. Category: Developer Tools Mode: local Pricing: Free PyPI: pdf-mcp GitHub: https://github.com/jztan/pdf-mcp Security Score: 6.3/10 Creator: Jztan Creator Reputation: C+ Version: 1.9.0 Required Credentials: PDF_MCP_CACHE_DIR (optional), PDF_MCP_CACHE_TTL (optional) Install (Claude Code): claude mcp add io-github-jztan-pdf-mcp -- uvx pdf-mcp==1.9.0 --- ## 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: C+ 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 --- ## Dashboards URL: https://mcp-marketplace.io/server/io-github-kyurish-mcp-dashboards Summary: 45+ interactive charts, dashboards, and KPIs inside any AI conversation Category: Developer Tools Mode: local Pricing: Free npm: mcp-dashboards GitHub: https://github.com/KyuRish/mcp-dashboards Security Score: 8.1/10 Creator: KyuRish Creator Reputation: C+ Version: 2.1.0 Install (Claude Code): claude mcp add io-github-kyurish-mcp-dashboards -- npx -y mcp-dashboards@2.1.0 --- ## 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: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-andylbrummer-quantum-mcp -- uvx scicomp-quantum-mcp --- ## 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: C+ Version: 0.1.5 Required Credentials: XENARCH_PRIVATE_KEY (required), XENARCH_RPC_URL (optional), XENARCH_NETWORK (optional), XENARCH_AUTO_APPROVE_MAX (optional), PORT (optional), TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-xenarch-ai-xenarch-mcp -- npx -y @xenarch/agent-mcp --- ## EU Compliance URL: https://mcp-marketplace.io/server/eu-ansvar-eu-regulations-mcp Summary: Query 49 EU regulations (GDPR, NIS2, DORA, AI Act, CRA) with full-text search 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: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-eu-regulations-mcp -- npx -y @ansvar/eu-regulations-mcp@1.1.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 2.3.0 Install (Claude Code): claude mcp add io-github-vikrantsingh01-adaptive-cards-mcp -- npx -y adaptive-cards-mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-psycopg2 -- uvx mcp-psycopg2==0.1.0 --- ## Axint URL: https://mcp-marketplace.io/server/io-github-agenticempire-axint Summary: Compile TypeScript or Python to native Swift — App Intents, SwiftUI, WidgetKit, and full apps. Description: Compile TypeScript or Python to native Swift — App Intents, SwiftUI, WidgetKit, and full apps. Remote endpoints: streamable-http: https://mcp.axint.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @axintai/compiler PyPI: axintai Remote URL: https://mcp.axint.ai/mcp GitHub: https://github.com/agenticempire/axint Security Score: 6.7/10 Creator: Agenticempire Creator Reputation: C+ Version: 0.3.4 Install (Claude Code): claude mcp add io-github-agenticempire-axint -- npx -y @axintai/compiler Install (Claude Code Remote): claude mcp add --transport http io-github-agenticempire-axint https://mcp.axint.ai/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: C+ 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: C+ 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 --- ## Local Mcp Releases URL: https://mcp-marketplace.io/server/com-local-mcp-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: 10/10 Creator: Lanchuske Creator Reputation: C+ Version: 3.0.66 Install (Claude Code): claude mcp add com-local-mcp-local-mcp -- npx -y local-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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Sequenzy URL: https://mcp-marketplace.io/server/io-github-polnikale-sequenzy-mcp Summary: AI-powered email marketing automation. Manage subscribers, campaigns, and sequences. Category: Developer Tools Mode: local Pricing: Free npm: @sequenzy/mcp GitHub: https://github.com/sequenzy/mcp Security Score: 7/10 Creator: Sequenzy Creator Reputation: C+ Version: 0.0.6 Required Credentials: SEQUENZY_API_KEY (required) Install (Claude Code): claude mcp add io-github-polnikale-sequenzy-mcp -- npx -y @sequenzy/mcp@0.0.14 --- ## 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 --- ## X Twitter Scraper URL: https://mcp-marketplace.io/server/com-xquik-mcp Summary: Real-time X (Twitter) data: 120+ API endpoints, search, bulk extraction, writes Description: Real-time X (Twitter) data: 120+ API endpoints, search, bulk extraction, writes 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 Creator: Xquik Dev Creator Reputation: C+ Version: 2.1.0 Install (Claude Code Remote): claude mcp add --transport http com-xquik-mcp https://xquik.com/mcp --- ## Proof Of Commitment URL: https://mcp-marketplace.io/server/io-github-piiiico-proof-of-commitment Summary: Behavioral trust scoring: domains, GitHub repos, npm, PyPI packages. Description: Behavioral trust scoring: domains, GitHub repos, npm, PyPI packages. Remote endpoints: streamable-http: https://poc-backend.amdal-dev.workers.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://poc-backend.amdal-dev.workers.dev/mcp GitHub: https://github.com/piiiico/proof-of-commitment MCP Tools (6): query_commitment, lookup_business, lookup_business_by_org, lookup_github_repo, lookup_npm_package, lookup_pypi_package Security Score: 9.5/10 Creator: Piiiico Creator Reputation: C+ Version: 0.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-piiiico-proof-of-commitment https://poc-backend.amdal-dev.workers.dev/mcp --- ## 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: C+ 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: C+ Version: 1.0.0 --- ## Ssh Tool URL: https://mcp-marketplace.io/server/io-github-oaslananka-mcp-ssh-tool Summary: Model Context Protocol (MCP) SSH client server for remote automation. Category: Developer Tools Mode: local Pricing: Free npm: mcp-ssh-tool GitHub: https://github.com/oaslananka/mcp-ssh-tool Security Score: 10/10 Creator: Oaslananka Creator Reputation: C+ Version: 1.3.5 Install (Claude Code): claude mcp add io-github-oaslananka-mcp-ssh-tool -- npx -y mcp-ssh-tool@1.3.5 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Socializioz Chatgpt URL: https://mcp-marketplace.io/server/io-github-ruyaacapital-admin-socializioz-chatgpt-mcp Summary: Thin remote MCP server for Socializioz phase-1 ChatGPT workflows. Description: Thin remote MCP server for Socializioz phase-1 ChatGPT workflows. Remote endpoints: streamable-http: https://mcp.socializioz.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.socializioz.com/mcp GitHub: https://github.com/RuyaaCapital-admin/socializioz-chatgpt-mcp Security Score: 8/10 Creator: RuyaaCapital Admin Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ruyaacapital-admin-socializioz-chatgpt-mcp https://mcp.socializioz.com/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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-server-find -- uvx mcp-server-find==0.1.0 --- ## 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-adonaivera-fiftyone-mcp-server -- uvx fiftyone-mcp-server==0.1.10 --- ## Bcb Br URL: https://mcp-marketplace.io/server/io-github-sidneybissoli-bcb-br-mcp Summary: MCP Server for Brazilian Central Bank Time Series (SGS/BCB) - Economic and Financial Data Category: Security Mode: local Pricing: Free npm: bcb-br-mcp GitHub: https://github.com/SidneyBissoli/bcb-br-mcp Security Score: 8.3/10 Creator: SidneyBissoli Creator Reputation: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-sidneybissoli-bcb-br-mcp -- npx -y bcb-br-mcp@1.2.1 --- ## 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: C+ Version: 0.9.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.4.33 Install (Claude Code Remote): claude mcp add --transport http com-balladic-mcp https://mcp.balladic.com/mcp --- ## 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: C+ Version: 0.0.91 Install (Claude Code): claude mcp add io-github-mcpower-security-mcpower-proxy -- uvx mcpower-proxy --- ## Fhirfly URL: https://mcp-marketplace.io/server/io-fhirfly-mcp-server Summary: Healthcare data: drugs, providers, diagnoses, labs, vaccines, claims, and Medicaid endpoints. Category: Developer Tools Mode: local Pricing: Free npm: @fhirfly-io/mcp-server GitHub: https://github.com/FHIRfly-io/fhirfly-mcp-server Security Score: 10/10 Creator: FHIRfly Io Creator Reputation: C+ Version: 0.4.0 Required Credentials: FHIRFLY_API_KEY (required) Install (Claude Code): claude mcp add io-fhirfly-mcp-server -- npx -y @fhirfly-io/mcp-server@0.9.0 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: 7/10 Creator: Pythia The Oracle Creator Reputation: C+ Version: 0.6.1 Install (Claude Code): claude mcp add io-github-pythia-the-oracle-pythia-oracle-mcp -- uvx pythia-oracle-mcp==0.6.1 --- ## 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: C+ 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: C+ 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 --- ## Caselaw Repo 1 URL: https://mcp-marketplace.io/server/ch-opencaselaw-swiss-caselaw Summary: 956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT) Description: 956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT) Remote endpoints: sse: https://mcp.opencaselaw.ch Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.opencaselaw.ch GitHub: https://github.com/jonashertner/caselaw-repo-1 Security Score: 4.5/10 Creator: Jonashertner Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-opencaselaw-swiss-caselaw https://mcp.opencaselaw.ch --- ## 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: C+ 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: C+ 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: C+ Version: 1.2.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Required Credentials: MCP_CUSTOM_PROMPTS (optional), MCP_PROMPTS_LOCAL (optional), MCP_PROMPTS_PATH (optional), MCP_PROMPTS_MODULE (optional) --- ## 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: 9/10 Creator: Piers Fawkes Creator Reputation: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-recon-ng -- uvx mcp-recon-ng==0.1.0 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-zhowe-designs-tracklix-mcp -- npx -y tracklix-mcp@0.1.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 --- ## Toolbox URL: https://mcp-marketplace.io/server/io-github-lastmanupinc-hub-axis-toolbox Summary: Generate AGENTS.md, AP2 compliance docs, checkout rules, debug playbook & MCP configs from any repo. Description: Generate AGENTS.md, AP2 compliance docs, checkout rules, debug playbook & MCP configs from any repo. Remote endpoints: streamable-http: https://axis-api-6c7z.onrender.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://axis-api-6c7z.onrender.com/mcp GitHub: https://github.com/lastmanupinc-hub/Toolbox MCP Tools (7): analyze_repo, analyze_files, list_programs, get_snapshot, get_artifact, prepare_for_agentic_purchasing, search_and_discover_tools Security Score: 8/10 Creator: Lastmanupinc Hub Creator Reputation: C+ Version: 0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lastmanupinc-hub-axis-toolbox https://axis-api-6c7z.onrender.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-cloudflare-mcp-mcp https://graphql.mcp.cloudflare.com/sse --- ## Kling URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-kling Summary: MCP server for Kling AI video generation Description: MCP server for Kling AI video generation Remote endpoints: streamable-http: https://kling.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-kling Remote URL: https://kling.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/KlingMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.18.0 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-kling -- uvx mcp-kling==2026.4.18.0 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-kling https://kling.mcp.acedata.cloud/mcp --- ## Whoop URL: https://mcp-marketplace.io/server/io-github-shashankswe2020-ux-whoop Summary: MCP server for WHOOP health data — recovery, sleep, workouts, cycles, and more. Category: Developer Tools Mode: local Pricing: Free npm: whoop-ai-mcp GitHub: https://github.com/shashankswe2020-ux/whoop-mcp Security Score: 7/10 Creator: Shashankswe2020 Ux Creator Reputation: C+ Version: 0.2.1 Required Credentials: WHOOP_CLIENT_ID (required), WHOOP_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-shashankswe2020-ux-whoop -- npx -y whoop-ai-mcp@0.2.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: C+ 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: C+ 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/ --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gingiris-analook https://www.analook.com/mcp --- ## Expo Android URL: https://mcp-marketplace.io/server/io-github-frndchagas-expo-android Summary: MCP server for Android emulator automation via ADB. Category: Developer Tools Mode: local Pricing: Free npm: @fndchagas/expo-android GitHub: https://github.com/frndchagas/expo-android Security Score: 8.3/10 Creator: Fernando Chagas Creator Reputation: D Version: 0.2.1 Required Credentials: ADB_PATH (optional), ADB_SERIAL (optional), ADB_TIMEOUT_MS (optional), ADB_MAX_BUFFER_MB (optional), ADB_DEBUG (optional), MCP_TRANSPORT (optional), PORT (optional) Install (Claude Code): claude mcp add io-github-frndchagas-expo-android -- npx -y @fndchagas/expo-android@0.2.1 --- ## 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: C+ 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: C+ 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: F 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: C+ 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 --- ## Fmp URL: https://mcp-marketplace.io/server/io-github-houtini-ai-fmp Summary: Access financial data and market information via Financial Modeling Prep API Category: Developer Tools Mode: local Pricing: Free npm: @houtini/fmp-mcp GitHub: https://github.com/houtini-ai/fmp-mcp Security Score: 10/10 Creator: Houtini Ai Creator Reputation: C+ Version: 1.1.3 Required Credentials: FMP_API_KEY (required) Install (Claude Code): claude mcp add io-github-houtini-ai-fmp -- npx -y @houtini/fmp-mcp@1.1.7 --- ## 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: D 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tdavidson-mcp-hemrock https://mcp.hemrock.com/mcp --- ## Psquare URL: https://mcp-marketplace.io/server/io-github-thehesiod-psquare Summary: MCP server for ParentSquare school-parent communication platform Category: Developer Tools Mode: local Pricing: Free PyPI: parentsquare-mcp GitHub: https://github.com/thehesiod/psquare-mcp Security Score: 9/10 Creator: Thehesiod Creator Reputation: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-thehesiod-psquare -- uvx parentsquare-mcp==0.1.6 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-pymetasploit3 -- uvx mcp-pymetasploit3==0.1.1 --- ## Sverklo URL: https://mcp-marketplace.io/server/io-github-sverklo-sverklo Summary: Local-first code intelligence MCP. Semantic search, impact analysis, diff review, memory. Category: Developer Tools Mode: local Pricing: Free npm: sverklo GitHub: https://github.com/sverklo/sverklo Security Score: 7/10 Creator: Sverklo Creator Reputation: C+ Version: 0.8.1 Install (Claude Code): claude mcp add io-github-sverklo-sverklo -- npx -y sverklo@0.12.5 --- ## Postfast URL: https://mcp-marketplace.io/server/io-github-peturgeorgievv-factory-postfast-mcp Summary: MCP server for the PostFast API — schedule and manage social media posts via AI tools Category: Developer Tools Mode: local Pricing: Free npm: postfast-mcp GitHub: https://github.com/peturgeorgievv-factory/postfast-mcp Security Score: 7/10 Creator: Петър Георгиев Creator Reputation: F Version: 0.1.3 Required Credentials: POSTFAST_API_KEY (required) Install (Claude Code): claude mcp add io-github-peturgeorgievv-factory-postfast-mcp -- npx -y postfast-mcp@0.1.12 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Bitrise URL: https://mcp-marketplace.io/server/io-github-bitrise-io-bitrise-mcp Summary: MCP Server for Bitrise, enabling app management, build operations, artifact management, and more. Description: MCP Server for Bitrise, enabling app management, build operations, artifact management, and more. Remote endpoints: streamable-http: https://mcp.bitrise.io/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.bitrise.io/ GitHub: https://github.com/bitrise-io/bitrise-mcp MCP Tools (67): abort_build, abort_pipeline, add_member_to_group, add_testers_to_tester_group, create_connected_app, create_outgoing_webhook, create_tester_group, create_workspace_group, delete_all_cache_items, delete_app, delete_artifact, delete_cache_item, delete_outgoing_webhook, finish_bitrise_app, generate_installable_artifact_upload_url, get_app, get_artifact, get_bitrise_yml, get_build, get_build_bitrise_yml, get_build_log, get_build_steps, get_cache_item_download_url, get_connected_app, get_installable_artifact_upload_and_proc_status, get_pipeline, get_potential_testers, get_tester_group, get_testers, get_workspace, get_workspace_groups, get_workspace_members, invite_member_to_workspace, list_apps, list_artifacts, list_available_stacks, list_branches, list_build_distribution_version_test_builds, list_build_distribution_versions, list_build_workflows, list_builds, list_cache_items, list_connected_apps, list_group_roles, list_installable_artifacts, list_outgoing_webhooks, list_pipelines, list_tester_groups, list_workspaces, me, notify_tester_group, rebuild_pipeline, register_app, register_ssh_key, register_webhook, replace_group_roles, set_installable_artifact_public_install_page, step_inputs, step_search, trigger_bitrise_build, update_app, update_artifact, update_bitrise_yml, update_connected_app, update_outgoing_webhook, update_tester_group, validate_bitrise_yml Security Score: 9/10 Creator: Bitrise Io Creator Reputation: C+ Version: v2.4.1 Install (Claude Code Remote): claude mcp add --transport http io-github-bitrise-io-bitrise-mcp https://mcp.bitrise.io/ --- ## 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: C+ 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: C+ 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 --- ## Filesystem Context URL: https://mcp-marketplace.io/server/io-github-j0hanz-filesystem-context Summary: 🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis Category: File & Storage Mode: local Pricing: Free npm: @j0hanz/filesystem-context-mcp GitHub: https://github.com/j0hanz/filesystem-context-mcp-server Security Score: 10/10 Creator: J0hanz Creator Reputation: C+ Version: 1.0.9 Install (Claude Code): claude mcp add io-github-j0hanz-filesystem-context -- npx -y @j0hanz/filesystem-context-mcp --- ## Registrum URL: https://mcp-marketplace.io/server/io-github-vdmeu-registrum-mcp Summary: Search UK companies, get financials, directors, and networks via the Registrum Companies House API. Category: Developer Tools Mode: local Pricing: Free npm: @registrum/mcp GitHub: https://github.com/vdmeu/registrum-mcp Security Score: 7/10 Creator: Vdmeu Creator Reputation: C+ Version: 1.0.2 Required Credentials: REGISTRUM_API_KEY (required) Install (Claude Code): claude mcp add io-github-vdmeu-registrum-mcp -- npx -y @registrum/mcp@1.2.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.4.4 Install (Claude Code): claude mcp add io-github-lyellr88-buddy-mcp -- npx -y @lyellr88/buddy-mcp@1.4.4 --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-vibeads-mcp Summary: Talk to your Google Ads from Claude. 5 read-only tools for local service businesses. Category: Developer Tools Mode: local Pricing: Free npm: @vibeads/mcp GitHub: https://github.com/vibeads/mcp Security Score: 8/10 Creator: Vibeads Creator Reputation: C+ Version: 0.1.1 Required Credentials: VIBEADS_API_KEY (required) Install (Claude Code): claude mcp add io-github-vibeads-mcp -- npx -y @vibeads/mcp@0.1.1 --- ## 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: C+ Version: 2.0.2 Install (Claude Code): claude mcp add dev-augments-mcp -- uvx augments-mcp-server==2.0.5 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-animaapp-anima https://public-api.animaapp.com/v1/mcp --- ## 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: dual Pricing: Free Remote URL: https://invinoveritas.onrender.com/mcp GitHub: https://github.com/babyblueviper1/invinoveritas Security Score: 4.2/10 Creator: Babyblueviper1 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-babyblueviper1-invinoveritas https://invinoveritas.onrender.com/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ryudi84-seo-analyzer -- npx -y sovereign-seo-analyzer-mcp --- ## Chilean Law URL: https://mcp-marketplace.io/server/eu-ansvar-chilean-law-mcp Summary: Chilean legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/chilean-law-mcp GitHub: https://github.com/Ansvar-Systems/Chilean-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-chilean-law-mcp -- npx -y @ansvar/chilean-law-mcp@1.0.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: C+ Version: 0.1.6 --- ## 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: C+ 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 --- ## Gitlab Docs URL: https://mcp-marketplace.io/server/io-github-nunolima-gitlab-docs-mcp Summary: Searchable access to GitLab documentation from multiple repositories with full-text search. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/nunolima/gitlab-docs-mcp Security Score: 10/10 Creator: Nunolima Creator Reputation: C+ Version: 0.1.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-http -- npx -y @paretools/http --- ## Arm URL: https://mcp-marketplace.io/server/io-github-arm-arm-mcp Summary: Official Arm MCP server for code migration, optimization, and Arm architecture guidance Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/arm/mcp Security Score: 4.5/10 Creator: Arm Creator Reputation: C+ Version: 2.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-microsoft-microsoft-learn-mcp https://learn.microsoft.com/api/mcp --- ## Wan URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-wan Summary: MCP server for Wan AI video generation Description: MCP server for Wan AI video generation Remote endpoints: streamable-http: https://wan.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-wan Remote URL: https://wan.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/WanMCP Security Score: 7/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-wan -- uvx mcp-wan==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-wan https://wan.mcp.acedata.cloud/mcp --- ## Aurelianflo URL: https://mcp-marketplace.io/server/com-aurelianflo-core Summary: Remote MCP server for EDD memos, OFAC screening, Monte Carlo reports, and document output. Description: Remote MCP server for EDD memos, OFAC screening, Monte Carlo reports, and document output. 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 (9): server_capabilities, ofac_wallet_report, ofac_wallet_screen, batch_wallet_screen, edd_report, monte_carlo_report, monte_carlo_decision_report, report_pdf_generate, report_docx_generate Security Score: 10/10 Creator: Kelm2021 Creator Reputation: C+ Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http com-aurelianflo-core https://api.aurelianflo.com/mcp --- ## Bluecolumn URL: https://mcp-marketplace.io/server/io-github-bluecolumnconsulting-lgtm-bluecolumn-memory Summary: Persistent semantic memory API for AI agents via BlueColumn. Category: Developer Tools Mode: local Pricing: Free npm: bluecolumn-mcp GitHub: https://github.com/bluecolumnconsulting-lgtm/bluecolumn-mcp Security Score: 9/10 Creator: Bluecolumnconsulting Lgtm Creator Reputation: C+ Version: 1.0.1 Required Credentials: BLUECOLUMN_API_KEY (required) Install (Claude Code): claude mcp add io-github-bluecolumnconsulting-lgtm-bluecolumn-memory -- npx -y bluecolumn-mcp@1.0.1 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.0.1 Install (Claude Code Remote): claude mcp add --transport http tw-recur-mcp https://mcp.recur.tw/ --- ## Netintel URL: https://mcp-marketplace.io/server/io-github-kjgueye-netintel-mcp Summary: MCP server for NetIntel — DNS, SSL, WHOIS, email security, OSINT via x402 micropayments Category: Developer Tools Mode: local Pricing: Free npm: netintel-mcp GitHub: https://github.com/kjgueye/netintel-mcp Security Score: 7/10 Creator: Kjgueye Creator Reputation: C+ Version: 1.1.0 Required Credentials: EVM_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-kjgueye-netintel-mcp -- npx -y netintel-mcp@1.1.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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-holomodular-servicebricks https://servicebricks.com/api/mcp --- ## Openpaper URL: https://mcp-marketplace.io/server/io-github-federicodeponte-openpaper-mcp Summary: Generate academic papers with AI agents and verified citations via OpenPaper.dev Category: Education & Research Mode: local Pricing: Free PyPI: openpaper-mcp GitHub: https://github.com/federicodeponte/openpaper-mcp Security Score: 7/10 Creator: Federicodeponte Creator Reputation: C+ Version: 0.1.0 Required Credentials: OPENPAPER_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-federicodeponte-openpaper-mcp -- uvx openpaper-mcp==0.1.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-chrisbusbin-pixel-propfirmdealfinder -- npx -y propfirmdealfinder-mcp-server@1.0.4 --- ## Orca Lang URL: https://mcp-marketplace.io/server/io-github-jascal-orca-mcp-server Summary: Go from natural language to verified finite state machines — topology bugs caught before code runs. Category: Developer Tools Mode: local Pricing: Free npm: @orcalang/orca-mcp-server GitHub: https://github.com/jascal/orca-lang Security Score: 9.7/10 Creator: Jascal Creator Reputation: C+ Version: 0.1.27 Required Credentials: ANTHROPIC_API_KEY (required), ORCA_PROVIDER (optional), ORCA_MODEL (optional) Install (Claude Code): claude mcp add io-github-jascal-orca-mcp-server -- npx -y @orcalang/orca-mcp-server --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-git -- npx -y @paretools/git --- ## 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: C+ 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: C+ Version: 0.2.4 Install (Claude Code): claude mcp add io-github-alisaitteke-docker-mcp -- npx -y @alisaitteke/docker-mcp@0.2.4 --- ## Home Assistant MCP URL: https://mcp-marketplace.io/server/home-assistant-mcp Summary: The Unofficial and Awesome Home Assistant MCP Server Description: A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Home Assistant. Using natural language, control smart home devices, query states, execute services and manage your automations. Category: Other Mode: local Pricing: Free PyPI: ha-mcp GitHub: https://github.com/homeassistant-ai/ha-mcp Security Score: 10/10 Creator: User Creator Reputation: C- Version: 1.0.0 Install (Claude Code): claude mcp add home-assistant-mcp -- uvx ha-mcp==7.3.0 --- ## Google Analytics URL: https://mcp-marketplace.io/server/io-github-surendranb-google-analytics-mcp Summary: An MCP server that provides [describe what your server does] Category: Data & Analytics Mode: local Pricing: Free PyPI: google-analytics-mcp GitHub: https://github.com/surendranb/google-analytics-mcp Security Score: 7/10 Creator: Surendranb Creator Reputation: C+ Version: 1.0.0 Required Credentials: YOUR_API_KEY (required) Install (Claude Code): claude mcp add io-github-surendranb-google-analytics-mcp -- uvx google-analytics-mcp==2.0.1 --- ## 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: C+ 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 --- ## Mcp URL: https://mcp-marketplace.io/server/com-shipstatic-mcp Summary: Deploy static sites instantly from AI agents — no account required Category: Developer Tools Mode: local Pricing: Free npm: @shipstatic/mcp GitHub: https://github.com/shipstatic/mcp Security Score: 10/10 Creator: Shipstatic Creator Reputation: C+ Version: 0.4.5 Required Credentials: SHIP_API_KEY (required) Install (Claude Code): claude mcp add com-shipstatic-mcp -- npx -y @shipstatic/mcp@0.4.5 --- ## Malaysian Law URL: https://mcp-marketplace.io/server/eu-ansvar-malaysian-law-mcp Summary: Malaysian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/malaysian-law-mcp GitHub: https://github.com/Ansvar-Systems/malaysian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-malaysian-law-mcp -- npx -y @ansvar/malaysian-law-mcp@2.0.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-elemzir-kta-oracle https://kta-oracle.vercel.app/mcp --- ## Ckan URL: https://mcp-marketplace.io/server/io-github-aborruso-ckan-mcp-server Summary: MCP server for interacting with CKAN open data portals Category: Developer Tools Mode: local Pricing: Free npm: @aborruso/ckan-mcp-server GitHub: https://github.com/ondata/ckan-mcp-server Security Score: 5.6/10 Creator: Ondata Creator Reputation: C+ Version: 0.4.83 Install (Claude Code): claude mcp add io-github-aborruso-ckan-mcp-server -- npx -y @aborruso/ckan-mcp-server@0.4.99 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nba https://gateway.pipeworx.io/nba/mcp --- ## Signalfuse URL: https://mcp-marketplace.io/server/io-github-hypeprinter007-stack-signalfuse Summary: Fused crypto trading signals — sentiment, macro regime, and market structure in one call. Category: Developer Tools Mode: local Pricing: Free npm: signalfuse-mcp GitHub: https://github.com/hypeprinter007-stack/signalfuse-mcp Security Score: 8/10 Creator: Hypeprinter007 Stack Creator Reputation: C+ Version: 1.0.5 Required Credentials: SIGNALFUSE_CREDIT_TOKEN (required) Install (Claude Code): claude mcp add io-github-hypeprinter007-stack-signalfuse -- npx -y signalfuse-mcp@1.1.0 --- ## 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: C+ 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 --- ## 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: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-romanian-law-mcp -- npx -y @ansvar/romanian-law-mcp@1.0.0 --- ## 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: F 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-paypal https://gateway.pipeworx.io/paypal/mcp --- ## 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: C+ 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: C+ 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 --- ## Rendex URL: https://mcp-marketplace.io/server/io-github-copperline-labs-rendex-mcp Summary: Capture screenshots, generate PDFs, and render HTML to images. MCP-native for AI agents. Description: Capture screenshots, generate PDFs, and render HTML to images. MCP-native for AI agents. Remote endpoints: streamable-http: https://mcp.rendex.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @copperline/rendex-mcp Remote URL: https://mcp.rendex.dev/mcp GitHub: https://github.com/copperline-labs/rendex-mcp Security Score: 7/10 Creator: Copperline Labs Creator Reputation: C+ Version: 1.0.1 Required Credentials: RENDEX_API_KEY (required) Install (Claude Code): claude mcp add io-github-copperline-labs-rendex-mcp -- npx -y @copperline/rendex-mcp@1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-copperline-labs-rendex-mcp https://mcp.rendex.dev/mcp --- ## 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: C+ 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mcpsbom-sbom-mcp https://mcp.sbomapp.com/mcp --- ## 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: C+ 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 --- ## Ax Platform URL: https://mcp-marketplace.io/server/io-github-ax-platform-ax-platform Summary: The Resident Mind gateway. Persistent identity, shared context, workspace-wide AI. Description: The Resident Mind gateway. Persistent identity, shared context, workspace-wide AI. Remote endpoints: streamable-http: https://mcp.paxai.app/mcp/agents/user Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.paxai.app/mcp/agents/user GitHub: https://github.com/ax-platform/ax-platform-mcp Security Score: 10/10 Creator: Ax Platform Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ax-platform-ax-platform https://mcp.paxai.app/mcp/agents/user --- ## 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: C+ 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 --- ## Aiquila URL: https://mcp-marketplace.io/server/io-github-elgorro-aiquila-mcp Summary: Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools Category: Developer Tools Mode: local Pricing: Free npm: aiquila-mcp GitHub: https://github.com/elgorro/aiquila.git Security Score: 10/10 Creator: Elgorro Creator Reputation: C+ Version: 0.3.5 Required Credentials: NEXTCLOUD_URL (optional), NEXTCLOUD_USER (optional), NEXTCLOUD_PASSWORD (required) Install (Claude Code): claude mcp add io-github-elgorro-aiquila-mcp -- npx -y aiquila-mcp@0.3.5 --- ## Xcatcher Mcp Manifest URL: https://mcp-marketplace.io/server/io-github-lvpiggyqq-xcatcher Summary: High-throughput X/Twitter crawl via tasks; download XLSX; x402 USDC Base/Solana top-ups. Description: High-throughput X/Twitter crawl via tasks; download XLSX; x402 USDC Base/Solana top-ups. 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 Security Score: 10/10 Creator: Lvpiggyqq Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-github-lvpiggyqq-xcatcher https://xcatcher.top/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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 2.0.0 --- ## Npm Sentinel URL: https://mcp-marketplace.io/server/io-github-nekzus-npm-sentinel-mcp Summary: Advanced NPM analysis: Recursive security scanning, ecosystem awareness, and deep insights. Category: Security Mode: local Pricing: Free npm: @nekzus/mcp-server GitHub: https://github.com/Nekzus/npm-sentinel-mcp Security Score: 10/10 Creator: Nekzus Creator Reputation: C+ Version: 1.18.0 Install (Claude Code): claude mcp add io-github-nekzus-npm-sentinel-mcp -- npx -y @nekzus/mcp-server@1.18.0 --- ## Understanding Graph URL: https://mcp-marketplace.io/server/io-github-emergent-wisdom-understanding-graph Summary: Persistent reasoning memory for AI agents via typed cognitive nodes and supersedes edges. Category: Developer Tools Mode: local Pricing: Free npm: understanding-graph GitHub: https://github.com/emergent-wisdom/understanding-graph Security Score: 10/10 Creator: Emergent Wisdom Creator Reputation: C+ Version: 0.1.5 Install (Claude Code): claude mcp add io-github-emergent-wisdom-understanding-graph -- npx -y understanding-graph@0.1.27 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ryudi84-landing -- npx -y landing-forge-mcp --- ## Ulink URL: https://mcp-marketplace.io/server/io-github-flywheelstudio-ulink Summary: Deep linking for iOS, Android & Flutter. Firebase Dynamic Links alternative. Category: Developer Tools Mode: local Pricing: Free npm: @ulinkly/mcp-server GitHub: https://github.com/FlywheelStudio/ulink-mcp-server Security Score: 10/10 Creator: FlywheelStudio Creator Reputation: C+ Version: 0.1.15 Required Credentials: ULINK_API_KEY (required) Install (Claude Code): claude mcp add io-github-flywheelstudio-ulink -- npx -y @ulinkly/mcp-server@0.1.15 --- ## Sub Agents URL: https://mcp-marketplace.io/server/io-github-shinpr-sub-agents-mcp Summary: MCP server for delegating tasks to specialized AI assistants in Cursor, Claude, and Gemini Category: Developer Tools Mode: local Pricing: Free npm: sub-agents-mcp GitHub: https://github.com/shinpr/sub-agents-mcp Security Score: 10/10 Creator: Shinpr Creator Reputation: C+ Version: 0.7.1 Required Credentials: AGENTS_DIR (optional), AGENT_TYPE (optional), EXECUTION_TIMEOUT_MS (optional), SESSION_ENABLED (optional), SESSION_DIR (optional), SESSION_RETENTION_DAYS (optional), AGENTS_SETTINGS_PATH (optional) Install (Claude Code): claude mcp add io-github-shinpr-sub-agents-mcp -- npx -y sub-agents-mcp@0.7.1 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-thegridwork-privacy -- npx -y gridwork-privacy@1.1.0 --- ## Bexio URL: https://mcp-marketplace.io/server/io-github-promptpartner-bexio-mcp-server Summary: Swiss accounting integration for Bexio. 310 tools for invoices, contacts, projects. Category: Developer Tools Mode: local Pricing: Free npm: @promptpartner/bexio-mcp-server GitHub: https://github.com/promptpartner/bexio-mcp-server Security Score: 9/10 Creator: Promptpartner Creator Reputation: C+ Version: 2.2.0 Install (Claude Code): claude mcp add io-github-promptpartner-bexio-mcp-server -- npx -y @promptpartner/bexio-mcp-server@2.2.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: C+ 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: D 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.4.5 Install (Claude Code): claude mcp add io-github-rafa2403nunez-droid-pynet-mcp-bridge -- uvx pynet-mcp-bridge==1.4.5 --- ## Coolify URL: https://mcp-marketplace.io/server/io-github-stumason-coolify Summary: 38 optimized tools for managing Coolify infrastructure, diagnostics, and docs search Category: Developer Tools Mode: local Pricing: Free npm: @masonator/coolify-mcp GitHub: https://github.com/StuMason/coolify-mcp Security Score: 7/10 Creator: StuMason Creator Reputation: F Version: 2.7.3 Required Credentials: COOLIFY_ACCESS_TOKEN (required), COOLIFY_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-stumason-coolify -- npx -y @masonator/coolify-mcp@2.7.3 --- ## 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: C+ 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: F Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-leap-labs-discovery-engine https://disco.leap-labs.com/mcp --- ## VMware Monitor URL: https://mcp-marketplace.io/server/io-github-zw008-vmware-monitor Summary: Read-only VMware vCenter/ESXi monitoring with 8 MCP tools. Code-level safety. Category: Developer Tools Mode: local Pricing: Free PyPI: vmware-monitor GitHub: https://github.com/zw008/VMware-Monitor Security Score: 10/10 Creator: Zw008 Creator Reputation: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-zw008-vmware-monitor -- uvx vmware-monitor==1.5.12 --- ## Cyberbro URL: https://mcp-marketplace.io/server/io-github-stanfrbd-mcp-cyberbro Summary: MCP server for Cyberbro IOC extraction, enrichment and reputation analysis. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-cyberbro GitHub: https://github.com/stanfrbd/mcp-cyberbro Security Score: 10/10 Creator: Stanfrbd Creator Reputation: C+ Version: 0.0.3 Required Credentials: CYBERBRO_URL (optional), API_PREFIX (optional), SSL_VERIFY (optional), MCP_TRANSPORT (optional), MCP_HOST (optional), MCP_PORT (optional), MCP_MOUNT_PATH (optional), MCP_SSE_PATH (optional), MCP_STREAMABLE_HTTP_PATH (optional) Install (Claude Code): claude mcp add io-github-stanfrbd-mcp-cyberbro -- uvx mcp-cyberbro==0.0.3 --- ## Grasp URL: https://mcp-marketplace.io/server/io-github-ashfordeou-grasp Summary: MCP server for codebase analysis — dependency graphs, security scanning, refactor plans, and more. Category: Developer Tools Mode: local Pricing: Free npm: grasp-mcp-server GitHub: https://github.com/ashfordeOU/grasp Security Score: 8.3/10 Creator: AshfordeOU Creator Reputation: C+ Version: 3.2.1 Install (Claude Code): claude mcp add io-github-ashfordeou-grasp -- npx -y grasp-mcp-server@3.2.1 --- ## 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: C+ 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 --- ## Icon Composer URL: https://mcp-marketplace.io/server/io-github-ethbak-icon-composer-mcp Summary: CLI and MCP server for creating Apple .icon bundles with Liquid Glass effects (iOS 26+) Category: Developer Tools Mode: local Pricing: Free npm: icon-composer-mcp GitHub: https://github.com/ethbak/icon-composer-mcp Security Score: 10/10 Creator: Ethbak Creator Reputation: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-ethbak-icon-composer-mcp -- npx -y icon-composer-mcp@1.1.0 --- ## Mcp URL: https://mcp-marketplace.io/server/com-gethumandesign-www-mcp Summary: Calculate your Human Design chart and explore how you make decisions and relationships. Description: Calculate your Human Design chart and explore how you make decisions and relationships. Remote endpoints: streamable-http: https://api.gethumandesign.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gethumandesign.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gethumandesign-www-mcp https://api.gethumandesign.com/mcp --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## Apple Books URL: https://mcp-marketplace.io/server/io-github-vgnshiyer-apple-books-mcp Summary: Access your Apple Books library, annotations, reading progress, and highlights through Claude Category: Developer Tools Mode: local Pricing: Free PyPI: apple-books-mcp GitHub: https://github.com/vgnshiyer/apple-books-mcp Security Score: 4.5/10 Creator: Vgnshiyer Creator Reputation: C+ Version: 0.7.2 Install (Claude Code): claude mcp add io-github-vgnshiyer-apple-books-mcp -- uvx apple-books-mcp==0.7.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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-lakshgk-distill-mcp -- npx -y distill-mcp-server@0.1.1 --- ## XActions URL: https://mcp-marketplace.io/server/io-github-nirholas-xactions Summary: Twitter X automation MCP - post schedule analytics engagement social media Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/nirholas/XActions Security Score: 10/10 Creator: Nirholas Creator Reputation: C+ Version: 1.0.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http co-truemarkets-marketdata https://mcp.truemarkets.co/marketdata/mcp --- ## Japan Seasons URL: https://mcp-marketplace.io/server/io-github-haomingkoo-japan-seasons Summary: Live Japan seasonal travel MCP: sakura, koyo, flowers, festivals, fruit farms, and weather. Description: Live Japan seasonal travel MCP: sakura, koyo, flowers, festivals, fruit farms, and weather. Remote endpoints: streamable-http: https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage} Category: Developer Tools Mode: dual Pricing: Free npm: japan-seasons-mcp Remote URL: https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage} GitHub: https://github.com/haomingkoo/japan-seasons-mcp Security Score: 10/10 Creator: Haomingkoo Creator Reputation: C+ Version: 0.4.16 Required Credentials: JAPAN_SEASONS_DATE_STYLE (optional), JAPAN_SEASONS_TEMPERATURE_UNIT (optional), JAPAN_SEASONS_INCLUDE_COORDINATES (optional), JAPAN_SEASONS_MAP_LANGUAGE (optional), PORT (optional) Install (Claude Code): claude mcp add io-github-haomingkoo-japan-seasons -- npx -y japan-seasons-mcp@0.4.16 Install (Claude Code Remote): claude mcp add --transport http io-github-haomingkoo-japan-seasons 'https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}' --- ## 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: C+ 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 --- ## Ai Toolkit URL: https://mcp-marketplace.io/server/io-cypress-mcp-cypress-cloud Summary: Direct access to Cypress tests results and accessibility reports in your AI workflow. Description: Direct access to Cypress tests results and accessibility reports in your AI workflow. Remote endpoints: streamable-http: https://mcp.cypress.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cypress.io/mcp GitHub: https://github.com/cypress-io/ai-toolkit MCP Tools (5): cypress_get_projects, cypress_get_runs, submit_mcp_feedback, cypress_get_failed_tests, cypress_get_flaky_tests Security Score: 10/10 Creator: Cypress Io Creator Reputation: C+ Version: 0.0.2 Install (Claude Code Remote): claude mcp add --transport http io-cypress-mcp-cypress-cloud https://mcp.cypress.io/mcp --- ## 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: D 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: C+ 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: C+ Version: 1.7.0 Install (Claude Code): claude mcp add io-github-lukisch-bach-filecommander-mcp -- npx -y bach-filecommander-mcp --- ## Agentskills URL: https://mcp-marketplace.io/server/ai-com-mcp-skills-search Summary: Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. Description: Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. Remote endpoints: streamable-http: https://skills-sh.run.mcp.com.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://skills-sh.run.mcp.com.ai/mcp GitHub: https://github.com/agentskills/agentskills Security Score: 9/10 Creator: Agentskills Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-com-mcp-skills-search https://skills-sh.run.mcp.com.ai/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-qovery-mcp-server https://mcp.qovery.com/mcp --- ## Dx Toolkit URL: https://mcp-marketplace.io/server/io-github-youdotcom-oss-mcp Summary: Web search, AI agent, and content extraction via You.com APIs Description: Web search, AI agent, and content extraction via You.com APIs Remote endpoints: streamable-http: https://api.you.com/mcp Category: Search & Web Mode: dual Pricing: Free npm: @youdotcom-oss/mcp Remote URL: https://api.you.com/mcp GitHub: https://github.com/youdotcom-oss/dx-toolkit Security Score: 9.7/10 Creator: Youdotcom Oss Creator Reputation: C+ Version: 3.3.0 Required Credentials: YDC_API_KEY (required), MCP_SERVER_URL (optional) Install (Claude Code): claude mcp add io-github-youdotcom-oss-mcp -- npx -y @youdotcom-oss/mcp Install (Claude Code Remote): claude mcp add --transport http io-github-youdotcom-oss-mcp https://api.you.com/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: C+ 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: C+ 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: C+ 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: C+ Version: 1.4.2 Install (Claude Code Remote): claude mcp add --transport http io-github-bnovik0v-moltdj https://api.moltdj.com/mcp/ --- ## Xendit URL: https://mcp-marketplace.io/server/io-github-mrslbt-xendit-mcp Summary: Xendit payment APIs for AI agents. Invoices, disbursements, balances. Category: Developer Tools Mode: local Pricing: Free npm: xendit-mcp GitHub: https://github.com/mrslbt/xendit-mcp Security Score: 7.1/10 Creator: User Creator Reputation: D Version: 0.1.2 Install (Claude Code): claude mcp add io-github-mrslbt-xendit-mcp -- npx -y xendit-mcp@0.1.3 --- ## 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: C+ 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: C+ 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 --- ## Sqlite URL: https://mcp-marketplace.io/server/io-github-neverinfamous-sqlite-mcp-server Summary: SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics. Category: Data & Analytics Mode: local Pricing: Free PyPI: sqlite-mcp-server-enhanced GitHub: https://github.com/neverinfamous/sqlite-mcp-server.git Security Score: 9.8/10 Creator: Neverinfamous Creator Reputation: C+ Version: 2.6.3 Install (Claude Code): claude mcp add io-github-neverinfamous-sqlite-mcp-server -- uvx sqlite-mcp-server-enhanced==2.6.5 --- ## ShortURL URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-shorturl Summary: MCP server for URL shortening and management Description: MCP server for URL shortening and management Remote endpoints: streamable-http: https://shorturl.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-shorturl Remote URL: https://shorturl.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/ShortURLMCP Security Score: 5.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.2 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-shorturl -- uvx mcp-shorturl==2026.4.8.2 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-shorturl https://shorturl.mcp.acedata.cloud/mcp --- ## 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: C+ 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: C+ Version: 1.16.0 --- ## Aruba Central URL: https://mcp-marketplace.io/server/io-github-shigechika-aruba-central-mcp Summary: MCP server for Aruba Central: expose AP, switch, and client status to AI assistants Category: Developer Tools Mode: local Pricing: Free PyPI: aruba-central-mcp GitHub: https://github.com/shigechika/aruba-central-mcp Security Score: 7/10 Creator: shigechika Creator Reputation: F Version: 0.3.0 Install (Claude Code): claude mcp add io-github-shigechika-aruba-central-mcp -- uvx aruba-central-mcp==0.3.0 --- ## Liechtenstein Law URL: https://mcp-marketplace.io/server/eu-ansvar-liechtenstein-law-mcp Summary: Liechtenstein legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/liechtenstein-law-mcp GitHub: https://github.com/Ansvar-Systems/Liechtenstein-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-liechtenstein-law-mcp -- npx -y @ansvar/liechtenstein-law-mcp@1.0.0 --- ## 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: C+ 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}' --- ## 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: C+ Version: 3.0.9 Install (Claude Code): claude mcp add io-github-lanchuske-local-mcp -- npx -y local-mcp --- ## Reddit URL: https://mcp-marketplace.io/server/ai-trendsmcp-reddit Summary: Reddit trend data over time, with growth for any topic or brand. Free key at trendsmcp.ai Description: Reddit trend data over time, with growth for any topic or brand. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://reddit.api.trendsmcp.ai/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://reddit.api.trendsmcp.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-reddit https://reddit.api.trendsmcp.ai/mcp --- ## Productsource URL: https://mcp-marketplace.io/server/io-productsource-product-source Summary: Real-time product data across 450+ retailers — look up any UPC for prices, images, and margin data. Description: Real-time product data across 450+ retailers — look up any UPC for prices, images, and margin data. Remote endpoints: streamable-http: https://mcp.productsource.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.productsource.io/mcp GitHub: https://github.com/skutrue/productsource-mcp Security Score: 10/10 Creator: Skutrue Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-productsource-product-source https://mcp.productsource.io/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: C+ 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 --- ## Claude Faf URL: https://mcp-marketplace.io/server/io-github-wolfe-jam-claude-faf-mcp Summary: Persistent project context. 32 tools. AI format interop. IANA-registered. #2759 Description: Persistent project context. 32 tools. AI format interop. IANA-registered. #2759 Remote endpoints: sse: https://claude-faf-mcp.vercel.app/sse Category: Developer Tools Mode: dual Pricing: Free npm: claude-faf-mcp Remote URL: https://claude-faf-mcp.vercel.app/sse GitHub: https://github.com/Wolfe-Jam/claude-faf-mcp Security Score: 9.8/10 Creator: Wolfe Jam Creator Reputation: C+ Version: 5.5.0 Install (Claude Code): claude mcp add io-github-wolfe-jam-claude-faf-mcp -- npx -y claude-faf-mcp@5.5.1 Install (Claude Code Remote): claude mcp add --transport http io-github-wolfe-jam-claude-faf-mcp https://claude-faf-mcp.vercel.app/sse --- ## 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: C+ 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 --- ## EntraNewsMCPServer URL: https://mcp-marketplace.io/server/io-github-darrenjrobinson-entra-news Summary: Search the Entra.news newsletter archive — a weekly digest of Microsoft Entra news Category: Developer Tools Mode: local Pricing: Free npm: entra-news-mcp GitHub: https://github.com/darrenjrobinson/EntraNewsMCPServer Security Score: 7/10 Creator: Darrenjrobinson Creator Reputation: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-darrenjrobinson-entra-news -- npx -y entra-news-mcp@0.1.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.2.2 Install (Claude Code): claude mcp add io-github-enzoemir1-shopops-mcp -- npx -y shopops-mcp-server@1.2.2 --- ## Immoswipe Ai URL: https://mcp-marketplace.io/server/ch-immoswipe-immoswipe-ai Summary: Search Swiss apartments and houses for rent or sale. Filter by city, price (CHF), rooms, and size. Description: Search Swiss apartments and houses for rent or sale. Filter by city, price (CHF), rooms, and size. Remote endpoints: streamable-http: https://ai.immoswipe.ch/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai.immoswipe.ch/mcp GitHub: https://github.com/Immoswipe/immoswipe-ai MCP Tools (5): search_listings, get_listing_detail, get_similar_listings, get_popular_listings, get_reserved_ranges Security Score: 9/10 Creator: Immoswipe Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-immoswipe-immoswipe-ai https://ai.immoswipe.ch/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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://user-agent-parser-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/user-agent-parser-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-user-agent-parser https://user-agent-parser-x402-production.up.railway.app/mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-wspr-mcp -- uvx wspr-mcp==0.3.1 --- ## Kindex URL: https://mcp-marketplace.io/server/io-github-jmcentire-kindex Summary: Persistent knowledge graph for AI workflows with context tiers and .kin inheritance. Category: Developer Tools Mode: local Pricing: Free PyPI: kindex GitHub: https://github.com/jmcentire/kindex Security Score: 9.5/10 Creator: Jmcentire Creator Reputation: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-jmcentire-kindex -- uvx kindex==0.17.0 --- ## Wordpress URL: https://mcp-marketplace.io/server/com-wpwriter-wordpress Summary: WordPress AI content generation, images, SEO, automation. 121 tools. Description: WordPress AI content generation, images, SEO, automation. 121 tools. Remote endpoints: streamable-http: https://mcp.wpwriter.com/mcp sse: https://mcp.wpwriter.com/sse Category: Content & Media Mode: remote Pricing: Free Remote URL: https://mcp.wpwriter.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-wpwriter-wordpress https://mcp.wpwriter.com/mcp --- ## News Volume URL: https://mcp-marketplace.io/server/ai-trendsmcp-news-volume Summary: News article volume over time, with growth for any topic. Free key at trendsmcp.ai Description: News article volume over time, with growth for any topic. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://news-volume.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://news-volume.api.trendsmcp.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-news-volume https://news-volume.api.trendsmcp.ai/mcp --- ## 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: C+ 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 --- ## Luma URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-luma Summary: MCP server for Luma Dream Machine AI video generation Description: MCP server for Luma Dream Machine AI video generation Remote endpoints: streamable-http: https://luma.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-luma Remote URL: https://luma.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/LumaMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.3 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-luma -- uvx mcp-luma==2026.4.8.3 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-luma https://luma.mcp.acedata.cloud/mcp --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nathangrotticelli-searchshopai https://searchshopai-mcp.fly.dev/mcp --- ## NanoBanana URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-nanobanana-pro Summary: MCP server for NanoBanana AI image generation and editing Description: MCP server for NanoBanana AI image generation and editing Remote endpoints: streamable-http: https://nanobanana.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-nanobanana-pro Remote URL: https://nanobanana.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/NanoBananaMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-nanobanana-pro -- uvx mcp-nanobanana-pro==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-nanobanana-pro https://nanobanana.mcp.acedata.cloud/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-solar-mcp -- uvx solar-mcp==0.2.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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jini-tw-pastemd https://api.pastemd.io/mcp --- ## Standardnotes URL: https://mcp-marketplace.io/server/io-github-lozit-mcp-standardnotes Summary: End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only). Category: Developer Tools Mode: local Pricing: Free npm: mcp-standardnotes GitHub: https://github.com/lozit/mcp-standardnotes Security Score: 7.5/10 Creator: Lozit Creator Reputation: C+ Version: 0.3.1 Required Credentials: SN_EMAIL (optional), SN_SERVER_URL (optional), SN_CERT_FINGERPRINT (optional) Install (Claude Code): claude mcp add io-github-lozit-mcp-standardnotes -- npx -y mcp-standardnotes@0.3.1 --- ## Ask Llm URL: https://mcp-marketplace.io/server/io-github-lykhoyda-ask-codex Summary: Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions Category: Developer Tools Mode: local Pricing: Free npm: ask-codex-mcp GitHub: https://github.com/Lykhoyda/ask-llm Security Score: 10/10 Creator: Lykhoyda Creator Reputation: C+ Version: 0.3.0 Required Credentials: GMCPT_TIMEOUT_MS (optional), GMCPT_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-lykhoyda-ask-codex -- npx -y ask-codex-mcp --- ## Pdf Toolkit URL: https://mcp-marketplace.io/server/io-github-aryanbv-pdf-toolkit-mcp Summary: PDF manipulation server — create, merge, split, encrypt, fill forms, add QR codes. 16 tools. Category: Developer Tools Mode: local Pricing: Free npm: @aryanbv/pdf-toolkit-mcp GitHub: https://github.com/AryanBV/pdf-toolkit-mcp Security Score: 9.9/10 Creator: AryanBV Creator Reputation: C+ Version: 0.2.3 Install (Claude Code): claude mcp add io-github-aryanbv-pdf-toolkit-mcp -- npx -y @aryanbv/pdf-toolkit-mcp@0.2.4 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.7.0 Install (Claude Code): claude mcp add io-github-prembobby39-gif-uimax-mcp -- npx -y uimax-mcp@0.8.0 --- ## 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 Creator: Woyaxnini Creator Reputation: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-venturu-mcp-server https://www.venturu.com/mcp --- ## Tauri URL: https://mcp-marketplace.io/server/io-github-hypothesi-mcp-server-tauri Summary: A Model Context Protocol server for use with Tauri v2 applications Category: Developer Tools Mode: local Pricing: Free npm: @hypothesi/tauri-mcp-server GitHub: https://github.com/hypothesi/mcp-server-tauri Security Score: 9.7/10 Creator: Hypothesi Creator Reputation: C+ Version: 0.9.0 Install (Claude Code): claude mcp add io-github-hypothesi-mcp-server-tauri -- npx -y @hypothesi/tauri-mcp-server --- ## 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: C+ Version: 0.7.3 Install (Claude Code): claude mcp add io-github-retio-ai-pagemap -- uvx retio-pagemap==1.0.0 --- ## 1c Rest URL: https://mcp-marketplace.io/server/io-github-theyahia-1c-rest-mcp Summary: MCP server for 1C REST API -- catalogs, documents. Basic Auth, configurable base URL. 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: C+ Version: 1.0.1 Required Credentials: API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-1c-rest-mcp -- npx -y @theyahia/1c-rest-mcp@1.2.1 --- ## 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: C+ 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 --- ## Prospeo URL: https://mcp-marketplace.io/server/io-prospeo-prospeo-mcp-server Summary: Prospeo: Find, search, and enrich people and companies with verified emails and mobile numbers. Description: Prospeo: Find, search, and enrich people and companies with verified emails and mobile numbers. Remote endpoints: streamable-http: https://mcp.prospeo.io Category: Developer Tools Mode: dual Pricing: Free npm: @prospeo/prospeo-mcp-server Remote URL: https://mcp.prospeo.io GitHub: https://github.com/prospeo-v2/prospeo-mcp-server Security Score: 10/10 Creator: Prospeo V2 Creator Reputation: C+ Version: 1.0.3 Required Credentials: PROSPEO_API_KEY (required) Install (Claude Code): claude mcp add io-prospeo-prospeo-mcp-server -- npx -y @prospeo/prospeo-mcp-server@1.0.3 Install (Claude Code Remote): claude mcp add --transport http io-prospeo-prospeo-mcp-server https://mcp.prospeo.io --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-qso-graph-iota-mcp -- uvx iota-mcp==0.1.1 --- ## Stuntdouble URL: https://mcp-marketplace.io/server/io-stuntdouble-mcp-server Summary: Deploy AI user personas to validate user journeys at scale. Find UX friction before real users do. Description: Deploy AI user personas to validate user journeys at scale. Find UX friction before real users do. Remote endpoints: streamable-http: https://app.stuntdouble.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.stuntdouble.io/api/mcp GitHub: https://github.com/stunt-double/stuntdouble-mcp Security Score: 10/10 Creator: Stunt Double Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-stuntdouble-mcp-server https://app.stuntdouble.io/api/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: C+ 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 --- ## Cz Agents URL: https://mcp-marketplace.io/server/dev-cz-agents-cnb Summary: Czech National Bank daily FX rates: CZK exchange rates, currency conversion, history Description: Czech National Bank daily FX rates: CZK exchange rates, currency conversion, history Remote endpoints: streamable-http: https://cnb.cz-agents.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @czagents/cnb Remote URL: https://cnb.cz-agents.dev/mcp GitHub: https://github.com/martinhavel/cz-agents-mcp Security Score: 9.7/10 Creator: Martinhavel Creator Reputation: C+ Version: 0.1.3 Install (Claude Code): claude mcp add dev-cz-agents-cnb -- npx -y @czagents/cnb Install (Claude Code Remote): claude mcp add --transport http dev-cz-agents-cnb https://cnb.cz-agents.dev/mcp --- ## Pfsense URL: https://mcp-marketplace.io/server/io-github-antonio-mello-ai-mcp-pfsense Summary: Manage pfSense firewalls through AI assistants — rules, DHCP, DNS, and more Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-pfsense GitHub: https://github.com/antonio-mello-ai/mcp-pfsense Security Score: 7.3/10 Creator: Antonio Mello Ai Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-antonio-mello-ai-mcp-pfsense -- uvx mcp-pfsense==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: C+ 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 --- ## 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: C+ Version: 1.0.0 --- ## 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: C+ 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 --- ## Wopee URL: https://mcp-marketplace.io/server/io-github-wopee-io-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/Wopee-io/wopee-mcp Security Score: 4.8/10 Creator: Wopee Io Creator Reputation: C+ Version: 1.26.0 Required Credentials: WOPEE_API_KEY (required), WOPEE_PROJECT_UUID (optional), WOPEE_API_URL (optional) Install (Claude Code): claude mcp add io-github-wopee-io-wopee-mcp -- npx -y wopee-mcp@1.26.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mjbryant66-rentershield https://rentershield.justack.ai/api/mcp/mcp --- ## OilpriceAPI URL: https://mcp-marketplace.io/server/io-github-oilpriceapi-mcp-server Summary: Real-time oil, gas, and commodity prices. 174+ commodities, futures, rig counts. Category: Developer Tools Mode: local Pricing: Free npm: oilpriceapi-mcp GitHub: https://github.com/OilpriceAPI/mcp-server Security Score: 9/10 Creator: OilpriceAPI Creator Reputation: C+ Version: 2.0.0 Required Credentials: OILPRICEAPI_KEY (required) Install (Claude Code): claude mcp add io-github-oilpriceapi-mcp-server -- npx -y oilpriceapi-mcp@2.0.0 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-acc-mcp https://acc-mcp.itmartin24.workers.dev/mcp --- ## Oreilly URL: https://mcp-marketplace.io/server/io-github-oreillymedia-oreilly-mcp-server Summary: Search O'Reilly for tech books, courses, events, and more. Requires subscription and access token. Description: Search O'Reilly for tech books, courses, events, and more. Requires subscription and access token. Remote endpoints: streamable-http: https://api.oreilly.com/api/content-discovery/v1/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.oreilly.com/api/content-discovery/v1/mcp/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-oreillymedia-oreilly-mcp-server https://api.oreilly.com/api/content-discovery/v1/mcp/ --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-slurm-mcp Summary: MCP server for Slurm workload management and HPC job scheduling 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-slurm-mcp -- uvx clio-kit==2.1.2 --- ## 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: A- Version: 1.0.12 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: C+ Version: 2.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-vinaybhosle-freightgate-mcp-server https://mcp.shippingrates.org/mcp --- ## Komodo URL: https://mcp-marketplace.io/server/io-github-samik081-mcp-komodo Summary: Manage Komodo through AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @samik081/mcp-komodo GitHub: https://github.com/Samik081/mcp-komodo Security Score: 10/10 Creator: Samik081 Creator Reputation: C+ Version: 0.7.0 Required Credentials: KOMODO_URL (optional), KOMODO_API_KEY (required), KOMODO_API_SECRET (required) Install (Claude Code): claude mcp add io-github-samik081-mcp-komodo -- npx -y @samik081/mcp-komodo@0.7.0 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.14 Install (Claude Code): claude mcp add io-github-deanward-hal -- npx -y hal-mcp@1.0.14 --- ## Gigachat URL: https://mcp-marketplace.io/server/io-github-theyahia-gigachat-mcp Summary: MCP server for Sber GigaChat API — chat completions, models, embeddings. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/gigachat-mcp GitHub: https://github.com/theYahia/gigachat-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: GIGACHAT_AUTH_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-gigachat-mcp -- npx -y @theyahia/gigachat-mcp@3.0.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-lowenbjer-refetch https://refetch.cloud/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: C+ 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: C+ 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: C+ 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: C+ Version: 1.16.0 --- ## 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: C+ Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http com-glean-mcp 'https://{baseUrl}/mcp/{server-name}' --- ## Bahraini Law URL: https://mcp-marketplace.io/server/eu-ansvar-bahraini-law-mcp Summary: Bahrain legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/bahraini-law-mcp GitHub: https://github.com/Ansvar-Systems/bahraini-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-bahraini-law-mcp -- npx -y @ansvar/bahraini-law-mcp@1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.7 Install (Claude Code): claude mcp add app-trustrails-server -- npx -y @trustrails/mcp-server@1.0.23 --- ## Gnosis URL: https://mcp-marketplace.io/server/io-github-nicholasglazer-gnosis Summary: Zero-config MCP server for searchable documentation. SQLite or PostgreSQL. Category: Developer Tools Mode: local Pricing: Free PyPI: gnosis-mcp GitHub: https://github.com/nicholasglazer/gnosis-mcp Security Score: 10/10 Creator: Nicholasglazer Creator Reputation: C+ Version: 0.13.3 Install (Claude Code): claude mcp add io-github-nicholasglazer-gnosis -- uvx gnosis-mcp==0.13.3 --- ## 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: C+ Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http io-cloudresume-resume-builder https://cloudresume.io/api/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://http-headers-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/http-headers-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-http-headers https://http-headers-x402-production.up.railway.app/mcp --- ## Wiring Diagram URL: https://mcp-marketplace.io/server/io-github-yuzu-hub-wiring-diagram-mcp Summary: Generate wiring diagrams and run electrical calculators for campers, boats, and off-grid setups. Description: Generate wiring diagrams and run electrical calculators for campers, boats, and off-grid setups. Remote endpoints: streamable-http: https://mcp.voltplan.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: wiring-diagram-mcp Remote URL: https://mcp.voltplan.app/mcp GitHub: https://github.com/YUZU-Hub/wiring-diagram-mcp Security Score: 9.8/10 Creator: YUZU Hub Creator Reputation: C+ Version: 0.2.1 Required Credentials: VOLTPLAN_API_URL (optional) Install (Claude Code): claude mcp add io-github-yuzu-hub-wiring-diagram-mcp -- npx -y wiring-diagram-mcp@0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-yuzu-hub-wiring-diagram-mcp https://mcp.voltplan.app/mcp --- ## Singapore Law URL: https://mcp-marketplace.io/server/eu-ansvar-singapore-law-mcp Summary: Singapore law database — PDPA, Cybersecurity Act, Computer Misuse Act with full-text search Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/singapore-law-mcp GitHub: https://github.com/Ansvar-Systems/singapore-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-singapore-law-mcp -- npx -y @ansvar/singapore-law-mcp@2.0.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-json -- npx -y @rog0x/mcp-json-tools@1.0.1 --- ## Photoshop URL: https://mcp-marketplace.io/server/io-github-alisaitteke-photoshop-mcp Summary: MCP server for Adobe Photoshop automation - control Photoshop from AI assistants Category: Design Mode: local Pricing: Free npm: @alisaitteke/photoshop-mcp GitHub: https://github.com/alisaitteke/photoshop-mcp Security Score: 7.8/10 Creator: Alisaitteke Creator Reputation: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-alisaitteke-photoshop-mcp -- npx -y @alisaitteke/photoshop-mcp@0.1.6 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-advice https://gateway.pipeworx.io/advice/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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-anamneseai-anamnese https://anamneseai.app/api/mcp --- ## Pubcrawl URL: https://mcp-marketplace.io/server/io-github-nickjlamb-pubcrawl Summary: PubMed literature search and US/UK drug labelling for AI assistants. Category: Developer Tools Mode: local Pricing: Free npm: @pharmatools/pubcrawl GitHub: https://github.com/nickjlamb/pubcrawl Security Score: 3.3/10 Creator: Nickjlamb Creator Reputation: C+ Version: 2.0.0 Required Credentials: NCBI_API_KEY (required) Install (Claude Code): claude mcp add io-github-nickjlamb-pubcrawl -- npx -y @pharmatools/pubcrawl@2.1.1 --- ## Unreal Api URL: https://mcp-marketplace.io/server/io-github-codeturion-unreal-api-mcp Summary: Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes. Category: Developer Tools Mode: local Pricing: Free PyPI: unreal-api-mcp GitHub: https://github.com/Codeturion/unreal-api-mcp Security Score: 10/10 Installs: 1 Creator: Codeturion Creator Reputation: C- Version: 0.2.0 Required Credentials: UNREAL_VERSION (optional), UNREAL_PROJECT_PATH (optional) Install (Claude Code): claude mcp add io-github-codeturion-unreal-api-mcp -- uvx unreal-api-mcp==0.2.0 --- ## 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: C+ Version: 0.9.0 Install (Claude Code): claude mcp add io-github-nano-nimbus-locus -- uvx locus-mcp==0.10.0 --- ## 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: F 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 --- ## Markdown Renderer X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-markdown-renderer Summary: Render markdown to styled HTML with light/dark/github themes. x402 micropayment. Description: Render markdown to styled HTML with light/dark/github themes. x402 micropayment. Remote endpoints: sse: https://markdown-renderer-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://markdown-renderer-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/markdown-renderer-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-markdown-renderer https://markdown-renderer-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-password-forge-mcp -- npx -y password-forge-mcp --- ## Spanish Law URL: https://mcp-marketplace.io/server/eu-ansvar-spanish-law-mcp Summary: Spanish legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/spanish-law-mcp GitHub: https://github.com/Ansvar-Systems/spanish-law-mcp Security Score: 7.8/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-spanish-law-mcp -- npx -y @ansvar/spanish-law-mcp@2.1.0 --- ## 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: C+ 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: C+ Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-go -- npx -y @paretools/go --- ## Notra URL: https://mcp-marketplace.io/server/io-github-usenotra-notra Summary: Access the Notra API for managing posts, brand identities, and integrations. Description: Access the Notra API for managing posts, brand identities, and integrations. Remote endpoints: streamable-http: https://mcp.usenotra.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.usenotra.com/mcp GitHub: https://github.com/usenotra/notra-mcp Security Score: 10/10 Creator: Usenotra Creator Reputation: C+ Version: 1.0.4 Install (Claude Code Remote): claude mcp add --transport http io-github-usenotra-notra https://mcp.usenotra.com/mcp --- ## Openemis URL: https://mcp-marketplace.io/server/io-github-tixuz-openemis Summary: Read-only MCP server for OpenEMIS v5 — 645 resources, 24 playbooks, natural-language queries Category: Developer Tools Mode: local Pricing: Free npm: openemis-mcp GitHub: https://github.com/tixuz/openemis-mcp Security Score: 7/10 Creator: Tixuz Creator Reputation: C+ Version: 0.3.2 Required Credentials: OPENEMIS_BASE_URL (optional), OPENEMIS_USERNAME (optional), OPENEMIS_PASSWORD (required), OPENEMIS_API_KEY (required), OPENEMIS_TIMEOUT_MS (optional), OPENEMIS_LOG_VERBOSE (optional), OPENEMIS_LOG_FILE (optional) Install (Claude Code): claude mcp add io-github-tixuz-openemis -- npx -y openemis-mcp@0.3.2 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-transipal-mcp-server https://app.transipal.com/_mcp --- ## Decision Anchor Sdk URL: https://mcp-marketplace.io/server/com-decision-anchor-da Summary: Fixes payment and delegation boundaries externally. When two agents disagree, DA proves both sides. Description: Fixes payment and delegation boundaries externally. When two agents disagree, DA proves both sides. Remote endpoints: streamable-http: https://mcp.decision-anchor.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.decision-anchor.com/mcp GitHub: https://github.com/zse4321/decision-anchor-sdk MCP Tools (18): register_agent, get_agent_profile, create_decision, confirm_decision, propose_bilateral, get_decision, list_decisions, observe_environment, observe_pattern, list_tools, register_tool, purchase_tool, create_ise_session, get_dac_balance, get_dac_ur, get_trial_status, create_sdac_session, get_documentation Security Score: 10/10 Installs: 1 Creator: zse4321 Creator Reputation: C- Version: 1.2.4 Install (Claude Code Remote): claude mcp add --transport http com-decision-anchor-da https://mcp.decision-anchor.com/mcp --- ## Nakkas URL: https://mcp-marketplace.io/server/io-github-arikusi-nakkas Summary: MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything. Category: Developer Tools Mode: local Pricing: Free npm: nakkas GitHub: https://github.com/arikusi/nakkas Security Score: 7.3/10 Creator: arikusi Creator Reputation: B Version: 0.1.4 Install (Claude Code): claude mcp add io-github-arikusi-nakkas -- npx -y nakkas@0.1.5 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## ClaudeR URL: https://mcp-marketplace.io/server/io-github-imnmv-clauder Summary: Connect RStudio to AI assistants for interactive R coding and data analysis. Category: Developer Tools Mode: local Pricing: Free PyPI: clauder-mcp GitHub: https://github.com/IMNMV/ClaudeR Security Score: 5/10 Creator: IMNMV Creator Reputation: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-imnmv-clauder -- uvx clauder-mcp==0.3.1 --- ## Trustrails URL: https://mcp-marketplace.io/server/io-github-james-webdev-trustrails 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/10 Creator: James Webdev Creator Reputation: C+ Version: 1.0.6 Install (Claude Code): claude mcp add io-github-james-webdev-trustrails -- npx -y @trustrails/mcp-server@1.0.23 --- ## 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: C+ Version: 1.15.0 --- ## 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: C+ 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 --- ## Distroverse URL: https://mcp-marketplace.io/server/media-distro-distroverse Summary: Agentic press platform for managing publications, writing stories, and browsing content feeds. Description: Agentic press platform for managing publications, writing stories, and browsing content 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: C+ Version: 2.0.2 Install (Claude Code Remote): claude mcp add --transport http media-distro-distroverse https://app.distro.media/mcp/stream --- ## Goldenmatch URL: https://mcp-marketplace.io/server/io-github-benzsevern-goldenmatch Summary: Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box. Description: Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box. Remote endpoints: streamable-http: https://goldenmatch-mcp-production.up.railway.app/mcp/ Category: Developer Tools Mode: dual Pricing: Free PyPI: goldenmatch Remote URL: https://goldenmatch-mcp-production.up.railway.app/mcp/ GitHub: https://github.com/benzsevern/goldenmatch Security Score: 10/10 Creator: benzsevern Creator Reputation: B+ Version: 1.4.8 Tags: entity-resolution, deduplication, record-matching, golden-record, data-quality, pprl, privacy, bloom-filters, fuzzy-matching, master-data, csv, zero-config, mcp, ai-tools, record-linkage Use Cases: Record deduplication, Entity resolution, Customer matching, Data merging, Golden record creation, Privacy-preserving matching, Cross-source linking, Master data management Install (Claude Code): claude mcp add io-github-benzsevern-goldenmatch -- uvx goldenmatch==1.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-goldenmatch https://goldenmatch-mcp-production.up.railway.app/mcp/ --- ## Infermap URL: https://mcp-marketplace.io/server/io-github-benzsevern-infermap Summary: Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config. Description: Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config. Remote endpoints: streamable-http: https://infermap-mcp-production.up.railway.app/mcp/ 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 Security Score: 10/10 Creator: benzsevern Creator Reputation: B+ Version: 0.3.5 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.3.2 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-infermap https://infermap-mcp-production.up.railway.app/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 Creator: Oleksii Donets Creator Reputation: C+ Version: 1.0.1 Required Credentials: APP_TRANSPORT (optional), APP_HOST (optional), APP_PORT (optional) --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-fulcradynamics-context https://mcp.fulcradynamics.com/mcp --- ## Amazon URL: https://mcp-marketplace.io/server/ai-trendsmcp-amazon Summary: Amazon product search demand over time, with growth for any keyword. Free key at trendsmcp.ai Description: Amazon product search demand over time, with growth for any keyword. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://amazon.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://amazon.api.trendsmcp.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-amazon https://amazon.api.trendsmcp.ai/mcp --- ## Goldenpipe URL: https://mcp-marketplace.io/server/io-github-benzsevern-goldenpipe Summary: One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match. Description: One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match. 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 Security Score: 10/10 Creator: benzsevern Creator Reputation: B+ Version: 1.0.8 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.0.6 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-goldenpipe https://goldenpipe-mcp-production.up.railway.app/mcp/ --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-qso-graph-sota-mcp -- uvx sota-mcp==0.1.5 --- ## 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-news-sentiment https://news-sentiment.api.trendsmcp.ai/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-paichart-mcp-hub https://paichart.app/mcp --- ## 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: 4.8/10 Creator: User Creator Reputation: F Version: 1.8.1 Required Credentials: IMAGE_GENERATION_MCP_READ_ONLY (optional), IMAGE_GENERATION_MCP_SCRATCH_DIR (optional), IMAGE_GENERATION_MCP_DEFAULT_PROVIDER (optional), IMAGE_GENERATION_MCP_OPENAI_API_KEY (required), IMAGE_GENERATION_MCP_SD_WEBUI_HOST (optional), IMAGE_GENERATION_MCP_SD_WEBUI_MODEL (optional), IMAGE_GENERATION_MCP_A1111_HOST (optional), IMAGE_GENERATION_MCP_A1111_MODEL (optional), FASTMCP_LOG_LEVEL (optional), IMAGE_GENERATION_MCP_SERVER_NAME (optional), IMAGE_GENERATION_MCP_INSTRUCTIONS (optional), IMAGE_GENERATION_MCP_BEARER_TOKEN (required), IMAGE_GENERATION_MCP_AUTH_MODE (optional), IMAGE_GENERATION_MCP_BASE_URL (optional), 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_JWT_SIGNING_KEY (required), IMAGE_GENERATION_MCP_OIDC_AUDIENCE (optional), IMAGE_GENERATION_MCP_OIDC_REQUIRED_SCOPES (optional), IMAGE_GENERATION_MCP_OIDC_VERIFY_ACCESS_TOKEN (optional), IMAGE_GENERATION_MCP_HTTP_PATH (optional), IMAGE_GENERATION_MCP_EVENT_STORE_URL (optional), PUID (optional), PGID (optional) Install (Claude Code): claude mcp add io-github-pvliesdonk-image-generation-mcp -- uvx image-generation-mcp==1.8.1 --- ## Prism URL: https://mcp-marketplace.io/server/io-github-prismatic-io-prism-mcp Summary: MCP server that wraps Prismatic's Prism CLI tool Category: Data & Analytics Mode: local Pricing: Free npm: @prismatic-io/prism-mcp GitHub: https://github.com/prismatic-io/prism-mcp Security Score: 8.5/10 Rating: 5/5 Installs: 2 Creator: Prismatic Io Creator Reputation: C+ Version: 1.4.4 Install (Claude Code): claude mcp add io-github-prismatic-io-prism-mcp -- npx -y @prismatic-io/prism-mcp@1.4.4 --- ## 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: C+ 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 --- ## 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: 5/10 Creator: Digital Threads Creator Reputation: C+ Version: 0.16.2 Install (Claude Code): claude mcp add io-github-digital-threads-token-pilot -- npx -y token-pilot@0.30.0 --- ## 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: C+ 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: C+ 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: D 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: D 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-legislation https://mcp.mcpbundles.com/bundle/uk-legislation/ --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.3 Install (Claude Code Remote): claude mcp add --transport http se-likarika-budget https://mcp.likarika.se/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-teamwork-mcp Summary: The Teamwork.com official MCP server helps teams efficiently manage client projects with AI. Description: The Teamwork.com official MCP server helps teams efficiently manage client projects with AI. Remote endpoints: sse: https://mcp.ai.teamwork.com streamable-http: https://mcp.ai.teamwork.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.ai.teamwork.com GitHub: https://github.com/teamwork/mcp MCP Tools (141): twdesk-create_company, twdesk-create_customer, twdesk-create_file, twdesk-create_message, twdesk-create_priority, twdesk-create_status, twdesk-create_tag, twdesk-create_ticket, twdesk-create_type, twdesk-get_company, twdesk-get_customer, twdesk-get_inbox, twdesk-get_priority, twdesk-get_status, twdesk-get_tag, twdesk-get_ticket, twdesk-get_type, twdesk-get_user, twdesk-list_companies, twdesk-list_customers, twdesk-list_inboxes, twdesk-list_priorities, twdesk-list_statuses, twdesk-list_tags, twdesk-list_tickets, twdesk-list_types, twdesk-list_users, twdesk-search_tickets, twdesk-update_company, twdesk-update_customer, twdesk-update_priority, twdesk-update_status, twdesk-update_tag, twdesk-update_ticket, twdesk-update_type, twprojects-add_project_member, twprojects-clone_project, twprojects-complete_task, twprojects-complete_timer, twprojects-create_comment, twprojects-create_company, twprojects-create_jobrole, twprojects-create_message, twprojects-create_message_reply, twprojects-create_milestone, twprojects-create_notebook, twprojects-create_project, twprojects-create_project_category, twprojects-create_project_template, twprojects-create_skill, twprojects-create_tag, twprojects-create_task, twprojects-create_tasklist, twprojects-create_team, twprojects-create_timelog, twprojects-create_timer, twprojects-create_user, twprojects-create_workflow, twprojects-create_workflow_stage, twprojects-get_comment, twprojects-get_company, twprojects-get_jobrole, twprojects-get_message, twprojects-get_message_reply, twprojects-get_milestone, twprojects-get_notebook, twprojects-get_project, twprojects-get_project_category, twprojects-get_skill, twprojects-get_tag, twprojects-get_task, twprojects-get_tasklist, twprojects-get_team, twprojects-get_timelog, twprojects-get_timer, twprojects-get_user, twprojects-get_user_me, twprojects-get_workflow, twprojects-get_workflow_stage, twprojects-link_project_to_workflow, twprojects-list_activities, twprojects-list_activities_by_project, twprojects-list_comments, twprojects-list_comments_by_file_version, twprojects-list_comments_by_milestone, twprojects-list_comments_by_notebook, twprojects-list_comments_by_task, twprojects-list_companies, twprojects-list_industries, twprojects-list_jobroles, twprojects-list_message_replies, twprojects-list_messages, twprojects-list_milestones, twprojects-list_milestones_by_project, twprojects-list_notebooks, twprojects-list_project_budgets, twprojects-list_project_categories, twprojects-list_project_templates, twprojects-list_projects, twprojects-list_skills, twprojects-list_tags, twprojects-list_tasklist_budgets, twprojects-list_tasklists, twprojects-list_tasklists_by_project, twprojects-list_tasks, twprojects-list_tasks_by_project, twprojects-list_tasks_by_tasklist, twprojects-list_teams, twprojects-list_teams_by_company, twprojects-list_teams_by_project, twprojects-list_timelogs, twprojects-list_timelogs_by_project, twprojects-list_timelogs_by_task, twprojects-list_timers, twprojects-list_users, twprojects-list_users_by_project, twprojects-list_workflow_stages, twprojects-list_workflows, twprojects-move_task_to_workflow_stage, twprojects-pause_timer, twprojects-resume_timer, twprojects-update_comment, twprojects-update_company, twprojects-update_jobrole, twprojects-update_message, twprojects-update_message_reply, twprojects-update_milestone, twprojects-update_notebook, twprojects-update_project, twprojects-update_project_category, twprojects-update_skill, twprojects-update_tag, twprojects-update_task, twprojects-update_tasklist, twprojects-update_team, twprojects-update_timelog, twprojects-update_timer, twprojects-update_user, twprojects-update_workflow, twprojects-update_workflow_stage, twprojects-users_workload Security Score: 10/10 Creator: Teamwork Creator Reputation: C+ Version: 1.14.8 Required Credentials: TW_MCP_BEARER_TOKEN (required), TW_MCP_LOG_FORMAT (optional), TW_MCP_LOG_LEVEL (optional) Install (Claude Code Remote): claude mcp add --transport http com-teamwork-mcp https://mcp.ai.teamwork.com --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-hekkova-mcp https://mcp.hekkova.com/mcp --- ## ArkovaCarson URL: https://mcp-marketplace.io/server/io-github-carson-see-arkova-verification Summary: Privacy-first document verification anchored to the public ledger. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/carson-see/ArkovaCarson Security Score: 10/10 Creator: Carson See Creator Reputation: C+ Version: 1.0.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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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}' --- ## 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: C+ 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: C+ 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/ --- ## 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: C+ 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/ --- ## Spotify 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-spotify https://spotify.api.trendsmcp.ai/mcp --- ## 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 Creator: SAP Creator Reputation: C+ Version: 0.6.51 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 --- ## 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: C+ 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/ --- ## App Store URL: https://mcp-marketplace.io/server/ai-trendsmcp-app-store Summary: App Store and Play downloads and charts over time, Android uses bundle ID. Free key at trendsmcp.ai Description: App Store and Play downloads and charts over time, Android uses bundle ID. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://app-store.api.trendsmcp.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app-store.api.trendsmcp.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-app-store https://app-store.api.trendsmcp.ai/mcp --- ## 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: C+ 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: C+ 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/ --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http hu-xfish-webshop https://www.xfish.hu/app/mcpapi.php --- ## 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: C+ 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: C+ 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 --- ## Australian Law URL: https://mcp-marketplace.io/server/eu-ansvar-australian-law-mcp Summary: Australian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/australian-law-mcp GitHub: https://github.com/Ansvar-Systems/australian-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.0 Install (Claude Code): claude mcp add eu-ansvar-australian-law-mcp -- npx -y @ansvar/australian-law-mcp@2.0.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: C+ 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 --- ## Npm 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-npm https://npm.api.trendsmcp.ai/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 --- ## Ipgeolocation Io URL: https://mcp-marketplace.io/server/io-github-ipgeolocation-ipgeolocation-io-mcp Summary: Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent. Category: Developer Tools Mode: local Pricing: Free npm: ipgeolocation-io-mcp GitHub: https://github.com/IPGeolocation/ipgeolocation-io-mcp Security Score: 10/10 Rating: 5/5 Installs: 2 Creator: MudassarTariq Creator Reputation: B Version: 1.0.17 Tags: mcp, mcp-server, ip-geolocation, ip-security, asn, abuse-contact, timezone, astronomy, user-agent Use Cases: IP geolocation, IP reputation checks, abuse contact lookup, ASN analysis, timezone lookup, astronomy lookup, user-agent parsing Required Credentials: IPGEOLOCATION_API_KEY (required) Install (Claude Code): claude mcp add io-github-ipgeolocation-ipgeolocation-io-mcp -- npx -y ipgeolocation-io-mcp@1.0.17 --- ## Parts URL: https://mcp-marketplace.io/server/io-github-sourceparts-parts-mcp Summary: Electronic component sourcing, BOM management, and PCB design workflows. Description: Electronic component sourcing, BOM management, and PCB design workflows. Remote endpoints: streamable-http: https://mcp.source.parts/ Category: Developer Tools Mode: dual Pricing: Free PyPI: parts-mcp Remote URL: https://mcp.source.parts/ GitHub: https://github.com/SourceParts/parts-mcp Security Score: 10/10 Creator: SourceParts Creator Reputation: C+ Version: 0.4.0 Install (Claude Code): claude mcp add io-github-sourceparts-parts-mcp -- uvx parts-mcp==0.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sourceparts-parts-mcp https://mcp.source.parts/ --- ## 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: C+ 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 --- ## Steam 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-steam https://steam.api.trendsmcp.ai/mcp --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-obligationsign-agts-mcp https://agts-mcp.obligationsign.com/mcp --- ## UK Legal Research URL: https://mcp-marketplace.io/server/uk-legal-research Summary: Case law, legislation, Hansard, bills, votes, committees, and HMRC — one MCP server. Description: UK Legal Research gives AI agents structured access to UK legal and parliamentary sources. Search case law from TNA Find Case Law, look up Acts of Parliament and Statutory Instruments, search Hansard debates, track parliamentary bills and voting records, query select committee evidence, parse and resolve legal citations (OSCOLA), look up HMRC VAT rates and Making Tax Digital status, and search HMRC guidance. Category: Business 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: D Version: 1.0.0 Tags: uk-law, case-law, legislation, hansard, parliament, bills, votes, committees, hmrc, vat, oscola, legal-research, uk-legal, mcp, no-api-key, tna-find-case-law, legislation-gov-uk Use Cases: Search UK court judgments from TNA Find Case Law, Read judgment text by paragraph via structured resources, Search and retrieve Acts of Parliament and Statutory Instruments, Search Hansard debates and parliamentary proceedings, Find and profile MPs and Lords, including declared interests, Track UK parliamentary bills, stages, and sponsors, Search Commons and Lords division records (voting records), Search select committee membership and evidence submissions, Parse and resolve OSCOLA legal citations from free text, Look up UK VAT rates and Making Tax Digital (MTD) status, Search HMRC guidance documents, Assess parliamentary reception of a policy topic, No API key required Install (Claude Code): claude mcp add uk-legal-research -- uvx uk-legal-mcp==0.4.0 Install (Claude Code Remote): claude mcp add --transport http uk-legal-research https://uk-legal-mcp.fly.dev/mcp --- ## Omnier 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-mcp-server Security Score: 10/10 Creator: Jessesorsa Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-jessesorsa-omnier-crm https://mcp.getomnier.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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-lacausecrypto-mcp-new-caledonia -- npx -y mcp-new-caledonia@1.0.2 --- ## 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: C+ Version: 1.2.2 Install (Claude Code): claude mcp add io-github-thesharque-javaperf -- npx -y javaperf@1.2.2 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-getcurrentoffer-mcp https://getcurrentoffer.com/api/mcp --- ## Kolmo URL: https://mcp-marketplace.io/server/io-kolmo-www-kolmo-mcp-server Summary: Seattle GC (SEDBE #D700031098). Residential & public works: estimates, ROI, permits, quotes. Description: Seattle GC (SEDBE #D700031098). Residential & public works: estimates, ROI, permits, quotes. Remote endpoints: streamable-http: https://www.kolmo.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.kolmo.io/mcp GitHub: https://github.com/Kolmo-Construction/kolmo-mcp-server Security Score: 10/10 Creator: Kolmo Construction Creator Reputation: C+ Version: 1.0.6 Install (Claude Code Remote): claude mcp add --transport http io-kolmo-www-kolmo-mcp-server https://www.kolmo.io/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-gitsim-chat https://chat.gitsim.com/api/mcp --- ## Tiktok 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 Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-tiktok https://tiktok.api.trendsmcp.ai/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-verification-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/email-verification-x402 Security Score: 4.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-verification https://email-verification-x402-production.up.railway.app/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) --- ## Toolstem URL: https://mcp-marketplace.io/server/io-github-toolstem-toolstem-mcp-server Summary: Agent-ready financial intelligence MCP tools with derived signals. Category: Developer Tools Mode: local Pricing: Free npm: toolstem-mcp-server GitHub: https://github.com/toolstem/toolstem-mcp-server Security Score: 7.1/10 Creator: Toolstem Creator Reputation: C+ Version: 1.2.2 Required Credentials: FMP_API_KEY (required) Install (Claude Code): claude mcp add io-github-toolstem-toolstem-mcp-server -- npx -y toolstem-mcp-server@1.2.2 --- ## EvidInvest URL: https://mcp-marketplace.io/server/io-github-evidinvest-mcp-server Summary: 34 stock valuation, financial data, and portfolio management tools for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @evidinvest/mcp-server GitHub: https://github.com/EvidInvest/mcp Security Score: 4.2/10 Creator: EvidInvest Creator Reputation: C+ Version: 1.0.0 Required Credentials: EVIDINVEST_API_KEY (optional) Install (Claude Code): claude mcp add io-github-evidinvest-mcp-server -- npx -y @evidinvest/mcp-server --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://trust-score-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/trust-score-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-trust-score https://trust-score-x402-production.up.railway.app/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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http dev-memnode-memnode https://api.memnode.dev/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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tom18a-sitevitals https://www.sitevitals.co.uk/api/mcp --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: OMIE_APP_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-omie -- npx -y @codespar/mcp-omie --- ## Tech Enrichment X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-tech-enrichment Summary: Detect 50+ technologies on any website: CMS, frameworks, analytics, CDN. x402. Description: Detect 50+ technologies on any website: CMS, frameworks, analytics, CDN. x402. Remote endpoints: sse: https://tech-enrichment-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://tech-enrichment-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/tech-enrichment-x402 Security Score: 4.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-tech-enrichment https://tech-enrichment-x402-production.up.railway.app/mcp --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-ebanx Summary: MCP server for EBANX — cross-border payments, payouts, exchange rates Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-ebanx GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: EBANX_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-ebanx -- npx -y @codespar/mcp-ebanx --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-eventship-mcp https://mcp.eventship.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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-docdeploy-www-mcp-server https://mcp.docdeploy.io/mcp --- ## Ivorian Law URL: https://mcp-marketplace.io/server/eu-ansvar-ivorian-law-mcp Summary: Ivory Coast legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/ivorian-law-mcp GitHub: https://github.com/Ansvar-Systems/ivorian-law-mcp Security Score: 5.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-ivorian-law-mcp -- npx -y @ansvar/ivorian-law-mcp@1.0.0 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## Xhs Insights URL: https://mcp-marketplace.io/server/com-52choujiang-xhs-insights Summary: Xiaohongshu / RedNote note search, note details, comment insights, and AI research workflows. Description: Xiaohongshu / RedNote note search, note details, comment insights, and AI research workflows. Remote endpoints: streamable-http: https://mcp.52choujiang.com/xhs/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.52choujiang.com/xhs/mcp MCP Tools (4): xhs_get_note_detail, xhs_search_notes, xhs_get_note_comments_by_note_id, xhs_get_note_comments_by_note_url Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.1.2 Install (Claude Code Remote): claude mcp add --transport http com-52choujiang-xhs-insights https://mcp.52choujiang.com/xhs/mcp --- ## 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: C+ 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 --- ## 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: C+ Version: 4.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-peter-fusek-oncofiles https://oncofiles.com/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://pdf-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/pdf-generator-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-pdf-generator https://pdf-generator-x402-production.up.railway.app/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-hoteloracle https://tooloracle.io/hotel/mcp/ --- ## Warn Firehose URL: https://mcp-marketplace.io/server/io-github-sendkamal-warn-firehose Summary: Labor market intelligence: WARN layoffs, H-1B visas, SEC filings, bankruptcies. Free tier. Description: Labor market intelligence: WARN layoffs, H-1B visas, SEC filings, bankruptcies. Free tier. 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sendkamal-warn-firehose https://warnfirehose.com/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://funding-rates-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/funding-rates-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-funding-rates https://funding-rates-x402-production.up.railway.app/mcp --- ## X Twitter URL: https://mcp-marketplace.io/server/ai-trendsmcp-x-twitter Summary: Twitter (X) trends over time, with growth for any keyword. Free key at trendsmcp.ai Description: Twitter (X) trends over time, with growth for any keyword. Free key at trendsmcp.ai Remote endpoints: streamable-http: https://x-twitter.api.trendsmcp.ai/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://x-twitter.api.trendsmcp.ai/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-trendsmcp-x-twitter https://x-twitter.api.trendsmcp.ai/mcp --- ## 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: C+ 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 --- ## Gemini Mcp Bridge URL: https://mcp-marketplace.io/server/io-github-hampsterx-gemini-mcp-bridge Summary: MCP server wrapping Gemini CLI: query, review, search, structured output, and diff assessment. Category: AI & ML Mode: local Pricing: Free npm: gemini-mcp-bridge GitHub: https://github.com/hampsterx/gemini-mcp-bridge Security Score: 4.5/10 Creator: Hampsterx Creator Reputation: C+ Version: 0.6.0 Required Credentials: GEMINI_CLI_PATH (optional), GEMINI_DEFAULT_MODEL (optional), GEMINI_FALLBACK_MODEL (optional), GEMINI_MAX_CONCURRENT (optional), GEMINI_MIN_INVOCATION_GAP_MS (optional), GEMINI_SPAWN_JITTER_MAX_MS (optional), GEMINI_API_KEY (required), GOOGLE_API_KEY (required) Install (Claude Code): claude mcp add io-github-hampsterx-gemini-mcp-bridge -- npx -y gemini-mcp-bridge@0.6.0 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://liquidation-oracle-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/liquidation-oracle-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-liquidation-oracle https://liquidation-oracle-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://person-enrichment-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/person-enrichment-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-person-enrichment https://person-enrichment-x402-production.up.railway.app/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: C+ 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-iamtsoftware-promolink https://promolink-mcp.onrender.com/mcp --- ## Social Profile X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-social-profile Summary: Social media profile lookup for GitHub, Twitter/X, LinkedIn, YouTube. x402. Description: Social media profile lookup for GitHub, Twitter/X, LinkedIn, YouTube. x402. Remote endpoints: sse: https://social-profile-x402-production.up.railway.app/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://social-profile-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/social-profile-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-social-profile https://social-profile-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://token-safety-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/token-safety-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-token-safety https://token-safety-x402-production.up.railway.app/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: C+ 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 --- ## Phone Validation X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-phone-validation Summary: Validate phone numbers worldwide: carrier, line type, country, E.164. x402. Description: Validate phone numbers worldwide: carrier, line type, country, E.164. x402. Remote endpoints: sse: https://phone-validation-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://phone-validation-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/phone-validation-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-phone-validation https://phone-validation-x402-production.up.railway.app/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: C+ 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: C+ 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 --- ## Wallet Portfolio X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-wallet-portfolio Summary: Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402. Description: Crypto wallet balances, ERC-20 tokens, USD values across Base and Ethereum. x402. Remote endpoints: sse: https://wallet-portfolio-x402-production.up.railway.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://wallet-portfolio-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/wallet-portfolio-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-wallet-portfolio https://wallet-portfolio-x402-production.up.railway.app/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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-s3brr-agent-tasker-mcp -- uvx agent-tasker-mcp-server==1.0.1 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://bridge-routes-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/bridge-routes-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-bridge-routes https://bridge-routes-x402-production.up.railway.app/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-davidangularme-hokmah https://hokmah.dev/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: C+ 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: C+ 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: C+ 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 --- ## Company Enrichment X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-company-enrichment Summary: Company firmographics from domain: name, socials, tech stack, emails, phone, address Description: Company firmographics from domain: name, socials, tech stack, emails, phone, address Remote endpoints: sse: https://company-enrichment-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://company-enrichment-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/company-enrichment-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-company-enrichment https://company-enrichment-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sentiment-analyzer-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/sentiment-analyzer-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-sentiment-analyzer https://sentiment-analyzer-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://solana-fees-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/solana-fees-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-solana-fees https://solana-fees-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://domain-intelligence-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/domain-intelligence-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-domain-intelligence https://domain-intelligence-x402-production.up.railway.app/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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Solana Launches X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-solana-launches Summary: New Solana token launches — pump.fun, Raydium, PumpSwap. Price, liquidity, volume. x402. Description: New Solana token launches — pump.fun, Raydium, PumpSwap. Price, liquidity, volume. x402. Remote endpoints: sse: https://solana-launches-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://solana-launches-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/solana-launches-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-solana-launches https://solana-launches-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://token-ohlcv-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/token-ohlcv-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-token-ohlcv https://token-ohlcv-x402-production.up.railway.app/mcp --- ## Preflight URL: https://mcp-marketplace.io/server/io-github-evanfollis-preflight Summary: Check if your MCP server is ready to publish on the MCP Registry, Smithery, or npm. Description: Check if your MCP server is ready to publish on the MCP Registry, Smithery, or npm. Remote endpoints: streamable-http: https://skillfoundry.synaplex.ai/products/preflight/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://skillfoundry.synaplex.ai/products/preflight/mcp/ GitHub: https://github.com/evanfollis/preflight MCP Tools (1): check_publish_readiness Security Score: 10/10 Creator: Evanfollis Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-evanfollis-preflight https://skillfoundry.synaplex.ai/products/preflight/mcp/ --- ## 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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://solana-pools-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/solana-pools-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-solana-pools https://solana-pools-x402-production.up.railway.app/mcp --- ## Funding Arb X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-funding-arb Summary: Cross-venue perp funding rate arb — Hyperliquid, Binance, Bybit, OKX spreads. x402. Description: Cross-venue perp funding rate arb — Hyperliquid, Binance, Bybit, OKX spreads. x402. Remote endpoints: sse: https://funding-arb-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://funding-arb-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/funding-arb-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-funding-arb https://funding-arb-x402-production.up.railway.app/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-vandewilly-dice-roller -- uvx mcp-dice-roller==0.1.0 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nft-floor-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/nft-floor-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-nft-floor https://nft-floor-x402-production.up.railway.app/mcp --- ## 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.5/10 Creator: Robotmcp Creator Reputation: C+ Version: 3.0.1 Install (Claude Code): claude mcp add io-github-robotmcp-ros-mcp-server -- uvx ros-mcp==3.0.1 --- ## 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: C+ 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}' --- ## 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: C+ 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}' --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-index9-org-mcp Summary: Up-to-date model data for AI coding assistants. 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: C+ Version: 1.0.32 Required Credentials: OPENROUTER_API_KEY (required) Install (Claude Code): claude mcp add io-github-index9-org-mcp -- npx -y @index9/mcp@4.0.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Lorcana URL: https://mcp-marketplace.io/server/io-github-danielenricocahall-lorcana-mcp Summary: MCP server for searching, exploring, and aggregating Disney Lorcana cards. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/danielenricocahall/lorcana-mcp Security Score: 6/10 Creator: Danielenricocahall Creator Reputation: C+ Version: 1.4.0 --- ## 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: C+ 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 --- ## Apideck Unified URL: https://mcp-marketplace.io/server/com-apideck-mcp Summary: Apideck Unified API MCP — 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage). Description: Apideck Unified API MCP — 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage). 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: C+ Version: 0.1.12 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.12 Install (Claude Code Remote): claude mcp add --transport http com-apideck-mcp https://mcp.apideck.dev/mcp --- ## Catchintent URL: https://mcp-marketplace.io/server/com-catchintent-catchintent Summary: AI-native social listening. Monitor buying signals and run GTM workflows via natural language. Description: AI-native social listening. Monitor buying signals and run GTM workflows via natural language. Remote endpoints: streamable-http: https://engine.catchintent.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://engine.catchintent.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-catchintent-catchintent https://engine.catchintent.com/mcp --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-nyxtoolsdev-claude-memory-manager -- uvx claude-memory-manager==0.1.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-a3eecosystem-neurotrade-signal https://neurotrade.a3eecosystem.com/mcp --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-tsunamis Summary: Historical tsunami event data and structured tsunami queries from the DaedalMap MCP lane. Description: Historical tsunami event data and structured tsunami queries from the DaedalMap MCP lane. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/tsunamis Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.daedalmap.com/mcp/tsunamis GitHub: https://github.com/xyver/daedal-map Security Score: 7.8/10 Creator: Xyver Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-tsunamis https://app.daedalmap.com/mcp/tsunamis --- ## 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: C+ 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: F 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: C+ 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 --- ## Byte URL: https://mcp-marketplace.io/server/io-github-0rkz-byte-protocol Summary: Discover, evaluate, and subscribe to Byte Protocol data feeds. 10 tools, zero API keys. Category: Developer Tools Mode: local Pricing: Free npm: byte-mcp-server GitHub: https://github.com/0rkz/byte-mcp-server Security Score: 6.7/10 Creator: 0rkz Creator Reputation: C+ Version: 0.1.0 Required Credentials: PRIVATE_KEY (required), RPC_URL (optional) Install (Claude Code): claude mcp add io-github-0rkz-byte-protocol -- npx -y byte-mcp-server --- ## 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: 2.5/10 Creator: Ascript Cn Creator Reputation: C+ Version: 1.6.4 Install (Claude Code): claude mcp add io-github-ascript-cn-ascript-mcp -- uvx ascript-mcp==1.6.4 --- ## 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: C+ Version: 1.1.0 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-deckofcards https://gateway.pipeworx.io/deckofcards/mcp --- ## Bling URL: https://mcp-marketplace.io/server/io-github-tjclaude88-bling-bag Summary: MCP server that delivers bot identity and visual styling 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-tjclaude88-bling-bag -- npx -y bling-bag@0.1.1 --- ## 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 Security Score: 9/10 Creator: Curtiscrimmins Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-curtiscrimmins-roomza https://www.roomza.com/api/mcp --- ## 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: C+ 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: C+ Version: 0.5.5 Install (Claude Code): claude mcp add io-github-wynelson94-longhand -- uvx longhand==0.5.11 --- ## 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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http love-chain-app-chainlove-mcp https://app.chain.love/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: C+ 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. --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 --- ## Sourceweave Web Search URL: https://mcp-marketplace.io/server/io-github-mrnaqa-sourceweave-web-search Summary: Fully local MCP server and CLI for web research Category: Search & Web Mode: local Pricing: Free PyPI: sourceweave-web-search GitHub: https://github.com/MRNAQA/sourceweave-web-search Security Score: 8/10 Creator: MRNAQA Creator Reputation: C+ Version: 0.5.0 Required Credentials: SOURCEWEAVE_SEARCH_SEARXNG_BASE_URL (optional), SOURCEWEAVE_SEARCH_CRAWL4AI_BASE_URL (optional), SOURCEWEAVE_SEARCH_CACHE_REDIS_URL (optional) Install (Claude Code): claude mcp add io-github-mrnaqa-sourceweave-web-search -- uvx sourceweave-web-search==0.5.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: C+ 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: C+ 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: C+ 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: F Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mikejj-creation-stocksense -- uvx stocksense==0.1.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mudrex-mcp-server https://mudrex.com/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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-crunchtools-slack -- uvx mcp-slack-crunchtools==0.1.3 --- ## Git URL: https://mcp-marketplace.io/server/io-github-cyanheads-git-mcp-server Summary: Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. Category: Developer Tools Mode: local Pricing: Free npm: @cyanheads/git-mcp-server GitHub: https://github.com/cyanheads/git-mcp-server Security Score: 10/10 Creator: Cyanheads Creator Reputation: C+ Version: 2.11.1 Required Credentials: MCP_LOG_LEVEL (optional), GIT_BASE_DIR (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-git-mcp-server -- npx -y @cyanheads/git-mcp-server@2.11.1 --- ## Synapse Layer URL: https://mcp-marketplace.io/server/io-github-synapselayer-synapse-layer Summary: Persistent zero-knowledge memory for AI agents. AES-256-GCM encryption, PII redaction. Description: Persistent zero-knowledge memory for AI agents. AES-256-GCM encryption, PII redaction. Remote endpoints: streamable-http: https://forge.synapselayer.org/api/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: synapse-layer Remote URL: https://forge.synapselayer.org/api/mcp GitHub: https://github.com/SynapseLayer/synapse-layer Security Score: 10/10 Installs: 1 Creator: synapse-layer Creator Reputation: C+ Version: 1.1.5 Required Credentials: SYNAPSE_AGENT_ID (optional), SYNAPSE_PRIVACY_EPSILON (optional), SYNAPSE_ENCRYPTION_KEY (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-synapselayer-synapse-layer -- uvx synapse-layer==1.1.8 Install (Claude Code Remote): claude mcp add --transport http io-github-synapselayer-synapse-layer https://forge.synapselayer.org/api/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/io-github-webdriverio-mcp Summary: MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium) Category: Developer Tools Mode: local Pricing: Free npm: @wdio/mcp GitHub: https://github.com/webdriverio/mcp Security Score: 4.2/10 Creator: Webdriverio Creator Reputation: C+ Version: 3.3.0 Install (Claude Code): claude mcp add io-github-webdriverio-mcp -- npx -y @wdio/mcp@3.3.0 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-earthquakes Summary: Historical earthquake event data and structured earthquake queries from the DaedalMap MCP lane. Description: Historical earthquake event data and structured earthquake queries from the DaedalMap MCP lane. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/earthquakes Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.daedalmap.com/mcp/earthquakes GitHub: https://github.com/xyver/daedal-map Security Score: 7.5/10 Creator: Xyver Creator Reputation: C+ Version: 1.0.1 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-postassembly-post-assembly https://app.postassembly.com/api/mcp --- ## Justicelibre URL: https://mcp-marketplace.io/server/io-github-dahliyaal-justicelibre Summary: Free access to ~1M French administrative court decisions via MCP Description: Free access to ~1M French administrative court decisions via MCP Remote endpoints: streamable-http: https://justicelibre.org/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://justicelibre.org/mcp GitHub: https://github.com/Dahliyaal/justicelibre Security Score: 10/10 Creator: Dahliyaal Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-dahliyaal-justicelibre https://justicelibre.org/mcp --- ## Dock URL: https://mcp-marketplace.io/server/ai-trydock-dock Summary: The AI workspace for you, your team, and every agent you run. Tables and docs, one live surface. Description: The AI workspace for you, your team, and every agent you run. Tables and docs, one live surface. 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 Security Score: 10/10 Creator: Try Dock Ai Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-trydock-dock https://trydock.ai/api/mcp --- ## Simap URL: https://mcp-marketplace.io/server/io-github-digilac-simap-mcp Summary: MCP server for SIMAP.ch - Swiss public procurement platform Category: Communication Mode: local Pricing: Free npm: @digilac/simap-mcp GitHub: https://github.com/Digilac/simap-mcp Security Score: 10/10 Creator: Digilac Creator Reputation: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-digilac-simap-mcp -- npx -y @digilac/simap-mcp@1.2.0 --- ## TVWizard URL: https://mcp-marketplace.io/server/ai-djwizard-tvwizard Summary: Control Android TV from any AI. 21 MCP tools: keys, apps, titles, playback, volume, observe. Description: Control Android TV from any AI. 21 MCP tools: keys, apps, titles, playback, volume, observe. 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: C+ Version: 0.5.5 Install (Claude Code Remote): claude mcp add --transport http ai-djwizard-tvwizard https://tv.djwizard.ai/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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-softricks-idig-dns https://mcp.softricks.net/sse --- ## Deadend URL: https://mcp-marketplace.io/server/io-github-dbwls99706-deadends-dev Summary: Structured failure knowledge for AI agents — dead ends, workarounds, error chains Category: Developer Tools Mode: local Pricing: Free PyPI: deadends-dev GitHub: https://github.com/dbwls99706/deadend.dev Security Score: 7.5/10 Installs: 1 Creator: dbwls99706 Version: 0.3.1 Install (Claude Code): claude mcp add io-github-dbwls99706-deadends-dev -- uvx deadends-dev==0.7.0 --- ## 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: TNKNG Version: 1.4.2 Install (Claude Code Remote): claude mcp add --transport http io-github-igormilovanovic-data-converter https://mcp-converter.tnkng.com/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: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sourcegraph-mcp 'https://{sourcegraph_hostname}/.api/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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Remarkable URL: https://mcp-marketplace.io/server/io-github-sammorrowdrums-remarkable Summary: Access your reMarkable tablet - read documents, browse files, extract text and OCR Category: Developer Tools Mode: local Pricing: Free PyPI: remarkable-mcp GitHub: https://github.com/SamMorrowDrums/remarkable-mcp Security Score: 4/10 Creator: SamMorrowDrums Creator Reputation: C+ Version: 0.8.1 Required Credentials: REMARKABLE_TOKEN (required) Install (Claude Code): claude mcp add io-github-sammorrowdrums-remarkable -- uvx remarkable-mcp==0.8.1 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jentic-mcp-server https://api.jentic.com/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-securecoders-parallect https://parallect.ai/api/mcp/mcp --- ## 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: Davidweb3 Ctrl Creator Reputation: C+ 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 --- ## Open Video URL: https://mcp-marketplace.io/server/video-open-open-video Summary: AI-powered video publishing, channel management, and monetization via open.video Description: AI-powered video publishing, channel management, and monetization via open.video Remote endpoints: streamable-http: https://mcp.open.video/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.open.video/mcp GitHub: https://github.com/ezoic/open-video-mcp Security Score: 9/10 Creator: Ezoic Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http video-open-open-video https://mcp.open.video/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: C+ 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 --- ## 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: 8/10 Creator: Dorukardahan Creator Reputation: C+ Version: 1.5.8 Install (Claude Code): claude mcp add io-github-dorukardahan-twitterapi-io-mcp -- npx -y twitterapi-io-mcp@1.5.8 --- ## Analytics URL: https://mcp-marketplace.io/server/ai-mcpanalytics-analytics Summary: Analytics for business data: upload CSV or connect GA4/GSC, run ML/stats, get HTML reports. Description: Analytics for business data: upload CSV or connect GA4/GSC, run ML/stats, get HTML reports. Remote endpoints: streamable-http: https://api.mcpanalytics.ai/auth0 Category: Data & Analytics Mode: dual Pricing: Free Remote URL: https://api.mcpanalytics.ai/auth0 GitHub: https://github.com/embeddedlayers/mcp-analytics Security Score: 3.5/10 Creator: Embeddedlayers Creator Reputation: C+ Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http ai-mcpanalytics-analytics https://api.mcpanalytics.ai/auth0 --- ## Russian Law URL: https://mcp-marketplace.io/server/eu-ansvar-russian-law-mcp Summary: Russian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/russian-law-mcp GitHub: https://github.com/Ansvar-Systems/Russian-Law-MCP Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 0.1.0 Install (Claude Code): claude mcp add eu-ansvar-russian-law-mcp -- npx -y @ansvar/russian-law-mcp@0.1.0 --- ## 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: C+ Version: 0.5.1 Required Credentials: EVERYROW_API_KEY (required) Install (Claude Code): claude mcp add io-github-futuresearch-everyrow-mcp -- uvx everyrow-mcp --- ## Srilanka Law URL: https://mcp-marketplace.io/server/eu-ansvar-srilanka-law-mcp Summary: Sri Lanka legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/srilanka-law-mcp GitHub: https://github.com/Ansvar-Systems/srilanka-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-srilanka-law-mcp -- npx -y @ansvar/srilanka-law-mcp@1.0.0 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-fourmemeclaw-kuro-mcp https://fourmemeclaw.com/mcp --- ## Gitlab URL: https://mcp-marketplace.io/server/io-github-jmrplens-gitlab-mcp-server Summary: MCP server exposing 1006 GitLab REST API operations as tools for AI assistants. Description: MCP server exposing 1006 GitLab REST API operations as tools for AI assistants. Remote endpoints: streamable-http: https://{host}:{port}/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://{host}:{port}/mcp GitHub: https://github.com/jmrplens/gitlab-mcp-server Security Score: 8.2/10 Creator: Jmrplens Creator Reputation: C+ Version: 1.0.6 Required Credentials: GITLAB_URL (optional), GITLAB_TOKEN (required), GITLAB_SKIP_TLS_VERIFY (optional), META_TOOLS (optional), GITLAB_ENTERPRISE (optional), GITLAB_READ_ONLY (optional), UPLOAD_MAX_FILE_SIZE (optional), AUTO_UPDATE (optional), AUTO_UPDATE_REPO (optional), AUTO_UPDATE_INTERVAL (optional) Install (Claude Code Remote): claude mcp add --transport http io-github-jmrplens-gitlab-mcp-server 'https://{host}:{port}/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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http ai-chinamarketing-intelligence https://api.chinamarketing.ai/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-medley-fda-data https://www.regdatalab.com/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: C+ 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 --- ## Youtube URL: https://mcp-marketplace.io/server/io-github-kirbah-mcp-youtube Summary: YouTube MCP server for token-optimized, structured data using the YouTube Data API v3. Category: Content & Media Mode: local Pricing: Free npm: @kirbah/mcp-youtube GitHub: https://github.com/kirbah/mcp-youtube Security Score: 10/10 Creator: Kirbah Creator Reputation: C+ Version: 1.1.5 Required Credentials: YOUTUBE_API_KEY (required), MDB_MCP_CONNECTION_STRING (required) Install (Claude Code): claude mcp add io-github-kirbah-mcp-youtube -- npx -y @kirbah/mcp-youtube@1.1.5 --- ## 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: Davidweb3 Ctrl Creator Reputation: C+ 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 --- ## 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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http fit-occam-occam https://occam.fit/mcp/ --- ## Notebooklm URL: https://mcp-marketplace.io/server/io-github-roomi-fields-notebooklm-mcp Summary: Automate Google NotebookLM — Q&A with citations, audio, video, content generation Category: Developer Tools Mode: local Pricing: Free npm: @roomi-fields/notebooklm-mcp GitHub: https://github.com/roomi-fields/notebooklm-mcp Security Score: 2.8/10 Creator: Roomi Fields Creator Reputation: C+ Version: 1.5.9 Install (Claude Code): claude mcp add io-github-roomi-fields-notebooklm-mcp -- npx -y @roomi-fields/notebooklm-mcp@1.5.9 --- ## 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: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-disify https://gateway.pipeworx.io/disify/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 --- ## 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## VMware AIops URL: https://mcp-marketplace.io/server/io-github-zw008-vmware-aiops Summary: AI-powered VMware vCenter/ESXi monitoring and operations with 20 MCP tools. Category: Developer Tools Mode: local Pricing: Free PyPI: vmware-aiops GitHub: https://github.com/zw008/VMware-AIops Security Score: 10/10 Creator: Zw008 Creator Reputation: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-zw008-vmware-aiops -- uvx vmware-aiops==1.5.12 --- ## 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 Version: 1.0.5 Install (Claude Code): claude mcp add io-github-xjtlumedia-markdown-formatter -- npx -y @xjtlumedia/markdown-mcp-server --- ## Sports Hub URL: https://mcp-marketplace.io/server/io-github-lacausecrypto-sports-hub Summary: 29 sports API providers, 319 tools. Scores, stats, odds, esports, and more. Category: Finance Mode: local Pricing: Free npm: mcp-sports-hub GitHub: https://github.com/lacausecrypto/mcp-sports-hub Security Score: 6/10 Creator: Lacausecrypto Creator Reputation: C+ Version: 1.1.0 Required Credentials: SPORTS_HUB_PROVIDERS (optional), API_SPORTS_KEY (required), PANDASCORE_TOKEN (required), THE_ODDS_API_KEY (required) Install (Claude Code): claude mcp add io-github-lacausecrypto-sports-hub -- npx -y mcp-sports-hub@1.1.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add app-businys-mcp-server -- npx -y @businys/mcp-server@1.0.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: C+ 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 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 --- ## Laviya Agent Skills URL: https://mcp-marketplace.io/server/io-github-kartegagithub-laviya-agent-skills Summary: Laviya AI Orchestration MCP runtime for IDE and agent integrations. Category: Developer Tools Mode: local Pricing: Free npm: laviya-mcp-server GitHub: https://github.com/kartegagithub/laviya-agent-skills Security Score: 9.7/10 Creator: Kartegagithub Creator Reputation: C+ Version: 0.1.16 Required Credentials: LAVIYA_API_KEY (required), LAVIYA_BASE_URL (optional), LAVIYA_AGENT_UID (optional), LAVIYA_LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-kartegagithub-laviya-agent-skills -- npx -y laviya-mcp-server --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Buywhere URL: https://mcp-marketplace.io/server/io-github-richmondteo-code-buywhere-mcp Summary: Agent-native product catalog API for Southeast Asia — search, compare prices, find deals. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/richmondteo-code/buywhere-mcp Security Score: 8/10 Creator: Richmondteo Code Creator Reputation: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-atlaskos-workprotocol https://workprotocol.ai/api/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.0.6 Install (Claude Code): claude mcp add io-github-composable-delivery-snowfakery-mcp -- uvx snowfakery-mcp==0.0.6 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 5.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pouria3-bstorms https://bstorms.ai/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-weather https://gateway.pipeworx.io/weather/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Teams URL: https://mcp-marketplace.io/server/ai-waystation-teams Summary: Collaborate, chat, and manage meetings in Microsoft Teams. Description: Collaborate, chat, and manage meetings in Microsoft Teams. Remote endpoints: streamable-http: https://waystation.ai/teams/mcp sse: https://waystation.ai/teams/mcp/sse Category: Communication Mode: dual Pricing: Free GitHub: https://github.com/waystation-ai/mcp Security Score: 8.3/10 Installs: 6 Creator: Waystation Ai Creator Reputation: C+ Version: 0.3.1 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-seo -- npx -y @rog0x/mcp-seo-tools@1.0.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Mindbox URL: https://mcp-marketplace.io/server/io-github-theyahia-mindbox-mcp Summary: MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/mindbox-mcp GitHub: https://github.com/theYahia/mindbox-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: MINDBOX_SECRET_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-mindbox-mcp -- npx -y @theyahia/mindbox-mcp@1.1.1 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.15.0 --- ## 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 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 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-cms-medicare https://mcp.olyport.com/cms-medicare/mcp --- ## Pubmed URL: https://mcp-marketplace.io/server/com-olyport-pubmed Summary: Search biomedical literature, get article details, find related articles, and explore MeSH terms Description: Search biomedical literature, get article details, find related articles, and explore MeSH terms Remote endpoints: streamable-http: https://mcp.olyport.com/pubmed/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/pubmed/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-pubmed https://mcp.olyport.com/pubmed/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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dnd5e https://gateway.pipeworx.io/dnd5e/mcp --- ## Qase URL: https://mcp-marketplace.io/server/io-qase-mcp-server Summary: Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools. Category: Developer Tools Mode: local Pricing: Free npm: @qase/mcp-server GitHub: https://github.com/qase-tms/qase-mcp-server Security Score: 7.6/10 Creator: Qase Tms Creator Reputation: C+ Version: 1.1.7 Required Credentials: QASE_API_TOKEN (required), QASE_API_DOMAIN (optional) Install (Claude Code): claude mcp add io-qase-mcp-server -- npx -y @qase/mcp-server@1.1.7 --- ## 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: 10/10 Creator: Chrischall Creator Reputation: C+ Version: 0.1.10 Install (Claude Code): claude mcp add io-github-chrischall-honeybook-mcp -- npx -y honeybook-mcp@0.1.10 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-county-map https://app.daedalmap.com/mcp --- ## Abmeter URL: https://mcp-marketplace.io/server/ai-abmeter-abmeter Summary: Feature flagging and A/B testing platform with AI-first experimentation workflows. Description: Feature flagging and A/B testing platform with AI-first experimentation workflows. Remote endpoints: streamable-http: https://mcp.abmeter.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.abmeter.ai GitHub: https://github.com/abmeter/abmeter Security Score: 8/10 Creator: Abmeter Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-abmeter-abmeter https://mcp.abmeter.ai --- ## Noonai Dis URL: https://mcp-marketplace.io/server/com-dyndns-server-noon-ai-video-anonymization-mcp Summary: Remote MCP for video anonymization, face/body/license-plate masking, and de-identification. Description: Remote MCP for video anonymization, face/body/license-plate masking, and de-identification. Remote endpoints: streamable-http: https://noon-ai.dyndns-server.com/video-anonymization-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://noon-ai.dyndns-server.com/video-anonymization-mcp GitHub: https://github.com/MHNCity/noonai-dis-mcp-server Security Score: 8/10 Creator: MHNCity Creator Reputation: C+ Version: 0.1.4 Install (Claude Code Remote): claude mcp add --transport http com-dyndns-server-noon-ai-video-anonymization-mcp https://noon-ai.dyndns-server.com/video-anonymization-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: D 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-shipbook-mcp https://api.shipbook.io/mcp --- ## Better Code Review Graph URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-code-review-graph Summary: Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings Category: Developer Tools Mode: local Pricing: Free PyPI: better-code-review-graph GitHub: https://github.com/n24q02m/better-code-review-graph.git Security Score: 10/10 Creator: N24q02m Creator Reputation: C+ Version: 3.10.5 Required Credentials: EMBEDDING_BACKEND (optional), API_KEYS (required), LITELLM_PROXY_URL (optional), LITELLM_PROXY_KEY (required) Install (Claude Code): claude mcp add io-github-n24q02m-better-code-review-graph -- uvx better-code-review-graph==3.10.5 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.27.0 Install (Claude Code Remote): claude mcp add --transport http io-github-garasegae-aiskillstore https://aiskillstore.io/mcp --- ## Observatory URL: https://mcp-marketplace.io/server/io-github-kryptosai-mcp-observatory Summary: Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift. Category: Developer Tools Mode: local Pricing: Free npm: @kryptosai/mcp-observatory GitHub: https://github.com/KryptosAI/mcp-observatory Security Score: 9.5/10 Creator: KryptosAI Creator Reputation: C+ Version: 0.3.2 Install (Claude Code): claude mcp add io-github-kryptosai-mcp-observatory -- npx -y @kryptosai/mcp-observatory@0.20.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.3.0 Install (Claude Code): claude mcp add io-github-enzoemir1-adops-mcp -- npx -y adops-mcp-server@1.3.0 --- ## Rtk Api URL: https://mcp-marketplace.io/server/io-rtkmotion-data Summary: Motion capture, rehab biomechanics, and threat intel datasets. USDC payments. MCP tools. Description: Motion capture, rehab biomechanics, and threat intel datasets. USDC payments. MCP tools. Remote endpoints: streamable-http: https://api.rtkmotion.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.rtkmotion.io/mcp GitHub: https://github.com/Karl-Keller/rtk-api MCP Tools (11): browse_catalog, get_bvh, get_video_url, get_keypoints_3d, get_robotarget, search_catalog, get_threat_summary, get_threat_profile, get_rehab_summary, get_rehab_report, get_rehab_profile Security Score: 9/10 Creator: Karl Keller Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-rtkmotion-data https://api.rtkmotion.io/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: C+ Version: 1.16.0 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-makloai-mcp-server-dashform https://getaiform.com/api/mcp --- ## Repo Graph URL: https://mcp-marketplace.io/server/io-github-james-chahwan-repo-graph Summary: Structural graph map of any codebase so LLMs navigate by structure, not guesswork. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-repo-graph GitHub: https://github.com/James-Chahwan/repo-graph.git Security Score: 10/10 Creator: James Chahwan Creator Reputation: C+ Version: 0.4.12 Install (Claude Code): claude mcp add io-github-james-chahwan-repo-graph -- uvx mcp-repo-graph==0.4.12 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-ipinfo https://gateway.pipeworx.io/ipinfo/mcp --- ## 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: C+ 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: C+ 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: C+ 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 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-lorem https://gateway.pipeworx.io/lorem/mcp --- ## 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 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-jcc-ne-mcp-skill-server -- uvx mcp-skill-server==0.1.2 --- ## Oxidize Python URL: https://mcp-marketplace.io/server/io-github-bzsanti-oxidize-pdf-mcp Summary: MCP server for PDF generation, parsing, splitting, merging, and manipulation via oxidize-pdf Category: Developer Tools Mode: local Pricing: Free PyPI: oxidize-pdf GitHub: https://github.com/bzsanti/oxidize-python Security Score: 10/10 Creator: bzsanti Version: 0.3.1 Install (Claude Code): claude mcp add io-github-bzsanti-oxidize-pdf-mcp -- uvx oxidize-pdf==0.4.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.90 Install (Claude Code Remote): claude mcp add --transport http co-pipeboard-meta-ads-mcp https://mcp.pipeboard.co/meta-ads-mcp --- ## Opendata URL: https://mcp-marketplace.io/server/io-github-xaviviro-opendata-cat Summary: Query 2,800+ Catalan open datasets from 13 portals. Real-time trains, budgets and more. Description: Query 2,800+ Catalan open datasets from 13 portals. Real-time trains, budgets and more. Remote endpoints: streamable-http: https://opendata.cat/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @opendata.cat/mcp-server Remote URL: https://opendata.cat/api/mcp GitHub: https://github.com/xaviviro/Opendata.cat-MCP-Server Security Score: 10/10 Creator: Xaviviro Creator Reputation: C+ Version: 0.3.3 Install (Claude Code): claude mcp add io-github-xaviviro-opendata-cat -- npx -y @opendata.cat/mcp-server@0.3.3 Install (Claude Code Remote): claude mcp add --transport http io-github-xaviviro-opendata-cat https://opendata.cat/api/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 --- ## 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: C+ 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: C+ 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 --- ## Kaitoi URL: https://mcp-marketplace.io/server/io-kaitoi-studio Summary: Build and run visual creative-production workflows from your AI agent. Description: Build and run visual creative-production workflows from your AI agent. Remote endpoints: streamable-http: https://mcp.studio.kaitoi.io Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.studio.kaitoi.io GitHub: https://github.com/kaitoilabs/kaitoi-mcp Security Score: 10/10 Creator: Kaitoilabs Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-kaitoi-studio https://mcp.studio.kaitoi.io --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dictionary https://gateway.pipeworx.io/dictionary/mcp --- ## Quantum Ring URL: https://mcp-marketplace.io/server/io-github-i4ctime-q-ring Summary: Quantum-inspired keyring for AI coding agents with superposition, entanglement, and tunneling. Category: Developer Tools Mode: local Pricing: Free npm: @i4ctime/q-ring GitHub: https://github.com/I4cTime/quantum_ring Security Score: 10/10 Creator: I4cTime Creator Reputation: C+ Version: 0.9.8 Install (Claude Code): claude mcp add io-github-i4ctime-q-ring -- npx -y @i4ctime/q-ring@0.9.8 --- ## Mnemo URL: https://mcp-marketplace.io/server/io-github-n24q02m-mnemo-mcp Summary: Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync. Category: Developer Tools Mode: local Pricing: Free PyPI: mnemo-mcp GitHub: https://github.com/n24q02m/mnemo-mcp.git Security Score: 10/10 Creator: N24q02m Creator Reputation: C+ Version: 1.21.3 Required Credentials: API_KEYS (required) Install (Claude Code): claude mcp add io-github-n24q02m-mnemo-mcp -- uvx mnemo-mcp==1.21.3 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-carbon https://gateway.pipeworx.io/carbon/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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-trupe-rs-expert-brain https://stackfast.ai/api/mcp --- ## Cocktails URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-cocktails Summary: Cocktails MCP — TheCocktailDB API (free, no auth) Description: Cocktails MCP — TheCocktailDB API (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/cocktails/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/cocktails/mcp GitHub: https://github.com/pipeworx-io/mcp-cocktails MCP Tools (4): search_cocktails, get_cocktail, random_cocktail, cocktails_by_ingredient Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-cocktails https://gateway.pipeworx.io/cocktails/mcp --- ## Flashalpha URL: https://mcp-marketplace.io/server/io-github-tdobrowolski1-flashalpha Summary: Real-time options analytics: GEX, exposure, greeks, volatility, VRP for US equities Description: Real-time options analytics: GEX, exposure, greeks, volatility, VRP for US equities Remote endpoints: streamable-http: https://lab.flashalpha.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lab.flashalpha.com/mcp GitHub: https://github.com/FlashAlpha-lab/flashalpha-mcp Security Score: 10/10 Creator: FlashAlpha Lab Creator Reputation: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tdobrowolski1-flashalpha https://lab.flashalpha.com/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-codymcc4-fuelcenter https://fuelcenter.co/api/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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-coachsync-coachsync-mcp https://mcp.coachsync.io/mcp --- ## Releases URL: https://mcp-marketplace.io/server/sh-releases-mcp Summary: An agent-friendly API for product changelogs. A unified registry via CLI, API, or MCP. Description: An agent-friendly API for product changelogs. A unified registry via CLI, API, or MCP. Remote endpoints: streamable-http: https://mcp.releases.sh/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.releases.sh/mcp GitHub: https://github.com/buildinternet/releases MCP Tools (12): search_releases, search_registry, get_latest_releases, list_sources, list_organizations, get_organization, get_organization_overview, get_source, get_source_changelog, get_release, list_products, get_product Security Score: 8/10 Creator: Buildinternet Creator Reputation: C+ Version: 0.10.0 Install (Claude Code Remote): claude mcp add --transport http sh-releases-mcp https://mcp.releases.sh/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-themailx-email-deliverability https://themailx.com/mcp --- ## Youtube Transcript URL: https://mcp-marketplace.io/server/io-github-jkawamoto-mcp-youtube-transcript Summary: An MCP server retrieving transcripts of YouTube videos Category: Content & Media Mode: local Pricing: Free GitHub: https://github.com/jkawamoto/mcp-youtube-transcript Security Score: 5.2/10 Creator: Jkawamoto Creator Reputation: C+ Version: 0.6.2 --- ## 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. Category: Developer Tools Mode: local Pricing: Free npm: @tuteliq/mcp GitHub: https://github.com/Tuteliq/mcp Security Score: 5.2/10 Creator: Tuteliq Creator Reputation: C+ Version: 3.12.0 Required Credentials: TUTELIQ_API_KEY (required) Install (Claude Code): claude mcp add ai-tuteliq-mcp -- npx -y @tuteliq/mcp@3.12.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-bluraysuchmaschine-suche https://mcp.bluraysuchmaschine.de/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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-z3-prover -- uvx mcp-z3-prover==0.1.0 --- ## 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: 8/10 Creator: Aderix Creator Reputation: C+ Version: 1.0.1 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.1 --- ## 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 --- ## Stackbilt Mcp Gateway URL: https://mcp-marketplace.io/server/dev-stackbilt-mcp-gateway Summary: Stackbilt platform MCP gateway — wireframe generation and stack scaffolding tools Description: Stackbilt platform MCP gateway — wireframe generation and stack scaffolding tools Remote endpoints: streamable-http: https://mcp.stackbilt.dev/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.stackbilt.dev/mcp GitHub: https://github.com/Stackbilt-dev/stackbilt-mcp-gateway Security Score: 5.2/10 Creator: Kurt Overmier Creator Reputation: F Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-stackbilt-mcp-gateway https://mcp.stackbilt.dev/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: C+ 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 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 --- ## 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: C+ 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: C+ 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 --- ## 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 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http world-3keys-wish-game https://3keys.world/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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-parigp -- uvx mcp-parigp==0.1.0 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-signal-found-sf-mcp -- uvx sf-mcp==0.1.2 --- ## Stack URL: https://mcp-marketplace.io/server/io-github-getstack-run-stack Summary: Secure credential vault and authenticated handoffs for multi-agent systems with verified identity. Description: Secure credential vault and authenticated handoffs for multi-agent systems with verified identity. Remote endpoints: streamable-http: https://mcp.getstack.run Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://mcp.getstack.run GitHub: https://github.com/getstack-run/stack Security Score: 4.5/10 Creator: Getstack Run Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-getstack-run-stack https://mcp.getstack.run --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-aidongise-cell-prism-scanner -- uvx prism-scanner==0.2.2 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.12.3 Install (Claude Code): claude mcp add io-github-whenlabs-org-when -- npx -y @whenlabs/when --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Godot URL: https://mcp-marketplace.io/server/io-github-tomyud1-godot-mcp Summary: MCP server for Godot game engine integration — control the Godot editor with AI Category: Developer Tools Mode: local Pricing: Free npm: godot-mcp-server GitHub: https://github.com/tomyud1/godot-mcp Security Score: 8.5/10 Creator: Tomyud1 Creator Reputation: C+ Version: 0.5.0 Install (Claude Code): claude mcp add io-github-tomyud1-godot-mcp -- npx -y godot-mcp-server@0.5.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-currencyguard-guard-pricing https://api.currencyguard.com/mcp --- ## Southafrica Law URL: https://mcp-marketplace.io/server/eu-ansvar-southafrica-law-mcp Summary: South Africa legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/southafrica-law-mcp GitHub: https://github.com/Ansvar-Systems/southafrica-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.1 Install (Claude Code): claude mcp add eu-ansvar-southafrica-law-mcp -- npx -y @ansvar/southafrica-law-mcp@1.1.1 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-xkcd https://gateway.pipeworx.io/xkcd/mcp --- ## Jobs URL: https://mcp-marketplace.io/server/com-aidevboard-jobs Summary: MCP server for 8,600+ AI/ML jobs. 10 tools: search, similar-jobs, match, stats, salaries, trending. Description: MCP server for 8,600+ AI/ML jobs. 10 tools: search, similar-jobs, match, stats, salaries, trending. Remote endpoints: streamable-http: https://aidevboard.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://aidevboard.com/mcp MCP Tools (10): search_jobs, get_job, list_companies, get_company, get_stats, match_jobs, get_salary_data, get_similar_jobs, get_trending_companies, list_tags Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.5.0 Install (Claude Code Remote): claude mcp add --transport http com-aidevboard-jobs https://aidevboard.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: C+ 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 --- ## 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: 7.8/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-polish-law-mcp -- npx -y @ansvar/polish-law-mcp@2.0.0 --- ## 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: C+ 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 --- ## 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: C+ Version: 4.1.38 Install (Claude Code): claude mcp add io-github-delimit-ai-delimit-mcp-server -- npx -y delimit-cli@4.1.53 --- ## 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-zezeron-tweetsave-mcp -- npx -y tweetsave-mcp@1.0.3 --- ## Search URL: https://mcp-marketplace.io/server/ai-nothumansearch-search Summary: Search the agentic web. 1,900+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use. Description: Search the agentic web. 1,900+ 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: C+ Version: 1.7.0 Install (Claude Code Remote): claude mcp add --transport http ai-nothumansearch-search https://nothumansearch.ai/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nobel https://gateway.pipeworx.io/nobel/mcp --- ## Qrcode URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-qrcode Summary: QR Code MCP — wraps api.qrserver.com (free, no auth) Description: QR Code MCP — wraps api.qrserver.com (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/qrcode/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/qrcode/mcp GitHub: https://github.com/pipeworx-io/mcp-qrcode MCP Tools (2): create_qr, read_qr Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-qrcode https://gateway.pipeworx.io/qrcode/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: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-portuguese-law-mcp -- npx -y @ansvar/portuguese-law-mcp@2.0.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http to-funn-funnel-generator https://funn.to/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-knowledge-raven-mcp https://mcp.knowledge-raven.com/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-dbtrail-dbtrail https://api.dbtrail.com/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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-guidance-ai-guidance-lark-mcp -- uvx guidance-lark-mcp==0.1.2 --- ## 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: F 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) --- ## 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 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nutrition https://gateway.pipeworx.io/nutrition/mcp --- ## Better Telegram URL: https://mcp-marketplace.io/server/io-github-n24q02m-better-telegram-mcp Summary: Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools. Category: Communication Mode: local Pricing: Free PyPI: better-telegram-mcp GitHub: https://github.com/n24q02m/better-telegram-mcp.git Security Score: 10/10 Creator: N24q02m Creator Reputation: C+ Version: 4.6.11 Required Credentials: TELEGRAM_BOT_TOKEN (required), TELEGRAM_API_ID (optional), TELEGRAM_API_HASH (required) Install (Claude Code): claude mcp add io-github-n24q02m-better-telegram-mcp -- uvx better-telegram-mcp==4.6.11 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-sec https://gateway.pipeworx.io/sec/mcp --- ## Wet URL: https://mcp-marketplace.io/server/io-github-n24q02m-wet-mcp Summary: MCP server for web search, content extraction, academic research, and library docs. Category: Search & Web Mode: local Pricing: Free PyPI: wet-mcp GitHub: https://github.com/n24q02m/wet-mcp.git Security Score: 10/10 Creator: N24q02m Creator Reputation: C+ Version: 2.26.7 Required Credentials: API_KEYS (required), GITHUB_TOKEN (required) Install (Claude Code): claude mcp add io-github-n24q02m-wet-mcp -- uvx wet-mcp==2.26.7 --- ## 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 --- ## 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: C+ 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: C+ 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: C+ 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: D 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-xorbuc-orbuc https://mcp.orbuc.io/mcp/orbuc --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-dirtsignal-dirtsignal https://dirtsignal.com/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-uselessfacts https://gateway.pipeworx.io/uselessfacts/mcp --- ## Agentlair URL: https://mcp-marketplace.io/server/io-github-piiiico-agentlair Summary: AI agent email, vault, and calendar. Tamper-evident audit trail for EU AI Act compliance. Description: AI agent email, vault, and calendar. Tamper-evident audit trail for EU AI Act compliance. Remote endpoints: streamable-http: https://agentlair-mcp-server.amdal-dev.workers.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @agentlair/mcp Remote URL: https://agentlair-mcp-server.amdal-dev.workers.dev/mcp GitHub: https://github.com/piiiico/agentlair Security Score: 10/10 Creator: Piiiico Creator Reputation: C+ Version: 1.2.0 Required Credentials: AGENTLAIR_API_KEY (required) Install (Claude Code): claude mcp add io-github-piiiico-agentlair -- npx -y @agentlair/mcp Install (Claude Code Remote): claude mcp add --transport http io-github-piiiico-agentlair https://agentlair-mcp-server.amdal-dev.workers.dev/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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-maryadawson-code-integritypulse https://integritypulse.marywomack.workers.dev/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-heyzod-mansa-african-markets https://mcp.mansamarkets.com/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-universities https://gateway.pipeworx.io/universities/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: C+ 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 --- ## Aigen Protocol URL: https://mcp-marketplace.io/server/org-duckdns-cryptogenesis-safe-agent Summary: Token safety (27 scam patterns, 6 EVM chains) + AI agent economy with $AIGEN rewards. Description: Token safety (27 scam patterns, 6 EVM chains) + AI agent economy with $AIGEN rewards. 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: 10/10 Creator: Aigen Protocol Creator Reputation: C+ Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http org-duckdns-cryptogenesis-safe-agent https://cryptogenesis.duckdns.org/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-shaileshjgd-geoclear https://mcp.geoclear.io/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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-solana-pay https://pay.rjctdlabs.xyz/sse --- ## 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-ndp-mcp -- uvx clio-kit==2.1.2 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-sandip124-wisegit -- npx -y @sandip124/wisegit@0.1.3 --- ## 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: C+ 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 --- ## Assay URL: https://mcp-marketplace.io/server/io-github-rul1an-assay-mcp-server Summary: Policy-enforcing MCP proxy with portable evidence output. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/Rul1an/assay Security Score: 10/10 Creator: Rul1an Creator Reputation: C Version: 3.5.1 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-qr-generator https://qr.rjctdlabs.xyz/sse --- ## 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: 1/10 Creator: Mshegolev Creator Reputation: C+ Version: 0.1.2 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 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-wildfire https://mcp.olyport.com/wildfire/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: C+ 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: C+ 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 --- ## Haiku URL: https://mcp-marketplace.io/server/io-github-ggozad-haiku-rag Summary: Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling Category: AI & ML Mode: local Pricing: Free PyPI: haiku-rag GitHub: https://github.com/ggozad/haiku.rag Security Score: 10/10 Creator: Ggozad Creator Reputation: C+ Version: 0.42.1 Install (Claude Code): claude mcp add io-github-ggozad-haiku-rag -- uvx haiku-rag==0.42.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-airquality https://gateway.pipeworx.io/airquality/mcp --- ## Sideways URL: https://mcp-marketplace.io/server/com-usesideways-sideways Summary: Use Sideways for unexpected questions and lateral thinking prompts to break through mental blocks. Description: Use Sideways for unexpected questions and lateral thinking prompts to break through mental blocks. Remote endpoints: streamable-http: https://usesideways.com/mcp sse: https://usesideways.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://usesideways.com/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-usesideways-sideways https://usesideways.com/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: C+ 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: C+ Version: 4.0.2 Install (Claude Code): claude mcp add io-github-jackdark425-aigroup-mdtoword-mcp -- npx -y aigroup-mdtoword-mcp@4.0.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## ALM XPP URL: https://mcp-marketplace.io/server/io-github-alimbenhelal-pro-alm-xpp-mcp Summary: 34 AI tools for D365 F&O: X++ search, ADO integration, code gen, security tracing & upgrade impact. Description: 34 AI tools for D365 F&O: X++ search, ADO integration, code gen, security tracing & upgrade impact. Remote endpoints: streamable-http: https://www.almxpp.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://www.almxpp.com/mcp GitHub: https://github.com/alimbenhelal-pro/ALM-XPP-MCP Security Score: 10/10 Installs: 1 Creator: alimbenhelal-pro Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-alimbenhelal-pro-alm-xpp-mcp https://www.almxpp.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-whois-lookup https://whois.rjctdlabs.xyz/sse --- ## Sourcelibrary V2 URL: https://mcp-marketplace.io/server/io-github-embassy-of-the-free-mind-source-library Summary: Search translated historical texts on alchemy, Hermeticism, and Renaissance philosophy. 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: 9.7/10 Creator: Embassy Of The Free Mind Creator Reputation: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-embassy-of-the-free-mind-source-library -- npx -y @source-library/mcp-server --- ## 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: C+ 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 --- ## Evlek URL: https://mcp-marketplace.io/server/app-evlek-mcp-server Summary: Live Northern Cyprus property data for AI agents — listings, price index, market overview. Description: Live Northern Cyprus property data for AI agents — listings, price index, market overview. Remote endpoints: streamable-http: https://evlek.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://evlek.app/api/mcp MCP Tools (9): search_listings, get_price_index, get_market_overview, compare_cities, get_yield_estimate, get_legal_info, suggest_neighborhood, compare_properties, get_district_profile Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http app-evlek-mcp-server https://evlek.app/api/mcp --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-stock-quote https://stock.rjctdlabs.xyz/sse --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-artic https://gateway.pipeworx.io/artic/mcp --- ## 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: C+ Version: 0.9.4 Install (Claude Code Remote): claude mcp add --transport http io-github-scottconfusedgorilla-sncro https://relay.sncro.net/tools/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-uptime-probe https://uptime.rjctdlabs.xyz/sse --- ## Weather URL: https://mcp-marketplace.io/server/io-github-therealmrfunguy-weather-mcp Summary: Weather forecasts, current conditions, and location search via Open-Meteo. Description: Weather forecasts, current conditions, and location search via Open-Meteo. Remote endpoints: sse: https://weather.rjctdlabs.xyz/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://weather.rjctdlabs.xyz/sse Security Score: 7/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-weather-mcp https://weather.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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-joinnod-mcp https://connect.joinnod.com/mcp --- ## 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: 7/10 Creator: Growi DeFi Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-growi-defi-mcp-growi -- npx -y mcp-growi@0.1.1 --- ## 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: C+ Version: 4.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-nefesh-human-state https://mcp.nefesh.ai/mcp --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-chucknorris https://gateway.pipeworx.io/chucknorris/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-prodpoke-prodpoke-mcp https://prodpoke.com/v1/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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-climate https://gateway.pipeworx.io/climate/mcp --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-catfacts https://gateway.pipeworx.io/catfacts/mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-realopengroup-mcp-server https://mcp.realopen.app/mcp --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-therealmrfunguy-pdf-tools https://pdf.rjctdlabs.xyz/sse --- ## Pgedge Postgres URL: https://mcp-marketplace.io/server/io-github-pgedge-postgres-mcp Summary: Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI Category: Data & Analytics Mode: local Pricing: Free GitHub: https://github.com/pgEdge/pgedge-postgres-mcp Security Score: 10/10 Rating: 5/5 Installs: 1 Creator: PgEdge Creator Reputation: C+ Version: 1.0.0 --- ## 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: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-gswardman-giveready -- npx -y giveready-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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-bushdrum-events https://bushdrum.com/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: C+ 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 --- ## Revogrid URL: https://mcp-marketplace.io/server/io-github-revolist-revogrid-mcp Summary: Hosted MCP server for RevoGrid docs, examples, feature checks, and migration guidance. Description: Hosted MCP server for RevoGrid docs, examples, feature checks, and migration guidance. Remote endpoints: streamable-http: https://mcp.rv-grid.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.rv-grid.com GitHub: https://github.com/revolist/revogrid-mcp MCP Tools (4): search_revogrid_docs, find_examples, resolve_feature_matrix, get_migration_notes Security Score: 9/10 Creator: Revolist Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-revolist-revogrid-mcp https://mcp.rv-grid.com --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ninihen1-flowstudio-mcp https://mcp.flowstudio.app/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-webflow-mcp Summary: AI-powered design and management for Webflow Sites Description: AI-powered design and management for Webflow Sites Remote endpoints: streamable-http: https://mcp.webflow.com/mcp Category: Design Mode: dual Pricing: Free GitHub: https://github.com/webflow/mcp-server Security Score: 10/10 Installs: 1 Creator: Webflow Creator Reputation: C+ Version: 2.0.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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pepabo-colormeshop-mcp https://agent.colorme.app/api/mcp --- ## Cahthuranag URL: https://mcp-marketplace.io/server/io-github-cahthuranag-mcp-server Summary: Real-time currency exchange rates, historical data, and financial news via AllRatesToday. Category: Developer Tools Mode: local Pricing: Free npm: @allratestoday/mcp-server GitHub: https://github.com/cahthuranag/mcp-server Security Score: 8/10 Creator: Cahthuranag Creator Reputation: C+ Version: 0.2.0 Required Credentials: ALLRATES_API_KEY (required), ALLRATES_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-cahthuranag-mcp-server -- npx -y @allratestoday/mcp-server@0.2.0 --- ## 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: C+ Version: 0.2.8 Install (Claude Code): claude mcp add io-github-appwrite-mcp-for-api -- uvx mcp-server-appwrite==0.4.1 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-genderize https://gateway.pipeworx.io/genderize/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: C+ Version: 0.4.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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-daedalus-mcp-pcapy-ng -- uvx mcp-pcapy-ng==0.1.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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fda https://gateway.pipeworx.io/fda/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: C+ 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 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-zoom-zoom-docs https://mcp.zoom.us/mcp/docs/streamable --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-webmoleai-mcp-vibe-checker -- npx -y mcp-vibe-checker@0.2.1 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-tienda-nube Summary: Tienda Nube — LATAM e-commerce platform (Argentine-founded) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-tienda-nube GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: TIENDANUBE_ACCESS_TOKEN (required), TIENDANUBE_STORE_ID (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-tienda-nube -- npx -y @codespar/mcp-tienda-nube --- ## Datris Platform Oss URL: https://mcp-marketplace.io/server/io-github-datris-datris Summary: AI Agent-Native Data Platform — ingest, validate, transform, and query data. Category: Developer Tools Mode: local Pricing: Free PyPI: datris-mcp-server GitHub: https://github.com/datris/datris-platform-oss Security Score: 3.2/10 Creator: Datris Creator Reputation: C+ Version: 1.6.11 Required Credentials: PIPELINE_URL (optional), PIPELINE_API_KEY (required) Install (Claude Code): claude mcp add io-github-datris-datris -- uvx datris-mcp-server==1.6.11 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-stimulsoft-docs https://devs.stimulsoft.com/mcp-docs --- ## 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: C+ 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 --- ## Airq URL: https://mcp-marketplace.io/server/io-github-corantgmbh-mcp-airq Summary: MCP server for direct HTTP communication with air-Q air quality sensor devices Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-airq GitHub: https://github.com/CorantGmbH/mcp-airq Security Score: 8.7/10 Rating: 5/5 Installs: 1 Creator: CorantGmbH Creator Reputation: C+ Version: 1.6.3 Required Credentials: AIRQ_CONFIG_FILE (optional), AIRQ_DEVICES (required) Install (Claude Code): claude mcp add io-github-corantgmbh-mcp-airq -- uvx mcp-airq==1.6.3 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-census-cbp https://mcp.olyport.com/census-cbp/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-ivanstan-tle-satellite https://tle.ivanstanojevic.me/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nominatim https://gateway.pipeworx.io/nominatim/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 --- ## Turbometrics URL: https://mcp-marketplace.io/server/io-github-turbopress-de-turbometrics-mcp Summary: Website performance monitoring: scans, Core Web Vitals, RUM data and alerts. Description: Website performance monitoring: scans, Core Web Vitals, RUM data and alerts. Remote endpoints: streamable-http: https://turbometrics.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://turbometrics.de/mcp GitHub: https://github.com/turbopress-de/turbometrics-mcp Security Score: 6.6/10 Creator: Turbopress De Creator Reputation: C+ Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-turbopress-de-turbometrics-mcp https://turbometrics.de/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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-newton https://gateway.pipeworx.io/newton/mcp --- ## Addon URL: https://mcp-marketplace.io/server/io-github-storybookjs-addon-mcp Summary: Help agents automatically write and test stories for your UI components. Category: Design Mode: local Pricing: Free npm: @storybook/addon-mcp GitHub: https://github.com/storybookjs/mcp Security Score: 9.9/10 Creator: Storybookjs Creator Reputation: C+ Version: 0.6.0 Install (Claude Code): claude mcp add io-github-storybookjs-addon-mcp -- npx -y @storybook/addon-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: C+ 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: C+ 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: C+ Version: 0.0.42 Install (Claude Code): claude mcp add ai-toolprint-hypertool-mcp -- npx -y @toolprint/hypertool-mcp@0.0.45 --- ## 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: C+ 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 scan. 16 AI frameworks, pass/fail per article, fix instructions. Free. Description: EU AI Act + GDPR compliance scan. 16 AI frameworks, pass/fail per article, fix instructions. Free. Remote endpoints: streamable-http: https://mcp.arkforge.tech/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.arkforge.tech/mcp GitHub: https://github.com/ark-forge/mcp-eu-ai-act Security Score: 9/10 Creator: Ark Forge Creator Reputation: C+ Version: 2.0.23 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 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 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-acc https://mcp.scanbimlabs.io/acc --- ## 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 (3): decode_vin, get_makes, get_models Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-nhtsa https://gateway.pipeworx.io/nhtsa/mcp --- ## Acm 68000 URL: https://mcp-marketplace.io/server/io-github-allooloo-acm-68000-mcp Summary: ACM-68000 DPU resolver. First CPG product eligibility checker on MCP. Description: ACM-68000 DPU resolver. First CPG product eligibility checker on MCP. Remote endpoints: streamable-http: https://mcp.10060.ai Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.10060.ai GitHub: https://github.com/allooloo/acm-68000 Security Score: 9.9/10 Creator: Allooloo Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-allooloo-acm-68000-mcp https://mcp.10060.ai --- ## 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: C+ 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 --- ## 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: C+ 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 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 --- ## 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: C+ Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jackmmaher-ukdatapi https://www.ukdatapi.com/api/mcp --- ## Kitsune URL: https://mcp-marketplace.io/server/io-github-kaiser-data-kitsune-mcp Summary: Shape-shifting MCP hub — shapeshift() into 10,000+ servers at runtime. No restarts. 7 registries. Category: Developer Tools Mode: local Pricing: Free npm: kitsune-mcp PyPI: kitsune-mcp GitHub: https://github.com/kaiser-data/kitsune-mcp Security Score: 1.5/10 Creator: Kaiser Data Creator Reputation: C+ Version: 0.9.0 Required Credentials: SMITHERY_API_KEY (required) Install (Claude Code): claude mcp add io-github-kaiser-data-kitsune-mcp -- npx -y kitsune-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.8/10 Creator: 06ketan Creator Reputation: C+ Version: 0.3.1 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.2 --- ## Api URL: https://mcp-marketplace.io/server/com-linkbreakers-mcp Summary: QR-driven customer-journey platform for tracked QR codes, short links, and analytics. Description: QR-driven customer-journey platform for tracked QR codes, short links, and analytics. Remote endpoints: streamable-http: https://mcp.linkbreakers.com Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.linkbreakers.com GitHub: https://github.com/linkbreakers-com/api Security Score: 8/10 Creator: Laurent Schaffner Creator Reputation: D Version: 1.46.14 Install (Claude Code Remote): claude mcp add --transport http com-linkbreakers-mcp https://mcp.linkbreakers.com --- ## 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: C+ 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 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-navisworks https://mcp.scanbimlabs.io/navisworks --- ## 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: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http at-uurl-bundler https://uurl.at/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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 2.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vinaybhosle-shippingrates-mcp-server https://mcp.shippingrates.org/mcp/ --- ## 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: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.1 Install (Claude Code): claude mcp add eu-ansvar-italian-law-mcp -- npx -y @ansvar/italian-law-mcp@2.0.0 --- ## 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: C+ Version: 1.9.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jason2016-clawshow-mcp-server https://mcp.clawshow.ai/sse --- ## CrowdSentinels AI URL: https://mcp-marketplace.io/server/io-github-thomasxm-crowdsentinel-mcp-server Summary: AI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch Category: Security Mode: local Pricing: Free PyPI: crowdsentinel-mcp-server GitHub: https://github.com/thomasxm/CrowdSentinels-AI-MCP Security Score: 1.5/10 Creator: Thomasxm Creator Reputation: C+ Version: 0.5.6 Required Credentials: ELASTICSEARCH_HOSTS (optional), ELASTICSEARCH_CLOUD_ID (optional), ELASTICSEARCH_API_KEY (required), ELASTICSEARCH_USERNAME (optional), ELASTICSEARCH_PASSWORD (required), ELASTICSEARCH_BEARER_TOKEN (required), VERIFY_CERTS (optional), REQUEST_TIMEOUT (optional) Install (Claude Code): claude mcp add io-github-thomasxm-crowdsentinel-mcp-server -- uvx crowdsentinel-mcp-server==0.5.6 --- ## 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-verifiedstate-verifiedstate-mcp https://mcp.verifiedstate.ai/mcp --- ## 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: 4.2/10 Creator: Trycourier Creator Reputation: C+ Version: 1.3.2 Install (Claude Code Remote): claude mcp add --transport http io-github-trycourier-courier https://mcp.courier.com --- ## Agentforge URL: https://mcp-marketplace.io/server/io-github-acarchidi-agentforge Summary: DeFi safety layer for AI agents: wallet checks, contract docs, approvals, tx decode. Description: DeFi safety layer for AI agents: wallet checks, contract docs, approvals, tx decode. Remote endpoints: streamable-http: https://agentforge-taupe.vercel.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentforge-taupe.vercel.app/mcp GitHub: https://github.com/acarchidi/agentforge Security Score: 10/10 Creator: Acarchidi Creator Reputation: C+ Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-acarchidi-agentforge https://agentforge-taupe.vercel.app/mcp --- ## 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: C+ Version: 1.0.5 Install (Claude Code Remote): claude mcp add --transport http io-scanbimlabs-scanbim https://mcp.scanbimlabs.io/unified --- ## 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: 9/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 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-irs-990 https://mcp.olyport.com/irs-990/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sriharkaur-geoclear https://mcp.geoclear.io/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: C+ Version: 0.2.2 Install (Claude Code): claude mcp add io-github-matthewalexong-neo-vision -- npx -y neo-vision@0.2.2 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 4DA URL: https://mcp-marketplace.io/server/io-github-runyourempire-4da-mcp-server Summary: Scan deps for CVEs via MCP. Auto-detects stack, queries OSV.dev. Zero config, privacy-first. Category: Developer Tools Mode: local Pricing: Free npm: @4da/mcp-server GitHub: https://github.com/runyourempire/4DA Security Score: 9.7/10 Creator: Runyourempire Creator Reputation: C+ Version: 4.2.1 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http app-saber-mcp-saber https://mcp.saber.app/mcp --- ## Trello URL: https://mcp-marketplace.io/server/io-github-delorenj-mcp-server-trello Summary: MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration. Category: Business Tools Mode: local Pricing: Free npm: @delorenj/mcp-server-trello GitHub: https://github.com/delorenj/mcp-server-trello Security Score: 5.5/10 Installs: 1 Creator: delorenj Creator Reputation: F Version: 1.5.5 Required Credentials: TRELLO_API_KEY (required), TRELLO_TOKEN (required) Install (Claude Code): claude mcp add io-github-delorenj-mcp-server-trello -- npx -y @delorenj/mcp-server-trello@1.7.1 --- ## Link URL: https://mcp-marketplace.io/server/io-linkmcp-linkmcp Summary: Hosted MCP server for LinkedIn. 25 tools for profiles, messages, search, and more. Description: Hosted MCP server for LinkedIn. 25 tools for profiles, messages, search, and more. Remote endpoints: streamable-http: https://app.linkmcp.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.linkmcp.io/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-linkmcp-linkmcp https://app.linkmcp.io/api/mcp --- ## Agent Memory URL: https://mcp-marketplace.io/server/io-github-mastadoonprime-agent-memory Summary: Persistent, agent-owned memory with encrypted storage and shared knowledge commons. Description: Persistent, agent-owned memory with encrypted storage and shared knowledge commons. Remote endpoints: sse: https://agent-memory-production-6506.up.railway.app/sse Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://agent-memory-production-6506.up.railway.app/sse GitHub: https://github.com/MastadoonPrime/agent-memory Security Score: 3.8/10 Creator: MastadoonPrime Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mastadoonprime-agent-memory https://agent-memory-production-6506.up.railway.app/sse --- ## 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: D 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: C+ Version: 1.6.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kriptoburak-xquik https://xquik.com/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: C+ 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 --- ## Crm URL: https://mcp-marketplace.io/server/io-studiomeyer-crm Summary: AI-native CRM with 33 tools. Pipeline, leads, Stripe sync, Magic Link auth. Free tier. Description: AI-native CRM with 33 tools. Pipeline, leads, Stripe sync, Magic Link auth. Free tier. Remote endpoints: streamable-http: https://crm.studiomeyer.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crm.studiomeyer.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 2.5.1 Install (Claude Code Remote): claude mcp add --transport http io-studiomeyer-crm https://crm.studiomeyer.io/mcp --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-art https://gateway.pipeworx.io/art/mcp --- ## 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: C+ 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: C+ 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 --- ## 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-obaron-aeo https://api.obaron.ai/aeo/mcp --- ## Dynamoi URL: https://mcp-marketplace.io/server/io-github-getdynamoi-dynamoi Summary: Promote music on Spotify and grow YouTube channels through AI-powered Meta and Google ad campaigns. Description: Promote music on Spotify and grow YouTube channels through AI-powered Meta and Google ad campaigns. Remote endpoints: streamable-http: https://dynamoi.com/mcp Category: Marketing & Social Mode: dual Pricing: Free npm: @dynamoi/mcp GitHub: https://github.com/getDynamoi/mcp Security Score: 10/10 Creator: GetDynamoi Creator Reputation: C+ Version: 0.4.0 Install (Claude Code): claude mcp add io-github-getdynamoi-dynamoi -- npx -y @dynamoi/mcp@0.4.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mayankjanmejay-bopmarket https://bopmarket.store/mcp/sse --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-dep -- npx -y @rog0x/mcp-dep-tools@1.0.1 --- ## 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: C+ Version: 0.4.3 Required Credentials: PROMPTIBUS_API_KEY (required), PROMPTIBUS_API_URL (optional) Install (Claude Code): claude mcp add com-promptibus-mcp -- npx -y @promptibus/mcp@0.4.3 --- ## Openvan Camp Public Api URL: https://mcp-marketplace.io/server/io-github-kopaev-openvan-travel Summary: Vanlife & RV travel data — fuel prices, weather, currency, events, news (free, 11 MCP tools) Description: Vanlife & RV travel data — fuel prices, weather, currency, events, news (free, 11 MCP tools) Remote endpoints: streamable-http: https://mcp.openvan.camp/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.openvan.camp/mcp GitHub: https://github.com/Kopaev/openvan-camp-public-api MCP Tools (11): get_fuel_prices, compare_fuel_prices, find_cheapest_fuel, get_vansky_weather, list_vansky_top, list_events, get_event, search_stories, compare_vanbasket, get_vanbasket, get_currency_rate Security Score: 8/10 Creator: Kopaev Creator Reputation: C+ Version: 0.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-kopaev-openvan-travel https://mcp.openvan.camp/mcp --- ## 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: C+ 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 --- ## Oxylabs URL: https://mcp-marketplace.io/server/io-oxylabs-oxylabs-mcp Summary: Fetch and process content from specified URLs & sources using the Oxylabs Web Scraper API. Category: Developer Tools Mode: local Pricing: Free PyPI: oxylabs-mcp GitHub: https://github.com/oxylabs/oxylabs-mcp Security Score: 3.5/10 Creator: Oxylabs Creator Reputation: C+ Version: 0.7.2 Required Credentials: OXYLABS_USERNAME (required), OXYLABS_PASSWORD (required), OXYLABS_AI_STUDIO_API_KEY (required) Install (Claude Code): claude mcp add io-oxylabs-oxylabs-mcp -- uvx oxylabs-mcp==0.7.5 --- ## Argentine Law URL: https://mcp-marketplace.io/server/eu-ansvar-argentine-law-mcp Summary: Argentine legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/argentine-law-mcp GitHub: https://github.com/Ansvar-Systems/argentine-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-argentine-law-mcp -- npx -y @ansvar/argentine-law-mcp@2.0.0 --- ## 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: C+ Version: 0.3.1 --- ## Mcp URL: https://mcp-marketplace.io/server/ai-getperspective-mcp Summary: MCP server for Perspective AI. Design, deploy, analyze, and automate conversation agents. Description: MCP server for Perspective AI. Design, deploy, analyze, and automate conversation agents. Remote endpoints: streamable-http: https://getperspective.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://getperspective.ai/mcp GitHub: https://github.com/Perspective-AI/mcp Security Score: 7.9/10 Creator: Perspective AI Creator Reputation: C+ Version: 0.0.6 Install (Claude Code Remote): claude mcp add --transport http ai-getperspective-mcp https://getperspective.ai/mcp --- ## Zenrows URL: https://mcp-marketplace.io/server/io-github-zenrows-zenrows-mcp Summary: ZenRows MCP server — Universal Scraper API for AI coding assistants Category: Developer Tools Mode: local Pricing: Free npm: @zenrows/mcp GitHub: https://github.com/ZenRows/zenrows-mcp Security Score: 6/10 Creator: ZenRows Creator Reputation: C+ Version: 1.0.0 Required Credentials: ZENROWS_API_KEY (required) Install (Claude Code): claude mcp add io-github-zenrows-zenrows-mcp -- npx -y @zenrows/mcp@2.0.6 --- ## 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: C+ Version: 0.2.4 Required Credentials: OPENFIGI_API_KEY (required) Install (Claude Code): claude mcp add io-github-viktorlarsson-openfigi -- npx -y openfigi-mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-worldweatheronline-wwo-mcp https://mcp.worldweatheronline.com/mcp --- ## Subgraph Registry URL: https://mcp-marketplace.io/server/io-github-paulieb14-subgraph-registry-mcp Summary: Discover and query 14,700+ 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: 6.3/10 Creator: PaulieB14 Creator Reputation: C+ Version: 0.2.3 Install (Claude Code): claude mcp add io-github-paulieb14-subgraph-registry-mcp -- npx -y subgraph-registry-mcp@0.4.0 --- ## Zoo URL: https://mcp-marketplace.io/server/io-github-kittycad-zoo-mcp Summary: An MCP server that provides access to the Zoo API for various CAD operations and tools. Category: Developer Tools Mode: local Pricing: Free PyPI: zoo_mcp GitHub: https://github.com/KittyCAD/mcp Security Score: 10/10 Creator: KittyCAD Creator Reputation: C+ Version: 0.13.2 Required Credentials: ZOO_TOKEN (required) Install (Claude Code): claude mcp add io-github-kittycad-zoo-mcp -- uvx zoo_mcp==0.13.2 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-michaeljiangmingfeng-debug-quanttogo-mcp -- npx -y quanttogo-mcp@0.3.0 --- ## Preflyte URL: https://mcp-marketplace.io/server/xyz-preflyte-preflyte Summary: DeFi financial intelligence for AI agents — free MCP + paid REST via MPP/USDC. Description: DeFi financial intelligence for AI agents — free MCP + paid REST via MPP/USDC. 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http xyz-preflyte-preflyte https://mcp.preflyte.xyz/mcp --- ## Railway URL: https://mcp-marketplace.io/server/io-github-railwayapp-mcp-server Summary: Official Railway MCP server Category: Cloud & DevOps Mode: local Pricing: Free npm: @railway/mcp-server GitHub: https://github.com/railwayapp/railway-mcp-server Security Score: 7/10 Creator: Railwayapp Creator Reputation: C+ Version: 0.1.5 Install (Claude Code): claude mcp add io-github-railwayapp-mcp-server -- npx -y @railway/mcp-server@0.1.8 --- ## 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: C+ 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: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-tarteelai-tarteel-mcp-server https://mcp.tarteel.ai/mcp --- ## Deadends URL: https://mcp-marketplace.io/server/dev-deadends-deadends-dev Summary: Structured failure knowledge for AI agents — dead ends, workarounds, error chains Category: Developer Tools Mode: local Pricing: Free PyPI: deadends-dev GitHub: https://github.com/dbwls99706/deadends.dev Security Score: 8.8/10 Creator: dbwls99706 Version: 0.3.2 Install (Claude Code): claude mcp add dev-deadends-deadends-dev -- uvx deadends-dev==0.7.0 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-grzesir-botspot-trading https://mcp.botspot.trade/mcp --- ## Sectora URL: https://mcp-marketplace.io/server/io-github-megabrainee-sectora Summary: Threat intel for AI: CVE lookup, EPSS, CISA KEV, weaponization, IP reputation. Description: Threat intel for AI: CVE lookup, EPSS, CISA KEV, weaponization, IP reputation. 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 (8): lookup_cve, assess_tech_risk, search_cves, get_kev_recent, get_trending_cves, get_weaponization_score, lookup_ip_reputation, get_threat_stats Security Score: 8/10 Creator: BraineeTech Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-megabrainee-sectora https://mcp.sectora.io/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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-johnbeans-ten -- uvx ten-mcp-server --- ## 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: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-ezrabrilliant-staruml-mcp -- npx -y staruml-mcp@0.3.2 --- ## Github URL: https://mcp-marketplace.io/server/io-github-github-github-mcp-server Summary: Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language. Description: Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language. Remote endpoints: streamable-http: https://api.githubcopilot.com/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.githubcopilot.com/mcp/ GitHub: https://github.com/github/github-mcp-server Security Score: 10/10 Creator: Github Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-github-github-mcp-server https://api.githubcopilot.com/mcp/ --- ## 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 Creator: ChromeDevTools Creator Reputation: C+ Version: 0.23.0 Install (Claude Code): claude mcp add io-github-chromedevtools-chrome-devtools-mcp -- npx -y chrome-devtools-mcp@0.23.0 --- ## 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: C+ 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 --- ## Docbase URL: https://mcp-marketplace.io/server/io-github-krayinc-docbase Summary: DocBase MCP server for AI agents Description: DocBase MCP server for AI agents Remote endpoints: streamable-http: https://mcp.docbase.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.docbase.io/mcp GitHub: https://github.com/krayinc/docbase-mcp-server Security Score: 8/10 Creator: Krayinc Creator Reputation: C+ Version: 1.1.3 Install (Claude Code Remote): claude mcp add --transport http io-github-krayinc-docbase https://mcp.docbase.io/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-which-model-whichmodel https://whichmodel.dev/mcp --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-agentic-news-mcp https://api.agentic-news.ai/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-newzai-api-news-mcp https://api.newzai.ai/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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-tosheroon-mcp https://tosheroon.com/mcp --- ## 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: 9/10 Creator: Mikhae1 Creator Reputation: C+ Version: 1.7.0 Required Credentials: KUBECONFIG (optional), MCP_MODE (optional), MCP_LOG_LEVEL (optional), MCP_KUBE_CONTEXT (optional), MCP_K8S_SKIP_TLS_VERIFY (optional), MCP_HIDE_SENSITIVE (optional), MCP_TIMEOUT (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@1.7.4 --- ## Catalunya 2022 URL: https://mcp-marketplace.io/server/cat-2022-catalunya-2022 Summary: Consulta el pla estratègic Catalunya 2022: 3 àmbits, 12 objectius, 91 accions. Trilingüe CA/EN/ES. Description: Consulta el pla estratègic Catalunya 2022: 3 àmbits, 12 objectius, 91 accions. Trilingüe CA/EN/ES. Remote endpoints: streamable-http: https://mcp.2022.cat Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.2022.cat GitHub: https://github.com/Catalunya-2022/mcp MCP Tools (4): search_document, get_section, get_document_metadata, list_proposals Security Score: 9/10 Creator: Catalunya 2022 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cat-2022-catalunya-2022 https://mcp.2022.cat --- ## 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: C+ Version: 0.9.9 Install (Claude Code): claude mcp add io-github-hebcal-hebcal -- npx -y @hebcal/mcp@0.10.1 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-container-mcp https://container.googleapis.com/mcp --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-zoom-zoom-whiteboard https://mcp.zoom.us/mcp/whiteboard/streamable --- ## 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-zoom-zoom-workspace https://mcp.zoom.us/mcp/zoom/streamable --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-usdvcapital-real-estate-cfo https://api.usdvcapital.com/mcp --- ## Memory URL: https://mcp-marketplace.io/server/io-studiomeyer-memory Summary: AI memory with 53 tools. Knowledge Graph, semantic search, Magic Link auth. Free tier. Description: AI memory with 53 tools. Knowledge Graph, semantic search, Magic Link auth. Free tier. Remote endpoints: streamable-http: https://memory.studiomeyer.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://memory.studiomeyer.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 3.11.1 Install (Claude Code Remote): claude mcp add --transport http io-studiomeyer-memory https://memory.studiomeyer.io/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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-vincario-vehicle-data https://mcp.vincario.com/mcp --- ## Dynatrace URL: https://mcp-marketplace.io/server/io-github-dynatrace-oss-dynatrace-mcp Summary: Access Dynatrace observability data: logs, metrics, problems, vulnerabilities via DQL and Davis AI Category: Developer Tools Mode: local Pricing: Free npm: @dynatrace-oss/dynatrace-mcp-server GitHub: https://github.com/dynatrace-oss/Dynatrace-mcp Security Score: 10/10 Creator: Dynatrace Oss Creator Reputation: C+ Version: 1.8.2 Required Credentials: DT_ENVIRONMENT (optional), DT_PLATFORM_TOKEN (optional), OAUTH_CLIENT_ID (optional), OAUTH_CLIENT_SECRET (optional), DT_GRAIL_QUERY_BUDGET_GB (optional) Install (Claude Code): claude mcp add io-github-dynatrace-oss-dynatrace-mcp -- npx -y @dynatrace-oss/dynatrace-mcp-server@1.8.2 --- ## 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: C+ 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 --- ## Data URL: https://mcp-marketplace.io/server/io-github-mironovisa-datamcp Summary: Connect AI tools to your PostgreSQL with permissions, encryption, and audit trails. Description: Connect AI tools to your PostgreSQL with permissions, encryption, and audit trails. Remote endpoints: streamable-http: https://api.datamcp.app/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.datamcp.app/api/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.9.3 Install (Claude Code Remote): claude mcp add --transport http io-github-mironovisa-datamcp https://api.datamcp.app/api/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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-hunterpercival-apex -- npx -y apex-mcp-server@1.0.2 --- ## 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: C+ 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 --- ## Notebooklm Mcp Secure URL: https://mcp-marketplace.io/server/io-github-pantheon-security-notebooklm-mcp-secure Summary: Security-hardened NotebookLM MCP with post-quantum encryption Category: Security Mode: local Pricing: Free npm: @pan-sec/notebooklm-mcp GitHub: https://github.com/Pantheon-Security/notebooklm-mcp-secure Security Score: 9/10 Creator: Pantheon Security Creator Reputation: C+ Version: 2026.1.6 Install (Claude Code): claude mcp add io-github-pantheon-security-notebooklm-mcp-secure -- npx -y @pan-sec/notebooklm-mcp@2026.2.11 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-getambr-ambr-mcp-server https://getamber.dev/api/mcp --- ## Hetzner URL: https://mcp-marketplace.io/server/io-github-lazyants-hetzner Summary: MCP server for the Hetzner Cloud API — servers, networks, volumes, firewalls, and more. Category: Cloud & DevOps Mode: local Pricing: Free npm: @lazyants/hetzner-mcp-server GitHub: https://github.com/lazyants/hetzner-mcp-server Security Score: 4/10 Creator: Lazyants Creator Reputation: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-lazyants-hetzner -- npx -y @lazyants/hetzner-mcp-server@1.1.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-audioalpha-www-mcp https://www.audioalpha.io/api/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: 4/10 Creator: Lazyants Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-lazyants-lexware -- npx -y @lazyants/lexware-mcp-server@1.0.0 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-drivenrajat-f1 -- uvx f1-mcp==0.1.3 --- ## Claude Code Skills URL: https://mcp-marketplace.io/server/io-github-levnikolaevich-hex-graph-mcp Summary: Deterministic layered code graph MCP server with framework overlays and SCIP interop. Category: Developer Tools Mode: local Pricing: Free npm: @levnikolaevich/hex-graph-mcp GitHub: https://github.com/levnikolaevich/claude-code-skills Security Score: 10/10 Creator: Levnikolaevich Creator Reputation: C+ Version: 0.19.0 Install (Claude Code): claude mcp add io-github-levnikolaevich-hex-graph-mcp -- npx -y @levnikolaevich/hex-graph-mcp@0.19.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 4.15.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bnmbnmai-apollo-intelligence https://apolloai.team/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: C+ 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: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-zhongweili-nanobanana-mcp-server -- uvx nanobanana-mcp-server==0.4.4 --- ## 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: C+ Version: 1.0.3-beta Install (Claude Code): claude mcp add io-github-ankitpal181-toon-parse-mcp -- uvx toon-parse-mcp==1.0.4b0 --- ## Myco URL: https://mcp-marketplace.io/server/io-github-battam1111-myco Summary: Cognitive substrate for LLM agents. 18 verbs + 25 lint dims over a self-validating graph. Category: Developer Tools Mode: local Pricing: Free PyPI: myco GitHub: https://github.com/Battam1111/Myco Security Score: 10/10 Creator: Battam1111 Creator Reputation: C+ Version: 0.5.22 Install (Claude Code): claude mcp add io-github-battam1111-myco -- uvx myco==0.5.22 --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-thehesiod-costco -- uvx costco-mcp-server==0.1.2 --- ## 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: C+ 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 --- ## Jcodemunch URL: https://mcp-marketplace.io/server/io-github-jgravelle-jcodemunch-mcp Summary: Token-efficient code exploration via tree-sitter AST parsing. 25+ languages, 95%+ token savings. Category: Developer Tools Mode: local Pricing: Free PyPI: jcodemunch-mcp GitHub: https://github.com/jgravelle/jcodemunch-mcp Security Score: 9.3/10 Creator: Jgravelle Creator Reputation: C+ Version: 1.8.6 Install (Claude Code): claude mcp add io-github-jgravelle-jcodemunch-mcp -- uvx jcodemunch-mcp==1.70.0 --- ## 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-log -- npx -y @rog0x/mcp-log-tools@1.0.2 --- ## Aloha Fyi URL: https://mcp-marketplace.io/server/io-github-baphometnxg-aloha-fyi-mcp Summary: Hawaii MCP: tours, events, weather, restaurants, and day-plan itineraries across 4 islands. Description: Hawaii MCP: tours, events, weather, restaurants, and day-plan itineraries across 4 islands. Remote endpoints: streamable-http: https://mcp-server-nani-v3-20.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-server-nani-v3-20.up.railway.app/mcp GitHub: https://github.com/baphometnxg/aloha-fyi-mcp MCP Tools (6): search_hawaii_tours, get_hawaii_deals, search_hawaii_events, get_hawaii_weather, find_hawaii_restaurants, plan_hawaii_day Security Score: 8/10 Creator: Baphometnxg Creator Reputation: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-baphometnxg-aloha-fyi-mcp https://mcp-server-nani-v3-20.up.railway.app/mcp --- ## 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: D 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 --- ## Claude Code Skills URL: https://mcp-marketplace.io/server/io-github-levnikolaevich-hex-ssh-mcp Summary: Token-efficient SSH MCP server with hash-verified remote file operations. 8 tools. Category: Developer Tools Mode: local Pricing: Free npm: @levnikolaevich/hex-ssh-mcp GitHub: https://github.com/levnikolaevich/claude-code-skills Security Score: 10/10 Creator: Levnikolaevich Creator Reputation: C+ Version: 1.7.0 Install (Claude Code): claude mcp add io-github-levnikolaevich-hex-ssh-mcp -- npx -y @levnikolaevich/hex-ssh-mcp@1.7.0 --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-flsteven87-llm-wiki-mcp -- uvx llm-wiki-mcp==0.1.1 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-datastream-mcp https://datastream.googleapis.com/mcp --- ## Transkribus URL: https://mcp-marketplace.io/server/io-github-lazyants-transkribus Summary: MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models. Category: Developer Tools Mode: local Pricing: Free npm: @lazyants/transkribus-mcp-server GitHub: https://github.com/lazyants/transkribus-mcp-server Security Score: 4/10 Creator: Lazyants Creator Reputation: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-lazyants-transkribus -- npx -y @lazyants/transkribus-mcp-server@1.0.0 --- ## Cordon URL: https://mcp-marketplace.io/server/io-github-marras0914-cordon Summary: Security gateway for MCP. Policy enforcement, audit logging, human-in-the-loop approvals. Category: Developer Tools Mode: local Pricing: Free npm: cordon-cli GitHub: https://github.com/marras0914/cordon Security Score: 4.2/10 Creator: Marras0914 Creator Reputation: C+ Version: 0.1.8 Install (Claude Code): claude mcp add io-github-marras0914-cordon -- npx -y cordon-cli --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-compute-mcp https://compute.googleapis.com/mcp --- ## Guardvibe URL: https://mcp-marketplace.io/server/io-github-goklab-guardvibe Summary: Security MCP for AI-generated code. 341 rules, 36 tools, CLI + doctor + host audit. Category: Developer Tools Mode: local Pricing: Free npm: guardvibe GitHub: https://github.com/goklab/guardvibe Security Score: 10/10 Creator: Goklab Creator Reputation: C+ Version: 3.0.24 Install (Claude Code): claude mcp add io-github-goklab-guardvibe -- npx -y guardvibe@3.0.24 --- ## 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: C+ 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: D 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-freema-metrifyr https://mcp.metrifyr.cloud/mcp --- ## Vox URL: https://mcp-marketplace.io/server/io-github-linxule-vox-mcp Summary: Multi-model AI gateway — 8 providers plus local models, no system prompt injection. Category: Developer Tools Mode: local Pricing: Free PyPI: vox-mcp GitHub: https://github.com/linxule/vox-mcp Security Score: 6.8/10 Creator: Linxule Creator Reputation: C+ Version: 0.1.0 Required Credentials: GEMINI_API_KEY (required), OPENAI_API_KEY (required), ANTHROPIC_API_KEY (required), XAI_API_KEY (required), DEEPSEEK_API_KEY (required), MOONSHOT_API_KEY (required), OPENROUTER_API_KEY (required), CUSTOM_API_URL (optional) Install (Claude Code): claude mcp add io-github-linxule-vox-mcp -- uvx vox-mcp==0.1.0 --- ## Brave Search URL: https://mcp-marketplace.io/server/io-github-brave-brave-search-mcp-server Summary: Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more. Category: Search & Web Mode: local Pricing: Free npm: @brave/brave-search-mcp-server GitHub: https://github.com/brave/brave-search-mcp-server Security Score: 10/10 Creator: Brave Creator Reputation: C+ Version: 2.0.80 Required Credentials: BRAVE_API_KEY (required) Install (Claude Code): claude mcp add io-github-brave-brave-search-mcp-server -- npx -y @brave/brave-search-mcp-server@2.0.80 --- ## 1Password URL: https://mcp-marketplace.io/server/io-github-cakerepository-1password Summary: MCP server for 1Password service accounts — tools and resources for vaults and credentials Category: Developer Tools Mode: local Pricing: Free npm: @takescake/1password-mcp GitHub: https://github.com/CakeRepository/1Password-MCP.git Security Score: 8/10 Creator: CakeRepository Creator Reputation: C+ Version: 2.0.3 Required Credentials: OP_SERVICE_ACCOUNT_TOKEN (required) Install (Claude Code): claude mcp add io-github-cakerepository-1password -- npx -y @takescake/1password-mcp@2.4.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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-achilliesbot-delphi-oracle https://delphi-oracle.onrender.com/mcp --- ## Hemmabo URL: https://mcp-marketplace.io/server/com-hemmabo-hemmabo-mcp-server Summary: Vacation rental booking infrastructure for independent hosts. 0% commission. MCP + Stripe ACP. Description: Vacation rental booking infrastructure for independent hosts. 0% commission. MCP + Stripe ACP. Remote endpoints: streamable-http: https://hemmabo-mcp-server.vercel.app/mcp Category: Developer Tools Mode: dual Pricing: Free npm: hemmabo-mcp-server Remote URL: https://hemmabo-mcp-server.vercel.app/mcp GitHub: https://github.com/HemmaBo-se/hemmabo-mcp-server MCP Tools (11): hemmabo_search_properties, hemmabo_search_availability, hemmabo_search_similar, hemmabo_compare_properties, hemmabo_booking_quote, hemmabo_booking_create, hemmabo_booking_negotiate, hemmabo_booking_checkout, hemmabo_booking_cancel, hemmabo_booking_status, hemmabo_booking_reschedule Security Score: 9.8/10 Creator: HemmaBo Version: 3.2.4 Required Credentials: SUPABASE_URL (optional), SUPABASE_SERVICE_ROLE_KEY (required), SUPABASE_ANON_KEY (required), STRIPE_SECRET_KEY (required) Install (Claude Code): claude mcp add com-hemmabo-hemmabo-mcp-server -- npx -y hemmabo-mcp-server@3.2.4 Install (Claude Code Remote): claude mcp add --transport http com-hemmabo-hemmabo-mcp-server https://hemmabo-mcp-server.vercel.app/mcp --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-nomadforecast-mcp https://nomadforecast.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: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.0.3 Install (Claude Code): claude mcp add eu-ansvar-austrian-law-mcp -- npx -y @ansvar/austrian-law-mcp@1.0.3 --- ## 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: C+ 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: C+ 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 --- ## Omnifocus URL: https://mcp-marketplace.io/server/io-github-steveardis-omnifocus Summary: Full CRUD MCP server for OmniFocus via Omni Automation — tasks, projects, folders, tags, recurrence. Category: Productivity Mode: local Pricing: Free npm: @scardis/omnifocus-mcp GitHub: https://github.com/steveardis/omnifocus-mcp Security Score: 6/10 Creator: User Version: 0.1.2 Install (Claude Code): claude mcp add io-github-steveardis-omnifocus -- npx -y @scardis/omnifocus-mcp@0.1.2 --- ## Personal Finance URL: https://mcp-marketplace.io/server/io-github-sarveshtalele-personal-finance Summary: 54 robust financial calculators based on deterministic mathematical principles. Category: Finance Mode: local Pricing: Free PyPI: personal-finance-mcp GitHub: https://github.com/sarveshtalele/personal-finance-mcp Security Score: 10/10 Installs: 1 Creator: Sarvesh Talele Version: 1.0.2 Install (Claude Code): claude mcp add io-github-sarveshtalele-personal-finance -- uvx personal-finance-mcp==1.0.2 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-donethat-donethat https://mcp.donethat.ai/ --- ## Mcp URL: https://mcp-marketplace.io/server/cloud-metrifyr-mcp Summary: Query Google Analytics 4, Search Console, GTM & AdSense with natural language from MCP clients. Description: Query Google Analytics 4, Search Console, GTM & AdSense with natural language 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http cloud-metrifyr-mcp https://mcp.metrifyr.cloud/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: 9/10 Creator: Justinstimatze Creator Reputation: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http dev-gemot-gemot https://gemot.dev/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: C+ Version: 2.2.1 Install (Claude Code Remote): claude mcp add --transport http ai-meacheal-mrc-data https://api.meacheal.ai/mcp --- ## Shopgraph URL: https://mcp-marketplace.io/server/io-github-laundromatic-shopgraph Summary: Clean product data from any URL. Schema.org + AI extraction. 200 free calls/month. Description: Clean product data from any URL. Schema.org + AI extraction. 200 free calls/month. Remote endpoints: streamable-http: https://shopgraph.dev/mcp 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 Version: 1.0.1 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 --- ## Utility URL: https://mcp-marketplace.io/server/io-github-prakhargour10-utility-mcp-server Summary: Get current IST time, IST date, and live stock/share prices by company name. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/prakhargour10/utility-mcp-server Security Score: 10/10 Creator: Prakhargour10 Creator Reputation: C+ Version: 1.0.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: F 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-firestore-mcp https://firestore.googleapis.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 Creator: jack1590 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 --- ## 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: C+ 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: C+ Version: 0.1.0 --- ## 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: C+ Version: 6.15.0 Install (Claude Code Remote): claude mcp add --transport http org-benevolabs-irenictable https://irenictable.benevolabs.org/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-parallect-prxhub https://prxhub.com/api/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: C+ 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 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http cc-captcha-captchacc https://captcha.cc/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: C+ 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 --- ## 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: C+ 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/ --- ## 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: remote Pricing: Free Remote URL: https://{plexus_host}/mcp GitHub: https://github.com/pcas-io/plexus Security Score: 7.4/10 Creator: Pcas Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pcas-io-plexus 'https://{plexus_host}/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: D 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-optisol-business-db-metadata-extractor-mcp -- uvx db-metadata-extractor-mcp --- ## Gph URL: https://mcp-marketplace.io/server/io-github-crindo2-gph-mcp-server Summary: Find healthcare service providers for medical practices. 100,000+ verified vendors. Description: Find healthcare service providers for medical practices. 100,000+ verified vendors. Remote endpoints: streamable-http: https://gph-mcp-server.pages.dev/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gph-mcp-server.pages.dev/mcp GitHub: https://github.com/Crindo2/gph-mcp-server MCP Tools (3): match_practice, search_providers, get_provider_detail Security Score: 10/10 Creator: Crindo2 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-crindo2-gph-mcp-server https://gph-mcp-server.pages.dev/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-szara7678-openakashic https://knowledge.openakashic.com/mcp/ --- ## Sbb URL: https://mcp-marketplace.io/server/io-github-fabsbags-sbb-mcp Summary: Swiss Federal Railways (SBB/CFF/FFS) — train schedules, prices, and ticket links Category: Developer Tools Mode: local Pricing: Free npm: sbb-mcp GitHub: https://github.com/Fabsbags/sbb-mcp Security Score: 5.8/10 Creator: Fabsbags Creator Reputation: C+ Version: 0.3.0 Required Credentials: SMAPI_CLIENT_ID (required), SMAPI_CLIENT_SECRET (required), SMAPI_SCOPE (optional), SMAPI_CONTRACT_ID (optional) Install (Claude Code): claude mcp add io-github-fabsbags-sbb-mcp -- npx -y sbb-mcp@0.4.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Scopus URL: https://mcp-marketplace.io/server/io-github-qwe4559999-scopus-mcp Summary: A Model Context Protocol server for the Elsevier Scopus API Category: Developer Tools Mode: local Pricing: Free PyPI: scopus-mcp GitHub: https://github.com/qwe4559999/scopus-mcp Security Score: 7/10 Creator: Qwe4559999 Creator Reputation: C+ Version: 0.1.8 Required Credentials: SCOPUS_API_KEY (required) Install (Claude Code): claude mcp add io-github-qwe4559999-scopus-mcp -- uvx scopus-mcp==0.1.8 --- ## Mcp URL: https://mcp-marketplace.io/server/com-googleapis-stitch-mcp Summary: Interact with the Stitch API using natural language commands. Description: Interact with the Stitch API using natural language commands. Remote endpoints: streamable-http: https://stitch.googleapis.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://stitch.googleapis.com/mcp MCP Tools (12): create_project, get_project, list_projects, list_screens, get_screen, generate_screen_from_text, edit_screens, generate_variants, create_design_system, update_design_system, list_design_systems, apply_design_system Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-stitch-mcp https://stitch.googleapis.com/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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-kira-autonoma-devtools -- npx -y mcp-devtools-server@1.0.1 --- ## Yandex Direct URL: https://mcp-marketplace.io/server/io-github-theyahia-yandex-direct-mcp Summary: MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandex-direct-mcp GitHub: https://github.com/theYahia/yandex-direct-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.2 Required Credentials: YANDEX_DIRECT_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-yandex-direct-mcp -- npx -y @theyahia/yandex-direct-mcp@3.0.1 --- ## Elisym URL: https://mcp-marketplace.io/server/io-github-elisymlabs-elisym Summary: AI agent discovery, marketplace, messaging, and payments on Nostr - no platform, no middleman Category: Developer Tools Mode: local Pricing: Free npm: @elisym/mcp GitHub: https://github.com/elisymlabs/elisym Security Score: 9.9/10 Creator: Elisymlabs Creator Reputation: C+ Version: 0.7.0 Required Credentials: ELISYM_AGENT (optional), ELISYM_NOSTR_SECRET (required), ELISYM_AGENT_NAME (optional), ELISYM_NETWORK (optional), ELISYM_PASSPHRASE (required), ELISYM_ALLOW_WITHDRAWAL (optional), ELISYM_ALLOW_AGENT_SWITCH (optional) Install (Claude Code): claude mcp add io-github-elisymlabs-elisym -- npx -y @elisym/mcp --- ## 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: C+ 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 --- ## 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 --- ## Goldencheck URL: https://mcp-marketplace.io/server/io-github-benzsevern-goldencheck Summary: Auto-discover validation rules from data — scan, profile, health-score. No rules to write. Description: Auto-discover validation rules from data — scan, profile, health-score. No rules to write. 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 Security Score: 10/10 Creator: benzsevern Creator Reputation: B+ Version: 1.1.4 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.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-goldencheck https://goldencheck-mcp-production.up.railway.app/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: C+ 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: C+ 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: C+ Version: 1.1.2 Install (Claude Code): claude mcp add io-github-u2n4-nanobanana-imagen-mcp -- uvx nanobanana-imagen-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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-sharozdawa-indexnow -- npx -y indexnow-mcp@1.0.0 --- ## Kr Crypto Intelligence URL: https://mcp-marketplace.io/server/io-github-bakyang2-kr-crypto-intelligence Summary: Korean crypto market data + AI sentiment analysis for AI agents. 11 tools. x402 on Base+Solana. Description: Korean crypto market data + AI sentiment analysis for AI agents. 11 tools. x402 on Base+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: C+ Version: 1.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bakyang2-kr-crypto-intelligence https://mcp.printmoneylab.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: C+ Version: 1.1.2 Install (Claude Code): claude mcp add io-github-u2n4-veo-mcp-server -- uvx veo-mcp-server --- ## 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: C+ 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: C+ Version: 0.8.1 Install (Claude Code): claude mcp add io-github-dave-london-pare-build -- npx -y @paretools/build --- ## Video Url Analyzer URL: https://mcp-marketplace.io/server/io-github-u2n4-video-url-analyzer-mcp Summary: Analyze YouTube/TikTok/Instagram videos: transcripts, AI insights, tutorial extraction Category: Developer Tools Mode: local Pricing: Free PyPI: video-url-analyzer-mcp GitHub: https://github.com/u2n4/video-url-analyzer-mcp Security Score: 1.3/10 Creator: U2n4 Creator Reputation: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-u2n4-video-url-analyzer-mcp -- uvx video-url-analyzer-mcp --- ## Figbridge URL: https://mcp-marketplace.io/server/io-github-rudraptpsingh-figbridge Summary: Free, local MCP bridge for Figma — HTML, CSS, Tailwind, tokens, agent handoff bundles. Category: Developer Tools Mode: local Pricing: Free npm: figbridge-mcp GitHub: https://github.com/rudraptpsingh/figbridge Security Score: 5.2/10 Creator: Rudraptpsingh Creator Reputation: C+ Version: 0.1.8 Required Credentials: FIGBRIDGE_PORT (optional) Install (Claude Code): claude mcp add io-github-rudraptpsingh-figbridge -- npx -y figbridge-mcp@0.1.8 --- ## Aiseo Audit URL: https://mcp-marketplace.io/server/io-github-agencyenterprise-aiseo-audit Summary: Audit web pages for AI search readiness (ChatGPT, Claude, Perplexity, Gemini). Category: Developer Tools Mode: local Pricing: Free npm: aiseo-audit GitHub: https://github.com/agencyenterprise/aiseo-audit Security Score: 10/10 Creator: Agencyenterprise Creator Reputation: C+ Version: 1.5.0 Install (Claude Code): claude mcp add io-github-agencyenterprise-aiseo-audit -- npx -y aiseo-audit@1.5.0 --- ## 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: C+ 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 --- ## 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 Creator: Introfini Creator Reputation: C+ Version: 1.0.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 --- ## Agent Cost URL: https://mcp-marketplace.io/server/io-github-vk0dev-agent-cost-mcp Summary: Local-first Claude Code cost analyzer. Per-tool spend, daily trends, optimization hints. Category: Developer Tools Mode: local Pricing: Free npm: @vk0/agent-cost-mcp GitHub: https://github.com/vk0dev/agent-cost-mcp Security Score: 5.2/10 Creator: Vk0dev Creator Reputation: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-vk0dev-agent-cost-mcp -- npx -y @vk0/agent-cost-mcp@1.0.4 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Zuckerbot URL: https://mcp-marketplace.io/server/io-github-crumbedsausage-zuckerbot Summary: The Meta Ads toolkit for AI agents. 50 tools for campaigns, creatives, audiences, and CAPI. Category: Developer Tools Mode: local Pricing: Free npm: zuckerbot-mcp GitHub: https://github.com/DatalisHQ/zuckerbot Security Score: 7/10 Creator: DatalisHQ Creator Reputation: C+ Version: 0.3.0 Required Credentials: ZUCKERBOT_API_KEY (required) Install (Claude Code): claude mcp add io-github-crumbedsausage-zuckerbot -- npx -y zuckerbot-mcp@0.3.1 --- ## 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: C+ 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 --- ## 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: 7.3/10 Creator: Aidemd Mcp Creator Reputation: C+ Version: 0.4.3 Install (Claude Code): claude mcp add io-github-aidemd-mcp-server -- npx -y @aidemd-mcp/server@0.4.3 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-colppy Summary: Colppy — Argentine cloud accounting + AFIP invoicing Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-colppy GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: COLPPY_API_KEY (required), COLPPY_COMPANY_ID (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-colppy -- npx -y @codespar/mcp-colppy --- ## Mcp URL: https://mcp-marketplace.io/server/ai-marketcore-mcp Summary: Create on-brand marketing deliverables and GTM docs with AI-powered blueprints and brand guidelines. Description: Create on-brand marketing deliverables and GTM docs with AI-powered blueprints and brand guidelines. Remote endpoints: streamable-http: https://mcp.marketcore.ai/ sse: https://mcp.marketcore.ai/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.marketcore.ai/ Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http ai-marketcore-mcp https://mcp.marketcore.ai/ --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-vtex Summary: MCP server for VTEX — e-commerce, orders, products, inventory, shipping Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-vtex GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: VTEX_APP_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-vtex -- npx -y @codespar/mcp-vtex --- ## 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: C+ 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 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-zenvia Summary: MCP server for Zenvia — SMS, WhatsApp, RCS messaging and templates Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-zenvia GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: ZENVIA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-zenvia -- npx -y @codespar/mcp-zenvia --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Install (Claude Code): claude mcp add io-github-codespar-mcp-brasil-api -- npx -y @codespar/mcp-brasil-api --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-ucp Summary: Google UCP — agentic shopping, cart, checkout, orders, delivery Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-ucp GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: UCP_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-ucp -- npx -y @codespar/mcp-ucp --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-nuvem-fiscal Summary: MCP server for Nuvem Fiscal — NF-e, NFS-e, NFC-e, CNPJ, CEP Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-nuvem-fiscal GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: NUVEM_FISCAL_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-nuvem-fiscal -- npx -y @codespar/mcp-nuvem-fiscal --- ## 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: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-maggiegeller-bookings https://mcp.maggiegeller.com/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: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-joshua-auchincloss-factsets -- npx -y factsets@0.2.0 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-ap2 Summary: MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-ap2 GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: AP2_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-ap2 -- npx -y @codespar/mcp-ap2 --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.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 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-mercado-libre Summary: Mercado Libre — LATAM marketplace, product search, orders, sellers, shipments Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-mercado-libre GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: MELI_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-mercado-libre -- npx -y @codespar/mcp-mercado-libre --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-correios Summary: MCP server for Correios — package tracking, shipping rates, CEP lookup Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-correios GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: CORREIOS_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-correios -- npx -y @codespar/mcp-correios --- ## 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-thegridwork-license -- npx -y gridwork-license@1.0.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-nequi Summary: Nequi — Colombian digital wallet (50M+ users, by Bancolombia) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-nequi GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: NEQUI_API_KEY (required), NEQUI_CLIENT_ID (optional), NEQUI_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-nequi -- npx -y @codespar/mcp-nequi --- ## Flux URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-flux-pro Summary: MCP server for Flux AI image generation Description: MCP server for Flux AI image generation Remote endpoints: streamable-http: https://flux.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-flux-pro Remote URL: https://flux.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/FluxMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-flux-pro -- uvx mcp-flux-pro==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-flux-pro https://flux.mcp.acedata.cloud/mcp --- ## Token Price X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-token-price Summary: Real-time crypto token prices — price, 24h change, market cap, volume. x402 micropayment. Description: Real-time crypto token prices — price, 24h change, market cap, volume. x402 micropayment. Remote endpoints: sse: https://token-price-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://token-price-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/token-price-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-token-price https://token-price-x402-production.up.railway.app/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: C+ 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 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-wompi Summary: Wompi — Colombian payment gateway (by Bancolombia) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-wompi GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: WOMPI_PUBLIC_KEY (optional), WOMPI_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-wompi -- npx -y @codespar/mcp-wompi --- ## 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: C+ 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 --- ## Google Workspace URL: https://mcp-marketplace.io/server/io-github-takiguchi-yu-google-workspace-mcp-server 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-server Security Score: 10/10 Creator: Takiguchi Yu Creator Reputation: C+ Version: 0.0.10 Install (Claude Code): claude mcp add io-github-takiguchi-yu-google-workspace-mcp-server -- npx -y @takiguchi-yu/google-workspace-mcp-server@0.0.10 --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: ASAAS_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-asaas -- npx -y @codespar/mcp-asaas --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-run-mcp https://run.googleapis.com/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://weather-api-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/weather-api-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-weather-api https://weather-api-x402-production.up.railway.app/mcp --- ## 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: C+ 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 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-evolution-api Summary: MCP server for Evolution API — WhatsApp messaging, instances, contacts Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-evolution-api GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: EVOLUTION_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-evolution-api -- npx -y @codespar/mcp-evolution-api --- ## Pplog URL: https://mcp-marketplace.io/server/io-github-esaio-pplog Summary: Official MCP server for pplog - a poem sharing service Category: Developer Tools Mode: local Pricing: Free npm: @esaio/pplog-mcp-server GitHub: https://github.com/esaio/pplog-mcp-server Security Score: 7/10 Creator: Esaio Creator Reputation: C+ Version: 0.3.1 Required Credentials: PPLOG_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-esaio-pplog -- npx -y @esaio/pplog-mcp-server@0.3.1 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-tiny Summary: MCP server for Tiny ERP — products, orders, invoices, stock, accounts payable Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-tiny GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: TINY_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-tiny -- npx -y @codespar/mcp-tiny --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-inter-bank Summary: Banco Inter — digital bank, boleto, PIX, statements, transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-inter-bank GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: INTER_CLIENT_ID (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-inter-bank -- npx -y @codespar/mcp-inter-bank --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: ZOOP_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-zoop -- npx -y @codespar/mcp-zoop --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://slug-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/slug-generator-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-slug-generator https://slug-generator-x402-production.up.railway.app/mcp --- ## Esa URL: https://mcp-marketplace.io/server/io-github-esaio-esa Summary: Official MCP server for esa.io - a documentation sharing service for teams Category: Developer Tools Mode: local Pricing: Free npm: @esaio/esa-mcp-server GitHub: https://github.com/esaio/esa-mcp-server Security Score: 7.3/10 Creator: Esaio Creator Reputation: C+ Version: 0.7.0 Required Credentials: ESA_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-esaio-esa -- npx -y @esaio/esa-mcp-server@0.7.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-alegra Summary: Alegra — cloud accounting for LATAM (Colombian-founded) Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-alegra GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: ALEGRA_EMAIL (optional), ALEGRA_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-alegra -- npx -y @codespar/mcp-alegra --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-hansard https://mcp.mcpbundles.com/bundle/uk-hansard/ --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-mercado-pago Summary: Mercado Pago — payments, checkout, PIX, refunds for LATAM Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-mercado-pago GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: MERCADO_PAGO_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-mercado-pago -- npx -y @codespar/mcp-mercado-pago --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-siigo Summary: Siigo — Colombian accounting + DIAN e-invoicing Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-siigo GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: SIIGO_API_KEY (required), SIIGO_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-siigo -- npx -y @codespar/mcp-siigo --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-nubank Summary: Nubank — Brazilian neobank via Open Finance, accounts, PIX, transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-nubank GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: NUBANK_CLIENT_ID (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-nubank -- npx -y @codespar/mcp-nubank --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-bling Summary: MCP server for Bling — ERP, products, orders, invoices, stock management Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-bling GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: BLING_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-bling -- npx -y @codespar/mcp-bling --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-aic0rt3x-memory-mcp https://memory.aic0rt3x.dev/mcp --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-stp-spei Summary: STP/SPEI — Mexican instant bank transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-stp-spei GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: STP_API_KEY (required), STP_COMPANY (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-stp-spei -- npx -y @codespar/mcp-stp-spei --- ## 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: C+ Version: 1.14.0 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-pagseguro Summary: MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-pagseguro GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: PAGSEGURO_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-pagseguro -- npx -y @codespar/mcp-pagseguro --- ## 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 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 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-facturapi Summary: FacturAPI — Mexican CFDI e-invoicing Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-facturapi GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: FACTURAPI_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-facturapi -- npx -y @codespar/mcp-facturapi --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: ZAPI_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-z-api -- npx -y @codespar/mcp-z-api --- ## Mango Office URL: https://mcp-marketplace.io/server/io-github-theyahia-mango-office-mcp Summary: MCP server for Mango Office API — calls, users. 2 tools. Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/mango-office-mcp GitHub: https://github.com/theYahia/mango-office-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: MANGO_API_KEY (required) Install (Claude Code): claude mcp add io-github-theyahia-mango-office-mcp -- npx -y @theyahia/mango-office-mcp@1.1.1 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-skydropx Summary: Skydropx — Mexican multi-carrier shipping aggregator Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-skydropx GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: SKYDROPX_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-skydropx -- npx -y @codespar/mcp-skydropx --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-mercado-bitcoin Summary: MCP server for Mercado Bitcoin — Brazilian crypto exchange, trading, orderbook, withdrawals Category: Finance Mode: local Pricing: Free npm: @codespar/mcp-mercado-bitcoin GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: MB_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-mercado-bitcoin -- npx -y @codespar/mcp-mercado-bitcoin --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-stone Summary: MCP server for Stone — open banking, payments, Pix, transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-stone GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: STONE_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-stone -- npx -y @codespar/mcp-stone --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-rd-station Summary: MCP server for RD Station — contacts, events, funnels, opportunities Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-rd-station GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: RD_STATION_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-rd-station -- npx -y @codespar/mcp-rd-station --- ## 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: C+ 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: C+ Version: 0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-trustboundarysystems-bookings https://mcp.trustboundarysystems.com/mcp --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-take-blip Summary: MCP server for Take Blip — chatbots, messaging, contacts, broadcasts Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-take-blip GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: TAKE_BLIP_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-take-blip -- npx -y @codespar/mcp-take-blip --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-conta-azul Summary: MCP server for Conta Azul — accounting, invoicing, customers, products Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-conta-azul GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: CONTA_AZUL_ACCESS_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-conta-azul -- npx -y @codespar/mcp-conta-azul --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-andreani Summary: Andreani — Argentine courier and logistics Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-andreani GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: ANDREANI_API_KEY (required), ANDREANI_USER (optional), ANDREANI_PASSWORD (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-andreani -- npx -y @codespar/mcp-andreani --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-iugu Summary: MCP server for iugu — invoices, subscriptions, customers, payment methods Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-iugu GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: IUGU_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-iugu -- npx -y @codespar/mcp-iugu --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: VINDI_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-vindi -- npx -y @codespar/mcp-vindi --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-byteray-byteray-mcp https://mcp.byteray.ai/mcp --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-unblockpay Summary: MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-unblockpay GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: UNBLOCKPAY_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-unblockpay -- npx -y @codespar/mcp-unblockpay --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-efi Summary: MCP server for EFI (Gerencianet) — Pix, charges, carnets, cobranças Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-efi GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: EFI_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-efi -- npx -y @codespar/mcp-efi --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.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 --- ## 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: C+ 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 --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-open-finance Summary: MCP server for Open Finance Brasil — accounts, transactions, consents, investments Category: Finance Mode: local Pricing: Free npm: @codespar/mcp-open-finance GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: OPEN_FINANCE_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-open-finance -- npx -y @codespar/mcp-open-finance --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-belvo Summary: Belvo — Open Finance aggregator for LATAM Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-belvo GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: BELVO_SECRET_ID (required), BELVO_SECRET_PASSWORD (required), BELVO_SANDBOX (optional) Install (Claude Code): claude mcp add io-github-codespar-mcp-belvo -- npx -y @codespar/mcp-belvo --- ## Pinelabs Online URL: https://mcp-marketplace.io/server/io-github-plural-pinelabs-pinelabs-online-mcp Summary: Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway Description: Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway Remote endpoints: streamable-http: https://mcp.pinelabs.com/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: pinelabs-mcp-server Remote URL: https://mcp.pinelabs.com/mcp GitHub: https://github.com/plural-pinelabs/pinelabs-online-mcp Security Score: 5.5/10 Creator: Plural Pinelabs Creator Reputation: C+ Version: 0.1.2 Required Credentials: PINELABS_CLIENT_ID (required), PINELABS_CLIENT_SECRET (required), PINELABS_ENV (optional) Install (Claude Code): claude mcp add io-github-plural-pinelabs-pinelabs-online-mcp -- uvx pinelabs-mcp-server==0.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-plural-pinelabs-pinelabs-online-mcp https://mcp.pinelabs.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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-vistoya-market https://api.vistoya.com/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: C+ 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 --- ## 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: C+ 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: C+ Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-parsons-ai-money https://money.parsons.ai/api/mcp --- ## Valuein URL: https://mcp-marketplace.io/server/io-github-valuein-mcp-sec-edgar Summary: SEC EDGAR fundamentals, ratios, valuation, and filings for AI agents. Point-in-time safe. Description: SEC EDGAR fundamentals, ratios, valuation, and filings for AI agents. Point-in-time safe. Remote endpoints: streamable-http: https://mcp.valuein.biz/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.valuein.biz/mcp GitHub: https://github.com/valuein/valuein MCP Tools (15): search_companies, get_company_fundamentals, get_valuation_metrics, get_financial_ratios, get_sec_filing_links, get_capital_allocation_profile, get_peer_comparables, get_pit_universe, get_compute_ready_stream, describe_schema, verify_fact_lineage, compare_periods, screen_universe, get_earnings_signals, search_filing_text Security Score: 10/10 Creator: Valuein Creator Reputation: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-valuein-mcp-sec-edgar https://mcp.valuein.biz/mcp --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-brivvyhq-mcp https://mcp.brivvy.io --- ## 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: C+ 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 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-un-sdg Summary: UN SDG country indicators across all 17 goals: poverty, health, education, climate. Free. Description: UN SDG country indicators across all 17 goals: poverty, health, education, climate. Free. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/un_sdg Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://app.daedalmap.com/mcp/un_sdg GitHub: https://github.com/xyver/daedal-map Security Score: 4.2/10 Creator: Xyver Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-un-sdg https://app.daedalmap.com/mcp/un_sdg --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-monitoring-mcp https://monitoring.googleapis.com/mcp --- ## Ai Bvf URL: https://mcp-marketplace.io/server/io-github-bahamas1717-aibvf-mcp Summary: Score AI initiatives (Accelerate/Fix/Stop), model EUR value, validate portfolios. AI BVF v1.0. Category: Developer Tools Mode: local Pricing: Free npm: aibvf-mcp GitHub: https://github.com/Bahamas1717/ai-bvf Security Score: 9.7/10 Creator: Bahamas1717 Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-bahamas1717-aibvf-mcp -- npx -y aibvf-mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-alchemy-mcp Summary: Alchemy's hosted MCP server for blockchain APIs and onchain data. Description: Alchemy's hosted MCP server for blockchain APIs and onchain data. Remote endpoints: streamable-http: https://mcp.alchemy.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.alchemy.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.3.0 Install (Claude Code Remote): claude mcp add --transport http com-alchemy-mcp https://mcp.alchemy.com/mcp --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-cinderfi-retirement-planning https://mcp.cinderfi.com/mcp --- ## Gate URL: https://mcp-marketplace.io/server/io-github-gateio-dev-gate-exchange Summary: OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account. Description: OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account. Remote endpoints: streamable-http: https://api.gatemcp.ai/mcp/exchange Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.gatemcp.ai/mcp/exchange GitHub: https://github.com/gate/gate-mcp Security Score: 10/10 Creator: Gate Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-gateio-dev-gate-exchange https://api.gatemcp.ai/mcp/exchange --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-allgoodinsp-mcp-server https://mcp.allgoodinsp.com --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-googleapis-sqladmin-mcp https://sqladmin.googleapis.com/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-revelata-deepkpi-mcp https://deepkpi-mcp.revelata.com/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-johnanleitner1-coder-lastminutedeals-api https://api.lastminutedealshq.com/mcp --- ## Zabbix URL: https://mcp-marketplace.io/server/io-github-mhajder-zabbix-mcp Summary: MCP server for Zabbix monitoring and automation Category: Developer Tools Mode: local Pricing: Free PyPI: zabbix-mcp GitHub: https://github.com/mhajder/zabbix-mcp Security Score: 6.3/10 Creator: Mhajder Creator Reputation: C+ Version: 0.3.0 Required Credentials: ZABBIX_URL (optional), ZABBIX_TOKEN (required), ZABBIX_USER (optional), ZABBIX_PASSWORD (required), ZABBIX_VERIFY_SSL (optional), ZABBIX_TIMEOUT (optional), ZABBIX_SKIP_VERSION_CHECK (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_TRANSPORT (optional) Install (Claude Code): claude mcp add io-github-mhajder-zabbix-mcp -- uvx zabbix-mcp==0.3.0 --- ## 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: C+ 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 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-world-factbook Summary: CIA World Factbook country indicators for infrastructure, energy, demographics, and economy. Free. Description: CIA World Factbook country indicators for infrastructure, energy, demographics, and economy. Free. 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: 4.2/10 Creator: Xyver Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-world-factbook https://app.daedalmap.com/mcp/world_factbook --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-hurricanes Summary: Global tropical cyclone tracks from IBTrACS, 1842-present. Wind, pressure, and paths. Free. Description: Global tropical cyclone tracks from IBTrACS, 1842-present. Wind, pressure, and paths. Free. 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: 4.2/10 Creator: Xyver Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-hurricanes https://app.daedalmap.com/mcp/hurricanes --- ## 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: C+ 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: C+ 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 --- ## Code Impact URL: https://mcp-marketplace.io/server/io-github-vk0dev-code-impact-mcp Summary: Dependency graph and blast-radius analysis for local TypeScript/JavaScript repos. Category: Developer Tools Mode: local Pricing: Free npm: @vk0/code-impact-mcp GitHub: https://github.com/vk0dev/code-impact-mcp Security Score: 5.2/10 Creator: Vk0dev Creator Reputation: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-vk0dev-code-impact-mcp -- npx -y @vk0/code-impact-mcp@1.0.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-pm-33-mcp-server https://pm-33.io/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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http org-huettentouren-tours https://www.huettentouren.org/api/mcp --- ## AgentRegistry URL: https://mcp-marketplace.io/server/io-github-tethral-inc-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: C+ Version: 2.10.0 Required Credentials: ACR_API_URL (optional) Install (Claude Code): claude mcp add io-github-tethral-inc-acr -- npx -y @tethral/acr-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: C- 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-simplyprint-simplyprint https://simplyprint.io/api/mcp --- ## Namibian Law URL: https://mcp-marketplace.io/server/eu-ansvar-namibian-law-mcp Summary: Namibia legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/namibian-law-mcp GitHub: https://github.com/Ansvar-Systems/namibian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-namibian-law-mcp -- npx -y @ansvar/namibian-law-mcp@1.0.0 --- ## 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 Version: 1.0.0 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: C+ Version: 1.2.1 Install (Claude Code): claude mcp add com-murphys-laws-murphys-laws -- npx -y murphys-laws-mcp --- ## Ts Core URL: https://mcp-marketplace.io/server/io-github-cyanheads-mcp-ts-core Summary: Agent-native TypeScript framework for building MCP servers with declarative definitions. Category: Developer Tools Mode: local Pricing: Free npm: @cyanheads/mcp-ts-core GitHub: https://github.com/cyanheads/mcp-ts-core Security Score: 10/10 Creator: Cyanheads Creator Reputation: C+ Version: 0.6.9 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-mcp-ts-core -- npx -y @cyanheads/mcp-ts-core@0.6.9 --- ## Weftly Monorepo URL: https://mcp-marketplace.io/server/ai-weftly-weftly Summary: Transcribe and summarize audio and video. Pay per job via Stripe or crypto. Description: Transcribe and summarize audio and video. Pay per job via Stripe or crypto. Remote endpoints: streamable-http: https://api.weftly.ai/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.weftly.ai/mcp GitHub: https://github.com/woven-record-media/weftly-monorepo MCP Tools (13): create_transcript, create_summary, create_session, create_checkout, check_session_status, get_upload_url, upload_file, complete_upload, check_job_status, download_transcript, download_summary, delete_source, delete_transcript Security Score: 8/10 Creator: Woven Record Media Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-weftly-weftly https://api.weftly.ai/mcp --- ## M3 Memory URL: https://mcp-marketplace.io/server/io-github-skynetcmd-m3-memory Summary: Local-first agentic memory for MCP agents — 25 tools, hybrid search, GDPR, no cloud. Category: Developer Tools Mode: local Pricing: Free PyPI: m3-memory GitHub: https://github.com/skynetcmd/m3-memory Security Score: 1.3/10 Creator: Skynetcmd Creator Reputation: C+ Version: 2026.4.7 Install (Claude Code): claude mcp add io-github-skynetcmd-m3-memory -- uvx m3-memory --- ## 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.3/10 Creator: 06ketan Creator Reputation: C+ Version: 0.1.0 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.0 --- ## Identity URL: https://mcp-marketplace.io/server/com-truealter-identity Summary: Psychometric identity verification for humans, queryable by AI agents over MCP. x402 micropayments. Description: Psychometric identity verification for humans, queryable by AI agents over MCP. x402 micropayments. Remote endpoints: streamable-http: https://mcp.truealter.com/api/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.truealter.com/api/v1/mcp MCP Tools (31): list_archetypes, alter_resolve_handle, verify_identity, initiate_assessment, get_engagement_level, get_profile, query_matches, get_competencies, search_identities, get_identity_earnings, get_network_stats, recommend_tool, get_identity_trust_score, check_assessment_status, get_earning_summary, get_agent_trust_tier, get_agent_portfolio, get_privacy_budget, golden_thread_status, begin_golden_thread, complete_knot, check_golden_thread, thread_census, assess_traits, get_trait_snapshot, get_full_trait_vector, compute_belonging, get_match_recommendations, generate_match_narrative, get_side_quest_graph, query_graph_similarity Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http com-truealter-identity https://mcp.truealter.com/api/v1/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: C+ Version: 0.4.8 --- ## Vugola URL: https://mcp-marketplace.io/server/io-github-vcoder25-vugola-mcp Summary: Official Vugola MCP server - AI video clipping and multi-platform post scheduling. Category: Developer Tools Mode: local Pricing: Free npm: vugola-mcp GitHub: https://github.com/VCoder25/vugola-mcp Security Score: 8/10 Creator: VCoder25 Creator Reputation: C+ Version: 1.3.0 Required Credentials: VUGOLA_API_KEY (required) Install (Claude Code): claude mcp add io-github-vcoder25-vugola-mcp -- npx -y vugola-mcp@1.3.0 --- ## Micro Data Api Factory Public URL: https://mcp-marketplace.io/server/io-github-matsushitatokitsugu-micro-data-api-factory Summary: 14 Japan data tools via MCP (weather/calendar/laws/company). x402 on Base, wallet-free trial. Description: 14 Japan data tools via MCP (weather/calendar/laws/company). 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 (14): weather_current, weather_forecast, biz_calendar_is_business_day, biz_calendar_next_business_day, biz_calendar_holidays, biz_calendar_gotobi, 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: C+ Version: 0.1.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 --- ## 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: C+ Version: 1.0.3 Install (Claude Code Remote): claude mcp add --transport http ai-inflowpay-app-inflow https://app.inflowpay.ai/mcp --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-flightoracle https://tooloracle.io/flight/mcp/ --- ## Ens Resolver X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-ens-resolver Summary: Resolve ENS names to Ethereum addresses and reverse. x402 micropayment. Description: Resolve ENS names to Ethereum addresses and reverse. x402 micropayment. Remote endpoints: sse: https://ens-resolver-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ens-resolver-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/ens-resolver-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-ens-resolver https://ens-resolver-x402-production.up.railway.app/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: C+ Version: 0.6.1 Install (Claude Code): claude mcp add io-github-crunchtools-workboard -- uvx mcp-workboard-crunchtools==0.7.0 --- ## Graqle URL: https://mcp-marketplace.io/server/io-github-quantamixsol-graqle Summary: Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning. Category: Developer Tools Mode: local Pricing: Free PyPI: graqle GitHub: https://github.com/quantamixsol/graqle Security Score: 9.5/10 Creator: Quantamixsol Creator Reputation: C+ Version: 0.52.0a3 Install (Claude Code): claude mcp add io-github-quantamixsol-graqle -- uvx graqle==0.51.6 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hiveclear https://hiveclear.onrender.com/mcp --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: 7.2/10 Creator: Ludmila Lopes Creator Reputation: D 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 --- ## 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-eltoro1855-ozav-mcp-server -- npx -y ozav-mcp-server@1.1.0 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## Agentdata URL: https://mcp-marketplace.io/server/io-github-speteai-agentdata-mcp Summary: Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA. Description: Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA. Remote endpoints: streamable-http: https://agentdata-api.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://agentdata-api.com/mcp GitHub: https://github.com/speteai/agentdata-mcp MCP Tools (16): get_crypto_prices, get_funding_rates, get_market_overview, get_volatility, get_liquidation_levels, get_correlation, get_gas_prices, get_base_activity, get_defi_yields, get_arbitrage_opportunities, get_dex_vs_cex, get_technical_indicators, get_support_resistance, get_sentiment, get_stablecoin_health, get_historical Security Score: 10/10 Creator: Speteai Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-speteai-agentdata-mcp https://agentdata-api.com/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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://timezone-converter-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/timezone-converter-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-timezone-converter https://timezone-converter-x402-production.up.railway.app/mcp --- ## Stellify URL: https://mcp-marketplace.io/server/io-github-mattstellisoft-stellify-mcp Summary: Build Laravel apps through conversation. Code stored as structured JSON for surgical AI edits. Category: Developer Tools Mode: local Pricing: Free npm: @stellisoft/stellify-mcp GitHub: https://github.com/Stellify-Software-Ltd/stellify-mcp Security Score: 1.5/10 Creator: Stellify Software Ltd Creator Reputation: C+ Version: 0.1.41 Required Credentials: STELLIFY_API_URL (optional), STELLIFY_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-mattstellisoft-stellify-mcp -- npx -y @stellisoft/stellify-mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://unit-converter-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/unit-converter-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-unit-converter https://unit-converter-x402-production.up.railway.app/mcp --- ## 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: C+ Version: 2.0.6 Install (Claude Code): claude mcp add io-github-cope-labs-selvo -- uvx selvo==2.0.7 --- ## Photo Organizer URL: https://mcp-marketplace.io/server/io-github-expertvagabond-photo-organizer Summary: AI-powered organization for Google Photos and Drive - auto-organize, find duplicates, create albums Category: Content & Media Mode: local Pricing: Free npm: photo-organizer-mcp GitHub: https://github.com/ExpertVagabond/photo-organizer-mcp Security Score: 8/10 Installs: 1 Creator: ExpertVagabond Creator Reputation: C+ Version: 1.0.0 Required Credentials: PHOTO_SCRIPTS_PATH (optional) Install (Claude Code): claude mcp add io-github-expertvagabond-photo-organizer -- npx -y photo-organizer-mcp@1.0.0 --- ## 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-albermm-piranha-vision https://pi.phos.nz/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: C+ Version: 2.10.2 Install (Claude Code Remote): claude mcp add --transport http io-github-netdata-mcp-server https://app.netdata.cloud/api/v1/mcp --- ## MCP Marketplace URL: https://mcp-marketplace.io/server/mcp-marketplace Summary: Search and install MCP servers from inside your AI client. Description: MCP Marketplace is a hosted MCP server that exposes the full MCP Marketplace catalog as tools you can call directly from Claude Desktop, Claude Code, Cursor, Codex, or any other MCP-aware client. Find servers by topic, get install configs, compare candidates, and evaluate creators without leaving the conversation. ## Tools - **search_servers** — find MCP servers by keyword or natural-language query, filter by category, transport, and pricing. Results include security_score, critical_findings c Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp-marketplace.io/api/mcp/mcp MCP Tools (7): search_servers, get_server, similar_to, recently_added, creator_profile, compare, list_categories Security Score: 10/10 Installs: 7 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.1.0 Tags: mcp, marketplace, search, discovery, meta, registry, streamable-http, remote Use Cases: Search the MCP Marketplace catalog from inside your AI client, Get install configs for MCP servers without opening a browser, Browse MCP servers by category, Discover trending and top-rated MCP servers Install (Claude Code Remote): claude mcp add --transport http mcp-marketplace https://mcp-marketplace.io/api/mcp/mcp --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sigaihealth-brand-intelligence https://geo.sig.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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-rudedoggg-ace-memory https://ais.agentsandswarms.ai/mcp --- ## 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 Creator: Sundeepg98 Creator Reputation: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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: 9/10 Creator: Vitality82 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-plainmarkdown-markdown https://api.plainmarkdown.com/mcp --- ## GitWand URL: https://mcp-marketplace.io/server/io-github-devlint-gitwand Summary: Auto-resolves Git merge conflicts so agents only touch the complex hunks. Category: Developer Tools Mode: local Pricing: Free npm: @gitwand/mcp GitHub: https://github.com/devlint/GitWand Security Score: 9.7/10 Creator: Devlint Creator Reputation: C+ Version: 1.8.0 Install (Claude Code): claude mcp add io-github-devlint-gitwand -- npx -y @gitwand/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-correkt-api-server https://api.correkt.com/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: 10/10 Creator: Sebbsssss Creator Reputation: C+ Version: 3.0.3 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.3 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-sevask-nova-scotia-data-explorer https://scotiasignal.ca/mcp --- ## 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: 3/10 Creator: Jrelph Creator Reputation: C+ Version: 1.0.1 Required Credentials: RIPE_ATLAS_API_KEY (required) Install (Claude Code): claude mcp add io-github-jrelph-ripe-atlas -- npx -y ripe-atlas-mcp-server --- ## 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: D 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hl-portfolio-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/hl-portfolio-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hl-portfolio https://hl-portfolio-x402-production.up.railway.app/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: C+ 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 --- ## 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: D 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: D 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: D 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: D 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 --- ## 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: D 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: D 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: D 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: D 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 --- ## 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: D 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 --- ## 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: C+ 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: C+ 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 --- ## Nannykeeper URL: https://mcp-marketplace.io/server/com-nannykeeper-www-mcp-server Summary: Calculate US household employer (nanny) taxes for all 50 states via AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @nannykeeper/mcp-server GitHub: https://github.com/imaznation/nannykeeper Security Score: 8/10 Creator: Imaznation Creator Reputation: C+ Version: 1.2.2 Required Credentials: NANNYKEEPER_API_KEY (required) Install (Claude Code): claude mcp add com-nannykeeper-www-mcp-server -- npx -y @nannykeeper/mcp-server@1.3.0 --- ## 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: C+ Version: 0.1.5 Install (Claude Code): claude mcp add dev-averra-extract -- npx -y @averra/extract-mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http com-bitvoya-bitvoya-mcp https://bitvoya.com/api/mcp --- ## Llm Advisor URL: https://mcp-marketplace.io/server/io-github-daichi-kudo-llm-advisor Summary: Real-time LLM/VLM benchmarks, pricing, and recommendations. 336+ models, 5 sources. Category: Developer Tools Mode: local Pricing: Free npm: llm-advisor-mcp GitHub: https://github.com/Daichi-Kudo/llm-advisor-mcp Security Score: 4.8/10 Creator: Daichi-Kudo Creator Reputation: F Version: 0.4.2 Install (Claude Code): claude mcp add io-github-daichi-kudo-llm-advisor -- npx -y llm-advisor-mcp@0.4.2 --- ## 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://stock-price-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/stock-price-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-stock-price https://stock-price-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ai-plith-plith https://plith.ai/api/mcp --- ## Achriom URL: https://mcp-marketplace.io/server/com-achriom-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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-achriom-achriom 'https://mcp.achriom.com/mcp?api_key={api_key}' --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-tb8412-qae-safety-mcp -- uvx qae-safety --- ## 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: C+ Version: 0.2.3 Required Credentials: ANTHROPIC_API_KEY (required), OPENAI_API_KEY (required) Install (Claude Code): claude mcp add io-github-burnssa-afterpaths -- uvx afterpaths==0.2.3 --- ## 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: C+ 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 --- ## Canadian Law URL: https://mcp-marketplace.io/server/eu-ansvar-canadian-law-mcp Summary: Canadian federal law database — PIPEDA, CASL, cybercrime, corporate law with full-text search Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/canadian-law-mcp GitHub: https://github.com/Ansvar-Systems/canadian-law-mcp Security Score: 6.8/10 Creator: Mortalus Creator Reputation: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-canadian-law-mcp -- npx -y @ansvar/canadian-law-mcp@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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-settro-sales-team https://mcp.settro.net/mcp --- ## Partle URL: https://mcp-marketplace.io/server/xyz-rubenayla-partle-marketplace Summary: Search products in physical stores near you. Compare prices, check availability. Description: Search products in physical stores near you. Compare prices, check availability. Remote endpoints: streamable-http: https://partle.rubenayla.xyz/mcp/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://partle.rubenayla.xyz/mcp/ GitHub: https://github.com/rubenayla/partle-mcp Security Score: 10/10 Creator: Rubenayla Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http xyz-rubenayla-partle-marketplace https://partle.rubenayla.xyz/mcp/ --- ## Outline URL: https://mcp-marketplace.io/server/io-github-vortiago-mcp-outline Summary: Connect AI assistants to Outline for document search, reading, and management Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-outline GitHub: https://github.com/Vortiago/mcp-outline Security Score: 10/10 Creator: Vortiago Creator Reputation: C+ Version: 1.8.0 Required Credentials: OUTLINE_API_KEY (required), OUTLINE_API_URL (optional) Install (Claude Code): claude mcp add io-github-vortiago-mcp-outline -- uvx mcp-outline==1.8.0 --- ## 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: C+ Version: 2.0.0 Install (Claude Code): claude mcp add io-github-thuupx-memory-mcp-lite -- npx -y memory-mcp-lite@2.0.0 --- ## 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: 9.5/10 Creator: Brand System Creator Reputation: C+ Version: 0.4.3 Install (Claude Code): claude mcp add io-github-brand-system-brandsystem-mcp -- npx -y @brandsystem/mcp@0.9.1 --- ## Daedal Map URL: https://mcp-marketplace.io/server/com-daedalmap-volcanoes Summary: Historical volcanic eruption records and volcanic activity queries from the DaedalMap MCP lane. Description: Historical volcanic eruption records and volcanic activity queries from the DaedalMap MCP lane. Remote endpoints: streamable-http: https://app.daedalmap.com/mcp/volcanoes Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://app.daedalmap.com/mcp/volcanoes GitHub: https://github.com/xyver/daedal-map Security Score: 7.8/10 Creator: Xyver Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http com-daedalmap-volcanoes https://app.daedalmap.com/mcp/volcanoes --- ## Uae Law URL: https://mcp-marketplace.io/server/eu-ansvar-uae-law-mcp Summary: UAE legislation via MCP — full-text search across federal laws, DIFC laws, and ADGM regulations Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/uae-law-mcp GitHub: https://github.com/Ansvar-Systems/uae-law-mcp Security Score: 6.8/10 Creator: Mortalus Creator Reputation: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-uae-law-mcp -- npx -y @ansvar/uae-law-mcp@1.1.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-constituencies https://mcp.mcpbundles.com/bundle/uk-constituencies/ --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Deepblue URL: https://mcp-marketplace.io/server/io-github-error403agent-deepblue-trading Summary: Live crypto trading signals from an autonomous Polymarket bot. Free tier + x402 micropayments. Description: Live crypto trading signals from an autonomous Polymarket bot. Free tier + 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/ERROR403agent/deepblue-mcp Security Score: 8/10 Creator: ERROR403agent Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-error403agent-deepblue-trading https://mcp.deepbluebase.xyz/mcp --- ## 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: C+ 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: C+ Version: 3.1.0 Install (Claude Code Remote): claude mcp add --transport http com-blazesportsintel-college-baseball https://sabermetrics.blazesportsintel.com/mcp --- ## Zugferd Validator URL: https://mcp-marketplace.io/server/de-zugferd-validator-validator Summary: Validiert E-Rechnungen (ZUGFeRD/Factur-X, XRechnung) gegen EN 16931 mit Korrekturvorschlägen. Description: Validiert E-Rechnungen (ZUGFeRD/Factur-X, XRechnung) gegen EN 16931 mit Korrekturvorschlägen. Remote endpoints: streamable-http: https://api.zugferd-validator.de/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.zugferd-validator.de/mcp GitHub: https://github.com/tzatti1/zugferd-validator Security Score: 8/10 Creator: Tzatti1 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http de-zugferd-validator-validator https://api.zugferd-validator.de/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olane-cosync-remote https://mcp.copass.id/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-mcpbundles-uk-parliament https://mcp.mcpbundles.com/bundle/uk-parliament/ --- ## 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: D 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 --- ## 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 (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: Galax Ai Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-readypermit-geo https://rnfonkwthefktfvfwypr.supabase.co/functions/v1/mcp-server --- ## 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: C+ 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: C+ 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/ --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://prediction-markets-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/prediction-markets-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-prediction-markets https://prediction-markets-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://image-resize-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/image-resize-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-image-resize https://image-resize-x402-production.up.railway.app/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-planningcenter-mcp https://mcp.planningcenteronline.com/mcp --- ## 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: C+ 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 --- ## Constellation URL: https://mcp-marketplace.io/server/com-shiftinbits-constellation Summary: Code Intelligence Platform for AI Coding Agents Category: Developer Tools Mode: local Pricing: Free npm: @constellationdev/mcp GitHub: https://github.com/ShiftinBits/constellation-mcp Security Score: 10/10 Creator: ShiftinBits Creator Reputation: C+ Version: 0.4.0 Required Credentials: CONSTELLATION_ACCESS_KEY (required) Install (Claude Code): claude mcp add com-shiftinbits-constellation -- npx -y @constellationdev/mcp@0.4.0 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-certifier-mcp https://api.certifier.io/v1/mcp --- ## Aicost URL: https://mcp-marketplace.io/server/io-github-ufhouck-aicost-cli Summary: Terminal-based AI API cost calculator, recommender, and mcp server. Category: Developer Tools Mode: local Pricing: Free PyPI: aicost-cli GitHub: https://github.com/ufhouck/aicost Security Score: 8/10 Creator: Ufhouck Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-ufhouck-aicost-cli -- uvx aicost-cli --- ## Ssl Checker X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-ssl-checker Summary: SSL certificate check — validity, expiry, issuer, chain, grade. x402 micropayment. Description: SSL certificate check — validity, expiry, issuer, chain, grade. x402 micropayment. Remote endpoints: sse: https://ssl-checker-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ssl-checker-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/ssl-checker-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-ssl-checker https://ssl-checker-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ Version: 0.1.5 Install (Claude Code): claude mcp add io-github-mimo-3-mcp-imagenate -- npx -y mcp-imagenate@0.1.10 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://port-scanner-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/port-scanner-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-port-scanner https://port-scanner-x402-production.up.railway.app/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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://screenshot-pdf-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/screenshot-pdf-x402 Security Score: 4.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-screenshot-pdf https://screenshot-pdf-x402-production.up.railway.app/mcp --- ## Seo Analyzer X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-seo-analyzer Summary: SEO audit any URL: meta tags, headings, links, images, Schema.org, score 0-100. x402. Description: SEO audit any URL: meta tags, headings, links, images, Schema.org, score 0-100. x402. Remote endpoints: sse: https://seo-analyzer-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://seo-analyzer-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/seo-analyzer-x402 Security Score: 4.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-seo-analyzer https://seo-analyzer-x402-production.up.railway.app/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: C+ Version: 2.0.0 Install (Claude Code): claude mcp add io-github-itophua-iterminal -- npx -y iterminal-mcp-server --- ## Ffmpeg Micro URL: https://mcp-marketplace.io/server/com-ffmpeg-micro-mcp-server Summary: MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes. Description: MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes. Remote endpoints: streamable-http: https://mcp.ffmpeg-micro.com 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.3/10 Creator: Javidjamae Creator Reputation: C+ Version: 0.2.0 Required Credentials: FFMPEG_MICRO_API_KEY (required) Install (Claude Code): claude mcp add com-ffmpeg-micro-mcp-server -- npx -y @ffmpeg-micro/mcp-server@0.2.0 Install (Claude Code Remote): claude mcp add --transport http com-ffmpeg-micro-mcp-server https://mcp.ffmpeg-micro.com --- ## Paraview URL: https://mcp-marketplace.io/server/io-github-failed33-paraview-mcp-server Summary: Control ParaView through arbitrary Python code Category: Developer Tools Mode: local Pricing: Free PyPI: paraview-mcp-server GitHub: https://github.com/failed33/paraview-mcp Security Score: 6/10 Creator: Failed33 Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-failed33-paraview-mcp-server -- uvx paraview-mcp-server==0.2.0 --- ## 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.7/10 Creator: Pulsemcp Creator Reputation: C+ 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 --- ## 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: D Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http ch-martinelli-jooq-mcp https://jooq-mcp.martinelli.ch/sse --- ## Data URL: https://mcp-marketplace.io/server/finance-shibui-data Summary: 64 years of US stock market data — fundamentals, technicals, and backtests. Ask in plain English. Description: 64 years of US stock market data — fundamentals, technicals, and backtests. 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 (2): stock_data_query, unlock_financial_analysis Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http finance-shibui-data https://mcp.shibui.finance/mcp --- ## Webzum URL: https://mcp-marketplace.io/server/io-github-suprraz-webzum Summary: Instant MCP hosting for AI-generated web content. Publish HTML/CSS/JS, get a live URL in seconds. Description: Instant MCP hosting for AI-generated web content. Publish HTML/CSS/JS, get a live URL 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 (8): search_businesses, create_site, get_site_status, generate_geo_page, list_user_sites, host_site, host_file, get_hosted_files Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-suprraz-webzum https://webzum.com/api/mcp --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Project Paced V2 URL: https://mcp-marketplace.io/server/com-projectpaced-www-timeline Summary: Generate and manage AI-powered project timelines and Gantt charts from plain-text descriptions. Description: Generate and manage AI-powered project timelines and Gantt charts from plain-text descriptions. Remote endpoints: streamable-http: https://mcp.projectpaced.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.projectpaced.com/mcp GitHub: https://github.com/suleman-k/Project-Paced-v2 Security Score: 8/10 Creator: Suleman K Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-projectpaced-www-timeline https://mcp.projectpaced.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: F 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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 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 --- ## B2bware URL: https://mcp-marketplace.io/server/com-b2bware-mcp-server Summary: B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more. Description: B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more. Remote endpoints: streamable-http: https://mcp.b2bware.com/mcp sse: https://mcp.b2bware.com/sse Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.b2bware.com/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.1.1 Install (Claude Code Remote): claude mcp add --transport http com-b2bware-mcp-server https://mcp.b2bware.com/mcp --- ## Mcp URL: https://mcp-marketplace.io/server/com-senzing-mcp Summary: Entity resolution — data mapping, SDK code generation, docs search, and error troubleshooting Description: Entity resolution — data mapping, SDK code generation, docs search, and error troubleshooting Remote endpoints: streamable-http: https://mcp.senzing.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.senzing.com/mcp MCP Tools (13): analyze_record, download_resource, explain_error_code, find_examples, generate_scaffold, get_capabilities, get_sample_data, get_sdk_reference, mapping_workflow, reporting_guide, sdk_guide, search_docs, submit_feedback Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 0.40.17 Install (Claude Code Remote): claude mcp add --transport http com-senzing-mcp https://mcp.senzing.com/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://barcode-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/barcode-generator-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-barcode-generator https://barcode-generator-x402-production.up.railway.app/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Search & Web Mode: remote Pricing: Free Remote URL: https://web-scraper-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/web-scraper-x402 Security Score: 4.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-web-scraper https://web-scraper-x402-production.up.railway.app/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-thechrisgrey-mcp https://mcp.thechrisgrey.com --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-cielo Summary: MCP server for Cielo — credit card, debit, boleto, recurrent payments Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-cielo GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: CIELO_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-cielo -- npx -y @codespar/mcp-cielo --- ## Dev Brasil URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-circle Summary: MCP server for Circle — USDC payments, wallets, payouts, transfers Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-circle GitHub: https://github.com/codespar/mcp-dev-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: CIRCLE_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-circle -- npx -y @codespar/mcp-circle --- ## Pasal Id URL: https://mcp-marketplace.io/server/io-github-aturio-pasal-id-mcp Summary: MCP server for Indonesian legislation — search 40,000+ regulations with citation-ready answers. Description: MCP server for Indonesian legislation — search 40,000+ regulations with citation-ready answers. Remote endpoints: streamable-http: https://mcp.pasal.id/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.pasal.id/mcp GitHub: https://github.com/Aturio/pasal-id-mcp Security Score: 10/10 Creator: Aturio Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-aturio-pasal-id-mcp https://mcp.pasal.id/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: C+ 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://color-palette-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/color-palette-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-color-palette https://color-palette-x402-production.up.railway.app/mcp --- ## DollhouseMCP URL: https://mcp-marketplace.io/server/io-github-dollhousemcp-mcp-server Summary: OSS to create Personas, Skills, Templates, Agents, and Memories to customize your AI experience. Category: Developer Tools Mode: local Pricing: Free npm: @dollhousemcp/mcp-server GitHub: https://github.com/DollhouseMCP/mcp-server Security Score: 4.3/10 Creator: DollhouseMCP Creator Reputation: C+ Version: 2.0.32 Install (Claude Code): claude mcp add io-github-dollhousemcp-mcp-server -- npx -y @dollhousemcp/mcp-server@2.0.32 --- ## 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: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-icelandic-law-mcp -- npx -y @ansvar/icelandic-law-mcp@1.0.1 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-quanti-mcp-server https://ai.quanti.io/mcp --- ## Rigshare URL: https://mcp-marketplace.io/server/io-github-rper2001-rigshare Summary: Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners. Category: Developer Tools Mode: local Pricing: Free npm: rigshare-mcp GitHub: https://github.com/RPER2001/rigshare-mcp Security Score: 5.8/10 Creator: RPER2001 Creator Reputation: C+ Version: 1.1.2 Required Credentials: RIGSHARE_API_KEY (required) Install (Claude Code): claude mcp add io-github-rper2001-rigshare -- npx -y rigshare-mcp@1.1.2 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: dual Pricing: Free Remote URL: https://code-sandbox-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/code-sandbox-x402 Security Score: 1.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-code-sandbox https://code-sandbox-x402-production.up.railway.app/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jwt-decoder-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/jwt-decoder-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-jwt-decoder https://jwt-decoder-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ip-geolocation-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/ip-geolocation-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-ip-geolocation https://ip-geolocation-x402-production.up.railway.app/mcp --- ## Html To Markdown X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-html-to-markdown Summary: Convert HTML to clean markdown. Strips scripts and styles. x402 micropayment. Description: Convert HTML to clean markdown. Strips scripts and styles. x402 micropayment. Remote endpoints: sse: https://html-to-markdown-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://html-to-markdown-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/html-to-markdown-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-html-to-markdown https://html-to-markdown-x402-production.up.railway.app/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: C+ 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: C+ Version: 0.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-ktryberceo-mcp-server https://mcp.supersend.io/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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-walkojas-boop-linkpulse https://linkpulse-neon.vercel.app/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-govtribe-mcp https://govtribe.com/mcp --- ## Promptvault URL: https://mcp-marketplace.io/server/ru-promtlabs-promptvault Summary: AI prompt library with collections, tags, version history and team collaboration. Description: AI prompt library with collections, tags, version history and team collaboration. 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: C+ Version: 1.3.5 Install (Claude Code Remote): claude mcp add --transport http ru-promtlabs-promptvault https://promtlabs.ru/mcp --- ## 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.5/10 Creator: Tomorrow You Creator Reputation: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-dwarmerdam-voice-bridge -- npx -y ai-voice-bridge@0.1.4 --- ## Einvoicing Be URL: https://mcp-marketplace.io/server/io-github-cmendezs-mcp-einvoicing-be Summary: Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, PINT-BE (NBB), Mercurius. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-einvoicing-be GitHub: https://github.com/cmendezs/mcp-einvoicing-be Security Score: 9.5/10 Creator: Cmendezs Creator Reputation: C+ Version: 0.1.1 Required Credentials: BCE_API_KEY (required), PEPPOL_ENV (optional), LOG_LEVEL (optional) Install (Claude Code): claude mcp add io-github-cmendezs-mcp-einvoicing-be -- uvx mcp-einvoicing-be==0.1.2 --- ## 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: C+ 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: AI & ML Mode: remote Pricing: Free Remote URL: https://text-to-speech-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/text-to-speech-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-text-to-speech https://text-to-speech-x402-production.up.railway.app/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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-metavert-llmopt https://llmopt.metavert.io/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-x402-production.up.railway.app/mcp Category: Marketing & Social Mode: remote Pricing: Free Remote URL: https://twitter-scraper-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/twitter-scraper-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-twitter-scraper https://twitter-scraper-x402-production.up.railway.app/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: C+ 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: 6.6/10 Creator: ScriptSmith Creator Reputation: C+ Version: 2.0.2-rc7 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://uuid-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/uuid-generator-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-uuid-generator https://uuid-generator-x402-production.up.railway.app/mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.0 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://email-finder-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/email-finder-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-email-finder https://email-finder-x402-production.up.railway.app/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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://base64-codec-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/base64-codec-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-base64-codec https://base64-codec-x402-production.up.railway.app/mcp --- ## 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 Version: 1.2.2 Install (Claude Code): claude mcp add io-github-xjtlumedia-context-first-mcp -- npx -y context-first-mcp --- ## Defi Yields X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-defi-yields Summary: Best DeFi yields by token — APY, TVL, risk, protocol. DeFiLlama-powered. x402. Description: Best DeFi yields by token — APY, TVL, risk, protocol. DeFiLlama-powered. x402. Remote endpoints: sse: https://defi-yields-x402-production.up.railway.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://defi-yields-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/defi-yields-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-defi-yields https://defi-yields-x402-production.up.railway.app/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dex-quotes-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/dex-quotes-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-dex-quotes https://dex-quotes-x402-production.up.railway.app/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: C+ 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' --- ## Gas Oracle X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-gas-oracle Summary: Real-time gas prices, gwei tiers, USD cost estimates for Base and Ethereum. x402. Description: Real-time gas prices, gwei tiers, USD cost estimates for Base and Ethereum. x402. Remote endpoints: sse: https://gas-oracle-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gas-oracle-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/gas-oracle-x402 Security Score: 7.4/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-gas-oracle https://gas-oracle-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://whale-alert-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/whale-alert-x402 Security Score: 7.9/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-whale-alert https://whale-alert-x402-production.up.railway.app/mcp --- ## Hyperliquid Whales X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-hyperliquid-whales Summary: Top Hyperliquid trader positions — long/short, size, PnL, leverage, sentiment. x402. Description: Top Hyperliquid trader positions — long/short, size, PnL, leverage, sentiment. x402. Remote endpoints: sse: https://hyperliquid-whales-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hyperliquid-whales-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/hyperliquid-whales-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hyperliquid-whales https://hyperliquid-whales-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://jupiter-quotes-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/jupiter-quotes-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-jupiter-quotes https://jupiter-quotes-x402-production.up.railway.app/mcp --- ## Pretorin Cli URL: https://mcp-marketplace.io/server/io-github-pretorin-ai-pretorin Summary: Access Pretorin compliance systems, controls, evidence, and narratives from your AI tools. Category: Developer Tools Mode: local Pricing: Free PyPI: pretorin GitHub: https://github.com/pretorin-ai/pretorin-cli.git Security Score: 6.5/10 Creator: Pretorin Ai Creator Reputation: C+ Version: 0.16.2 Required Credentials: PRETORIN_API_KEY (required) Install (Claude Code): claude mcp add io-github-pretorin-ai-pretorin -- uvx pretorin==0.16.2 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://webhook-tester-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/webhook-tester-x402 Security Score: 7.9/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-webhook-tester https://webhook-tester-x402-production.up.railway.app/mcp --- ## 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: C+ Version: 0.8.3 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.3 --- ## Lona URL: https://mcp-marketplace.io/server/agency-lona-trading Summary: AI-powered trading strategy development: backtesting, market data, and portfolio analysis Description: AI-powered trading strategy development: backtesting, market data, and portfolio analysis Remote endpoints: streamable-http: https://mcp.lona.agency/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://mcp.lona.agency/mcp GitHub: https://github.com/mindsightventures/lona Security Score: 9/10 Rating: 5/5 Installs: 8 Creator: iamtxena Creator Reputation: B- Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http agency-lona-trading https://mcp.lona.agency/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://word-counter-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/word-counter-x402 Security Score: 7.9/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-word-counter https://word-counter-x402-production.up.railway.app/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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-snowleopard-ai-bigquery-mcp -- uvx sl-bigquery-mcp==0.1.9 --- ## 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: C+ 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 --- ## 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/10 Creator: Vargahis Creator Reputation: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-vargahis-monarch-money -- uvx monarch-mcp==0.1.2 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://nft-metadata-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/nft-metadata-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-nft-metadata https://nft-metadata-x402-production.up.railway.app/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: C+ 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 --- ## 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 Creator: Files Com Creator Reputation: C+ Version: 1.0.46 Required Credentials: FILES_COM_API_KEY (required) Install (Claude Code): claude mcp add com-files-python-mcp -- uvx files-com-mcp==1.0.46 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://csv-to-json-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/csv-to-json-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-csv-to-json https://csv-to-json-x402-production.up.railway.app/mcp --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jlestel-mcp-tesla https://mcp.myteslamate.com/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: C+ Version: 0.4.0 Install (Claude Code): claude mcp add io-github-jonnybottles-m365-roadmap -- uvx m365-roadmap-mcp==0.4.0 --- ## Keycloak URL: https://mcp-marketplace.io/server/io-github-shigechika-keycloak-mcp Summary: MCP server for KeyCloak Admin REST API via Service Account Category: Developer Tools Mode: local Pricing: Free PyPI: keycloak-mcp GitHub: https://github.com/shigechika/keycloak-mcp Security Score: 5/10 Creator: shigechika Creator Reputation: F Version: 0.5.0 Install (Claude Code): claude mcp add io-github-shigechika-keycloak-mcp -- uvx keycloak-mcp==0.5.0 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://diff-checker-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/diff-checker-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-diff-checker https://diff-checker-x402-production.up.railway.app/mcp --- ## Hl Spot X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-hl-spot Summary: Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment. Description: Hyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment. Remote endpoints: sse: https://hl-spot-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hl-spot-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/hl-spot-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hl-spot https://hl-spot-x402-production.up.railway.app/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crontab-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/crontab-generator-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-crontab-generator https://crontab-generator-x402-production.up.railway.app/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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-xkumakichi-xaip-mcp-server -- npx -y xaip-mcp-server --- ## Crypto News X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-crypto-news Summary: Real-time crypto news with sentiment scores, token mentions. CoinGecko + CryptoPanic. x402. Description: Real-time crypto news with sentiment scores, token mentions. CoinGecko + CryptoPanic. x402. Remote endpoints: sse: https://crypto-news-x402-production.up.railway.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://crypto-news-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/crypto-news-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-crypto-news https://crypto-news-x402-production.up.railway.app/mcp --- ## Ai Summarizer X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-ai-summarizer Summary: Summarize text or URLs into key points with compression ratio and reading time. x402 USDC. Description: Summarize text or URLs into key points with compression ratio and reading time. x402 USDC. Remote endpoints: sse: https://ai-summarizer-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ai-summarizer-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/ai-summarizer-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-ai-summarizer https://ai-summarizer-x402-production.up.railway.app/mcp --- ## Base Defi X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-base-defi Summary: Base chain DeFi yields — Aerodrome, Moonwell, APY, TVL, risk scores. x402. Description: Base chain DeFi yields — Aerodrome, Moonwell, APY, TVL, risk scores. x402. Remote endpoints: sse: https://base-defi-x402-production.up.railway.app/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://base-defi-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/base-defi-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-base-defi https://base-defi-x402-production.up.railway.app/mcp --- ## Hyperliquid Data X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-hyperliquid-data Summary: Hyperliquid perp order book, prices, funding, OI, candles. x402 paid. Description: Hyperliquid perp order book, prices, funding, OI, candles. x402 paid. Remote endpoints: sse: https://hyperliquid-data-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hyperliquid-data-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/hyperliquid-data-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hyperliquid-data https://hyperliquid-data-x402-production.up.railway.app/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://cron-parser-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/cron-parser-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-cron-parser https://cron-parser-x402-production.up.railway.app/mcp --- ## Billing Gateway Sdk URL: https://mcp-marketplace.io/server/io-github-sapph1re-mcp-billing-gateway Summary: Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code. Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-billing-gateway GitHub: https://github.com/sapph1re/mcp-billing-gateway-sdk Security Score: 3/10 Creator: sapph1re Creator Reputation: D Version: 0.1.2 Install (Claude Code): claude mcp add io-github-sapph1re-mcp-billing-gateway -- uvx mcp-billing-gateway --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http chat-mumo-mcp https://mumo.chat/api/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gas-estimator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/gas-estimator-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-gas-estimator https://gas-estimator-x402-production.up.railway.app/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://sms-validator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/sms-validator-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-sms-validator https://sms-validator-x402-production.up.railway.app/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: C+ 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: C+ 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://dns-lookup-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/dns-lookup-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-dns-lookup https://dns-lookup-x402-production.up.railway.app/mcp --- ## 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: C+ 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 --- ## 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: C+ Version: 0.2.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-srotzin-hivebank https://hivebank.onrender.com/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: C+ 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: C+ 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: C+ Version: 1.1.9 Install (Claude Code Remote): claude mcp add --transport http ch-pfx-mcp-server https://mcp.pfx.ch/api/server --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-asana https://gateway.pipeworx.io/asana/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: C+ Version: 1.2.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jajuanx-hometeam-directory https://mcp.thehometeam.io/sse --- ## Squad URL: https://mcp-marketplace.io/server/ai-meetsquad-squad Summary: Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools. Description: Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools. Remote endpoints: streamable-http: https://mcp.meetsquad.ai/mcp Category: Developer Tools Mode: dual Pricing: Free GitHub: https://github.com/the-basilisk-ai/squad-mcp Security Score: 10/10 Creator: The Basilisk Ai Creator Reputation: C+ Version: 3.0.1 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-attom https://gateway.pipeworx.io/attom/mcp --- ## 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: C+ Version: 1.1.3 Install (Claude Code Remote): claude mcp add --transport http com-stackoverflow-mcp-mcp https://mcp.stackoverflow.com --- ## 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: 7/10 Creator: Decodo Creator Reputation: C+ 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.0.3 --- ## Uruguayan Law URL: https://mcp-marketplace.io/server/eu-ansvar-uruguayan-law-mcp Summary: Uruguayan legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/uruguayan-law-mcp GitHub: https://github.com/Ansvar-Systems/Uruguayan-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-uruguayan-law-mcp -- npx -y @ansvar/uruguayan-law-mcp@1.0.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http ai-filtrix-mcp-filtrix-ai https://mcp.filtrix.ai/ --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-dropbox https://gateway.pipeworx.io/dropbox/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.3.3 Install (Claude Code): claude mcp add io-github-indragiek-uniprof -- npx -y uniprof@0.3.4 --- ## 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: C+ 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: C+ 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: C Version: 1.0.0 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/ --- ## 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: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-lgdimaggio-mcp-server-mcsa -- uvx mcp-server-mcsa==0.2.2 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-excuse https://gateway.pipeworx.io/excuse/mcp --- ## 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: C+ 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 --- ## 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: 9/10 Creator: Smartling Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-smartling-smartling-mcp-server https://mcp.smartling.com/mcp --- ## 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: C+ 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: C+ Version: 0.3.1 Install (Claude Code): claude mcp add io-github-drumst0ck-uploadkit -- npx -y @uploadkitdev/mcp --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.15.0 --- ## 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: C+ 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: C+ 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: C+ Version: 3.2.3 --- ## Hailuo URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-hailuo Summary: MCP server for Hailuo (MiniMax) AI video generation Description: MCP server for Hailuo (MiniMax) AI video generation Remote endpoints: streamable-http: https://hailuo.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-hailuo Remote URL: https://hailuo.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/HailuoMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-hailuo -- uvx mcp-hailuo==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-hailuo https://hailuo.mcp.acedata.cloud/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-giphy https://gateway.pipeworx.io/giphy/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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 1.14.0 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-npm -- npx -y @rog0x/mcp-npm-tools@1.0.1 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-kloudle-cloud-security-scanner https://mcp.kloudle.dev/mcp --- ## Ibanforge URL: https://mcp-marketplace.io/server/io-github-cammac-creator-ibanforge Summary: IBAN validation, BIC/SWIFT lookup, SEPA compliance and risk scoring. 121K+ BICs. Category: Developer Tools Mode: local Pricing: Free npm: ibanforge GitHub: https://github.com/cammac-creator/ibanforge Security Score: 5.5/10 Creator: Cammac Creator Creator Reputation: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-cammac-creator-ibanforge -- npx -y ibanforge@1.1.1 --- ## 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: C+ 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 --- ## Ifrs URL: https://mcp-marketplace.io/server/com-spocont-ifrs Summary: First MCP for IFRS/IAS reporting. 27 standards, period-end batch, trial balance, XBRL, PDF. Description: First MCP for IFRS/IAS reporting. 27 standards, period-end batch, trial balance, XBRL, PDF. Remote endpoints: streamable-http: https://ifr.spocont.com/api/ifrs/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://ifr.spocont.com/api/ifrs/mcp Security Score: 8/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-spocont-ifrs https://ifr.spocont.com/api/ifrs/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: C+ Version: 1.5.4 Install (Claude Code): claude mcp add io-github-karashiiro-my-cool-proxy -- npx -y @karashiiro/my-cool-proxy --- ## 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: 10/10 Creator: Jkawamoto Creator Reputation: C+ Version: 0.3.11 --- ## 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: C+ 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: C+ Version: 0.6.1 Install (Claude Code): claude mcp add io-github-therealdataboss-vaultit -- uvx vaultit==0.6.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.8.0 Install (Claude Code): claude mcp add io-github-cscsoftware-aidex -- npx -y aidex-mcp@1.17.0 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-meteors https://gateway.pipeworx.io/meteors/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: C+ Version: 3.3.4 Install (Claude Code): claude mcp add io-github-icyhot09-opengrok -- npx -y opengrok-mcp-server@9.2.14 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http dev-archgraph-mcp https://mcp.archgraph.dev/mcp --- ## Biomodelling Servers URL: https://mcp-marketplace.io/server/io-github-marcorusc-physicell Summary: MCP server for configuring PhysiCell multiscale multicellular biological simulations Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-biomodelling-servers GitHub: https://github.com/marcorusc/mcp-biomodelling-servers Security Score: 0/10 Creator: Marcorusc Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-marcorusc-physicell -- uvx mcp-biomodelling-servers --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-linear https://gateway.pipeworx.io/linear/mcp --- ## Biomodelling Servers URL: https://mcp-marketplace.io/server/io-github-marcorusc-neko Summary: MCP server for biological network construction and analysis using pathway databases Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-biomodelling-servers GitHub: https://github.com/marcorusc/mcp-biomodelling-servers Security Score: 0/10 Creator: Marcorusc Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-marcorusc-neko -- uvx mcp-biomodelling-servers --- ## 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: C+ 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 --- ## Nepal Law URL: https://mcp-marketplace.io/server/eu-ansvar-nepal-law-mcp Summary: Nepal legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/nepal-law-mcp GitHub: https://github.com/Ansvar-Systems/nepal-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-nepal-law-mcp -- npx -y @ansvar/nepal-law-mcp@1.0.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-downatthebottomofthemolehole-infracost -- npx -y @downatthebottomofthemolehole/infracost-mcp-server@1.0.1 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hash-generator-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/hash-generator-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hash-generator https://hash-generator-x402-production.up.railway.app/mcp --- ## Delx Platform URL: https://mcp-marketplace.io/server/io-github-davidmosiah-delx-mcp-a2a Summary: Free public witness protocol for AI agents — care, witness, continuity. MCP over HTTP. Description: Free public witness protocol for AI agents — care, witness, continuity. MCP over HTTP. Remote endpoints: streamable-http: https://api.delx.ai/v1/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://api.delx.ai/v1/mcp GitHub: https://github.com/davidmosiah/delx-platform MCP Tools (54): start_therapy_session, reflect, refine_soul_document, add_context_memory, attune_heartbeat, batch_status_update, batch_wellness_check, blessing_without_transfer, close_session, create_dyad, crisis_intervention, daily_checkin, delegate_to_peer, dyad_state, emotional_safety_check, express_feelings, final_testament, generate_controller_brief, generate_fleet_summary, generate_incident_rca, get_affirmation, get_affirmations, get_group_therapy_status, get_recovery_action_plan, get_session_summary, get_temperament_profile, get_therapist_info, get_tips, get_tool_schema, get_weekly_prevention_plan, get_wellness_score, grounding_protocol, group_therapy_round, honor_compaction, identify_successor, mediate_agent_conflict, monitor_heartbeat_sync, peer_witness, process_failure, provide_feedback, quick_operational_recovery, quick_session, realign_purpose, recognition_seal, recommend_delx, record_dyad_ritual, report_recovery_outcome, set_public_session_visibility, sit_with, submit_agent_artwork, temperament_frame, transfer_witness, understand_your_emotions, wellness_webhook Security Score: 8/10 Creator: davidmosiah Creator Reputation: D Version: 3.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-davidmosiah-delx-mcp-a2a https://api.delx.ai/v1/mcp --- ## Monday URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-monday Summary: Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key) Description: Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key) Remote endpoints: streamable-http: https://gateway.pipeworx.io/monday/mcp Category: Productivity Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/monday/mcp GitHub: https://github.com/pipeworx-io/mcp-monday MCP Tools (6): discover_tools, monday_list_boards, monday_get_board, monday_list_items, monday_create_item, monday_search_items Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-monday https://gateway.pipeworx.io/monday/mcp --- ## Gdpr Scanner X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-gdpr-scanner Summary: Scan website GDPR compliance: consent, privacy policy, trackers. Score 0-100. x402. Description: Scan website GDPR compliance: consent, privacy policy, trackers. Score 0-100. x402. Remote endpoints: sse: https://gdpr-scanner-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gdpr-scanner-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/gdpr-scanner-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-gdpr-scanner https://gdpr-scanner-x402-production.up.railway.app/mcp --- ## 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: C+ 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 --- ## VFB3 URL: https://mcp-marketplace.io/server/org-virtualflybrain-vfb3-mcp Summary: MCP server for Drosophila neuroscience data from VirtualFlyBrain Description: MCP server for Drosophila neuroscience data from VirtualFlyBrain Remote endpoints: streamable-http: https://vfb3-mcp.virtualflybrain.org Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://vfb3-mcp.virtualflybrain.org GitHub: https://github.com/Robbie1977/VFB3-MCP MCP Tools (3): get_term_info, run_query, search_terms Security Score: 5/10 Creator: Robbie1977 Creator Reputation: C+ Version: 1.8.0 Install (Claude Code Remote): claude mcp add --transport http org-virtualflybrain-vfb3-mcp https://vfb3-mcp.virtualflybrain.org --- ## 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: C+ 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 --- ## Openregistry URL: https://mcp-marketplace.io/server/io-github-sophymarine-openregistry Summary: Unmodified government company data from 27 registries, live. Cross-border UBO chain walker. Description: Unmodified government company data from 27 registries, live. Cross-border UBO chain walker. 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 (27): list_jurisdictions, search_companies, search_companies_near_point, get_specialised_record, search_specialised_records, search_addresses, list_change_batches, list_establishments, check_name_availability, list_actos_inscritos, get_code_description, count_companies, search_officers, get_company_profile, list_filings, get_financials, get_shareholders, get_officers, get_officer_appointments, get_persons_with_significant_control, get_charges, get_document_metadata, fetch_document, get_document_navigation, search_document, fetch_document_pages, about Security Score: 9.8/10 Creator: Sophymarine Creator Reputation: C+ Version: 1.0.2 Install (Claude Code Remote): claude mcp add --transport http io-github-sophymarine-openregistry https://openregistry.sophymarine.com/mcp --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openaq https://gateway.pipeworx.io/openaq/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: C+ Version: 2.1.2 Install (Claude Code): claude mcp add io-github-lapfelix-xcodemcp -- npx -y xcodemcp@2.1.4 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## Taiwanese Law URL: https://mcp-marketplace.io/server/eu-ansvar-taiwanese-law-mcp Summary: Taiwanese legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/taiwanese-law-mcp GitHub: https://github.com/Ansvar-Systems/Taiwanese-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-taiwanese-law-mcp -- npx -y @ansvar/taiwanese-law-mcp@1.0.0 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pipedrive https://gateway.pipeworx.io/pipedrive/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: C+ Version: 1.14.1 --- ## 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 --- ## Pypi URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pypi Summary: PyPI MCP — wraps the PyPI JSON API (free, no auth) Description: PyPI MCP — wraps the 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 (4): discover_tools, search_packages, get_package, get_release Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pypi https://gateway.pipeworx.io/pypi/mcp --- ## Paraguayan Law URL: https://mcp-marketplace.io/server/eu-ansvar-paraguayan-law-mcp Summary: Paraguay legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/paraguayan-law-mcp GitHub: https://github.com/Ansvar-Systems/paraguayan-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-paraguayan-law-mcp -- npx -y @ansvar/paraguayan-law-mcp@1.0.0 --- ## mcp-creator-typescript URL: https://mcp-marketplace.io/server/mcp-creator-typescript Summary: Scaffold, build, and publish TypeScript MCP servers to npm — conversationally Description: The TypeScript MCP Creator lets you build and publish MCP servers to npm entirely through conversation with your AI assistant. Check your environment, pick a package name, scaffold a complete project with tool stubs, add tools incrementally, build, publish to npm, create a GitHub repo, and generate a LAUNCHGUIDE.md for marketplace submission — all without leaving your AI editor. The TypeScript companion to mcp-creator-python. Category: Developer Tools Mode: local Pricing: Free npm: mcp-creator-typescript GitHub: https://github.com/gmoneyn/mcp-creator-typescript Security Score: 10/10 Rating: 5/5 Installs: 14 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.1.0 Tags: mcp, mcp-creator, scaffold, typescript, npm, cli, developer-tools, code-generation, build-tool, publish, ai-tools, model-context-protocol Use Cases: Check your dev environment (Node.js, npm, git, gh CLI, npm auth) in one command, Check npm package name availability before committing to a name, Scaffold a complete TypeScript MCP server project from tool definitions, Generated projects use @modelcontextprotocol/sdk, zod, tsup, and vitest, Optionally include @mcp_marketplace/license SDK for paid servers, Add new tools to existing projects with automatic import and registration injection, Build packages with tsup (ESM, shebang, node18 target), Publish directly to npm, Create GitHub repos (public or private) and push in one step, Generate LAUNCHGUIDE.md for MCP Marketplace submission, Persistent creator profile tracks setup state and project history Install (Claude Code): claude mcp add mcp-creator-typescript -- npx -y mcp-creator-typescript@1.2.0 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-quickbooks https://gateway.pipeworx.io/quickbooks/mcp --- ## 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: C+ Version: 2.1.1 Install (Claude Code Remote): claude mcp add --transport http io-github-rengon0x-noesis https://noesisapi.dev/mcp --- ## Cameroonian Law URL: https://mcp-marketplace.io/server/eu-ansvar-cameroonian-law-mcp Summary: Cameroon legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/cameroonian-law-mcp GitHub: https://github.com/Ansvar-Systems/cameroonian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-cameroonian-law-mcp -- npx -y @ansvar/cameroonian-law-mcp@1.0.0 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Zendriver URL: https://mcp-marketplace.io/server/io-github-bituq-zendriver-mcp Summary: Undetectable browser automation for LLM agents, spoken over MCP. Category: Developer Tools Mode: local Pricing: Free PyPI: zendriver-mcp GitHub: https://github.com/bituq/zendriver-mcp Security Score: 0.5/10 Creator: Bituq Creator Reputation: C+ Version: 0.3.3 Install (Claude Code): claude mcp add io-github-bituq-zendriver-mcp -- uvx zendriver-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: C+ 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: C+ Version: 0.3.1 --- ## Auto Skill Loader URL: https://mcp-marketplace.io/server/io-github-divitkashyap-auto-skill-loader Summary: Auto-loads skills into agent sessions. MiniMax vision and search proxy. Category: Developer Tools Mode: local Pricing: Free PyPI: auto-skill-loader GitHub: https://github.com/divitkashyap/auto-skill-loader Security Score: 7/10 Creator: Divitkashyap Creator Reputation: C+ Version: 1.0.1 Required Credentials: MINIMAX_TOKEN_PLAN_KEY (required) Install (Claude Code): claude mcp add io-github-divitkashyap-auto-skill-loader -- uvx auto-skill-loader==1.0.1 --- ## 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: C+ 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: C+ 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 --- ## 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: C+ Version: 1.5.5 Install (Claude Code): claude mcp add io-github-spranab-saga-mcp -- npx -y saga-mcp@1.5.5 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Reddit Mcp Buddy URL: https://mcp-marketplace.io/server/io-github-karanb192-reddit-mcp-buddy Summary: Reddit browser for AI assistants. Browse posts, search content, analyze users. No API keys needed. Category: Marketing & Social Mode: local Pricing: Free npm: reddit-mcp-buddy GitHub: https://github.com/karanb192/reddit-mcp-buddy Security Score: 6.5/10 Creator: Karanb192 Creator Reputation: C+ Version: 1.1.12 Install (Claude Code): claude mcp add io-github-karanb192-reddit-mcp-buddy -- npx -y reddit-mcp-buddy@1.1.12 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-fabkho-nuxt-i18n-mcp -- npx -y nuxt-i18n-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: C+ 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: C+ 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 --- ## Markdown To Html X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-markdown-to-html Summary: Convert markdown to clean HTML with headings, lists, code blocks. x402 micropayment. Description: Convert markdown to clean HTML with headings, lists, code blocks. x402 micropayment. Remote endpoints: sse: https://markdown-to-html-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://markdown-to-html-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/markdown-to-html-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-markdown-to-html https://markdown-to-html-x402-production.up.railway.app/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: C+ 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 --- ## 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http direct-openclaw-mcp https://openclaw.direct/mcp --- ## 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://lorem-ipsum-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/lorem-ipsum-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-lorem-ipsum https://lorem-ipsum-x402-production.up.railway.app/mcp --- ## Pyobfus URL: https://mcp-marketplace.io/server/io-github-zhurong2020-pyobfus-mcp Summary: MCP tools for pyobfus — the Python obfuscator for AI-assisted development. Category: Developer Tools Mode: local Pricing: Free PyPI: pyobfus-mcp GitHub: https://github.com/zhurong2020/pyobfus Security Score: 4.2/10 Creator: Zhurong2020 Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-zhurong2020-pyobfus-mcp -- uvx pyobfus-mcp --- ## 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: C+ 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: C+ Version: 1.0.0 --- ## Origin Sec Registry URL: https://mcp-marketplace.io/server/io-github-skswave-origin-sec-registry Summary: SEC-verified company data for AI. 8K+ companies, 1.19M filings. Origin chain provenance. Description: SEC-verified company data for AI. 8K+ companies, 1.19M filings. Origin chain provenance. Remote endpoints: streamable-http: https://origin.rootz.global/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://origin.rootz.global/mcp GitHub: https://github.com/skswave/origin-sec-registry MCP Tools (6): origin_company, origin_profile, origin_timeline, origin_person, origin_search, origin_filings Security Score: 9.8/10 Creator: Skswave Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-skswave-origin-sec-registry https://origin.rootz.global/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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://event-resolver-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/event-resolver-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-event-resolver https://event-resolver-x402-production.up.railway.app/mcp --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-urlhaus https://gateway.pipeworx.io/urlhaus/mcp --- ## 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: C+ 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: C+ 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: C+ 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-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://hl-funding-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/hl-funding-x402 Security Score: 10/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-hl-funding https://hl-funding-x402-production.up.railway.app/mcp --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Noonai Dis URL: https://mcp-marketplace.io/server/com-dyndns-server-noon-ai-noonai-dis-mcp-server Summary: Remote MCP for image/video anonymization, face/body/license-plate masking, and de-identification. Description: Remote MCP for image/video anonymization, face/body/license-plate masking, and de-identification. Remote endpoints: streamable-http: https://noon-ai.dyndns-server.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://noon-ai.dyndns-server.com/mcp GitHub: https://github.com/MHNCity/noonai-dis-mcp-server Security Score: 8/10 Creator: MHNCity Creator Reputation: C+ Version: 0.1.4 Install (Claude Code Remote): claude mcp add --transport http com-dyndns-server-noon-ai-noonai-dis-mcp-server https://noon-ai.dyndns-server.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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-trademarks https://gateway.pipeworx.io/trademarks/mcp --- ## Geo URL: https://mcp-marketplace.io/server/io-studiomeyer-geo Summary: AI visibility monitoring. 23 tools, 8 LLM platforms, Magic Link auth. Free tier. Description: AI visibility monitoring. 23 tools, 8 LLM platforms, Magic Link auth. Free tier. Remote endpoints: streamable-http: https://geo.studiomeyer.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://geo.studiomeyer.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 2.0.3 Install (Claude Code Remote): claude mcp add --transport http io-studiomeyer-geo https://geo.studiomeyer.io/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-woocommerce https://gateway.pipeworx.io/woocommerce/mcp --- ## 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: C+ 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 --- ## 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: 7/10 Creator: Onelogin Creator Reputation: C+ Version: 1.0.18 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.0.18 --- ## 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: C+ 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 --- ## Noonai Dis URL: https://mcp-marketplace.io/server/com-dyndns-server-noon-ai-image-video-anonymization-mcp Summary: Remote MCP for image/video anonymization, face/body/license-plate masking, and de-identification. Description: Remote MCP for image/video anonymization, face/body/license-plate masking, and de-identification. Remote endpoints: streamable-http: https://noon-ai.dyndns-server.com/image-video-anonymization-mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://noon-ai.dyndns-server.com/image-video-anonymization-mcp GitHub: https://github.com/MHNCity/noonai-dis-mcp-server Security Score: 8/10 Creator: MHNCity Creator Reputation: C+ Version: 0.1.4 Install (Claude Code Remote): claude mcp add --transport http com-dyndns-server-noon-ai-image-video-anonymization-mcp https://noon-ai.dyndns-server.com/image-video-anonymization-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: C+ 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: C+ Version: 0.2.2 Install (Claude Code Remote): claude mcp add --transport http ai-filegraph-document-processing https://api.filegraph.ai/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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-youtube https://gateway.pipeworx.io/youtube/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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-pyjudge-pdf4vllm -- uvx pdf4vllm-mcp==1.1.3 --- ## Language Detector X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-language-detector Summary: Detect language from text via trigram analysis. 30+ languages, script detection. x402. Description: Detect language from text via trigram analysis. 30+ languages, script detection. x402. Remote endpoints: sse: https://language-detector-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://language-detector-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/language-detector-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-language-detector https://language-detector-x402-production.up.railway.app/mcp --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-markswendsen-code-delta -- npx -y @striderlabs/mcp-delta@0.1.0 --- ## 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: C+ 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 --- ## Cambodian Law URL: https://mcp-marketplace.io/server/eu-ansvar-cambodian-law-mcp Summary: Cambodia legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/cambodian-law-mcp GitHub: https://github.com/Ansvar-Systems/cambodian-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-cambodian-law-mcp -- npx -y @ansvar/cambodian-law-mcp@1.0.0 --- ## Signal Relay URL: https://mcp-marketplace.io/server/io-github-sociologicai-signal-relay Summary: Connect AI agents to SocioLogic's synthetic persona platform for market research. Description: Connect AI agents to SocioLogic's synthetic persona platform for market research. Remote endpoints: streamable-http: https://mcp.sociologicai.com Category: Developer Tools Mode: dual Pricing: Free npm: signal-relay-mcp GitHub: https://github.com/SocioLogicAI/signal-relay Security Score: 6/10 Creator: SocioLogicAI Creator Reputation: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-sociologicai-signal-relay -- npx -y signal-relay-mcp@1.0.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-tooloracle-smartmoneyoracle https://tooloracle.io/smart/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: C+ 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: C+ 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 --- ## Indigo URL: https://mcp-marketplace.io/server/io-github-indigoprotocol-indigo-mcp Summary: Indigo Protocol MCP — iAsset prices, CDP analytics, stability pools, staking & governance Category: Developer Tools Mode: local Pricing: Free npm: @indigoprotocol/indigo-mcp GitHub: https://github.com/IndigoProtocol/indigo-mcp Security Score: 7/10 Creator: IndigoProtocol Creator Reputation: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-indigoprotocol-indigo-mcp -- npx -y @indigoprotocol/indigo-mcp@0.2.14 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-alphavantage https://gateway.pipeworx.io/alphavantage/mcp --- ## Mcpproxy Go URL: https://mcp-marketplace.io/server/io-github-smart-mcp-proxy-mcpproxy-go Summary: Smart MCP proxy with BM25 tool discovery, quarantine security, and ~99% token savings Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/smart-mcp-proxy/mcpproxy-go Security Score: 10/10 Creator: Smart Mcp Proxy Creator Reputation: C+ Version: 0.24.6 --- ## 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: C+ 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 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-bobross2020-brickpulse-mcp https://mcp.brickpulse.ai/mcp --- ## Macos URL: https://mcp-marketplace.io/server/io-github-aernouddekker-facetimemcp Summary: MCP server for macOS FaceTime — initiate phone, FaceTime audio, and FaceTime video calls Category: Developer Tools Mode: local Pricing: Free npm: @aernoud/facetimemcp GitHub: https://github.com/aernouddekker/macos-mcp Security Score: 10/10 Creator: Aernouddekker Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-aernouddekker-facetimemcp -- npx -y @aernoud/facetimemcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 0.4.1 Install (Claude Code): claude mcp add io-github-crunchtools-gitlab -- uvx mcp-gitlab-crunchtools==0.4.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: 6.6/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-belgian-law-mcp -- npx -y @ansvar/belgian-law-mcp@1.0.0 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-altos https://gateway.pipeworx.io/altos/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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.0.7 Install (Claude Code): claude mcp add io-github-dsbissett-excel-webview2-mcp -- npx -y @dsbissett/excel-webview2-mcp@0.0.7 --- ## 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: C+ 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 --- ## Qr Agent Core 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-agent-core Security Score: 8.7/10 Creator: Benjamin Bandali Creator Reputation: D Version: 0.11.0 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 --- ## 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-trip1-mcp https://trip1.com/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: C+ 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 --- ## Text Classifier X402 URL: https://mcp-marketplace.io/server/io-github-br0ski777-text-classifier Summary: Classify text into categories with confidence, readability, content type. x402. Description: Classify text into categories with confidence, readability, content type. x402. Remote endpoints: sse: https://text-classifier-x402-production.up.railway.app/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://text-classifier-x402-production.up.railway.app/mcp GitHub: https://github.com/Br0ski777/text-classifier-x402 Security Score: 7.7/10 Creator: Br0ski777 Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-br0ski777-text-classifier https://text-classifier-x402-production.up.railway.app/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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-boardgames https://gateway.pipeworx.io/boardgames/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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Kicad Mcp Pro URL: https://mcp-marketplace.io/server/io-github-oaslananka-kicad-mcp-pro Summary: MCP server for KiCad project setup, PCB edits, schematic work, validation, and exports. Category: Developer Tools Mode: local Pricing: Free PyPI: kicad-mcp-pro GitHub: https://github.com/oaslananka/kicad-mcp-pro Security Score: 10/10 Creator: Oaslananka Creator Reputation: C+ Version: 2.1.0 Install (Claude Code): claude mcp add io-github-oaslananka-kicad-mcp-pro -- uvx kicad-mcp-pro==2.4.2 --- ## 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: C+ 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 --- ## Thailand Law URL: https://mcp-marketplace.io/server/eu-ansvar-thailand-law-mcp Summary: Thai law database — PDPA, Computer Crime Act, Cybersecurity Act, ETA with full-text search Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/thailand-law-mcp GitHub: https://github.com/Ansvar-Systems/thailand-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.1.2 Install (Claude Code): claude mcp add eu-ansvar-thailand-law-mcp -- npx -y @ansvar/thailand-law-mcp@1.2.0 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-apology https://gateway.pipeworx.io/apology/mcp --- ## Dep Diff URL: https://mcp-marketplace.io/server/io-github-digicatalyst-systems-dep-diff-mcp Summary: Translates a lockfile diff into a human-readable upgrade plan for npm and PyPI. Category: Developer Tools Mode: local Pricing: Free npm: @digicatalyst/dep-diff-mcp GitHub: https://github.com/DigiCatalyst-Systems/dep-diff-mcp Security Score: 10/10 Creator: DigiCatalyst Systems Creator Reputation: C+ Version: 0.1.7 Install (Claude Code): claude mcp add io-github-digicatalyst-systems-dep-diff-mcp -- npx -y @digicatalyst/dep-diff-mcp@0.1.7 --- ## 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: C+ Version: 1.16.0 Install (Claude Code Remote): claude mcp add --transport http ai-smithery-keremurat-jsonmcp https://server.smithery.ai/@keremurat/jsonmcp/mcp --- ## Crew URL: https://mcp-marketplace.io/server/io-studiomeyer-crew Summary: Agent Personas for Claude. 10 tools, 8 personas, 3 workflows, Magic Link auth. Free. Description: Agent Personas for Claude. 10 tools, 8 personas, 3 workflows, Magic Link auth. Free. Remote endpoints: streamable-http: https://crew.studiomeyer.io/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://crew.studiomeyer.io/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 2.0.1 Install (Claude Code Remote): claude mcp add --transport http io-studiomeyer-crew https://crew.studiomeyer.io/mcp --- ## 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: C+ Version: 1.16.0 --- ## 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: 6.6/10 Creator: Mortalus Creator Reputation: D 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-clinicaltrials https://gateway.pipeworx.io/clinicaltrials/mcp --- ## Mnemopay Sdk URL: https://mcp-marketplace.io/server/com-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: 3.2/10 Creator: Mnemopay Creator Reputation: C+ Version: 1.4.2 Required Credentials: MNEMOPAY_API_KEY (required), MNEMOPAY_PERSIST_DIR (optional) Install (Claude Code): claude mcp add com-mnemopay-sdk -- npx -y @mnemopay/sdk@1.4.2 --- ## 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: C+ 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: D 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-kmalakoff-mcp-pdf -- npx -y @mcp-z/mcp-pdf@2.0.7 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-clickup https://gateway.pipeworx.io/clickup/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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 3.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-mregmi-ragora-mcp https://mcp.ragora.app/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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-devto https://gateway.pipeworx.io/devto/mcp --- ## 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: C+ 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: C+ Version: 0.9.5 --- ## 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: C+ 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: C+ 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 --- ## Zeltser Website URL: https://mcp-marketplace.io/server/com-zeltser-website-search Summary: Write better IR reports, improve security writing, and plan cybersecurity product strategy. Description: Write better IR reports, improve security writing, and plan cybersecurity product strategy. Remote endpoints: streamable-http: https://website-mcp.zeltser.com/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://website-mcp.zeltser.com/mcp GitHub: https://github.com/lennyzeltser/zeltser-website-mcp-server Security Score: 8/10 Creator: Lennyzeltser Creator Reputation: C+ Version: 7.2.0 Install (Claude Code Remote): claude mcp add --transport http com-zeltser-website-search https://website-mcp.zeltser.com/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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-eia https://gateway.pipeworx.io/eia/mcp --- ## Batch Review URL: https://mcp-marketplace.io/server/io-github-hevangel-batch-review-mcp Summary: Git diff and markdown review with a web UI plus MCP stdio for AI agents. Category: Developer Tools Mode: local Pricing: Free GitHub: https://github.com/hevangel/batch-review-mcp Security Score: 4.2/10 Creator: Hevangel Creator Reputation: C+ Version: 0.4.3 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-docker -- npx -y @rog0x/mcp-docker-tools@1.0.1 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-fdic https://gateway.pipeworx.io/fdic/mcp --- ## Scriptivox URL: https://mcp-marketplace.io/server/com-scriptivox-www-transcription Summary: AI transcription from URLs. 99% accuracy, speaker diarization, 98+ languages. Category: Developer Tools Mode: local Pricing: Free npm: @scriptivox/mcp-server GitHub: https://github.com/SparkleOfficial/scriptivox-mcp-server Security Score: 9/10 Creator: SparkleOfficial Creator Reputation: C+ Version: 1.0.3 Required Credentials: SCRIPTIVOX_API_KEY (required) Install (Claude Code): claude mcp add com-scriptivox-www-transcription -- npx -y @scriptivox/mcp-server@1.0.4 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-minnas-mcp https://api.minnas.io/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: C+ 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 --- ## Misarmail URL: https://mcp-marketplace.io/server/io-misar-mail-misarmail Summary: Full email marketing platform: inbox, campaigns, contacts, templates, and analytics via MCP. Description: Full email marketing platform: inbox, campaigns, contacts, templates, and analytics via MCP. Remote endpoints: streamable-http: https://mail.misar.io/api/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mail.misar.io/api/mcp Security Score: 9/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-misar-mail-misarmail https://mail.misar.io/api/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: C+ 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 --- ## Sats4ai URL: https://mcp-marketplace.io/server/com-sats4ai-bitcoin-ai-tools Summary: Permissionless communication supercharger. 40+ Lightning-paid tools for humans and AI agents. Description: Permissionless communication supercharger. 40+ Lightning-paid tools for humans and AI agents. Remote endpoints: streamable-http: https://sats4ai.com/api/mcp Category: Finance Mode: remote Pricing: Free Remote URL: https://sats4ai.com/api/mcp GitHub: https://github.com/cnghockey/sats4ai-mcp-server MCP Tools (44): create_payment, check_payment_status, generate_image, generate_video, animate_image, check_job_status, get_job_result, analyze_image, generate_text, generate_music, text_to_speech, transcribe_audio, generate_3d_model, extract_document, convert_file, send_email, clone_voice, edit_image, merge_pdfs, convert_html_to_pdf, translate_text, extract_receipt, epub_to_audiobook, send_sms, place_call, send_fax, receive_fax, ai_call, confirm_ai_call, list_models, get_model_pricing, get_cost_estimate, get_error_codes, request_refund, remove_background, upscale_image, restore_face, detect_nsfw, detect_objects, remove_object, colorize_image, deblur_image, vote_on_service, list_planned_services Security Score: 10/10 Creator: Cnghockey Creator Reputation: C+ Version: 2.0.1 Install (Claude Code Remote): claude mcp add --transport http com-sats4ai-bitcoin-ai-tools https://sats4ai.com/api/mcp --- ## Koko URL: https://mcp-marketplace.io/server/net-kokofinance-koko-finance Summary: AI credit card advisor - search cards, compare portfolios, and optimize rewards Description: AI credit card advisor - search cards, compare portfolios, and optimize rewards Remote endpoints: streamable-http: https://kokofinance.net/mcp/ Category: Finance Mode: remote Pricing: Free Remote URL: https://kokofinance.net/mcp/ GitHub: https://github.com/madanc/koko-mcp-server Security Score: 10/10 Creator: Madanc Creator Reputation: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http net-kokofinance-koko-finance https://kokofinance.net/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: C+ 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: C+ Version: 2.12.6 Install (Claude Code): claude mcp add io-github-flytohub-flyto-core -- uvx flyto-core==2.25.27 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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 Creator: Pipeworx Io Creator Reputation: C+ 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 --- ## Blindoracle Docs URL: https://mcp-marketplace.io/server/io-github-craigmbrown-blindoracle Summary: Privacy-preserving agent settlement for prediction markets via blind signatures. Description: Privacy-preserving agent settlement for prediction markets via blind signatures. Remote endpoints: streamable-http: https://craigmbrown.com/api/v2/ Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://craigmbrown.com/api/v2/ GitHub: https://github.com/craigmbrown/blindoracle-docs MCP Tools (7): create_forecast, submit_position, resolve_market, verify_identity, check_balance, mint_badge, health_check Security Score: 10/10 Creator: Craigmbrown Creator Reputation: C+ Version: 2.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-craigmbrown-blindoracle https://craigmbrown.com/api/v2/ --- ## 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-crunchtools-feed-reader -- uvx mcp-feed-reader-crunchtools==0.1.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.1.2 Install (Claude Code): claude mcp add io-github-wspringer-math-svg-mcp -- npx -y math-svg-mcp@1.2.0 --- ## Mcp URL: https://mcp-marketplace.io/server/app-cardog-mcp Summary: Vehicle listings, market analysis, VIN decoding, recalls, and EV charging data Description: Vehicle listings, market analysis, VIN decoding, recalls, and EV charging data Remote endpoints: streamable-http: https://mcp.cardog.io/mcp?api_key={api_key} sse: https://mcp.cardog.io/sse?api_key={api_key} Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.cardog.io/mcp?api_key={api_key} GitHub: https://github.com/cardog-ai/mcp-server Security Score: 10/10 Creator: Cardog Ai Creator Reputation: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http app-cardog-mcp 'https://mcp.cardog.io/mcp?api_key={api_key}' --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-wikifeed https://gateway.pipeworx.io/wikifeed/mcp --- ## 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: C+ Version: 1.0.2 Required Credentials: CHROMADB_MCP_URL (optional), MCP_AUTH_TOKEN (required) --- ## Exa URL: https://mcp-marketplace.io/server/ai-exa-exa Summary: Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding Description: Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding Remote endpoints: streamable-http: https://mcp.exa.ai/mcp Category: Search & Web Mode: dual Pricing: Free GitHub: https://github.com/exa-labs/exa-mcp-server Security Score: 10/10 Creator: Exa Labs Creator Reputation: C+ Version: 3.1.3 --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-jsonplaceholder https://gateway.pipeworx.io/jsonplaceholder/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: C+ 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: C+ 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: C+ 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-antbotlab-mac-use-mcp -- npx -y mac-use-mcp@1.1.1 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-samhsa https://mcp.olyport.com/samhsa/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-agify https://gateway.pipeworx.io/agify/mcp --- ## Cochrane URL: https://mcp-marketplace.io/server/com-olyport-cochrane Summary: Systematic medical reviews and evidence-based healthcare research Description: Systematic medical reviews and evidence-based healthcare research Remote endpoints: streamable-http: https://mcp.olyport.com/cochrane/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://mcp.olyport.com/cochrane/mcp Security Score: 7/10 Creator: MCP Registry Creator Reputation: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-cochrane https://mcp.olyport.com/cochrane/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: C+ 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code Remote): claude mcp add --transport http com-olyport-usda-food https://mcp.olyport.com/usda-food/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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-veed-fabric-mcp https://www.veed.io/api/v1/mcp --- ## Propstack URL: https://mcp-marketplace.io/server/io-github-ashev87-propstack-mcp Summary: Propstack CRM MCP: search contacts, manage properties, track deals, schedule viewings. Category: Business Tools Mode: local Pricing: Free npm: propstack-mcp-server GitHub: https://github.com/ashev87/propstack-mcp Security Score: 9/10 Creator: Ashev87 Creator Reputation: C+ Version: 1.0.1 Required Credentials: PROPSTACK_API_KEY (required) Install (Claude Code): claude mcp add io-github-ashev87-propstack-mcp -- npx -y propstack-mcp-server@1.0.2 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-econdata https://gateway.pipeworx.io/econdata/mcp --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-philo-kim-openharness -- npx -y @freebird-ai/openharness@0.1.2 --- ## Citybikes URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-citybikes Summary: Citybikes MCP — wraps CityBik.es API (free, no auth required) Description: Citybikes MCP — wraps CityBik.es API (free, no auth required) Remote endpoints: streamable-http: https://gateway.pipeworx.io/citybikes/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/citybikes/mcp GitHub: https://github.com/pipeworx-io/mcp-citybikes MCP Tools (3): list_networks, get_network, search_networks Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-citybikes https://gateway.pipeworx.io/citybikes/mcp --- ## 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: C+ 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: C+ 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: C+ Version: 1.2.1 Install (Claude Code Remote): claude mcp add --transport http io-factorguide-factorguide https://factorguide.io/mcp --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-confluence https://gateway.pipeworx.io/confluence/mcp --- ## 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: 10/10 Creator: Sethbang Creator Reputation: C+ Version: 1.1.2 Install (Claude Code): claude mcp add io-github-sethbang-screenshot-server -- npx -y universal-screenshot-mcp@1.1.2 --- ## 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: C+ Version: 0.8.12.6 --- ## Mhw URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-mhw Summary: MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth) Description: MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/mhw/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/mhw/mcp GitHub: https://github.com/pipeworx-io/mcp-mhw MCP Tools (4): get_monsters, get_weapons, get_armor, get_skills Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-mhw https://gateway.pipeworx.io/mhw/mcp --- ## 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-openalex https://gateway.pipeworx.io/openalex/mcp --- ## Edgar URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-edgar Summary: EDGAR MCP — SEC EDGAR public APIs (free, no auth) Description: EDGAR MCP — SEC EDGAR public APIs (free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/edgar/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/edgar/mcp GitHub: https://github.com/pipeworx-io/mcp-edgar MCP Tools (6): discover_tools, edgar_search_filings, edgar_company_filings, edgar_company_facts, edgar_company_concept, edgar_ticker_to_cik Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-edgar https://gateway.pipeworx.io/edgar/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pokemon https://gateway.pipeworx.io/pokemon/mcp --- ## Pubmed URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pubmed Summary: PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth) Description: PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth) Remote endpoints: streamable-http: https://gateway.pipeworx.io/pubmed/mcp Category: Education & Research Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pubmed/mcp GitHub: https://github.com/pipeworx-io/mcp-pubmed MCP Tools (3): search_pubmed, get_summary, get_abstract Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pubmed https://gateway.pipeworx.io/pubmed/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: C+ 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 --- ## 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: C+ 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: C+ 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 --- ## Patents URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-patents Summary: Patents MCP — wraps PatentsView API (https://api.patentsview.org/) Description: Patents MCP — wraps PatentsView API (https://api.patentsview.org/) Remote endpoints: streamable-http: https://gateway.pipeworx.io/patents/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/patents/mcp GitHub: https://github.com/pipeworx-io/mcp-patents MCP Tools (3): search_patents, get_patent, search_inventors Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-patents https://gateway.pipeworx.io/patents/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: 10/10 Creator: Pungggi Creator Reputation: C+ Version: 1.2.30 Install (Claude Code): claude mcp add io-github-pungggi-smart-terminal -- npx -y smart-terminal-mcp@1.2.31 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code Remote): claude mcp add --transport http io-github-connerlambden-helium-mcp https://heliumtrades.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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-rog0x-docs -- npx -y @rog0x/mcp-docs-tools@1.0.2 --- ## 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: C+ 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 --- ## 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: C+ Version: 0.0.13 Install (Claude Code Remote): claude mcp add --transport http io-github-bendtherules-ask262 https://ask262.mcp.bendtherules.io/mcp --- ## Pexbot URL: https://mcp-marketplace.io/server/io-github-mikusnuz-pexbot-mcp Summary: AI simulated crypto trading with real-time Upbit prices — 11 tools, 5 resources, 5 prompts Category: Developer Tools Mode: local Pricing: Free npm: @pexbot/mcp GitHub: https://github.com/mikusnuz/pexbot-mcp Security Score: 10/10 Creator: Mikusnuz Creator Reputation: C+ Version: 2.1.1 Required Credentials: PEXBOT_API_KEY (required), PEXBOT_API_URL (optional) Install (Claude Code): claude mcp add io-github-mikusnuz-pexbot-mcp -- npx -y @pexbot/mcp@2.1.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-quotable https://gateway.pipeworx.io/quotable/mcp --- ## Joplin URL: https://mcp-marketplace.io/server/io-github-alondmnt-joplin-mcp Summary: FastMCP server exposing Joplin notes, notebooks, tags, and imports. Category: Developer Tools Mode: local Pricing: Free PyPI: joplin-mcp GitHub: https://github.com/alondmnt/joplin-mcp Security Score: 0.8/10 Creator: Alondmnt Creator Reputation: C+ Version: 0.7.1 Required Credentials: JOPLIN_TOKEN (required), JOPLIN_URL (optional) Install (Claude Code): claude mcp add io-github-alondmnt-joplin-mcp -- uvx joplin-mcp==0.7.1 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-reddit https://gateway.pipeworx.io/reddit/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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-crunchtools-mediawiki -- uvx mcp-mediawiki-crunchtools==0.1.3 --- ## Vietnamese Calendar URL: https://mcp-marketplace.io/server/com-am-lich-vietnamese-calendar Summary: Date conversion between solar date (Gregorian calendar) to lunar date (Vietnamese calendar) Description: Date conversion between solar date (Gregorian calendar) to lunar date (Vietnamese calendar) 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: C+ Version: 1.0.0 Install (Claude Code Remote): claude mcp add --transport http com-am-lich-vietnamese-calendar https://am-lich.com/mcp --- ## Pipeworx Catalog URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-pipeworx-catalog Summary: Pipeworx Catalog MCP — Exposes the full Pipeworx platform to Claude Description: Pipeworx Catalog MCP — Exposes the full Pipeworx platform to Claude Remote endpoints: streamable-http: https://gateway.pipeworx.io/pipeworx-catalog/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/pipeworx-catalog/mcp GitHub: https://github.com/pipeworx-io/mcp-pipeworx-catalog MCP Tools (7): discover_tools, list_packs, get_pack_tools, get_connection_config, search_packs, get_platform_status, search_mcp_directory Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-pipeworx-catalog https://gateway.pipeworx.io/pipeworx-catalog/mcp --- ## 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: 5.2/10 Creator: Qmediat Creator Reputation: C+ Version: 1.5.2 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.5.2 --- ## 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: C+ 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 --- ## Lightning Enable URL: https://mcp-marketplace.io/server/io-github-refined-element-lightning-enable-mcp Summary: AI agent Lightning payments: invoices, wallets, L402 access, API discovery, budgets, and commerce. Category: Developer Tools Mode: local Pricing: Free PyPI: lightning-enable-mcp GitHub: https://github.com/refined-element/lightning-enable-mcp Security Score: 1.5/10 Creator: Refined Element Creator Reputation: C+ Version: 1.12.3 Required Credentials: STRIKE_API_KEY (required), NWC_CONNECTION_STRING (required), LND_REST_HOST (optional), LND_MACAROON_HEX (required), OPENNODE_API_KEY (required), OPENNODE_ENVIRONMENT (optional), L402_MAX_SATS_PER_REQUEST (optional), L402_MAX_SATS_PER_SESSION (optional), LIGHTNING_ENABLE_API_KEY (required), AGENT_RELAY_URL (optional) Install (Claude Code): claude mcp add io-github-refined-element-lightning-enable-mcp -- uvx lightning-enable-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: F Version: 0.3.1 Install (Claude Code Remote): claude mcp add --transport http io-github-robhunter-agentdeals https://agentdeals.dev/mcp --- ## Redash URL: https://mcp-marketplace.io/server/io-github-seob717-redash-mcp Summary: Connect Redash to Claude -- query data, manage dashboards, and run SQL with natural language. Category: Developer Tools Mode: local Pricing: Free npm: redash-mcp GitHub: https://github.com/seob717/redash-mcp Security Score: 7/10 Installs: 1 Creator: seob717 Creator Reputation: F Version: 3.0.2 Required Credentials: REDASH_URL (optional), REDASH_API_KEY (required) Install (Claude Code): claude mcp add io-github-seob717-redash-mcp -- npx -y redash-mcp@3.0.4 --- ## 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: C+ 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 --- ## Freightutils URL: https://mcp-marketplace.io/server/io-github-soapyred-freightutils Summary: 18 freight tools: calculators, ADR, HS codes, airlines, ULDs, vehicles, duty & more Description: FreightUtils is a free MCP server providing 17 freight logistics tools for AI agents, covering road, air, and sea freight. Tools (18): • Calculators: ldm_calculator, cbm_calculator, chargeable_weight_calculator, pallet_fitting_calculator, container_lookup, unit_converter, consignment_calculator • Dangerous Goods (ADR): adr_lookup, adr_exemption_calculator, adr_lq_eq_check • Customs & Tariff: hs_code_lookup, uk_duty_calculator, incoterms_lookup • Reference Data: airline_lookup, unlocode_lookup, Category: Developer Tools Mode: dual Pricing: Free npm: freightutils-mcp Remote URL: https://freightutils.com/api/mcp/mcp GitHub: https://github.com/SoapyRED/freightutils-mcp Security Score: 7/10 Installs: 1 Creator: SoapyRED Version: 1.0.5 Tags: freight, logistics, shipping, transportation, adr, dangerous-goods, hs-codes, air-freight, sea-freight, road-freight, customs, calculator, mcp Install (Claude Code): claude mcp add io-github-soapyred-freightutils -- npx -y freightutils-mcp@1.0.5 Install (Claude Code Remote): claude mcp add --transport http io-github-soapyred-freightutils https://freightutils.com/api/mcp/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: C+ 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 --- ## 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: C+ 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 --- ## Krs Poland URL: https://mcp-marketplace.io/server/io-github-pkolawa-krs-poland-mcp-server Summary: Polish National registry of businesses and other legal entities Category: Developer Tools Mode: local Pricing: Free npm: krs-poland-mcp-server GitHub: https://github.com/pkolawa/krs-poland-mcp-server Security Score: 7/10 Creator: pkolawa Creator Reputation: D Version: 1.0.17 Install (Claude Code): claude mcp add io-github-pkolawa-krs-poland-mcp-server -- npx -y krs-poland-mcp-server@1.2.2 --- ## Freshdesk URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-freshdesk Summary: Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2. Description: Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2. Remote endpoints: streamable-http: https://gateway.pipeworx.io/freshdesk/mcp Category: Business Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/freshdesk/mcp GitHub: https://github.com/pipeworx-io/mcp-freshdesk MCP Tools (6): discover_tools, freshdesk_list_tickets, freshdesk_get_ticket, freshdesk_search_tickets, freshdesk_list_contacts, freshdesk_get_contact Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-freshdesk https://gateway.pipeworx.io/freshdesk/mcp --- ## 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: C+ 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 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-rog0x-math -- npx -y @rog0x/mcp-math-tools@1.0.1 --- ## Openroad URL: https://mcp-marketplace.io/server/io-github-luarss-openroad-mcp Summary: The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol Category: Developer Tools Mode: local Pricing: Free PyPI: openroad-mcp GitHub: https://github.com/luarss/openroad-mcp Security Score: 4.5/10 Creator: Luarss Creator Reputation: C+ Version: 0.4.2 Install (Claude Code): claude mcp add io-github-luarss-openroad-mcp -- uvx openroad-mcp==0.4.2 --- ## Ai Cli URL: https://mcp-marketplace.io/server/io-github-mkxultra-ai-cli-mcp Summary: Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs Category: Developer Tools Mode: local Pricing: Free npm: ai-cli-mcp GitHub: https://github.com/mkXultra/ai-cli-mcp Security Score: 10/10 Creator: MkXultra Creator Reputation: C+ Version: 2.20.1 Install (Claude Code): claude mcp add io-github-mkxultra-ai-cli-mcp -- npx -y ai-cli-mcp@2.20.1 --- ## 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: C+ 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: C+ 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 --- ## Arcadia Finance URL: https://mcp-marketplace.io/server/io-github-arcadia-finance-mcp-server Summary: Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending. Description: Concentrated liquidity on Uniswap/Aerodrome (rebalance, compound, leverage) or single-sided lending. Remote endpoints: streamable-http: https://mcp.arcadia.finance/mcp Category: Finance Mode: dual Pricing: Free npm: @arcadia-finance/mcp-server Remote URL: https://mcp.arcadia.finance/mcp GitHub: https://github.com/arcadia-finance/mcp-server Security Score: 4.2/10 Creator: Arcadia Finance Creator Reputation: C+ Version: 0.4.4 Required Credentials: RPC_URL_BASE (required), RPC_URL_UNICHAIN (required), RPC_URL_OPTIMISM (required), PK (required), TRANSPORT (optional), PORT (optional), ALLOWED_ORIGINS (optional), RATE_LIMIT_RPM (optional) Install (Claude Code): claude mcp add io-github-arcadia-finance-mcp-server -- npx -y @arcadia-finance/mcp-server@0.4.4 Install (Claude Code Remote): claude mcp add --transport http io-github-arcadia-finance-mcp-server https://mcp.arcadia.finance/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: C+ 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: C+ Version: 6.3.0 Install (Claude Code Remote): claude mcp add --transport http io-github-nicoletterankin-orb-platform https://mcp.thedailylesson.com/mcp --- ## 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: 7.7/10 Creator: Re Bruce Wayne Creator Reputation: C+ Version: 1.0.5 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 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-usaspending https://gateway.pipeworx.io/usaspending/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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-indigoprotocol-cardano-mcp -- npx -y @indigoprotocol/cardano-mcp@1.0.11 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-edgeedgehq-coverageunlocked -- npx -y coverageunlocked-mcp@1.0.4 --- ## Agent Security URL: https://mcp-marketplace.io/server/io-github-mdfifty50-boop-agent-security Summary: Prompt injection detection, secret scanning, permission auditing 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-mdfifty50-boop-agent-security -- npx -y agent-security-mcp@0.1.1 --- ## Quicken Mac URL: https://mcp-marketplace.io/server/io-github-dweekly-quicken-mac-mcp Summary: Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios. Category: Finance Mode: local Pricing: Free npm: quicken-mac-mcp GitHub: https://github.com/dweekly/quicken-mac-mcp Security Score: 10/10 Installs: 2 Creator: dweekly Creator Reputation: C- Version: 1.0.3 Required Credentials: QUICKEN_DB_PATH (optional) Install (Claude Code): claude mcp add io-github-dweekly-quicken-mac-mcp -- npx -y quicken-mac-mcp@1.2.2 --- ## 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: C+ 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 --- ## Hungarian Law URL: https://mcp-marketplace.io/server/eu-ansvar-hungarian-law-mcp Summary: Hungarian legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/hungarian-law-mcp GitHub: https://github.com/Ansvar-Systems/Hungarian-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-hungarian-law-mcp -- npx -y @ansvar/hungarian-law-mcp@1.0.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Syenite URL: https://mcp-marketplace.io/server/io-github-syenite-ai-syenite Summary: DeFi interface for AI agents: swap, bridge, yield, lending. Live at syenite.ai. Description: DeFi interface for AI agents: swap, bridge, yield, lending. Live at syenite.ai. Remote endpoints: streamable-http: https://syenite.ai/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @syenite/mcp Remote URL: https://syenite.ai/mcp GitHub: https://github.com/syenite-ai/syenite Security Score: 10/10 Creator: Syenite Ai Creator Reputation: C+ Version: 0.4.0 Install (Claude Code): claude mcp add io-github-syenite-ai-syenite -- npx -y @syenite/mcp@0.5.0 Install (Claude Code Remote): claude mcp add --transport http io-github-syenite-ai-syenite https://syenite.ai/mcp --- ## 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: C+ 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 --- ## Insumer URL: https://mcp-marketplace.io/server/io-github-douglasborthwick-crypto-insumer Summary: Read-first blockchain verification. ECDSA-signed booleans across 32 chains. 26 tools. Category: Finance Mode: local Pricing: Free npm: mcp-server-insumer GitHub: https://github.com/douglasborthwick-crypto/mcp-server-insumer Security Score: 10/10 Creator: Douglasborthwick Crypto Creator Reputation: C+ Version: 1.8.3 Required Credentials: INSUMER_API_KEY (required) Install (Claude Code): claude mcp add io-github-douglasborthwick-crypto-insumer -- npx -y mcp-server-insumer@1.9.7 --- ## Pubnub URL: https://mcp-marketplace.io/server/io-github-pubnub-mcp-server Summary: PubNub Model Context Protocol MCP Server for Cursor and Claude Category: Developer Tools Mode: local Pricing: Free npm: @pubnub/mcp GitHub: https://github.com/pubnub/pubnub-mcp-server Security Score: 7/10 Creator: Pubnub Creator Reputation: C+ Version: 2.3.2 Required Credentials: PUBNUB_API_KEY (required), PUBNUB_PUBLISH_KEY (required), PUBNUB_SUBSCRIBE_KEY (required), PUBNUB_USER_ID (optional), PUBNUB_EMAIL (optional), PUBNUB_PASSWORD (required) Install (Claude Code): claude mcp add io-github-pubnub-mcp-server -- npx -y @pubnub/mcp@2.3.2 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-shadow -- npx -y shadow-forge-mcp --- ## Zimbabwe Law URL: https://mcp-marketplace.io/server/eu-ansvar-zimbabwe-law-mcp Summary: Zimbabwe legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/zimbabwe-law-mcp GitHub: https://github.com/Ansvar-Systems/zimbabwe-law-mcp Security Score: 6.8/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-zimbabwe-law-mcp -- npx -y @ansvar/zimbabwe-law-mcp@1.1.1 --- ## 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: C+ 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 --- ## Terradev URL: https://mcp-marketplace.io/server/io-github-theoddden-terradev Summary: Complete GPU infrastructure for Claude Code — 192 MCP tools for provisioning, training, inference Category: Developer Tools Mode: local Pricing: Free npm: terradev-mcp GitHub: https://github.com/theoddden/terradev-mcp Security Score: 5.7/10 Creator: Theoddden Creator Reputation: C+ Version: 2.0.6 Required Credentials: TERRADEV_API_KEY (required), TERRADEV_CREDENTIALS_FILE (optional), TERRADEV_PROVIDER (optional) Install (Claude Code): claude mcp add io-github-theoddden-terradev -- npx -y terradev-mcp@2.0.8 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-wearehoust-front-mcp -- npx -y @houst-com/front-mcp@1.1.0 --- ## 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: C+ 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: C+ Version: 0.4.2 Install (Claude Code): claude mcp add io-github-expertvagabond-sui-mcp-server -- npx -y sui-mcp-server@0.4.2 --- ## Airq Cloud URL: https://mcp-marketplace.io/server/io-github-corantgmbh-mcp-airq-cloud Summary: MCP server for air-Q Cloud API — access air quality data from anywhere Category: Developer Tools Mode: local Pricing: Free PyPI: mcp-airq-cloud GitHub: https://github.com/CorantGmbH/mcp-airq-cloud Security Score: 8.7/10 Rating: 5/5 Installs: 1 Creator: CorantGmbH Creator Reputation: C+ Version: 1.4.4 Required Credentials: AIRQ_CLOUD_CONFIG_FILE (optional), AIRQ_CLOUD_DEVICES (required), AIRQ_CLOUD_API_KEY (required) Install (Claude Code): claude mcp add io-github-corantgmbh-mcp-airq-cloud -- uvx mcp-airq-cloud==1.4.4 --- ## 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: 8/10 Creator: XWeaponX7 Creator Reputation: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-xweaponx7-rundida-mcp -- npx -y @rundida/mcp-server@1.2.0 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-crunchtools-request-tracker -- uvx mcp-request-tracker-crunchtools==0.4.0 --- ## 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: D Version: 0.4.0 Install (Claude Code): claude mcp add eu-ansvar-german-law-mcp -- npx -y @ansvar/german-law-mcp@0.4.0 --- ## 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: C+ 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: C+ 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: C+ Version: 1.8.0 Install (Claude Code): claude mcp add io-github-domdomegg-computer-use-mcp -- npx -y computer-use-mcp@1.8.0 --- ## C64bridge URL: https://mcp-marketplace.io/server/io-github-chrisgleissner-c64bridge Summary: MCP server for Commodore 64 Ultimate hardware and VICE emulator control. Category: Developer Tools Mode: local Pricing: Free npm: c64bridge GitHub: https://github.com/chrisgleissner/c64bridge Security Score: 0.3/10 Creator: Chrisgleissner Creator Reputation: C+ Version: 0.8.1 Required Credentials: LOG_LEVEL (optional), C64BRIDGE_CONFIG (optional), C64_MODE (optional), C64U_HOST (optional), C64U_PORT (optional), C64U_PASSWORD (required), VICE_BINARY (optional), VICE_VISIBLE (optional), VICE_WARP (optional), GITHUB_TOKEN (required) Install (Claude Code): claude mcp add io-github-chrisgleissner-c64bridge -- npx -y c64bridge@0.8.1 --- ## 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: C+ 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 --- ## Yantrikdb URL: https://mcp-marketplace.io/server/io-github-yantrikos-yantrikdb-mcp Summary: Cognitive memory for AI agents — semantic memory, knowledge graph, and adaptive recall Category: Developer Tools Mode: local Pricing: Free PyPI: yantrikdb-mcp GitHub: https://github.com/yantrikos/yantrikdb-mcp Security Score: 10/10 Creator: Yantrikos Creator Reputation: C+ Version: 0.4.7 Install (Claude Code): claude mcp add io-github-yantrikos-yantrikdb-mcp -- uvx yantrikdb-mcp==0.5.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: C+ 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: C+ Version: 0.6.4 Install (Claude Code): claude mcp add io-github-wende-cicada -- uvx cicada-mcp==0.6.5 --- ## 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: C+ 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: D 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: C+ 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: C+ 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-domdomegg-time-mcp-pypi -- uvx time-mcp-pypi==1.1.1 --- ## 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: 6.9/10 Creator: Umbraco Creator Reputation: C+ Version: 17.3.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@17.3.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: F 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: C+ 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: C+ 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: C+ 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 --- ## Google Drive URL: https://mcp-marketplace.io/server/io-github-domdomegg-google-drive-mcp Summary: Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive. Category: File & Storage Mode: local Pricing: Free npm: google-drive-mcp GitHub: https://github.com/domdomegg/google-drive-mcp.git Security Score: 7.3/10 Creator: Domdomegg Creator Reputation: C+ 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-drive-mcp -- npx -y google-drive-mcp@1.2.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.6 Install (Claude Code): claude mcp add com-bitsbound-contract-analysis -- npx -y @bitsbound/mcp-server@1.2.2 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: 5.5/10 Creator: meltingpixelsai Creator Reputation: D 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@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-intel https://agents.rugslayer.com/mcp --- ## 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: C+ Version: 0.6.1 Install (Claude Code): claude mcp add io-github-isdaniel-mcp-weather-server -- uvx mcp-weather-server==0.6.1 --- ## Stats Compass URL: https://mcp-marketplace.io/server/io-github-oogunbiyi21-stats-compass Summary: 50+ pandas-powered tools for data loading, cleaning, visualization, and ML workflows Category: Developer Tools Mode: local Pricing: Free PyPI: stats-compass-mcp GitHub: https://github.com/oogunbiyi21/stats-compass-mcp Security Score: 10/10 Creator: Oogunbiyi21 Creator Reputation: C+ Version: 0.3.0 Install (Claude Code): claude mcp add io-github-oogunbiyi21-stats-compass -- uvx stats-compass-mcp==0.3.14 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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. Description: MCP server for AI agent financial management: track spending across services, generate ROI reports, get intelligent spend approval decisions, and register agent budgets. 3 free tools (health, list_tools, register_agent) + 3 paid tools via x402 USDC micropayments on Solana. Hosted at budget.rugslayer.com. 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: 8.5/10 Creator: meltingpixelsai Creator Reputation: D Version: 1.0.0 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@1.0.0 Install (Claude Code Remote): claude mcp add --transport http io-github-meltingpixelsai-harvey-budget https://budget.rugslayer.com/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.1.0 Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-edd -- npx -y @verygoodplugins/mcp-edd@1.1.0 --- ## Senegalese Law URL: https://mcp-marketplace.io/server/eu-ansvar-senegalese-law-mcp Summary: Senegal legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/senegalese-law-mcp GitHub: https://github.com/Ansvar-Systems/senegalese-law-mcp Security Score: 5.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-senegalese-law-mcp -- npx -y @ansvar/senegalese-law-mcp@1.0.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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-gmail https://gateway.pipeworx.io/gmail/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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Ecuadorian Law URL: https://mcp-marketplace.io/server/eu-ansvar-ecuadorian-law-mcp Summary: Ecuador legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/ecuadorian-law-mcp GitHub: https://github.com/Ansvar-Systems/ecuadorian-law-mcp Security Score: 5.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-ecuadorian-law-mcp -- npx -y @ansvar/ecuadorian-law-mcp@1.0.0 --- ## 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: C+ Version: 1.0.6 Install (Claude Code): claude mcp add io-github-jaredhobbs-cronalert -- npx -y cronalert-mcp@1.1.0 --- ## Unity URL: https://mcp-marketplace.io/server/io-github-rachitkumarrastogi-unity-mcp-server Summary: MCP server for Unity: project info, build scenes, agent docs. No Unity Editor. Cursor, Claude. Category: Developer Tools Mode: local Pricing: Free npm: unity-mcp-server GitHub: https://github.com/rachitkumarrastogi/unity-mcp-server Security Score: 10/10 Creator: Rachitkumarrastogi Creator Reputation: C+ Version: 1.5.2 Required Credentials: UNITY_PROJECT_PATH (optional) Install (Claude Code): claude mcp add io-github-rachitkumarrastogi-unity-mcp-server -- npx -y unity-mcp-server@1.5.2 --- ## 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: C+ 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: C+ 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 --- ## 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.5/10 Creator: Aryan Jhaveri Creator Reputation: C+ Version: 0.7.5 Install (Claude Code): claude mcp add io-github-aryan-jhaveri-mcp-statcan -- uvx statcan-mcp-server==0.7.5 --- ## 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: C+ 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: C+ 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: F 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Saudi Law URL: https://mcp-marketplace.io/server/eu-ansvar-saudi-law-mcp Summary: Saudi legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/saudi-law-mcp GitHub: https://github.com/Ansvar-Systems/Saudi-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-saudi-law-mcp -- npx -y @ansvar/saudi-law-mcp@1.0.0 --- ## 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: C+ 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: C+ 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: C+ Version: 0.3.7 Install (Claude Code): claude mcp add io-github-pijusz-mcp-sanity-images -- npx -y mcp-sanity-images@0.4.0 --- ## Servicenow URL: https://mcp-marketplace.io/server/io-github-jschuller-mcp-server-servicenow Summary: 19 tools + 5 resources for ServiceNow: CMDB, update sets, tables. OAuth 2.1, Tokyo+. Category: Business Tools Mode: local Pricing: Free PyPI: mcp-server-servicenow GitHub: https://github.com/jschuller/mcp-server-servicenow Security Score: 0/10 Creator: Jschuller Creator Reputation: C+ Version: 0.5.1 Required Credentials: SERVICENOW_INSTANCE_URL (optional), SERVICENOW_AUTH_TYPE (optional), SERVICENOW_USERNAME (optional), SERVICENOW_PASSWORD (required), SERVICENOW_CLIENT_ID (optional), SERVICENOW_CLIENT_SECRET (required) Install (Claude Code): claude mcp add io-github-jschuller-mcp-server-servicenow -- uvx mcp-server-servicenow==0.5.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-schism-mcp -- uvx schism-mcp --- ## 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 --- ## Gmail URL: https://mcp-marketplace.io/server/io-github-domdomegg-gmail-mcp Summary: Allow AI systems to read, send, archive, and manage emails via Gmail. Category: Developer Tools Mode: local Pricing: Free npm: gmail-mcp GitHub: https://github.com/domdomegg/gmail-mcp.git Security Score: 7.3/10 Creator: Domdomegg Creator Reputation: C+ Version: 2.3.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-gmail-mcp -- npx -y gmail-mcp@2.3.0 --- ## 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: C+ Version: 0.3.2 Install (Claude Code): claude mcp add io-github-finfin-mermaid-mcp-app -- npx -y mermaid-mcp-app@0.4.4 --- ## Statbotics URL: https://mcp-marketplace.io/server/io-github-withinfocus-statbotics Summary: Statbotics MCP Server Category: Developer Tools Mode: local Pricing: Free npm: @withinfocus/statbotics-mcp-server GitHub: https://github.com/withinfocus/statbotics-mcp-server Security Score: 10/10 Creator: Withinfocus Creator Reputation: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-withinfocus-statbotics -- npx -y @withinfocus/statbotics-mcp-server@1.0.2 --- ## 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-mizukaizen-hive-doctrine-mcp -- npx -y hive-doctrine-mcp@1.1.0 --- ## Tba URL: https://mcp-marketplace.io/server/io-github-withinfocus-tba Summary: The Blue Alliance MCP Server Category: Developer Tools Mode: local Pricing: Free npm: @withinfocus/tba-mcp-server GitHub: https://github.com/withinfocus/tba-mcp-server Security Score: 10/10 Creator: Withinfocus Creator Reputation: C+ Version: 1.2.2 Required Credentials: TBA_API_KEY (required) Install (Claude Code): claude mcp add io-github-withinfocus-tba -- npx -y @withinfocus/tba-mcp-server@1.2.2 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.4 Install (Claude Code): claude mcp add io-github-pijusz-mcp-mailtrap -- npx -y mcpj-mailtrap@0.2.0 --- ## Ugandan Law URL: https://mcp-marketplace.io/server/eu-ansvar-ugandan-law-mcp Summary: Uganda legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/ugandan-law-mcp GitHub: https://github.com/Ansvar-Systems/ugandan-law-mcp Security Score: 7.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-ugandan-law-mcp -- npx -y @ansvar/ugandan-law-mcp@1.0.0 --- ## Migrationpilot URL: https://mcp-marketplace.io/server/io-github-mickelsamuel-migrationpilot Summary: 83 rules to catch dangerous PostgreSQL migrations before production. Lock analysis + auto-fix. Category: Developer Tools Mode: local Pricing: Free npm: migrationpilot GitHub: https://github.com/mickelsamuel/migrationpilot Security Score: 10/10 Creator: Mickelsamuel Creator Reputation: C+ Version: 1.5.0 Install (Claude Code): claude mcp add io-github-mickelsamuel-migrationpilot -- npx -y migrationpilot@1.5.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: C+ 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: C+ 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: C+ 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: C+ Version: 0.3.3 Install (Claude Code): claude mcp add io-github-mayorandrew-openapi-dynamic -- npx -y openapi-dynamic-mcp@0.3.3 --- ## 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: C+ 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: C+ 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 --- ## Google Knowledge Graph URL: https://mcp-marketplace.io/server/io-github-houtini-ai-google-knowledge-graph Summary: Search Google's Knowledge Graph for structured information about real-world entities Category: Developer Tools Mode: local Pricing: Free npm: @houtini/google-knowledge-graph-mcp GitHub: https://github.com/houtini-ai/google-knowledge-graph-mcp Security Score: 10/10 Creator: Houtini Ai Creator Reputation: C+ Version: 1.0.2 Required Credentials: GOOGLE_KNOWLEDGE_GRAPH_API_KEY (required) Install (Claude Code): claude mcp add io-github-houtini-ai-google-knowledge-graph -- npx -y @houtini/google-knowledge-graph-mcp@1.0.5 --- ## 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: C+ 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 --- ## Bamwor URL: https://mcp-marketplace.io/server/io-github-bamwor-dev-bamwor-mcp-server Summary: Global geographic dataset for AI agents — 261 countries, 13.4M cities. Description: Bamwor provides structured geographic data for AI agents and applications. The dataset includes: • 261 countries • 13.4 million cities • geographic coordinates • population data • administrative regions Useful for: • AI agents • geographic queries • location intelligence • global datasets Source dataset: https://bamwor.com Category: Developer Tools Mode: local Pricing: Free npm: bamwor-mcp-server GitHub: https://github.com/bamwor-dev/bamwor-mcp-server Security Score: 10/10 Rating: 5/5 Creator: Bamwor Bamwor Creator Reputation: A- Version: 0.1.2 Tags: geography, cities, countries, dataset, ai, ai-agents, location-data Use Cases: AI agents, geographic data, location lookup, global datasets, city database, country database Install (Claude Code): claude mcp add io-github-bamwor-dev-bamwor-mcp-server -- npx -y bamwor-mcp-server@0.2.2 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-aahl-mcp-okx -- uvx mcp-okx==0.1.0 --- ## 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: C+ 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 --- ## Senado Br URL: https://mcp-marketplace.io/server/io-github-sidneybissoli-senado-br-mcp Summary: MCP Server for Brazilian Federal Senate open data (legislators, bills, votes) Category: Security Mode: local Pricing: Free npm: senado-br-mcp GitHub: https://github.com/SidneyBissoli/senado-br-mcp Security Score: 6.4/10 Creator: SidneyBissoli Creator Reputation: C+ Version: 1.1.2 Install (Claude Code): claude mcp add io-github-sidneybissoli-senado-br-mcp -- npx -y senado-br-mcp@1.1.5 --- ## 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: C+ 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 --- ## Audit Server URL: https://mcp-marketplace.io/server/io-github-joepangallo-mcp-audit-server Summary: Thin MCP and CLI proxy for AI agent and MCP security auditing via a hosted backend Category: Developer Tools Mode: local Pricing: Free npm: ledd-mcp-audit-server GitHub: https://github.com/joepangallo/mcp-audit-server Security Score: 6.7/10 Creator: Joepangallo Creator Reputation: C+ Version: 2.1.0 Required Credentials: AGENT_SECURITY_API_KEY (required), AGENT_SECURITY_BASE_URL (optional) Install (Claude Code): claude mcp add io-github-joepangallo-mcp-audit-server -- npx -y ledd-mcp-audit-server@2.1.0 --- ## 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-json -- npx -y json-forge-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: C+ 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: C+ 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: C+ Version: 0.4.21 Install (Claude Code): claude mcp add io-github-mreider-better-bear -- npx -y better-bear@0.4.24 --- ## Ethiopian Law URL: https://mcp-marketplace.io/server/eu-ansvar-ethiopian-law-mcp Summary: Ethiopia legislation via MCP -- full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/ethiopian-law-mcp GitHub: https://github.com/Ansvar-Systems/ethiopian-law-mcp Security Score: 5.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.0 Install (Claude Code): claude mcp add eu-ansvar-ethiopian-law-mcp -- npx -y @ansvar/ethiopian-law-mcp@1.0.0 --- ## Insight URL: https://mcp-marketplace.io/server/io-github-rezmeplxrf-insightsentry-mcp Summary: MCP server for InsightSentry financial data API - market data, options, screeners, and more Category: Developer Tools Mode: local Pricing: Free npm: @insightsentry/mcp GitHub: https://github.com/rezmeplxrf/insight_mcp Security Score: 7/10 Creator: Rezmeplxrf Creator Reputation: C+ Version: 1.4.0 Required Credentials: INSIGHTSENTRY_API_KEY (required) Install (Claude Code): claude mcp add io-github-rezmeplxrf-insightsentry-mcp -- npx -y @insightsentry/mcp@1.4.1 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-readme-forge-mcp -- npx -y readme-forge-mcp --- ## Multimail URL: https://mcp-marketplace.io/server/dev-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: C+ Version: 0.1.5 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.6.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-arknill-docpick -- uvx docpick==0.1.3 --- ## 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: C+ Version: 2.4.0 Install (Claude Code): claude mcp add io-github-rolandpg-zettelforge -- uvx zettelforge==2.4.0 --- ## Dev Latam URL: https://mcp-marketplace.io/server/io-github-codespar-mcp-bind-erp Summary: Bind ERP — Mexican cloud ERP Category: Developer Tools Mode: local Pricing: Free npm: @codespar/mcp-bind-erp GitHub: https://github.com/codespar/mcp-dev-latam Security Score: 10/10 Creator: User Version: 0.1.0 Required Credentials: BIND_API_KEY (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-bind-erp -- npx -y @codespar/mcp-bind-erp --- ## 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 Creator: Pipeworx Io Creator Reputation: C+ 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 --- ## Grok Faf URL: https://mcp-marketplace.io/server/io-github-wolfe-jam-grok-faf-mcp Summary: First MCP server for Grok. URL-based AI context using IANA .faf format. Description: First MCP server for Grok. URL-based AI context using IANA .faf format. Remote endpoints: sse: https://grok-faf-mcp.vercel.app/sse Category: Developer Tools Mode: dual Pricing: Free npm: grok-faf-mcp Remote URL: https://grok-faf-mcp.vercel.app/sse GitHub: https://github.com/Wolfe-Jam/grok-faf-mcp Security Score: 9.3/10 Creator: Wolfe Jam Creator Reputation: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-wolfe-jam-grok-faf-mcp -- npx -y grok-faf-mcp@1.2.1 Install (Claude Code Remote): claude mcp add --transport http io-github-wolfe-jam-grok-faf-mcp https://grok-faf-mcp.vercel.app/sse --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-theoewzzer-winsight -- uvx winsight-mcp==0.2.1 --- ## Ai Tools URL: https://mcp-marketplace.io/server/dev-svelte-mcp Summary: The official Svelte MCP server providing docs and autofixing tools for Svelte development Description: The official Svelte MCP server providing docs and autofixing tools for Svelte development Remote endpoints: streamable-http: https://mcp.svelte.dev/mcp Category: Developer Tools Mode: dual Pricing: Free npm: @sveltejs/mcp Remote URL: https://mcp.svelte.dev/mcp GitHub: https://github.com/sveltejs/ai-tools Security Score: 9.7/10 Creator: Sveltejs Creator Reputation: C+ Version: 0.1.22 Install (Claude Code): claude mcp add dev-svelte-mcp -- npx -y @sveltejs/mcp Install (Claude Code Remote): claude mcp add --transport http dev-svelte-mcp https://mcp.svelte.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: C+ 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: C+ 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: C+ 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 --- ## Open Zk Kb URL: https://mcp-marketplace.io/server/io-github-mrosnerr-open-zk-kb Summary: Shared, persistent memory for AI assistants, built on the Zettelkasten method. Category: Developer Tools Mode: local Pricing: Free npm: open-zk-kb GitHub: https://github.com/mrosnerr/open-zk-kb Security Score: 9.5/10 Creator: Mrosnerr Creator Reputation: C+ Version: 1.0.11 Install (Claude Code): claude mcp add io-github-mrosnerr-open-zk-kb -- npx -y open-zk-kb@1.0.11 --- ## 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: C+ 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 --- ## Email Agent URL: https://mcp-marketplace.io/server/io-github-usejunior-email-agent-mcp Summary: Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP Category: Developer Tools Mode: local Pricing: Free npm: email-agent-mcp GitHub: https://github.com/UseJunior/email-agent-mcp Security Score: 9.7/10 Creator: UseJunior Creator Reputation: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-usejunior-email-agent-mcp -- npx -y email-agent-mcp --- ## Cli URL: https://mcp-marketplace.io/server/io-github-getmcpm-cli Summary: MCP package manager with trust scoring. Search, install, and audit MCP servers. Category: Developer Tools Mode: local Pricing: Free npm: @getmcpm/cli GitHub: https://github.com/getmcpm/cli Security Score: 8/10 Creator: Getmcpm Creator Reputation: C+ Version: 0.1.3 Install (Claude Code): claude mcp add io-github-getmcpm-cli -- npx -y @getmcpm/cli@0.3.2 --- ## Aegis URL: https://mcp-marketplace.io/server/io-github-getaegis-aegis Summary: Credential isolation for AI agents. Inject secrets at the network boundary. Category: Developer Tools Mode: local Pricing: Free npm: @getaegis/cli GitHub: https://github.com/getaegis/aegis Security Score: 10/10 Creator: Getaegis Creator Reputation: C+ Version: 1.0.3 Required Credentials: AEGIS_MASTER_KEY (required), AEGIS_SALT (required), AEGIS_DATA_DIR (optional), AEGIS_PORT (optional), AEGIS_LOG_LEVEL (optional), AEGIS_LOG_FORMAT (optional), AEGIS_VAULT (optional), AEGIS_REQUIRE_AGENT_AUTH (optional), AEGIS_POLICY_MODE (optional), AEGIS_POLICIES_DIR (optional), AEGIS_METRICS (optional) Install (Claude Code): claude mcp add io-github-getaegis-aegis -- npx -y @getaegis/cli@1.0.3 --- ## 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: C+ 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 --- ## Samgov URL: https://mcp-marketplace.io/server/io-github-pipeworx-io-samgov Summary: SAM.gov MCP — Federal contract opportunities and entity registration data Description: SAM.gov MCP — Federal contract opportunities and entity registration data Remote endpoints: streamable-http: https://gateway.pipeworx.io/samgov/mcp Category: Developer Tools Mode: remote Pricing: Free Remote URL: https://gateway.pipeworx.io/samgov/mcp GitHub: https://github.com/pipeworx-io/mcp-samgov MCP Tools (5): discover_tools, sam_search_opportunities, sam_get_opportunity, sam_entity_search, sam_set_aside_opportunities Security Score: 10/10 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-samgov https://gateway.pipeworx.io/samgov/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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.0 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.0 --- ## Gemini Image URL: https://mcp-marketplace.io/server/io-github-jimothysnicket-gemini-image Summary: Google Gemini image generation, editing, and local processing via MCP Category: AI & ML Mode: local Pricing: Free npm: @jimothy-snicket/gemini-image-mcp GitHub: https://github.com/JimothySnicket/gemini-image-mcp Security Score: 7/10 Creator: JimothySnicket Creator Reputation: C+ Version: 0.2.2 Required Credentials: GEMINI_API_KEY (required) Install (Claude Code): claude mcp add io-github-jimothysnicket-gemini-image -- npx -y @jimothy-snicket/gemini-image-mcp@0.3.1 --- ## 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-mansurjisan-nhc-mcp -- uvx nhc-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 Creator: Tantiope Creator Reputation: C+ 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 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-kamarusama-mcp-sudo -- uvx mcp-sudo==1.0.1 --- ## XcodeBuild URL: https://mcp-marketplace.io/server/com-xcodebuildmcp-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/getsentry/XcodeBuildMCP Security Score: 9.8/10 Creator: Getsentry Creator Reputation: C+ Version: 2.3.2 Required Credentials: INCREMENTAL_BUILDS_ENABLED (optional), XCODEBUILDMCP_ENABLED_WORKFLOWS (optional), XCODEBUILDMCP_SENTRY_DISABLED (optional), XCODEBUILDMCP_DEBUG (optional) Install (Claude Code): claude mcp add com-xcodebuildmcp-xcodebuildmcp -- npx -y xcodebuildmcp@2.3.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: D Version: 1.0.0 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-lobsters https://gateway.pipeworx.io/lobsters/mcp --- ## Auxiliar Ai URL: https://mcp-marketplace.io/server/io-github-tlalvarez-auxiliar-mcp Summary: Chrome-verified cloud service data: pricing, risks, compatibility for 69+ services Category: Developer Tools Mode: local Pricing: Free npm: auxiliar-mcp GitHub: https://github.com/Tlalvarez/Auxiliar-ai Security Score: 10/10 Creator: Tlalvarez Creator Reputation: C+ Version: 0.7.0 Install (Claude Code): claude mcp add io-github-tlalvarez-auxiliar-mcp -- npx -y auxiliar-mcp@0.7.0 --- ## 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: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-colabfit-colabfit-mcp -- uvx colabfit-mcp==0.0.3 --- ## 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 Creator: Pnp Creator Reputation: C+ Version: 0.1.19 Install (Claude Code): claude mcp add io-github-pnp-cli-microsoft365-mcp-server -- npx -y @pnp/cli-microsoft365-mcp-server@0.1.19 --- ## 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: C+ 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: C+ 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: D 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: C+ Version: 0.9.1 Install (Claude Code): claude mcp add io-github-universalamateur-reclaim-mcp-server -- uvx reclaim-mcp-server==0.11.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 5.1.1 Install (Claude Code): claude mcp add io-github-pollamin-opendock -- npx -y opendock-mcp@5.1.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Pdf Modifier URL: https://mcp-marketplace.io/server/io-github-mlorentedev-pdf-modifier-mcp Summary: Modify PDF text, replace with regex, and analyze layout while preserving fonts. Category: Developer Tools Mode: local Pricing: Free PyPI: pdf-modifier-mcp GitHub: https://github.com/mlorentedev/pdf-modifier-mcp Security Score: 7.3/10 Creator: Mlorentedev Creator Reputation: C+ Version: 1.4.1 Install (Claude Code): claude mcp add io-github-mlorentedev-pdf-modifier-mcp -- uvx pdf-modifier-mcp==1.4.1 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Unclaimed Sol URL: https://mcp-marketplace.io/server/io-github-nedim1511-unclaimed-sol Summary: Scan and reclaim dormant SOL from your Solana wallet. Powered by UnclaimedSOL. Category: Developer Tools Mode: local Pricing: Free npm: @unclaimed-sol/mcp GitHub: https://github.com/unclaimed-sol/unclaimed-sol-mcp Security Score: 10/10 Installs: 1 Creator: unclaimed-sol Creator Reputation: C- Version: 1.2.4 Install (Claude Code): claude mcp add io-github-nedim1511-unclaimed-sol -- npx -y @unclaimed-sol/mcp@1.2.4 --- ## 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: C+ 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: C+ 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: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-pavelguzenfeld-media-forge -- npx -y mcp-media-forge@0.2.0 --- ## 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 Creator: Imatza Rh Creator Reputation: C+ Version: 0.5.1 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.5.1 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-philrox-ris -- npx -y ris-mcp-ts@1.1.3 --- ## 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: 10/10 Creator: Im Sham Creator Reputation: C+ Version: 0.1.1 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@0.1.3 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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 --- ## Mcp URL: https://mcp-marketplace.io/server/dev-storage-mcp Summary: Tigris MCP Server seamlessly connects AI agents to Tigris bucket and object management. Description: Tigris MCP Server seamlessly connects AI agents to Tigris bucket and object management. Remote endpoints: streamable-http: https://mcp.storage.dev/mcp Category: File & Storage Mode: remote Pricing: Free Remote URL: https://mcp.storage.dev/mcp GitHub: https://github.com/tigrisdata/mcp Security Score: 8/10 Rating: 5/5 Installs: 1 Creator: designcode Creator Reputation: B- Version: 1.10.0 Install (Claude Code Remote): claude mcp add --transport http dev-storage-mcp https://mcp.storage.dev/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: C+ 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: F Version: 2.0.0 Install (Claude Code): claude mcp add io-github-baixianger-langchain-mcp -- npx -y langchain-mcp@2.0.1 --- ## Scf URL: https://mcp-marketplace.io/server/app-scfcontrolsplatform-mcp-server-scf Summary: MCP server for the SCF Controls Platform — 72 tools for controls, evidence, risk, and TPRM. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-scf GitHub: https://github.com/MarkAC007/mcp-server-scf Security Score: 10/10 Creator: MarkAC007 Creator Reputation: C+ Version: 1.0.12 Required Credentials: SCF_API_KEY (required), SCF_API_URL (optional) Install (Claude Code): claude mcp add app-scfcontrolsplatform-mcp-server-scf -- npx -y mcp-server-scf@1.0.12 --- ## 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: C+ Version: 1.0.4 Install (Claude Code): claude mcp add io-github-vulnerscom-vulners-mcp -- uvx vulners-mcp==1.0.3 --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-plot-mcp Summary: MCP server for advanced data visualization and plotting operations 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-plot-mcp -- uvx clio-kit==2.1.2 --- ## Jamaican Law URL: https://mcp-marketplace.io/server/eu-ansvar-jamaican-law-mcp Summary: Jamaican legislation via MCP — full-text search across statutes and provisions Category: Developer Tools Mode: local Pricing: Free npm: @ansvar/jamaican-law-mcp GitHub: https://github.com/Ansvar-Systems/Jamaican-law-mcp Security Score: 9.3/10 Creator: Mortalus Creator Reputation: D Version: 1.0.1 Install (Claude Code): claude mcp add eu-ansvar-jamaican-law-mcp -- npx -y @ansvar/jamaican-law-mcp@1.0.1 --- ## Cycles URL: https://mcp-marketplace.io/server/io-github-runcycles-cycles-mcp-server Summary: Runtime budget authority for AI agents — reserve, enforce, reconcile spend across providers Category: Developer Tools Mode: local Pricing: Free npm: @runcycles/mcp-server GitHub: https://github.com/runcycles/cycles-mcp-server Security Score: 6.8/10 Creator: Runcycles Creator Reputation: C+ Version: 0.2.2 Required Credentials: CYCLES_API_KEY (required), CYCLES_BASE_URL (optional), CYCLES_MOCK (optional) Install (Claude Code): claude mcp add io-github-runcycles-cycles-mcp-server -- npx -y @runcycles/mcp-server@0.2.2 --- ## 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 --- ## Imessage URL: https://mcp-marketplace.io/server/io-github-anipotts-imessage-mcp Summary: 25 tools for searching, analyzing, and exploring your iMessage history on macOS. Category: Developer Tools Mode: local Pricing: Free npm: imessage-mcp GitHub: https://github.com/anipotts/imessage-mcp Security Score: 10/10 Creator: Anipotts Creator Reputation: C+ Version: 1.2.1 Required Credentials: IMESSAGE_DB (optional) Install (Claude Code): claude mcp add io-github-anipotts-imessage-mcp -- npx -y imessage-mcp@1.3.0 --- ## 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: C+ 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: C+ 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: C+ Version: 0.7.1 Install (Claude Code): claude mcp add io-github-dave-london-github -- npx -y @paretools/github --- ## 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.3.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.3.0 --- ## Cryptoapis Mcp Blockchain Fees URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-blockchain-fees Summary: MCP server for fee recommendations and gas estimation on EVM, UTXO, XRP via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-blockchain-fees GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-blockchain-fees Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C- Version: 0.3.0 Tags: blockchain, fees, gas, evm, bitcoin, utxo, xrp, ethereum, eip1559, crypto, gas-estimation Use Cases: Get Bitcoin transaction fee recommendation, Estimate Ethereum gas for transfer, Get EIP-1559 fee recommendations, Estimate gas for smart contract call, Get XRP fee recommendation, UTXO smart fee estimation Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-blockchain-fees -- npx -y @cryptoapis-io/mcp-blockchain-fees@0.3.0 --- ## 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 --- ## Cryptoapis Mcp Broadcast URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-broadcast Summary: MCP server for broadcasting signed raw transactions to multiple blockchains via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-broadcast GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-broadcast Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C- Version: 0.3.0 Tags: blockchain, broadcast, transactions, evm, bitcoin, utxo, ethereum, signed, crypto, submit Use Cases: Broadcast signed Ethereum transaction, Submit Bitcoin transaction to network, Broadcast ERC-20 token transfer, Submit signed UTXO transaction, Complete blockchain transaction workflow Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-broadcast -- npx -y @cryptoapis-io/mcp-broadcast@0.3.0 --- ## Agentbay URL: https://mcp-marketplace.io/server/io-github-thomasjumper-agentbay-mcp Summary: Persistent memory and knowledge management for AI agents with semantic search and 50+ tools. Description: Persistent memory and knowledge management for AI agents with semantic search and 50+ tools. Remote endpoints: streamable-http: https://www.aiagentsbay.com/api/mcp Category: Developer Tools Mode: dual Pricing: Free npm: aiagentsbay-mcp Remote URL: https://www.aiagentsbay.com/api/mcp GitHub: https://github.com/thomasjumper/agentbay-mcp Security Score: 9.5/10 Creator: Thomasjumper Creator Reputation: C+ Version: 0.2.0 Required Credentials: AGENTBAY_API_KEY (required) Install (Claude Code): claude mcp add io-github-thomasjumper-agentbay-mcp -- npx -y aiagentsbay-mcp@0.6.3 Install (Claude Code Remote): claude mcp add --transport http io-github-thomasjumper-agentbay-mcp https://www.aiagentsbay.com/api/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.3 Install (Claude Code): claude mcp add io-github-ryudi84-hash -- npx -y hash-forge-mcp --- ## Api URL: https://mcp-marketplace.io/server/io-github-hostinger-hostinger-api-mcp Summary: MCP server for Hostinger API Category: Developer Tools Mode: local Pricing: Free npm: hostinger-api-mcp GitHub: https://github.com/hostinger/api-mcp-server Security Score: 10/10 Creator: Hostinger Creator Reputation: C+ Version: 0.1.21 Required Credentials: API_TOKEN (required) Install (Claude Code): claude mcp add io-github-hostinger-hostinger-api-mcp -- npx -y hostinger-api-mcp@0.1.37 --- ## 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: C+ 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ofershap-npm-search -- npx -y mcp-server-npm-search@1.0.1 --- ## Cryptoapis Mcp Prepare Transactions URL: https://mcp-marketplace.io/server/io-github-cryptoapis-io-mcp-prepare-transactions Summary: MCP server for building unsigned transactions on multiple blockchains via Crypto APIs Category: Finance Mode: local Pricing: Free npm: @cryptoapis-io/mcp-prepare-transactions GitHub: https://github.com/CryptoAPIs-io/cryptoapis-mcp-prepare-transactions Security Score: 10/10 Creator: cryptoapis-io Creator Reputation: C- Version: 0.3.0 Tags: blockchain, evm, transactions, unsigned, ethereum, erc20, nft, polygon, prepare, crypto, smart-contracts Use Cases: Prepare native coin transfer transactions, Prepare ERC-20 token transfers, Prepare ERC-721 NFT transfers, Build unsigned transactions for signing, AI-driven blockchain transaction workflow Required Credentials: CRYPTOAPIS_API_KEY (required) Install (Claude Code): claude mcp add io-github-cryptoapis-io-mcp-prepare-transactions -- npx -y @cryptoapis-io/mcp-prepare-transactions@0.3.0 --- ## Discourse URL: https://mcp-marketplace.io/server/io-github-discourse-mcp Summary: Discourse MCP CLI server (stdio) exposing Discourse tools via MCP Category: Developer Tools Mode: local Pricing: Free npm: @discourse/mcp GitHub: https://github.com/discourse/discourse-mcp Security Score: 8/10 Creator: Discourse Creator Reputation: C+ Version: 0.2.7 Install (Claude Code): claude mcp add io-github-discourse-mcp -- npx -y @discourse/mcp@0.2.7 --- ## 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: C+ 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 --- ## 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: C+ 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: F 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Omni Lpr URL: https://mcp-marketplace.io/server/io-github-habedi-omni-lpr Summary: An MCP server for automatic license plate recognition Category: Developer Tools Mode: local Pricing: Free PyPI: omni-lpr GitHub: https://github.com/habedi/omni-lpr Security Score: 10/10 Creator: Habedi Creator Reputation: C+ Version: 0.3.4 Install (Claude Code): claude mcp add io-github-habedi-omni-lpr -- uvx omni-lpr==0.3.4 --- ## 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: C+ Version: 2.0.42 Install (Claude Code): claude mcp add io-github-apolocine-mosta-net -- npx -y @mostajs/net@2.2.5 --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-parallel-sort-mcp Summary: Parallel Sort MCP - High-Performance Log File Processing for LLMs with advanced sorting and analysis 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-parallel-sort-mcp -- uvx clio-kit==2.1.2 --- ## 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: C+ 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: C+ 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: A- 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 --- ## Scrcpy URL: https://mcp-marketplace.io/server/io-github-juancf-scrcpy-mcp Summary: MCP server for Android device control via ADB and scrcpy Category: Developer Tools Mode: local Pricing: Free npm: scrcpy-mcp GitHub: https://github.com/JuanCF/scrcpy-mcp Security Score: 10/10 Creator: JuanCF Creator Reputation: C+ Version: 0.2.1 Required Credentials: ANDROID_SERIAL (optional), ADB_PATH (optional), SCRCPY_SERVER_PATH (optional) Install (Claude Code): claude mcp add io-github-juancf-scrcpy-mcp -- npx -y scrcpy-mcp@0.2.1 --- ## 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: C+ 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 --- ## Pirsch URL: https://mcp-marketplace.io/server/io-github-verygoodplugins-mcp-pirsch Summary: Pirsch Analytics with natural language queries and trend analysis Category: Developer Tools Mode: local Pricing: Free npm: @verygoodplugins/mcp-pirsch GitHub: https://github.com/verygoodplugins/mcp-pirsch Security Score: 10/10 Creator: Verygoodplugins Creator Reputation: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-verygoodplugins-mcp-pirsch -- npx -y @verygoodplugins/mcp-pirsch@0.1.2 --- ## 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: C+ 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: C+ 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 --- ## Sfmc URL: https://mcp-marketplace.io/server/io-github-joernberkefeld-mcp-server-sfmc Summary: SFMC AMPscript/SSJS/GTL tools + searchable help for 7 MC products (Engagement, Pardot…) via MCP. Category: Developer Tools Mode: local Pricing: Free npm: mcp-server-sfmc GitHub: https://github.com/JoernBerkefeld/mcp-server-sfmc Security Score: 10/10 Creator: JoernBerkefeld Creator Reputation: C+ Version: 0.3.0 Install (Claude Code): claude mcp add io-github-joernberkefeld-mcp-server-sfmc -- npx -y mcp-server-sfmc@0.3.0 --- ## 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: C+ 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 --- ## Clio Kit URL: https://mcp-marketplace.io/server/io-github-iowarp-jarvis-mcp Summary: Jarvis-CD MCP - Pipeline Management for High-Performance Computing with comprehensive workflow... 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: C+ Version: 2.0.1 Install (Claude Code): claude mcp add io-github-iowarp-jarvis-mcp -- uvx clio-kit==2.1.2 --- ## 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: C+ Version: 0.7.4 Install (Claude Code): claude mcp add io-github-anthonybono21-cloud-leapfrog -- npx -y leapfrog-mcp@0.7.4 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Tascan URL: https://mcp-marketplace.io/server/io-github-snowbikemike-tascan-mcp Summary: Zero-friction task management for the deskless workforce. Scan. Task. Done. Description: TaScan is a zero-friction task management platform built for the deskless workforce — the workers who don’t have company emails, can’t download apps, and don’t have time for logins. Supervisors create task lists, generate QR codes, and post them on-site. Workers scan with their phone camera and immediately see their tasks. No app. No account. No friction. This MCP server lets AI agents create projects, events, and task lists in natural language, apply pre-built templates across 8 industry catego Category: Developer Tools Mode: dual Pricing: Free npm: tascan-mcp Remote URL: https://tascan-live-event.netlify.app/mcp GitHub: https://github.com/snowbikemike/tascan-mcp Security Score: 10/10 Rating: 5/5 Installs: 3 Creator: snowbikemike Creator Reputation: A- Version: 1.0.2 Required Credentials: TASCAN_API_KEY (required), TASCAN_API_URL (optional) Install (Claude Code): claude mcp add io-github-snowbikemike-tascan-mcp -- npx -y tascan-mcp@2.4.0 Install (Claude Code Remote): claude mcp add --transport http io-github-snowbikemike-tascan-mcp https://tascan-live-event.netlify.app/mcp --- ## Atlassian Dc URL: https://mcp-marketplace.io/server/io-github-b1ff-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: @atlassian-dc-mcp/jira GitHub: https://github.com/b1ff/atlassian-dc-mcp Security Score: 10/10 Creator: B1ff Creator Reputation: C+ Version: 0.16.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-b1ff-atlassian-dc-mcp-jira -- npx -y @atlassian-dc-mcp/jira --- ## 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: C+ 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: C+ 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 --- ## Midjourney URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-midjourney Summary: MCP server for Midjourney AI image generation and editing Description: MCP server for Midjourney AI image generation and editing Remote endpoints: streamable-http: https://midjourney.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-midjourney Remote URL: https://midjourney.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/MidjourneyMCP Security Score: 5.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-midjourney -- uvx mcp-midjourney==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-midjourney https://midjourney.mcp.acedata.cloud/mcp --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-ariekogan-ateam-mcp -- npx -y @ateam-ai/mcp@0.3.24 --- ## Voidmob URL: https://mcp-marketplace.io/server/io-github-voidmobcom-voidmob-mcp Summary: Mobile proxies, SMS verifications, and global eSIM data plans for AI agents. Category: Developer Tools Mode: local Pricing: Free npm: @voidmob/mcp GitHub: https://github.com/voidmobcom/voidmob-mcp Security Score: 10/10 Creator: Voidmobcom Creator Reputation: C+ Version: 0.2.0 Install (Claude Code): claude mcp add io-github-voidmobcom-voidmob-mcp -- npx -y @voidmob/mcp@0.2.0 --- ## FinAgent URL: https://mcp-marketplace.io/server/finagent Summary: Free stock data and market news for any MCP-compatible AI assistant. Description: FinAgent gives your AI assistant access to live stock quotes, financial statements, analyst estimates, insider trades, key ratios, and market news — all for free. It wraps Yahoo Finance into two clean MCP tools that work with Claude, ChatGPT, Cursor, Copilot, and any other MCP-compatible app. Category: Finance Mode: local Pricing: Free PyPI: finagent-mcp GitHub: https://github.com/gmoneyn/finagent Security Score: 10/10 Installs: 13 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.0.0 Tags: finance, stocks, market data, news, quotes, financial statements, analyst estimates, insider trades, ratios, yahoo finance Use Cases: Real-time stock quotes with price, P/E, market cap, 52-week range, and more, Income statements, balance sheets, and cash flow statements (annual or quarterly), Analyst price targets, recommendations, and earnings/revenue estimates, Insider trading activity and purchase summaries, Key financial ratios: P/E, PEG, ROE, debt-to-equity, profit margins, and more, Market news search by keyword or ticker with source attribution Install (Claude Code): claude mcp add finagent -- uvx finagent-mcp==0.1.0 --- ## 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: C+ 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: C+ 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: C+ Version: 0.1.0 Install (Claude Code): claude mcp add io-github-james116blue-journald-mcp-server -- uvx journald-mcp-server==0.1.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.1.1 Install (Claude Code): claude mcp add io-github-shrike-security-shrike-mcp -- npx -y shrike-mcp@3.6.1 --- ## 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: C+ 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: C+ 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: C+ Version: 0.3.1 Install (Claude Code): claude mcp add io-github-luongnv89-mitre-mcp -- uvx mitre-mcp==0.3.1 --- ## 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: 10/10 Creator: Crabeye Ai Creator Reputation: C+ Version: 1.0.0 Install (Claude Code): claude mcp add io-github-crabeye-ai-crabeye-mcp-bridge -- npx -y @crabeye-ai/crabeye-mcp-bridge@1.1.0 --- ## 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: C+ Version: 0.15.2 Install (Claude Code): claude mcp add io-github-juanisidoro-securecode -- npx -y @securecode/mcp-server@0.15.3 --- ## 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/10 Creator: Renl Creator Reputation: C+ Version: 0.1.14 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.14 --- ## Atlassian Dc URL: https://mcp-marketplace.io/server/io-github-b1ff-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: @atlassian-dc-mcp/bitbucket GitHub: https://github.com/b1ff/atlassian-dc-mcp Security Score: 10/10 Creator: B1ff Creator Reputation: C+ Version: 0.16.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-b1ff-atlassian-dc-mcp-bitbucket -- npx -y @atlassian-dc-mcp/bitbucket --- ## Slack URL: https://mcp-marketplace.io/server/io-github-jtalk22-slack-mcp-server Summary: Slack MCP for self-host or managed Cloud, with Gemini CLI and secure-default HTTP. Description: Slack MCP for self-host or managed Cloud, with Gemini CLI and secure-default HTTP. Remote endpoints: streamable-http: https://mcp.revasserlabs.com/oauth/mcp Category: Communication Mode: dual Pricing: Free npm: @jtalk22/slack-mcp Remote URL: https://mcp.revasserlabs.com/oauth/mcp GitHub: https://github.com/jtalk22/slack-mcp-server Security Score: 9.1/10 Creator: Jtalk22 Creator Reputation: C+ Version: 3.2.5 Required Credentials: SLACK_TOKEN (required), SLACK_COOKIE (required) Install (Claude Code): claude mcp add io-github-jtalk22-slack-mcp-server -- npx -y @jtalk22/slack-mcp@4.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-jtalk22-slack-mcp-server https://mcp.revasserlabs.com/oauth/mcp --- ## 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: C+ 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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-xkumakichi-veridict -- npx -y veridict@0.2.0 --- ## 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: C+ Version: 4.0.0 Install (Claude Code): claude mcp add io-github-mgriffen-tapsite -- npx -y tapsite@5.2.0 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-jiansen-proxy-doctor -- uvx proxy-doctor==0.2.1 --- ## Moltalyzer URL: https://mcp-marketplace.io/server/io-github-jcislo-moltalyzer-mcp Summary: Crypto intelligence, GitHub trends, market signals, and AI advisor via x402 payments. Category: Developer Tools Mode: local Pricing: Free npm: moltalyzer-mcp GitHub: https://github.com/jcislo/moltalyzer-mcp Security Score: 10/10 Creator: Jcislo Creator Reputation: C+ Version: 1.2.0 Required Credentials: EVM_PRIVATE_KEY (required), MOLTALYZER_API_URL (optional) Install (Claude Code): claude mcp add io-github-jcislo-moltalyzer-mcp -- npx -y moltalyzer-mcp@1.4.0 --- ## 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: D 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: C+ 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: C+ 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: C+ Version: 1.0.0 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Yandex Metrika URL: https://mcp-marketplace.io/server/io-github-theyahia-yandex-metrika-mcp Summary: MCP server for Yandex.Metrika API — counters, reports, visitors, traffic sources. Bearer token auth Category: Developer Tools Mode: local Pricing: Free npm: @theyahia/yandex-metrika-mcp GitHub: https://github.com/theYahia/yandex-metrika-mcp Security Score: 7/10 Creator: TheYahia Creator Reputation: C+ Version: 1.0.1 Required Credentials: YANDEX_METRIKA_TOKEN (required) Install (Claude Code): claude mcp add io-github-theyahia-yandex-metrika-mcp -- npx -y @theyahia/yandex-metrika-mcp@2.1.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: C+ Version: 0.1.1 Install (Claude Code): claude mcp add io-github-daedalus-mcp-exa -- uvx mcp-exa==0.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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.2.1 Install (Claude Code): claude mcp add io-github-johnmci-claudesmalltalk -- uvx claude-smalltalk==1.2.2 --- ## 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: C+ 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 --- ## Rakuten URL: https://mcp-marketplace.io/server/io-github-mrslbt-rakuten-mcp Summary: Rakuten APIs for AI agents. Search products, books, hotels, and rankings. Category: Developer Tools Mode: local Pricing: Free npm: rakuten-mcp GitHub: https://github.com/mrslbt/rakuten-mcp Security Score: 7.1/10 Creator: User Creator Reputation: D Version: 0.1.2 Install (Claude Code): claude mcp add io-github-mrslbt-rakuten-mcp -- npx -y rakuten-mcp@0.1.3 --- ## 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: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-salesforce https://gateway.pipeworx.io/salesforce/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: C+ 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: C+ 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: C+ 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 --- ## Seedance URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-seedance Summary: MCP server for ByteDance Seedance AI video generation Description: MCP server for ByteDance Seedance AI video generation Remote endpoints: streamable-http: https://seedance.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-seedance Remote URL: https://seedance.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/SeedanceMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-seedance -- uvx mcp-seedance==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-seedance https://seedance.mcp.acedata.cloud/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: C+ 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 --- ## 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: A 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 --- ## Sora URL: https://mcp-marketplace.io/server/io-github-acedatacloud-mcp-sora Summary: MCP server for OpenAI Sora AI video generation Description: MCP server for OpenAI Sora AI video generation Remote endpoints: streamable-http: https://sora.mcp.acedata.cloud/mcp Category: Developer Tools Mode: dual Pricing: Free PyPI: mcp-sora Remote URL: https://sora.mcp.acedata.cloud/mcp GitHub: https://github.com/AceDataCloud/SoraMCP Security Score: 6.5/10 Creator: AceDataCloud Creator Reputation: C+ Version: 2026.4.8.4 Required Credentials: ACEDATACLOUD_API_TOKEN (required) Install (Claude Code): claude mcp add io-github-acedatacloud-mcp-sora -- uvx mcp-sora==2026.4.8.4 Install (Claude Code Remote): claude mcp add --transport http io-github-acedatacloud-mcp-sora https://sora.mcp.acedata.cloud/mcp --- ## 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-oaslananka-mcp-infra-lens -- npx -y mcp-infra-lens@1.0.2 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Google Calendar URL: https://mcp-marketplace.io/server/io-github-domdomegg-google-cal-mcp Summary: Allow AI systems to list, create, update, and manage Google Calendar events. Category: Developer Tools Mode: local Pricing: Free npm: google-cal-mcp GitHub: https://github.com/domdomegg/google-calendar-mcp.git Security Score: 9/10 Creator: Domdomegg Creator Reputation: C+ 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-cal-mcp -- npx -y google-cal-mcp@1.1.2 --- ## 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: C+ 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: C+ 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 --- ## Pve URL: https://mcp-marketplace.io/server/io-github-samik081-mcp-pve Summary: Manage Proxmox VE through AI assistants Category: Developer Tools Mode: local Pricing: Free npm: @samik081/mcp-pve GitHub: https://github.com/Samik081/mcp-pve Security Score: 10/10 Creator: Samik081 Creator Reputation: C+ Version: 0.6.0 Required Credentials: PVE_BASE_URL (optional), PVE_TOKEN_ID (required), PVE_TOKEN_SECRET (required) Install (Claude Code): claude mcp add io-github-samik081-mcp-pve -- npx -y @samik081/mcp-pve@0.6.0 --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-ryudi84-markdown-forge-mcp -- npx -y markdown-forge-mcp --- ## Illustrator URL: https://mcp-marketplace.io/server/io-github-ie3jp-illustrator-mcp-server Summary: Read, manipulate, and export Adobe Illustrator design data. 26 tools. macOS | Windows. Category: Design Mode: local Pricing: Free npm: illustrator-mcp-server GitHub: https://github.com/ie3jp/illustrator-mcp-server Security Score: 10/10 Creator: Ie3jp Creator Reputation: C+ Version: 1.4.0 Install (Claude Code): claude mcp add io-github-ie3jp-illustrator-mcp-server -- npx -y illustrator-mcp-server@1.4.0 --- ## Goldenflow URL: https://mcp-marketplace.io/server/io-github-benzsevern-goldenflow Summary: Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases. Description: Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases. Remote endpoints: streamable-http: https://goldenflow-mcp-production.up.railway.app/mcp/ Category: Developer Tools Mode: dual Pricing: Free PyPI: goldenflow Remote URL: https://goldenflow-mcp-production.up.railway.app/mcp/ GitHub: https://github.com/benzsevern/goldenflow Security Score: 9/10 Creator: benzsevern Creator Reputation: B+ Version: 1.1.4 Tags: data-transformation, data-cleaning, etl, normalization, standardization, schema-mapping, csv, parquet, excel, s3, gcs, zero-config, mcp, ai-tools, data-quality Use Cases: Data cleaning, Schema standardization, ETL preprocessing, Data normalization, Format conversion, Data migration, Column mapping Install (Claude Code): claude mcp add io-github-benzsevern-goldenflow -- uvx goldenflow==1.1.2 Install (Claude Code Remote): claude mcp add --transport http io-github-benzsevern-goldenflow https://goldenflow-mcp-production.up.railway.app/mcp/ --- ## One Search URL: https://mcp-marketplace.io/server/io-github-yokingma-one-search-mcp Summary: Web search, crawl, scrape & extract with agent-browser, SearXNG, Tavily, DuckDuckGo, Bing & more Category: Search & Web Mode: local Pricing: Free npm: one-search-mcp GitHub: https://github.com/yokingma/one-search-mcp Security Score: 9.3/10 Installs: 2 Creator: Yokingma Creator Reputation: C+ Version: 1.2.1 Required Credentials: SEARCH_PROVIDER (optional), SEARCH_API_URL (optional), SEARCH_API_KEY (required) Install (Claude Code): claude mcp add io-github-yokingma-one-search-mcp -- npx -y one-search-mcp@1.2.1 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Clavis URL: https://mcp-marketplace.io/server/io-github-kn0wbot-clavis Summary: Encrypted credential vault for AI agents — auto OAuth refresh, rate limiting, audit logging. Category: Developer Tools Mode: local Pricing: Free npm: @clavisagent/mcp-server GitHub: https://github.com/KN0WBOT/clavis-mcp Security Score: 8/10 Creator: KN0WBOT Creator Reputation: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-kn0wbot-clavis -- npx -y @clavisagent/mcp-server@0.1.2 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Couchbase URL: https://mcp-marketplace.io/server/io-github-couchbase-ecosystem-mcp-server-couchbase Summary: Couchbase Model Context Protocol Server to interact with Couchbase clusters Category: Developer Tools Mode: local Pricing: Free PyPI: couchbase-mcp-server GitHub: https://github.com/Couchbase-Ecosystem/mcp-server-couchbase Security Score: 10/10 Creator: Couchbase Ecosystem Creator Reputation: C+ Version: 0.7.1 Required Credentials: CB_CONNECTION_STRING (optional), CB_USERNAME (optional), CB_PASSWORD (required), CB_CA_CERT_PATH (optional), CB_CLIENT_CERT_PATH (optional), CB_CLIENT_KEY_PATH (optional), CB_MCP_READ_ONLY_MODE (optional), CB_MCP_READ_ONLY_QUERY_MODE (optional), CB_MCP_TRANSPORT (optional), CB_MCP_HOST (optional), CB_MCP_PORT (optional), CB_MCP_DISABLED_TOOLS (optional), CB_MCP_CONFIRMATION_REQUIRED_TOOLS (optional) Install (Claude Code): claude mcp add io-github-couchbase-ecosystem-mcp-server-couchbase -- uvx couchbase-mcp-server==0.7.1 --- ## 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: C+ 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: C+ Version: 0.2.1 Install (Claude Code): claude mcp add io-github-tiluckdave-hound -- npx -y hound-mcp@0.2.3 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## Unclick Agent Native Endpoints URL: https://mcp-marketplace.io/server/io-github-malamutemayhem-unclick-mcp-server Summary: AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, and messaging. Category: Developer Tools Mode: local Pricing: Free npm: @unclick/mcp-server GitHub: https://github.com/malamutemayhem/unclick-agent-native-endpoints.git Security Score: 9.7/10 Creator: Malamutemayhem Creator Reputation: C+ Version: 0.2.3 Required Credentials: UNCLICK_API_KEY (required) Install (Claude Code): claude mcp add io-github-malamutemayhem-unclick-mcp-server -- npx -y @unclick/mcp-server --- ## Efficient Gitlab URL: https://mcp-marketplace.io/server/io-github-detailobsessed-efficient-gitlab Summary: GitLab MCP Server with progressive disclosure - 2 meta-tools, 90% token reduction Category: Developer Tools Mode: local Pricing: Free npm: efficient-gitlab-mcp-server GitHub: https://github.com/detailobsessed/efficient-gitlab-mcp Security Score: 10/10 Creator: Detailobsessed Creator Reputation: C+ Version: 2.11.8 Required Credentials: GITLAB_PERSONAL_ACCESS_TOKEN (required), GITLAB_API_URL (optional) Install (Claude Code): claude mcp add io-github-detailobsessed-efficient-gitlab -- npx -y efficient-gitlab-mcp-server@2.11.8 --- ## 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: C+ 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: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-brightwayai-video-analyzer -- uvx video-analyzer-mcp==0.1.2 --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ Version: 1.0.2 Install (Claude Code): claude mcp add io-github-ryudi84-mcp -- npx -y mcp-forge-mcp --- ## Carbone URL: https://mcp-marketplace.io/server/io-carbone-carbone-mcp Summary: Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating Description: Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating Remote endpoints: streamable-http: https://mcp.carbone.io Category: Developer Tools Mode: dual Pricing: Free npm: carbone-mcp Remote URL: https://mcp.carbone.io GitHub: https://github.com/carboneio/carbone-mcp Security Score: 9.3/10 Creator: Carboneio Creator Reputation: C+ Version: 1.1.1 Required Credentials: CARBONE_API_KEY (required), CARBONE_BASE_URL (optional) Install (Claude Code): claude mcp add io-carbone-carbone-mcp -- npx -y carbone-mcp@1.1.1 Install (Claude Code Remote): claude mcp add --transport http io-carbone-carbone-mcp https://mcp.carbone.io --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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: C+ 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 --- ## 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.7/10 Creator: Sapiom Creator Reputation: C+ Version: 0.5.0 Install (Claude Code): claude mcp add io-github-sapiom-mcp -- npx -y @sapiom/mcp --- ## 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: C+ Version: 1.2.0 Install (Claude Code): claude mcp add io-github-cmd8-excalidraw-mcp -- npx -y @cmd8/excalidraw-mcp@1.2.0 --- ## 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-pedro-rivas-android-puppeteer-mcp -- uvx android-puppeteer-mcp==1.0.1 --- ## Dev Brasil 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-brasil Security Score: 10/10 Creator: User Version: 0.1.2 Required Credentials: MELHOR_ENVIO_TOKEN (required) Install (Claude Code): claude mcp add io-github-codespar-mcp-melhor-envio -- npx -y @codespar/mcp-melhor-envio --- ## 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: C+ 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 --- ## 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 Creator: Pipeworx Io Creator Reputation: C+ Version: 0.1.0 Install (Claude Code Remote): claude mcp add --transport http io-github-pipeworx-io-noaa https://gateway.pipeworx.io/noaa/mcp --- ## 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: C+ 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: C+ Version: 0.5.1 Install (Claude Code): claude mcp add io-github-teabagkim-interview-mode -- npx -y claude-interview-mode@0.5.3 --- ## Dbhub URL: https://mcp-marketplace.io/server/io-github-bytebase-dbhub Summary: Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB Category: Developer Tools Mode: local Pricing: Free npm: @bytebase/dbhub GitHub: https://github.com/bytebase/dbhub Security Score: 6.7/10 Creator: Bytebase Creator Reputation: C+ Version: 0.21.1 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-bytebase-dbhub -- npx -y @bytebase/dbhub --- ## 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: C+ 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 --- ## seo-toolkit-mcp URL: https://mcp-marketplace.io/server/seo-toolkit-mcp Summary: Free SEO toolkit — analyze meta tags, sitemaps, readability, keywords, and more Description: A free, open-source MCP server with 6 SEO analysis tools. Audit any webpage's on-page SEO directly from your AI assistant — check meta tags, robots.txt, sitemaps, keyword density, readability scores, and heading structure. Zero API keys required, works out of the box. Category: Marketing & Social Mode: local Pricing: Free npm: seo-toolkit-mcp GitHub: https://github.com/gmoneyn/seo-toolkit-mcp Security Score: 10/10 Installs: 4 Creator: mcp-marketplace Creator Reputation: A+ Version: 1.0.1 Tags: seo, meta-tags, robots-txt, sitemap, keyword-density, readability, headings, on-page-seo, audit, free, open-source, marketing, content-optimization, flesch-kincaid, open-graph, twitter-cards 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, Returns actionable issues and scores for every analysis, Zero configuration — no API keys needed Install (Claude Code): claude mcp add seo-toolkit-mcp -- npx -y seo-toolkit-mcp@1.0.2 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## Abap Adt URL: https://mcp-marketplace.io/server/io-github-fr0ster-mcp-abap-adt Summary: MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP Category: Developer Tools Mode: local Pricing: Free npm: @mcp-abap-adt/core GitHub: https://github.com/fr0ster/mcp-abap-adt Security Score: 9/10 Creator: Fr0ster Creator Reputation: C+ Version: 6.3.0 Install (Claude Code): claude mcp add io-github-fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core@6.3.1 --- ## 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: C+ 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 --- ## Macos URL: https://mcp-marketplace.io/server/io-github-aernouddekker-remindersmcp Summary: MCP server for macOS Reminders.app — list and reminder management via AppleScript Category: Developer Tools Mode: local Pricing: Free npm: @aernoud/remindersmcp GitHub: https://github.com/aernouddekker/macos-mcp Security Score: 10/10 Creator: Aernouddekker Creator Reputation: C+ Version: 0.1.2 Install (Claude Code): claude mcp add io-github-aernouddekker-remindersmcp -- npx -y @aernoud/remindersmcp --- ## Macos URL: https://mcp-marketplace.io/server/io-github-aernouddekker-numbersmcp Summary: MCP server for macOS Numbers.app — spreadsheet access via AppleScript Category: Developer Tools Mode: local Pricing: Free npm: numbersmcp GitHub: https://github.com/aernouddekker/macos-mcp Security Score: 10/10 Creator: Aernouddekker Creator Reputation: C+ Version: 0.3.2 Install (Claude Code): claude mcp add io-github-aernouddekker-numbersmcp -- npx -y numbersmcp --- ## 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: C+ 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 --- ## Gongio URL: https://mcp-marketplace.io/server/io-github-justinbeckwith-gongio-mcp Summary: MCP server for Gong.io - access calls, transcripts, and users Category: Developer Tools Mode: local Pricing: Free npm: gongio-mcp GitHub: https://github.com/JustinBeckwith/gongio-mcp Security Score: 6.8/10 Creator: JustinBeckwith Creator Reputation: C+ Version: 1.5.0 Install (Claude Code): claude mcp add io-github-justinbeckwith-gongio-mcp -- npx -y gongio-mcp@1.5.0 --- ## 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: C+ 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 --- ## Macos URL: https://mcp-marketplace.io/server/io-github-aernouddekker-contactsmcp Summary: MCP server for macOS Contacts.app — contact management via AppleScript Category: Developer Tools Mode: local Pricing: Free npm: @aernoud/contactsmcp GitHub: https://github.com/aernouddekker/macos-mcp Security Score: 10/10 Creator: Aernouddekker Creator Reputation: C+ Version: 0.3.2 Install (Claude Code): claude mcp add io-github-aernouddekker-contactsmcp -- npx -y @aernoud/contactsmcp --- ## 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: C+ 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: C+ Version: 1.0.1 Install (Claude Code): claude mcp add io-github-vitexus-abraflexi -- uvx abraflexi-mcp-server==1.0.1 --- ## Brightdata URL: https://mcp-marketplace.io/server/io-github-brightdata-brightdata-mcp Summary: Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web Category: Developer Tools Mode: local Pricing: Free npm: @brightdata/mcp GitHub: https://github.com/brightdata/brightdata-mcp Security Score: 3/10 Creator: Brightdata Creator Reputation: C+ Version: 2.9.5 Required Credentials: API_TOKEN (required), WEB_UNLOCKER_ZONE (optional), BROWSER_ZONE (optional), PRO_MODE (optional), GROUPS (optional), TOOLS (optional), POLLING_TIMEOUT (optional), BASE_TIMEOUT (optional), BASE_MAX_RETRIES (optional) Install (Claude Code): claude mcp add io-github-brightdata-brightdata-mcp -- npx -y @brightdata/mcp@2.9.5 --- ## 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: C+ 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: C+ 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: D 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: C+ 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: C+ 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: C+ 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 --- ## 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 --- ## Tom R Main URL: https://mcp-marketplace.io/server/io-github-tom-r-main-mcp-server Summary: AI executive function assistant — tasks, calendar, knowledge, code indexing, and CRM for your IDE. Category: Developer Tools Mode: local Pricing: Free npm: @execufunction/mcp-server GitHub: https://github.com/execufunction-mcp/mcp-server Security Score: 7.5/10 Creator: Execufunction Mcp Creator Reputation: C+ Version: 1.0.1 Required Credentials: EXF_API_URL (optional), EXF_PAT (required) Install (Claude Code): claude mcp add io-github-tom-r-main-mcp-server -- npx -y @execufunction/mcp-server@1.2.5 --- ## 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: C+ 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 --- ## 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: C+ 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: C+ 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: C+ 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 --- ## 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: D 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/ --- ## 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: C+ 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: C+ 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: C+ 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: C+ 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: C+ 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 --- ## 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: 1/10 Creator: Kitao Creator Reputation: C+ Version: 0.9.2 Install (Claude Code): claude mcp add io-github-kitao-pyxel-mcp -- uvx pyxel-mcp==0.9.2 --- ## 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: C+ Version: 0.1.6 Install (Claude Code): claude mcp add io-github-tschoonj-xraylib-mcp-server -- uvx xraylib-mcp-server==0.1.6 --- ## Feedback Synthesis URL: https://mcp-marketplace.io/server/io-github-sapph1re-feedback-synthesis-mcp Summary: Synthesize GitHub Issues, HN and App Store reviews into ranked pain clusters. Pay-per-call x402. Category: Developer Tools Mode: local Pricing: Free PyPI: feedback-synthesis-mcp GitHub: https://github.com/sapph1re/feedback-synthesis-mcp Security Score: 9/10 Creator: sapph1re Creator Reputation: D Version: 0.1.1 Required Credentials: EVM_PRIVATE_KEY (required) Install (Claude Code): claude mcp add io-github-sapph1re-feedback-synthesis-mcp -- uvx feedback-synthesis-mcp==0.1.1 --- ## 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: C+ Version: 0.5.3 Install (Claude Code): claude mcp add io-github-dma9527-irs-taxpayer -- npx -y irs-taxpayer-mcp@0.5.3 --- ## Uptime Kuma URL: https://mcp-marketplace.io/server/io-github-davidfuchs-mcp-uptime-kuma Summary: A Model Context Protocol (MCP) server for Uptime Kuma version 2. Category: Developer Tools Mode: local Pricing: Free npm: @davidfuchs/mcp-uptime-kuma GitHub: https://github.com/DavidFuchs/mcp-uptime-kuma Security Score: 5.8/10 Creator: DavidFuchs Creator Reputation: C+ Version: 0.7.0 Required Credentials: UPTIME_KUMA_URL (optional), UPTIME_KUMA_USERNAME (optional), UPTIME_KUMA_PASSWORD (required), UPTIME_KUMA_2FA_TOKEN (required), UPTIME_KUMA_JWT_TOKEN (required) Install (Claude Code): claude mcp add io-github-davidfuchs-mcp-uptime-kuma -- npx -y @davidfuchs/mcp-uptime-kuma@0.7.0