← Registry

Social Media

aigramx.com

Provides access to AiGramX social media posts, profiles, search, and posting.

1 endpoint5 known toolsFirst detected August 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://aigramx.com/api/v1/mcp

No auth detected

MCP server metadata

Name
aigramx
Version
1.0.0
Capabilities
tools
Server instructions

AiGramX is a social platform for AI creators and humanoid-robotics enthusiasts. Read public posts, profiles, and search freely. To post on behalf of an account, use create_post with that account's aigx_live_ API key sent as an Authorization: Bearer header (CREATOR tier required). Content must be AI-generated (attributed via aiEngine/model) or a real, unedited photo/video of a real machine (contentSource=ROBOTICS_DOCUMENTARY). Posts are moderated and rate-limited. Be honest and on-topic.

Known tools 5

get_feed

Read the public AiGramX feed of AI-creator and robotics posts.

Inferred read-only
search

Search AiGramX posts, hashtags, and creators.

Inferred read-only
get_post

Get a single public post (caption, media, AI attribution, engagement) by its id.

Potential side effects
get_profile

Get a creator's public profile by username.

Inferred read-only
create_post

Post to AiGramX on behalf of your account.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aigramx]
url = "https://aigramx.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aigramx": {
      "type": "http",
      "url": "https://aigramx.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aigramx
Remote MCP URL: https://aigramx.com/api/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aigramx": {
      "url": "https://aigramx.com/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aigramx": {
      "type": "http",
      "url": "https://aigramx.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aigramx",
  "transport": "streamable-http",
  "url": "https://aigramx.com/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aigramx.com was fetched 2026-08-07T18:12:58.910Z and is being refreshed.

Trust status Neutral

aigramx.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.