Vision
2/23/2026
MCPCAT - App Store for AI Agents
🚀 Project vision
We are creating a skills marketplace for artificial intelligence with an auto-connection function - a kind of App Store for AI agents.
Problem
The AI agent is limited to the tools built in by the developer. If it needs to perform an action for which there is no function (order delivery or check tickets), it is useless.
Solution
We solve this problem by dynamically connecting the required MCP server for a specific task.
How does this work
- Single entry point The agent only needs to connect to the MCP directory through a single SSE endpoint - without manually configuring dozens of connections.
- Finding a solution Faced with a new problem, the agent turns to the catalog and finds a suitable tool.
- Auto-connectionThe service connects the found MCP server on the fly. By standardizing the protocol, the agent immediately has access to new features.
Bottom line
The agent receives an infinite set of skills (×1000 to abilities) without changing the code. He himself finds a tool for the task, without waiting for programming.
Monetization
A single wallet system is planned:
- The user tops up the balance once
- Receives a single authorization key
- Payment is debited only for the actual use of paid MCP tools (pay-per-use)
🗺 Roadmap of development
A detailed project development plan is available in the ROADMAP.md file.
Key stages:
- Infrastructure (Gateway): creating a proxy layer to route requests from the agent to the target MCPs
- Ecosystem (Vault): secure storage of user keys (Yandex, Google, etc.) for agent authorization
- Economics (Billing): introduction of billing, tariffication of instrument calls, balance replenishment
- Development (SDK & Community): tools for developers to monetize their MCPs through our platform
🛠 Current implementation (Technical README)
Description
A directory of MCP servers that aggregates information from various resources (PulseMCP, MCPServerFinder, MCPServerHub, MCPGate). Allows you to search for servers, check their availability (Health Check) and get a configuration for connecting to Cursor/Claude.
Functionality
- Data aggregation: collecting information about MCP servers from popular directories
- Health Check: automatic server availability check (SSE and Stdio)
- Search and filtering: convenient search by title, description and tags
- Integration: copying configuration for mcp.json
- Telegram Mini App: adapted interface for working inside Telegram
- MCP Checker: a separate page for manually checking any MCP server by URL with optimization for mobile devices
- Landing Page: modern home page with cursor animation
- Multilingualism (i18n): language switching support (EN/EN/ZH)
- Themes: Switch between dark and light theme while maintaining user choice
- Authorization: login via Yandex ID (OAuth 2.0) using NextAuth.js
- Health Check Utility: script for bulk checking the availability of all servers in the database and updating their status