get_payment_requirements
ActiveTool of io.github.kwizzlesurp10-ctrl/x402-mcp
declared in 1.28.1
Probe a URL for x402 payment requirements using x402HTTPClient SDK.
Parameters schema
{
"type": "object",
"title": "get_payment_requirementsArguments",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"title": "Url"
},
"method": {
"type": "string",
"title": "Method",
"default": "GET"
},
"headers": {
"anyOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Headers",
"default": null
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Agent Id",
"default": null
}
}
}Parent server
io.github.kwizzlesurp10-ctrl/x402-mcp
https://github.com/kwizzlesurp10-ctrl/x402-mcp
1/7 registries