ENDPOINT 1
https://www.pottstown.press/api/mcp
MCP server metadata
- Name
- press-pottstown-press
- Version
- 1.0.0
Pottstown Press read-only article server. Use it to find and cite current local-news coverage for https://www.pottstown.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 Pottstown Press local-news articles by keyword, optionally filtered by section/area and/or date range.
Inferred read-onlyget_latest_articlesThe most recently published Pottstown Press articles, optionally filtered by section/area and/or a since-date.
Inferred read-onlyget_articleFetch one published Pottstown 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 Pottstown Press covers each section/area it serves (Business, Events, Opinion, Politics, Pottstown, Lower Pottsgrove, Upper Pottsgrove, West Pottsgrove, School District): 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-pottstown-press]
url = "https://www.pottstown.press/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"press-pottstown-press": {
"type": "http",
"url": "https://www.pottstown.press/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: press-pottstown-press
Remote MCP URL: https://www.pottstown.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-pottstown-press": {
"url": "https://www.pottstown.press/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"press-pottstown-press": {
"type": "http",
"url": "https://www.pottstown.press/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "press-pottstown-press",
"transport": "streamable-http",
"url": "https://www.pottstown.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 pottstown.press was fetched 2026-08-03T18:41:38.126Z and is being refreshed.
pottstown.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.