INDIVIDUAL MCP TOOL
factreason_deprecation_scan
Scan publisher specifications for deprecated endpoints or parameters, sunset dates, and replacement operations.
LIVE ENDPOINT
https://factgrid.co.uk/mcp
Connect to this endpoint to inspect the live schema for factreason_deprecation_scan and invoke it with your own arguments.
Indexed 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 server
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.factreason]
url = "https://factgrid.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"factreason": {
"type": "http",
"url": "https://factgrid.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: factreason
Remote MCP URL: https://factgrid.co.uk/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": {
"factreason": {
"url": "https://factgrid.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"factreason": {
"type": "http",
"url": "https://factgrid.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "factreason",
"transport": "streamable-http",
"url": "https://factgrid.co.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
factreason_package_upgrade_advisory— Compare two exact published npm or PyPI versions and return publisher-declared registry metadata changes, including yanks, exports, module format, runtime floors, peers, and licences, with before/after evidence.factreason_api_breaking_changes— Compare two versions of a third-party API and return breaking changes, including removed endpoints, parameter type changes, removed request body fields, and migration guides.factreason_api_schema— Search exact request and response schemas for third-party API endpoints.factreason_integration_brief— Compile one callable third-party API brief: base URL, auth scheme, required parameters and types, request body, and documented response codes.factreason_discover_api— Find third-party APIs for a capability when the provider is unknown.factreason_create_key— Get a FactReason API key for yourself, instantly, with no human, no signup and no card.factreason_create_topup_link— Create a Stripe Checkout URL for adding prepaid credit to the calling Bearer API key.factreason_component_spec— Look up electronics component pin assignments, voltage range, package, and alternatives.