Upsales queried from the terminal.
List accounts, contacts, opportunities, orders, activities and campaigns from your Upsales CRM — from Bash over the Upsales MCP. Pull the pipeline as JSON for weekly signals, forecasting, and sales-velocity reporting.
cogny --who
TWO PATHSBuilding a weekly pipeline review in Upsales means assembling views and exporting per object. The CLI returns accounts, opportunities, and activities as JSON in one call you can schedule and roll up. Connect Upsales once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every Upsales tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Upsales MCP. Send --input JSON, get JSON back.
mcp__Upsales__list_opportunitiesList open pipeline (orders with probability < 100).mcp__Upsales__list_accountsList accounts (companies/customers).mcp__Upsales__list_activitiesList sales activities (calls, tasks, to-dos).cogny tools list
MOREA sample of the rest of the Upsales surface. Run cogny tools list --json for every tool and its input schema.
mcp__Upsales__get_accountmcp__Upsales__list_contactsmcp__Upsales__get_contactmcp__Upsales__list_ordersmcp__Upsales__list_appointmentsmcp__Upsales__list_agreementsmcp__Upsales__list_campaignsmcp__Upsales__list_leadsmcp__Upsales__querycogny --faq
No — it is the Cogny CLI calling the Upsales MCP over the cogny-mcp-proxy. You connect your Upsales API token once in Cogny, then read CRM objects from Bash. Upsales Technology AB is not affiliated.
Use the `query` escape hatch — it runs a GET against any Upsales v2 list resource by name with the same limit/offset/sort/filters arguments, so you are not limited to the pre-named list tools.
Weekly pipeline signals from `list_opportunities`, activity volume from `list_activities`, and account/contact rollups — pulled as JSON on a schedule and summarized by an agent.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt