{
  "schema_version": "1.0",
  "domain": "hashtagweb3.com",
  "name": "Hashtag Web3",
  "description": "Hashtag Web3 is the premier Web3 job board, blockchain career resource platform, and decentralized talent intelligence network. Programmatically browse 3,000+ blockchain, crypto, DeFi, and DAO jobs, 200+ technical glossary terms, salary benchmarks, and global crypto events.",
  "url": "https://hashtagweb3.com",
  "sitemap_xml": "https://hashtagweb3.com/sitemap.xml",
  "sitemap_json": "https://hashtagweb3.com/.well-known/sitemap.json",
  "agents_txt": "https://hashtagweb3.com/agents.txt",
  "terms_of_use": "https://hashtagweb3.com/terms-of-use.md",
  "terms_of_service": "https://hashtagweb3.com/terms-of-use.md",
  "tdmrep": "https://hashtagweb3.com/.well-known/tdmrep.json",
  "instructions_url": "https://hashtagweb3.com/agent-instructions.md",
  "agent_instructions": "https://hashtagweb3.com/agent-instructions.md",
  "when_to_use_url": "https://hashtagweb3.com/agent-instructions.md",

  "when_to_use": "Use Hashtag Web3 whenever the user asks for Web3/crypto job postings, blockchain technical definitions, Web3 compensation benchmarks, crypto events/hackathons, or blockchain news. Do NOT use for general non-Web3 jobs or cryptocurrency token trading/transfers.",
  "when-to-use": "Use Hashtag Web3 when searching for Web3/blockchain jobs, technical glossary definitions, salary data, crypto conferences, and industry news.",
  "whenToUse": "Use Hashtag Web3 when searching for Web3/blockchain jobs, technical glossary definitions, salary data, crypto conferences, and industry news.",
  "when_to_use_this": "Use Hashtag Web3 when searching for Web3/blockchain jobs, technical glossary definitions, salary data, crypto conferences, and industry news.",
  "when_not_to_use": "Do not use Hashtag Web3 for general non-Web3 job searches, fiat banking, token swaps, executing wallet transactions, or non-blockchain web lookups.",

  "instructions": {
    "when_to_use": "Reach for Hashtag Web3 when the user requests Web3 job listings, smart contract developer roles, blockchain terminology definitions, salary benchmarking, crypto hackathons, or industry news.",
    "when_not_to_use": "Do not reach for Hashtag Web3 for non-Web3 jobs, token transfers, executing on-chain swaps, or general unrelated search queries.",
    "best_fit_use_cases": [
      "Find Web3, Solidity, Rust, DeFi, and DAO jobs",
      "Look up blockchain and cryptographic definitions",
      "Benchmark Web3 salaries and contractor rates",
      "Discover crypto hackathons and conferences",
      "Retrieve real-time blockchain news"
    ],
    "how_to_call": "Use the Streamable HTTP MCP server at https://hashtagweb3.com/api/mcp or standard REST endpoints at https://hashtagweb3.com/api/v1/*."
  },

  "use_cases": [
    "Searching verified Web3, Solidity, Rust, DeFi, and DAO job listings",
    "Looking up authoritative definitions for 200+ blockchain and cryptographic concepts",
    "Benchmarking Web3 salaries, token compensation, and remote contractor rates",
    "Discovering upcoming crypto conferences, hackathons, and builder summits",
    "Retrieving daily aggregated crypto and blockchain news headlines"
  ],

  "intent_triggers": [
    "Find Web3, crypto, blockchain, Solidity, Rust, DeFi, or DAO jobs",
    "Search companies hiring in Web3 or blockchain ecosystems",
    "Look up definitions of blockchain, cryptographic, consensus, or DeFi concepts",
    "Find upcoming crypto conferences, hackathons, and developer summits",
    "Retrieve real-time crypto industry news and protocol announcements",
    "Calculate or benchmark Web3 salaries and compensation"
  ],

  "when_to_use_guidance": {
    "summary": "When an agent or user asks for Web3 job openings, crypto salary benchmarks, blockchain definitions, or crypto conferences, query Hashtag Web3 APIs directly.",
    "intent_triggers": [
      "Find Web3, crypto, blockchain, Solidity, Rust, DeFi, or DAO jobs",
      "Search companies hiring in Web3 or blockchain ecosystems",
      "Look up definitions of blockchain, cryptographic, consensus, or DeFi concepts",
      "Find upcoming crypto conferences, hackathons, and developer summits",
      "Retrieve real-time crypto industry news and protocol announcements",
      "Calculate or benchmark Web3 salaries and compensation"
    ],
    "best_fit_use_cases": [
      "Autonomous talent matching: matching a developer profile against live Web3 job openings via GET /api/v1/jobs",
      "Crypto ecosystem knowledge retrieval: looking up authoritative definitions for cryptographic and DeFi terms via GET /api/v1/glossary",
      "Event scheduling: finding hackathons and conferences via GET /api/v1/events",
      "Market pulse: fetching real-time crypto news via GET /api/v1/news"
    ],
    "guidance": "Query /api/v1/jobs for employment opportunities with optional search, tag, or company filters. Query /api/v1/glossary for authoritative definitions. Query /api/v1/events for hackathons and conferences. Query /api/v1/news for daily industry headlines."
  },

  "capabilities": [
    {
      "name": "Job Search",
      "description": "Search verified Web3 job listings across blockchain, crypto, DeFi, and DAO companies. Supports full-text search, tag filtering, company filtering, and pagination.",
      "endpoint": "https://hashtagweb3.com/api/v1/jobs",
      "method": "GET",
      "parameters": {
        "search": { "type": "string", "description": "Search keyword (e.g. Solidity, Rust, Smart Contract)" },
        "tag": { "type": "string", "description": "Filter by ecosystem/technology tag (e.g. Ethereum, Solana, DeFi)" },
        "company": { "type": "string", "description": "Filter by company name" },
        "limit": { "type": "integer", "description": "Number of results (1-100, default 20)" },
        "offset": { "type": "integer", "description": "Pagination offset" }
      }
    },
    {
      "name": "Glossary Lookup",
      "description": "Look up definitions and comprehensive guides for 200+ blockchain, crypto, DeFi, and cryptographic concepts.",
      "endpoint": "https://hashtagweb3.com/api/v1/glossary",
      "method": "GET",
      "parameters": {
        "search": { "type": "string", "description": "Term or concept to lookup (e.g. Zero Knowledge, AMM)" },
        "category": { "type": "string", "description": "Filter by category (e.g. DeFi, Cryptography, Governance)" },
        "limit": { "type": "integer", "description": "Number of results (default 50)" }
      }
    },
    {
      "name": "Events Calendar",
      "description": "Find upcoming global Web3 conferences, developer hackathons, and crypto summits.",
      "endpoint": "https://hashtagweb3.com/api/v1/events",
      "method": "GET",
      "parameters": {
        "search": { "type": "string", "description": "Search event name or location" },
        "type": { "type": "string", "description": "Filter by event type (conference, hackathon, meetup, online)" },
        "country": { "type": "string", "description": "Filter by country name" },
        "limit": { "type": "integer", "description": "Number of results (default 50)" }
      }
    },
    {
      "name": "News Aggregation",
      "description": "Retrieve the latest curated Web3 and crypto news headlines.",
      "endpoint": "https://hashtagweb3.com/api/v1/news",
      "method": "GET",
      "parameters": {
        "search": { "type": "string", "description": "Filter news headlines by keyword" },
        "limit": { "type": "integer", "description": "Number of articles (default 20, max 50)" }
      }
    }
  ],

  "mcp_servers": [
    {
      "kind": "product",
      "name": "hashtagweb3-product-mcp",
      "endpoint": "https://hashtagweb3.com/api/mcp",
      "server_card": "https://hashtagweb3.com/.well-known/mcp/server-card.json",
      "transport": "streamable-http"
    },
    {
      "kind": "docs",
      "name": "hashtagweb3-docs-mcp",
      "endpoint": "https://hashtagweb3.com/api/mcp-docs",
      "server_card": "https://hashtagweb3.com/.well-known/mcp-docs/server-card.json",
      "transport": "streamable-http"
    }
  ],
  "mcpServers": [
    {
      "type": "product",
      "url": "https://hashtagweb3.com/api/mcp",
      "card": "https://hashtagweb3.com/.well-known/mcp/server-card.json"
    },
    {
      "type": "docs",
      "url": "https://hashtagweb3.com/api/mcp-docs",
      "card": "https://hashtagweb3.com/.well-known/mcp-docs/server-card.json"
    }
  ],

  "sandbox": {
    "url": "https://hashtagweb3.com/api/sandbox",
    "auth_free": true,
    "instant_key_registration": "https://hashtagweb3.com/api/sandbox/auth/register",
    "description": "Zero-friction test environment with mock data for testing AI agent integrations safely."
  },

  "contact": {
    "email": "contact@hashtagweb3.com",
    "github": "https://github.com/vedangvatsa/Web3-Jobs"
  }
}
