Micro MCP
@micro
About Micro MCP
A Go Micro MCP server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Micro MCP?
Micro MCP is an experimental MCP server that exposes the ability to call Micro services by passing service, endpoint, and request parameters in a client.Call request. It is designed for developers working with the Micro framework who want to integrate Micro service calls via the Model Context Protocol.
How to use Micro MCP?
Install and run the server using the MCP stdio transport. The server provides three commands: call, describe, and services. Use call to invoke a Micro service by specifying the service name, endpoint, and request body.
Key features of Micro MCP
- Provides
call,describe, andservicescommands - Allows passing service/endpoint/request in a
client.Call - Runs as an MCP stdio server
- Experimental integration with Micro services
Use cases of Micro MCP
- Calling specific Micro services with custom parameters
- Listing available Micro services via the
servicescommand - Describing a Micro service's endpoints via the
describecommand - Testing Micro service calls using MCP tooling
FAQ from Micro MCP
What transport does Micro MCP use?
Micro MCP runs as an MCP stdio server, using standard input/output for communication.
What commands does Micro MCP provide?
The server includes three commands: call to invoke a Micro service, describe to get service endpoint details, and services to list available Micro services.
How do I call a Micro service using Micro MCP?
Use the call command and pass the service name, endpoint, and request body as parameters. The server will forward these as a client.Call request.
Is Micro MCP production‑ready?
No, Micro MCP is described as a "little experiment" and is not intended for production use. It demonstrates a basic way to expose Micro service calls via MCP without automatically registering each service as a tool.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments