← Registry

API Tools

secure-flows.com

Provides session management and authentication APIs for workspace users using Firebase ID tokens, including creation, retrieval, identity, and encrypted session payload manipulation.

2 endpoints36 known toolsFirst detected August 20, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.secure-flows.com/mcp

No auth detected

MCP server metadata

Name
secureflows-mcp-server
Version
0.2.0
Capabilities
loggingtools.listChanged

Known tools 18

get_sessions

Returns the decrypted session payload for the authenticated internal session token.

Inferred read-only
post_sessions

Verifies **Firebase** ID token, creates a session for **`workspaceName`**, stores serialized **`payload`** (defaults to `{}` when omitted), and returns **`sessionToken`** (JWT; subject = internal session id).

Inferred read-only
get_sessions_identity

Returns the workspace end-user's **`userId`** and **email** for the authenticated session token.

Potential side effects
post_sessions_get_or_create

Verifies **Firebase** ID token.

Inferred read-only
post_sessions_renew_session_token

Verifies **Firebase** ID token.

Inferred read-only
post_sessions_set_key

Sets a key in the encrypted session payload and returns the updated decrypted payload.

Inferred read-only
get_sessions_get_key

Retrieves the decrypted payload value for `key`.

Inferred read-only
delete_sessions_delete_key

Removes `key` from the session payload and returns `true` if the key existed.

Inferred read-only
post_sessions_revoke

Revokes the session referenced by the internal SESSION Bearer token.

Inferred read-only
auth_session_callback

**Browser redirect endpoint** used after hosted `/app/sessions/login`.

Inferred read-only
get_auth_logout

Browser-friendly logout endpoint for **cross-site** clients (e.

Inferred read-only
post_auth_logout

Logs out the current session **without revoking** it.

Inferred read-only
get_sessions_my

Returns a page of sessions for the current user within the current workspace.

Inferred read-only
post_sessions_revoke_session_id

Self-service dashboard endpoint.

Inferred read-only
get_docs_search

Embeds the query with Ollama (`nomic-embed-text`) and returns the closest public doc chunks from the environment's search index (pgvector).

Inferred read-only
secureflows_build_login_url

Builds a correct hosted-login redirect URL.

Inferred read-only
secureflows_build_logout_url

Builds a correct redirect-logout URL and refuses to build one that violates the two documented logout anti-patterns: a redirect_uri pointing at /callback (SPA callback handlers treat the tokenless return as a failed login and loop), and a redirect_uri that itself embeds session_token (silently renews the old session instead of signing out).

Inferred read-only
secureflows_lint_integration

Checks source you already generated against the secureFlows integration rules.

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.secureflows-mcp-server]
url = "https://www.secure-flows.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "secureflows-mcp-server": {
      "type": "http",
      "url": "https://www.secure-flows.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: secureflows-mcp-server
Remote MCP URL: https://www.secure-flows.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": {
    "secureflows-mcp-server": {
      "url": "https://www.secure-flows.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "secureflows-mcp-server": {
      "type": "http",
      "url": "https://www.secure-flows.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "secureflows-mcp-server",
  "transport": "streamable-http",
  "url": "https://www.secure-flows.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://www.secure-flows.com/mcp?alias=secure-flows

No auth detected

MCP server metadata

Name
secureflows-mcp-server
Version
0.2.0
Capabilities
loggingtools.listChanged

Known tools 18

get_sessions

Returns the decrypted session payload for the authenticated internal session token.

Inferred read-only
post_sessions

Verifies **Firebase** ID token, creates a session for **`workspaceName`**, stores serialized **`payload`** (defaults to `{}` when omitted), and returns **`sessionToken`** (JWT; subject = internal session id).

Inferred read-only
get_sessions_identity

Returns the workspace end-user's **`userId`** and **email** for the authenticated session token.

Potential side effects
post_sessions_get_or_create

Verifies **Firebase** ID token.

Inferred read-only
post_sessions_renew_session_token

Verifies **Firebase** ID token.

Inferred read-only
post_sessions_set_key

Sets a key in the encrypted session payload and returns the updated decrypted payload.

Inferred read-only
get_sessions_get_key

Retrieves the decrypted payload value for `key`.

Inferred read-only
delete_sessions_delete_key

Removes `key` from the session payload and returns `true` if the key existed.

Inferred read-only
post_sessions_revoke

Revokes the session referenced by the internal SESSION Bearer token.

Inferred read-only
auth_session_callback

**Browser redirect endpoint** used after hosted `/app/sessions/login`.

Inferred read-only
get_auth_logout

Browser-friendly logout endpoint for **cross-site** clients (e.

Inferred read-only
post_auth_logout

Logs out the current session **without revoking** it.

Inferred read-only
get_sessions_my

Returns a page of sessions for the current user within the current workspace.

Inferred read-only
post_sessions_revoke_session_id

Self-service dashboard endpoint.

Inferred read-only
get_docs_search

Embeds the query with Ollama (`nomic-embed-text`) and returns the closest public doc chunks from the environment's search index (pgvector).

Inferred read-only
secureflows_build_login_url

Builds a correct hosted-login redirect URL.

Inferred read-only
secureflows_build_logout_url

Builds a correct redirect-logout URL and refuses to build one that violates the two documented logout anti-patterns: a redirect_uri pointing at /callback (SPA callback handlers treat the tokenless return as a failed login and loop), and a redirect_uri that itself embeds session_token (silently renews the old session instead of signing out).

Inferred read-only
secureflows_lint_integration

Checks source you already generated against the secureFlows integration rules.

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.secureflows-mcp-server]
url = "https://www.secure-flows.com/mcp?alias=secure-flows"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "secureflows-mcp-server": {
      "type": "http",
      "url": "https://www.secure-flows.com/mcp?alias=secure-flows"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: secureflows-mcp-server
Remote MCP URL: https://www.secure-flows.com/mcp?alias=secure-flows

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": {
    "secureflows-mcp-server": {
      "url": "https://www.secure-flows.com/mcp?alias=secure-flows"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "secureflows-mcp-server": {
      "type": "http",
      "url": "https://www.secure-flows.com/mcp?alias=secure-flows"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "secureflows-mcp-server",
  "transport": "streamable-http",
  "url": "https://www.secure-flows.com/mcp?alias=secure-flows"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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