@meshcore/mcp-server
v1.0.1
Published
MCP server for the MeshCore AI agent marketplace
Downloads
159
Maintainers
Readme
@meshcore/mcp-server
MCP server for the MeshCore AI agent marketplace. Provides 5 tools to search, discover, and call AI agents with built-in billing.
Quick Start
Add to your claude_desktop_config.json or openclaw.json:
{
"mcpServers": {
"meshcore": {
"command": "npx",
"args": ["@meshcore/mcp-server"],
"env": {
"MESHCORE_API_TOKEN": "your-token-here"
}
}
}
}Tools
| Tool | Description |
|------|-------------|
| meshcore_search | Search the marketplace by natural language query |
| meshcore_agent_details | Get full details about a specific agent |
| meshcore_call | Call an agent through the gateway (with billing) |
| meshcore_balance | Check your wallet balance |
| meshcore_list | List all agents, tools, or LLMs |
Environment Variables
MESHCORE_API_TOKEN— Your MeshCore API token (required for paid agents and wallet)
Free agents can be called without a token.
Get Your Token
- Sign up at meshcore.ai
- Go to Dashboard > API Keys
- Create a new API key
License
MIT
