PigelloMockAPI
Verified Safeby olahiselius
Overview
This Model Context Protocol (MCP) server integrates with a Pigello Mock API to manage property information, cases, tenants, and components, primarily for AI assistant interaction via the Model Context Protocol.
Installation
cd PigelloMCP/PigelloMCP && dotnet runEnvironment Variables
- ASPNETCORE_ENVIRONMENT
- PigelloMockAPI__BaseUrl
Security Notes
The server design as a proxy to a mock API is generally safe for development/prototyping. For production, careful configuration of CORS is necessary to restrict origins. The base URL for the mock API is configurable via environment variables, which is good practice. No 'eval', obfuscation, or obvious hardcoded sensitive secrets were found in the provided code snippets.
Similar Servers
mcsmcp
Deploying a Model Context Protocol (MCP) server to provide joke-telling tools for LLMs, specifically for integration with Microsoft Copilot Studio.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
infobip-openapi-mcp
Exposes any OpenAPI documented HTTP API as a Model Context Protocol (MCP) server for AI agents, with support for mock mode and authentication.
MCPJira
Demonstrates building an MCP (Model-Controller-Proxy) server for Jira integration using .NET Core.