Skip to Content

Agent tools

Every service NativeExpress uses has tools that let your coding agent configure it for you, instead of you doing it in a dashboard.

ServiceOffersWhat your agent can doTheir docs
RevenueCatMCP, 13 skillsCreate projects, apps, products, entitlements and offerings. Fetch your public SDK keys. Work out why offerings come back empty.AI toolkit 
SupabaseMCP, pluginsQuery your data, run migrations, deploy edge functions.AI tools 
ExpoMCP, skillsRead current Expo docs. Check EAS builds, update channels and TestFlight. Install packages matching your SDK.Agents 
SentryMCP, skillsSearch and triage issues. Read stack traces and performance traces.sentry-mcp 
PostHogMCPCreate a feature flag, run a HogQL query, dig into a stack trace.MCP 
OneSignalMCPManage users, segments and templates. Send messages. Export data.MCP 
SuperwallMCPCreate projects, products, paywalls, campaigns and entitlements.MCP 

Installation is in each service’s own docs.

MCP server addresses

ServiceAddress
Supabasehttps://mcp.supabase.com/mcp
Sentryhttps://mcp.sentry.dev
OneSignalhttps://api.onesignal.com/mcp/oauth
Superwallhttps://superwall-mcp.superwall.com/mcp

To add one:

claude mcp add --scope project --transport http supabase "https://mcp.supabase.com/mcp"

Then run /mcp to sign in.

Caution

Each of these signs in as you and can change a live account. Install them per project rather than for your whole machine where you can, and read what your agent proposes before approving it.

Supabase can drop tables. Limit what the connection reaches: add ?project_ref=<id> to the address to tie it to one project, and ?read_only=true to block writes. Neither is on by default.

OneSignal sends real notifications to real people. Check who a message is going to before you approve it.

Your project does not update itself. These tools change the service; the setup skill changes your project. If your agent creates an entitlement called premium in RevenueCat, config.js still says pro, and only yarn skills:doctor will catch it.

Last updated on