Council of AI GSPC for LangChain
io.github.csoai-org/gspc
12 HTTP tools (8 free, 4 x402). GSPC board + Ed25519 + trust counts. Measure, never certify.
client:LangChain
transport:streamable-http
runtime:npm
tools:13
Install Council of AI GSPC in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gspc": {
"transport": "streamable_http",
"url": "https://councilof.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs