internet2agent

AstralDeep/internet2agent
★ 0 stars Python AI/LLM Updated today
Agent for interacting with Internet2 MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "internet2agent": {
      "command": "uvx",
      "args": [
        "internet2agent"
      ]
    }
  }
}

Or install with pip: pip install internet2agent

README Excerpt

Python interface and LLM agent for the **Internet2 Periscope Looking Glass MCP server** (`https://periscope.ns.internet2.edu/mcp`) - the service announced in documented in the [Console docs](https://console.internet2.edu/docs/looking-glass.html#mcp-server). Two ways in, no GUI: 1. **Direct client** (`PeriscopeClient` / `AsyncPeriscopeClient`) - typed Python

Tools (5)

I2A_MODELOPENAI_API_KEYOPENAI_BASE_URLPERISCOPE_AUTH_TOKENPERISCOPE_MCP_URL