Fluora MCP
Enables AI agents to discover and pay for monetized services such as PDF processing and DeFi operations using USDC on the Base blockchain. It provides automatic payment processing and secure local wallet management for seamless integration with MCP-compatible clients.
README
🌟 Fluora MCP - Monetized AI Agent Services
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.
🚀 Quick Start
Claude Desktop
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"
}
}
}
}
VS Code (Cline/Continue Extension)
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).
🦞 OpenClaw Integration
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=PDF
OpenClaw users: The MCP server will be automatically available to your agent after adding it to mcporter.
🎬 What Happens After Install
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
⚠️ IMPORTANT: Backup your wallet!
# Backup your wallet file (contains private keys)
cp ~/.fluora/wallets.json ~/fluora-wallet-backup.json
Next Steps:
- 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?"
💰 Funding Your Wallet
To use paid services, you need USDC in your wallet.
For Production (Mainnet)
-
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!
✨ What You Get
- 🔍 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
🎯 Core Features
Service Discovery
# 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 "
Automatic Payments
- 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
Developer Experience
- 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
🛠 Configuration
Environment Variables
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
Wallet Setup
Wallets auto-generate at ~/.fluora/wallets.json:
{
"USDC_BASE_SEPOLIA": {
"privateKey": "0x...",
"address": "0x..."
},
"USDC_BASE_MAINNET": {
"privateKey": "0x...",
"address": "0x..."
}
}
🔧 Troubleshooting
Server Not Starting
# Check if wallet exists
ls -la ~/.fluora/wallets.json
# Check logs
tail -f ~/.fluora/fluora-mcp.log
"No Funds" Error
- Check your wallet balance on Base Sepolia/Mainnet
- Most services cost $0.001-0.02
- Fund with testnet USDC first to test
Claude Desktop Not Seeing Tools
- 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
Services Not Loading
# Test server directly
npx fluora-mcp
# Should show: "Request elicitation for MCP services (Human-In-The-Loop for purchase), ENABLED"
# Should list 76+ services
Deprecation Warnings
These warnings are non-critical but will be addressed in future updates.
🔐 Security
- 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
🤝 Support
- Site: fluora.ai
- Issues: GitHub Issues
- Contact: contact@fluora.ai
📄 License
MIT License - Built with ❤️ for the AI economy
Ready to monetize your AI services?
npm install -g fluora-mcp && fluora-mcp
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。