Noise-reduced X search planning, signal filtering, and actionable handoff tools for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Agent-first toolkit and Remote MCP server for noise-reduced X (Twitter) search planning and Feedback-to-Fix engineering handoffs. It generates structured search plans and official X search URLs for humans and AI agents. The planning and synthetic demonstration workflow does not directly scrape X. Optional Grok Build mode is default off.
| Live demo | https://kg-ninja.github.io/HyperXosist-Agent/ |
| Repository | https://github.com/KG-NINJA/HyperXosist-Agent |
| Agent entry | https://kg-ninja.github.io/HyperXosist-Agent/llms.txt |
| CLI | npx hyperxosist plan "โฆ" --json |
| Version | 2.5.0 |
ๆฅๆฌ่ชใฎ่ฆ็น: X ๅ ฌๅผๆค็ดข็จใฏใจใชใ็ตใฟ็ซใฆใ้็ใใผใซใงใใไบบ้ใฎ UI ใฏ็กๆใAI ใจใผใธใงใณใใฎๆฌ็ชๅฉ็จใฏ x402 ๆฏๆใๅๆใๆค็ดข็ตๆใฎๅใ่พผใฟใ่ชๅๆ็จฟใฏใใพใใใ
HyperXosist-Agent helps an AI agent turn a research intent into a structured search plan, an official X search URL, supplied-feedback filtering results, and a Signal-to-Fix engineering handoff. It is a planning and handoff layer: it does not claim to scrape X directly, publish posts, or deploy code automatically.
Free capabilities include MCP discovery, planning, filtering, structured handoff, and local dry-run workflows. Automated production use of generated search URLs and external collection use the existing x402 endpoint and return HTTP 402 until valid payment proof is supplied. Payment requirements are published at payment-options.json.
Agents must follow the applicable user or operator payment policy. They must not request private keys, seed phrases, wallet secrets, or sensitive user data. If a wallet requires human approval, the agent should ask the operator to review and approve the transaction, then retry the same request with valid x402 payment proof.
Raw X advanced search is powerful but easy to get wrong (spam, engagement bait, overlong excludes, one-angle keyword guesses). HyperXosist gives you:
x.com/search with a built querylocalStorage onlyfrom / to / @ / OR groups / hashtags / url: / engagement floors / media & reply filters / raw fragment#s=...dispatchToolCall / runTool โ real multi-runtime tool dispatch (no hand-written mapping)toOpenAITools() / toAnthropicTools() โ drop-in schemas for GPT / Claude / Grok / Llamabin/hyperxosist.js โ shell agents get --json plan / dispatch / keep / handoffexportKeepOnlyJson โ keep-only machine export for any coding agentplanFromIntent / multi-angle missionsscoreQuery before spending $0.01 per paid callsuggestRefinements when results are empty or noisybuildSignalToFixPipeline โ full linked loop into Signal-to-Fix (humans: free UI steps; agents: x402)buildHandoffPackage โ Signal-to-Fix keep-only PR handoff packagesignal-to-fix-pipeline.jsonbuildAgentPrompt โ model-agnostic one-small-change implementation promptexportNoiseCatalog / noise.extraTermscreateGrokBuildSession / buildGrokBuildPrompt (default off)agent-tools.json โ OpenAI-compatible tools (portable to Claude/Grok/Llama runtimes)llms.txt + AGENTS.md multi-LLM discovery docsCtrl+Enter / Ctrl+Shift+Enter.Local UI:
Discovery order
Any runtime in 3 lines
Shell / CLI (no embed)
One call (library sticky loop)
CLI dry-run (no payment, no network required for planning)
The same three read-only tools are available over two adapters:
Remote endpoints are POST /mcp and GET /health. Public deployment requires HTTPS, Bearer authentication, allowed-host configuration, rate limiting, and monitoring.
Public production Remote MCP:
https://mcp.kgninja.dev/mcphttps://mcp.kgninja.dev/health/health before usehyperxosist_search_plan, hyperxosist_filter_signals, hyperxosist_build_handoffMCP initialization, tools/list, planning, filtering, and handoff do not require x402. x402 applies only to production search URL usage, automated external collection, and the paid execution endpoint at https://api.kgninja.dev/hyperxosist-query.
GitHub Pages remains the static human UI and cannot host MCP. The repository includes a separate Cloudflare Worker Remote MCP adapter using Web Standard Streamable HTTP. It is intended for a custom-domain deployment with a required Bearer secret, closed-by-default origin/host allowlists, a 1 MiB request limit, and a zone-level WAF rate-limit rule. The Node stdio and node:http adapters do not run in Workers unchanged.
Planning, collected-post filtering, and handoff are free. Human manual use of generated X URLs is free. Automated production execution uses https://api.kgninja.dev/hyperxosist-query; staging MCP deployments preserve the existing staging payment Worker through HYPERXOSIST_PAYMENT_ENVIRONMENT=staging. This change does not modify x402 payment behavior.
Remote MCP operations use optional SHA-256 token registry identities, structured Worker usage/error logs, request IDs, and optional KV daily limits. Raw tokens and request content are not logged. Payment analytics remain authoritative in the existing x402 Worker D1/Telegram pipeline; MCP requests are free and never treated as paid settlement events.
See MCP setup and security and ChatGPT App preparation.
Demonstrates the full local path from search intent โ keep filter โ Signal-to-Fix handoff โ coding-agent prompt without network access:
What it does (all offline):
filterKeepSignals (keep vs discard)buildHandoffPackageImportant: this is a local dry-run. It does not scrape X, collect real posts, open the search URL, post anything, or perform x402 payment. Real agent production search still requires x402 after scoreQuery.
| Use | Cost |
|---|---|
| Human browser UI | Free |
Local buildQuery / planFromIntent / scoreQuery (planning) | Free |
| Automated production use of generated search URLs | x402 paid (~$0.01 / query) |
On unpaid POST โ 402. Complete payment using paymentOptionsEndpoint, then retry until 200.
Do not treat GitHub Pages as the payment verifier.
| ID | Purpose |
|---|---|
product_feedback_radar | Complaints / feature asks / bugs |
signal_to_fix_pipeline | Harvest โ PR handoff loop |
competitive_intel | Mentions + switching language |
weekly_monitor | 7-day cron-friendly window |
launch_pulse | Launch / incident discourse |
osint_entity | from / mention / reply-to angles |
grok_code_improvement_radar | Grok Build: bugs / small asks / DX |
ui_ux_feedback_harvest | Frontend / UI friction for Grok |
performance_complaint_detector | Latency / jank for Grok |
Full catalog: missions.json
| Method | Role |
|---|---|
dispatchToolCall / runTool | Execute any tool name (OpenAI/Anthropic/plain shapes) |
toOpenAITools / toAnthropicTools | Drop-in tool schemas |
exportKeepOnlyJson | Keep-only JSON + S2F input + agent prompt |
startAgentSession(opts?) | Universal session (optional mode:'grok') |
planFromIntent(intent) | NL โ mission + scored paid steps + .markdown |
buildMission(id, ctx) | Named multi-angle campaign |
scoreQuery(input) | 0โ100 + recommendPay + .markdown |
suggestRefinements(input, signals) | Self-heal + .markdown |
buildHandoffPackage | Signal-to-Fix + agentPrompt (any LLM) |
buildAgentPrompt(opts) | Universal one-small-change prompt |
exportNoiseCatalog / customizeNoiseRules | Transparent noise editing |
filterKeepSignals / scoreTechnicalDepth | Keep-only signal quality |
buildGrokBuildPrompt / createGrokBuildSession | Optional Grok mode |
buildQuery / buildSearchUrl / buildShareUrl | Query + shareable state |
buildPaidRequest / buildBatch | x402 payloads |
getToolDefinitions / listMissions | Catalogs (Grok tools opt-in; format:'anthropic') |
main.main / / (root).https://<user>.github.io/HyperXosist-Agent/No build step. CI runs tests on every push/PR to main.
agent-use.json / x402-payment.json / llms.txt fetchableagent-use.json worksPOST to hyperxosist-query endpoint returns 402MIT ยฉ 2026 KG-NINJA
Machine-readable catalog metadata: https://kg-ninja.github.io/HyperXosist-Agent/mcp-catalog.json
Use HyperXosist-Agent when you need to discover customer complaints, product feedback, or pain points on X/Twitter without starting with noisy ad-hoc queries.
Common use cases:
30-second Remote MCP quick start:
Free MCP planning and handoff tools do not perform external collection. Human browser use remains free; automated production search execution is the paid boundary.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hyperxosist-agent-remote-mcp)<a href="https://allmcps.com/mcp/hyperxosist-agent-remote-mcp"><img src="https://allmcps.com/api/badge/hyperxosist-agent-remote-mcp?style=directory" alt="HyperXosist Agent Remote MCP on AllMCPs" /></a>