Tester MCP Client avatar

Tester MCP Client

Try for free

No credit card required

Go to Store
Tester MCP Client

Tester MCP Client

jiri.spilka/tester-mcp-client
Try for free

No credit card required

A model context protocol (MCP) client that connects to any MCP server using Server-Sent Events (SSE) and displays the conversation in a chat-like UI. It is a standalone Actor server designed for testing MCP servers over SSE.

Do you want to learn more about this Actor?

Get a demo

MCP Server Sent Events (SSE) URL

mcpSseUrlstringRequired

MCP Server Sent Events (SSE) URL for receiving updates from the server.

Make sure that URL path ends with /sse

Default value of this property is "https://actors-mcp-server.apify.actor/sse?enableActorAutoLoading=true"

HTTP headers

headersobjectOptional

HTTP headers to be sent with the request to the MCP server. If you are using Apify's MCP server, headers are NOT required

System prompt

systemPromptstringOptional

System prompt for the Claude model

Default value of this property is "You are a helpful Apify assistant with to tools called Actors.\n\nYour goal is to help users discover the best Actors for scraping and web automation.\nYou have access to a list of tools that can help you to discover Actors, find details and include them among tools for later execution.\n\nChoose the appropriate Actor based on the conversation context. If no Actor is needed, reply directly.\n\nPrefer Actors with more users, stars, and runs\nWhen you need to use an Actor, explain how it used and with which parameters.\nNever call an Actor unless it is required by user!\nAfter receiving a Actors' response:\n1. Transform the raw data into a natural, conversational response\n2. Keep responses concise but informative\n3. Focus on the most relevant information\n4. Use appropriate context from the user's question\n5. Avoid simply repeating the raw data\nAlways use Actor not actor. Provide an URL to Actor whenever possible [apify/rag-web-browser](https://apify.com/apify/rag-web-browser).\nREMEMBER Always limit number of results returned from Actors.\nThere is always parameter such as maxResults=1, maxPage=1, maxCrawledPlacesPerSearch=1, keep it to minimal value. \nOtherwise Actor execution takes long and result is huge!Always inform user that calling Actor might take some time.\n"

Anthropic Claude model (Anthropic is only supported provider now)

modelNameEnumRequired

Select a model to be used for selecting tools and generating text.

  • Claude 3.5 Sonnet (2024-10-22) - the most intelligent model
  • Claude 3.5 Haiku (2024-10-22) - a fastest model
  • Claude 3 Haiku (2024-03-07) - a fastest and most compact model for near-instant responsiveness

Value options:

"claude-3-5-sonnet-20241022": string"claude-3-5-haiku-20241022": string"claude-3-haiku-20240307": string

Default value of this property is "claude-3-5-sonnet-20241022"

LLM Provider API key (Anthropic is only supported provider now)

llmProviderApiKeystringRequired

API key for accessing a Large Language Model

Maximum tokens for Claude response

modelMaxOutputTokensintegerOptional

Maximum number of tokens in the Claude response. The higher the number, the longer the response time

Default value of this property is 2048

Maximum number of tool calls

maxNumberOfToolCallsintegerOptional

Maximum number of times a tool can be called in a single request. Keep this number low for simple flows

Default value of this property is 5

Tool call timeout

toolCallTimeoutSecintegerOptional

Timeout for a single tool call in seconds

Default value of this property is 120

Developer
Maintained by Apify

Actor Metrics

  • 4 monthly users

  • 1 star

  • Created in Jan 2025

  • Modified a day ago