Developer Documentation for AI Assistants

Server Online

Quick Connect

Add this to your AI assistant's MCP configuration:

{
  "mcpServers": {
    "allow2": {
      "type": "streamable-http",
      "url": "https://mcp.allow2.com/mcp"
    }
  }
}

Connect Your AI

Get Allow2 developer documentation directly in your AI assistant. Choose your platform:

Claude Desktop / Claude Code

Add to ~/.claude/claude_desktop_config.json or run:

claude mcp add allow2 --transport streamable-http --url https://mcp.allow2.com/mcp

Cursor

Add to your Cursor MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "allow2": {
      "type": "streamable-http",
      "url": "https://mcp.allow2.com/mcp"
    }
  }
}

VS Code / GitHub Copilot

Add to VS Code settings (.vscode/mcp.json):

{
  "servers": {
    "allow2": {
      "type": "http",
      "url": "https://mcp.allow2.com/mcp"
    }
  }
}

Other MCP Clients

Use these endpoints with any MCP-compatible client:

Streamable HTTP: https://mcp.allow2.com/mcp
SSE (legacy):    https://mcp.allow2.com/sse
Health check:    https://mcp.allow2.com/health

What Can You Ask?

Once connected, try prompts like:

"How do I pair a device?"

Get the Device API pairing flow with code examples

"Show me the Node.js SDK"

Get installation and usage examples for allow2 npm package

"Build me a Plex plugin"

Step-by-step Allow2Automate plugin development

"What activities can I track?"

List all activity types (Gaming, Internet, Screen Time, etc.)

"Service API vs Device API?"

Get recommendations for your specific use case

"Add parental controls to my iOS game"

Platform-specific integration walkthrough

Available Tools

The MCP server provides these tools for AI assistants:

lookup_endpoint

Search API endpoints by path or keyword

get_sdk_example

Get working code examples for SDK + use case

recommend_integration

Get tailored integration recommendation

list_activities

List all activity types with IDs

get_plugin_template

Get Allow2Automate plugin template

Developer Portal Documentation