danielmackay/dotnet-mcp-hero
If you are the rightful owner of dotnet-mcp-hero and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A .NET-based superhero management system with a Clean Architecture API backend and a Model Context Protocol (MCP) server for AI assistant integration.
Tools
Functions exposed to the LLM to take actions
GetHeroes
Retrieve all heroes from the API.
CreateHero
Create a new hero.
GetTeams
Retrieve all teams from the API.
GetTeam
Get a specific team by ID.
CreateTeam
Create a new team.
AddHeroToTeam
Add a hero to a team.
ExecuteMission
Execute a mission with a team.
CompleteMission
Complete a team's mission.
Echo
Simple tool for testing the MCP connection.
ReverseEcho
Simple tool for testing the MCP connection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client