agentfeeds.jp for LangChain
jp.agentfeeds.api/agentfeeds
Japan regulatory, sanctions & DEX market data for AI agents via x402 (USDC on Base).
client:LangChain
transport:streamable-http
tools:6
Install agentfeeds.jp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agentfeeds": {
"transport": "streamable_http",
"url": "https://api.agentfeeds.jp/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs