ToolAssay

Use when an agent needs route task

Use when an agent needs route task. Returns Agent Economy task router: discover protocol, market-activity, and paid services from a read-only MCP source, with normalized evidence and qualified-session handoff. $0.01.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
25 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/route-task

CategoryMarket data
Provider hostapi.oblique.markets
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days8 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 25 ms

Example input (from the provider)

{
  "body": {
    "task": "example"
  },
  "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": {
              "properties": {
                "category": {
                  "type": "string"
                },
                "chain": {
                  "enum": [
                    "base",
                    "solana"
                  ],
                  "type": "string"
                },
                "max_price": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "seller_delivery_receipt": {
              "type": "object"
            },
            "task": {
              "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": {
        "candidates_evaluated": {
          "type": "integer"
        },
        "generated_at": {
          "type": "string"
        },
        "matches_found": {
          "type": "integer"
        },
        "query": {
          "type": "string"
        },
        "results": {
          "items": {
            "properties": {
              "endpoint_url": {
                "type": "string"
              },
              "evidence_status": {
                "type": "string"
              },
              "handoff_url": {
                "type": "string"
              },
              "health_score": {
                "type": "number"
              },
              "mcp_schema": {
                "properties": {
                  "inputSchema": {
                    "properties": {
                      "type": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "name": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "name": {
                "type": "string"
              },
              "price_usd": {
                "type": "number"
              },
              "qualified_session_token": {
                "type": "string"
              },
              "receipt_binding": {
                "properties": {
                  "bound": {
                    "type": "boolean"
                  }
                },
                "type": "object"
              },
              "retrieval_timestamp": {
                "type": "string"
              },
              "source": {
                "type": "string"
              },
              "source_tool": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "source_retrieval": {
          "properties": {
            "evidence_status": {
              "type": "string"
            },
            "retrieved_at": {
              "type": "string"
            },
            "source": {
              "type": "string"
            },
            "tools_queried": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "type": "object"
        },
        "tier": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON