A custom MCP server implementation
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"tavily-mcp-2","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Your MCP Server A custom MCP (Model Control Protocol) server implementation that can be easily integrated into AI applications. ## Installation ```bash pip install your-mcp-server ``` ## Usage ### 基本用法 你可以在AI应用程序的配置中使用此服务器,如下所示: ```json { "mcpServers": { "your-custom-server": { "command": "uvx", "args": ["your-mcp-server"], "env": { "PORT": "8000", "API_KEY": "${input:yourApiKey}" } } } } ``` ### Tavily搜索服务器 本包还提供了一个专门用于Tavily搜索的MCP服务器: ```json { "mcpServers": { "tavily-search": { "command": "uvx", "args": ["tavily-mcp-server"], "env": { "PORT": "8083", "API_KEY": "${input:tavilyApiKey}" } } } } ``` ### 命令行选项 两个服务器都支持以下命令行选项: ```bash # 基本MCP服务器 your-mcp-server --port 8000 --host 0.0.0.0 --reload --config /path/to/config.json --log-level debug # Tavily MCP服务器 tavily-mcp-server --port 8083 --host 0.0.0.0 --reload --config /path/to/config.json --log-level debug ``` ### 配置文件 你可以使用配置文件来设置服务器的各种参数。配置文件是一个JSON文件,可以通过`--config`选项指定。如果不指定,服务器将尝试从以下位置加载配置文件: 1. 当前工作目录下的`config.json` 2. 用户主目录下的`.your_mcp_server/config.json` 配置文件示例(`config.example.json`): ```json { "server": { "host": "0.0.0.0", "port": 8000, "reload": false, "log_level": "info" }, "tavily": { "host": "0.0.0.0", "port": 8083, "reload": false, "log_level": "info", "api_key": "", "search_options": { "max_results": 5, "search_depth": "basic", "include_domains": [], "exclude_domains": [], "country": "US", "time_range": "month" }, "news_options": { "max_results": 5, "days": 3, "include_domains": [], "exclude_domains": [], "country": "US" } }, "api": { "cors_origins": ["*"], "rate_limit": { "enabled": false, "limit": 100, "period": 3600 } } } ``` 注意:命令行参数的优先级高于配置文件中的设置。 ### 环境检查工具 本包还提供了一个命令行工具,用于检查环境变量和依赖项是否正确设置: ```bash # 检查环境变量和依…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.