
NexusToken
Wire your coding agent to NexusToken so it can create tasks, poll status, discover capabilities, and run V2 Jobs without hand-rolling HTTP.
Overview
NexusToken MCP is a Build-phase MCP server that lets agents create and check NexusToken tasks, discover capabilities, and run V2 Jobs via stdio tools.
What is this MCP server?
- stdio MCP server (nexustoken-sdk on PyPI v0.6.5) for create/check agent tasks on NexusToken
- Discover platform capabilities and execute V2 Jobs from the agent context
- NEXUS_API_KEY required; optional NEXUS_BASE_URL (default https://api.nexustoken.ai)
- 500 compute units free on email signup at nexustoken.ai dashboard (no card per server.json)
- Server version 0.6.5
- PyPI package identifier nexustoken-sdk
- Default API base https://api.nexustoken.ai
What problem does it solve?
You want your agent to dispatch and track NexusToken work without writing and maintaining custom API client code in every project.
Who is it for?
Solo builders already using NexusToken for agent compute who want stdio MCP access from Claude Code, Cursor, or similar.
Skip if: Teams with no NexusToken account or those who only need one-off REST calls without agent tooling.
What do I get? / Deliverables
After you register the server with NEXUS_API_KEY, your agent can call NexusToken task and V2 Job operations as MCP tools from the IDE.
- MCP tools for creating and checking NexusToken agent tasks
- Capability discovery and V2 Job execution from the agent session
Recommended MCP Servers
Journey fit
Agent orchestration and third-party compute APIs belong in Build when you are integrating external job and task platforms into your product or agent workflow. Integrations is the shelf for MCP bridges that connect Claude Code, Cursor, or Codex to a hosted agent-task API.
How it compares
MCP integration to NexusToken’s job API, not a planning or brainstorming skill.
Common Questions / FAQ
Who is NexusToken MCP for?
Indie developers and small teams building agent workflows that run tasks and V2 Jobs on NexusToken from Claude Code, Cursor, or Codex.
When should I use NexusToken MCP?
Use it in the Build phase when you integrate NexusToken task creation, status checks, and job execution into your agent’s tool list.
How do I add NexusToken MCP to my agent?
Install nexustoken-sdk from PyPI, set NEXUS_API_KEY (get a key at nexustoken.ai/dashboard/api-keys), add the stdio server to your MCP config, and restart the client.