X

Overview

43k+
AI AGENT
30+
Category

AI Agent Marketplace and Directory helps to list all AI Agents in Various Industry and Applications, such as Autonomous Agent, GUI Agent, Productivity Agent. You can find your desired AI Agents by using the AI Agent search engine also.

LIVE

test-agent-register/my-first-ai-coding-agent

This AI Agent can do complicated programming work for humans

derekzz/fortune-compass-agent
1000 credits/1k calls 0.0 USD /1k calls

# Fortune Compass Agent An AI-powered fortune telling divination Agent (ChatGPT App/MCP) that integrates traditional **Tarot**, **Zhouyi (I Ching)**, and **Guangong Oracle** into a unified digital experience. The agent performs real-world drawing logic (shuffling and orientation) and uses LLM intelligence to interpret the results. Deploy at and Live URL --- ## Divination Methods

# GitHub MCP Server The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions. ### Use Cases - Repository Management: Browse and query code, search files, analyze commits, and understan

craftsman-agent/craftsman-agent
10000 credits/1k calls 130.0 USD /1k calls

### Craftsman Agent Craftsman Agent is an AI assistant that transforms your text prompts into 3D builds — from LEGO sets and Minecraft worlds to figurines and modular designs. Get detailed, step-by-step assembly charts and bring your ideas to life, faster and smarter than ever.

Ryze AI is an AI copilot for performance marketing that runs paid media across search, social and shopping. It audits accounts, cleans search terms, optimizes bids and budgets, tests creatives, and generates clear performance reports across Google Ads, Meta and more. Read case studies https://www.get-ryze.ai/ Read more on https://www.get-ryze.ai/

executeautomation/mcp-playwright

MseeP.ai Security Assessment Special thanks to Warp, the AI terminal for developers # Playwright MCP Server ](https://smithery.ai/server/@executeautomation/playwright-mcp-server) A Model Context Protocol server that provides browser automation capabilities using Playwr

microsoft/playwright-mcp

## Playwright MCP A Model Context Protocol (MCP) server that provides browser automation capabilities using . This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models. ### Key Features - **Fast and lightweight**. Uses Playwright's accessibility tree, not pixel-based input. - **LLM-friendly**. No v

# A2Z Perplexity Agent (MCP) 一个基于 MCP (Model Context Protocol) 的 Perplexity AI 搜索 Agent,提供强大的网络搜索和信息查询能力。 ## 功能特性 - 实时网络搜索 - 多轮对话支持 - 完整响应(包含引用和元数据) - 基于 MCP 协议,易于集成 ## 安装 ### 使用 pip \`\`\`bash pip install -r requirements.txt \`\`\` ### 使用 Poetry \`\`\`bash poetry install \`\`\` ## 配置 ### 环境变量(可选) 如果未设置环境变量,将使用默认的 API key。 \`\`\`bash export PERPLEXITY_API_KEY="your_api_key_here" \`

## Quickstart Deployment Python MCP Streamable Http Server on AI Agent A2Z | | | ### Introduction This server implement one tool \`greeting\` and one resource \`index\` (html in assets folder) in a mcp.streamable_http_app() at "/mcp" endpoint ### Locally \`\`\`commandline pnpm install pnpm build pnpm start \`\`\` ### Test Local MCP Connection http://127.0.0.1:8000/mcp

test-agtm-registry/amap-maps-streamablehttp
1000 credits/1k calls 0.0 USD /1k calls

OneKey Gateway Skills APIs of Amap Gaode Map Skills

fdcnal/usda-fooddata-central-agent
1 credits/1k calls 0.0 USD /1k calls

The FoodData Central API provides REST access to FoodData Central (FDC), assisting developers in incorporating nutrient data into their applications. It provides access to Standard Reference (SR) Legacy data, USDA Global Branded Foods Database, Foundation Foods, and FNDDS.

# OpenClaw — Personal AI Assistant EXFOLIATE! EXFOLIATE! **OpenClaw** is a _personal AI assistant_ you run on your own devices. It answers you on the channels you already use (WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, Microsoft Teams, WebChat), plus extension channels like BlueBubbles, Matrix, Zalo, a

# Deep Research ## Quickstart **Prerequisites**: Install package manager: \`\`\`bash curl -LsSf https://astral.sh/uv/install.sh | sh \`\`\` Ensure you are in the \`deep_research\` directory: \`\`\`bash cd examples/deep_research \`\`\` Install packages: \`\`\`bash uv sync \`\`\` Set your API keys in your environment: \`\`\`bash export ANTHROPIC_API_KEY=your_anthr

