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_projectrun_supabase_migrationget_supabase_url_and_keyscreate_supabase_bucket
Stripe
create_stripe_productcreate_stripe_pricecreate_stripe_webhookget_stripe_account_info
Railway
create_railway_projectdeploy_to_railwayset_railway_env_varsget_railway_deployment_status
Vercel
deploy_to_verceladd_vercel_domainset_vercel_envget_vercel_deployment
Clerk
create_clerk_appget_clerk_keysconfigure_clerk_jwt
Resend
add_resend_domaincreate_resend_api_keysend_test_email
Neon
create_neon_projectcreate_neon_branchget_neon_connection_string
Upstash
create_upstash_rediscreate_upstash_kafkaget_upstash_credentials
GitHub
create_github_repoadd_github_secretcreate_github_webhook
Cloudflare
add_cloudflare_domaincreate_cloudflare_workerget_cloudflare_zone
Firebase
create_firebase_projectget_firebase_configenable_firebase_auth
Loops
create_loops_contactcreate_loops_campaignget_loops_api_key
Twilio
send_twilio_smsget_twilio_phone_numberscreate_twilio_webhook
OpenAI
create_openai_api_keyget_openai_usagelist_openai_models
Anthropic
create_anthropic_api_keyget_anthropic_usage
Replicate
run_replicate_modelget_replicate_predictionlist_replicate_models
Fly.io
create_fly_appdeploy_to_flyset_fly_secretsget_fly_status
AWS Amplify
create_amplify_appdeploy_amplify_branchget_amplify_url
Provider pages
For detailed documentation of each provider and its tools, including full input schemas and examples, visit the Providers section.