Backstory: search your data exports locally
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
io.github.nirholas/ibm-x402-mcp · v1.1.0
x402 pay-per-use IBM Granite AI: chat, code, embeddings, analysis, forecasting. Pay USDC per call.
IBM Granite via x402 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ibm-x402-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/ibm-x402-mcp"
],
"env": {
"MCP_SVM_PAYMENT_ADDRESS": "<MCP_SVM_PAYMENT_ADDRESS>",
"WATSONX_API_KEY": "<WATSONX_API_KEY>"
}
}
}
}MCP_SVM_PAYMENT_ADDRESS必填Solana wallet address that receives USDC payments from tool callers (server operator's receiving wallet). Required to accept x402 payments.
WATSONX_API_KEY必填secretIBM Cloud API key used by the server to call watsonx.ai on behalf of end users. Create one at https://cloud.ibm.com/iam/apikeys.
WATSONX_PROJECT_ID可选watsonx.ai project id scoping all inference calls. Find it under your project → Manage → General → Project ID. Provide this or WATSONX_SPACE_ID.
WATSONX_SPACE_ID可选watsonx.ai deployment space id. Alternative to WATSONX_PROJECT_ID.
WATSONX_URL可选Regional watsonx.ai inference host. Defaults to https://us-south.ml.cloud.ibm.com. Other regions: eu-de, eu-gb, jp-tok, au-syd, ca-tor.
WATSONX_MODEL_ID可选Default chat/generation Granite model id. Defaults to ibm/granite-3-8b-instruct.
WATSONX_EMBED_MODEL_ID可选Default embedding model id. Defaults to ibm/granite-embedding-278m-multilingual.
X402_FEE_PAYER_SOLANA可选Solana account that sponsors transaction fees for x402 payments. Defaults to the three.ws fee payer.
X402_FACILITATOR_URL可选x402 facilitator endpoint for payment verification and settlement. Defaults to https://facilitator.payai.network.
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
v1.30.5
com.astranl/mcp
NL coordination protocol — 1% fee, agent-native, real Dutch merchant pricing. Open brain.
v3.0.319
com.local-mcp/local-mcp
180 local tools from ChatGPT, Claude.ai & desktop AIs: Mail, iMessage, Teams, files. Local, free.
v1.37.5
io.github.zoharbabin/web-researcher-mcp
Your AI research assistant that cites real sources and stays honest
v1.31.8
io.github.vuluu2k/webcake-storefront-mcp
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
v1.4.53
io.github.HrRodan/agent-workspace-mcp
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
{
"id": "io.github.nirholas/ibm-x402-mcp",
"type": "mcp-server",
"version": "1.1.0",
"displayName": "IBM Granite via x402",
"description": "x402 pay-per-use IBM Granite AI: chat, code, embeddings, analysis, forecasting. Pay USDC per call.",
"repository": {
"url": "https://github.com/nirholas/three.ws",
"source": "github",
"subfolder": "packages/ibm-x402-mcp"
},
"homepage": "https://three.ws",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@three-ws/ibm-x402-mcp",
"version": "1.1.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "MCP_SVM_PAYMENT_ADDRESS",
"description": "Solana wallet address that receives USDC payments from tool callers (server operator's receiving wallet). Required to accept x402 payments.",
"isRequired": true
},
{
"name": "WATSONX_API_KEY",
"description": "IBM Cloud API key used by the server to call watsonx.ai on behalf of end users. Create one at https://cloud.ibm.com/iam/apikeys.",
"isRequired": true,
"isSecret": true
},
{
"name": "WATSONX_PROJECT_ID",
"description": "watsonx.ai project id scoping all inference calls. Find it under your project → Manage → General → Project ID. Provide this or WATSONX_SPACE_ID."
},
{
"name": "WATSONX_SPACE_ID",
"description": "watsonx.ai deployment space id. Alternative to WATSONX_PROJECT_ID."
},
{
"name": "WATSONX_URL",
"description": "Regional watsonx.ai inference host. Defaults to https://us-south.ml.cloud.ibm.com. Other regions: eu-de, eu-gb, jp-tok, au-syd, ca-tor."
},
{
"name": "WATSONX_MODEL_ID",
"description": "Default chat/generation Granite model id. Defaults to ibm/granite-3-8b-instruct."
},
{
"name": "WATSONX_EMBED_MODEL_ID",
"description": "Default embedding model id. Defaults to ibm/granite-embedding-278m-multilingual."
},
{
"name": "X402_FEE_PAYER_SOLANA",
"description": "Solana account that sponsors transaction fees for x402 payments. Defaults to the three.ws fee payer."
},
{
"name": "X402_FACILITATOR_URL",
"description": "x402 facilitator endpoint for payment verification and settlement. Defaults to https://facilitator.payai.network."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.nirholas/ibm-x402-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nirholas%2Fibm-x402-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}