Back to Home
saskinosie icon

cook-mcp-server

Verified Safe

by saskinosie

Overview

Provides an AI-powered search and retrieval tool for the Cook Engineering Handbook, answering technical questions and fetching specific pages, including visual content.

Installation

Run Command
python mcp_server_sse.py

Environment Variables

  • WEAVIATE_URL
  • WEAVIATE_API_KEY
  • OPENAI_API_KEY
  • COHERE_KEY
  • CLERK_SECRET_KEY
  • NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
  • PORT
  • SERVER_URL

Security Notes

Secrets (API keys, URLs) are loaded from environment variables, which is good practice. The core operations are read-only searches. Some web server implementations (e.g., mcp_server_authenticated.py) use `allow_origins=["*"]` for CORS, which can be less secure if the API handles sensitive user data, but for a public-facing read-only tool, it's a common configuration. One variant (mcp_server_oauth.py) implements Clerk OAuth for more robust authentication. No 'eval' or other obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens4000
Stars0
Forks0
Last Update2025-11-19

Tags

RAGAIEngineeringWeaviateOpenAI