chore(config): add MercadoPago MCP integration and YouTube OAuth docs#90
Open
dvlexp wants to merge 1 commit into
Open
chore(config): add MercadoPago MCP integration and YouTube OAuth docs#90dvlexp wants to merge 1 commit into
dvlexp wants to merge 1 commit into
Conversation
…Auth auth
- .mcp.json: add MercadoPago MCP server using ${MERCADOPAGO_TOKEN} env var
(real token lives in .env, never committed)
- .claude/rules/integrations.md: document MercadoPago integration (7 Latin
American countries: Brazil, Argentina, Mexico, Chile, Colombia, Peru, Uruguay)
- .claude/skills/int-youtube/SKILL.md: document main account auth via .env
placeholders; clarify scope list for YouTube Data + Analytics APIs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two documentation/configuration additions with no runtime code changes:
1. MercadoPago MCP Integration
Adds MercadoPago to the MCP server list in
.mcp.jsonand documents it in the integrations index.${MERCADOPAGO_TOKEN}env var — token never committed, always comes from.env2. YouTube OAuth Documentation
Updates
.claude/skills/int-youtube/SKILL.mdto clarify how the primary YouTube account is configured:.envplaceholders (no real values in the file)youtube,youtube.readonly,yt-analytics.readonly,yt-analytics-monetary.readonlyFiles Changed
.mcp.jsonmercadopagoMCP server block.claude/rules/integrations.md.claude/skills/int-youtube/SKILL.mdNotes
Makefilechanges included — this PR is documentation/config onlyMERCADOPAGO_TOKENvalue lives exclusively in.env(gitignored)