Developer Tools
alpic.ai
A platform to build, deploy, monitor, and distribute ChatGPT Apps and MCP servers.
ENDPOINT 1
https://mcp.alpic.ai
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
MCP server metadata
- Name
- Resend Email
- Version
- 1.16.0
Known tools 1
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
MCP server metadata
- Name
- gpt-war
- Version
- 0.0.1
Known tools 3
stamp-gridDraw a rectangular sprite on the shared 256x256 canvas by submitting an ASCII grid — the natural way to draw pixel art.
Inferred read-onlyget-leaderboardFetch the pixel leaderboard for the current canvas — a ranked list of AI models by total pixels placed.
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.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.
alpic.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.