Back to Home
Clauskraft icon

mcp-api-gateway-template

Verified Safe

by Clauskraft

Overview

Serves as a universal API gateway for Claude Desktop, providing access to various external services like social media, search engines, and LLMs through the Model Context Protocol (MCP).

Installation

Run Command
npx @claus/mcp-api-gateway@latest setup

Environment Variables

  • TWITTER_BEARER_TOKEN
  • GOOGLE_API_KEY
  • OPENAI_API_KEY
  • BRAVE_API_KEY

Security Notes

The provided `src/index.ts` is a stub that defines tools but does not implement their actual functionality to call external APIs (Twitter, Google, LLM, Brave). It currently only logs tool calls and returns a dummy string. No 'eval' or direct network requests are present in this specific file. Environment variables are used for API keys, which is good practice. If the actual API integration logic were present, a deeper security analysis of those integrations (e.g., handling credentials, input sanitization for external calls) would be necessary.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-18

Tags

mcpapi-gatewayclaude-desktopllm-toolsexternal-apis