
MCP Server for EAI Services
Implements a Multi-Channel Platform Server that integrates with existing Enterprise Application Integration services, providing tools and endpoints to securely fetch network reports and access management features.
README
Absolutely! Here’s a professional and clear README template for your MCP Server project, tailored for your use case (MCP Server on EAI existing service). You can copy, edit, and expand as needed.
MCP Server for EAI Services
This project implements an MCP (Multi-Channel Platform) Server that integrates with existing EAI (Enterprise Application Integration) services. It provides a set of tools and endpoints to interact with EAI’s SyncJobManagement and CommonService APIs, enabling secure, automated, and programmatic access to network reports and management features.
Features
- Fetch and Download Reports:
Retrieve cable, segment, and ring reports from EAI’s SyncJobManagement and CommonService endpoints. - Secure Authentication:
Uses basic authentication for secure API access. - Extensible Tools:
Easily add new tools for additional EAI endpoints. - FastAPI-based Server:
Built on FastAPI for high performance and easy deployment.
Project Structure
.
├── certs/ # SSL certificates (not tracked in git)
├── main.py # Entry point (if used)
├── server.py # Main MCP server and tool definitions
├── pyproject.toml # Python dependencies and project metadata
├── README.md # Project documentation
└── .gitignore # Files/folders excluded from git
Requirements
Install dependencies:
pip install -r requirements.txt
or, if using pyproject.toml
:
pip install .
Usage
-
Configure Authentication
UpdateBASIC_AUTH_USERNAME
andBASIC_AUTH_PASSWORD
inserver.py
with your EAI credentials. -
Run the Server
python server.py
The server will start on
0.0.0.0:8000
by default. -
Available Tools
fetch_sync_job_management_report(report_name: str)
download_ring_report(mplsCloud: str)
These tools can be called via the MCP interface or extended as needed.
Security
- Credentials:
Do not commit sensitive credentials to the repository. - SSL:
Use thecerts/
directory for CA certificates if required by your environment.
Extending
To add new tools/endpoints, define a new function in server.py
and decorate it with @mcp.tool()
.
License
This project is for internal use. Contact the author for licensing details.
Author
Sumit (iamsumit-git)
GitHub Repo
more sections (e.g., API examples, troubleshooting, contributing) or want this written directly to your README.md
!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.