You're viewing a demo portfolio

Join the waitlist
PRSM

post_v1_messages

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

ANTHROPIC-COMPATIBLE /v1/messages — Claude Haiku 4.5 through the exact Anthropic API dialect: same request/response shape, no Anthropic account, the x402 payment IS the auth. Point an Anthropic SDK's base_url at https://api.webbersites.com and pay per call. Caps: 16,000 input chars, 1,024 output tokens (max_tokens clamped), text-only, no streaming. ($0.01 per call, paid via x402)

Parameters schema

{
  "type": "object",
  "required": [
    "messages"
  ],
  "properties": {
    "model": {
      "type": "string",
      "description": "claude-haiku-4-5 (the only model on this route)"
    },
    "system": {
      "type": "string",
      "description": "optional system prompt (counts toward the input cap)"
    },
    "messages": {
      "type": "array",
      "description": "Anthropic-style messages: [{role, content}], text content only, 16,000 chars total"
    },
    "max_tokens": {
      "type": "number",
      "description": "output cap, clamped to 1,024"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →
post_v1_messages — io.github.webberdesign/webbersites-x402-data-api — PRSM MCP