Akil MCP - New York City Edition for LangChain
io.github.akilventures/akil-mcp
Agent-ready NYC public records. Hosted, source-backed civic data organized around durable anchors.
client:LangChain
transport:streamable-http
Install Akil MCP - New York City Edition in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"akil-mcp": {
"transport": "streamable_http",
"url": "https://mcp.askakil.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs