mcp-server
Verified Safeby prosaichq
Overview
Enables AI assistants like Claude Desktop and Perplexity AI to interact with a user's Prosaic account through a local Model Context Protocol (MCP) server, translating natural language requests into Prosaic API calls.
Installation
No command providedSecurity Notes
The server runs locally and uses an API key via environment variables, which is generally good practice. The primary security considerations involve safeguarding the sensitive 'PROSAIC_API_KEY' and trusting the 'server.py' implementation from the official repository, which dynamically converts a remote OpenAPI spec into MCP tools. There is no indication of 'eval' or obfuscation from the provided README. Network risks are confined to local server-to-AI client and local server-to-Prosaic API communication.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
prismic-mcp-server
This server provides AI agent tools that integrate with Prismic Slice Machine, assisting developers with slice modeling, code generation, mocking, and integration into custom types within a Prismic project.