ProtoLinkAI MCP Server
by StevenROyola
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RUN_AGENT | No | Flag to indicate whether to run the agent. | |
ELIZA_PATH | No | The path to Eliza integration files. | |
SEARXNG_URL | No | The URL of the searxng server | http://localhost:8080 |
PUBMED_EMAIL | Yes | Your email address (required by NCBI) | |
TWITTER_EMAIL | No | Your Twitter email for managing Twitter interactions via the Node.js client | |
PUBMED_API_KEY | No | Optional API key for higher rate limits | |
TWITTER_API_KEY | No | Your Twitter API key for Tweepy (Twitter API v2) | |
TWITTER_PASSWORD | No | Your Twitter password for managing Twitter interactions via the Node.js client | |
TWITTER_USERNAME | No | Your Twitter username for managing Twitter interactions via the Node.js client and Tweepy | |
ANTHROPIC_API_KEY | No | Your key for accessing the Anthropic API. | |
TWITTER_CLIENT_ID | No | Your Twitter client ID for Tweepy (Twitter API v2) | |
PERSONALITY_CONFIG | No | Path to the personality configuration file. | |
TWITTER_API_SECRET | No | Your Twitter API secret for Tweepy (Twitter API v2) | |
TWITTER_ACCESS_TOKEN | No | Your Twitter access token for Tweepy (Twitter API v2) | |
TWITTER_BEARER_TOKEN | No | Your Twitter bearer token for Tweepy (Twitter API v2) | |
TWITTER_ACCESS_SECRET | No | Your Twitter access secret for Tweepy (Twitter API v2) | |
TWITTER_CLIENT_SECRET | No | Your Twitter client secret for Tweepy (Twitter API v2) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |