Support Multiple List of Tools With Model Context Protocol C# SDK
By Sean Grimes
| Sep 5, 2025
| modelcontextprotocol
I’ve been making great use of the Model Context Protocol (MCP) as part of our AI stack at work, using it to expose functionality within our platform as MCP tools that can then be used by our LLM. In particular, I’ve been leveraging the official Model Context Protocol C# SDK to build out our MCP server. Unfortunately, this project is still fairly young so there hasn’t been a lot of knowledge shared out about how to do more “exotic” things with the SDK when it comes to building MCP servers.