Back to Home
abdebek icon

MCPify

Verified Safe

by abdebek

Overview

Exposes ASP.NET Core endpoints and OpenAPI specifications as tools for Model Context Protocol (MCP) compatible AI agents.

Installation

Run Command
cd Sample && dotnet run --Mcpify:Transport=Http

Environment Variables

  • ASPNETCORE_ENVIRONMENT
  • Mcpify__Transport
  • Mcpify__OpenApiDownloadTimeout

Security Notes

The server acts as a bridge; its security heavily depends on the underlying APIs it exposes and how the user configures authentication. No 'eval' or malicious patterns were found in the truncated code. Authentication mechanisms (API Key, Bearer, Basic) are provided, and the sample's demo JWT token generation is explicit and not a hidden secret. Disabling console logging in Stdio mode is a good practice to prevent protocol corruption.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-03

Tags

API GatewayAI Tools.NETOpenAPIAgent Protocol