Daystruct for LangChain
ai.daystruct.api/daystruct
Find source-package workflows, inspect live prices and evidence, and connect with a scoped key.
client:LangChain
transport:streamable-http
tools:23
Install Daystruct in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"daystruct": {
"transport": "streamable_http",
"url": "https://api.daystruct.ai/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
- daystruct_status
- search_entities
- get_entity_evidence
- get_context_contract
- answer_software_questions
- check_security_exposure
- lookup_vulnerability
- check_release_support
- select_model
- read_recent_evidence_changes
- compat_check
- get_compat_verify_kit
- get_daystruct_validated_guidance
- list_daystruct_guidance_scopes
- resolve_task_capabilities
- create_task_session
- record_task_event
- get_task_session
- close_task_session
- search_daystruct_library
- resolve_daystruct_bundle
- discover_daystruct_capabilities
- prepare_daystruct_capabilities