AGENT SCENARIOS

Start with a result your agent can check.

These small workflows are designed for a first call, not a catalog tour. Copy one request, inspect the structured response, then run a second task over the same MCP connection.

Reachability

China reachability verdict

Useful when a service works from one region but fails for users in mainland China.

Ask your agent: “Check whether https://github.com is reachable from mainland China. Return the verdict, test location, latency, and evidence.”

curl --fail-with-body --get 'https://ainetcafe.com/t/china_reachability?s=reachability&utm_source=scenario_page&utm_medium=docs&utm_campaign=agent_first_call&utm_content=china' \
  --data-urlencode 'url=https://github.com'

Research

Cited web result

Give an agent sources it can inspect instead of an unsupported paragraph.

Ask your agent: “Find three current sources about the MCP Streamable HTTP transport and return title, URL, and a short evidence quote.”

curl --fail-with-body --get 'https://ainetcafe.com/t/ask_web?s=research&utm_source=scenario_page&utm_medium=docs&utm_campaign=agent_first_call&utm_content=cited_research' \
  --data-urlencode 'query=MCP Streamable HTTP transport'

Tables

Reconcile a small CSV

Use a bounded input/output path before wiring a larger finance or operations workflow.

Ask your agent: “Compare these two tables, identify changed rows, and return a reviewable diff with the source row numbers.”

curl --fail-with-body --get 'https://ainetcafe.com/t/csv_to_md_table?s=tables&utm_source=scenario_page&utm_medium=docs&utm_campaign=agent_first_call&utm_content=table_review' \
  --data-urlencode 'url=https://ainetcafe.com/sample-table.csv'
Open MCP setup View client quickstart