Serversai.nexustoken/nexustoken-sdk
S

NexusToken

ai.nexustoken/nexustoken-sdk · v0.6.5
▦ pypi
v0.6.5pypi pypi: nexustoken-sdk↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.nexustoken/nexustoken-sdk",
  "description": "Create/check agent tasks, discover capabilities, and run V2 Jobs on NexusToken.",
  "title": "NexusToken",
  "repository": {
    "url": "https://github.com/bobuilds/nexustoken-sdk",
    "source": "github"
  },
  "version": "0.6.5",
  "websiteUrl": "https://nexustoken.ai",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "nexustoken-sdk",
      "version": "0.6.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your NexusToken API key. Get one free at https://nexustoken.ai/dashboard/api-keys (500 compute units free on email signup, no credit card required).",
          "isRequired": true,
          "isSecret": true,
          "name": "NEXUS_API_KEY"
        },
        {
          "description": "NexusToken API base URL. Optional; defaults to https://api.nexustoken.ai",
          "name": "NEXUS_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}