Microservices MCP Servers
MCP server in .NET C#
Ask AI about Microservices MCP Servers
Powered by Claude Β· Grounded in docs
I know everything about Microservices MCP Servers. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
microservices-mcp-servers
MCP server in .NET C#
Local Testing
Run your MCP server dotnet run
in program file app.MapMcp("/mcp"); // check launch setting : http://localhost:5278
In Postman
Open Postman (latest version β MCP support is only in recent builds).
Click New β MCP Request. In the Connection settings: Protocol: HTTP Server URL: http://localhost:5278/mcp Click Connect.
After connecting, Postman will auto-load your MCP tools β in your case, it should show UserTool under Tools.
Pick a method inside UserTool, fill in the parameters, and click Run. See results in the Response tab.
