Use when an agent needs mpp admission gate
Use when an agent needs mpp admission gate. Returns Admit one service from the live MPP public catalog for a task, price cap, Tempo rail and freshness constraint, or return a deterministic refusal with catalog evidence. $0.005.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
19 msmedian answer time
$0.005listed price per call
$0.005price 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-admission-gate
| Category | Market data |
|---|---|
| Provider host | api.oblique.markets |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 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.005 | 19 ms |
Example input (from the provider)
{
"body": {
"task": "Natural-language task to match against the MPP public catalo"
},
"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": {
"freshness": {
"properties": {
"max_age_seconds": {
"type": "integer"
}
},
"type": "object"
},
"price_cap": {
"description": "Maximum service price in USD",
"type": "number"
},
"rail": {
"enum": [
"tempo",
"mpp:tempo"
],
"type": "string"
},
"task": {
"description": "Natural-language task to match against the MPP public catalog",
"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": {
"admitted": {
"type": "boolean"
},
"decision": {
"properties": {
"candidates_evaluated": {
"type": "integer"
},
"constraints": {
"properties": {
"max_age_seconds": {
"type": "integer"
},
"max_price": {
"type": "integer"
},
"rail": {
"type": "string"
}
},
"type": "object"
},
"task": {
"type": "string"
}
},
"type": "object"
},
"service": {
"properties": {
"catalog": {
"properties": {
"fetched_at": {
"type": "string"
},
"url": {
"type": "string"
},
"version": {
"type": "integer"
}
},
"type": "object"
},
"categories": {
"items": {
"type": "string"
},
"type": "array"
},
"currency": {
"type": "string"
},
"description": {
"type": "string"
},
"endpoint": {
"properties": {
"method": {
"type": "string"
},
"path": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"payment": {
"properties": {
"amount": {
"type": "string"
},
"decimals": {
"type": "integer"
},
"intent": {
"type": "string"
},
"method": {
"type": "string"
},
"unit_type": {
"type": "string"
}
},
"type": "object"
},
"price": {
"type": "integer"
},
"provider": {
"properties": {
"name": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"relevance_score": {
"type": "number"
},
"service_id": {
"type": "string"
},
"service_url": {
"type": "string"
},
"tags": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}