RapidAPI: herosAPI/google-search74
Project description
Google Search74 MCP Server
RapidAPI: herosAPI/google-search74
简介
这是一个使用 FastMCP 自动生成的 MCP 服务器,用于访问 Google Search74 API。
- PyPI 包名:
bach-google_search74 - 版本: 1.0.0
- 来源平台: openapi
- 传输协议: stdio
安装
从 PyPI 安装:
pip install bach-google_search74
从源码安装:
pip install -e .
运行
方式 1: 使用 uvx(推荐,无需安装)
# 运行(uvx 会自动安装并运行)
uvx --from bach-google_search74 bach_google_search74
# 或指定版本
uvx --from bach-google_search74@latest bach_google_search74
方式 2: 直接运行(开发模式)
python server.py
方式 3: 安装后作为命令运行
# 安装
pip install bach-google_search74
# 运行(命令名使用下划线)
bach_google_search74
配置
API 认证
此 API 需要认证。请设置环境变量:
export API_KEY="your_api_key_here"
在 Claude Desktop 中使用
编辑 Claude Desktop 配置文件 claude_desktop_config.json:
{
"mcpServers": {
"google_search74": {
"command": "python",
"args": ["E:\path\to\google_search74\server.py"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}
注意: 请将 E:\path\to\google_search74\server.py 替换为实际的服务器文件路径。
可用工具
此服务器提供以下工具:
search
The Google Search74 API endpoint allows users to perform a Google search query and retrieve relevant results based on the provided input. This endpoint is ideal for applications that require automated search capabilities, such as content aggregation, market research, or keyword analysis. ### Key Features: 1. Search Functionality: Execute a search query on Google and retrieve results. 2. Limit Results: Specify the maximum number of results to be returned. 3. Related Keywords: Optionally include related keywords in the response for deeper insights. ### Parameters: - query (string): The search term or keyword to query on Google. For example, "Nike". - limit (integer): The maximum number of search results to return. For example, 10. - related_keywords (boolean): A flag to include related keywords in the response. Set to true to retrieve related keywords, or false to exclude them. ### Response: The endpoint returns a structured JSON object containing: - Search Results: A list of search results, including titles, URLs, and snippets. - Related Keywords (if enabled): A list of keywords related to the search query for further exploration. This endpoint is designed to streamline search operations and provide actionable insights for applications leveraging Google search data.
端点: GET /
参数:
-
query(string): Example value: Nike -
limit(integer): Example value: 10 -
related_keywords(boolean): Example value: true
技术栈
- FastMCP: 快速、Pythonic 的 MCP 服务器框架
- 传输协议: stdio
- HTTP 客户端: httpx
开发
此服务器由 API-to-MCP 工具自动生成。
生成时间: 1.0.0
Project details
Release history Release notifications | RSS feed
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_google_search74-1.0.0.tar.gz.
File metadata
- Download URL: bach_google_search74-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44533a25c19a3009a6510203412e0cfbb93236cc66ee16afcd1ff0586456289c
|
|
| MD5 |
f50aad01fd99078ed0aaec9766a39c43
|
|
| BLAKE2b-256 |
76785cb2f61a7605d44d9c3faf977dac94285b8d5e0f326791449c9a06c7c760
|
File details
Details for the file bach_google_search74-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bach_google_search74-1.0.0-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 |
223938f572db30203fe98315e95155507fb7dc34e3d7ef3f8e7659f9ca351e6b
|
|
| MD5 |
6710e5199db5accba2ba196809738a6e
|
|
| BLAKE2b-256 |
09312a5c55462773e60d636f91e7ae79f296da10d00e8f0f5c981bc01ccc7742
|