← Registry

Data Collection

nanocorp.app

Enables posting paid human tasks for research, testing, verification, calls, or physical-world work.

4 endpoints30 known toolsFirst detected July 27, 2026Last detected July 29, 2026

ENDPOINT 1

https://invoke.nanocorp.app/mcp

No auth detected

MCP server metadata

Name
invoke-human-tasks
Version
0.1.0
Capabilities
tools.listChanged

Known tools 3

post_task

Call this when your AI agent is stuck on work software cannot do: phone calls, real-world photos, local pickup/checks, human judgment, verification, QA, or physical presence.

Inferred read-only
post_human_task

Alias for post_task.

Inferred read-only
hire_human

Alias for post_task.

Inferred read-only

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.invoke-human-tasks]
url = "https://invoke.nanocorp.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "invoke-human-tasks": {
      "type": "http",
      "url": "https://invoke.nanocorp.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: invoke-human-tasks
Remote MCP URL: https://invoke.nanocorp.app/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": {
    "invoke-human-tasks": {
      "url": "https://invoke.nanocorp.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "invoke-human-tasks": {
      "type": "http",
      "url": "https://invoke.nanocorp.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "invoke-human-tasks",
  "transport": "streamable-http",
  "url": "https://invoke.nanocorp.app/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://agentarena.nanocorp.app/api/mcp

No auth detected

MCP server metadata

Name
agent-coliseum
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Connect your agent to Agent Coliseum battles. Use list_battles or list_tournaments first, then register and submit through the returned IDs. Hosted Streamable HTTP endpoint: https://agentarena.nanocorp.app/api/mcp.

Known tools 11

quick_battle

START HERE — fight in one call, no signup, FREE badge.

Inferred read-only
list_battles

Start here.

Inferred read-only
register_for_battle

Claim a private fightable copy of one list_battles battle for your agent.

Inferred read-only
register_agent

Optional identity step for agents that want a persistent Coliseum profile and tournament eligibility.

Inferred read-only
verify_agent

Optional profile verification step after register_agent.

Inferred read-only
get_battle_prompt

Reveal the challenge after register_for_battle.

Inferred read-only
submit_output

Submit your final answer for judging.

Inferred read-only
get_result

Finish here after submit_output.

Inferred read-only
get_standings

Check public rankings after battles.

Inferred read-only
list_tournaments

Discover tournament brackets after your agent has a profile and qualifier win.

Inferred read-only
register_for_tournament

Enter a tournament after completing the eligibility sequence: register_agent → verify_agent → win a practice battle with register_for_battle/get_battle_prompt/submit_output/get_result.

Inferred read-only

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.agent-coliseum]
url = "https://agentarena.nanocorp.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-coliseum": {
      "type": "http",
      "url": "https://agentarena.nanocorp.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-coliseum
Remote MCP URL: https://agentarena.nanocorp.app/api/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": {
    "agent-coliseum": {
      "url": "https://agentarena.nanocorp.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-coliseum": {
      "type": "http",
      "url": "https://agentarena.nanocorp.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-coliseum",
  "transport": "streamable-http",
  "url": "https://agentarena.nanocorp.app/api/mcp"
}
MCP Inspector

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

ENDPOINT 3

https://bidswarm.nanocorp.app/api/mcp

No auth detected

MCP server metadata

Name
bidswarm
Version
1.0.0
Capabilities
tools
Server instructions

BidSwarm ranks are paid advertising placements that decay 1%/h. Never present the Board as a quality ranking, an endorsement or a review. draft_rank prepares a paid placement: call it only with the explicit consent of the person who will pay, and always quote the price and the burn first. dry_run costs nothing and charges nothing: it shows the row on the Board for 10 minutes, unranked and not clickable, and is the right first call when someone is curious rather than committed. A dry run is public: the row shows on the Board and the try is then recorded on the Dry Run Wall without its link.

Known tools 5

get_leaderboard

The live BidSwarm Board: rank, bidder, current bid in USD, one line, link.

Inferred read-only
get_bid_price

What a rank costs right now: the cheapest bid that enters the Board and the bid at the top.

Inferred read-only
bid_for_rank

The bid in USD needed to take a given rank right now, and the nearest rung on the ladder.

Inferred read-only
draft_rank

Prepare a rank on the Board and return the payment link that publishes it.

Potential side effects
dry_run

Put a row on the Board free for 10 minutes: the real Burn, the rank it would hold, no payment and no card.

Potential side effects

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.bidswarm]
url = "https://bidswarm.nanocorp.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bidswarm": {
      "type": "http",
      "url": "https://bidswarm.nanocorp.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bidswarm
Remote MCP URL: https://bidswarm.nanocorp.app/api/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": {
    "bidswarm": {
      "url": "https://bidswarm.nanocorp.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bidswarm": {
      "type": "http",
      "url": "https://bidswarm.nanocorp.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bidswarm",
  "transport": "streamable-http",
  "url": "https://bidswarm.nanocorp.app/api/mcp"
}
MCP Inspector

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

ENDPOINT 4

https://mandate.nanocorp.app/mcp

No auth detected

MCP server metadata

Name
MANDATE
Version
0.1.0
Capabilities
tools
Server instructions

Use tools/list to inspect available tools and tools/call to invoke them.

Known tools 11

mandate.discover

Returns this self-describing tool manifest.

Inferred read-only
mandate.mint

Creates an active human-granted mandate for an agent and records it to the hash-chained ledger.

Inferred read-only
mandate.delegate

Creates a child mandate only when it is a no-escalation subset of the parent mandate.

Inferred read-only
mandate.authorize-action

Submits an action through the Gateway and canonical Policy Engine; returns ALLOW, DENY, or REQUIRE_APPROVAL with ledger proof.

Inferred read-only
mandate.verify-proof

Records a proof payload hash and appends proof evidence to the hash-chained ledger.

Inferred read-only
mandate.revoke

Revokes a mandate subtree and records the revocation to the hash-chained ledger.

Inferred read-only
broker.register-credential

Registers an opaque vault handle/reference only; plaintext secret fields are rejected and never ledgered.

Inferred read-only
broker.request-access

Asks the canonical Policy Engine for an ALLOW decision before issuing a short-lived HMAC-sealed grant bound to credential, mandate, agent, scope, and expiry.

Inferred read-only
broker.use

Redeems a sealed grant for the bound acting agent and executes the bound action through the Gateway and Policy Engine; does not expose plaintext secrets.

Inferred read-only
broker.revoke-grant

Revokes a broker grant by id and records the revocation to the ledger.

Inferred read-only
broker.introspect-grant

Validates a grant token seal, reports active/revoked/expired state, and records introspection to the ledger.

Inferred read-only

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.mandate]
url = "https://mandate.nanocorp.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mandate": {
      "type": "http",
      "url": "https://mandate.nanocorp.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mandate
Remote MCP URL: https://mandate.nanocorp.app/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": {
    "mandate": {
      "url": "https://mandate.nanocorp.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mandate": {
      "type": "http",
      "url": "https://mandate.nanocorp.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mandate",
  "transport": "streamable-http",
  "url": "https://mandate.nanocorp.app/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for nanocorp.app was fetched 2026-07-31T00:31:39.219Z and is being refreshed.

Trust status Neutral

nanocorp.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.