roastify mcp for LangChain
io.github.lonniev/roastify-mcp
Roastify Developer API MCP Service — Tollbooth DPYC monetization
client:LangChain
transport:streamable-http
tools:69
Install roastify mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"roastify-mcp": {
"transport": "streamable_http",
"url": "https://roastify-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
- roastify_check_balance
- roastify_purchase_credits
- roastify_check_payment
- roastify_restore_credits
- roastify_account_statement
- roastify_account_statement_infographic
- roastify_report_issue
- roastify_service_status
- roastify_get_operator_onboarding_status
- roastify_get_patron_onboarding_status
- roastify_session_status
- roastify_request_credential_channel
- roastify_receive_credentials
- roastify_forget_credentials
- roastify_request_patron_credentials
- roastify_receive_patron_credentials
- roastify_update_patron_credential
- roastify_update_operator_credential
- roastify_delete_patron_credential
- roastify_delete_operator_credential
- roastify_get_patron_credential_fields
- roastify_request_npub_proof
- roastify_receive_npub_proof
- roastify_check_proof_status