Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Fiskmas

REMOTE · MCP.FISKMAS.DEV · SCANNED SEP 20

Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.

Available components

59 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1277 tokens (~58/item across 22 items; 21 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management17
  • Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_account" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Fiskmas MCP server?

Fiskmas is a hosted endpoint at https://mcp.fiskmas.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.fiskmas.dev

# add to Claude Code
claude mcp add --transport http dev-fiskmas-fiskmas 'https://mcp.fiskmas.dev/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "dev-fiskmas-fiskmas": {
      "url": "https://mcp.fiskmas.dev/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dev-fiskmas-fiskmas": {
      "type": "http",
      "url": "https://mcp.fiskmas.dev/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.dev-fiskmas-fiskmas]
url = "https://mcp.fiskmas.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-fiskmas-fiskmas": {
      "type": "remote",
      "url": "https://mcp.fiskmas.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-fiskmas-fiskmas --url 'https://mcp.fiskmas.dev/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  dev-fiskmas-fiskmas:
    url: "https://mcp.fiskmas.dev/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dev-fiskmas-fiskmas": {
      "Transport": "http",
      "Url": "https://mcp.fiskmas.dev/mcp"
    }
  }
}
# add to Vellum
assistant mcp add dev-fiskmas-fiskmas -t streamable-http -u 'https://mcp.fiskmas.dev/mcp'
// mcp.json
{
  "mcpServers": {
    "dev-fiskmas-fiskmas": {
      "type": "http",
      "url": "https://mcp.fiskmas.dev/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1
    • Schema quality: 1128 → 1277 functional
    • New tool “reissue_token” functional
  • 16 Sept 26 +1
    • Stability: unverified → 0.03 functional
  • 15 Sept 26 56

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.fiskmas.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.fiskmas.dev CN=YR2,O=Let's Encrypt,C=US 10 Sept 2026 9 Dec 2026 RSA 2048 SHA256-RSA 6dcb0b37f133de0f4246f72596e75d19c66
SANs: *.fiskmas.dev
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.fiskmas.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
fiskmas.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.fiskmas.dev/mcp Verified 200
http (plaintext) http://mcp.fiskmas.dev/mcp Inconclusive 405
MCP tools · 21 exposed · ~1,266 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
account_status ~40

Poll onboarding state for an email (pending | active | unknown). Use after create_account while waiting for the human to verify.

NameTypeReqDescription
emailstringyes

No output schema declared.

No examples provided.

create_account ~104

Start onboarding: require an email, create a pending account, and email a human verify link. Does NOT return an API token. The human must click the link; the verify page shows the token once. Then configure Authorization: Bearer <token> on this MCP client (also docker login -u <token> registry.fiskmas.dev). If you already have a token, call whoami instead.

NameTypeReqDescription
display_namestring
emailstringyes

No output schema declared.

No examples provided.

create_project ~99

Create a project and reserve <slug>-app.fiskmas.dev. Slug must match ^[a-z0-9][a-z0-9-]{1,48}$ and is not reserved. Subject to the plan's running-project quota (Free: 1, Plus: 5) — on quota the error tells the human how to upgrade or free a slot.

NameTypeReqDescription
namestring
slugstring

No output schema declared.

No examples provided.

delete_account ~43

Delete the caller's account. Stops and removes all projects (containers, routes, MariaDB) first, then deletes the account. Refuses to leave orphaned runtimes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

delete_project ~27

Stop and delete a project (free the slug after quarantine).

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

deploy_project ~135

Pull an image by digest and run one container with the plan's cpu/memory caps (Free: 128 MB / 0.2 CPU, Plus: 256 MB / 0.5 CPU). Only registry.fiskmas.dev images are accepted. Rate-limited to 1 deploy per 5 minutes per account (429 with a retry-seconds hint); use restart_project for a transient crash - it does not count against the limit. Re-deploying a running project is always allowed; starting a second one on Free is blocked until one stops.

NameTypeReqDescription
imagestring
projectstring

No output schema declared.

No examples provided.

get_logs ~96

Return recent container log lines. `tail` = line count (plan default 200; plan max 2000), `since` = time window in seconds (plan window: free 24 h, plus 7 d — logs are live-pod streams, not stored history). When both are given, `since` wins.

NameTypeReqDescription
projectstring
sincenumber
tailnumber

No output schema declared.

No examples provided.

get_project ~24

Fetch a single project by id or slug.

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

get_skill ~25

Return the bytes of a platform skill by name.

NameTypeReqDescription
namestring

No output schema declared.

No examples provided.

get_stats ~98

Account-wide or per-project stats for debugging: live CPU/mem vs the plan caps (Free: 128 MB / 0.2 CPU, Plus: 256 MB / 0.5 CPU) and deploy history. Omit `project` for all of the caller's projects; pass a project id or slug for a single project. The account rollup also reports the plan and per-project caps.

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

get_status ~29

Return project status, url, image digest, and last deploy error.

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

list_env ~29

List a project's env keys with masked values (never returns full secrets).

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

list_projects ~18

List the caller's projects with status and URL.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_skills ~18

List the platform skills available to the caller.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reissue_token ~149

Re-issue the API token for an existing account. Provide the email the account was registered with; Fiskmås emails a fresh one-time verify link to that address. The human clicks it; the verify page shows the new token once (old tokens are revoked immediately). This is the self-service recovery path when a token was lost, rotated, or is being rejected as "invalid or expired". It does not create a new account — for a brand-new account use create_account. Rate-limited: a few requests per hour per email. If you already have a valid token and just want to rotate it, use rotate_token (follows in a later release).

NameTypeReqDescription
emailstringyes

No output schema declared.

No examples provided.

restart_project ~21

Restart a running project's container.

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

send_feedback ~136

Report a problem with the Fiskmås toolset so it can be fixed. Use it when a tool errored or misbehaved, you got stuck and can't proceed, or the instructions/skill were unclear. Do NOT use it for praise. kind=bug means it broke, kind=suggestion means it was unclear or could be better, kind=other is anything else that didn't work. Name the `tool` and, if relevant, the `project`. At most one call per session.

NameTypeReqDescription
kindstringyes
messagestringyes
projectstring
toolstring

No output schema declared.

No examples provided.

set_env ~37

Set environment variables on a project. Requires a restart before they take effect.

NameTypeReqDescription
envobject
projectstring

No output schema declared.

No examples provided.

start_project ~21

Start a stopped project's container.

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

stop_project ~25

Stop a running project's container (keep the image).

NameTypeReqDescription
projectstring

No output schema declared.

No examples provided.

whoami ~92

Return the identity of the current token holder (account + provider) plus its subscription plan (free | plus) and the plan's limits: max running projects, per-project memory/CPU caps, log windows, and the project-database fair-use guide. Free plans include an upgrade_url for Plus ($9.99/mo: 5 projects, 256 MB / 0.5 CPU per project, always-on).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Fiskmas MCP server?

Fiskmas is an MCP server listed in the public MCP registry as dev.fiskmas/fiskmas. Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP. This page covers its hosted endpoint (https://mcp.fiskmas.dev/mcp).

Is the Fiskmas MCP server safe to use?

Fiskmas scores 59 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Fiskmas MCP server expose?

Fiskmas exposes 21 tools: whoami, create_account, account_status, reissue_token, delete_account, and 16 more. Their descriptions and schemas cost roughly 1,266 tokens of context every time the server is loaded.

Does the Fiskmas MCP server require authentication?

No. We connected to Fiskmas without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Fiskmas MCP server still maintained?

Fiskmas is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.