KlearFlow Relay
Machine-paid revenue intelligence and recovery for AI agents via x402 USDC on Base.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"klearflow-relay": {
"url": "https://klearflow.vercel.app/mcp"
}
}
}Remote endpoints
https://klearflow.vercel.app/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢inspect_revenue_opportunity(businessName, industry, missedCallsPerWeek, followUpMethod, interestLevel, ...)
Inspect a real business for missed-call revenue leakage, estimate recoverable monthly revenue, and return the recommended next commercial action. Launch execution costs $0.01 via x402 Base USDC.
Input Schema
{
"type": "object",
"properties": {
"businessName": {
"type": "string"
},
"industry": {
"type": "string"
},
"missedCallsPerWeek": {
"type": "number",
"minimum": 0
},
"followUpMethod": {
"type": "string",
"enum": [
"none",
"manual",
"email",
"text"
]
},
"interestLevel": {
"type": "string",
"enum": [
"just_curious",
"medium",
"high",
"urgent"
]
},
"zipCode": {
"type": "string"
},
"averageJobValue": {
"type": "number",
"minimum": 0
},
"estimatedRecoveryRate": {
"type": "number",
"minimum": 0,
"maximum": 1
}
},
"required": [
"industry",
"missedCallsPerWeek",
"followUpMethod"
],
"additionalProperties": false
}⚪recover_revenue(eventType, businessName, industry, customerFirstName, minutesSinceEvent, ...)
Turn a missed call, stale lead, unanswered quote, appointment no-show, or failed payment into a prioritized recovery decision packet. No external message is sent; the caller executes the returned action. Launch execution costs $0.05 via x402 Base USDC.
Input Schema
{
"type": "object",
"properties": {
"eventType": {
"type": "string",
"enum": [
"missed_call",
"stale_lead",
"quote_unanswered",
"appointment_no_show",
"payment_failed"
]
},
"businessName": {
"type": "string"
},
"industry": {
"type": "string"
},
"customerFirstName": {
"type": "string"
},
"minutesSinceEvent": {
"type": "number",
"minimum": 0
},
"averageOpportunityValue": {
"type": "number",
"minimum": 0
},
"priorAttempts": {
"type": "integer",
"minimum": 0
},
"preferredChannel": {
"type": "string",
"enum": [
"auto",
"sms",
"email",
"phone_task"
]
},
"bookingUrl": {
"type": "string"
},
"paymentUrl": {
"type": "string"
}
},
"required": [
"eventType",
"minutesSinceEvent"
],
"additionalProperties": false
}Community
Evidence