← springford.press
INDIVIDUAL MCP TOOL
get_article
Fetch one published Spring-Ford Press article in full (headline, byline, publish date, sections, and the full body text) by its slug.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
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.springford-press]
url = "https://www.springford.press/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"springford-press": {
"type": "http",
"url": "https://www.springford.press/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: springford-press
Remote MCP URL: https://www.springford.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": {
"springford-press": {
"url": "https://www.springford.press/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"springford-press": {
"type": "http",
"url": "https://www.springford.press/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "springford-press",
"transport": "streamable-http",
"url": "https://www.springford.press/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_articles— Search published Spring-Ford Press local-news articles by keyword, optionally filtered by section/area and/or date range.get_latest_articles— The most recently published Spring-Ford Press articles, optionally filtered by section/area and/or a since-date.list_coverage_by_section— Overview of how much Spring-Ford Press covers each section/area it serves (Business, Events, Limerick, Opinion, Politics, Royersford, School District, Spring City, Upper Providence): article counts plus a few recent headlines per section.