Dulanaka Data Gateway

Built by Dulanaka Yasaswin · read-only password required

A single endpoint that lets an AI agent pull social media metrics from Metricool and the Meta Graph API without ever handling the API keys. The keys stay on this server. The agent only gets data.

Connect an agent

Add this as a remote MCP server:

https://167-233-142-168.sslip.io/mcp

Then ask it for what you need. It will prompt you for the access password on the first call.

Available tools

metricool_list_brandsbrands and their blogIds
metricool_timelinemetrics over a date range
metricool_rawany Metricool GET
meta_list_pagespages + linked IG accounts
meta_page_insightsFacebook page metrics
meta_ig_insightsInstagram account metrics
meta_ig_mediarecent posts, likes, comments
meta_rawany Graph GET

Or use plain HTTP

curl -H "X-Gateway-Password: <password>" \
  https://167-233-142-168.sslip.io/v1/metricool/brands

Notes