LAPRAS MCP Server

LAPRAS MCP Server

lapras.com 公式MCP Server

lapras-inc

Research & Data
Visit Server

README

LAPRAS MCP Server

https://lapras.com 公式のMCP Server

npm version npm downloads Docker Pulls CI Status

Setup

mcp.jsonまたはclaude_desktop_config.jsonに以下を追記してください。 LAPRAS_API_KEYは職歴関連のツールを使う場合のみ必要です。https://lapras.com/config/api-key から取得できます。

npx

{
  "mcpServers": {
    "lapras": {
      "command": "npx",
      "args": [
        "-y",
        "@lapras-inc/lapras-mcp-server"
      ],
      "env": {
        "LAPRAS_API_KEY": "<YOUR_LAPRAS_API_KEY>"
      }
    }
  }
}

[!IMPORTANT] Node.jsの環境によってはサーバー接続に失敗する可能性があります。その場合は下記のDocker経由での利用をお試しください。

Docker

{
  "mcpServers": {
    "lapras": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "LAPRAS_API_KEY",
        "laprascom/lapras-mcp-server"
      ],
      "env": {
        "LAPRAS_API_KEY": "<YOUR_LAPRAS_API_KEY>"
      }
    }
  }
}

General notes

[!WARNING] AIがMCPサーバー経由でLAPRASから取得した情報(個人情報等を含む)は、ご利用中のAIモデルに送信され、解釈・処理が行われます。 利用されるAIサービスのデータ取扱いポリシー等をご確認の上、個人情報や機密情報の取り扱いにはご留意ください。

Examples

シンプルな求人の検索例

フルリモートワーク可能でRustが使えるバックエンドの求人を探してください。年収は800万以上で。
結果はMarkdownの表にまとめてください。

自分にあった求人の検索例

<自分のキャリアがわかる画像 or URL を貼り付ける> 
これが私の職歴です。私に合いそうな求人を探してください。

自分に合った求人の検索例

LAPRASで職歴を取得して、私に合いそうな求人を探してください。

職歴を更新する例

<自分のキャリアがわかる画像 or URL を貼り付ける> 
これが私の職歴です。LARPASの職歴を更新してください。

LAPRASの職歴を改善する例

LAPRASの職歴を取得して、ブラッシュアップするための質問をしてください。
改善後、LAPRASの職歴を更新してください。

https://github.com/user-attachments/assets/9c61470f-f97d-4e6f-97ca-53718c796376

Tools

search_job 求人検索

  • キーワード、ページ番号、最低年収などのパラメータを使用して求人を検索
  • 使用例: search_job ツールを呼び出し、特定の条件に合致する求人リストを取得

get_job_detail 求人詳細取得

  • 求人IDを指定して特定の求人の詳細情報を取得
  • 使用例: get_job_detail ツールを呼び出し、特定の求人の詳細情報を取得

get_experiences 職歴一覧取得

  • LAPRASに登録されている職歴情報の一覧を取得
  • 使用例: get_experiences ツールを呼び出し、登録済みの職歴一覧を取得

create_experience 職歴新規追加

  • LAPRASに新しい職歴情報を追加
  • 使用例: create_experience ツールを呼び出し、新しい職歴を登録

update_experience 職歴更新

  • LAPRASに登録されている職歴情報を更新
  • 使用例: update_experience ツールを呼び出し、既存の職歴を更新

delete_experience 職歴削除

  • LAPRASに登録されている職歴情報を削除
  • 使用例: delete_experience ツールを呼び出し、指定した職歴を削除

[!NOTE] 職歴関連のツールを使用するには、LAPRAS_API_KEYの設定が必要です。 APIキーは https://lapras.com/config/api-key から取得できます。

Recommended Servers

Crypto Price & Market Analysis MCP Server

Crypto Price & Market Analysis MCP Server

A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.

Featured
TypeScript
MCP PubMed Search

MCP PubMed Search

Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.

Featured
Python
dbt Semantic Layer MCP Server

dbt Semantic Layer MCP Server

A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.

Featured
TypeScript
mixpanel

mixpanel

Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Featured
TypeScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python
Nefino MCP Server

Nefino MCP Server

Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.

Official
Python
Vectorize

Vectorize

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Official
JavaScript
Mathematica Documentation MCP server

Mathematica Documentation MCP server

A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.

Local
Python
kb-mcp-server

kb-mcp-server

An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded

Local
Python
Research MCP Server

Research MCP Server

The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.

Local
Python