← phoenixville.press
INDIVIDUAL MCP TOOL
get_latest_articles
The most recently published Phoenixville Press articles, optionally filtered by section/area and/or a since-date.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.phoenixville-press]
url = "https://www.phoenixville.press/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"phoenixville-press": {
"type": "http",
"url": "https://www.phoenixville.press/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: phoenixville-press
Remote MCP URL: https://www.phoenixville.press/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"phoenixville-press": {
"url": "https://www.phoenixville.press/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"phoenixville-press": {
"type": "http",
"url": "https://www.phoenixville.press/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "phoenixville-press",
"transport": "streamable-http",
"url": "https://www.phoenixville.press/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_articles— Search published Phoenixville Press local-news articles by keyword, optionally filtered by section/area and/or date range.get_article— Fetch one published Phoenixville Press article in full (headline, byline, publish date, sections, and the full body text) by its slug.list_coverage_by_section— Overview of how much Phoenixville Press covers each section/area it serves (Business, Events, Opinion, Politics, Phoenixville, East Pikeland, Schuylkill Township, School District): article counts plus a few recent headlines per section.