Skip to content
LangChain

LowlandData Procurement & Permit Alerts for LangChain

com.lowlanddata/procurement-alerts

Alerts on official data: US and EU tenders, federal awards and grants, permits, MAP violations.

client:LangChain transport:streamable-http

Install LowlandData Procurement & Permit Alerts in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "procurement-alerts": {
            "transport": "streamable_http",
            "url": "https://mcp.apify.com/?actors=lowlanddata/us-rfp-monitor,lowlanddata/eu-tender-monitor,lowlanddata/france-public-tender-monitor,lowlanddata/usa-federal-award-monitor,lowlanddata/building-permit-monitor,lowlanddata/map-price-violation-monitor,lowlanddata/grants-gov-monitor",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

LowlandData Procurement & Permit Alerts in other clients