apix402 for LangChain
com.api402x/apix402
Live onchain governance, vesting, oracle and Safe authority checks. Free samples over MCP.
client:LangChain
transport:streamable-http
Install apix402 in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"apix402": {
"transport": "streamable_http",
"url": "https://api402x.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs