INDIVIDUAL MCP TOOL
whoami
Returns the user the active Bearer token resolves to (or "service" for the platform key).
LIVE ENDPOINT
https://api.falcata.io/mcp
Connect to this endpoint to inspect the live schema for whoami 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.furnace]
url = "https://api.falcata.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"furnace": {
"type": "http",
"url": "https://api.falcata.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: furnace
Remote MCP URL: https://api.falcata.io/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": {
"furnace": {
"url": "https://api.falcata.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"furnace": {
"type": "http",
"url": "https://api.falcata.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "furnace",
"transport": "streamable-http",
"url": "https://api.falcata.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
me_get— Consolidated view of your own account: identity (id, email, name), display profile (name + avatar), marketing email consent, notification preferences, and per-app subscriptions (`subscriptions`; the singular `subscription` field is the deprecated legacy-app view).me_update_profile— Update your own display name and/or avatar URL.me_notification_prefs_get— Your in-app notification preferences.me_notification_pref_set— Enable or disable one suppressible notification type for yourself (e.g.me_ai_prefs_get— Your generative-AI feature preferences.me_ai_pref_set— Turn one catalogued generative-AI feature on or off for yourself (`assistant` or `narration`).me_ai_features_get— Whether each generative-AI feature is usable by you right now, and why not when it is not: `not_entitled` (your plan), `preference_off` (your own setting), or `budget_exhausted` (allowance spent — includes the binding window and how much is left).me_email_consents_get— Your marketing email consent for every app that sends updates, one row per app with its display name and subscriber status.