This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.4.3).
publish_project
InactiveTool of Apiosk
declared in 1.4.3
Publish multiple API routes from one project in a single call. Creates one gateway listing for the project and one paid x402 route per entry. Requires an Apiosk provider token.
Parameters schema
{
"type": "object",
"required": [
"project_name",
"base_url",
"settlement_address",
"routes"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"routes": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"path",
"price"
],
"properties": {
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"price": {
"type": [
"string",
"number"
]
},
"method": {
"enum": [
"GET",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"type": "string"
},
"description": {
"type": "string"
},
"input_schema": {
"type": "object",
"additionalProperties": true
},
"output_schema": {
"type": "object",
"additionalProperties": true
}
}
},
"minItems": 1
},
"network": {
"enum": [
"base",
"polygon",
"arbitrum",
"solana"
],
"type": "string"
},
"base_url": {
"type": "string",
"description": "HTTPS base URL of the project's API. Each route's path is appended to it upstream."
},
"description": {
"type": "string"
},
"project_name": {
"type": "string"
},
"settlement_address": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Apiosk
https://github.com/obcraft/apiosk-mcp
1/7 registries