← oblique.markets · all endpoints
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.
| Price | $0.01 per call (10000 atomic USDC, scheme exact) |
|---|---|
| Category | data-services |
| Rails | x402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo |
| Canonical URL | https://api.oblique.markets/api/v1/paid/mpp-route |
curl -i https://api.oblique.markets/api/v1/paid/mpp-route # → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)
{
"type": "object",
"required": [
"task"
],
"properties": {
"task": {
"type": "string",
"description": "Natural-language task to route"
},
"constraints": {
"type": "object"
},
"price_cap": {
"type": "number",
"minimum": 0
},
"preferred_chain": {
"type": "string",
"enum": [
"base",
"solana",
"tempo"
]
},
"output_format": {
"type": "string",
"enum": [
"json",
"markdown",
"text"
],
"default": "json"
}
}
}{
"protocol": "mpp",
"tier": "paid",
"result_count": 3,
"shortlist_price": "$0.01",
"request_origin": "mpp",
"repeat_use_tag": "mpp-route",
"results": [
{
"service_id": "oblique.web-extract",
"name": "web_extract",
"endpoint_url": "https://api.oblique.markets/api/v1/paid/web-extract",
"price": 0.03,
"payment_methods": [
"mpp:tempo",
"x402:base"
],
"mcp_schema": {
"name": "web_extract",
"inputSchema": {
"type": "object",
"required": [
"url"
]
}
},
"health": {
"status": "healthy",
"score": 0.98
},
"source": {
"protocol": "mpp",
"catalog": "oblique-mcp",
"operator": "Oblique Markets"
}
}
],
"output_format": "json",
"generated_at": "2026-08-21T12:00:00.000Z"
}Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills
Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer