Skip to content

edgestream/feeds-dev

v0.2.0MIT

Read public social media feeds

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

feedsstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "./dist/feeds-mcp.mjs"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "feeds-dev",
  "version": "0.2.0",
  "description": "Read public social media feeds",
  "author": {
    "name": "Edgestream"
  },
  "repository": "https://github.com/edgestream/feeds-plugin",
  "license": "MIT",
  "keywords": [
    "feeds",
    "social-media",
    "communications",
    "mcp"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Feeds Dev",
        "shortDescription": "Read public social media feeds",
        "longDescription": "Read public posts, available context, replies and author feeds from supported social platforms.",
        "developerName": "Edgestream",
        "category": "Communications",
        "capabilities": [
          "Read"
        ],
        "defaultPrompt": [
          "Read feed for https://x.com/OpenAI",
          "Show this post and its context: https://x.com/OpenAI/status/2082577277246972300",
          "Read the available replies to this post: https://x.com/OpenAI/status/2082577277246972300"
        ],
        "brandColor": "#212121",
        "composerIcon": "./assets/feeds-people-waves-128.png",
        "logo": "./assets/feeds-people-waves-128.png"
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai