ENDPOINT 1
https://api.playeros.ai/api/mcp
MCP server metadata
- Name
- playeros
- Version
- 1.0.0
Authenticate with a PlayerOS property-scoped API key via 'X-Api-Key: pk_…' or 'Authorization: Bearer pk_…'. Tools run under that key's property and read/write scopes. Create a key in Settings → API Keys at https://playeros.ai.
Known tools 25
playeros_preview_segmentPreview how many players match a set of segment conditions (no segment is saved).
Inferred read-onlyplayeros_send_campaignSend (enqueue) an email campaign to its filtered recipients.
Potential side effectsplayeros_list_journeysList automation journeys (visual campaign flows) in your property.
Inferred read-onlyplayeros_publish_journeyPublish a journey version (activates it; clones draft nodes/edges to a published version).
Potential side effectsplayeros_list_gamesList interactive games (spin wheel, scratch card, trivia, etc.) in your property.
Inferred read-onlyplayeros_inbox_broadcastSend a Player Inbox broadcast to all or segmented inbox users.
Potential side effectsplayeros_compliance_checkPre-send compliance check for one or more phone numbers against the suppression list, DNC list, and active consent.
Potential side effectsplayeros_record_consentRecord a TCPA consent event for a player on a channel, with full audit trail.
Inferred read-onlyplayeros_consent_historyGet the complete consent timeline for a player across all channels.
Inferred read-onlyplayeros_data_exportExport all data held for a player (CCPA/GDPR subject access request) across players, consent, sends, game plays, inbox, journeys, and suppression lists.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.playeros]
url = "https://api.playeros.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"playeros": {
"type": "http",
"url": "https://api.playeros.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: playeros
Remote MCP URL: https://api.playeros.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"playeros": {
"url": "https://api.playeros.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"playeros": {
"type": "http",
"url": "https://api.playeros.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "playeros",
"transport": "streamable-http",
"url": "https://api.playeros.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.playeros.ai/api/mcp%60](https://api.playeros.ai/api/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.playeros-ai]
url = "https://api.playeros.ai/api/mcp%60](https://api.playeros.ai/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"playeros-ai": {
"type": "http",
"url": "https://api.playeros.ai/api/mcp%60](https://api.playeros.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: playeros-ai
Remote MCP URL: https://api.playeros.ai/api/mcp%60](https://api.playeros.ai/api/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"playeros-ai": {
"url": "https://api.playeros.ai/api/mcp%60](https://api.playeros.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"playeros-ai": {
"type": "http",
"url": "https://api.playeros.ai/api/mcp%60](https://api.playeros.ai/api/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "playeros-ai bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "playeros-ai",
"transport": "streamable-http",
"url": "https://api.playeros.ai/api/mcp%60](https://api.playeros.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for playeros.ai was fetched 2026-07-26T06:43:25.087Z and is being refreshed.
playeros.ai is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.