Mastra.ai MCP Agent avatar
Mastra.ai MCP Agent

Pricing

Pay per event

Go to Store
Mastra.ai MCP Agent

Mastra.ai MCP Agent

Developed by

Jakub Kopecký

Jakub Kopecký

Maintained by Community

🤖 AI agent using mastra.ai with Apify MCP Server. 🚀 Runs queries via OpenAI models, taps Apify Actors for web data, and outputs to datasets. 🛠️

0.0 (0)

Pricing

Pay per event

0

Total users

16

Monthly users

15

Runs succeeded

67%

Last modified

17 days ago

Prompt

promptstringRequired

Prompt for the agent.

Agent name

agentNamestringOptional

Name of the agent.

Default value of this property is "Helpful Assistant Agent"

Agent instructions

agentInstructionsstringOptional

Instructions for the agent. Defines who the agent is and what it does.

Default value of this property is "You are a helpful assistant who aims to help users with their questions and tasks. You provide clear, accurate information and guidance while maintaining a friendly and professional attitude."

OpenAI model

modelNameEnumRequired

The OpenAI model to use. Currently supported models are gpt-4o and gpt-4o-mini.

Value options:

"gpt-4o": string"gpt-4o-mini": string

Default value of this property is "gpt-4o-mini"

MCP Server URL

mcpUrlstringOptional

The URL of the MCP Server to use.

Default value of this property is "https://actors-mcp-server.apify.actor"

Actors included

actorsarrayRequired

List of Apify Actor names to be available to the agent.

Default value of this property is []

MCP tool call timeout (s)

toolTimeoutintegerOptional

Maximum time in seconds to wait for a tool call to complete.

Default value of this property is 300

Maximum steps for tool calls

maxStepsintegerOptional

Controls the maximum number of sequential LLM calls an agent can make

Default value of this property is 3

Debug

debugbooleanOptional

If enabled, Actor provides detailed information with tool calls and reasoning.

Default value of this property is false