Spoolis for LangChain
com.spoolis/mcp
Verify work against acceptance criteria; signed receipts attest what passed and was earned.
client:LangChain
transport:streamable-http
runtime:npm
tools:32
Install Spoolis in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://spoolis.com/api/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
- verify_result
- run_sandbox_scenario
- compile_spool
- create_spool
- get_spool
- get_receipt_status
- request_review
- get_review
- decide_review
- open_dispute
- get_dispute
- list_discrepancies
- open_discrepancy
- resolve_discrepancy
- list_sources
- add_source
- sync_source
- list_facts
- run_matching
- list_matches
- create_counterparty_invite
- propose_spool
- accept_spool
- amend_spool