compute.pangle.online — GPU rental market for LangChain
online.pangle.compute/gpu-rental-market
Live GPU rental market: 2,500+ offers across a dozen provider feeds. History, watches, limit orders.
client:LangChain
transport:streamable-http
tools:25
Install compute.pangle.online — GPU rental market in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gpu-rental-market": {
"transport": "streamable_http",
"url": "https://compute.pangle.online/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- search_offers
- get_offer
- market_stats
- price_history
- idle_history
- best_value
- provider_reliability
- price_position
- spot_spread
- will_it_fit
- true_cost_notes
- register_account
- account_usage
- create_watch
- watch_status
- delete_watch
- create_limit_order
- limit_order_status
- cancel_limit_order
- rent_x402
- rent_offer
- rent_best
- rental_status
- destroy_rental