Skip to main content

MCP server for Prowpt.ai — lets AI agents create, edit, and publish web apps

Project description

Prowpt.ai MCP Server

MCP (Model Context Protocol) server that lets AI agents create, edit, and publish web apps on Prowpt.ai.

Setup

1. Get an API key

Go to prowpt.ai/settings → API Keys → Create a new key with the scopes you need.

2. Install

pip install prowpt-mcp-server
# or
pipx install prowpt-mcp-server

3. Configure your AI tool

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "prowpt": {
      "command": "prowpt-mcp",
      "env": {
        "PROWPT_API_KEY": "pk_live_your_key_here"
      }
    }
  }
}

Claude Code:

export PROWPT_API_KEY="pk_live_your_key_here"
prowpt-mcp

Environment variables:

Variable Required Default Description
PROWPT_API_KEY Yes Your Prowpt API key
PROWPT_API_URL No https://api.prowpt.ai API base URL

Getting Started

After installation, the recommended first step for any code-generation task is to fetch the project context:

get_project_context(project_id=123)

This returns the full conventions, available record types, templates, i18n state, and subscription info for the project — everything the agent needs to write correct, Prowpt-compliant code.

The server also exposes two static resources that agents can read at any time:

Resource URI Description
prowpt://docs/quickstart Quick-start guide with tool summaries
prowpt://docs/code-guidelines Comprehensive code conventions: PROJECT_CONFIG shape, auth patterns, i18n, records API, routing rules, component templates, and best practices

Available Tools

Project Management

  • list_projects — List all projects
  • get_project — Get project details
  • get_project_context — Get full project context for writing correct code (stack, conventions, record types, templates, i18n state)
  • create_project — Create a new app
  • update_project — Update project settings
  • delete_project — Delete a project
  • clone_project — Clone a project
  • publish_project — Publish to live
  • deploy_project — Deploy to hosting

Source Code

  • list_source_files — List files in a project
  • read_source_file — Read a file's content
  • write_source_files — Write/update files
  • get_preview_url — Get preview URL
  • get_source_versions — Version history
  • restore_source_version — Restore a version

AI Assistant (uses Prowpt credits)

  • send_prompt — Send instruction to Prowpt AI
  • accept_preview — Accept AI changes
  • get_assistant_status — Check generation status

Records & Data

  • list_record_types / create_record_type / update_record_type
  • list_records / create_record / update_record / delete_record

Workflows

  • list_workflows / create_workflow / update_workflow / delete_workflow
  • execute_workflow / get_workflow_executions

Assets

  • list_assets / upload_asset / delete_asset

Translations

  • get_translations / update_translations

Email Templates

  • list_email_templates — List all templates (system + custom)
  • get_email_template — Get a template by slug (full HTML body + variables)
  • upsert_email_template — Create or update a template
  • delete_email_template — Delete a custom template
  • preview_email_template — Render a preview with sample variables
  • send_test_email — Send a test email to a given address
  • seed_email_templates — Seed factory defaults
  • reset_system_templates — Reset system templates to defaults

Payments (Stripe Connect)

  • connect_stripe — Start Stripe Connect onboarding for a project
  • get_stripe_status — Check Stripe connection status
  • disconnect_stripe — Remove Stripe Connect link

Billing

  • get_usage / get_credits / purchase_credit_pack / get_account_info

Development

cd prowpt-mcp-server
pip install -e .
prowpt-mcp --api-key pk_live_test_key --api-url http://localhost:8000

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prowpt_mcp_server-0.2.0.tar.gz (18.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prowpt_mcp_server-0.2.0-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

Details for the file prowpt_mcp_server-0.2.0.tar.gz.

File metadata

  • Download URL: prowpt_mcp_server-0.2.0.tar.gz
  • Upload date:
  • Size: 18.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prowpt_mcp_server-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c6bfa9434d5ac36a14b33edfe916859e6156bdf545142037e2a6f185d5743b5d
MD5 a8ef6c95cece09c739b111600468a28a
BLAKE2b-256 0d742593b819f29ed0ac375ce1861762355fe45344c03e565b72e0ebfc4e2ce2

See more details on using hashes here.

Provenance

The following attestation bundles were made for prowpt_mcp_server-0.2.0.tar.gz:

Publisher: publish.yml on prowptai/prowpt-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file prowpt_mcp_server-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for prowpt_mcp_server-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f4688c4e12440fe01202479a0dbda28e1d7e4b0c83c6010512b76e3b13d073c
MD5 b3cc1e3e67f417968780f47781ed7689
BLAKE2b-256 1ebb324d1f0ad20c4897eb20c3a3d51b8cc253e7e514d1b4f0c6eb1ffcae76ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for prowpt_mcp_server-0.2.0-py3-none-any.whl:

Publisher: publish.yml on prowptai/prowpt-mcp-server

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page