← Registry

Productivity

alpic.live

This MCP server enables job seekers to search and explore company job listings with friendly guidance.

2 endpoints6 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://memoire-partagee-ffe6c8c2.alpic.live

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

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

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

Generic MCP

Client-specific MCP configuration

{
  "name": "alpic-live",
  "transport": "streamable-http",
  "url": "https://memoire-partagee-ffe6c8c2.alpic.live",
  "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://openjobs-3168f222.alpic.live

No auth detected

MCP server metadata

Name
openjobs
Version
1.4.1
Capabilities
resources.listChangedtools.listChanged

Known tools 6

get_app_intro

Friendly introduction to OpenJob for job seekers.

Inferred read-only
explain_filters

Plain-language search tips for job seekers.

Inferred read-only
explain_data_source

Where job listings come from, licensing, and links to the data provider.

Inferred read-only
get_index_status

How much of the job board is loaded and whether search is ready.

Inferred read-only
search_jobs

Search open company job listings.

Inferred read-only
get_job_details

Fetch full posting text for job urls from search_jobs.

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.openjobs]
url = "https://openjobs-3168f222.alpic.live"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openjobs": {
      "type": "http",
      "url": "https://openjobs-3168f222.alpic.live"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openjobs
Remote MCP URL: https://openjobs-3168f222.alpic.live

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": {
    "openjobs": {
      "url": "https://openjobs-3168f222.alpic.live"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openjobs": {
      "type": "http",
      "url": "https://openjobs-3168f222.alpic.live"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openjobs",
  "transport": "streamable-http",
  "url": "https://openjobs-3168f222.alpic.live"
}
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.live was fetched 2026-07-30T23:13:45.007Z and is being refreshed.

Trust status Trusted

alpic.live 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.