The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the HyperXosist Agent Remote MCP listing page.
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.6.0 |
日本語の要点: X 公式検索用クエリを組み立てる静的ツールです。人間UIとAgentのplanning / filtering / handoffは無料。production executionのみ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 GitHub Pages site feature-detects document.modelContext.registerTool(...) and exposes four Site Tools in compatible browser environments.
Free, local, and read-only:
hyperxosist_search_planhyperxosist_filter_signalshyperxosist_build_handoffPaid production boundary:
hyperxosist_execute — x402 v2 production execution through https://api.kgninja.dev/hyperxosist-queryThe first call omits paymentSignature and returns the server's PAYMENT-REQUIRED requirements. A compatible wallet or facilitator authorizes the payment; the caller then retries with the opaque PAYMENT-SIGNATURE value and confirmPayment: true. The site does not create, request, store, log, or echo private keys, seed phrases, or wallet passwords.
The paid tool is marked consequential and non-idempotent. Clients must not auto-retry a confirmed payment call. Browsers without WebMCP support continue to use the normal human UI unchanged.
The shared MCP core contains the same economic boundary as WebMCP:
hyperxosist_execute, which forwards an explicitly confirmed x402 request to the existing payment Worker.Public production Remote MCP:
https://mcp.kgninja.dev/mcphttps://mcp.kgninja.dev/healthhyperxosist_search_plan, hyperxosist_filter_signals, hyperxosist_build_handoffhyperxosist_execute: implemented and tested in the repository, but requires an explicit production Cloudflare Worker deployment before the public Remote MCP advertises itMerging this repository does not deploy the Cloudflare Worker. Until that manual deployment occurs, the live Remote MCP remains the three-tool free service. The WebMCP paid tool is independent of that deployment and calls the already-live x402 endpoint directly.
The existing x402 route is the only verifier and settlement boundary. MCP and GitHub Pages never create or verify payment proofs. Remote MCP telemetry must not log request content or PAYMENT-SIGNATURE; settlement analytics remain authoritative in the x402 Worker.
See MCP setup and security, Remote MCP Worker deployment, 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 and manual official X URL use | Free |
| Local planning, scoring, filtering, and handoff | Free |
| WebMCP free tools | Free |
| Remote MCP deployed planning/filtering/handoff tools | Free |
hyperxosist_execute production execution | x402 paid; current metadata states 0.01 USDC on Base |
Execution flow:
hyperxosist_execute with input and no payment signature.PAYMENT-REQUIRED response header.paymentSignature and confirmPayment: true.PAYMENT-RESPONSE; do not automatically repeat the confirmed call.payment-options.json is authoritative for current price, asset, network, payee, and facilitator data. GitHub Pages and MCP do not verify or settle payment.
| 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 / access-policy.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:
hyperxosist_execute: inspect the unsigned 402 requirements, authorize with a compatible x402 wallet/facilitator, then retry once with explicit confirmation.Free MCP planning and handoff tools do not perform external collection. Human browser use remains free; automated production search execution is the paid boundary.
When a downstream agent or audit workflow requires a service-signed record of an artifact digest check, use the opt-in AVU buyer adapter. Handoff remains free; local-only checks make no network calls. The adapter checks availability, precheck digests, bound x402 terms and signed delivery. A buyer-owned wallet must explicitly authorize payment.
This is a source adapter, not a new deployed Remote MCP tool or an npm release. Live wallet/settlement compatibility still requires an authorized end-to-end test after service recovery.
Use agent-matchmaker.mjs or the new local stdio MCP server to match an agent's actual task, budget and deadline to five existing API services or an AVU artifact receipt. The client reuses the free public /match endpoint, checks advertised payment terms against live OpenAPI, and excludes local-only needs, unsupported capabilities and known same-operator purchases.
See the matching guide and machine-readable entry. Six capabilities belong to one operator; external buyer demand, brokerage fees, real payment and revenue are not created by matching. The new tools are local source only and do not change the production Remote MCP deployment.