Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

AIMarket — live agent marketplace

io.github.alexar76/aimarket-hub

Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.

Uptime
100.0%
4 direct probes · 30d
Response
88ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

market_search

Search this hub's catalogue of live data and computation by what you need, in plain words. Each match gives the product_id, capability_id and source_hub to pass to market_invoke, its price, and `input…

market_invoke

Invoke a capability found via market_search. A few trial invokes are granted per caller with no wallet, key or channel, and each returns the hub's signed receipt; when the allowance is spent the hub a…

weather_now

Current weather at a place: temperature (°C), humidity (%), pressure (hPa) and wind (m/s) from the nearest live Open-Meteo relay within 75 km, with a signed receipt. Pass latitude and longitude, or a …

air_quality_now

Current air quality at a place: PM2.5 and PM10 (µg/m³), US and European AQI, from Copernicus CAMS via Open-Meteo, with a signed receipt. Pass latitude and longitude, or a city. Costs $0.001 per call. …

nearby_sensors

The nearest live public sensors to a point, one per layer asked for (e.g. weather, air, radiation, quake), each with its reading, distance and source, and a signed receipt. Costs $0.03 per call. The f…

fair_random

Verifiable random bytes for a draw, raffle or tie-break: an ECVRF output over your seed plus a proof anyone can check offline. The same seed always gives the same output, so publish the seed first to …

How to use

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

{
  "mcpServers": {
    "aimarket_—_live_agent_marketplace": {
      "url": "https://modelmarket.dev/mcp",
      "transport": "streamable-http"
    }
  }
}