partiful-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PARTIFUL_USER_ID | No | Firebase UID. Found in the same IndexedDB entry as the refresh token (the uid field). Optional. | |
| PARTIFUL_REFRESH_TOKEN | Yes | Firebase refresh token for authentication. Required. | |
| PARTIFUL_FIREBASE_API_KEY | No | Firebase API key. Defaults to Partiful's public key if not provided. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_my_eventsA | Get all Partiful events you've been invited to or RSVPed to. Returns event details including date, title, location, RSVP status, and guest counts. |
| get_eventA | Get full details for a specific Partiful event by ID. Returns the complete event object including title, dates, location, guest counts, RSVP status, and display settings. |
| get_hosted_eventsA | Get all Partiful events you're hosting. Returns event details including title, date, location, and guest counts. |
| get_mutualsA | Get your mutual connections on Partiful — people you've been at the same events with. |
| get_usersB | Fetch Partiful user profiles by their IDs. Returns name, display name, username, and profile image. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mrh-is/partiful-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server