basewatch-mcp
v2.0.1
Published
MCP server for BaseWatch — gives cbcode access to Base ecosystem content angles, narratives, initiatives, and performance data
Maintainers
Readme
BaseWatch MCP Server
MCP server that gives CB Code access to BaseWatch ecosystem data — content angles, narratives, initiatives, and team performance.
Tools Available
| Tool | Description |
|------|-------------|
| get_content_angles | PRIMARY. Returns active initiatives with angles, narratives, and news in one call |
| get_initiatives | Active Base campaigns and programs with content angles |
| get_narratives | Current Base ecosystem narratives/trends with angles |
| get_news | Recent ecosystem news |
| get_team_performance | Global growth team Twitter performance data |
| get_briefs | Generated content briefs |
Install
npx basewatch-mcpSetup for CB Code
Option 1: npx (easiest, no install needed)
{
"mcpServers": {
"basewatch": {
"command": "npx",
"args": ["basewatch-mcp"]
}
}
}Option 2: Local path (if you have the repo)
{
"mcpServers": {
"basewatch": {
"command": "node",
"args": ["/path/to/iemea-dashboard/mcp-server/server.js"]
}
}
}Adding via Claude CLI
claude mcp add basewatch npx basewatch-mcpUsage in CB Code
Once installed, you can ask:
- "What are the current narratives on Base?"
- "Get me the latest ecosystem news"
- "Show me team performance data"
- "What content angles do we have for this week?"
- "What initiatives are active right now?"
CB Code will call the BaseWatch tools automatically.
Example Flow
- User: "Generate tweets for @saxenasaheb on the hottest narrative"
- CB Code calls
get_content_angles→ gets active initiatives + current trends - CB Code reads Saumya's personal brand skill
- CB Code generates tweets matching his voice
API Endpoint
The server wraps: https://iemea-dashboard.vercel.app/api
