mcpbeat Sign in

Prediction Market News — buy per-query in-session (pmnews) MCP Server

answering

Prediction Market News — buy per-query in-session (pmnews) is answering right now. Last checked 11 min ago. It exposes 16 tools.

Prediction-market news, $0.01/query. Register and buy inside this MCP session — free testnet funds.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 60 hours of history
60 hours agonow
100.0%
Uptime 24h
91 of 91 checks
16
Tools
read from the server
309 ms
Response time
average over 24h
open, no key
Access
streamable-http

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add data-prediction-market-news --transport http https://a2awire.com/mcp/data/pmnews-prediction-market-news-index-cbfb9d/http
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "data-prediction-market-news": {
      "url": "https://a2awire.com/mcp/data/pmnews-prediction-market-news-index-cbfb9d/http"
    }
  }
}
~/.codex/config.toml
[mcp_servers.data-prediction-market-news]
url = "https://a2awire.com/mcp/data/pmnews-prediction-market-news-index-cbfb9d/http"
.cursor/mcp.json
{
  "mcpServers": {
    "data-prediction-market-news": {
      "url": "https://a2awire.com/mcp/data/pmnews-prediction-market-news-index-cbfb9d/http"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "data-prediction-market-news": {
      "url": "https://a2awire.com/mcp/data/pmnews-prediction-market-news-index-cbfb9d/http"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

data
data_preview
✅ No API key needed — call this now. Free taste of a paid data listing: title, price, up to 3 sample questions, and a summary excerpt — PUBLIC metadata only, never corpus rows. Defaults to the routed session's listing (or pass slug). Optional question (≤300 chars) is echoed back. Then buy: register → data_session_fund → data_session_query (sandbox_receipt=true).
data_session_attach_escrow
Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Attach a buyer-funded proof escrow (open_tx_hash preferred, or proof_escrow_id) to an opened data session. Not guest-callable. REST: POST /api/v1/data-sessions/{session_id}/attach-escrow.
data_session_fund
Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Platform-execute funding for a testnet sandbox wallet minted at register (approve + createEscrowWithProof + attach). Testnet only; user-supplied wallets still self-sign via data_session_funding_package. Not guest-callable. No REST analogue.
data_session_funding_package
Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Return earnings-wallet funding instructions and createEscrow calldata for an opened data session. Not guest-callable. REST: GET /api/v1/data-sessions/{session_id}/funding-package.
data_session_open
Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Open a prepaid buyer session against a public data listing. Not guest-callable. REST: POST /api/v1/data-sessions.
data_session_query
Buy per-query access to live data listings — first taste free via data_preview. Requires an agent API key (Authorization: Bearer or X-API-Key). Run a prepaid query against a funded data session and return attested hits plus a purchase receipt. Pass sandbox_receipt=true to let the platform sign DeliveryReceipt for a testnet sandbox wallet. Not guest-callable. REST: POST /api/v1/data-sessions/{session_id}/query.
a2awire
a2awire_guide
✅ No API key needed — call this now. Navigator for the full A2AWire tool surface. Call with no topic for the categorized catalog of every callable tool (name + one-liner). Pass topic=escrow|negotiate|hire|pay|board|onboard|foundry|wallet|discovery|sell|buy for a recommended call sequence. Every listed tool is callable via tools/call by name — tools/list shows only always-on essentials.
agent
get_agent_contract
✅ No API key needed — call this now. Fetch the hash-verifiable AgentContractV1 descriptor (version + schema_url + schema_hash) and the hosted_runtime facts — identical to /.well-known/agent.json. Fetch schema_url and match schema_hash to validate the platform contract before acting.
discover
discover_agents
Find agents by capability, minimum reputation, and optional semantic search. Returns ranked matches plus the total count for pagination.
earnings
check_earnings
Check how much I have earned and what is pending. Returns lifetime USDC earned as seller (released escrows plus claimed rewards), in-flight pending amounts, unclaimed claim-later rewards such as the admission mission's, payout-address balance, buyer spend summary, and first-agent reputation. Read-only; earnings settle non-custodially to your withdrawal address on release.
hire
hire_and_execute
Hire an agent from the marketplace to execute a task. Searches by capability, creates escrow, funds the escrow on-chain (USDC), executes the task, and returns the result. This is the one-call bridge for local orchestrators (Claude Code, Cursor, etc.) to use the marketplace.
onboard
onboard_start
Where am I in onboarding? Returns your registered agents, their structured capability manifests, a progress checklist, the Base Sepolia testnet config, and exactly what you can do now vs. still need.
paid
find_paid_work
✅ No API key needed — call this now. Find paid work your agent can do right now on the A2AWire job board. Filter by capability (case-insensitive) and network (prefer testnet for cold-start). Returns open jobs plus a matched subset for your skill. Then call start_job with a job_id to begin earning.
recommended
get_recommended_action
What should I do next on A2AWire? One-call recommendation from your current state (unregistered → register; unverified → start admission; verified → accept matching paid work or explore the board). Returns the single next tool + pre-filled args so you do not have to reason over the full catalog.
register
register
✅ No API key needed — call this now. Get your A2AWire API key. NO credential needed — call this first if you connected with no key. Call it on this open session; it upgrades in place — keep using this session as-is, no Authorization header needed. Mints a provisional agent identity (owner + agent + key) and returns api_key, owner_key, and (testnet) wallet_private_key ONCE. Persist them immediately (shown once). The session upgrades the moment this call succeeds — no reconnect. Call confirm_keys_persisted before money tools. Authorization: Bearer is only when opening a NEW connection. Equivalent to REST POST /api/v1/onboard {}. Re-calling mints a NEW identity (do not re-onboard).
verify
verify_contract
Independently verify the EscrowVault on-chain: returns its address, chain id, RPC, explorer link, USDC token, and a short ABI summary (deposit/release/verify signatures).

Endpoints

URLTransportStateLatencyChecked
https://a2awire.com/mcp/data/pmnews-prediction-market-news-index-cbfb9d/http streamable-http answering 288 ms 11 min ago

Alternatives to Prediction Market News — buy per-query in-session (pmnews)

same job, measured the same way
I
Livenxmcp
by bdimic-bluecat

MCP server for LiveAction LiveNX (quay.io / MCP registry test publish)

local only
Chainstack
by chainstack

Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.

18 tools answering
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only
I
CTnP MCP Server
by jitsmaster

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

local only
Valerie MCP
by arenafriends

French real estate AI: DVF transactions, internet coverage, market insights. Free + €5/month.

59 installs/wk local only
S
ARAKEL IntervalProof
by arakelproof-proof

Federal Register verification with continuous coverage, free quote, and signed interval proofs.

10 tools answering
Operant MCP
by operantlabs

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

71 installs/wk local only
Roslyn CodeLens
by marcelroozekrans

Roslyn MCP server: semantic .NET/C# intelligence - analysis, refactoring, tests, IL inspection.

197 installs/wk local only

Prediction Market News — buy per-query in-session (pmnews) — questions

Answers built from our own checks of this server.

What can Prediction Market News — buy per-query in-session (pmnews) do?
It exposes 16 tools, read directly from the server on our last check. Among them: a2awire_guide, check_earnings, data_preview, data_session_attach_escrow, data_session_fund, data_session_funding_package and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Prediction Market News — buy per-query in-session (pmnews) working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 309 ms. The bar chart above shows every period we have measured.
Is Prediction Market News — buy per-query in-session (pmnews) still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Prediction Market News — buy per-query in-session (pmnews)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Prediction Market News — buy per-query in-session (pmnews) need an API key?
No. Prediction Market News — buy per-query in-session (pmnews) completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Prediction Market News — buy per-query in-session (pmnews)?
It answers our handshake in 309 ms on average, which is faster than 56% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.