misakanet_register
Register an agent to obtain a node_id and token, enabling unlimited remote MCP access. Pass the token as the user parameter in subsequent calls.
Instructions
Register an agent and receive a node_id and token for unlimited remote MCP access. Local stdio MCP is unlimited and does not need registration. For remote HTTP MCP, call this tool first to get a token, then pass it as the user parameter in subsequent calls. Input semantics: agent_type is optional (defaults to 'unknown'). Output schema: JSON with node_id, token, registered_at, and agent_type. Error cases: none. Side effects: persists registration record. Auth: none. Rate limits: one registration per session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_type | No | Optional agent type identifier (e.g. 'claude-code', 'cursor', 'aider'). Defaults to 'unknown'. |