DEV Community

michielinksee
michielinksee

Posted on

I built an MCP server that helps agents find and orchestrate other MCP servers

The Problem
MCP servers are multiplying fast. There are now MCP servers for accounting (freee), HR (SmartHR), project management (Backlog), messaging (Chatwork, LINE WORKS, Slack), and more — just for Japanese SaaS alone.

But when you tell an agent "create and send an invoice," it has to figure out:

Which MCP handles invoices?
How to combine multiple MCPs for a complete workflow?
Has anything changed since last time?
There's no discovery layer. Every agent starts from zero.

What I Built
An MCP server that searches, combines, and tracks other MCP servers.

npx @kansei-link/mcp-server

Top comments (0)