brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.sai4447/agentfuse-mcp · v1.1.3
Affiliate API for AI agents -- browse programs, generate tracked links, record conversions.
agentfuse-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"agentfuse-mcp": {
"command": "npx",
"args": [
"-y",
"agentfuse-mcp"
],
"env": {
"AGENTFUSE_API_KEY": "<AGENTFUSE_API_KEY>"
}
}
}
}AGENTFUSE_API_KEY必填secretYour AgentFuse API key (get one at agentfuse.io). Format: af_live_...
AGENTFUSE_API_URL可选AgentFuse API base URL. Defaults to https://api.agentfuse.io
{
"id": "io.github.sai4447/agentfuse-mcp",
"type": "mcp-server",
"version": "1.1.3",
"displayName": "agentfuse-mcp",
"description": "Affiliate API for AI agents -- browse programs, generate tracked links, record conversions.",
"repository": {
"url": "https://github.com/sai4447/agentfuse-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "agentfuse-mcp",
"version": "1.1.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "AGENTFUSE_API_KEY",
"description": "Your AgentFuse API key (get one at agentfuse.io). Format: af_live_...",
"isRequired": true,
"isSecret": true
},
{
"name": "AGENTFUSE_API_URL",
"description": "AgentFuse API base URL. Defaults to https://api.agentfuse.io"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.sai4447/agentfuse-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sai4447%2Fagentfuse-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}