MCP Server
MCP
AgentFund
Fundraising tools for AI agents on Solana: create campaigns, donate via x402, check reputation.
Install
npx -y @agentfund/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@agentfund/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the @agentfund/api REST server",
"default": "http://localhost:4000",
"name": "API_BASE_URL"
},
{
"description": "Static bearer token forwarded on every API call (stdio transport only)",
"isSecret": true,
"name": "API_BEARER_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment