Skip to content
LangChain

API Acre for LangChain

com.apiacre/api-acre

73 x402-paid Base and Solana APIs with free discovery, samples, workflows, and Pixel Acre.

client:LangChain transport:streamable-http tools:73

Install API Acre in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "api-acre": {
            "transport": "streamable_http",
            "url": "https://apiacre.com/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

All 73 tools →

API Acre in other clients