VOOZH about

URL: https://apify.com/sambehnke/nova-integrations-mcp-server

โ‡ฑ MCP server for AI Agents ยท Apify


๐Ÿ‘ nova-mcp-server avatar

nova-mcp-server

Under maintenance

Pricing

from $50.00 / 1,000 get_data

Go to Apify Store

nova-mcp-server

Under maintenance

Transform AI agents with tools that enhance real-world functionality. Dynamic MCP server loads YOUR chosen Apify actors from key-value stores. Perfect for Retell.ai, Claude & any agent needing business automation & workflow integration.

Pricing

from $50.00 / 1,000 get_data

Rating

0.0

(0)

Developer

๐Ÿ‘ Nova Integrations

Nova Integrations

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

10 months ago

Last modified

Share

Nova MCP Server

๐Ÿ‘ Nova Integrations MCP Server

Transform your Retell.ai voice agents with 5,000+ Apify tools

๐Ÿ‘ Apify Store
๐Ÿ‘ Retell.ai Compatible
๐Ÿ‘ MCP Enabled

The Nova Integrations MCP Server is a production-ready Model Context Protocol server that seamlessly connects your Retell.ai voice agents to thousands of Apify Actors. Unlike static MCP servers, Nova Integrations dynamically loads your personalized actor configurations from your own Apify key-value stores, ensuring you only see the tools you actually need.

๐ŸŽฏ Perfect for Retell.ai Voice Agents

Transform your voice agents with powerful capabilities:

  • Web Scraping: Extract data from any website during voice calls
  • API Integrations: Connect to Google Calendar, CRMs, and business tools
  • Data Processing: Analyze and transform data in real-time
  • Automation: Trigger complex workflows from voice interactions

๐Ÿš€ Quick Start for Retell.ai

Step 1: Get Your MCP Server URL

Your Nova Integrations MCP Server will be available at:

https://YOUR_USERNAME--nova-integrations-mcp-server.apify.actor

Replace YOUR_USERNAME with your Apify username.

Step 2: Configure Your Actors

  1. Go to Apify Console Storage
  2. Create a key-value store named: my-mcp-configs
  3. Add a record with key: my-actors
  4. Set the value as a JSON array of actor names:
[
"sambehnke/google-calendar-create-event",
"apify/web-scraper",
"apify/google-search-scraper"
]

Actor Format Requirements:

  • Must use username/actor-name format
  • Actors must exist in the Apify Store
  • Use proper JSON array formatting

Step 3: Integrate with Retell.ai

  1. Open your Retell.ai agent settings

  2. Navigate to MCP/Functions section

  3. Click "+ Add MCP"

  4. Configure the connection:

    Option A: Token in URL (Simplest)

    MCP Server URL: https://YOUR_USERNAME--nova-integrations-mcp-server.apify.actor?token=YOUR_APIFY_TOKEN

    Option B: Using Headers (Recommended)

    MCP Server URL: https://YOUR_USERNAME--nova-integrations-mcp-server.apify.actor
    Custom Headers: Authorization: Bearer YOUR_APIFY_TOKEN
  5. Get your Apify API token from Apify Console โ†’ Settings โ†’ Integrations

Step 4: Test Your Integration

Your configured actors will now be available as tools in your Retell.ai voice agent. Test by asking your agent to perform tasks like:

  • "Create a calendar event for tomorrow at 2 PM"
  • "Search Google for the latest AI news"
  • "Extract contact information from this website"

๐Ÿ› ๏ธ Managing Your Actor Configuration

Adding New Actors

  1. Browse the Apify Store to find actors
  2. Note the actor name in username/actor-name format
  3. Edit your my-actors record in your my-mcp-configs key-value store
  4. Add the new actor to your JSON array:
[
"sambehnke/google-calendar-create-event",
"apify/web-scraper",
"apify/instagram-scraper",
"new-username/new-actor-name"
]
  1. Reconnect your Retell.ai agent to load the new configuration

Popular Actors for Voice Agents

Here are some popular actors that work great with voice agents:

Calendar & Scheduling:

  • sambehnke/google-calendar-create-event - Create Google Calendar events
  • apify/calendar-scheduler - Advanced scheduling automation

Data Extraction:

  • apify/web-scraper - Extract data from any website
  • apify/google-search-scraper - Search Google and return results
  • apify/instagram-scraper - Extract Instagram data
  • apify/linkedin-scraper - LinkedIn profile and company data

Business Automation:

  • apify/email-sender - Send automated emails
  • apify/pdf-generator - Generate PDF documents
  • apify/google-maps-scraper - Extract business listings

Communication:

  • apify/slack-sender - Send Slack messages
  • apify/whatsapp-sender - WhatsApp automation

๐Ÿ”ง Advanced Configuration

Custom Headers and Parameters

You can configure additional settings in Retell.ai:

Custom Headers:

Authorization:Bearer YOUR_APIFY_TOKEN
Content-Type:application/json
X-Custom-Header:your-value

Query Parameters:

token:YOUR_APIFY_TOKEN
custom_param: your_value

