ArcAgent MCP for LangChain
io.github.araujota/arcagent-mcp
ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
client:LangChain
transport:streamable-http
runtime:npm
Install ArcAgent MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"arcagent-mcp": {
"transport": "streamable_http",
"url": "https://mcp.arcagent.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs