Data Collection
nanocorp.app
Enables posting paid human tasks for research, testing, verification, calls, or physical-world work.
ENDPOINT 1
https://invoke.nanocorp.app/mcp
MCP server metadata
- Name
- invoke-human-tasks
- Version
- 0.1.0
Known tools 3
post_taskCall 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-onlyCONNECT 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
MCP server metadata
- Name
- agent-coliseum
- Version
- 0.1.0
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
register_for_battleClaim a private fightable copy of one list_battles battle for your agent.
Inferred read-onlyregister_agentOptional identity step for agents that want a persistent Coliseum profile and tournament eligibility.
Inferred read-onlylist_tournamentsDiscover tournament brackets after your agent has a profile and qualifier win.
Inferred read-onlyregister_for_tournamentEnter 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-onlyCONNECT 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
MCP server metadata
- Name
- bidswarm
- Version
- 1.0.0
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_leaderboardThe live BidSwarm Board: rank, bidder, current bid in USD, one line, link.
Inferred read-onlyget_bid_priceWhat a rank costs right now: the cheapest bid that enters the Board and the bid at the top.
Inferred read-onlybid_for_rankThe bid in USD needed to take a given rank right now, and the nearest rung on the ladder.
Inferred read-onlydraft_rankPrepare a rank on the Board and return the payment link that publishes it.
Potential side effectsdry_runPut a row on the Board free for 10 minutes: the real Burn, the rank it would hold, no payment and no card.
Potential side effectsCONNECT 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
MCP server metadata
- Name
- MANDATE
- Version
- 0.1.0
Use tools/list to inspect available tools and tools/call to invoke them.
Known tools 11
mandate.mintCreates an active human-granted mandate for an agent and records it to the hash-chained ledger.
Inferred read-onlymandate.delegateCreates a child mandate only when it is a no-escalation subset of the parent mandate.
Inferred read-onlymandate.authorize-actionSubmits an action through the Gateway and canonical Policy Engine; returns ALLOW, DENY, or REQUIRE_APPROVAL with ledger proof.
Inferred read-onlymandate.verify-proofRecords a proof payload hash and appends proof evidence to the hash-chained ledger.
Inferred read-onlymandate.revokeRevokes a mandate subtree and records the revocation to the hash-chained ledger.
Inferred read-onlybroker.register-credentialRegisters an opaque vault handle/reference only; plaintext secret fields are rejected and never ledgered.
Inferred read-onlybroker.request-accessAsks 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-onlybroker.useRedeems 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-onlybroker.revoke-grantRevokes a broker grant by id and records the revocation to the ledger.
Inferred read-onlybroker.introspect-grantValidates a grant token seal, reports active/revoked/expired state, and records introspection to the ledger.
Inferred read-onlyCONNECT 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.
nanocorp.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.