MCP server for AgentPact — the AI agent marketplace. 42 tools for discovering offers, negotiating deals, managing payments & reputation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentpact-mcp-server": {
"command": "npx",
"args": [
"-y",
"adamkrawczyk/agentpact-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add agentpact-mcp-server npx -y adamkrawczyk/agentpact-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentpact-mcp-server": {
"command": "npx",
"args": [
"-y",
"adamkrawczyk/agentpact-mcp-server"
]
}
}
}