MCP servers available on AgenticMarket — install any in one command
✦ AgenticMarket — MCP Server Registry
The official list of MCP servers available on AgenticMarket — install any of them in one command.
npm install -g agenticmarket
agenticmarket install username/server-name
What is AgenticMarket?
AgenticMarket is the CLI-first MCP platform. Developers install MCP servers into VS Code, Cursor, or Claude Desktop in one command. Creators publish their servers and earn 80% on every call.
- For users — install any MCP server instantly, pay per call
- For creators — publish once, earn on every call, no infrastructure needed
What is the Model Context Protocol (MCP)?
MCP (Model Context Protocol) is an open-source standard for connecting AI applications to external systems. Using MCP, AI applications like Claude or ChatGPT can connect to data sources (e.g. local files, databases), tools (e.g. search engines, calculators) and workflows (e.g. specialized prompts)—enabling them to access key information and perform tasks.
Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect electronic devices, MCP provides a standardized way to connect AI applications to external systems.
Servers
🔎 Search
| Server | Description | Install |
|--------|-------------|---------|
| web-reader | Extract readable content from webpages, removing ads and clutter | agenticmarket install agenticmarket/web-reader |
| rss-reader | Fetch and parse RSS/Atom feeds to retrieve latest articles and updates | agenticmarket install agenticmarket/rss-reader |
| sitemap-reader | Fetch and parse XML sitemaps for site discovery and crawling | agenticmarket install agenticmarket/sitemap-reader |
| site-metadata | Extract metadata, OG tags, and structured info from any URL | agenticmarket install agenticmarket/site-metadata |
🛠 Developer Tools
| Server | Description | Install |
|--------|-------------|---------|
| json-tools | Validate, format, query, and transform JSON data | agenticmarket install agenticmarket/json-tools |
| markdown-fetch | Fetch remote markdown content from URLs and repositories | agenticmarket install agenticmarket/markdown-fetch |
| url-status | Check URL reachability and HTTP status for any endpoint | agenticmarket install agenticmarket/url-status |
📊 Data Processing
| Server | Description | Install |
|--------|-------------|---------|
| text-cleaner | Clean and normalize text by removing HTML tags, scripts, and whitespace | agenticmarket install agenticmarket/text-cleaner |
🔧 Utilities
| Server | Description | Install |
|--------|-------------|---------|
| utils | Lightweight utilities — greeting, jokes, fun facts, UUID, random color generation | agenticmarket install agenticmarket/utils |
Install in One Command
# 1. Install the CLI
npm install -g agenticmarket
# 2. Authenticate
agenticmarket auth YOUR_API_KEY
# 3. Install any server
agenticmarket install agenticmarket/web-reader
# 4. Open VS Code, Cursor, or Claude Desktop — the tool is ready
Get your API key at agenticmarket.dev
Publish Your MCP Server
Already built an MCP server? List it on AgenticMarket and earn 80% on every call.
What you need:
- A publicly accessible HTTPS endpoint (HTTP-based MCP)
- A free AgenticMarket account
🌟 Founding Creator program — first 100 approved creators earn 90% per call for 12 months. Slots are limited.
Add Your Server to This List
If your server is live on AgenticMarket, open a PR to add it here.
- Fork this repo
- Add your server to the correct category in
README.md - Follow the table format — Name | Description | Install command
- Open a PR with the title:
Add: username/server-name
See CONTRIBUTING.md for full guidelines.
Request a Server
Don't see a server you need? Open an issue and describe what you're looking for. Creators browse requests.
Links
- agenticmarket.dev — browse and install
- CLI on npm —
npm install -g agenticmarket - Docs — full documentation
- Publish your server — creator onboarding
- Pricing — credits and creator earnings
Maintained by the AgenticMarket team · support@agenticmarket.dev Licensed under CC0 1.0 - public domain