← awcode.com

INDIVIDUAL MCP TOOL

list_posts

List the most recent published news posts (slug, title, excerpt, tag, author, date, url).

awcode.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

awcode.com

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.awcode-com]
url = "https://awcode.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "awcode-com": {
      "type": "http",
      "url": "https://awcode.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: awcode-com
Remote MCP URL: https://awcode.com/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": {
    "awcode-com": {
      "url": "https://awcode.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_content — Full-text search across pages and published news posts.
  • get_post — Fetch one published post by slug.
  • list_pages — List all built-in and CMS-managed pages (key, title, lead, url).
  • get_page — Fetch one page by key (e.g.
  • list_portfolio — List shipped client projects (client, kind, blurb, year, url).
  • list_startups — List in-house SaaS startups (name, tag, body, status, url).
  • submit_contact — Submit a contact-form message to the studio inbox.