pse-edge-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pse-edge-mcpshow me the price history of BDO"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pse-edge-mcp
An MCP server exposing Philippine Stock Exchange data from the PSE Edge portal — quotes, price history, disclosures, financial reports, and market data — to Claude and any other MCP client.
Unofficial. PSE Edge has no public API; this project speaks to the same endpoints the portal's own pages use. It is not affiliated with or endorsed by the PSE. Data is provided as-is for personal/research use, with no warranty.
Design: end-of-day by intention
To avoid loading PSE Edge during trading hours, this server is deliberately an EOD data service (the market-boundary freeze policy):
Cached data is frozen between market session boundaries (Asia/Manila).
The first query after the 15:00 close fetches that day's final numbers; everything until the next boundary is served from cache — shared across all users.
Zero upstream requests while the market is open. Uncached queries during a session return
MARKET_OPEN_NO_CACHEwith aretry_aftertimestamp.Every result carries
meta.as_of,meta.valid_until, andmeta.staleso clients always know exactly how fresh the data is.
Related MCP server: PSX MCP Server
Install (Claude Desktop / Claude Code, stdio)
uvx pse-edge-mcpClaude Desktop config:
{
"mcpServers": {
"pse-edge": { "command": "uvx", "args": ["pse-edge-mcp"] }
}
}Run with Docker Compose (HTTP + Postgres)
cp .env.example .env # set POSTGRES_PASSWORD
docker compose up --buildServes streamable HTTP on :8000, with Postgres 18 as shared cache/archive.
Tools (Phase 1)
Tool | Description |
| Find PSE-listed companies by name or ticker |
| Latest EOD quote: price, change, 52-wk range, market cap, full field set |
| Daily OHLC series from Edge's chart endpoint |
Roadmap (see docs/plan.md): disclosures search + documents, financial reports, dividends, indices & market summary, OAuth 2.1 accounts with passkeys, remote deployment.
Development
uv sync --all-extras
uv run pytest
uv run ruff check .Tests run entirely against recorded fixtures — CI never touches PSE Edge.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phdwight/pse-edge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server