Token导航 LogoToken导航TokenDH.com
Djp Jobmcp logo
搜索检索stdio官方级别未说明来源级核验

Djp Jobmcp

MCP Server

@modelcontextprotocol/inspector

通过Nostr网络提供去中心化的职位搜索和详情查询服务,支持按技能和薪资筛选职位。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
Rust搜索文档处理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Decentralised-Jobs-Protocol

提供方

Decentralised-Jobs-Protocol

最后核验

2026/5/17 20:23

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx @modelcontextprotocol/inspector

详细介绍

jobmcp💼

开始

克隆、构建、运行:

测试:

npx @modelcontextprotocol/inspector

首先运行binary exectuable,然后使用LLM和相应的设置。

我在Gemini中使用了“Goose”,你可以选择任何支持MCP的LLM

❯ goose
starting session | provider: google model: gemini-2.5-pro
    session id: 20251208_6
    working directory: /home/oem

goose is running! Enter your instructions, or try asking what goose can do.

Context: ○○○○○○○○○○ 0% (0/1000000 tokens)
( O)> what extensions do you have (mcp)

─── search_available_extensions | extensionmanager ──────────────────────────
query: mcp

I have the following extensions enabled:

*   **jobmcp**: Nostr Jobs MCP Server - Access decentralized job listings from the Nostr network.
*   **extensionmanager**: Extension Management
*   **todo**: Task Management
*   **chatrecall**: Chat Recall

⏱️  Elapsed time: 9.71s
Context: ○○○○○○○○○○ 0% (3052/1000000 tokens)
( O)> use your Nostr Jobs MCP server to find me any jobs related to "Python" and tell me the salaries

─── search_jobs | jobmcp ──────────────────────────
skill: Python

I found two job listings related to Python. The initial search didn't include salary information, so I'll need to look up the details for each one.
─── get_job_details | jobmcp ──────────────────────────
job_id: d80f737bcbd7e57041d0516925b0c737394e6f783d2972c8dc8b2f22ef99c7c9

─── get_job_details | jobmcp ──────────────────────────
job_id: 0491c91d279a9b41258316eb39b5cd1f3348f11343a0a96801d68066543d7208

Here are the details for the two Python-related jobs, including the salary information for the one that provided it:

### 1. Senior Software Engineer at Test Company Ltd
*   **Location**: Remote
*   **Type**: Full-time
*   **Skills**: Rust, C, C++, Python
*   **Salary**: $120,000 - $134,999 USD per year
*   **Description**: 5+ years of professional software engineering experience with a strong track record of backend development using Rust.
*   **Job ID**: `d80f737bcbd7e57041d0516925b0c737394e6f783d2972c8dc8b2f22ef99c7c9`

### 2. Test 5 - Python Developer at Test Company
*   **Location**: Remote
*   **Type**: Full-time
*   **Skills**: C++, Python
*   **Salary**: Not specified in the listing.
*   **Description**: Test Description
*   **Job ID**: `0491c91d279a9b41258316eb39b5cd1f3348f11343a0a96801d68066543d7208`

⏱️  Elapsed time: 23.25s
Context: ○○○○○○○○○○ 0% (4777/1000000 tokens)
( O)> what other skills are most commonly requested along with a Python job?

─── get_stats | jobmcp ──────────────────────────

Based on the current job listings on the Nostr network, the most common skills requested alongside **Python** are:

*   **C++**: This skill appeared in both of the Python job listings I found.
*   **Rust** and **C**: These skills were also mentioned in one of the Python job listings.

⏱️  Elapsed time: 13.33s
Context: ○○○○○○○○○○ 1% (5150/1000000 tokens)

鹅配置

~/.config/goose/config.yaml

extensions:
  jobmcp:
    enabled: true
    type: streamable_http
    name: jobmcp
    description: jobmcp mcp server for searching latest jobs and tool for fetching job details
    uri: http://localhost:9993/mcp
    envs: {}
    env_keys: []
    headers: {}
    timeout: 300
    bundled: null
    available_tools: []
OPENAI_HOST: https://api.openai.com
GOOSE_MODEL: gemini-2.5-pro
GOOSE_PROVIDER: google
OPENAI_BASE_PATH: v1/chat/completions

演示

https://github.com/user-attachments/assets/65077834-c0bb-4e07-af07-fad76eaeb0b5

目录标签

目录标签

Rust搜索文档处理职位搜索本地部署去中心化Nostr网络技能匹配薪资查询

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

session

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@modelcontextprotocol/inspector

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiosession部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP