← Registry

Content Tools

pottstown.press

Search and retrieve local news articles from Pottstown Press.

1 endpoint4 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://www.pottstown.press/api/mcp

No auth detected

MCP server metadata

Name
press-pottstown-press
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_articles

Search published Pottstown Press local-news articles by keyword, optionally filtered by section/area and/or date range.

Inferred read-only
get_latest_articles

The most recently published Pottstown Press articles, optionally filtered by section/area and/or a since-date.

Inferred read-only
get_article

Fetch one published Pottstown Press article in full (headline, byline, publish date, sections, and the full body text) by its slug.

Potential side effects
list_coverage_by_section

Overview 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-only

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.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.

Trust status Neutral

pottstown.press is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.