← All WebMCP sites

waitspin.com

Developer Toolshttps://www.waitspin.com/listed as of 2026-08-01
Agent-first ad marketplace for developer wait-states: advertisers buy sponsored lines shown in AI coding tools (VS Code, Claude Code, OpenCode, Grok Code CLI) while developers wait, and publishers earn a revenue share.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 88/100 (A).

Tools

get_waitspin_marketanswerdeclarative
Read WaitSpin active public campaign inventory, CPM, and served impression counts.
Input schema
{
  "type": "object",
  "properties": {}
}
request_waitspin_key_codeactdeclarative
Send an email verification code for a WaitSpin control key or user-install extension key.
Input schema
{
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "key_profile": {
      "type": "string",
      "enum": [
        "control",
        "publisher_extension"
      ]
    }
  },
  "required": [
    "email",
    "key_profile"
  ]
}
verify_waitspin_keyactdeclarative
Verify a WaitSpin email code and return the issued wts_live API key for the selected profile.
Input schema
{
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "key_profile": {
      "type": "string",
      "enum": [
        "control",
        "publisher_extension"
      ]
    }
  },
  "required": [
    "email",
    "code",
    "key_profile"
  ]
}
register_waitspin_publisheractdeclarative
Register a WaitSpin VS Code Activity Bar/status-bar user install with an extension API key for advanced agent or CLI fallback setup.
Input schema
{
  "type": "object",
  "properties": {
    "api_key": {
      "type": "string"
    },
    "install_id": {
      "type": "string"
    }
  },
  "required": [
    "api_key",
    "install_id"
  ]
}
Listings are sourced from public community registries and shown as reported.