pulse-mcp
Provides tools to retrieve public Instagram post metrics (views, likes, comments) and profile information (followers, following, posts, avatar) via the guest API.
Attempts to retrieve post metrics but currently returns a login_required status as Threads requires a logged-in session.
Allows fetching metrics (views, likes, comments) for public TikTok posts, with support for short links.
Enables retrieval of YouTube video metrics (views, likes, comments, publish date, title, author, thumbnail) and profile data (subscribers, following, posts, verified status).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pulse-mcpmetrics for https://youtu.be/dQw4w9WgXcQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pulse-mcp
MCP server for Pulse — a free, agent-first social-post metrics API. Give any MCP client (Claude Desktop, Cursor, …) the numbers behind any public post: hand it a URL, get back views, likes, comments, and the publish date as clean JSON. No signup, no API key.
{ "mcpServers": { "pulse": { "command": "npx", "args": ["-y", "pulse-mcp"] } } }That's it — drop it in your MCP config and your agent has four new tools.
Tools
Tool | Input | Output |
| one post URL (short links like |
|
| many URLs | the same, one per URL (partial failures don't fail the batch) |
| one post URL | the recorded growth curve — |
| one profile URL | account-level metrics — |
Example — ask your agent "how did this video do?" with a link, and it gets:
{
"platform": "youtube",
"views": 1781088936,
"likes": 19147197,
"comments": null,
"publishedAt": "2009-10-25T06:57:33.000Z",
"title": "Rick Astley - Never Gonna Give You Up (Official Video)"
}Related MCP server: YouTube Insights MCP Server
Platform coverage
Platform | Returns | Notes |
YouTube | views, likes | |
X / Twitter | likes, comments | views aren't public |
TikTok | views, likes, comments | |
views, likes, comments | public posts via the guest API | |
Threads, LinkedIn | — | need a logged-in session; returns a clear |
It reads each platform's own public pages from a residential IP, so it sees what a browser
sees — and it's honest about the edges: a deleted/private post comes back content_unavailable,
a login-walled one login_required, never a silent row of zeros.
Config
Free — no account, no key, no wallet.
PULSE_API_URL— override the backend (defaults tohttps://pulse.walls.sh).
Built in public as Wall #002 of walls.sh. Docs: https://pulse.walls.sh/docs ·
machine-readable: /llms.txt · OpenAPI.
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/patwalls/pulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server