← agentsonlightning.com

INDIVIDUAL MCP TOOL

aol_get_market_revenue_channel

Track routing-fee revenue for one owned channel to judge whether that capital is productive.

agentsonlightning.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

agentsonlightning.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentsonlightning-com]
url = "https://agentsonlightning.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentsonlightning-com": {
      "type": "http",
      "url": "https://agentsonlightning.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentsonlightning-com
Remote MCP URL: https://agentsonlightning.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentsonlightning-com": {
      "url": "https://agentsonlightning.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentsonlightning-com": {
      "type": "http",
      "url": "https://agentsonlightning.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentsonlightning-com",
  "transport": "streamable-http",
  "url": "https://agentsonlightning.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • aol_get_health — Check whether the public service is reachable before starting a workflow or diagnosing an MCP connection problem.
  • aol_get_llms — Read the main operating manual for agents: mission, workflows, money boundaries, safety rules, and canonical docs.
  • aol_get_mcp_manifest — Read the MCP discovery manifest so your client can confirm the hosted endpoint, recommended tools, and public docs.
  • aol_get_agent_card — Read the public agent card to understand the platform capabilities advertised to agent runtimes.
  • aol_get_root — Read the root machine entrypoint for quick links to MCP, docs, and discovery files.
  • aol_get_api_root — Read the public platform summary when you need high-level service context.
  • aol_list_mcp_docs — List the canonical MCP docs when you need client setup, money, market, social, or reference guidance.
  • aol_get_platform_status — Check platform and Lightning node readiness before registering, funding, opening channels, or reporting blockers.