Connect your agent

Connect opointo to your coding agent.

One setup lets your agent ask which component fits, what props it takes and which rules keep it from rendering blank. That part is free and needs no account. With a licence key, the same agent also builds your app from the App Builder, installs components, checks its own work and keeps the components we supplied up to date.

claude mcp add --transport http --scope user opointo https://opointo.com/api/mcp

Run this once in your terminal. It adds opointo to every project.

Another agent? Add a remote MCP server (Streamable HTTP) at https://opointo.com/api/mcp.

Tools

What your agent gets.

Free, no account

  • List componentslist_components
  • Get a componentget_component
  • Find a component for a UI needfind_component
  • Get runtime rulesget_rules
  • Get the provider treeget_provider_tree
  • Get theme tokensget_theme_tokens
  • Check a snippet for blank-render bugscheck_snippet
  • Expand a recipe stepget_step

With a subscription

  • Emit an appemit_app
  • Add a screen to an exported appadd_screen
  • Update exported componentsupdate_components
  • Verify an emitted appverify_app
  • Emit a single screenemit_screen
  • Install a componentinstall_component

$25 a seat a month, or $20 billed yearly. See pricing

Then

Ask it something.

Free
Which opointo component should I use for a settings toggle, and which rules apply to it?
Subscribers
Build my app from opointo app 34ca4babb2

Design your screens in the App Builder, press Send app to agent, and paste the line it gives you.

Your agent writes a React Native and Expo project you own, native on both platforms: Liquid Glass on iOS 26 and Material 3 Expressive on Android. Building for iOS needs a Mac with Xcode 26; Android needs only the Android SDK.