MCP-AIVA

by LesterThomas

1 stars
193 downloads
Not rated
GitHub

About

MCP server for the TM Forum AIVA AI Assistant

Details

Author
LesterThomas
GitHub stars
1
Downloads
193
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP-AIVA
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 Assistant

To 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:

Claude

VSCode

VSCode

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.