Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Fireflies.ai MCP server with extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Fireflies.ai — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Fireflies.ai MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Fireflies.ai tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Fireflies.ai call.
Tools Discovery →A Fireflies.ai MCP server lets AI agents read and write Fireflies.ai data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Fireflies.ai MCP server ships with pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Fireflies.ai's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve team analytics including conversation metrics (filler words, questions, talk/listen ratio, words per minute) and meeting statistics (count, duration). Note: analytics data may not be available on all Fireflies plans.
Retrieve a list of channels by querying transcripts that have channel assignments. Channels are created in the Fireflies web UI and can be used to organize transcripts.
Retrieve a list of contacts from meetings (people who have participated in meetings)
Create a soundbite (clip) from a transcript by specifying start and end timestamps
Retrieve detailed information about a specific soundbite including captions and sources
Retrieve a list of soundbites. At least one filter (mine, transcript_id, or my_team) must be provided, otherwise the API returns an error.
Retrieve a list of transcripts with optional filtering by date range, keyword search, or host email
Retrieve detailed information about a specific transcript including full conversation text and summary
Update the privacy setting of a transcript (link, owner, participants, teammatesandparticipants, or teammates)
Update the channel assignment for a transcript (moves transcript to specified channel)
Get the AI-generated summary for a specific meeting.
Search meeting transcripts by keyword with optional filters.
Retrieve information about the current API key owner
Retrieve a list of all users within your team
One endpoint. Any framework. Your agent is talking to Fireflies.ai in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}
StackOne's Fireflies MCP connector adds write operations the Fireflies MCP server lacks. Automate meeting sharing with Claude Code.
8 min
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.