RapidAPI: letscrape-6bRBa3QguO5/jsearch
Project description
Jsearch MCP Server
RapidAPI: letscrape-6bRBa3QguO5/jsearch
简介
这是一个使用 FastMCP 自动生成的 MCP 服务器,用于访问 Jsearch API。
- PyPI 包名:
bach-jsearch - 版本: 1.0.1
- 来源平台: openapi
- 传输协议: stdio
安装
从 PyPI 安装:
pip install bach-jsearch
从源码安装:
pip install -e .
运行
方式 1: 使用 uvx(推荐,无需预先安装)
# 运行(uvx 会自动安装并运行)
uvx --from bach-jsearch bach_jsearch
# 或指定版本
uvx --from bach-jsearch@latest bach_jsearch
# 设置环境变量
API_KEY=your_key uvx --from bach-jsearch bach_jsearch
方式 2: 直接运行(开发模式)
python server.py
方式 3: 安装后作为命令运行
# 安装
pip install bach-jsearch
# 运行(命令名使用下划线)
bach_jsearch
# 设置环境变量
API_KEY=your_key bach_jsearch
配置
API 认证
此 API 需要认证。请设置环境变量:
export API_KEY="your_api_key_here"
在 Claude Desktop 中使用
编辑 Claude Desktop 配置文件 claude_desktop_config.json:
{
"mcpServers": {
"jsearch": {
"command": "python",
"args": ["E:\path\to\jsearch\server.py"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}
注意: 请将 E:\path\to\jsearch\server.py 替换为实际的服务器文件路径。
可用工具
此服务器提供以下工具:
job_search
Search for jobs posted on any public job site across the web on the largest job aggregate in the world (Google for Jobs). Extensive filtering support and most options available on Google for Jobs.
端点: GET /search
参数:
-
query(string): Example value: developer jobs in chicago -
page(integer): Example value: 1 -
num_pages(integer): Example value: 1 -
country(string): Example value: us -
date_posted(string): Example value: all
job_details
Get all job details, including additional information such as: application options / links, employer reviews and estimated salaries for similar jobs.
端点: GET /job-details
参数:
-
job_id(string): Example value: n20AgUu1KG0BGjzoAAAAAA== -
country(string): Example value: us
job_salary
Get estimated salaries / pay for a jobs around a location by job title and location. The salary estimation is returned for several periods, depending on data availability / relevance, and includes: hourly, daily, weekly, monthly, or yearly.
端点: GET /estimated-salary
参数:
-
job_title(string): Example value: nodejs developer -
location(string): Example value: new york -
location_type(string): Example value: ANY -
years_of_experience(string): Example value: ALL
company_job_salary
Get estimated job salaries/pay in a specific company by job title and optionally a location and experience level in years.
端点: GET /company-job-salary
参数:
-
company(string): Example value: Amazon -
job_title(string): Example value: software developer -
location_type(string): Example value: ANY -
years_of_experience(string): Example value: ALL
技术栈
- FastMCP: 快速、Pythonic 的 MCP 服务器框架
- 传输协议: stdio
- HTTP 客户端: httpx
开发
此服务器由 API-to-MCP 工具自动生成。
生成时间: 1.0.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bach_jsearch-1.0.1.tar.gz.
File metadata
- Download URL: bach_jsearch-1.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d945f5e1bb429d88feb3293c82f4937bdd267735e66038d0addc4378a408c95
|
|
| MD5 |
79bca1bcbc2a010590ca04049967a500
|
|
| BLAKE2b-256 |
5dcd1391b57fb30878443ed1845178fc8b4793bcf338e4da410279f8f14bc1a3
|
File details
Details for the file bach_jsearch-1.0.1-py3-none-any.whl.
File metadata
- Download URL: bach_jsearch-1.0.1-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d3bb6563da35b5642faf20236df44a6ca1bd3b4e61d96d1abf0c06805f6f181
|
|
| MD5 |
b6f86ad7b84cbd65ce06c9347fa82dfb
|
|
| BLAKE2b-256 |
b02126dab65ea59c01f40dfab8bc1fc3236d7d3e621106844ff27d359ab006db
|