Skip to main content
Glama

Attendee MCP Server

by rexposadas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEETING_BOT_API_KEYYesYour Attendee API key
MEETING_BOT_API_URLYesYour Attendee server URLhttp://localhost:8000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
create_meeting_bot

Create a bot to join a meeting and record/transcribe it

get_bot_status

Get the current status of a meeting bot

get_meeting_transcript

Get the transcript from a meeting bot

list_meeting_bots

List all active meeting bots

remove_meeting_bot

Remove a bot from a meeting

make_bot_speak

Make a bot speak text during a meeting using text-to-speech

send_chat_message

Send a chat message from the bot to the meeting

get_chat_messages

Get chat messages from the meeting

get_recording

Get the recording URL for a bot

send_image_to_meeting

Send an image to the meeting through the bot (Google Meet only)

send_video_to_meeting

Send a video to the meeting through the bot (Google Meet only)

delete_bot_data

Delete all data associated with a bot (recordings, transcripts, etc.)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rexposadas/attendee-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server