Back to Home
Josh-Gotro icon

generic-mcp

Verified Safe

by Josh-Gotro

Overview

Provides a scaffolding for building Model Context Protocol (MCP) servers to expose external APIs as tools for Claude Desktop and CLI.

Installation

Run Command
uv run your-mcp

Environment Variables

  • YOUR_API_KEY
  • YOUR_API_BASE_URL

Security Notes

The server adheres to good security practices by utilizing environment variables for secrets, logging to stderr, and providing clear examples of input validation. No dangerous functions like 'eval' or 'pickle' are present in the provided code snippets. Best practices like using HTTPS for API calls and thorough input validation are explicitly recommended and demonstrated.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-11

Tags

MCPClaudeAPI IntegrationToolingPython