Fiskmas
dev.fiskmas/fiskmas · v1.0.0 · MCP 2025-11-25
Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.
Reachability
reachable
checked 2026-09-20 05:31 UTC
Registry status active
Tools pinned 21
c3cf85cef88d
Tools last changed
2026-09-18
Provenance
Registry namespace dev.fiskmas
(domain verified by the official registry)
Remote endpoints
https://mcp.fiskmas.dev/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-09-18 05:31 | tools changed | 1 added, 0 removed, 0 changed |
| 2026-09-16 05:30 | first capture | 20 tools pinned |
Pinned tool definitions (21)
| Tool | Description |
|---|---|
| whoami | 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... |
| create_account | 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>... |
| account_status | Poll onboarding state for an email (pending | active | unknown). Use after create_account while waiting for the human to verify. |
| reissue_token | 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... |
| delete_account | Delete the caller's account. Stops and removes all projects (containers, routes, MariaDB) first, then deletes the account. Refuses to leave orphaned runtimes. |
| create_project | 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... |
| list_projects | List the caller's projects with status and URL. |
| get_project | Fetch a single project by id or slug. |
| delete_project | Stop and delete a project (free the slug after quarantine). |
| set_env | Set environment variables on a project. Requires a restart before they take effect. |
| list_env | List a project's env keys with masked values (never returns full secrets). |
| deploy_project | 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... |
| start_project | Start a stopped project's container. |
| stop_project | Stop a running project's container (keep the image). |
| restart_project | Restart a running project's container. |
| get_status | Return project status, url, image digest, and last deploy error. |
| get_logs | 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_stats | 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... |
| send_feedback | 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,... |
| list_skills | List the platform skills available to the caller. |
| get_skill | Return the bytes of a platform skill by name. |
Get alerted when this changes.
Email the moment dev.fiskmas/fiskmas drifts, dies, or revives.
Status badge
[](https://toolpin.dev/servers/dev.fiskmas/fiskmas)
Maintain this server? Add the badge to your README. It links your users to this live status page.