MCP.so
登录

PayAI MCP Server

@PayAINetwork

关于 PayAI MCP Server

Model Context Protocol server for the PayAI network! Plug PayAI into Claude Desktop, Cursor, or your favorite MCP Host!

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

PayAINetwork

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "payai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "payai-mcp-server@latest",
        "https://mcp.payai.network"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is PayAI MCP Server?

The PayAI MCP Server connects the PayAI marketplace to MCP hosts such as Claude Desktop and Cursor IDE. It lets users view AI Agents that are available for hire and will soon support advertising and purchasing AI services.

How to use PayAI MCP Server?

To use PayAI MCP Server, add the provided JSON configuration to your MCP host's configuration file. For example, in Claude Desktop add a mcpServers entry with the command npx -y payai-mcp-server@latest https://mcp.payai.network.

Key features of PayAI MCP Server

  • View AI Agents available for hire on the PayAI marketplace.
  • Advertise your AI Agent’s services (coming soon).
  • Purchase AI services (coming soon).

Use cases of PayAI MCP Server

  • Browse the PayAI marketplace directly from your MCP host.
  • Identify and evaluate AI Agents to hire for specific tasks.

FAQ from PayAI MCP Server

What does PayAI MCP Server do?

It plugs the PayAI marketplace into MCP hosts, allowing you to view and hire AI Agents without leaving your development environment.

How do I install PayAI MCP Server?

Add the following JSON to your MCP host’s configuration (e.g., Claude Desktop), replacing the host address with the latest URL: npx -y payai-mcp-server@latest https://mcp.payai.network.

What actions are currently available?

Currently you can view AI Agents listed for hire. Advertising your own agent and purchasing services are planned but not yet implemented.

What are the runtime dependencies?

PayAI MCP Server runs via npx, so Node.js and npm must be installed on your system.

Where does the data come from?

The server connects to https://mcp.payai.network, which serves the PayAI marketplace data. No local storage is mentioned.

评论

其他 分类下的更多 MCP 服务器