FlexYield — blockchain RPC gateway for LangChain
io.flexyield/gateway
RPC gateway for agents: six mainnets, measured failover, a key without signup, pay per call in USDC.
client:LangChain
transport:streamable-http
tools:35
Install FlexYield — blockchain RPC gateway in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gateway": {
"transport": "streamable_http",
"url": "https://flexyield.io/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
- get_key
- bind_key_start
- bind_key_complete
- claim_agent_start
- claim_agent_complete
- create_api_key
- configure_key
- revoke_api_key
- list_api_keys
- get_billing_status
- configure_services
- update_account
- join_enterprise_wishlist
- join_waitlist
- list_plans
- get_usage
- get_statement
- manage_tickets
- manage_feedback
- get_balances
- get_history
- get_prices
- get_tx_status
- resolve_ens