MCP-Server
Description
# MCP-Server ## About This repository contains implementations of Model Context Protocol (MCP) server examples for agent-to-agent (A2A) systems. MCP allows AI systems to connect with external tools and data sources. ## Files ### a2a_mcp.py A web interface that connects to an A2A…
About
# MCP-Server ## About This repository contains implementations of Model Context Protocol (MCP) server examples for agent-to-agent (A2A) systems. MCP allows AI systems to connect with external tools and data sources. ## Files ### a2a_mcp.py A web interface that connects to an A2A customer support system. This…
Details
- Author
- Azhar-obenan
- Downloads
- 259
- Categories
- Other
Jump to
- A2A customer support ticket processing with specialized agents.
- Web-based visualization of agent results.
- Minimal Hello World MCP server example using Flask.
- MCP integration for AI system connectivity.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Run python3 simple_mcp_hello.py and open http://127.0.0.1:5001 for the Hello World example. Run python3 a2a_mcp.py and open http://127.0.0.1:5000 for the A2A customer support interface.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-server": {
"mcp-server-azhar-obenan": {
"command": "python3",
"args": [
"simple_mcp_hello.py"
]
}
}
}
}
McpServers
{
"mcp-server-azhar-obenan": {
"command": "python3",
"args": [
"simple_mcp_hello.py"
]
}
}
MCP-Server
About
This repository contains implementations of Model Context Protocol (MCP) server examples for agent-to-agent (A2A) systems. MCP allows AI systems to connect with external tools and data sources.Files
a2a_mcp.py
A web interface that connects to an A2A customer support system. This implementation processes customer support tickets using multiple specialized agents and visualizes the results through a web interface.simple_mcp_hello.py (Coming soon)
A minimal example of an MCP server that displays a "Hello World" message using Flask.Video Demo
The video demo file (a2a_mcp_sample.mov) is too large to be included in this repository. To view the demo, please download it from this Google Drive link.How to Run
Simple MCP Hello World
python3 simple_mcp_hello.py
Then open http://127.0.0.1:5001 in your browser.
A2A MCP Interface
python3 a2a_mcp.py
Then open http://127.0.0.1:5000 in your browser.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



