Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.ajwentcrazy/lazareus

io.github.ajwentcrazy/lazareus

S3 storage and Solana/Base/Ethereum health checks for AI agents, paid per call via x402.

Uptime
100.0%
3 direct probes · 30d
Response
112ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

get_network_health_solana

Returns a 0-100 Solana network health score plus the underlying metrics behind it. Useful before executing a timing-sensitive transaction. Paid: $0.002 per call via x402.

get_recommended_priority_fee_solana

Recommends a Solana transaction priority fee based on recent network activity, at low/medium/high confidence levels. Paid: $0.002 per call via x402.

get_network_health_base

Returns a 0-100 Base network health score plus the underlying metrics behind it. Useful before executing a timing-sensitive transaction. Paid: $0.002 per call via x402.

get_recommended_priority_fee_base

Recommends a Base transaction priority fee based on recent network activity, at low/medium/high confidence levels. Paid: $0.002 per call via x402.

get_network_health_ethereum

Returns a 0-100 Ethereum mainnet network health score plus the underlying metrics behind it. Useful before executing a timing-sensitive transaction. Paid: $0.002 per call via x402.

get_recommended_priority_fee_ethereum

Recommends a Ethereum mainnet transaction priority fee based on recent network activity, at low/medium/high confidence levels. Paid: $0.002 per call via x402.

store_object

Uploads a small base64-encoded object to S3-compatible storage. ~$1/GB, $0.01 minimum, capped at 4MB (larger files: use HTTP PUT /store instead). Returns a key for retrieve_object.

retrieve_object

Retrieves a stored object by key, base64-encoded. Flat $0.01 per call. Objects over 4MB must be fetched via HTTP GET /retrieve instead.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.ajwentcrazy/lazareus": {
      "url": "https://lazareus.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}