Use when an agent needs mpp route
Use when an agent needs mpp route. Returns MPP-native catalog-first task router: paid top-three shortlist with prices, payment methods, MCP schemas, health metadata and operator source attribution. $0.01.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
20 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.oblique.markets/api/v1/paid/mpp-route
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 5 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 20 ms |
Example input (from the provider)
{
"body": {
"task": "Natural-language task to route"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"constraints": {
"type": "object"
},
"output_format": {
"enum": [
"json",
"markdown",
"text"
],
"type": "string"
},
"preferred_chain": {
"enum": [
"base",
"solana",
"tempo"
],
"type": "string"
},
"price_cap": {
"type": "number"
},
"task": {
"description": "Natural-language task to route",
"type": "string"
}
},
"required": [
"task"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"generated_at": {
"type": "string"
},
"output_format": {
"type": "string"
},
"protocol": {
"type": "string"
},
"repeat_use_tag": {
"type": "string"
},
"request_origin": {
"type": "string"
},
"result_count": {
"type": "integer"
},
"results": {
"items": {
"properties": {
"endpoint_url": {
"type": "string"
},
"health": {
"properties": {
"score": {
"type": "number"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"mcp_schema": {
"properties": {
"inputSchema": {
"properties": {
"required": {
"items": {
"type": "string"
},
"type": "array"
},
"type": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"payment_methods": {
"items": {
"type": "string"
},
"type": "array"
},
"price": {
"type": "number"
},
"service_id": {
"type": "string"
},
"source": {
"properties": {
"catalog": {
"type": "string"
},
"operator": {
"type": "string"
},
"protocol": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"shortlist_price": {
"type": "string"
},
"tier": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}