Console CensorChecker
Allows running censorship and tcping checks as a step in GitHub Actions workflows.
自我介绍
Console CensorChecker: 一只基于 Pwsh(.Net 8) 的 Tcping 批量拨测与审查检测脚本
适用平台: Any
Related MCP server: Keel
注意事项
本项目仅供测试 Tcping 延迟与监控服务可用性,无意绕过任何审查设备的审查
下载地址
Github Release: https://github.com/SpaceTimee/Console-CensorChecker/releases
PowerShell Gallery: https://www.powershellgallery.com/packages/Console-CensorChecker
Github Marketplace: https://github.com/marketplace/actions/console-censorchecker
安装方式
PowerShell Module: Install-Module Console-CensorChecker
食用方式
PowerShell Script: 在 pwsh 7.x 环境中运行 Console-CensorChecker.ps1 脚本 → 按照提示操作即可
PowerShell Module: 在 pwsh 7.x 环境中执行 Invoke-Check 命令即可
Invoke-Check -targets example.comMCP Server: 在 pwsh 7.x 环境中执行 Invoke-Check -mcp 命令即可
Invoke-Check -mcpMCP Client: 在 Agent 客户端中添加 MCP 配置即可
{
"mcpServers": {
"console-censorchecker": {
"command": "pwsh",
"args": ["-Command", "Invoke-Check -mcp"]
}
}
}Github Actions: 在工作流中调用 SpaceTimee/Console-CensorChecker 即可
- uses: SpaceTimee/Console-CensorChecker@v1.1.4.55
with:
TARGETS: example.comMCP 托管
Smithery (首选): https://smithery.ai/servers/spacetime/console-censorchecker
Glama: https://glama.ai/mcp/servers/SpaceTimee/Console-CensorChecker
开发者
Space Time
联系方式
QQ 群 (主群): 964102080,1034315671,716266896,338919498
TG 群 (分群): PixCealerChat
邮箱: Zeus6_6@163.com
•ᴗ•
Available Tools
1 toolInvoke-CheckB
Synopsis: Check host targets for tcping latency and censorship. Returns a JSON result with Target and Latency (timeout: 2147483647) Component: Network Role: Probe Functionality: Batch tcping probe & Censor checker
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Default port for targets | |
| browser | No | Chromium browser path | |
| targets | No | Host targets or a target file path to check |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must carry full burden. It mentions return format (JSON with Target and Latency) and timeout value, but does not disclose whether the tool has destructive side effects, requires permissions, or has rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description includes structured fields (Synopsis, Component, etc.) but contains redundancy (e.g., 'Component: Network' is implicit). Could be more concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, so description must explain return values. It does mention JSON result with Target and Latency, but lacks details on censorship check interpretation or error handling. Adequate but not fully comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions. The description adds context (tcping latency) but does not significantly improve understanding beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks host targets for tcping latency and censorship, with specific verb and resource. It distinguishes itself from no siblings, so clarity is high.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use or not use this tool, but with no siblings, the context implies usage for network probing. Lacks 'when-not-to-use' criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- First observed
Invoke-Check
TDQS
Only one tool exists, so there is no possibility of ambiguity.
The single tool follows a consistent PowerShell verb-noun convention (Invoke-Check).
With only one tool, the server feels underdeveloped; a network checker typically requires multiple tools for different operations.
The server only provides a single tool for tcping and censorship checking, missing other essential network diagnostics like traceroute or DNS checks.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Interact with a global network measurement platform.Run network commands from any point in the world
Scan the open TCP ports of your own public IP. Fast (32) or deep (65535). No key, no signup.
Edge-based network diagnostic utility checking host latency, gated via x402 payment rails.
Free, read-only security scanner for remote MCP servers, before you connect them.
Related MCP Servers
- MIT
- AlicenseAqualityCmaintenanceNetwork diagnostics — ping, traceroute, DNS lookup, port scanning, and connectivity testing via MCP.14MIT
- AlicenseBqualityBmaintenanceAggregates multiple cyberspace search engines (FOFA, Quake, Hunter, ZoomEye) into a unified MCP server, enabling asset search, pagination, statistics, and account info retrieval.26MIT
- FlicenseBqualityCmaintenanceMCP server for checking reachability of nodes inside an Xray subscription by fetching subscription URLs, parsing nodes, running TCP probes, and exposing tools for scheduled monitoring.7-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpaceTimee/Console-CensorChecker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server