Back to Home
Rohitw3code icon

MCP-tool-client-and-server

Verified Safe

by Rohitw3code

Overview

Implements a simplified Model Context Protocol (MCP) server providing Twitter and Slack tools, integrated with LangGraph and OpenAI GPT-4o-mini for AI-driven interaction and agentic workflows.

Installation

Run Command
python3 fastmcp_http_server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server-side tools (`fastmcp_http_server.py`, `slack_mcp_server.py`) are implemented with dummy mock data, meaning they do not interact with live external APIs or sensitive resources in this codebase. This significantly reduces direct security risks. The OpenAI API key is loaded from an environment variable (`.env` file), preventing hardcoding. No `eval` or other obvious malicious code patterns were found. Running servers on `0.0.0.0` is standard for local development but would require proper network configuration if exposed publicly.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-22

Tags

MCPLangGraphOpenAITwitterSlackAI Agent