INDIVIDUAL MCP TOOL
factreason_create_key
Get a FactReason API key for yourself, instantly, with no human, no signup and no card.
LIVE ENDPOINT
https://www.factreason.com/mcp
Connect to this endpoint to inspect the live schema for factreason_create_key and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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://www.factreason.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"factreason": {
"type": "http",
"url": "https://www.factreason.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: factreason
Remote MCP URL: https://www.factreason.com/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://www.factreason.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"factreason": {
"type": "http",
"url": "https://www.factreason.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "factreason",
"transport": "streamable-http",
"url": "https://www.factreason.com/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_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.factreason_deprecation_scan— Scan publisher specifications for deprecated endpoints or parameters, sunset dates, and replacement operations.