Skip to content
pulsify
Pulsify
01 / Connect your agent Menu +

01 / Connect your agent

Connect your agent

Your agent talks to Pulsify over MCP, the Model Context Protocol. MCP is an open standard that lets an AI agent use another service's tools. Pulsify's tools read your Amazon data and create, test and manage your automations. You add Pulsify to your agent once, by URL.

Pick a URL

The demo

https://demo.pulsify.dev/mcp

No account and no sign-in. The demo connects to Acme Brands, a fictional coffee gear seller with US and UK accounts, a year of sales and advertising history, and recent events. Reads run against that data. Writes are checked as they would be on a real account, then answered with a simulated receipt. Nothing is saved, nothing reaches Amazon, and nothing can be activated.

Your account

https://pulsify.dev/mcp

Sign up and pick your home marketplace and plan to start a 14-day trial, no card required. Then add this URL to your agent. When it first connects, your agent opens Pulsify's sign-in page: sign in, review what the agent can read and change, and approve. Pulsify never sees your Amazon password, and your agent never sees your Pulsify one.

Add it to your agent

The steps below use your account URL. For the demo, use the demo URL in the same place. These apps move their menus often, so each section links to the vendor's own guide.

Claude

In claude.ai or Claude Desktop, open Customize, then Connectors. Choose +, then Add custom connector. Paste the URL and choose Add. For your account, choose Connect and sign in to Pulsify. The demo needs no sign-in, so if Claude asks how to authenticate, choose No sign-in.

Connectors belong to your Claude account, so one connector works on the web, in Claude Desktop, in Cowork and on mobile. On a Team or Enterprise plan, an owner adds it under Organization settings, then Connectors, and members choose Connect. See Claude's guide to custom connectors.

Claude Code

claude mcp add --transport http --scope user pulsify https://pulsify.dev/mcp

--scope user makes Pulsify available in every project. To sign in, start a session, run /mcp, pick pulsify and approve in your browser. Until then, claude mcp list shows it as needing authentication. For the demo, use the demo URL and another name, such as pulsify-demo.

If you added Pulsify on claude.ai and sign in to Claude Code with the same Claude account, it's there already. See Claude Code's MCP guide.

Codex

codex mcp add pulsify --url https://pulsify.dev/mcp

Codex sees that Pulsify supports sign-in and prints a link. Open it and approve. To sign in later, run codex mcp login pulsify. The Codex CLI, IDE extension and desktop app share this configuration. For the demo, use the demo URL and another name, such as pulsify-demo; it needs no sign-in. See the Codex MCP guide.

ChatGPT

ChatGPT connects to MCP servers in developer mode, on the web, with a Plus, Pro, Business, Enterprise or Edu plan. Turn it on under Settings, then Security and login. In a Business, Enterprise or Edu workspace, an admin decides who can use it, and the switch may sit under Settings, then Apps, then Advanced settings.

Then open Plugins, or Apps if your account shows that instead, and create one. Name it Pulsify, paste the URL, and choose OAuth for your account or No Authentication for the demo. ChatGPT asks you to sign in to Pulsify as it creates the connection. In a chat, turn Pulsify on from the + menu, under Developer mode. See OpenAI's developer mode guide.

Check that it works

Start a new conversation and ask:

Which Amazon accounts are connected to Pulsify?

Your agent calls connection_status. On the demo, it answers with Acme Brands US and Acme Brands UK, both connected. On a new account, nothing is connected until you connect Amazon. On the demo, go straight to your first automation.

Other agents

Any MCP client that supports remote servers over HTTP works the same way. Give it the URL, and complete Pulsify's sign-in when it asks.

Access and feedback

Revoke an agent's access at any time from Connected apps in Settings.

Something broke, or Pulsify doesn't do what you need? Tell your agent. On your account, it can send bugs and ideas straight to us with report_bug and suggest_idea. The demo doesn't include them.