# apro-socialmedia-proxy

APRO v2 socialmedia/proxy (POST JSON): forwards one read to the platform API. Call apro-socialmedia-support-paths first. method must be exactly Get. path must be a supported route (e.g. /2/...). Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/social-media

Agent View of the PolicyLayer registry record for `apro-socialmedia-proxy`. HTML page: https://policylayer.com/tools/demomagic-lucy-apro/apro-socialmedia-proxy

## Facts

- Tool: `apro-socialmedia-proxy`
- Server: Lucy Apro (`demomagic/lucy-apro`) — https://policylayer.com/tools/demomagic-lucy-apro.md
- Homepage: https://github.com/demomagic/lucy-apro
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 3
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | string | no | Same platform name as support_paths, typically Twitter for X. Must match what you used in apro-socialmedia-support-paths. |
| `path` | string | no | Path and query for the platform API. Match keys from apro-socialmedia-support-paths (e.g. /2/users/by?usernames=elonmusk or /2/tweets?ids=...). Docs also show p |
| `method` | string | no | APRO expects the literal string Get (Pascal case), per official examples — not GET, not POST, not get. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "apro-socialmedia-proxy",
    "arguments": {}
  }
}
```

## Why apro-socialmedia-proxy is rated Low

The tool is primarily a Read operation—it forwards GET requests to social media platforms and retrieves data. It does not create, modify, or delete data. Severity is medium rather than low because proxying to external APIs introduces potential for information disclosure, rate-limiting issues, or exposure of sensitive social media data depending on what paths are accessible.

From the tool's own definition: "'forwards one read to the platform API' and 'method must be exactly Get' indicate this tool retrieves data without modification. However, it proxies requests to external social media platform APIs."

Risk signals: Accepts file system path (path)

## Use case

AI agents call apro-socialmedia-proxy to retrieve information from Lucy Apro without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Lucy Apro:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "apro-socialmedia-proxy": {}
  }
}
```

## Other tools on Lucy Apro (7)

- `apro-socialmedia-support-paths` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-socialmedia-support-paths.md
- `apro-sport-get` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-sport-get.md
- `apro-ticker-currencies-list` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currencies-list.md
- `apro-ticker-currency-ohlcv` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-ohlcv.md
- `apro-ticker-currency-price` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-price.md
- `apro-ticker-currency-support` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-support.md
- `greet` — Read — https://policylayer.com/tools/demomagic-lucy-apro/greet.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=demomagic-lucy-apro · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/demomagic-lucy-apro