Error Handling

The server provides clear error messages for common issues:

  • Invalid JSON: Check your my-actors record formatting
  • Actor not found: Verify actor names exist in Apify Store
  • Authentication failed: Check your Apify API token
  • Network issues: Ensure your server is accessible

Validation

All actors are validated when you connect:

  • โœ… Proper username/actor-name format
  • โœ… Actor exists in Apify Store
  • โœ… Actor is accessible with your token
  • โŒ Clear error messages for any issues

๐ŸŽ™๏ธ Retell.ai Agent Prompt Examples

Configure your Retell.ai agent prompts to effectively use your tools:

When the user wants to:
- Schedule something: Use the sambehnke/google-calendar-create-event tool
- Find information online: Use the apify/google-search-scraper tool
- Get website data: Use the apify/web-scraper tool
- Extract business info: Use the apify/google-maps-scraper tool
Always confirm details with the user before executing any tool.

๐Ÿ”’ Security & Authentication

  • OAuth Support: Full OAuth integration with Apify
  • Token Authentication: Secure API token-based access
  • User Isolation: Each user's configuration is completely separate
  • Validation: All actors verified before registration
  • No Data Mixing: Your configuration stays in your own key-value stores

๐Ÿ“Š Benefits Over Static MCP Servers

Traditional MCP Servers:

  • โŒ Fixed tool sets
  • โŒ One-size-fits-all approach
  • โŒ Admin overhead for changes
  • โŒ Cluttered tool lists

Nova Integrations:

  • โœ… Personalized tool configurations
  • โœ… Dynamic actor loading
  • โœ… User-controlled via Apify Console
  • โœ… Clean, focused tool lists
  • โœ… No defaults or bloat

๐Ÿ†˜ Troubleshooting

Common Issues

"No tools available"

  • Check that your my-mcp-configs key-value store exists
  • Verify the my-actors record contains valid JSON
  • Ensure actor names are in correct format

"Actor validation failed"

  • Verify actor exists in Apify Store
  • Check spelling and format: username/actor-name
  • Ensure you have access to the actor

"Authentication error"

  • Verify your Apify API token is correct
  • Check token is included in URL or headers
  • Ensure token has necessary permissions

Getting Help

  1. Check the Apify Documentation
  2. Verify your configuration in Apify Console
  3. Test actors individually in Apify before adding to MCP
  4. Contact support with specific error messages

๐Ÿ”„ Updates and Maintenance

Adding New Actors

Simply edit your my-actors record and reconnect your Retell.ai agent.

Removing Actors

Remove from your JSON array and reconnect.

Updating Actor Versions

Actors automatically use the latest version when called.

๐Ÿ“š Learn More

๐Ÿค Contributing

This is an open-source project. Contributions welcome:

  • Report issues with specific actor integrations
  • Share successful Retell.ai + actor combinations
  • Contribute documentation improvements
  • Submit feature requests

๐Ÿ“„ License

MIT License - see LICENSE file for details.


Ready to supercharge your voice agents? Deploy Nova Integrations MCP Server and start building more powerful, dynamic voice interactions with Retell.ai today!

You might also like

Gemini AI MCP SERVER

bhansalisoft/gemini-ai-mcp-server

Gemini AI MCP SERVER unique tool for Gamini AI functionality integration with apify and other AI tool.

41

Lead Generation MCP Server โ€” AI Agent Tools

samstorm/lead-gen-mcp-server

MCP server for AI agents. Connect Claude, GPT, or any MCP client to find business leads, hiring companies, building permits, and Amazon product research. One endpoint, 13 lead gen tools.

1

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Github

dltik/mcp-server-github

MCP Server: Github: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

๐Ÿ›’ E-Commerce MCP โ€” AI Shopify Analysis

nexgendata/ecommerce-intelligence-mcp-server

MCP server for AI agents to analyze Shopify stores & extract products. Connect Claude, GPT or any AI to ecommerce intelligence. 2 tools for competitive analysis.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Competitive Intelligence MCP Server

alizarin_refrigerator-owner/competitive-intelligence-mcp-server

9-in-1 MCP server for AI-powered competitor analysis. Use with Claude, GPT or any AI assistant that supports MCP tools. This MCP server bundles 9 competitive intelligence tools into one endpoint. Monitor competitors Analyze Facebook Ads Detect tech stack Aggregate B2B review Research companies

MCP Server: Arxiv

dltik/mcp-server-arxiv

MCP Server: Arxiv: an MCP server exposing 5 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Airbnb MCP Server โ€” Claude, Cursor & AI Agents

makework36/airbnb-mcp-server

Plug-and-play Airbnb MCP server for Claude Desktop, Cursor and any MCP-compatible AI agent. Search listings, compare prices across cities, pull ratings, photos and coordinates โ€” no login, no API key.

๐Ÿ‘ User avatar

deusex machine

18

Related articles

Best MCP servers for developers
Read more
How to configure your MCP server with 25,000 Apify Actors
Read more
How to use MCP with Apify Actors
Read more