← streme.fun
INDIVIDUAL MCP TOOL
get_streme_pulse
Live market pulse: top tokens ranked by the StremeScore (volume, momentum, freshness, stakers) with human-readable reasons, plus platform totals.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.streme-fun]
url = "https://streme.fun/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"streme-fun": {
"type": "http",
"url": "https://streme.fun/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: streme-fun
Remote MCP URL: https://streme.fun/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"streme-fun": {
"url": "https://streme.fun/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"streme-fun": {
"type": "http",
"url": "https://streme.fun/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "streme-fun",
"transport": "streamable-http",
"url": "https://streme.fun/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_streme_capabilities— Overview of Streme (token launchpad on Base where every token streams staking rewards by the second) and everything this server can do.list_streme_tokens— List or search trending Streme tokens with price, market cap, 24h volume, and staking info.get_streme_token— Get one Streme token by contract address, including staking contract and reward pool addresses.get_wallet_yield— A wallet's live staking reward streams: tokens/day per stream, USD/day where known, and a shareable flex-card URL.build_buy_transaction— Build an UNSIGNED transaction that buys a Streme token with ETH (optionally auto-staking the output so rewards stream immediately).build_stake_transaction— Build an UNSIGNED transaction that stakes a Streme token (single ERC777 send to the StakingHelper — no approval step).build_unstake_transaction— Build an UNSIGNED transaction that unstakes a Streme token back to a wallet (reverts during the ~24h deposit lock).build_connect_pool_transaction— Build an UNSIGNED transaction that connects a wallet to a token's reward pool (one-time per token; makes streamed rewards appear in the wallet balance).