Anthropic Claude Haiku 4.5 inference over MCP Streamable HTTP. Exposes ask_claud...
https://anthropic.yeetful.com/api/mcp/mcpOverview
Anthropic Claude Haiku 4.5 inference over MCP Streamable HTTP. Exposes ask_claude (single-prompt completion) and claude_chat (multi-turn) tools, capped at 256 output tokens per call. Pay-per-call in USDC.
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
anthropic
Source
bazaar
Indexed
2026-04-28 14:57:57
Health
Status
healthy
Latency (p50)
278ms
Uptime (30d)
100.0%
Reliability Score
87/100
Last Checked
2026-04-29 00:02:36
Last Healthy
2026-04-29 00:02:36
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"id": {
"type": [
"string",
"number"
]
},
"jsonrpc": {
"const": "2.0",
"type": "string"
},
"method": {
"description": "MCP JSON-RPC method.",
"enum": [
"initialize",
"tools/list",
"tools/call"
],
"type": "string"
},
"params": {
"description": "For tools/call: { name: 'ask_claude' | 'claude_chat', arguments: {...} }. ask_claude takes { prompt, system? }. claude_chat takes { messages: [{role: 'user'|'assistant', content}], system? }. Model and max_tokens are server-controlled and not accepted from the client.",
"type": "object"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"description": "MCP JSON-RPC 2.0 response. On tools/call success, result.content is an array of { type: 'text', text: string } blocks containing Claude's reply (≤256 output tokens).",
"properties": {
"error": {
"properties": {
"code": {
"type": "number"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"id": {
"type": [
"string",
"number"
]
},
"jsonrpc": {
"const": "2.0",
"type": "string"
},
"result": {
"properties": {
"content": {
"items": {
"properties": {
"text": {
"type": "string"
},
"type": {
"enum": [
"text"
],
"type": "string"
}
},
"required": [
"type",
"text"
],
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-04-29 00:02:36 | healthy | 402 | 287ms | |
| 2026-04-28 23:08:52 | healthy | 402 | 81ms | |
| 2026-04-28 20:07:29 | healthy | 402 | 297ms | |
| 2026-04-28 18:32:28 | healthy | 402 | 278ms | |
| 2026-04-28 15:58:13 | healthy | 402 | 270ms |