← useaistation.com

INDIVIDUAL MCP TOOL

get_license_evidence

Get observed license evidence; the result is not legal advice.

useaistation.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.aiworkstation.cn/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_license_evidence and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

useaistation.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ai-workstation-open-source-intelligence]
url = "https://mcp.aiworkstation.cn/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-workstation-open-source-intelligence": {
      "type": "http",
      "url": "https://mcp.aiworkstation.cn/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-workstation-open-source-intelligence
Remote MCP URL: https://mcp.aiworkstation.cn/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ai-workstation-open-source-intelligence": {
      "url": "https://mcp.aiworkstation.cn/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-workstation-open-source-intelligence": {
      "type": "http",
      "url": "https://mcp.aiworkstation.cn/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-workstation-open-source-intelligence",
  "transport": "streamable-http",
  "url": "https://mcp.aiworkstation.cn/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_ai_projects — Find and verify open-source AI projects from explicit requirements.
  • get_project_facts — Get current evidence-backed public facts for one project.
  • compare_ai_projects — Compare two to five projects in one explicit decision context.
  • find_alternatives — Find verified candidate alternatives while preserving constraints.
  • compose_ai_stack — Compose a candidate open-source AI stack and expose unknown compatibility.
  • get_radar_overview — Discover current rankings, collections, categories, scenarios and filters.
  • browse_radar_projects — Browse rankings, collections, categories, scenarios, topics or filtered projects.
  • browse_radar_skills — Browse/filter the Radar Skills library or open one Skill by ID.