MCP-AIVA
About
MCP server for the TM Forum AIVA AI Assistant
Details
- Author
- LesterThomas
- GitHub stars
- 1
- Downloads
- 193
- Categories
- Other
Jump to
- Lists all TM Forum Open APIs and their main purposes
- Queries APIs for specific TM Forum standards areas
- Provides detailed features and capabilities of specific APIs
- Retrieves information on TM Forum standards requirements
- Offers implementation best practices for TM Forum APIs
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-AIVACommand (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
Configure MCP-AIVA locally with Claude Desktop by adding a JSON settings object that specifies the uv command, the server directory path, and the aiva-mcp-server.py script. For debugging, execute it using the MCP Inspector.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-aiva": {
"aiva": {
"command": "uv",
"args": [
"--directory",
"FULL_PATH_TO/MCP-AIVA",
"run",
"aiva-mcp-server.py"
]
}
}
}
}
McpServers
{
"aiva": {
"command": "uv",
"args": [
"--directory",
"FULL_PATH_TO/MCP-AIVA",
"run",
"aiva-mcp-server.py"
]
}
}
MCP-AIVA
MCP server for the TM Forum AIVA AI AssistantTo use this locally with Claude Desktop, use the settings:
{
"mcpServers": {
"aiva": {
"command": "uv",
"args": [
"--directory",
"FULL_PATH_TO/MCP-AIVA",
"run",
"aiva-mcp-server.py"
]
}
}
}
Example Prompts
This MCP server provides several built-in prompts that you can use:
1. Get a list of all TM Forum Open APIs:
List all the TM Forum Open APIs and their main purposes.
2. Query APIs for a specific area:
What specific TM Forum API are required to implement the TM Forum Wholesale Broadband standard?
3. Get detailed information about specific APIs:
What are the key features and capabilities of TMF620 Product Catalog Management API?
4. Get information about TM Forum standards:
What specific TM Forum APIs are required to implement the TM Forum Wholesale Broadband standard?
5. Get implementation best practices:
What are the best practices for implementing TMF620 Product Catalog Management API?
Debugging
For debugging, you can execute using the MCP Inspector with:
npx @modelcontextprotocol/inspector uv --directory FULL-PATH-TO/MCP-AIVA/ run aiva-mcp-server.py
Example Outputs
Here are example outputs in both Claude desktop and VSCode:



Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



