{
  "x402Version": 2,
  "id": 9119,
  "slug": "9119",
  "resource": "https://agent-api-listings.krimskrams.xyz/v1/packages",
  "description": "Provide an API origin, inline OpenAPI document, and optional target list. Receive JSON with ready, blocked, or unsupported mpp.dev and x402-list packages, including exact reasons, without submission or directory fees.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "200000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "email": "operator@example.com",
            "openapi": {
              "info": {
                "contact": {
                  "email": "operator@example.com",
                  "name": "Example provider"
                },
                "description": "Return sourced example data.",
                "title": "Example API"
              },
              "paths": {
                "/mpp/v1/example": {
                  "get": {
                    "x-payment-info": {
                      "offers": [
                        {
                          "amount": "20000",
                          "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                          "description": "Return example data.",
                          "intent": "charge",
                          "method": "tempo"
                        }
                      ],
                      "protocols": [
                        "mpp"
                      ]
                    }
                  }
                },
                "/v1/example": {
                  "get": {
                    "x-payment-info": {
                      "price": {
                        "amount": "0.020000",
                        "currency": "USD",
                        "mode": "fixed"
                      },
                      "protocols": [
                        {
                          "x402": {}
                        }
                      ]
                    }
                  }
                }
              },
              "x-service-info": {
                "categories": [
                  "data"
                ]
              }
            },
            "origin": "https://api.example.com",
            "tags": [
              "data"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "format": "agent-api-listings-package-set-v1",
            "results": {
              "mpp.dev": {
                "status": "ready"
              },
              "x402-list": {
                "status": "ready"
              }
            },
            "targets": [
              "mpp.dev",
              "x402-list"
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "description": "Caller-provided metadata for all selected directory packages.",
                "properties": {
                  "category": {
                    "anyOf": [
                      {
                        "maxLength": 100,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Category"
                  },
                  "email": {
                    "anyOf": [
                      {
                        "maxLength": 320,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "description": "Required for a ready x402-list package unless openapi.info.contact.email contains a valid email",
                    "title": "Email"
                  },
                  "endpoint_paths": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 50,
                    "title": "Endpoint Paths",
                    "type": "array"
                  },
                  "name": {
                    "anyOf": [
                      {
                        "maxLength": 200,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Name"
                  },
                  "notes": {
                    "anyOf": [
                      {
                        "maxLength": 2000,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Notes"
                  },
                  "openapi": {
                    "additionalProperties": true,
                    "title": "Openapi",
                    "type": "object"
                  },
                  "origin": {
                    "maxLength": 2048,
                    "minLength": 1,
                    "title": "Origin",
                    "type": "string"
                  },
                  "provider_name": {
                    "anyOf": [
                      {
                        "maxLength": 200,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Provider Name"
                  },
                  "service_id": {
                    "anyOf": [
                      {
                        "maxLength": 100,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Service Id"
                  },
                  "tags": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 20,
                    "title": "Tags",
                    "type": "array"
                  },
                  "targets": {
                    "anyOf": [
                      {
                        "items": {
                          "enum": [
                            "mpp.dev",
                            "x402-list"
                          ],
                          "type": "string"
                        },
                        "maxItems": 2,
                        "minItems": 1,
                        "type": "array"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Targets"
                  },
                  "website_url": {
                    "anyOf": [
                      {
                        "maxLength": 2048,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Website Url"
                  }
                },
                "required": [
                  "origin",
                  "openapi"
                ],
                "title": "BuildPackageSetRequest",
                "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": {
              "example": {
                "description": "All selected directory results for one service.",
                "properties": {
                  "format": {
                    "const": "agent-api-listings-package-set-v1",
                    "title": "Format",
                    "type": "string"
                  },
                  "results": {
                    "additionalProperties": {
                      "description": "One target result in a package set.",
                      "properties": {
                        "package": {
                          "anyOf": [
                            {
                              "additionalProperties": true,
                              "type": "object"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Package"
                        },
                        "reason": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Reason"
                        },
                        "status": {
                          "enum": [
                            "ready",
                            "blocked",
                            "unsupported"
                          ],
                          "title": "Status",
                          "type": "string"
                        }
                      },
                      "title": "DirectoryPackageResult",
                      "type": "object"
                    },
                    "title": "Results",
                    "type": "object"
                  },
                  "source": {
                    "additionalProperties": {
                      "type": "string"
                    },
                    "title": "Source",
                    "type": "object"
                  },
                  "targets": {
                    "items": {
                      "enum": [
                        "mpp.dev",
                        "x402-list"
                      ],
                      "type": "string"
                    },
                    "title": "Targets",
                    "type": "array"
                  }
                },
                "title": "PackageSetResponse",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent-api-listings.krimskrams.xyz",
  "lastUpdated": "2026-08-20T13:34:27.826Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-20T13:34:27.325Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent-api-listings.krimskrams.xyz",
    "manifest_name": "agent-api-listings.krimskrams.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}