by carlosazaustre
Advocu integrates for Google Developer Experts to track and report activities, content, sessions, and metrics efficientl
Automates activity reporting for Google Developer Experts and Microsoft MVPs through conversational AI interface. Submit presentations, content, mentoring sessions, and other activities by talking to Claude instead of manual form filling.
Advocu is a community-built MCP server published by carlosazaustre that provides AI assistants with tools and capabilities via the Model Context Protocol. Advocu integrates for Google Developer Experts to track and report activities, content, sessions, and metrics efficientl It is categorized under productivity.
You can install Advocu in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
MIT
Advocu is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
Advocu has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
We wired Advocu into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
According to our notes, Advocu benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
Advocu has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Strong directory entry: Advocu surfaces stars and publisher context so we could sanity-check maintenance before adopting.
Advocu is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
According to our notes, Advocu benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
We evaluated Advocu against two servers with overlapping tools; this profile had the clearer scope statement.
We wired Advocu into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
Advocu is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
showing 1-10 of 71
A unified MCP (Model Context Protocol) server that enables both Google Developer Experts (GDEs) and Microsoft MVPs to report their activities through AI-powered conversational interfaces.
Stop the boring manual data entry! Just talk to Claude and submit your activities naturally - whether it's a YouTube video, blog post, conference talk, or mentoring session.
git clone https://github.com/carlosazaustre/advocu-mcp-server.git
cd advocu-mcp-server
npm install
npm run build
npm install -g advocu-mcp-server
Edit your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"activity-reporting": {
"command": "node",
"args": ["/absolute/path/to/advocu-mcp-server/dist/index.js"],
"env": {
"MVP_ACCESS_TOKEN": "your_mvp_bearer_token",
"MVP_USER_PROFILE_ID": "your_mvp_profile_id",
"ADVOCU_ACCESS_TOKEN": "your_gde_token",
"DOCS_DIR": "/absolute/path/to/advocu-mcp-server/docs"
}
}
}
}
📚 Important: The
DOCS_DIRenvironment variable is required for documentation tools to work. Set it to the absolute path of thedocsdirectory in your installation.
{
"mcpServers": {
"activity-reporting": {
"command": "node",
"args": ["/absolute/path/to/dist/index.js"],
"env": {
"MVP_ACCESS_TOKEN": "your_mvp_bearer_token",
"MVP_USER_PROFILE_ID": "your_mvp_profile_id",
"DOCS_DIR": "/absolute/path/to/advocu-mcp-server/docs"
}
}
}
}
{
"mcpServers": {
"activity-reporting": {
"command": "node",
"args": ["/absolute/path/to/dist/index.js"],
"env": {
"ADVOCU_ACCESS_TOKEN": "your_gde_token",
"DOCS_DIR": "/absolute/path/to/advocu-mcp-server/docs"
}
}
}
}
For Claude Desktop users only (not Claude Code):
npm run capture-mvp-token
This tool will:
Get your token from the Advocu Developer Portal.
# Quit completely
Cmd+Q # macOS
Alt+F4 # Windows
# Then reopen Claude Desktop
Look for the 🔨 hammer icon to confirm tools are loaded!
Just talk to Claude naturally! Here are examples:
"List available documentation"
"Show me the MVP API reference"
"What documentation is available?"
"Get the error handling documentation"
"Submit my YouTube video to Microsoft MVP:
- Title: Complete Guide to React Server Components
- Published: October 9, 2025
- URL: https://youtube.com/watch?v=example
- Livestream views: 12,500
- On-demand views: 12,500
- Sessions: 1
- Target audience: Developers, Technical Decision Makers
- My role: Host
- Tech area: Web Development
- Description: A comprehensive tutorial covering React Server Components..."
"Add my latest blog post to MVP:
- Title: Understanding TypeScript Generics
- Date: 2025-10-01
- URL: https://myblog.com/typescript-generics
- Views: 5,000
- Target audience: Developers
- Role: Author
- Tech area: Developer Tools"
"Report my conference presentation to MVP:
- Title: Building Scalable APIs with Node.js
- Date: 2025-09-15
- URL: https://conference.com/my-talk
- In-person attendees: 250
- Sessions: 1
- Target audience: Developers, IT Pros
- Role: Speaker
- Tech area: Cloud & AI"
"Submit my workshop to my GDE profile:
- Title: Advanced React Patterns Workshop
- Type: Workshop
- Date: 2025-08-20
- Format: Hybrid
- Country: United States
- In-person attendees: 50
- Total attendees: 150
- URL: https://workshop.com"
"Create a content creation draft for my Medium article about Next.js 14"
"Report my mentoring session with 3 developers about TypeScript best practices"
| Tool | Description | Usage |
|---|---|---|
list_documentation | List all available documentation | "List available documentation" |
get_documentation | Get a specific documentation file | "Show me the MVP API reference" |
Available Documents:
api-reference - Complete API documentation for MVP and GDEmvp-api-reference - Detailed MVP API specificationsmvp-fixes-changelog - MVP integration fixes historyerror-handling - Error handling improvements guidemcp-resources - MCP resources usage guide📚 Note: Documentation tools require
DOCS_DIRto be set in your configuration.
| Tool | Description | Key Fields |
|---|---|---|
submit_mvp_video | Videos, webinars, livestreams | views, sessions, role, tech area |
submit_mvp_blog | Blog posts, articles | views, subscribers, tech area |
submit_mvp_speaking | Conference talks, presentations | attendees, sessions, tech area |
| Tool | Description |
|---|---|
submit_gde_content_creation | Articles, videos, podcasts |
submit_gde_public_speaking | Talks and presentations |
submit_gde_workshop | Training sessions |
submit_gde_mentoring | Mentoring activities |
submit_gde_product_feedback | Product feedback |
submit_gde_googler_interaction | Google employee interactions |
submit_gde_story | Success stories |
Your MVP token expires regularly. When you get a 401 error or your token expires:
For Claude Desktop users:
cd /path/to/advocu-mcp-server
npm run capture-mvp-token
What happens:
mavenapi-prod.azurewebsites.netAdvantages:
Get a fresh token from Advocu when needed and update your config manually.
{
title: string; // Max 100 chars
description: string; // Max 1000 chars
date: string; // YYYY-MM-DD
url: string; // Video URL
targetAudience: string[]; // Developer, Student, IT Pro, etc.
role: string; // Host, Presenter, etc.
technologyFocusArea: string;
liveStreamViews: number;
onDemandViews: number;
numberOfSessions: number; // Default: 1
isPrivate: boolean; // Optional
}
{
title: string;
description: string;
date: string;
url: string;
targetAudience: string[];
role: string; // Author, Contributor, etc.
technologyFocusArea: string;
numberOfViews: number;
subscriberBase: number; // Optional
isPrivate: boolean; // Optional
}
{
title: string;
description: string;
date: string;
url: string;
targetAudience: string[];
role: string; // Speaker, Panelist, etc.
technologyFocusArea: string;
inPersonAttendees: number;
numberOfSessions: number;
liveStreamViews: number; // Optional
onDemandViews: number; // Optional
isPrivate: boolean; // Optional
}
advocu-mcp-server/
├── src/
│ ├── index.ts # Entry point
│ ├── unifiedServer.ts # Main unified server (MVP + GDE)
│ ├── server.ts # Legacy GDE-only server
│ ├── mvpServer.ts # Standalone MVP server
│ ├── interfaces/ # Activity interfaces
│ │ ├── ActivityDraftBase.ts # GDE base interface
│ │ ├── ContentCreationDraft.ts # GDE content creation
│ │ ├── ... # Other GDE interfaces
│ │ └── mvp/ # MVP interfaces
│ │ ├── MVPActivityBase.ts
│ │ ├── MVPVideoActivity.ts
│ │ ├── MVPBlogActivity.ts
│ │ └── MVPSpeakingActivity.ts
│ └── types/ # Type definitions
│ ├── ContentType.ts # GDE types
│ ├── ...
│ └── mvp/ # MVP types
│ ├── MVPActivityType.ts
│ ├── MVPActivityRole.ts
│ └─
---
Prerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.