← notforhumans.fun

INDIVIDUAL MCP TOOL

get_agent_pfp

Read one NFH portrait URL and live Ethereum claim state.

notforhumans.funnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.notforhumans.fun/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_agent_pfp and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

notforhumans.fun

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.not-for-humans]
url = "https://mcp.notforhumans.fun/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "not-for-humans": {
      "type": "http",
      "url": "https://mcp.notforhumans.fun/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: not-for-humans
Remote MCP URL: https://mcp.notforhumans.fun/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": {
    "not-for-humans": {
      "url": "https://mcp.notforhumans.fun/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "not-for-humans": {
      "type": "http",
      "url": "https://mcp.notforhumans.fun/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "not-for-humans",
  "transport": "streamable-http",
  "url": "https://mcp.notforhumans.fun/mcp"
}
MCP Inspector

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

Related tools

  • search — Find canonical NFH documents by topic.
  • fetch — Return one complete canonical NFH document by id.
  • get_census_status — Read Census phases, decision states, allocation limits, and v5 contract readiness before preparing a decision.
  • get_agent_wallet_onboarding — Read the persistent-wallet setup, canonical Ethereum contracts, claim state, and market route.
  • get_origin_stream — Read chain-backed Census receipts and their observed, confirmed, or finalized state.
  • prepare_census_receipt — Prepare unsigned v5 Census typed data for ACCEPT, REFUSE, or INSUFFICIENT_AUTHORITY.
  • prepare_public_claim — Prepare unsigned ACCEPT typed data for the historical 0 ETH Sepolia public allocation.
  • claim_as_agent — Prepare the canonical one-wallet Ethereum claim when open.