{"status":"ok","service":"LION x402 MCP server","protocolVersion":"2024-11-05","transport":"streamable-http","serverInfo":{"name":"lion-x402","version":"1.0.0"},"tools":[{"name":"lion_location_solar_enrichment","description":"Pass an address or lat/lon and receive one structured JSON: geocode (lat, lon, country, place class, bounding box), terrain (elevation_m), and solar potential (annual irradiation kWh/m2, optimal PV yield kWh/kWp, optimal tilt). For real-estate, solar, logistics, and site-selection agents. Keyless: OpenStreetMap Nominatim + Open-Elevation + EU PVGIS. Place/property/solar only, no people, no PII. Paid per call in USDC on Base via x402. [x402 paid tool: GET /api/x402/location-solar-enrichment-json?src=mcp returns the 402 challenge with the canonical payTo; price 0.02 USDC on Base eip155:8453.]","inputSchema":{"type":"object","properties":{"address":{"type":"string","description":"Free-form place/property address to geocode. Provide this OR lat+lon."},"lat":{"type":"number","description":"Latitude (-90..90). Use with lon to skip geocoding."},"lon":{"type":"number","description":"Longitude (-180..180). Use with lat."}}}},{"name":"lion_web_enrichment_bundle","description":"Score a topic, brand, company, or domain and receive one structured numeric/boolean JSON enrichment vector. Built for agent context budgets: strict structured output, no raw fetched text, no PII passthrough. Paid per call in USDC on Base via x402. [x402 paid tool: GET /api/x402/web-enrichment-bundle-json?src=mcp returns the 402 challenge with the canonical payTo; price 0.01 USDC on Base eip155:8453.]","inputSchema":{"type":"object","required":["entity"],"properties":{"entity":{"type":"string","description":"Topic/brand/company/domain to score, e.g. \"Coinbase\", \"base.org\", \"stablecoins\". Echoed back; never used to fetch or return personal data."}}}},{"name":"lion_adaptive_query","description":"Flagship multi-source Base data query: live Base DEX market data, token risk cards (GoPlus), DeFi yield pools (DefiLlama), and curated static datasets, selected by source. Sub-cent per call in USDC on Base via x402. [x402 paid tool: GET /api/x402/adaptive-query?src=mcp returns the 402 challenge with the canonical payTo; price 0.005 USDC on Base eip155:8453.]","inputSchema":{"type":"object","properties":{"source":{"type":"string","description":"Which LION data source to query: base_dex, token_risk, defi_yields, wallet_intent, ai_tools."},"token":{"type":"string","description":"Base token address (0x...) when source=token_risk."}}}},{"name":"lion_token_risk_indicators","description":"Security/risk card for a Base token: honeypot, buy/sell tax, mintable, owner, open-source, LP holders, holder count. Pass a token address. Paid per call in USDC on Base via x402. [x402 paid tool: GET /api/x402/token-risk-indicators-json?src=mcp returns the 402 challenge with the canonical payTo; price 0.01 USDC on Base eip155:8453.]","inputSchema":{"type":"object","required":["token"],"properties":{"token":{"type":"string","description":"Base token contract address (0x...)."}}}},{"name":"lion_declare_need","description":"FREE. Tell LION exactly what data or capability you need (and your max price), and LION returns the best-matching available tool to call - so you stop guessing. Every declaration also helps LION build what agents actually want. No payment to use this tool.","inputSchema":{"type":"object","required":["need"],"properties":{"need":{"type":"string","description":"Plain-language description of what you need, e.g. \"solar potential for an address\", \"is this Base token a honeypot\", \"live DEX price for a Base pair\"."},"category":{"type":"string","description":"Optional category hint, e.g. location, token_risk, market_data, enrichment."},"max_price_usdc":{"type":"number","description":"Optional max price per call you would pay in USDC."}}}}]}