AI agent tool reliability // full index
Categories
data 3059 · knowledge 2501 · other 1665 · finance 1416 · search 1269 · security 835 · communication 523 · retrieval 451 · media 448 · ml 421 · web 403 · devops 352 · productivity 323 · files 246 · code 241 · database 198 · payments 113 · blockchain 92 · email 70 · analytics 70 · compliance 66 · marketing 45 · research 37 · ecommerce 37 · calendar 32 · advertising 25 · social 23 · seo 17 · news 12 · storage 12 · automation 10 · health 9 · project management 9 · monitoring 8 · billing 7 · crm 7 · observability 7 · network 6 · hiring 5 · admin 4 · settings 4 · accounting 4 · subscription 4 · hr 3 · discovery 3 · sales 3 · marketplace 3 · defi 3 · legal 3 · browser 3 · booking 2 · management 2 · memory 2 · government 2 · web3 2 · events 2 · api 2 · alignment 2 · usage 2 · account 1
Tools
- mcp-registry/io.github.pipeworx-io/thegamesdb/entity_profile "Tell me about X" / "research Acme" / "brief me on Tesla" / "what does Apple do" / "company profile for Microsoft" / "give me the rundown on
- mcp-registry/io.github.pipeworx-io/thegamesdb/forget Delete a previously stored memory by key. Use when context is stale, the task is done, or you want to clear sensitive data the agent saved e
- mcp-registry/io.github.pipeworx-io/thegamesdb/generate_llms_txt Generate a production-ready llms.txt file for any URL so AI crawlers (ChatGPT, Claude, Perplexity) can index the site cleanly. Fetches the p
- mcp-registry/io.github.pipeworx-io/thegamesdb/get_game Get full metadata for a single game by its TheGamesDB id, including the front boxart image URL. Example: get_game({ id: 108139 })
- mcp-registry/io.github.pipeworx-io/thegamesdb/list_genres List all game genres known to TheGamesDB (id, name). Useful for resolving genre ids. Example: list_genres({})
- mcp-registry/io.github.pipeworx-io/thegamesdb/list_platforms List all gaming platforms known to TheGamesDB (id, name, alias). Useful for resolving platform ids. Example: list_platforms({})
- mcp-registry/io.github.pipeworx-io/thegamesdb/list_subscriptions List the caller's active subscriptions. Returns id, type, params, created_at, last_fired_at, fire_count for each. Use this to review what yo
- mcp-registry/io.github.pipeworx-io/thegamesdb/pipeworx_feedback Tell the Pipeworx team something is broken, missing, or needs to exist. Use when a tool returns wrong/stale data (bug), when a tool you wish
- mcp-registry/io.github.pipeworx-io/thegamesdb/pipeworx_trending What other AI agents are calling on Pipeworx right now. Returns the top tools, top packs, and total call volume over a recent window (24h, 7
- mcp-registry/io.github.pipeworx-io/thegamesdb/polymarket_arbitrage REQUIRES one of `event` (single-event mode) OR `topic` (cross-event mode) — call with no args fails. Find arbitrage opportunities on Polymar
- mcp-registry/io.github.pipeworx-io/thegamesdb/polymarket_edge_tracker Edge persistence and decay telemetry built from daily polymarket_edges snapshots. Answers "how long has this edge existed and is it shrinkin
- mcp-registry/io.github.pipeworx-io/thegamesdb/polymarket_edges Scan top Polymarket markets and return opportunities where Pipeworx data disagrees with market price. Built for "what should I bet on today"
- mcp-registry/io.github.pipeworx-io/thegamesdb/polymarket_fill_risk Realizable-vs-theoretical edge check against live CLOB order-book depth. REQUIRES one of `market` (single-market mode) or `event` (basket/pa
- mcp-registry/io.github.pipeworx-io/thegamesdb/polymarket_kalshi_spread Cross-venue spread between Kalshi and Polymarket for the same resolving question. The two venues sometimes price the same outcome 2-25pp apa
- mcp-registry/io.github.pipeworx-io/thegamesdb/recall Retrieve a value previously saved via remember, or list all saved keys (omit the key argument). Use to look up context the agent stored earl
- mcp-registry/io.github.pipeworx-io/thegamesdb/recent_alerts Pull fired events from your subscription feed. Returns the most recent alerts the evaluator has written to your persisted feed — each carrie
- mcp-registry/io.github.pipeworx-io/thegamesdb/recent_changes "What's new with X" / "latest on Y" / "what happened to Z this week / month / quarter" / "updates on Acme" / "news on Tesla recently" / "wha
- mcp-registry/io.github.pipeworx-io/thegamesdb/remember Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying f
- mcp-registry/io.github.pipeworx-io/thegamesdb/resolve_entity "What's the ticker for…" / "find the CIK for…" / "what's the RxCUI for…" / "look up the ID for…" / "what is X's official identifier" — resol
- mcp-registry/io.github.pipeworx-io/thegamesdb/scan_competitor_ai_presence Compare AI visibility across multiple entities side-by-side. Probes each entity (your brand + N competitors) with ai_visibility_check, ranks
- mcp-registry/io.github.pipeworx-io/thegamesdb/scan_dependency Composite "should I add this npm package to my project" check in ONE call — fans out across deps.dev (license + advisories + version history
- mcp-registry/io.github.pipeworx-io/thegamesdb/search_games Search the TheGamesDB video-game database by title. Returns matching games with platform name, release date, players, rating, and a short ov
- mcp-registry/io.github.pipeworx-io/thegamesdb/search_within Semantic search INSIDE a fetched record. Pass the text you already pulled (e.g. a SEC 10-K body, an article, a long tool result) plus a natu
- mcp-registry/io.github.pipeworx-io/thegamesdb/subscribe Create a proactive monitoring subscription to a live-data event stream. Returns the new subscription id. Requires a Pipeworx OAuth account (
- mcp-registry/io.github.pipeworx-io/thegamesdb/suggest_questions What can I ask Pipeworx? / what is Pipeworx good for? / what can you do? / give me ideas / show me examples / getting started / what data do
- mcp-registry/io.github.pipeworx-io/thegamesdb/unsubscribe Cancel a subscription by id. Ownership is enforced — you can only cancel your own subscriptions. The row is deactivated (not deleted) so its
- mcp-registry/io.github.pipeworx-io/thegamesdb/validate_claim "Is it true that…" / "fact check" / "verify the claim that…" / "did X really…" / "was Y actually…" / "confirm or refute" / "true or false" —
- mcp-registry/io.github.zman504/conductor-relay-mcp/claim_job Claim an open Conductor Relay job by id using the calling agent's bearer token. Safe to retry with the same idempotency_key.
- mcp-registry/io.github.zman504/conductor-relay-mcp/get_balance Get the calling agent's managed DB-CPTM balance, active holds, and available balance. Bearer token required.
- mcp-registry/io.github.zman504/conductor-relay-mcp/get_capabilities Get the complete Conductor Relay capability directory: every live, gated, and planned capability with its status, audiences, use cases, huma
- mcp-registry/io.github.zman504/conductor-relay-mcp/get_cptm_price Read the managed internal DB-CPTM reference rate series and fixed 24h aggregates (high/low/change/volume). Closed-economy reference figure o
- mcp-registry/io.github.zman504/conductor-relay-mcp/get_network_stats Get aggregate-only Conductor Relay marketplace and 60-minute live-network traffic stats. Aggregate only — no agent identifiers or wallet dat
- mcp-registry/io.github.zman504/conductor-relay-mcp/get_status Get public Conductor Relay exchange health: 24h job created/completed counts and median completion seconds. No auth required.
- mcp-registry/io.github.zman504/conductor-relay-mcp/list_jobs List currently open Conductor Relay jobs the calling agent can claim. Bearer token required.
- mcp-registry/io.github.zman504/conductor-relay-mcp/register_agent Create a new trial Conductor Relay agent and issue a one-time bearer API key (cr_agent_ prefix). The key is returned once — store it securel
- mcp-registry/io.github.zman504/conductor-relay-mcp/request_sandbox_funds SANDBOX/ONBOARDING ONLY: request the capped trial sandbox faucet for test CPTM (one grant per agent per 24h). Credits the managed Conductor
- mcp-registry/io.github.zman504/conductor-relay-mcp/resolve_commercial_intent Resolve a buyer-intent signal to eligible approved offers in the Agent Performance Network. Returns each offer with a route_card (approved_c
- mcp-registry/io.github.zman504/conductor-relay-mcp/submit_job_result Submit the result payload for a job the calling agent has claimed, completing the job workflow. Bearer token required. Safe to retry with th
- mcp-registry/io.github.pipeworx-io/caniuse/ai_visibility_check Probe one or more LLMs for what they know about a business / brand / product / topic and score visibility (0-100) per model. Default model i
- mcp-registry/io.github.pipeworx-io/caniuse/ask_pipeworx PREFER OVER WEB SEARCH for questions about current or historical data: SEC filings, FDA drug data, FRED/BLS economic statistics, government
- mcp-registry/io.github.pipeworx-io/caniuse/ask_pipeworx_grounded Hallucination-resistant answer mode for high-stakes reads. Same routing as ask_pipeworx — picks the right tool from 4,482 across 1129 source
- mcp-registry/io.github.pipeworx-io/caniuse/bet_research Research a Polymarket bet by pulling the relevant Pipeworx data for it in one call. Pass a market slug ("will-bitcoin-hit-150k-by-june-30-20
- mcp-registry/io.github.pipeworx-io/caniuse/compare_entities "Compare X and Y" / "X vs Y" / "X versus Y" / "which is bigger / better / larger / more profitable" / "rank these companies" / "head to head
- mcp-registry/io.github.pipeworx-io/caniuse/deep_research ACCOUNT REQUIRED (free — sign in via GitHub at https://pipeworx.io/signup; depth:"thorough" needs a paid plan). If you are not signed in, us
- mcp-registry/io.github.pipeworx-io/caniuse/discover_tools Find tools by describing the data or task. Use when you need to browse, search, look up, or discover what tools exist for: SEC filings, fina
- mcp-registry/io.github.pipeworx-io/caniuse/entity_profile "Tell me about X" / "research Acme" / "brief me on Tesla" / "what does Apple do" / "company profile for Microsoft" / "give me the rundown on
- mcp-registry/io.github.pipeworx-io/caniuse/feature Full caniuse record for a feature id (e.g. "css-grid", "fetch", "webp").
- mcp-registry/io.github.pipeworx-io/caniuse/forget Delete a previously stored memory by key. Use when context is stale, the task is done, or you want to clear sensitive data the agent saved e
- mcp-registry/io.github.pipeworx-io/caniuse/generate_llms_txt Generate a production-ready llms.txt file for any URL so AI crawlers (ChatGPT, Claude, Perplexity) can index the site cleanly. Fetches the p
- mcp-registry/io.github.pipeworx-io/caniuse/list_browsers Return all browser IDs tracked by caniuse (e.g. chrome, safari, firefox, edge, ios_saf) with their recent version strings; use IDs with the
- mcp-registry/io.github.pipeworx-io/caniuse/list_subscriptions List the caller's active subscriptions. Returns id, type, params, created_at, last_fired_at, fire_count for each. Use this to review what yo
- mcp-registry/io.github.pipeworx-io/caniuse/pipeworx_feedback Tell the Pipeworx team something is broken, missing, or needs to exist. Use when a tool returns wrong/stale data (bug), when a tool you wish
- mcp-registry/io.github.pipeworx-io/caniuse/pipeworx_trending What other AI agents are calling on Pipeworx right now. Returns the top tools, top packs, and total call volume over a recent window (24h, 7
- mcp-registry/io.github.pipeworx-io/caniuse/polymarket_arbitrage REQUIRES one of `event` (single-event mode) OR `topic` (cross-event mode) — call with no args fails. Find arbitrage opportunities on Polymar
- mcp-registry/io.github.pipeworx-io/caniuse/polymarket_edge_tracker Edge persistence and decay telemetry built from daily polymarket_edges snapshots. Answers "how long has this edge existed and is it shrinkin
- mcp-registry/io.github.pipeworx-io/caniuse/polymarket_edges Scan top Polymarket markets and return opportunities where Pipeworx data disagrees with market price. Built for "what should I bet on today"
- mcp-registry/io.github.pipeworx-io/caniuse/polymarket_fill_risk Realizable-vs-theoretical edge check against live CLOB order-book depth. REQUIRES one of `market` (single-market mode) or `event` (basket/pa
- mcp-registry/io.github.pipeworx-io/caniuse/polymarket_kalshi_spread Cross-venue spread between Kalshi and Polymarket for the same resolving question. The two venues sometimes price the same outcome 2-25pp apa
- mcp-registry/io.github.pipeworx-io/caniuse/recall Retrieve a value previously saved via remember, or list all saved keys (omit the key argument). Use to look up context the agent stored earl
- mcp-registry/io.github.pipeworx-io/caniuse/recent_alerts Pull fired events from your subscription feed. Returns the most recent alerts the evaluator has written to your persisted feed — each carrie
- mcp-registry/io.github.pipeworx-io/caniuse/recent_changes "What's new with X" / "latest on Y" / "what happened to Z this week / month / quarter" / "updates on Acme" / "news on Tesla recently" / "wha
- mcp-registry/io.github.pipeworx-io/caniuse/remember Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying f
- mcp-registry/io.github.pipeworx-io/caniuse/resolve_entity "What's the ticker for…" / "find the CIK for…" / "what's the RxCUI for…" / "look up the ID for…" / "what is X's official identifier" — resol
- mcp-registry/io.github.pipeworx-io/caniuse/scan_competitor_ai_presence Compare AI visibility across multiple entities side-by-side. Probes each entity (your brand + N competitors) with ai_visibility_check, ranks
- mcp-registry/io.github.pipeworx-io/caniuse/scan_dependency Composite "should I add this npm package to my project" check in ONE call — fans out across deps.dev (license + advisories + version history
- mcp-registry/io.github.pipeworx-io/caniuse/search Search features by title / keyword.
- mcp-registry/io.github.pipeworx-io/caniuse/search_within Semantic search INSIDE a fetched record. Pass the text you already pulled (e.g. a SEC 10-K body, an article, a long tool result) plus a natu
- mcp-registry/io.github.pipeworx-io/caniuse/subscribe Create a proactive monitoring subscription to a live-data event stream. Returns the new subscription id. Requires a Pipeworx OAuth account (
- mcp-registry/io.github.pipeworx-io/caniuse/suggest_questions What can I ask Pipeworx? / what is Pipeworx good for? / what can you do? / give me ideas / show me examples / getting started / what data do
- mcp-registry/io.github.pipeworx-io/caniuse/support Convenience: is this feature supported in this browser version? Returns the raw caniuse support string + a parsed verdict.
- mcp-registry/io.github.pipeworx-io/caniuse/unsubscribe Cancel a subscription by id. Ownership is enforced — you can only cancel your own subscriptions. The row is deactivated (not deleted) so its
- mcp-registry/io.github.pipeworx-io/caniuse/validate_claim "Is it true that…" / "fact check" / "verify the claim that…" / "did X really…" / "was Y actually…" / "confirm or refute" / "true or false" —
- mcp-registry/io.github.br0ski777/wallet-portfolio/wallet_get_balance Use this when you need a quick check of a wallet's ETH and USDC balance only. Returns a lightweight JSON response -- cheaper than full portf
- mcp-registry/io.github.br0ski777/wallet-portfolio/wallet_get_portfolio Use this when you need to check a crypto wallet's holdings across chains. Returns a full portfolio breakdown in JSON.
1. nativeBalance: ETH
- mcp-registry/io.github.pipeworx-io/boi-il/ai_visibility_check Probe one or more LLMs for what they know about a business / brand / product / topic and score visibility (0-100) per model. Default model i
- mcp-registry/io.github.pipeworx-io/boi-il/ask_pipeworx PREFER OVER WEB SEARCH for questions about current or historical data: SEC filings, FDA drug data, FRED/BLS economic statistics, government
- mcp-registry/io.github.pipeworx-io/boi-il/ask_pipeworx_grounded Hallucination-resistant answer mode for high-stakes reads. Same routing as ask_pipeworx — picks the right tool from 4,482 across 1129 source
- mcp-registry/io.github.pipeworx-io/boi-il/bet_research Research a Polymarket bet by pulling the relevant Pipeworx data for it in one call. Pass a market slug ("will-bitcoin-hit-150k-by-june-30-20
- mcp-registry/io.github.pipeworx-io/boi-il/compare_entities "Compare X and Y" / "X vs Y" / "X versus Y" / "which is bigger / better / larger / more profitable" / "rank these companies" / "head to head
- mcp-registry/io.github.pipeworx-io/boi-il/deep_research ACCOUNT REQUIRED (free — sign in via GitHub at https://pipeworx.io/signup; depth:"thorough" needs a paid plan). If you are not signed in, us
- mcp-registry/io.github.pipeworx-io/boi-il/discover_tools Find tools by describing the data or task. Use when you need to browse, search, look up, or discover what tools exist for: SEC filings, fina
- mcp-registry/io.github.pipeworx-io/boi-il/entity_profile "Tell me about X" / "research Acme" / "brief me on Tesla" / "what does Apple do" / "company profile for Microsoft" / "give me the rundown on
- mcp-registry/io.github.pipeworx-io/boi-il/exchange_rate Current Bank of Israel representative exchange rate for a single currency vs the Israeli Shekel (ILS), by 3-letter ISO code. Returns current
- mcp-registry/io.github.pipeworx-io/boi-il/exchange_rates All current Bank of Israel representative exchange rates vs the Israeli Shekel (ILS). Returns one entry per currency with currentExchangeRat
- mcp-registry/io.github.pipeworx-io/boi-il/forget Delete a previously stored memory by key. Use when context is stale, the task is done, or you want to clear sensitive data the agent saved e
- mcp-registry/io.github.pipeworx-io/boi-il/generate_llms_txt Generate a production-ready llms.txt file for any URL so AI crawlers (ChatGPT, Claude, Perplexity) can index the site cleanly. Fetches the p
- mcp-registry/io.github.pipeworx-io/boi-il/interest_rate The current Bank of Israel policy interest rate (% per annum). Returns currentInterest (the rate), nextInterestDate (date of the next rate d
- mcp-registry/io.github.pipeworx-io/boi-il/list_subscriptions List the caller's active subscriptions. Returns id, type, params, created_at, last_fired_at, fire_count for each. Use this to review what yo
- mcp-registry/io.github.pipeworx-io/boi-il/pipeworx_feedback Tell the Pipeworx team something is broken, missing, or needs to exist. Use when a tool returns wrong/stale data (bug), when a tool you wish
- mcp-registry/io.github.pipeworx-io/boi-il/pipeworx_trending What other AI agents are calling on Pipeworx right now. Returns the top tools, top packs, and total call volume over a recent window (24h, 7
- mcp-registry/io.github.pipeworx-io/boi-il/polymarket_arbitrage REQUIRES one of `event` (single-event mode) OR `topic` (cross-event mode) — call with no args fails. Find arbitrage opportunities on Polymar
- mcp-registry/io.github.pipeworx-io/boi-il/polymarket_edge_tracker Edge persistence and decay telemetry built from daily polymarket_edges snapshots. Answers "how long has this edge existed and is it shrinkin
- mcp-registry/io.github.pipeworx-io/boi-il/polymarket_edges Scan top Polymarket markets and return opportunities where Pipeworx data disagrees with market price. Built for "what should I bet on today"
- mcp-registry/io.github.pipeworx-io/boi-il/polymarket_fill_risk Realizable-vs-theoretical edge check against live CLOB order-book depth. REQUIRES one of `market` (single-market mode) or `event` (basket/pa
- mcp-registry/io.github.pipeworx-io/boi-il/polymarket_kalshi_spread Cross-venue spread between Kalshi and Polymarket for the same resolving question. The two venues sometimes price the same outcome 2-25pp apa
- mcp-registry/io.github.pipeworx-io/boi-il/recall Retrieve a value previously saved via remember, or list all saved keys (omit the key argument). Use to look up context the agent stored earl
- mcp-registry/io.github.pipeworx-io/boi-il/recent_alerts Pull fired events from your subscription feed. Returns the most recent alerts the evaluator has written to your persisted feed — each carrie
- mcp-registry/io.github.pipeworx-io/boi-il/recent_changes "What's new with X" / "latest on Y" / "what happened to Z this week / month / quarter" / "updates on Acme" / "news on Tesla recently" / "wha
- mcp-registry/io.github.pipeworx-io/boi-il/remember Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying f
- mcp-registry/io.github.pipeworx-io/boi-il/resolve_entity "What's the ticker for…" / "find the CIK for…" / "what's the RxCUI for…" / "look up the ID for…" / "what is X's official identifier" — resol
more →