Agentic Server via MCP

Stood MCP: Friendly Guide for Agents and Automations

This guide helps you connect agentic platforms (like Dust.tt, Agentspace, n8n, or Mistral’s agents) to Stood using the standardized Model Context Protocol (MCP). Each team in Stood has its own API key, so agents only see the right data.

What you get


1) Get your team API key

From the Stood Admin UI:

  1. Open the Admin panel

  2. Go to the Teams section

  3. Select your team

  4. Generate an API key and copy it

Keep your API key secret.


2) Endpoints (to setup into your agentic platform)

Auth header:

Authorization: Bearer YOUR_TEAM_API_KEY

3) Available tools (high level)

Team filtering applies to: deals, activities, posts. Other collections are global.


4) Using agent platforms

Dust.tt

Prompt starter for Dust:

You are a CRM copilot for the Sales team. Use the MCP tools to:
- list_deals to review pipeline
- create_activity for follow-ups
- update_deal to move stages
When reporting, include friendly labels from get_team_labels where useful.

TIP: use Zapier to trigger agentic flows from DUST ZAP

Agentspace

Prompt starter for Agentspace:

Goal: Keep pipeline up to date.
Use tools:
- list_deals (filter by stage s2)
- create_activity (todo with due date)
- update_deal (stage changes, amount updates)
Be concise. Confirm actions you perform and surface next steps.

Mistral agents

Prompt starter for Mistral:

Act as a sales assistant. If you need data, call the appropriate MCP tool.
Examples:
- list_deals to find deals closing this month
- create_activity for follow-ups
- update_deal to change stage to s3 when qualified
If labels are needed, call get_team_labels and use them in your response.

6) Helpful patterns


7) Security


8) Troubleshooting


Contact - Stood CRM support & integration

Published with Nuclino