dotnet-mcp-hero
3
The .NET Hero API project is a superhero management system utilizing clean architecture principles with a Model Context Protocol (MCP) server to enable AI assistant integration. It's designed to manage superheroes, teams, and missions through a structured API and AI tools.
GetHeroes
Get all heroes from the API
CreateHero
Create a new hero
GetTeams
Get all teams from the API
GetTeam
Get a specific team with ID
CreateTeam
Create a new team
AddHeroToTeam
Add heroes to team
ExecuteMission
Use team to perform tasks
CompleteMission
Complete the team's tasks
Echo
Simple tool for testing MCP connections