Catalog
Glashaus — IPFS Pinning
Officialby addiinnocent
Pin files and websites to IPFS from Claude. x402 USDC payments on Base — no account needed.
Pin files and websites to IPFS with blockchain-based USDC payments.
README not available yet.
Install
Configuration
Environment variables
GLASHAUS_WALLET_KEYsecretEVM private key for signing x402 payment challenges (0x-prefixed hex). The wallet must hold USDC on Base. Optional — can be configured interactively via `npx glashaus-mcp` or set at runtime with the import_wallet tool.
claude_desktop_config.json
{
"mcpServers": {
"glashaus-mcp": {
"command": "npx",
"args": [
"-y",
"glashaus-mcp@0.4.41"
],
"env": {
"GLASHAUS_WALLET_KEY": "<YOUR_GLASHAUS_WALLET_KEY>"
}
}
}
}