MCP Server for EAI Services
Used as the underlying web framework for the MCP Server, providing high performance endpoints and routing capabilities.
Referenced for version control of the project, with specific patterns excluded via .gitignore.
Hosts the repository for the MCP Server project at iamsumit-git/eai_mcp.
The programming language requirement (3.8+) for running the MCP Server.
Enables fetching ring reports through the download_ring_report tool which accepts mplsCloud parameters.
Used for dependency management and project metadata via pyproject.toml file.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server for EAI Servicesdownload the latest ring report for the US-East cloud"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: MCP Business AI Transformation
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 gitRequirements
Install dependencies:
pip install -r requirements.txtor, if using pyproject.toml:
pip install .Usage
Configure Authentication
UpdateBASIC_AUTH_USERNAMEandBASIC_AUTH_PASSWORDinserver.pywith your EAI credentials.Run the Server
python server.pyThe server will start on
0.0.0.0:8000by 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!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA powerful integration server that combines Netbox's network infrastructure management capabilities with MCP (Multi-Cloud Platform) functionality.Last updated
- Flicense-qualityDmaintenanceEnterprise-grade MCP server with multi-agent system that enables AI-powered business transformation across finance, healthcare, retail, manufacturing, and technology domains through specialized agents for data analysis, API execution, and report generation.Last updated1

inflow-mcpofficial
Alicense-qualityDmaintenanceMCP Server for agents to onboard, pay, and provision services autonomously with InFlowLast updated6MIT- Alicense-qualityBmaintenanceEnables ERPNext management, file operations, read-only database access, and ERPNext API integration through a standardized MCP server.Last updated4MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamsumit-git/eai_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server