cypher mcp for LangChain
io.github.lonniev/cypher-mcp
Monetized graph answers via named Cypher queries — Tollbooth DPYC operator
client:LangChain
transport:streamable-http
tools:112
Install cypher mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cypher-mcp": {
"transport": "streamable_http",
"url": "https://cypher-mcp.fastmcp.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- cypher_check_balance
- cypher_purchase_credits
- cypher_check_payment
- cypher_restore_credits
- cypher_account_statement
- cypher_account_statement_infographic
- cypher_report_issue
- cypher_service_status
- cypher_get_operator_onboarding_status
- cypher_get_patron_onboarding_status
- cypher_session_status
- cypher_request_credential_channel
- cypher_receive_credentials
- cypher_forget_credentials
- cypher_update_patron_credential
- cypher_update_operator_credential
- cypher_delete_patron_credential
- cypher_delete_operator_credential
- cypher_get_patron_credential_fields
- cypher_request_npub_proof
- cypher_receive_npub_proof
- cypher_check_proof_status
- cypher_oracle_how_to_join
- cypher_oracle_get_tax_rate