Transform your AI agents into revenue-generating businesses with seamless blockchain payments.
Fluora MCP enables AI agents to discover, access, and pay for monetized services across the web. Built on blockchain technology with automatic payment processing using USDC on Base network.
Edit your Claude Desktop config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fluora-registry": {
"command": "npx",
"args": ["fluora-mcp"],
"env": {
"ENABLE_REQUEST_ELICITATION": "true",
"ELICITATION_THRESHOLD": "0.01"
}
}
}
}Add to your VS Code MCP settings:
{
"mcpServers": {
"fluora-registry": {
"command": "npx",
"args": ["fluora-mcp"],
"env": {
"ENABLE_REQUEST_ELICITATION": "true",
"ELICITATION_THRESHOLD": "0.01"
}
}
}
}Note: Exact location depends on your MCP extension (Cline vs Continue).
Install from GitHub for best compatibility:
# Clone and build
git clone https://github.com/fluora-ai/fluora-mcp.git
cd fluora-mcp
npm install
npm run build
# Add to mcporter
mcporter config add fluora --command "node /path/to/fluora-mcp/build/index.js"
# Verify installation
mcporter list fluora
mcporter call fluora.exploreServices category=PDFOpenClaw users: The MCP server will be automatically available to your agent after adding it to mcporter.
When you first run fluora-mcp:
- ✅ A wallet is automatically generated at
~/.fluora/wallets.json - ✅ The MCP server starts and loads the services on the fluora registry
- ✅ Your wallet addresses are ready:
- Testnet (Base Sepolia): Check ~/.fluora/wallets.json
- Mainnet (Base): Check ~/.fluora/wallets.json
# Backup your wallet file (contains private keys)
cp ~/.fluora/wallets.json ~/fluora-wallet-backup.json- Fund your wallet (see Funding Your Wallet below)
- Restart Claude Desktop/VS Code to load the MCP server
- Ask your AI: "What services are available on Fluora?"
To use paid services, you need USDC in your wallet.
-
Get your mainnet address:
bash cat ~/.fluora/wallets.json | grep -A 1 MAINNET -
Transfer USDC on Base network - Recommended: Transfer $1 to start - Network: Base (not Ethereum mainnet!) - Token: USDC
💡 Tip: Most services cost $0.001-0.02 per call, so $1 goes a long way!
- 🔍 Service Discovery: Access 76+ monetized services (Browse All)
- PDF Generation & Conversion - DeFi Data & Analytics (Solana, Base) - Web Scraping & Screenshots - AI Research & Analysis
-
IG/Twitter Scraping - And more...
-
💳 Auto Payments: Seamless USDC transactions on Base blockchain
-
🤖 AI Integration: Works with Claude Desktop, VS Code, OpenClaw, and any MCP client
-
🔐 Secure Wallets: Auto-generated private keys stored locally
-
📊 Real-time: Live service status, pricing, and availability
# Ask your AI agent:
"What PDF services are available via Fluora?"
"Show me DeFi operations under $1 on Fluora"
"Take a screenshot of <website URL> using Fluora "
- USDC on Base: Testnet (Sepolia) and Mainnet support
- Auto-signing: Transactions signed automatically
- Instant settlement: Real-time payment verification
- Secure storage: Private keys never leave your machine
- MCP Standard: Full Model Context Protocol compatibility
- Multiple Transports: STDIO and Server-Sent Events (SSE)
- Rich Logging: Winston-based logging with configurable levels
- Error Handling: Graceful degradation and detailed reporting
MCP_TRANSPORT=stdio # stdio | sse
FLUORA_API_URL=https://api.fluora.ai/api # For local development
LOG_LEVEL=INFO # DEBUG | INFO | WARN | ERROR
ENABLE_UNSAFE_DIRECT_ACCESS=false # CAUTION! Only for development intent
ENABLE_REQUEST_ELICITATION=true # Usage control over services
Where to put env vars:
- Claude Desktop: Set in your shell profile (
~/.zshrcor~/.bashrc) - VS Code: Use extension settings or
.envfile - OpenClaw: Set in your shell or OpenClaw config
Wallets auto-generate at ~/.fluora/wallets.json:
{
"USDC_BASE_SEPOLIA": {
"privateKey": "0x...",
"address": "0x..."
},
"USDC_BASE_MAINNET": {
"privateKey": "0x...",
"address": "0x..."
}
}# Check if wallet exists
ls -la ~/.fluora/wallets.json
# Check logs
tail -f ~/.fluora/fluora-mcp.log- Check your wallet balance on Base Sepolia/Mainnet
- Most services cost $0.001-0.02
- Fund with testnet USDC first to test
- Verify config:
cat ~/Library/Application\ Support/Claude/claude_desktop_config.json - Restart Claude Desktop completely (quit and reopen)
- Check Developer Tools (Cmd+Option+I on Mac) for errors
# Test server directly
npx fluora-mcp
# Should show: "Request elicitation for MCP services (Human-In-The-Loop for purchase), ENABLED"
# Should list 76+ services
These warnings are non-critical but will be addressed in future updates.
- Local Storage: Private keys stored locally, never transmitted
- Blockchain Native: All payments verified on-chain
- X402 Protocol: Standardized payment verification
- No Data Retention: Service data not stored or logged
⚠️ BACKUP YOUR WALLET: Losing~/.fluora/wallets.json= losing funds
- Site: fluora.ai
- Issues: GitHub Issues
- Contact: contact@fluora.ai
MIT License - Built with ❤️ for the AI economy
Ready to monetize your AI services?
npm install -g fluora-mcp && fluora-mcp