Tools Reference
Every tool the Forvibe MCP server exposes, organized by domain.
Updated 2026-05-12
7 min read
36 tools across 7 domains, plus 5 resources and 4 reusable prompts. All names are stable — your agent's tool calls won't break across Forvibe releases.
Projects
list_projects— list projects in the org (read-only).get_project— fetch one project (read-only).check_project_availability— test if a subdomain or mail prefix is free (read-only).create_project— create a new project.update_project— patch editable fields (idempotent).
ASO — Keywords
list_tracked_keywords— list keywords tracked for a project (read-only).track_keyword— start tracking a keyword.untrack_keyword— remove a tracked keyword (destructive).get_keyword_ranking_history— historical ranks over a window (read-only).
ASO — Competitors
list_competitors— competitor apps tracked for a project (read-only).add_competitor— add an App Store or Play Store competitor.remove_competitor— stop tracking a competitor (destructive).
ASO — Charts & Search
get_top_charts— top apps by store / country / chart type (read-only, external).list_chart_categories— valid category slugs for charts (read-only, external).search_apps— search App Store / Play Store for apps by query (read-only, external).get_app_metadata— live listing details for any app (read-only, external).
Screenshots
list_screenshots— uploaded / synced screenshots for a project (read-only).delete_screenshot— permanently remove a screenshot (destructive).list_screenshot_design_templates— browse SS Studio V2's curated template library (read-only).list_ss_studio_sessions— saved SS Studio compositions for a project (read-only).get_ss_studio_session— fetch one session including frame JSON (read-only).create_ss_studio_session— start a new empty SS Studio session.list_screenshot_localization_jobs— recent screenshot translation jobs (read-only).
Store Listings
list_listings— listings per locale × store (read-only).get_listing— single listing by project + store + locale (read-only).update_listing— patch listing fields (idempotent).list_listing_versions— version snapshots, with AI summary per publish (read-only).get_listing_version— full snapshot JSON for one version (read-only).localize_listing— AI-translate a listing into 1-6 target locales (consumes 10 credits/locale).
Store Reviews
list_reviews— user reviews with rating / territory / unreplied filters (read-only).get_review— single review by ID (read-only).get_review_stats— average rating, distribution, unreplied count over a window (read-only).
App Store Review Simulation (OTC)
simulate_metadata_only— trigger a metadata rejection-risk prediction (50 credits, paid plan).list_review_simulations— past simulations for a project (read-only).get_review_simulation— full simulation result (read-only).get_latest_review_simulation— convenience accessor for the latest completed run (read-only).
Codebase-aware simulations (combined type) still require the Forvibe dashboard or macOS app — they need to read your local project files, which the MCP server can't see.
Resources
Resources are read-only JSON snapshots accessible via forvibe:// URIs — useful when your agent wants to attach context without making a tool call:
forvibe://project/{projectId}— full project recordforvibe://project/{projectId}/listings— every locale × store listingforvibe://project/{projectId}/reviews/recent— latest 50 user reviewsforvibe://project/{projectId}/aso— tracked keywords + competitorsforvibe://review-simulation/{simulationId}— a specific simulation result
Prompts
Pre-written prompts that combine multiple tools into a guided workflow. Each takes parameters and produces a structured response:
aso-audit— full ASO audit of a project (keywords, competitors, listing copy, ranking trends).prepare-submission-checklist— pre-submission audit (metadata sanity, screenshots, recent simulation).analyze-recent-reviews— sentiment summary + top complaints + 3 reply drafts.keyword-research-session— competitive keyword discovery + tracking proposal.