sametbrr/dotnet-api-mcp
If you are the rightful owner of dotnet-api-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The .NET Core API MCP Server is a Model Context Protocol server that facilitates interaction between Claude AI and .NET Core APIs, supporting CRUD operations and integrating with Swagger/OpenAPI.
Tools
Functions exposed to the LLM to take actions
api_get
Make GET requests to your API
api_post
Make POST requests to create resources
api_put
Make PUT requests to update resources
api_delete
Make DELETE requests
api_patch
Make PATCH requests for partial updates
swagger_fetch
Fetch Swagger/OpenAPI documentation
swagger_list_endpoints
List all API endpoints
swagger_get_endpoint
Get detailed information about a specific endpoint
swagger_get_schema
Get model/schema definition from Swagger
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client