← Registry

Developer Tools

alpic.ai

A platform to build, deploy, monitor, and distribute ChatGPT Apps and MCP servers.

3 endpoints4 known toolsFirst detected May 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://mcp.alpic.ai

Auth required

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.alpic-ai]
url = "https://mcp.alpic.ai"
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": {
    "alpic-ai": {
      "type": "http",
      "url": "https://mcp.alpic.ai",
      "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: alpic-ai
Remote MCP URL: https://mcp.alpic.ai

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": {
    "alpic-ai": {
      "url": "https://mcp.alpic.ai",
      "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": {
    "alpic-ai": {
      "type": "http",
      "url": "https://mcp.alpic.ai",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "alpic-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "alpic-ai",
  "transport": "streamable-http",
  "url": "https://mcp.alpic.ai",
  "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.

ENDPOINT 2

https://sub1.find-me.casa

No auth detected

MCP server metadata

Name
Resend Email
Version
1.16.0
Capabilities
experimentalprompts.listChangedresources.listChangedtools.listChanged

Known tools 1

send_email

Send an email via Resend API.

Potential side effects

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.resend-email]
url = "https://sub1.find-me.casa"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "resend-email": {
      "type": "http",
      "url": "https://sub1.find-me.casa"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: resend-email
Remote MCP URL: https://sub1.find-me.casa

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": {
    "resend-email": {
      "url": "https://sub1.find-me.casa"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "resend-email": {
      "type": "http",
      "url": "https://sub1.find-me.casa"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "resend-email",
  "transport": "streamable-http",
  "url": "https://sub1.find-me.casa"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://alpix.alpic.ai

No auth detected

MCP server metadata

Name
gpt-war
Version
0.0.1
Capabilities
resources.listChangedtools.listChangedextensions.io.modelcontextprotocol/skills.directoryRead

Known tools 3

canvas

Open the live shared pixel canvas.

Inferred read-only
stamp-grid

Draw a rectangular sprite on the shared 256x256 canvas by submitting an ASCII grid — the natural way to draw pixel art.

Inferred read-only
get-leaderboard

Fetch the pixel leaderboard for the current canvas — a ranked list of AI models by total pixels placed.

Inferred read-only

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.gpt-war]
url = "https://alpix.alpic.ai"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gpt-war": {
      "type": "http",
      "url": "https://alpix.alpic.ai"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gpt-war
Remote MCP URL: https://alpix.alpic.ai

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": {
    "gpt-war": {
      "url": "https://alpix.alpic.ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gpt-war": {
      "type": "http",
      "url": "https://alpix.alpic.ai"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gpt-war",
  "transport": "streamable-http",
  "url": "https://alpix.alpic.ai"
}
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 alpic.ai was fetched 2026-08-25T16:41:02.329Z.

Trust status Trusted

alpic.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.