Mmcp.market

Fiskmas MCP server

by fiskmas.dev·dev.fiskmas/fiskmas·v1.0.0

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

C64/100grade C
What users say
No reviews yet
Be the first
Safety scan
C64/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed Fiskmas yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Fiskmas tools (21, 9 write)

write = sends, deletes, buys or posts
  • account_statuswrite actionFree

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

  • create_accountwrite actionFree

    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.

  • create_projectwrite actionFree

    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.

  • delete_accountwrite actionFree

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

  • delete_projectwrite actionFree

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

  • deploy_projectwrite actionFree

    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.

  • get_logsFree

    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.

  • get_projectFree

    Fetch a single project by id or slug.

  • get_skillFree

    Return the bytes of a platform skill by name.

  • get_statswrite actionFree

    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.

  • get_statuswrite actionFree

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

  • list_envFree

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

  • list_projectsFree

    List the caller's projects with status and URL.

  • list_skillsFree

    List the platform skills available to the caller.

  • reissue_tokenFree

    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).

  • restart_projectFree

    Restart a running project's container.

  • send_feedbackwrite actionFree

    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.

  • set_envFree

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

  • start_projectFree

    Start a stopped project's container.

  • stop_projectFree

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

  • whoamiFree

    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).

Public scan report

scanner v0.1.3 · 2026-09-19 · same rubric, same numbers if you re-run it

1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 1226ms20/20
  • Tool poisoning21 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenanceno repository listed3/15
  • Maintainer identityno repository or website to verify2/10

Findings (1)

  • lowNo source repository listedmaint.no-repo
Overall 64/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http fiskmas https://mcp.fiskmas.dev/mcp
Add to Cursor

Fiskmas: common questions

Is Fiskmas MCP server safe?
With care: it is graded C, so read the findings first (64/100). Read the Fiskmas safety report
How do I install Fiskmas?
It runs remotely at mcp.fiskmas.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Fiskmas need an API key?
Yes. The registry entry asks for Authorization.
Is Fiskmas maintained?
The latest release is v1.0.0.
Is Fiskmas up?
100% of our last 1 checks got an answer. We check remote servers about four times a day.
What can I use instead of Fiskmas?
Servers from other publishers that do the same job: PreviewDrop MCP server, Aurora MCP server and Contentrain MCP server. Compare all Fiskmas alternatives.

Alternatives to Fiskmas

Same job from other publishers: the closest match first, then the best rated.

All Fiskmas alternatives →
  • PreviewDrop
    Deploy any Git branch to a live HTTPS preview URL from your agent. No Dockerfile required.
    C
  • Aurora
    Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.
    B
  • Contentrain
    Git-native content governance for AI agents — 27 deterministic MCP tools over stdio and HTTP.
    A
  • Flux Cloud
    Deploy, pay for and manage apps on Flux Cloud, the decentralized cloud. Prices in USD.
    B
  • Coolftp
    Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.
    A

More from fiskmas.dev