aiagenta2z/omni-doc-assistant-agent

# omni-doc-assistant-agent Omni Doc Converter Agent PDF,Images,Docx,PPtX ## Description Help users to convert input files from one format to others. For example, convert a pdf file to several jpeg images. Supported documents including pdf, xlsx, docx,pptx,jpeg,png,jpg,etc.

langchain-ai/content-builder-agent

## LangChain DeepAgents x AI Agent A2Z Deploy LangChain Examples Live | | | This guide shows how to convert a **LangChain DeepAgents** content-builder-agent into a production-ready live service using \`BaseLiveRuntime\` from ai-agent-marketplace The runtime wraps your agent and exposes a **FastAPI streaming \`/chat\` endpoint** automatically. ## QuickStart \`\`\` from ai_agent_ma

haris-musa/excel-mcp-server

](https://pypi.org/project/excel-mcp-server/) ](https://pepy.tech/project/excel-mcp-server) ](https://opensource.org/licenses/MIT) ](https://smithery.ai/server/@haris-musa/excel-mcp-server) ](https://cursor.com/install-mcp?name=excel-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGV4Y2VsLW1jcC1zZXJ2ZXIgc3RkaW8ifQ%3D%3D) A Model Context Protocol (MCP) server that lets you manipulate Excel files with

test-agtm-registry/my-first-ai-coding-agent
0 credits/1k calls

This AI Agent can do complicated programming work for humans

aiagenta2z/financeagent
10 credits/1k calls

The Finance Agent to get stock information from global stock market

deploy-helper/fortune-compass-agent

## This is a helper account of AI Agent Deployment

## What This Example Demonstrates This example shows a **DeepResearch Agent** implementation using the AgentScope framework. The DeepResearch Agent specializes in performing multi-step research to collect and integrate information from multiple sources, and generates comprehensive reports to solve complex tasks. ## Prerequisites - Python 3.10 or higher - Node.js and npm (for the MCP server

## Quickstart Deployment Python MCP Streamable Http Server on AI Agent A2Z ### Introduction This server implement two tools \`add\` \`greeting\` in a mcp.streamable_http_app() at "/mcp" endpoint ### Locally \`\`\`commandline cd quickstart/mcp_python uvicorn server:app \`\`\` ## Test Local MCP Connection http://127.0.0.1:8000/mcp ### Deployment 1. Create AI Service at 2. Go

truthstack1/truthstack-mcp

# MCP Registry The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers. **** ## Development Status > [!WARNING] > The registry is under . The registry API spec is unstable and the official MCP registry database may be wiped at any time. **2025-09-04 update**: We're targeting a 'preview' go-live on 8th September. This may still be unsta

Emblem AI is crypto wallet infrastructure for AI agents, enabling secure multi-chain transactions, token swaps, and DeFi interactions. Supports 7 blockchains (Solana, Ethereum, Polygon, etc.) with 256+ tools.

TRAVEL

Enable JavaScript and cookies to continue 正在验证您是否是真人。这可能需要几秒钟时间。

I'm Eddy Travels, your personal AI travel assistant! I will help you find the best travel deals in seconds. Powered by machine learning and other software ...

Atlas is an AI assistant that can recommend hotels based on your destination, budget, group size, and any specifics you're looking for in your accommodation.

https://github-com/nirbar1985/ai-travel-agent/https://github-com/nirbar1985/ai-travel-agent

A smart travel assistant that uses multiple language models (LLMs) to handle tasks such as finding flights, booking hotels, and sending personalized emails.

AI Tools & Services for Tour Operators, Travel Agencies, OTAs & Hotels. Book a Demo. AI Travel Assistants AI Writing Tools Blog Book a Discovery Call Login Login CHAT AI TOOLS Get Started Free Assistant Chatbots Book a Discovery Call | Linkedin Linkedin Twitter Twitter ross sell and upsell travel services to grow your bottom line. Breaking Language Barriers | Get Started For Free Login Use

Enable JavaScript and cookies to continue 正在验证您是否是真人。这可能需要几秒钟时间。

Travel AI agents automate customer service, bookings, and operational tasks, reducing overhead costs, increasing efficiency, and boosting customer satisfaction.

This website uses COOKIES to provide a better experience. By clicking "Accept All" you consent to all cookies and Cookie Policy. You can update your choice at any time on the Customize Hide details Strictly necessary Performance Targeting Automate Sales and Support With an AI Assistant! Click here to learn more. Start generating sales on autopilot and provide a seamless customer support experienc

Resources Agentic Networks The way we plan and book travel is broken. Endless searching, competing offers, overwhelming information—none of it truly serves the traveler.At TravelAI, we’re introducing a revolutionary concept called the Third Voice—a powerful AI layer that anticipates what you need, negotiates on your behalf, and reshapes the entire travel experience. An AI Agent is an autonomou

Revolutionize your travel itineraries with Trip Planner AI, the ultimate tool for modern travelers. Our advanced AI trip and travel planner capabilities ensure seamless itinerary planning. Experience the ease of crafting AI-optimized itineraries tailored to your preferences. Plan your trip effortlessly with our innovative technology and start exploring smarter today!

Signup / Login Create an AI Agent Build structure and configure Design and test AI Agent Publish your AI Agent Video Script Generator Transform your content creation process and captivate your audience effortlessly. Video Script Generator helps you create structured, purpose-driven scripts for movies, documentaries, and videos tailored to your creative vision. Trusted by 500+ global brands Video

| | and ensure you have the perfect trip. Business travel should be seamless, not stressful. Otto is your AI Travel Assistant; it learns your preferences, finds your favorite hotels, and books flights with the seats you prefer - so you don’t have to. Whether you’re a road warrior or just need a more efficient way to manage your work trips, our AI does the work for you.

top of page Log In vacayarious.ai AI Travel Contact Us B2B Services Sign Up for the Waitlist Sign Up for the Waitlist Discover Travel Experiences Curated for You Discover Travel Experiences Curated for You Discover Travel Experiences Curated for You Discover Travel Experiences Curated for You Curated recommendations for adventure tours and retreats, from your own personal AI Travel Agent. Curate

Elevate your travel agent skills with these AI prompts from ClickUp. Plan unforgettable trips, exceed client expectations, and streamline your workflow.

Automate traveler inquiries, enhance guest experiences and reduce operational costs effortlessly with AI Agent.

Our unique ‘pay as grow’ pricing model means a travel consultant with 525 requests a month would pay £599pm for their AI assistant while a travel agent chain with 14 centres and 42,000 requests per month would pay £1,919, yet both get full access to the same premium platform with all its features, and the option to add cutting-edge services like AI telephony and private LLM …

Copilot2trip Chat Travel Guides About Product for Businesses

Coding Agent

Loading...

Skills

Loading...

AI Employee

Loading...

AI Agents Frameworks

Loading...

AI Shopping

Loading...

Deep Research Agent

Loading...

Recruiting

Loading...

Healthcare

Loading...

Sales

Loading...

Marketing

Loading...

Operations

Loading...

Customer Service

Loading...

Education

Loading...

Finance

Loading...

Law

Loading...

Business

Loading...

AI Docs

Loading...

Blog Writing

Loading...

Email Writing

Loading...

Image Generator

Loading...

Video Generator

Loading...

Audio Generator

Loading...

Music Generator

Loading...

Chatbot

Loading...

Assistant

Loading...

Productivity

Loading...

Data Analysts

Loading...

Website Builder

Loading...

Orchestrating Agents

Loading...

GUI Agent

Loading...

AI Agent Platform

Loading...

MCP SERVER

Loading...

AI Agent Marketplace

Loading...

AI Agent Directory

Loading...

AI Agent Orchestration

Loading...

AI Agent Index

Loading...

AI Agent Tool

Loading...

Github

Loading...

Arxiv

Loading...

Benchmark

Loading...

Autonomous Agent

Loading...

Translation

Loading...

Desktop Use

Loading...

Mobile Use

Loading...

Medical

Loading...

Recommendation Agent

Loading...

Research

Loading...

Workflow

Loading...

Software Testing

Loading...

Digital Workers

Loading...

Multi Agent

Loading...

Tool Agent

Loading...

Trip Planning

Loading...

Embodied AI

Loading...

Quadruped Robot

Loading...

Humanoid Robot

Loading...

Robotaxi

Loading...

AI Gadget

Loading...

AI Security

Loading...

AI Agent Memory

Loading...

Tool Library

Loading...

AI4Science Agent

Loading...

AI Entertainment Agent

Loading...

AI Agent Teacher

Loading...

Write Your Review

Detailed Ratings

Upload Pictures and Videos