
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
mcparmory-polygon
Advanced tools
Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news
Base URL: https://api.massive.com
| Category | Finance |
| Tools | 126 |
| Auth | Bearer Token |
BEARER_TOKEN=YOUR_BEARER_TOKEN \
uvx mcparmory-polygon
pip install mcparmory-polygon
BEARER_TOKEN=YOUR_BEARER_TOKEN \
mcparmory-polygon
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"polygon": {
"command": "uvx",
"args": ["mcparmory-polygon"],
"env": {
"BEARER_TOKEN": "YOUR_BEARER_TOKEN"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
BEARER_TOKEN — Bearer tokenDo not commit credentials to version control.
First, configure your credentials in .env (see Credentials above).
pip install -r requirements.txt
python server.py
Edit .mcp.json and replace <SERVER_DIR> with the absolute path to this directory, then add to your MCP client configuration.
Example (if server is at /home/user/mcp-servers/polygon):
{
"mcpServers": {
"polygon": {
"command": "python",
"args": ["/home/user/mcp-servers/polygon/server.py"]
}
}
}
docker run -p 8000:8000 \
-e BEARER_TOKEN=YOUR_BEARER_TOKEN \
ghcr.io/mcparmory/polygon:latest
First, configure your credentials in .env (see Credentials above).
docker build -t polygon .
docker run -p 8000:8000 --env-file .env polygon
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"polygon": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
}
.env - Credentials and server configuration.mcp.json - MCP client config templateDockerfile - Container buildLICENSE - MIT license for this generated coderequirements.txt - Python dependenciesREADME.md - This fileserver.py - MCP server entry point_auth.py - Authentication handlers_models.py - Request/response models_validators.py - Input validationNote: Files starting with . are hidden by default on macOS/Linux. Use ls -a in terminal or enable "Show hidden files" in your file manager to see .env and .mcp.json.
Generated by MCP Blacksmith · Quickstart docs · Report a bug
FAQs
Access stock, crypto, and ETF market data, analyst ratings, earnings, and financial news
We found that mcparmory-polygon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.