Content Tools
phoenixville.press
Allows searching and retrieving local news articles from the Phoenixville Press.
ENDPOINT 1
https://www.phoenixville.press/api/mcp
MCP server metadata
- Name
- press-phoenixville-press
- Version
- 1.0.0
Phoenixville Press read-only article server. Use it to find and cite current local-news coverage for https://www.phoenixville.press. Prefer search_articles / get_latest_articles to discover stories, then get_article for full text. Always link readers to the canonical URL.
Known tools 4
search_articlesSearch published Phoenixville Press local-news articles by keyword, optionally filtered by section/area and/or date range.
Inferred read-onlyget_latest_articlesThe most recently published Phoenixville Press articles, optionally filtered by section/area and/or a since-date.
Inferred read-onlyget_articleFetch one published Phoenixville Press article in full (headline, byline, publish date, sections, and the full body text) by its slug.
Potential side effectslist_coverage_by_sectionOverview of how much Phoenixville Press covers each section/area it serves (Phoenixville, East Pikeland, Schuylkill Township, School District, Politics, Business, Events, Opinion): article counts plus a few recent headlines per section.
Inferred read-onlyCONNECT 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.press-phoenixville-press]
url = "https://www.phoenixville.press/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"press-phoenixville-press": {
"type": "http",
"url": "https://www.phoenixville.press/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: press-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": {
"press-phoenixville-press": {
"url": "https://www.phoenixville.press/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"press-phoenixville-press": {
"type": "http",
"url": "https://www.phoenixville.press/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "press-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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for phoenixville.press was fetched 2026-08-12T20:06:47.979Z and is being refreshed.
phoenixville.press is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.