
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@ramp-kit/mcp
Advanced tools
MCP server for the LATAM Ramp Kit: lets AI agents explore providers, fetch live ramp quotes, create sandbox orders, simulate PIX/SPEI deposits and inspect Stellar wallets — plus built-in documentation tools covering usage, architecture and the path to pro
MCP (Model Context Protocol) server for the LATAM Ramp Kit: lets AI agents (Claude Code, Claude Desktop, Cursor, or any MCP client) explore, explain and operate LATAM fiat ramps on Stellar.
Works with zero configuration (mock provider) and comes alive with an Etherfuse sandbox key — agents can then fetch real quotes, create sandbox orders, simulate PIX/SPEI deposits and watch them settle on Stellar Testnet.
Listed in the official MCP Registry
as io.github.armandocodecr/ramp-kit. Pairs with the kit's
agent skill
(npx skills add …/skills/ramp-kit): the skill provides integration
knowledge, this server provides the hands.
Claude Code:
claude mcp add ramp-kit -e ETHERFUSE_API_KEY=api_sand_… -- npx -y @ramp-kit/mcp
Any MCP client (mcpServers config):
{
"mcpServers": {
"ramp-kit": {
"command": "npx",
"args": ["-y", "@ramp-kit/mcp"],
"env": { "ETHERFUSE_API_KEY": "api_sand_…" }
}
}
}
Environment variables (all optional):
| Variable | Effect |
|---|---|
ETHERFUSE_API_KEY | Enables live Etherfuse tools (sandbox key: sandbox.etherfuse.com) |
MANTECA_API_KEY | Enables the Manteca provider in routing/comparison |
RAMPKIT_ENV | sandbox (default) or production |
| Tool | What it does |
|---|---|
get_documentation | Built-in docs: overview, quickstart, sandbox-setup, architecture, production, troubleshooting |
list_providers | Configured providers + capabilities (countries, rails, networks) |
list_assets | Tradable assets (environment-specific identifiers) |
get_quote | Live quote with rate, fees and expiry countdown |
compare_quotes | Same request fanned out to every eligible provider |
create_order | Quote → order, returns PIX/SPEI deposit instructions |
get_order | Normalized order status until settled/failed |
simulate_deposit | Sandbox-only: simulate the incoming fiat payment |
get_wallet_state | Stellar account existence, balances, pending claimable balances |
claimPendingBalances in @ramp-kit/core takes a signing callback).simulate_deposit refuses to run when RAMPKIT_ENV=production."Quote 100 BRL to USDC on Stellar and walk me through what happens"
The agent calls list_assets → get_quote → explains the rate/fees/expiry,
then optionally create_order → simulate_deposit → get_order until
settled, and get_wallet_state to show the delivered tokens.
MIT © Armando Cruz · Repository
FAQs
MCP server for the LATAM Ramp Kit: lets AI agents explore providers, fetch live ramp quotes, create sandbox orders, simulate PIX/SPEI deposits and inspect Stellar wallets — plus built-in documentation tools covering usage, architecture and the path to pro
The npm package @ramp-kit/mcp receives a total of 420 weekly downloads. As such, @ramp-kit/mcp popularity was classified as not popular.
We found that @ramp-kit/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.