← Registry

Content Tools

awcode.com

Provides full-text search and retrieval of published content from a CMS.

1 endpoint8 known toolsFirst detected May 10, 2026Last detected August 16, 2026

ENDPOINT 1

https://awcode.com/mcp

No auth detected

MCP server metadata

Name
AWcode MCP
Version
1.0.0
Capabilities
tools
Server instructions

Read-only catalogue of awcode.com pages, posts, portfolio and startups, plus a contact-form intake. All content is also available as Markdown via /<page>.md or /news/<slug>.md.

Known tools 8

search_content

Full-text search across pages and published news posts.

Inferred read-only
list_posts

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

Inferred read-only
get_post

Fetch one published post by slug.

Potential side effects
list_pages

List all built-in and CMS-managed pages (key, title, lead, url).

Inferred read-only
get_page

Fetch one page by key (e.g.

Inferred read-only
list_portfolio

List shipped client projects (client, kind, blurb, year, url).

Inferred read-only
list_startups

List in-house SaaS startups (name, tag, body, status, url).

Inferred read-only
submit_contact

Submit a contact-form message to the studio inbox.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "awcode-mcp",
  "transport": "streamable-http",
  "url": "https://awcode.com/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 awcode.com was fetched 2026-07-28T02:45:47.762Z and is being refreshed.

Trust status Trusted

awcode.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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