MCP Tools

Conjra exposes 57 MCP tools across 19 providers. Each tool has a defined input schema and maps to a real cloud API operation.

Tools are organized by provider. The AI decides which tool to call based on your natural language request.

How tools are named

Tool names follow the pattern: {verb}_{provider}_{resource}. The provider name suffix (e.g., stripe in create_stripe_product) is used to look up the correct credentials from the vault.

Tools by provider

Supabase

  • create_supabase_project
  • run_supabase_migration
  • get_supabase_url_and_keys
  • create_supabase_bucket

Stripe

  • create_stripe_product
  • create_stripe_price
  • create_stripe_webhook
  • get_stripe_account_info

Railway

  • create_railway_project
  • deploy_to_railway
  • set_railway_env_vars
  • get_railway_deployment_status

Vercel

  • deploy_to_vercel
  • add_vercel_domain
  • set_vercel_env
  • get_vercel_deployment

Clerk

  • create_clerk_app
  • get_clerk_keys
  • configure_clerk_jwt

Resend

  • add_resend_domain
  • create_resend_api_key
  • send_test_email

Neon

  • create_neon_project
  • create_neon_branch
  • get_neon_connection_string

Upstash

  • create_upstash_redis
  • create_upstash_kafka
  • get_upstash_credentials

GitHub

  • create_github_repo
  • add_github_secret
  • create_github_webhook

Cloudflare

  • add_cloudflare_domain
  • create_cloudflare_worker
  • get_cloudflare_zone

Firebase

  • create_firebase_project
  • get_firebase_config
  • enable_firebase_auth

Loops

  • create_loops_contact
  • create_loops_campaign
  • get_loops_api_key

Twilio

  • send_twilio_sms
  • get_twilio_phone_numbers
  • create_twilio_webhook

OpenAI

  • create_openai_api_key
  • get_openai_usage
  • list_openai_models

Anthropic

  • create_anthropic_api_key
  • get_anthropic_usage

Replicate

  • run_replicate_model
  • get_replicate_prediction
  • list_replicate_models

Fly.io

  • create_fly_app
  • deploy_to_fly
  • set_fly_secrets
  • get_fly_status

AWS Amplify

  • create_amplify_app
  • deploy_amplify_branch
  • get_amplify_url

Provider pages

For detailed documentation of each provider and its tools, including full input schemas and examples, visit the Providers section.

Edit this page on GitHub