General Tools
xfiltered.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://xfiltered.com/mcp
MCP server metadata
- Name
- xfiltered
- Version
- 1.0.0
Evaluate a post you submit now. Automatic X watching needs an approved credential. Use create_agent_key, then claim_agent_key, then evaluate_post with the claimed Bearer key on a workspace the checkout email belongs to. This is not a live pre-publication gate.
Known tools 4
evaluate_postEvaluate a post you submit now on a workspace the Stripe checkout email belongs to.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.xfiltered]
url = "https://xfiltered.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xfiltered": {
"type": "http",
"url": "https://xfiltered.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xfiltered
Remote MCP URL: https://xfiltered.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"xfiltered": {
"url": "https://xfiltered.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xfiltered": {
"type": "http",
"url": "https://xfiltered.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xfiltered",
"transport": "streamable-http",
"url": "https://xfiltered.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.