io.github.moejeaux/nexflow-smf✓
io.github.moejeaux/nexflow-smf · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.moejeaux/nexflow-smf",
"description": "Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments.",
"repository": {
"url": "https://github.com/moejeaux/nexflow-smf-public",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@nexflow-smf/smf",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "NexFlow API key (format: nf_live_* or nf_test_*)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NEXFLOW_API_KEY"
},
{
"description": "API base URL (default: https://api.nexflowapp.app)",
"format": "string",
"name": "NEXFLOW_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}