tollbooth authority newengland for LangChain
io.github.lonniev/tollbooth-authority-newengland
Tollbooth Authority New England — sub-regional certifier under North America
client:LangChain
transport:streamable-http
tools:68
Install tollbooth authority newengland in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tollbooth-authority-newengland": {
"transport": "streamable_http",
"url": "https://tollbooth-authority-newengland.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
- authority_check_balance
- authority_purchase_credits
- authority_check_payment
- authority_restore_credits
- authority_account_statement
- authority_account_statement_infographic
- authority_report_issue
- authority_service_status
- authority_get_operator_onboarding_status
- authority_get_patron_onboarding_status
- authority_session_status
- authority_request_credential_channel
- authority_receive_credentials
- authority_forget_credentials
- authority_update_patron_credential
- authority_update_operator_credential
- authority_delete_patron_credential
- authority_delete_operator_credential
- authority_get_patron_credential_fields
- authority_request_npub_proof
- authority_receive_npub_proof
- authority_check_proof_status
- authority_oracle_how_to_join
- authority_oracle_get_tax_rate