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
Deploys a Model Context Protocol (MCP) server that provides various joke-fetching tools to be integrated with LLMs, specifically Microsoft Copilot Studio, to enhance conversational AI with external context.
plane-mcp-server
Enables AI agents and developer tools to programmatically interact with a Plane project management workspace by providing a set of tools.
mcp-servers
An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.