Skip to main content
Glama
lightnet19

SINTA MCP Server

by lightnet19

SINTA MCP Server ๐ŸŽฏ

MCP server untuk mengakses Science and Technology Index (SINTA) Indonesia. Cek skor dosen, profil peneliti, akreditasi jurnal, dan publikasi ilmiah โ€” langsung dari AI assistant Anda!

โœจ Fitur

Tool

Deskripsi

Parameter

๐Ÿ” sinta_search_dosen

Cari profil dosen di SINTA

query (nama/NIDN)

๐Ÿ‘ค sinta_detail_dosen

Detail profil dosen (skor, publikasi)

url (URL SINTA)

๐Ÿ“ฐ sinta_search_jurnal

Cari jurnal terindeks SINTA

query, akreditasi (S1-S6)

๐Ÿ“– sinta_detail_journal

Detail jurnal SINTA

url (URL jurnal)

๐Ÿ“„ sinta_search_artikel

Cari artikel/publikasi di SINTA

query, tahun_from, tahun_to

Contoh Penggunaan

Cari dosen:

sinta_search_dosen(query="fuad al fajri")

Cari jurnal S2:

sinta_search_jurnal(query="pendidikan", akreditasi="S2")

Cari artikel:

sinta_search_artikel(query="metakognisi pendidikan dasar")

โš ๏ธ Catatan: SINTA menggunakan JavaScript rendering. Untuk hasil pencarian artikel yang lebih akurat, gunakan Semantic Scholar, OpenAlex, atau CrossRef MCP server.

Related MCP server: OpenAlex Author Disambiguation MCP Server

๐Ÿ”ง Instalasi

pip install sinta-mcp-server

โš™๏ธ Konfigurasi MCP

Tambahkan ke config MCP client Anda (Claude Desktop, Hermes, dll):

{
  "mcpServers": {
    "sinta": {
      "command": "python3",
      "args": ["-m", "sinta_mcp_server"]
    }
  }
}

๐Ÿ—๏ธ Arsitektur

Server ini menggunakan FastMCP, httpx, dan BeautifulSoup untuk mengakses data dari SINTA:

๐Ÿ“‹ Pengembangan

git clone https://github.com/lightnet19/sinta-mcp-server.git
cd sinta-mcp-server
pip install -e .
python3 -m sinta_mcp_server

๐Ÿ”— Integrasi dengan MCP Server Lain

SINTA MCP bekerja paling baik bersama MCP server lain untuk riset:

MCP Server

Kegunaan

OpenAlex

250M+ publikasi global

Semantic Scholar

Paper search + TLDR

CrossRef

DOI lookup

ORCID

Profil peneliti global

arXiv

Preprint + topic alerts

๐Ÿ“„ Lisensi

MIT ยฉ 2026 Fuad Al Fajri

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides access to the Elsevier Scopus API, enabling AI assistants to search for academic papers, retrieve detailed abstracts, and look up author profiles. It facilitates bibliometric research and scholarly data analysis through natural language commands.
    Last updated
    4
    5
    37
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Enables streamlined academic research and author disambiguation by providing AI agents with optimized access to the OpenAlex.org API. It supports searching for authors, resolving institutional affiliations, and retrieving scholarly works with detailed citation metrics.
    Last updated
    8
    51
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Connects AI agents to the OpenAlex scholarly database, enabling search and retrieval of works, authors, institutions, and sources via natural language.
    Last updated
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

  • Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accelโ€ฆ

  • Search 340M+ academic papers โ€” citation graphs, semantic similarity, and AI literature reviews.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightnet19/sinta-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server