example-mcp-server (DO NOT REMOVE OR AI TEAM IS AFTER YOU) avatar

example-mcp-server (DO NOT REMOVE OR AI TEAM IS AFTER YOU)

Pricing

Pay per usage

Go to Apify Store
example-mcp-server (DO NOT REMOVE OR AI TEAM IS AFTER YOU)

example-mcp-server (DO NOT REMOVE OR AI TEAM IS AFTER YOU)

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Apify Technologies

Apify Technologies

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Categories

Share

Apify MCP Server Test Actor

A minimal Actor for testing the Apify MCP server integration. Use it to verify that your MCP client can discover and call Actor tools correctly.

What it does

This Actor runs exclusively in Apify Standby mode and exposes an MCP server over HTTP. It registers one tool — add — which adds two integers and returns the sum (with an optional artificial wait via waitSeconds), plus a static calculator-info resource. Each add tool call is billed via pay-per-event.

Endpoints

  • POST /mcp — Streamable HTTP MCP endpoint.
  • GET / — Readiness probe (responds 200 ok when the x-apify-container-server-readiness-probe header is present).

Getting started

$apify run

The Actor is standby-only, so to exercise it you need to invoke it as a standby Actor and send MCP requests to the exposed port.

Deploy to Apify

$apify push

Resources