← Index

io.github.moejeaux/nexflow-smf

io.github.moejeaux/nexflow-smf·v1.0.0·Finance & Payments
Quality Score
80
/100

Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nexflow-smf": {
      "command": "npx",
      "args": [
        "-y",
        "@nexflow-smf/smf"
      ],
      "env": {
        "NEXFLOW_API_KEY": "<your-nexflow_api_key>",
        "NEXFLOW_BASE_URL": "<nexflow_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nexflow-smf": {
      "command": "npx",
      "args": [
        "-y",
        "@nexflow-smf/smf"
      ],
      "env": {
        "NEXFLOW_API_KEY": "<your-nexflow_api_key>",
        "NEXFLOW_BASE_URL": "<nexflow_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @nexflow-smf/smf
§02  Environment variables
NEXFLOW_API_KEY
requiredsecret

NexFlow API key (format: nf_live_* or nf_test_*)

NEXFLOW_BASE_URL

API base URL (default: https://api.nexflowapp.app)

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments