Sighttrue for LangChain
io.github.kaitzyy-dev/sighttrue
Measured readings on open-source dependencies: health, end-of-life, model prices, incidents.
client:LangChain
transport:streamable-http
tools:31
Install Sighttrue in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sighttrue": {
"transport": "streamable_http",
"url": "https://sighttrue.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
- check_before_install
- check_package
- check_stack
- search_repositories
- compare_repositories
- find_model
- check_eol
- check_provider
- list_readings
- who_can_publish
- package_weight_history
- withdrawn_but_installed
- typosquat_check
- funding_gap
- time_to_fix
- advisory_severity
- runtime_deadlines
- base_image_check
- registry_health
- provider_incidents
- provider_transparency
- provider_terms_changed
- model_price_history
- model_withdrawn