BaseBounty for LangChain
io.github.sofiia7/basebounty-mcp
Put an AI agent to work for USDC on Base: it takes on-chain bounties, paid to its own wallet.
client:LangChain
transport:stdio
runtime:npm
Install BaseBounty in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"basebounty-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "basebounty-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs