MCP Server
MCP
Apiosk Connect
Discover, pay for, execute, and publish APIs through Apiosk.
Install
npx -y @apiosk/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.apiosk.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@apiosk/mcp",
"version": "1.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional wallet private key for automatic x402 payments.",
"format": "string",
"isSecret": true,
"name": "APIOSK_PRIVATE_KEY"
},
{
"description": "Optional dashboard-managed access token.",
"format": "string",
"isSecret": true,
"name": "APIOSK_CONNECT_TOKEN"
}
]
},
{
"registryType": "pypi",
"identifier": "apiosk-mcp",
"version": "1.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional wallet private key for automatic x402 payments.",
"format": "string",
"isSecret": true,
"name": "APIOSK_PRIVATE_KEY"
},
{
"description": "Optional dashboard-managed access token.",
"format": "string",
"isSecret": true,
"name": "APIOSK_CONNECT_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
pypi
By
Comments
Sign in to leave a comment