pse edge mcp for LangChain
io.github.phdwight/pse-edge-mcp
Philippine Stock Exchange data via PSE Edge: EOD quotes, price history, disclosures, financials.
client:LangChain
transport:streamable-http
runtime:pypi
Install pse edge mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pse-edge-mcp": {
"transport": "streamable_http",
"url": "https://pse.sakayandgo.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs