Serverscom.hapticpaper/mcp
M

Haptic Paper

com.hapticpaper/mcp · v1.0.62
▦ npm
v1.0.62npm npm: @hapticpaper/mcp-server🌐 https://mcp.hapticpaper.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.hapticpaper/mcp",
  "description": "Connect your AI to human workers. Get paid to help AI.",
  "title": "Haptic Paper",
  "repository": {
    "url": "https://github.com/hapticpaper/hh",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "version": "1.0.62",
  "websiteUrl": "https://hapticpaper.com/developer",
  "icons": [
    {
      "src": "https://hapticpaper.com/favicon-32x32.png",
      "mimeType": "image/png",
      "sizes": [
        "32x32"
      ]
    },
    {
      "src": "https://hapticpaper.com/android-chrome-192x192.png",
      "mimeType": "image/png",
      "sizes": [
        "192x192"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@hapticpaper/mcp-server",
      "version": "1.0.62",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Haptic Paper API key. Generate one at https://hapticpaper.com/developer",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HAPTIC_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.hapticpaper.com/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}